.oc-slider {
  position: relative;
}

.oc-slider .slides {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.oc-slider .slides::-webkit-scrollbar {
  display: none;
}

.oc-slider .slide {
  scroll-snap-align: start;
}

.oc-slider .oc-carousel-button-previous,
.oc-slider .oc-carousel-button-next {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.oc-slider .oc-carousel-button-previous {
  left: 0;
}

.oc-slider .oc-carousel-button-next {
  left: 1.875rem;
}
.oc-carousel {
  display: flex;
}

.oc-carousel .mask {
  flex: 1;
  background-color: white;
  z-index: 1;
}

.oc-carousel .window {
  margin-left: auto;
  margin-right: auto;
  overflow-x: visible;
  font-size: 0;
}

.oc-carousel .slides {
  --carousel-slide: 0;
  --carousel-step: calc(var(--carousel-slide-width) + var(--gutter));

  display: flex;
  transform: translateX(calc(0px - var(--carousel-step) * var(--carousel-slide)));
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing: ease-in-out;
}

.oc-carousel .slide {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 16px;
  width: var(--carousel-slide-width);
  vertical-align: top;
}

.oc-carousel .slide + .slide {
  margin-left: var(--gutter);
}
.oc-banner {
  display: flex;
  margin-bottom: var(--gutter);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-x: hidden;
}

.oc-banner h2 {
  font-family: "SharpGroteskBold-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-banner p {
  font-family: "LibreFranklin";
}

.oc-banner strong {
  font-weight: 600;
}

@media (min-width: 0) {
  .oc-banner {
    flex-direction: column;
    gap: 0.625rem;
  }

  .oc-banner h2 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-banner p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .oc-banner {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .oc-banner p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .oc-banner h2 {
    font-size: 1.625rem;
    line-height: 1.5rem;
  }

  .oc-banner p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1920px) {
  .oc-banner h2 {
    font-size: 1.9375rem;
    line-height: 1.75rem;
  }

  .oc-banner p {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
}
/*



 */

.oc-banner,
.oc-home-highlights,
.oc-home-listings,
.oc-home-films {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.oc-home-about {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.oc-home-header {
  height: auto;
}

.oc-home-header > h1 {
  text-transform: uppercase;
  font-family: "SharpGroteskBold-12";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-header > ul {
  font-family: "SharpGroteskLight-14";
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.oc-home-partner {
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}

.oc-home-partner .text {
  display: flex;
  align-items: center;
}

.oc-home-partner p {
  text-transform: uppercase;
  font-family: "LibreFranklin";
  font-weight: normal;
}

.oc-home-partner p a {
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
}

.oc-home-partner .image {
  text-align: right;
}

.oc-home-partner .image svg {
  max-width: 150px;
  width: 50%;
}

.oc-home-highlights img {
  width: auto;
  aspect-ratio: 8 / 5;
}

.oc-home-highlights p {
  padding-left: 0.4rem;
  padding-right: 1.4rem;
}

.oc-home-highlights .title {
  font-family: "SharpGroteskBold-12";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-highlights .strapline {
  margin-top: 0.4rem;
  font-family: "LibreFranklin";
}

.oc-home-listings {
  position: relative;
  overflow: hidden;
}

.oc-home-listings h2 {
  font-family: "SharpGroteskBook-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-listings .oc-carousel-button-previous {
  margin-left: .75rem;
}

.oc-home-listings .oc-carousel-button-next {
  margin-left: .25rem;
}

.oc-home-listings .window {
  margin-top: 0.5rem;
  width: calc(100vw - var(--gutter) * 2);
}

.oc-home-listings .all {
  position: absolute;
  top: 0;
  right: var(--gutter);
}

.oc-home-films {
  background-color: var(--blue-dark);
  font-family: "LibreFranklin";
  color: white;
}

.oc-home-films .split-left {
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.oc-home-films h2 {
  padding: var(--gutter);
  font-family: "SharpGroteskBook-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-films p {
  padding: 0 var(--gutter);
}

.oc-home-films ol {
  margin-top: var(--gutter);
  font-family: "LibreFranklin";
  list-style: none;
  counter-reset: film-number;
}

.oc-home-films li {
  display: flex;
  padding: 0 var(--gutter);
  align-items: center;
}

.oc-home-films li:before {
  width: 1.5rem;
  height: 0.875rem;
  display: inline-block;
  content: counter(film-number);
  counter-increment: film-number;
  text-align: right;
}

.oc-home-films li.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.oc-home-films li.active:before {
  min-width: 1.5rem;
  background-image: var(--icon-play);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: right;
  font-size: 0;
}

.oc-home-films li:hover {
  cursor: pointer;
}

.oc-home-films .title,
.oc-home-films .duration {
  display: block;
  padding-left: 1.25rem;
  white-space: nowrap;
}

.oc-home-films .title {
  font-weight: 600;
}

.oc-home-about h2 {
  text-transform: uppercase;
  font-family: "SharpGroteskBold-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-about h3 {
  font-family: "SharpGroteskBook-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-about h3 + p {
  margin-top: 0.5rem;
}

.oc-home-about p {
  font-family: "LibreFranklin";
}

.oc-home-about .cards {
  margin-top: 1rem;
}

.oc-home-about .card h3::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: 400%;
}

.oc-home-about .card:nth-child(2) h3:before {
  background-position: calc(100% / 3) 0;
}

.oc-home-about .card:nth-child(3) h3:before {
  background-position: calc(100% * 2 / 3) 0;
}

.oc-home-about .card:nth-child(4) h3:before {
  background-position: 100% 0;
}

.oc-home-footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--blue-pale);
  font-family: "LibreFranklin";
}

.oc-home-footer h3 {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: "SharpGroteskBold-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-home-footer form {
  margin-bottom: 1.5rem;
}

.oc-home-footer fieldset {
  width: 22rem;
  display: flex;
  gap: var(--gutter);
}

.oc-home-footer fieldset > .field {
  flex: 1;
}

.oc-home-footer input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.375rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
}

.oc-home-footer button[type=submit] {
  margin-top: 0.25rem;
}

.oc-home-footer .social-media {
  font-size: 0;
  margin-bottom: 1.5rem;
}

.oc-home-footer .social-media li,
.oc-home-footer .social-media a {
  display: inline-block;
}

.oc-home-footer .social-media li + li {
  margin-left: 0.75rem;
}

.oc-home-footer .social-media svg {
  width: auto;
}

.oc-home-footer .learn-more {
  text-transform: uppercase;
}

.oc-home-footer .learn-more > a {
  font-weight: 600;
}

.oc-home-footer .links {
  font-weight: 600;
}

.oc-home-footer address {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 0) {
  .oc-home-header > h1 {
    grid-row: 1;
    grid-column: span 3;
    font-size: 4.1875rem;
    line-height: 3.375rem;
  }

  .oc-home-header > ul {
    grid-row: 2;
    grid-column: span 6;
    font-size: 3rem;
    line-height: 2.625rem;
  }

  .oc-home-header > aside {
    grid-row: 1;
    grid-column: span 3;
    position: relative;
  }

  .oc-home-header .key {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .oc-home-header .key svg {
    width: 85%;
    height: auto;
    max-width: 300px;
    float: right;
  }

  .oc-home-partner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .oc-home-partner .text,
  .oc-home-partner .image {
    grid-column: span 3;
  }

  .oc-home-partner p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }

  .oc-home-highlights img {
    height: 12.5rem;
  }

  .oc-home-highlights .title {
    font-size: 3rem;
    line-height: 2.75rem;
  }

  .oc-home-highlights .strapline {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .oc-home-listings .slides {
    --carousel-slide-width: calc(calc(calc(100vw - var(--gutter) * 7) / 6) * 3 + var(--gutter) * 2);
  }

  .oc-home-listings h2 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .oc-home-listings .all input[type=submit] {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .oc-home-films .split-left {
    height: 18.125rem;
  }

  .oc-home-films iframe {
    width: 100%;
  }

  .oc-home-films h2 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .oc-home-films p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .oc-home-films li {
    height: 3.75rem;
  }

  .oc-home-films .title {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .oc-home-films .duration {
    font-size: 0.625rem;
    line-height: 1.0625rem;
  }

  .oc-home-about .cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .oc-home-about .card {
    grid-column: span 3;
  }

  .oc-home-about h2 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-home-about h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .oc-home-about p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }

  .oc-home-footer h3 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-home-footer p,
  .oc-home-footer address,
  .oc-home-footer label,
  .oc-home-footer input,
  .oc-home-footer .links {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .oc-home-footer .social-media svg {
    height: 1.5rem;
  }
}

@media (min-width: 576px) {
  .oc-home-header > h1 {
    grid-row: 1;
    grid-column: span 6;
    font-size: 4.875rem;
    line-height: 3.9375rem;
  }

  .oc-home-header > ul {
    grid-row: 1;
    grid-column: span 3;
    font-size: 2.1875rem;
    line-height: 2rem;
  }

  .oc-home-header > aside {
    grid-row: 1;
    grid-column: span 3;
  }

  .oc-home-partner {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .oc-home-partner .text {
    grid-column: 1 / 10;
  }

  .oc-home-partner .image {
    grid-column: 10 / 13;
  }

  .oc-home-listings .slides {
    --carousel-slide-width: calc(calc(calc(100vw - var(--gutter) * 13) / 12) * 4 + var(--gutter) * 3);
  }

  .oc-home-listings h2 {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
  }

  .oc-home-films {
    display: flex;
  }

  .oc-home-films .split-left,
  .oc-home-films .split-right {
    width: 50%;
    height: 12.5rem;
  }

  .oc-home-films iframe {
    height: 100%;
  }

  .oc-home-films h2 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .oc-home-films p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .oc-home-films .title {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .oc-home-films .duration {
    font-size: 0.625rem;
    line-height: 1.0625rem;
  }

  .oc-home-about .cards {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .oc-home-about .card {
    grid-column: span 4;
  }

  .oc-home-about h2 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-home-about h3 {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
  }

  .oc-home-about p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .oc-home-footer {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--gutter);
  }

  .oc-home-footer .column:first-child {
    grid-column: span 6;
  }

  .oc-home-footer .column:last-child {
    grid-column: 8 / 13;
  }
}

@media (min-width: 768px) {
  .oc-home-header > h1 {
    grid-row: 1;
    position: relative;
  }

  .oc-home-header > h1 .dates {
    position: absolute;
    right: 0;
  }

  .oc-home-highlights img {
    height: 16.25rem;
  }

  .oc-home-listings .slides {
    --carousel-slide-width: calc(calc(calc(100vw - var(--gutter) * 13) / 12) * 3 + var(--gutter) * 2);
  }

  .oc-home-films .split-left,
  .oc-home-films .split-right {
    height: 18.125rem;
  }

  .oc-home-films h2 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }

  .oc-home-films .title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .oc-home-films .duration {
    font-size: 0.5625rem;
    line-height: 1rem;
  }

  .oc-home-about .card {
    grid-column: span 3;
  }

  .oc-home-footer .column:last-child {
    grid-column: 9 / 13;
  }
}

@media (min-width: 1024px) {
  .oc-home-header > h1 {
    font-size: 7rem;
    line-height: 5.625rem;
  }

  .oc-home-header > ul {
    font-size: 3.125rem;
    line-height: 2.8125rem;
  }

  .oc-home-partner p {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .oc-home-highlights img {
    height: 20.625rem;
  }

  .oc-home-highlights .title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  .oc-home-highlights .strapline {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .oc-home-listings h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .oc-home-listings .all input[type=submit] {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .oc-home-films .split-left,
  .oc-home-films .split-right {
    height: 24.0625rem;
  }

  .oc-home-films p,
  .oc-home-films .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .oc-home-films h2 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-home-films li {
    height: 5rem;
  }

  .oc-home-films .duration {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }

  .oc-home-about h2 {
    font-size: 1.625rem;
    line-height: 1.5rem;
  }

  .oc-home-about h3 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-home-about p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .oc-home-footer h3 {
    font-size: 1.625rem;
    line-height: 1.5rem;
  }

  .oc-home-footer p,
  .oc-home-footer address,
  .oc-home-footer label,
  .oc-home-footer input,
  .oc-home-footer .links {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .oc-home-footer .social-media svg {
    height: 1.625rem;
  }
}

@media (min-width: 1920px) {
  .oc-home-header > h1 {
    font-size: 9.0625rem;
    line-height: 7.3125rem;
  }

  .oc-home-header > ul {
    font-size: 4.0625rem;
    line-height: 3.75rem;
  }

  .oc-home-highlights img {
    height: 24.6875rem;
  }

  .oc-home-highlights .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .oc-home-highlights .strapline {
    font-size: 1.1875rem;
    line-height: 1.8125rem;
  }

  .oc-home-listings h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  .oc-home-listings .all input[type=submit] {
    font-size: 1.1875rem;
    line-height: 1.8125rem;
  }

  .oc-home-films .split-left,
  .oc-home-films .split-right {
    height: 26.25rem;
  }

  .oc-home-films li {
    height: 5.625rem;
  }

  .oc-home-films .title {
    font-size: 1.1875rem;
    line-height: 1.8125rem;
  }

  .oc-home-films .duration {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .oc-home-about h2 {
    font-size: 1.9375rem;
    line-height: 1.75rem;
  }

  .oc-home-about h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  .oc-home-about p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .oc-home-footer h3 {
    font-size: 1.9375rem;
    line-height: 1.75rem;
  }

  .oc-home-footer input {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .oc-home-footer .social-media svg {
    height: 1.9375rem;
  }
}

@media (min-width: 0) and (max-width: 576px) {
  .oc-home-footer .column + .column {
    margin-top: 2rem;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .oc-home-header > h1 .dates {
    display: block;
  }
}
