@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - -

Farm League

Designed + developed by Mike at Slate
https://slateapp.com/studio

// - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b, mark {
  font-weight: 700;
  font-style: inherit;
}

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

ins {
  border-bottom: 1px solid;
}

a, u, ins {
  text-decoration: none;
}

del, s {
  text-decoration: line-through;
}

pre, code, samp, kbd {
  font-family: monospace;
}

small {
  font-size: 0.75em;
}

img {
  border: 0;
  font-style: italic;
}

input, select, option, optgroup, textarea {
  font: inherit;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

input {
  -webkit-appearance: none;
}

html {
  overflow-x: hidden;
}

body {
  background: var(--background-color);
  transition: background 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}

body, header, footer, section, .page {
  position: relative;
}

.wrap {
  position: relative;
  margin: 0 auto;
}
.wrap--pad {
  padding: 0 var(--wrap-pad);
}
.wrap--narrow {
  padding: 0 var(--wrap-pad);
  max-width: var(--wrap-narrow);
}
@media only screen and (min-width: 688px) {
  .wrap--narrow {
    padding: 0;
  }
}

section.section-margin-none,
footer.section-margin-none {
  margin-top: 0;
}
section.section-margin-regular,
footer.section-margin-regular {
  margin-top: var(--section-margin-regular);
}
section.section-margin-large,
footer.section-margin-large {
  margin-top: var(--section-margin-large);
}

.alt-section {
  background: var(--background-alt-color);
}
.alt-section.section-margin-regular {
  padding: var(--section-margin-regular) 0;
}
.alt-section.section-margin-large {
  padding: var(--section-margin-large) 0;
}

.loading-out:not([class*=loading-out-]) .outer-wrapper {
  opacity: 0;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.loading-out__color {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1), background 0s;
}

.loading-out-to-black .loading-out__color {
  background: var(--black-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-black [data-cursor=loading] .cursor__item__text {
  fill: var(--sage-color);
}

.loading-out-to-white .loading-out__color {
  background: var(--white-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-white [data-cursor=loading] .cursor__item__text {
  fill: var(--forest-color);
}

.loading-out-to-sage .loading-out__color {
  background: var(--sage-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-sage [data-cursor=loading] .cursor__item__text {
  fill: var(--black-color);
}

.loading-out-to-forest .loading-out__color {
  background: var(--forest-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-forest [data-cursor=loading] .cursor__item__text {
  fill: var(--electric-color);
}

.loading-out-to-electric .loading-out__color {
  background: var(--electric-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-electric [data-cursor=loading] .cursor__item__text {
  fill: var(--black-color);
}

.loading-out-to-grey .loading-out__color {
  background: var(--grey-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-grey [data-cursor=loading] .cursor__item__text {
  fill: var(--black-color);
}

.loading-out-to-sand .loading-out__color {
  background: var(--sand-color);
  opacity: 1;
  visibility: visible;
}
.loading-out-to-sand [data-cursor=loading] .cursor__item__text {
  fill: var(--black-color);
}

body {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  line-height: 1;
  color: var(--text-medium-color);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  color: var(--text-strong-color);
}

h1, .h1 {
  font-size: var(--h1-font-size);
}

h2, .h2 {
  font-size: var(--h2-font-size);
}

h3, .h3 {
  font-size: var(--h3-font-size);
}

h4, .h4 {
  font-size: var(--h4-font-size);
}

p, ul, ol {
  margin-top: 10px;
  font-size: var(--p-font-size);
  line-height: var(--p-lineheight);
}
p strong, ul strong, ol strong {
  font-weight: var(--font-weight-bold);
}
p:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}

ul, ol {
  list-style-position: inside;
}

blockquote {
  margin-top: var(--section-margin-regular) auto;
  color: var(--text-strong-color);
  font-size: calc(var(--p-font-size) * 1.5);
  font-weight: var(--font-weight-bold);
  line-height: calc(var(--p-lineheight) * 0.85);
}
blockquote:first-child {
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.block--text p a, .block--text ul a, .block--text ol a,
.article-promo__content p a,
.article-promo__content ul a,
.article-promo__content ol a {
  color: var(--text-strong-color);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}
.block--text p a:hover, .block--text ul a:hover, .block--text ol a:hover,
.article-promo__content p a:hover,
.article-promo__content ul a:hover,
.article-promo__content ol a:hover {
  color: var(--accent-color);
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 0;
  padding: 0 28px;
  border-radius: var(--button-border-radius);
  border: 1px solid var(--text-strong-color);
  background: transparent;
  font-size: var(--button-font-size);
  line-height: 1;
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  text-align: center;
  color: var(--text-strong-color);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.button:hover,
button:hover {
  background: var(--text-strong-color);
  color: var(--background-color);
}
.button:focus,
button:focus {
  outline: none;
}
.button svg,
button svg {
  display: inline-block;
  vertical-align: top;
  height: var(--button-font-size);
  width: auto;
  fill: currentColor;
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.button svg:first-child,
button svg:first-child {
  margin-right: 8px;
}
.button svg:last-child,
button svg:last-child {
  margin-left: 8px;
}
.button--small,
button--small {
  font-size: 11px;
  padding: 9px 15px;
}
.button--small svg,
button--small svg {
  height: 11px;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  z-index: 20;
  position: sticky;
  top: 0;
  height: 60px;
  background: var(--background-color);
  color: var(--black-color);
  transition: background 0.1s linear, color 0.1s linear;
}
@media only screen and (min-width: 992px) {
  .header {
    height: 100px;
    text-align: center;
  }
}

.logo {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 20px;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .logo {
    padding: 30px;
  }
}
.logo svg {
  height: 20px;
  fill: currentColor;
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .logo svg {
    height: var(--logo-height);
  }
}

.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: currentColor;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .menu-toggle {
    padding: 30px;
  }
}
.menu-toggle__text {
  color: currentColor;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.menu-toggle:hover .menu-toggle__text {
  color: var(--electric-color);
}
.scheme--electric .menu-toggle:hover .menu-toggle__text {
  color: var(--white-color);
}

.menu-toggle__text {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 700;
  color: currentColor;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .menu-toggle__text {
    font-size: 16px;
  }
}

.menu-toggle__times {
  position: absolute;
  right: 20px;
  height: 32px;
  fill: currentColor;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .menu-toggle__times {
    height: 48px;
    right: 30px;
  }
}

.header__left {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__left {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.header__handwritten {
  color: currentColor;
}
.header__handwritten svg {
  height: 20px;
  fill: currentColor;
}
.header__handwritten--tagline svg {
  height: 16px;
}

.header__nav {
  display: flex;
  align-items: center;
  position: absolute;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 8px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header__nav a {
  display: inline-flex;
  padding: 10px;
  color: currentColor;
  opacity: 0.5;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__nav a span {
  display: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1312px) {
  .header__nav a span {
    display: block;
  }
}
.header__nav a span:first-child {
  margin-right: 8px;
}
.header__nav a span:last-child {
  margin-left: 8px;
}
.header__nav a svg {
  height: 16px;
  fill: currentColor;
}
.header__nav a:hover {
  opacity: 1;
}
.header__nav > span {
  padding: 0 18px;
  color: currentColor;
  white-space: nowrap;
}
.header__nav > span:first-child {
  padding-left: 10px;
}

.body--director .header__left .header__handwritten,
.body--work .header__left .header__handwritten {
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--director .header__left--alt .header__handwritten,
.body--work .header__left--alt .header__handwritten {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -8px);
}
.body--director .header__left--alt .header__nav,
.body--work .header__left--alt .header__nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}

.header__title {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 8px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  white-space: nowrap;
  max-width: calc(50vw - 160px);
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header__title > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__title__back {
  margin-top: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: currentColor;
  opacity: 0.6;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__title__back svg {
  height: 16px;
  fill: currentColor;
}
.header__title__back:hover {
  opacity: 1;
}

.body--article .header__left .header__handwritten {
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--article .header__left--alt .header__handwritten {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -8px);
}
.body--article .header__left--alt .header__title {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: var(--background-color);
  color: var(--text-strong-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .menu {
    padding: 30px;
  }
}
.menu__tagline {
  display: none;
}
@media only screen and (min-width: 992px) {
  .menu__tagline {
    position: fixed;
    top: 0;
    left: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 8px);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.menu .logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .menu .logo {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.menu .menu-toggle {
  bottom: auto;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .menu .menu-toggle {
    height: 100px;
  }
}
.menu__list {
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}
.menu__list li a {
  display: block;
  padding: 9px 0;
  font-family: var(--font-family-secondary);
  font-size: var(--menu-font-size-small);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .menu__list li a {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .menu__list li a {
    padding: 60px 0;
    font-size: var(--menu-font-size-large);
  }
}
.menu__list li a span {
  position: relative;
}
.menu__list li a span svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .menu__list li a span svg {
    display: block;
    position: absolute;
  }
  .menu__list li a span svg path {
    stroke: currentColor;
  }
}
@keyframes draw_line {
  to {
    stroke-dashoffset: 0;
  }
}
.menu__list li a[title=Talent] span svg {
  bottom: -32%;
  left: 20%;
  right: 20%;
  width: 86px;
}
@media only screen and (min-width: 1312px) {
  .menu__list li a[title=Talent] span svg {
    width: 108px;
  }
}
.menu__list li a[title=Talent] span svg path {
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=Talent]:hover span svg path {
    animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
.menu__list li a[title=Work] span svg {
  top: -10%;
  bottom: -10%;
  left: -20%;
  right: -20%;
  width: 134px;
}
@media only screen and (min-width: 1312px) {
  .menu__list li a[title=Work] span svg {
    width: 168px;
  }
}
.menu__list li a[title=Work] span svg path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=Work]:hover span svg path {
    animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
.menu__list li a[title=About] span svg {
  bottom: -14%;
  left: -4%;
  right: -2%;
  width: 127px;
}
@media only screen and (min-width: 1312px) {
  .menu__list li a[title=About] span svg {
    width: 159px;
  }
}
.menu__list li a[title=About] span svg path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=About]:hover span svg path {
    animation: draw_line 0.3s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
.menu__list li a[title=News] span svg {
  top: -46%;
  bottom: 0;
  left: -28%;
  right: -28%;
  width: 150px;
}
@media only screen and (min-width: 1312px) {
  .menu__list li a[title=News] span svg {
    width: 187px;
  }
}
.menu__list li a[title=News] span svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=News]:hover span svg path {
    animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
.menu__list li a[title=Goods] span svg {
  bottom: -20%;
  left: 2%;
  right: 2%;
  width: 160px;
}
.menu__list li a[title=Goods] span svg path {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=Goods]:hover span svg path {
    animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
.menu__list li a[title=Contact] span svg {
  top: -10%;
  bottom: -10%;
  right: -12%;
  width: 12px;
}
@media only screen and (min-width: 1312px) {
  .menu__list li a[title=Contact] span svg {
    width: 15px;
  }
}
.menu__list li a[title=Contact] span svg path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}
@media only screen and (min-width: 992px) {
  .menu__list li a[title=Contact]:hover span svg path {
    animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
  }
}
@media only screen and (min-width: 992px) {
  .menu__list {
    display: flex;
  }
  .menu__list li {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .menu__list {
    display: flex;
  }
  .menu__list li {
    flex-grow: 1;
  }
  .menu__list li a {
    font-size: 28px;
  }
}
.menu__lower {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 auto;
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 12px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
@media only screen and (min-width: 992px) {
  .menu__lower {
    bottom: 0;
    max-width: unset;
  }
}
.menu__lower li a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: currentColor;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.menu__lower li a span {
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .menu__lower li a {
    padding: 18px 14px;
    font-size: 16px;
    padding-bottom: 28px;
  }
  .menu__lower li a:hover {
    opacity: 0.8;
  }
  .menu__lower li a:hover span {
    transform: translate(0, -6px);
  }
}
@media only screen and (max-width: 687px) {
  .menu__lower li a[target=_blank] {
    padding-right: 6px;
  }
}
.menu__bcorp {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 992px) {
  .menu__bcorp {
    bottom: 20px;
    left: 20px;
  }
}
.menu__bcorp svg {
  height: 40px;
  fill: white;
}
[data-menu-color=electric] .menu__bcorp svg, [data-menu-color=white] .menu__bcorp svg, [data-menu-color=sage] .menu__bcorp svg, [data-menu-color=grey] .menu__bcorp svg, [data-menu-color=lime] .menu__bcorp svg, [data-menu-color=orange] .menu__bcorp svg {
  fill: black;
}
.body--home--away .menu__bcorp svg {
  fill: black;
}
.body--home--away [data-menu-color=black] .menu__bcorp svg, .body--home--away [data-menu-color=white] .menu__bcorp svg, .body--home--away [data-menu-color=sage] .menu__bcorp svg {
  fill: black;
}
@media only screen and (min-width: 992px) {
  .menu__bcorp svg {
    height: 60px;
  }
}

.state--menu-open {
  overflow-y: hidden;
}
.state--menu-open .menu-toggle__text:not(.menu-toggle--work .menu-toggle__text) {
  opacity: 0;
  transform: translate(4px, 0);
}
.state--menu-open .menu-toggle__times {
  opacity: 1;
  transform: scale(1);
}
.state--menu-open .menu-toggle:hover .menu-toggle__times {
  transform: scale(0.8);
}
.state--menu-open .menu--main {
  opacity: 1;
  visibility: visible;
}
.state--menu-open .menu__tagline {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.state--menu-open .header__left {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -8px);
}
.state--menu-open .menu__lower {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.menu-toggle--work {
  display: none;
  right: 65px;
  padding-right: 10px;
}
.menu-toggle--work .menu-toggle__chevron {
  height: 14px;
  fill: currentColor;
  margin-left: 6px;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (max-width: 991px) {
  .body--work .menu-toggle--work {
    display: flex;
  }
  .body--work .menu-toggle:not(.menu-toggle--work) {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .menu--work {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .menu--work {
    display: flex;
  }
  .menu--work li {
    flex-grow: 1;
  }
  .menu--work li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .menu--work .menu__list li a.url-active {
    opacity: 0.25;
  }
}
.menu--work .menu__tagline {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.menu--work .menu__tagline .header__handwritten--tagline svg {
  height: 35px;
}

.state--work-menu-open {
  overflow-y: hidden;
}
.state--work-menu-open .logo,
.state--work-menu-open .menu-toggle {
  z-index: 1;
}
.state--work-menu-open .menu-toggle--work .menu-toggle__chevron {
  transform: scaleY(-100%);
}
.state--work-menu-open .menu--work {
  opacity: 1;
  visibility: visible;
}

.content-wrapper[data-menu-color=black] .menu--main {
  --background-color: var(--black-color);
  --text-strong-color: var(--sand-color);
}
.content-wrapper[data-menu-color=black] .menu-toggle:hover .menu-toggle__text {
  color: var(--white-color);
}
.body--home--away .content-wrapper[data-menu-color=black] .menu-toggle:hover .menu-toggle__text {
  color: var(--white-color);
}
.state--menu-open .content-wrapper[data-menu-color=black] .logo svg {
  fill: var(--sand-color);
}
.state--menu-open .content-wrapper[data-menu-color=black] .menu-toggle {
  color: var(--sand-color);
}

.content-wrapper[data-menu-color=sage] .menu--main {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
}
.content-wrapper[data-menu-color=sage] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--home--away .content-wrapper[data-menu-color=sage] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.state--menu-open .content-wrapper[data-menu-color=sage] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=sage] .menu-toggle {
  color: var(--black-color);
}

.content-wrapper[data-menu-color=forest] .menu--main {
  --background-color: var(--forest-color);
  --text-strong-color: var(--electric-color);
}
.body--home--away .content-wrapper[data-menu-color=forest] .menu-toggle:hover .menu-toggle__text {
  color: white;
}
.state--menu-open .content-wrapper[data-menu-color=forest] .logo svg {
  fill: var(--electric-color);
}
.state--menu-open .content-wrapper[data-menu-color=forest] .menu-toggle {
  color: var(--electric-color);
}

.content-wrapper[data-menu-color=electric] .menu--main {
  --background-color: var(--electric-color);
  --text-strong-color: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=electric] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=electric] .menu-toggle {
  color: var(--black-color);
}

.content-wrapper[data-menu-color=grey] .menu--main {
  --background-color: var(--grey-color);
  --text-strong-color: var(--black-color);
}
.content-wrapper[data-menu-color=grey] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--home--away .content-wrapper[data-menu-color=grey] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.state--menu-open .content-wrapper[data-menu-color=grey] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=grey] .menu-toggle {
  color: var(--black-color);
}

.content-wrapper[data-menu-color=lime] .menu--main {
  --background-color: var(--lime-color);
  --text-strong-color: var(--black-color);
}
.content-wrapper[data-menu-color=lime] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--home--away .content-wrapper[data-menu-color=lime] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.state--menu-open .content-wrapper[data-menu-color=lime] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=lime] .menu-toggle {
  color: var(--black-color);
}

.content-wrapper[data-menu-color=orange] .menu--main {
  --background-color: var(--orange-color);
  --text-strong-color: var(--black-color);
}
.content-wrapper[data-menu-color=orange] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--home--away .content-wrapper[data-menu-color=orange] .menu-toggle:hover .menu-toggle__text {
  color: var(--electric-color);
}
.state--menu-open .content-wrapper[data-menu-color=orange] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=orange] .menu-toggle {
  color: var(--black-color);
}

.content-wrapper[data-menu-color=sand] .menu--main {
  --background-color: var(--sand-color);
  --text-strong-color: var(--black-color);
}
.content-wrapper[data-menu-color=sand] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--home--away .content-wrapper[data-menu-color=sand] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.state--menu-open .content-wrapper[data-menu-color=sand] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .content-wrapper[data-menu-color=sand] .menu-toggle {
  color: var(--black-color);
}

.footer {
  margin-top: 52px;
  text-align: center;
}
.footer .menu__lower {
  opacity: 1;
  visibility: visible;
  transform: none;
  position: relative;
}
.footer__bcorp {
  position: absolute;
  bottom: 18px;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .footer__bcorp {
    bottom: 28px;
    left: 30px;
  }
}
.footer__bcorp svg {
  height: 40px;
  fill: black;
}
@media only screen and (min-width: 992px) {
  .footer__bcorp svg {
    height: 60px;
  }
}

.footer--hidden {
  display: none;
}

.marketing {
  margin-top: 0 !important;
  background: var(--background-alt-color);
}
.marketing .wrap {
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .marketing .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: initial;
  }
}
.marketing__copyright {
  padding: 20px 0 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 688px) {
  .marketing__copyright {
    padding: 20px 0;
  }
}
.marketing__copyright a {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.marketing__copyright a:hover {
  color: var(--black-color);
}
.marketing__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 20px;
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.02em;
  color: var(--slate-text-color);
  opacity: 0.4;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .marketing__link {
    padding: 20px 0;
  }
}
.marketing__link:hover {
  opacity: 1;
}
.marketing__link svg {
  height: 32px;
}

.video {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.video--playing {
  opacity: 1;
  visibility: visible;
}

.state--playing {
  overflow-y: hidden;
}
.state--playing .menu-toggle:not(.video__toggle):not(.product__toggle):not(.block-gallery__toggle) {
  opacity: 0;
  visibility: hidden;
}

.video-skipping .video__arrow,
.video-skipping .video__background {
  pointer-events: none;
}

.video__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: zoom-out;
}
.video__background__color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-color);
}
.video__background__logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .video__background__logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
  }
  .video__background__logo svg {
    height: 40px;
    fill: currentColor;
  }
}
.video__background .menu-toggle {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  color: var(--text-strong-color);
}
@media only screen and (min-width: 992px) {
  .video__background .menu-toggle {
    width: 100px;
    height: 100px;
  }
}
.video__background .menu-toggle__times {
  opacity: 0.8;
  transform: none;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__background:hover .menu-toggle__times {
  opacity: 1;
  transform: scale(0.8);
}

.video__player-wrap {
  position: relative;
  width: calc(100vw - 60px);
  max-width: calc((100vh - 120px) * 1.77778);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .video__player-wrap {
    width: calc(100vw - 170px);
    max-width: calc((100vh - 200px) * 1.77778);
    max-height: calc(100vh - 200px);
  }
}

.video__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.slate-player .flowplayer .fp-engine {
  background: transparent;
}

.slate-player .flowplayer.is-loading .fp-engine {
  background: black;
}

.slate-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.flowplayer .fp-color,
.slate-player .flowplayer .fp-progress:after {
  background-color: var(--text-strong-color);
}

.slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: white;
}

.flowplayer .fp-header {
  visibility: hidden;
}

.video--gallery .video__player {
  height: 100%;
  max-height: calc(100vh - 120px);
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .video--gallery .video__player {
    max-height: calc(100vh - 200px);
  }
}
.video--gallery .slate-player {
  box-shadow: none;
}

.slate-player-gallery {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.slate-player-gallery--active {
  opacity: 1;
}
.slate-player-gallery__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.slate-player-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slate-player .tns-nav {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .slate-player .tns-nav {
    bottom: 30px;
  }
}
.slate-player .tns-nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  margin-right: 4px;
  background: var(--text-light-color);
}
.slate-player .tns-nav button.tns-nav-active {
  background: var(--accent-color);
}
.slate-player .tns-item {
  outline: none;
}

.slate-player-thumbs {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 5px;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.slate-player-thumbs--active {
  opacity: 1;
  transform: translate(0, 0);
}
@media only screen and (min-width: 992px) {
  .slate-player-thumbs {
    bottom: 30px;
    padding: 0 30px;
  }
}
.slate-player-thumbs__image {
  flex-shrink: 0;
  height: 40px;
  padding: 0 2px;
  opacity: 0.25;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.slate-player-thumbs__image.tns-nav-active {
  opacity: 1;
}
.slate-player-thumbs__image:first-child {
  margin-left: auto;
}
.slate-player-thumbs__image:last-child {
  margin-right: auto;
}
.slate-player-thumbs__image img {
  height: 40px;
  width: auto;
}

.video__details {
  position: fixed;
  top: 0;
  left: 60px;
  right: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  list-style: none;
  margin: 0;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 992px) {
  .video__details {
    height: 100px;
  }
}
.video__details li {
  font-size: 12px;
  padding: 0 5px;
  color: var(--text-strong-color);
}
@media only screen and (min-width: 992px) {
  .video__details li {
    font-size: 16px;
    padding: 0 13px;
  }
}
.video__details li:first-child {
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.video__details li:nth-child(2) {
  padding-right: 3px;
}
.video__details li:nth-child(3) {
  padding-left: 0;
}
.video__details li:nth-child(3):before {
  content: "— ";
}

.video__buttons {
  position: fixed;
  bottom: 10px;
  left: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 688px) {
  .video__buttons {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .video__buttons {
    bottom: 30px;
  }
}
.video__buttons .button {
  margin-top: 5px;
}
@media only screen and (min-width: 688px) {
  .video__buttons .button {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 992px) {
  .video__buttons .button {
    margin: 0 15px;
  }
}
.video__buttons .button span {
  margin-left: 7px;
}

.video__caption {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1311px) {
  .video__caption {
    display: none !important;
  }
}

.video__arrow {
  position: fixed;
  z-index: 1;
  top: 50%;
  padding: 60px 7px;
  transform: translate(0, -50%);
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .video__arrow {
    padding: 90px 30px;
  }
}
.video__arrow svg {
  height: 30px;
  fill: var(--text-strong-color);
  transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .video__arrow svg {
    height: 50px;
  }
}
.video__arrow--prev {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .video__arrow--prev:hover svg {
    transform: translate(-6px, 0);
  }
}
.video__arrow--next {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .video__arrow--next:hover svg {
    transform: translate(6px, 0);
  }
}
.video__arrow:hover {
  opacity: 1;
}
.video__arrow.disabled {
  opacity: 0;
  pointer-events: none;
}

.video__credit-toggle {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__credit-toggle:hover {
  opacity: 1;
}
@media only screen and (min-width: 688px) {
  .video__credit-toggle {
    width: 60px;
    height: 60px;
  }
}
.video__credit-toggle__info {
  fill: var(--text-strong-color);
  height: 22px;
}
@media only screen and (min-width: 688px) {
  .video__credit-toggle__info {
    height: 28px;
  }
}

.video__credits {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-30px, 0);
  background: var(--background-color);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.video__credits__close {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 688px) {
  .video__credits__close {
    height: 60px;
    padding-right: 15px;
  }
}
.video__credits__close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-color);
  opacity: 0.9;
}
.video__credits__close svg {
  position: relative;
  height: 14px;
  margin-right: 8px;
  fill: var(--text-light-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__credits__close span {
  position: relative;
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light-color);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__credits__close:hover svg {
  fill: var(--text-medium-color);
}
.video__credits__close:hover span {
  color: var(--text-medium-color);
}
.video__credits__content {
  padding: 0 10px 10px;
}
@media only screen and (min-width: 688px) {
  .video__credits__content {
    padding: 0 17px 17px;
  }
}
.video__credits__description {
  padding: 10px 0;
}
.video__credits__description > div {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-medium-color);
}
.video__credits__description p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-medium-color);
}
.video__credits__label {
  display: block;
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light-color);
}
.video__credits__list {
  list-style: none;
  margin: 0 -5px;
  line-height: 1.4;
}
@media only screen and (min-width: 688px) {
  .video__credits__list {
    margin: 0 -7px;
  }
}
.video__credits__list li {
  padding: 8px 5px 5px;
  border-radius: 3px;
}
@media only screen and (min-width: 688px) {
  .video__credits__list li {
    padding: 10px 7px 7px;
  }
}
.video__credits__list li:nth-child(2n-1) {
  background: var(--background-alt-color);
}
.video__credits__list span {
  display: block;
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light-color);
}
.video__credits__list a, .video__credits__list div {
  font-size: 14px;
  color: var(--text-medium-color);
}
.video__credits__list a:hover {
  color: var(--accent-color);
}

.video--playing.video--credits .video__credits {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .video--playing.video--credits .video__player-wrap {
    width: calc(100vw - 440px);
    margin: 0 60px 0 380px;
  }
  .video--playing.video--credits .video__arrow--prev {
    left: 320px;
  }
  .video--playing.video--credits .video__details {
    left: 380px;
  }
  .video--playing.video--credits .slate-player .tns-nav {
    left: 320px;
  }
}

.video__download {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__download:hover {
  opacity: 1;
}
@media only screen and (min-width: 688px) {
  .video__download {
    width: 60px;
    height: 60px;
  }
}
.video__download__icon {
  fill: var(--text-strong-color);
  height: 22px;
}
@media only screen and (min-width: 688px) {
  .video__download__icon {
    height: 28px;
  }
}
.video__download--hidden {
  visibility: hidden;
}

.video__media {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video__media video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video__media iframe {
  width: 100%;
  height: 100%;
}

.video__project-file {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video__project-file svg {
  height: 100px;
  width: auto;
  fill: var(--text-light-color);
}
@media only screen and (min-width: 688px) {
  .video__project-file svg {
    height: 160px;
  }
}
.video__project-file span {
  margin-top: 20px;
  font-size: var(--p-font-size);
  line-height: var(--p-lineheight);
  color: var(--text-light-color);
  text-align: center;
}

a.video__project-file svg {
  transition: fill 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
a.video__project-file span {
  margin-top: 20px;
  font-size: var(--p-font-size);
  line-height: var(--p-lineheight);
  color: var(--text-light-color);
  text-align: center;
  transition: color 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
a.video__project-file:hover svg {
  fill: var(--accent-color);
}
a.video__project-file:hover span {
  color: var(--text-strong-color);
}

.video__audio-player {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video__audio-player audio {
  width: 70%;
}

.gallery {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.gallery--active {
  opacity: 1;
  visibility: visible;
}
.gallery--loading .gallery-view {
  opacity: 0;
  visibility: hidden;
}
.gallery--loading .gallery__details li[data-detail=title], .gallery--loading .gallery__details li[data-detail=subtitle] {
  display: none;
}

.gallery__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.gallery__background__color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-alt-color);
}

.gallery .menu-toggle {
  display: flex;
  position: fixed;
  z-index: 10;
  top: var(--wrap-pad);
  right: var(--wrap-pad);
}
@media only screen and (min-width: 992px) {
  .gallery .menu-toggle {
    top: 30px;
    right: 30px;
  }
}
.gallery .menu-toggle svg {
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.gallery .menu-toggle:hover svg {
  fill: var(--accent-color);
}
.gallery .menu-toggle .menu-toggle__times {
  display: block;
  fill: var(--text-strong-color);
}

.gallery-view {
  position: relative;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  min-height: 100%;
  padding: var(--wrap-pad);
  display: flex;
  align-items: center;
}

.gallery-grid {
  position: relative;
  margin: -10px -5px 40px;
  width: calc(100% + 10px);
}
@media only screen and (min-width: 992px) {
  .gallery-grid {
    margin-bottom: 60px;
  }
}

.gallery-image {
  width: 50%;
  padding: 10px 5px 0;
}
@media only screen and (min-width: 992px) {
  .gallery-image {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1312px) {
  .gallery-image {
    width: 25%;
  }
}

.gallery-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}
.gallery-toolbar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-color);
  opacity: 0.9;
}
@media only screen and (min-width: 992px) {
  .gallery-toolbar {
    height: 60px;
  }
}
.gallery-toolbar__prev, .gallery-toolbar__next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  pointer-events: none;
  opacity: 0.25;
}
@media only screen and (min-width: 992px) {
  .gallery-toolbar__prev, .gallery-toolbar__next {
    width: 60px;
    height: 60px;
  }
}
.gallery-toolbar__prev svg, .gallery-toolbar__next svg {
  height: 20px;
  fill: var(--text-strong-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .gallery-toolbar__prev svg, .gallery-toolbar__next svg {
    height: 30px;
  }
}
.gallery-toolbar__prev[data-index], .gallery-toolbar__next[data-index] {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.gallery-toolbar__prev:hover svg, .gallery-toolbar__next:hover svg {
  fill: var(--accent-color);
}

.gallery__details {
  position: relative;
  margin-top: 0;
  list-style: none;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.gallery__details li {
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .gallery__details li {
    padding: 0 10px;
    font-size: 17px;
  }
}
.gallery__details li[data-detail=title] {
  font-weight: var(--font-weight-bold);
  color: var(--text-strong-color);
}
.gallery__details li[data-detail=subtitle] {
  color: var(--text-medium-color);
}
.gallery__details li[data-detail=length] {
  color: var(--text-light-color);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cookies {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: var(--background-alt-color);
  display: flex;
  align-items: center;
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.cookies__message {
  font-size: 13px;
  line-height: 1.5;
  padding-right: 15px;
  color: var(--black-color);
}
.cookies__message a {
  color: var(--black-color);
  text-decoration: underline;
  text-decoration-color: var(--electric-color);
}
.cookies .button {
  border-color: var(--black-color);
  color: var(--black-color);
}
.cookies .button:hover {
  border-color: var(--black-color);
  background: var(--black-color);
  color: var(--white-color);
}
@media only screen and (min-width: 992px) {
  .cookies {
    bottom: 10px;
    left: 10px;
    right: auto;
    width: 520px;
  }
}

.state--cookies .cookies {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  color: var(--accent-color);
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}
.cursor:has(.cursor__item--active) .cursor__circle {
  background: transparent;
}
.cursor__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: white;
  transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.cursor--expanded .cursor__circle {
  transform: scale(1.4) translate(-42.5%, -42.5%);
}
.cursor__item {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
}
.cursor__item svg {
  margin: auto;
  height: 16px;
  fill: white;
}
.cursor__item[data-cursor=watch] svg, .cursor__item[data-cursor=playreel] svg {
  padding-left: 1px;
}

@media only screen and (min-width: 992px) {
  * {
    cursor: none !important;
  }
  [data-hover-cursor]:hover {
    cursor: none;
  }
  body:not(body.loading) .cursor .cursor__item--active {
    visibility: visible;
  }
}
.grid .wrap--pad {
  padding: 0 5px;
}
@media only screen and (min-width: 688px) {
  .grid .wrap--pad {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .grid .wrap--pad {
    padding: 0 30px;
  }
}

.grid__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 688px) {
  .grid__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .grid__content {
    column-gap: 30px;
    row-gap: 48px;
    padding-bottom: 48px;
  }
}

.grid-item {
  position: relative;
  cursor: pointer;
}
.grid-item .js-play,
.grid-item > a {
  position: relative;
  display: block;
}

.grid-item__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: var(--background-alt-color);
  overflow: hidden;
}
.grid-item__media--landscape {
  padding-bottom: 56.25%;
}
.grid-item__media--square {
  padding-bottom: 100%;
}
.grid-item__media--portrait {
  padding-bottom: 133.33%;
}
.grid-item__media--wide {
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 992px) {
  .grid-item__media--wide {
    padding-bottom: 42%;
  }
}
.grid-item__media--masonry {
  height: auto;
  padding-bottom: 0;
}
.grid-item__media--masonry .grid-item__image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.grid-item__media--masonry .grid-item__image img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: initial;
}

.grid-item__first-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.grid-item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.grid-item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(20.46deg, rgba(0, 0, 0, 0.4) 7.87%, rgba(0, 0, 0, 0) 29.78%);
}

.grid-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-inverse-color);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.grid-item__play {
  display: none;
}
@media only screen and (min-width: 992px) {
  .grid-item__play {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .grid-item__play svg {
    height: 30px;
    margin: auto;
    fill: var(--text-inverse-color);
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  }
}
@media only screen and (min-width: 1312px) {
  [data-columns-l="2"] .grid-item__play svg {
    height: 40px;
  }
}

.grid-item__title {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 4px 8px;
  color: var(--text-strong-color);
}
.grid-item__title h2, .grid-item__title h3 {
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .grid-item__title h2, .grid-item__title h3 {
    font-size: 16px;
  }
}
.grid-item__title h2 {
  font-family: var(--font-family-secondary);
}
.grid-item__title h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}

.grid-item__tags {
  display: none;
}
@media only screen and (min-width: 992px) {
  .grid-item__tags {
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
    text-align: right;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: white;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transform: translate(0, 8px);
    transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.grid-item__originals {
  display: none;
}

@media only screen and (min-width: 992px) {
  .grid-item:hover:has(.grid-item__tags) .grid-item__overlay {
    opacity: 0.2;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover .grid-item__tags,
  .grid-item:hover .grid-item__originals {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover.js-preview .grid-item__video {
    opacity: 1;
  }
  .grid-item:hover .grid-item__play svg {
    opacity: 1;
    transform: scale(1);
  }
}

.hero {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: var(--black-color);
}
@media only screen and (min-width: 992px) {
  .hero {
    padding-bottom: 42%;
  }
}

.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-inverse-color);
}
.hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-inverse-color);
}
.hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__content {
  width: 100%;
  padding: var(--section-margin-large) 0;
}
.hero__content h1 {
  color: var(--text-inverse-color);
}
.hero__content p {
  color: var(--text-inverse-color);
}
.hero__content p a {
  color: var(--text-inverse-color);
}
.hero__content p a:hover {
  color: var(--accent-color);
}
.hero__content .button {
  margin-top: 20px;
  background: var(--accent-inverse-color);
  color: var(--text-inverse-color);
}
.hero__content .button:hover {
  background: var(--text-inverse-color);
  color: var(--accent-inverse-color);
}

@media only screen and (max-width: 687px) {
  .body--header-inverse .hero__content {
    padding-top: calc(var(--section-margin-large) * 2);
  }
}
@media only screen and (min-width: 688px) and (max-width: 991px) {
  .body--header-inverse .hero__content {
    padding-top: calc(var(--section-margin-large) * 1.5);
  }
}

.splash {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash .wrap {
  text-align: center;
}
.splash__logo {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.splash__tagline {
  margin-top: 30px;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
.splash--on .splash__logo {
  opacity: 1;
  transform: translate(0, 0);
}
.splash--on .splash__tagline {
  opacity: 1;
  transform: translate(0, 0);
}
.splash--off {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.splash--off .splash__logo {
  opacity: 0;
  transform: translate(0, -30px);
}
.splash--off .splash__tagline {
  opacity: 0;
  transform: translate(0, -30px);
}

.body--home .header__handwritten:not(.menu__tagline .header__handwritten) {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home .header__handwritten--work svg {
  height: 35px;
}
.body--home .header[data-home-section=featured] {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=featured] .header__handwritten--tagline {
  opacity: 1;
}
.body--home .header[data-home-section=work] {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=work] .header__handwritten--work {
  opacity: 1;
}
.body--home .header[data-home-section=about] {
  --background-color: var(--orange-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=about] .header__handwritten--about {
  opacity: 1;
}
.body--home .header[data-home-section=talent] {
  --background-color: var(--grey-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=talent] .header__handwritten--talent {
  opacity: 1;
}
.body--home .header[data-home-section=news] {
  --background-color: var(--lime-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=news] .header__handwritten--news {
  opacity: 1;
}
.body--home .header[data-home-section=featured-peek] {
  --background-color: var(--orange-color);
  --text-strong-color: var(--black-color);
}
.body--home .header[data-home-section=featured-peek] .header__handwritten--about {
  opacity: 1;
}

html {
  min-height: -webkit-fill-available;
}

.body--home .outer-wrapper,
.body--home .content-wrapper {
  min-height: 100%;
}
.body--home .content-wrapper__inner {
  position: relative;
  background: var(--sage-color);
  transition: background-color 0.6s linear;
}
.body--home:has(.header[data-home-section=work]) .content-wrapper__inner {
  background: var(--sage-color);
}
.body--home:has(.header[data-home-section=talent]) .content-wrapper__inner {
  background: var(--grey-color);
}
.body--home:has(.header[data-home-section=news]) .content-wrapper__inner {
  background: var(--lime-color);
}
.body--home:has(.header[data-home-section=about]) .content-wrapper__inner, .body--home:has(.header[data-home-section=featured-peek]) .content-wrapper__inner {
  background: var(--orange-color);
}
.body--home.body--home--away .content-wrapper__inner {
  background: var(--orange-color);
  transition: background-color 0.6s linear;
}
.body--home.body--home--away:has(.header[data-home-section=work]) .content-wrapper__inner {
  background: var(--orange-color);
}
.body--home.body--home--away:has(.header[data-home-section=talent]) .content-wrapper__inner {
  background: var(--lime-color);
}
.body--home.body--home--away:has(.header[data-home-section=news]) .content-wrapper__inner {
  background: var(--grey-color);
}
.body--home.body--home--away:has(.header[data-home-section=about]) .content-wrapper__inner, .body--home.body--home--away:has(.header[data-home-section=featured-peek]) .content-wrapper__inner {
  background: var(--sage-color);
}
.body--home .header {
  transition: background-color 0.6s linear, color 0.6s linear;
}

.home-section {
  min-height: calc(100% - 60px);
}
@media only screen and (min-width: 992px) {
  .home-section {
    min-height: calc(100% - 100px);
  }
}

.body--home--home .home-section.featured .featured-logo,
.body--home--away .home-section.featured-peek .featured-logo {
  color: var(--logo-color);
  transition: color 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.home-section.featured,
.home-section.featured-peek {
  min-height: 100%;
  display: flex;
  align-items: center;
  background: var(--black-color);
  color: var(--sage-color);
  --background-color: var(--black-color);
  --text-strong-color: var(--sage-color);
  --text-medium-color: var(--sage-color);
  --text-light-color: var(--sage-color);
}
@media only screen and (min-width: 992px) {
  .home-section.featured,
  .home-section.featured-peek {
    min-height: 100vh;
  }
}
.home-section.featured .featured-logo,
.home-section.featured-peek .featured-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.home-section.featured .featured-logo svg,
.home-section.featured-peek .featured-logo svg {
  fill: currentColor;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-logo,
  .home-section.featured-peek .featured-logo {
    padding: 30px;
  }
}
.home-section.featured .featured-carousel,
.home-section.featured-peek .featured-carousel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
}
@media only screen and (min-width: 688px) {
  .home-section.featured .featured-carousel,
  .home-section.featured-peek .featured-carousel {
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-carousel,
  .home-section.featured-peek .featured-carousel {
    min-height: 660px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.featured .featured-carousel,
  .home-section.featured-peek .featured-carousel {
    min-height: 760px;
  }
}
.home-section.featured .featured-carousel .tns-ovh,
.home-section.featured-peek .featured-carousel .tns-ovh {
  overflow: visible;
}
.home-section.featured .featured-arrows__prev, .home-section.featured .featured-arrows__next,
.home-section.featured-peek .featured-arrows__prev,
.home-section.featured-peek .featured-arrows__next {
  position: absolute;
  bottom: 0;
  padding: 20px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-arrows__prev, .home-section.featured .featured-arrows__next,
  .home-section.featured-peek .featured-arrows__prev,
  .home-section.featured-peek .featured-arrows__next {
    bottom: auto;
    top: calc(50% - 115px);
    padding: 90px 30px;
    opacity: 0.8;
    transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .home-section.featured .featured-arrows__prev:hover, .home-section.featured .featured-arrows__next:hover,
  .home-section.featured-peek .featured-arrows__prev:hover,
  .home-section.featured-peek .featured-arrows__next:hover {
    opacity: 1;
  }
}
.home-section.featured .featured-arrows__prev svg, .home-section.featured .featured-arrows__next svg,
.home-section.featured-peek .featured-arrows__prev svg,
.home-section.featured-peek .featured-arrows__next svg {
  height: 30px;
  fill: currentColor;
  transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-arrows__prev svg, .home-section.featured .featured-arrows__next svg,
  .home-section.featured-peek .featured-arrows__prev svg,
  .home-section.featured-peek .featured-arrows__next svg {
    height: 50px;
  }
}
.home-section.featured .featured-arrows__prev,
.home-section.featured-peek .featured-arrows__prev {
  right: 50%;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-arrows__prev,
  .home-section.featured-peek .featured-arrows__prev {
    right: auto;
    left: 0;
  }
  .home-section.featured .featured-arrows__prev:hover svg,
  .home-section.featured-peek .featured-arrows__prev:hover svg {
    transform: translate(-6px, 0);
  }
}
.home-section.featured .featured-arrows__next,
.home-section.featured-peek .featured-arrows__next {
  left: 50%;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-arrows__next,
  .home-section.featured-peek .featured-arrows__next {
    left: auto;
    right: 0;
  }
  .home-section.featured .featured-arrows__next:hover svg,
  .home-section.featured-peek .featured-arrows__next:hover svg {
    transform: translate(6px, 0);
  }
}
.home-section.featured .featured-item,
.home-section.featured-peek .featured-item {
  width: 100%;
  text-align: center;
  pointer-events: none;
  position: relative;
}
.home-section.featured .featured-item__media,
.home-section.featured-peek .featured-item__media {
  z-index: 2;
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: calc(100vw - 20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-item__media,
  .home-section.featured-peek .featured-item__media {
    max-width: calc(100vw - 172px);
  }
}
.home-section.featured .featured-item .js-play,
.home-section.featured .featured-item a,
.home-section.featured-peek .featured-item .js-play,
.home-section.featured-peek .featured-item a {
  display: inline-block;
  color: currentColor;
  cursor: pointer;
}
.home-section.featured .featured-item__image img,
.home-section.featured-peek .featured-item__image img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 688px) {
  .home-section.featured .featured-item__image img,
  .home-section.featured-peek .featured-item__image img {
    max-height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-item__image img,
  .home-section.featured-peek .featured-item__image img {
    min-height: 400px;
    max-height: 60vh;
    width: auto;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.featured .featured-item__image img,
  .home-section.featured-peek .featured-item__image img {
    min-height: 500px;
  }
}
.home-section.featured .featured-item__image--hidden,
.home-section.featured-peek .featured-item__image--hidden {
  visibility: hidden;
}
.home-section.featured .featured-item__video,
.home-section.featured-peek .featured-item__video {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.home-section.featured .featured-item__video video,
.home-section.featured-peek .featured-item__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section.featured .featured-item__overlay,
.home-section.featured-peek .featured-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--black-color);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-section.featured .featured-item__overlay:hover,
.home-section.featured-peek .featured-item__overlay:hover {
  opacity: 0.2;
}
.home-section.featured .featured-item__info,
.home-section.featured-peek .featured-item__info {
  position: relative;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-item__info.featured-item__info--clip,
  .home-section.featured-peek .featured-item__info.featured-item__info--clip {
    display: flex;
    justify-content: space-between;
    gap: 8px 20px;
    flex-flow: wrap;
    height: 20px;
  }
}
.home-section.featured .featured-item__info h2, .home-section.featured .featured-item__info h3,
.home-section.featured-peek .featured-item__info h2,
.home-section.featured-peek .featured-item__info h3 {
  font-family: var(--font-family-secondary);
  color: currentColor;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-item__info h2, .home-section.featured .featured-item__info h3,
  .home-section.featured-peek .featured-item__info h2,
  .home-section.featured-peek .featured-item__info h3 {
    font-size: 16px;
  }
}
.home-section.featured .featured-item__info h2,
.home-section.featured-peek .featured-item__info h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  max-width: calc(100vw - 16px);
}
.home-section.featured .featured-item__info h3,
.home-section.featured-peek .featured-item__info h3 {
  font-weight: 300;
}
.home-section.featured .featured-item__expand,
.home-section.featured-peek .featured-item__expand {
  position: absolute;
  z-index: 3;
  bottom: -6px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid var(--sage-color);
  background: var(--black-color);
  color: var(--sage-color);
  display: flex;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-section.featured .featured-item__expand svg,
.home-section.featured-peek .featured-item__expand svg {
  margin: auto;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}
.home-section.featured .featured-item__expand__minus,
.home-section.featured-peek .featured-item__expand__minus {
  display: none;
}
.home-section.featured .featured-item__expand:hover,
.home-section.featured-peek .featured-item__expand:hover {
  background: var(--sage-color);
  color: var(--black-color);
}
@media only screen and (max-width: 991px) {
  .home-section.featured .featured-item__expand,
  .home-section.featured-peek .featured-item__expand {
    display: none;
  }
}
.body--home--away .home-section.featured .featured-item__expand,
.body--home--away .home-section.featured-peek .featured-item__expand {
  background: var(--sage-faded-color);
  border-color: var(--black-color);
  color: var(--black-color);
}
.body--home--away .home-section.featured .featured-item__expand:hover,
.body--home--away .home-section.featured-peek .featured-item__expand:hover {
  background: var(--black-color);
  color: var(--sage-faded-color);
}
.home-section.featured .featured-item__extra,
.home-section.featured-peek .featured-item__extra {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translate(0, 30%);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  background: var(--black-color);
}
.home-section.featured .featured-item__extra img,
.home-section.featured-peek .featured-item__extra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-section.featured .featured-item__extra:after,
.home-section.featured-peek .featured-item__extra:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(9.46deg, rgba(0, 0, 0, 0.6) 10.87%, rgba(0, 0, 0, 0) 27.78%);
}
.home-section.featured .featured-item__extra span,
.home-section.featured-peek .featured-item__extra span {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.2;
  color: var(--white-color);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-section.featured .featured-item__extra:hover img,
.home-section.featured-peek .featured-item__extra:hover img {
  opacity: 1;
}
.home-section.featured .featured-item__extra:hover span,
.home-section.featured-peek .featured-item__extra:hover span {
  color: var(--electric-color);
}
.home-section.featured .featured-item__extra--one,
.home-section.featured-peek .featured-item__extra--one {
  top: -10%;
  right: 56%;
  width: 30%;
  aspect-ratio: 16/9;
  z-index: 1;
}
.home-section.featured .featured-item__extra--two,
.home-section.featured-peek .featured-item__extra--two {
  top: 8%;
  right: 20%;
  width: 22%;
  aspect-ratio: 16/9;
  z-index: 3;
}
.home-section.featured .featured-item__extra--three,
.home-section.featured-peek .featured-item__extra--three {
  top: 53%;
  left: 22%;
  width: 20%;
  aspect-ratio: 16/9;
  z-index: 3;
}
.home-section.featured .featured-item__extra--four,
.home-section.featured-peek .featured-item__extra--four {
  top: 60%;
  left: 50%;
  margin-left: min(240px, 18%);
  width: 18%;
  aspect-ratio: 16/9;
  z-index: 1;
}
.home-section.featured .featured-item--expanded .featured-item__expand,
.home-section.featured-peek .featured-item--expanded .featured-item__expand {
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  background: var(--sage-color);
  color: var(--black-color);
}
.body--home--away .home-section.featured .featured-item--expanded .featured-item__expand,
.body--home--away .home-section.featured-peek .featured-item--expanded .featured-item__expand {
  background: var(--black-color);
  color: var(--sage-faded-color);
}
.home-section.featured .featured-item--expanded .featured-item__expand__plus,
.home-section.featured-peek .featured-item--expanded .featured-item__expand__plus {
  display: none;
}
.home-section.featured .featured-item--expanded .featured-item__expand__minus,
.home-section.featured-peek .featured-item--expanded .featured-item__expand__minus {
  display: block;
}
.home-section.featured .featured-item--expanded .featured-item__media,
.home-section.featured-peek .featured-item--expanded .featured-item__media {
  transform: scale(0.6);
}
.home-section.featured .featured-item--expanded .featured-item__extra,
.home-section.featured-peek .featured-item--expanded .featured-item__extra {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.home-section.featured .featured-item--expanded .featured-item__extra--one,
.home-section.featured-peek .featured-item--expanded .featured-item__extra--one {
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.home-section.featured .featured-item--expanded .featured-item__extra--two,
.home-section.featured-peek .featured-item--expanded .featured-item__extra--two {
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.home-section.featured .featured-item--expanded .featured-item__extra--three,
.home-section.featured-peek .featured-item--expanded .featured-item__extra--three {
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.4s;
}
.home-section.featured .featured-item--expanded .featured-item__extra--four,
.home-section.featured-peek .featured-item--expanded .featured-item__extra--four {
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.home-section.featured .featured-item__value .featured-item__info,
.home-section.featured-peek .featured-item__value .featured-item__info {
  display: none;
}
.home-section.featured .featured-item.tns-slide-active,
.home-section.featured-peek .featured-item.tns-slide-active {
  pointer-events: auto;
}
.home-section.featured .featured-item.tns-slide-active .featured-item__media,
.home-section.featured-peek .featured-item.tns-slide-active .featured-item__media {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.home-section.featured .featured-item.tns-slide-active .featured-item__info,
.home-section.featured-peek .featured-item.tns-slide-active .featured-item__info {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.home-section.featured .featured-footer,
.home-section.featured-peek .featured-footer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer,
  .home-section.featured-peek .featured-footer {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.home-section.featured .featured-footer__bcorp svg,
.home-section.featured-peek .featured-footer__bcorp svg {
  height: 40px;
  fill: white;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer__bcorp svg,
  .home-section.featured-peek .featured-footer__bcorp svg {
    height: 60px;
  }
}
.home-section.featured .featured-footer__switch,
.home-section.featured-peek .featured-footer__switch {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer__switch,
  .home-section.featured-peek .featured-footer__switch {
    display: flex;
    cursor: pointer;
  }
}
.home-section.featured .featured-footer__switch__home, .home-section.featured .featured-footer__switch__away,
.home-section.featured-peek .featured-footer__switch__home,
.home-section.featured-peek .featured-footer__switch__away {
  position: relative;
  padding: 10px;
}
.home-section.featured .featured-footer__switch__home:first-child, .home-section.featured .featured-footer__switch__away:first-child,
.home-section.featured-peek .featured-footer__switch__home:first-child,
.home-section.featured-peek .featured-footer__switch__away:first-child {
  padding-right: 4px;
}
.home-section.featured .featured-footer__switch__home:last-child, .home-section.featured .featured-footer__switch__away:last-child,
.home-section.featured-peek .featured-footer__switch__home:last-child,
.home-section.featured-peek .featured-footer__switch__away:last-child {
  padding-left: 4px;
}
.home-section.featured .featured-footer__switch__text,
.home-section.featured-peek .featured-footer__switch__text {
  height: 20px;
  fill: currentColor;
}
.home-section.featured .featured-footer__switch__outline,
.home-section.featured-peek .featured-footer__switch__outline {
  position: absolute;
}
.home-section.featured .featured-footer__switch__outline path,
.home-section.featured-peek .featured-footer__switch__outline path {
  stroke: currentColor;
}
.home-section.featured .featured-footer__switch__home .featured-footer__switch__outline,
.home-section.featured-peek .featured-footer__switch__home .featured-footer__switch__outline {
  top: 11%;
  bottom: 0;
  left: -5%;
  right: -5%;
  width: 67px;
}
.home-section.featured .featured-footer__switch__home .featured-footer__switch__outline path,
.home-section.featured-peek .featured-footer__switch__home .featured-footer__switch__outline path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.home-section.featured .featured-footer__switch__away .featured-footer__switch__outline,
.home-section.featured-peek .featured-footer__switch__away .featured-footer__switch__outline {
  top: 5%;
  bottom: 0;
  left: -10%;
  right: -10%;
  width: 75px;
}
.home-section.featured .featured-footer__switch__away .featured-footer__switch__outline path,
.home-section.featured-peek .featured-footer__switch__away .featured-footer__switch__outline path {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
.home-section.featured .featured-footer__menu,
.home-section.featured-peek .featured-footer__menu {
  padding: 10px;
  display: flex;
  align-items: flex-end;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: currentColor;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer__menu,
  .home-section.featured-peek .featured-footer__menu {
    display: none;
  }
}
.home-section.featured .featured-footer__menu:hover,
.home-section.featured-peek .featured-footer__menu:hover {
  color: var(--electric-color);
}
.home-section.featured .featured-footer__menu-items,
.home-section.featured-peek .featured-footer__menu-items {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer__menu-items,
  .home-section.featured-peek .featured-footer__menu-items {
    display: grid;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
  }
}
.home-section.featured .featured-footer__menu-items a,
.home-section.featured-peek .featured-footer__menu-items a {
  padding: 2px 10px;
  color: var(--text-strong-color);
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-section.featured .featured-footer__menu-items:hover a,
.home-section.featured-peek .featured-footer__menu-items:hover a {
  opacity: 0.4;
}
.home-section.featured .featured-footer__menu-items:hover a:hover,
.home-section.featured-peek .featured-footer__menu-items:hover a:hover {
  opacity: 1;
}
.home-section.featured .featured-footer__explore,
.home-section.featured-peek .featured-footer__explore {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-section.featured .featured-footer__explore,
  .home-section.featured-peek .featured-footer__explore {
    display: flex;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 20px 0;
    cursor: pointer;
  }
}
.home-section.featured .featured-footer__explore__line,
.home-section.featured-peek .featured-footer__explore__line {
  height: 60px;
  width: 2px;
  background: currentColor;
  animation: explore-bounce 4s cubic-bezier(0.2, 0.3, 0, 1) infinite;
}
.home-section.featured .slate-player .flowplayer .fp-progress:after,
.home-section.featured-peek .slate-player .flowplayer .fp-progress:after {
  background-color: var(--electric-color);
}

.home-section.featured-peek .featured-item__expand {
  background: var(--sage-color);
  border-color: var(--black-color);
  color: var(--black-color);
}
.home-section.featured-peek .featured-item__expand:hover {
  background: var(--black-color);
  color: var(--sage-color);
}
.home-section.featured-peek .featured-item--expanded .featured-item__expand {
  background: var(--black-color);
  color: var(--sage-color);
}
.body--home--away .home-section.featured-peek .featured-item__expand {
  background: var(--black-color);
  border-color: var(--electric-color);
  color: var(--electric-color);
}
.body--home--away .home-section.featured-peek .featured-item__expand:hover {
  background: var(--electric-color);
  color: var(--black-color);
}
.body--home--away .home-section.featured-peek .featured-item--expanded .featured-item__expand {
  background: var(--electric-color);
  color: var(--black-color);
}

@keyframes explore-bounce {
  0% {
    height: 40px;
  }
  60% {
    height: 40px;
  }
  80% {
    height: 60px;
  }
  100% {
    height: 40px;
  }
}
.body--home.loading-in.loading .home-section.featured .featured-logo {
  opacity: 0;
}
.body--home.loading-in.loading .home-section.featured .featured-carousel {
  opacity: 0;
}
.body--home.loading-in.loading .home-section.featured .featured-arrows__prev {
  opacity: 0;
  transform: translate(-30px, 0);
}
.body--home.loading-in.loading .home-section.featured .featured-arrows__next {
  opacity: 0;
  transform: translate(30px, 0);
}
.body--home.loading-in.loading .home-section.featured .featured-footer {
  opacity: 0;
  transform: translate(0, 30px);
}
.body--home.loading-in .home-section.featured .featured-logo {
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.loading-in .home-section.featured .featured-carousel {
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--home.loading-in .home-section.featured .featured-arrows__prev,
.body--home.loading-in .home-section.featured .featured-arrows__next {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--home.loading-in .home-section.featured .featured-footer {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--home.loading-in.loading-in-special.loading .home-section.featured .featured-logo {
  opacity: 0;
  transform: translate(0, calc(50vh - 50%));
  transition: none;
}
.body--home.loading-in.loading-in-special .home-section.featured .featured-logo {
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 2.25s, opacity 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--home.loading-in.loading-in-special .home-section.featured .featured-carousel {
  transition: all 0.75s cubic-bezier(0.2, 0.3, 0, 1) 2.5s;
}
.body--home.loading-in.loading-in-special .home-section.featured .featured-arrows__prev,
.body--home.loading-in.loading-in-special .home-section.featured .featured-arrows__next {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 2.75s;
}
.body--home.loading-in.loading-in-special .home-section.featured .featured-footer {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 3s;
}

.home-section.work {
  --work-bg: var(--sage-color);
  padding: 0 5px 60px;
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}
@media only screen and (min-width: 688px) {
  .home-section.work {
    padding: 0 20px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.work {
    padding: 0 30px 60px;
  }
}
.home-section.work .slate-player .flowplayer .fp-progress:after {
  background-color: var(--sage-color);
}
@media only screen and (min-width: 992px) {
  .home-section.work {
    height: 200vh;
  }
  .home-section.work:has(.home-work__item:hover) .home-work__item:not(.home-work__item:hover) .home-work__item__image,
  .home-section.work:has(.home-work__item:hover) .home-work__item:not(.home-work__item:hover) .home-work__item__details {
    opacity: 0.4;
  }
  .home-section.work:has(.home-work__item:hover) .home-work__item:hover {
    z-index: 1;
  }
}

.home-work-roles {
  border-top: 2px solid var(--text-grey-color);
  border-bottom: 2px solid var(--text-grey-color);
}
@media only screen and (max-width: 991px) {
  .home-work-roles {
    display: none;
  }
}
.home-work-roles__tabs {
  display: flex;
  margin-left: -15px;
}
.home-work-roles__tab {
  padding: 20px 15px;
  font-family: var(--font-family-secondary);
  color: var(--text-grey-color);
  opacity: 0.4;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  user-select: none;
}
.home-work-roles__tab:hover {
  opacity: 0.6;
}
.home-work-roles__tab.home-work-roles__tab--active {
  opacity: 1;
}
.home-work-roles__content {
  display: none;
  padding-bottom: 20px;
  font-family: var(--font-family-secondary);
  color: var(--text-grey-color);
}
.home-work-roles__content p {
  max-width: 800px;
  text-wrap: balance;
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .home-work-roles__content p {
    font-size: 16px;
  }
}
.home-work-roles__content--active {
  display: block;
}

.home-work {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 688px) {
  .home-work {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-work {
    position: sticky;
    top: 100px;
    margin-top: 60px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, calc((100vh - 284px) / 4));
    column-gap: 0;
    row-gap: 0;
    padding: 0 60px;
  }
  .home-work .home-work__item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .home-work .home-work__item:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  }
  .home-work .home-work__item:nth-child(3) {
    grid-row: 3;
    grid-column: 3;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  }
  .home-work .home-work__item:nth-child(4) {
    grid-row: 4;
    grid-column: 4;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  }
  .home-work .js-play {
    margin: 0 -60px;
  }
}
.home-work__item {
  position: relative;
}
.home-work__item__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: var(--work-bg);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-work__item__media {
    transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.home-work__item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .home-work__item__image {
    transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.home-work__item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-work__item__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-work__item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-work__item__details {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 4px 8px;
  font-size: 14px;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .home-work__item__details {
    padding-right: 132px;
    transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .home-work__item__details {
    font-size: 16px;
  }
}
.home-work__item .home-work__item:last-of-type .home-work__item__details {
  padding: 0;
}
.home-work__item__client {
  font-family: var(--font-family-secondary);
}
.home-work__item__artist {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
@media only screen and (min-width: 992px) {
  .home-work__item:hover .home-work__item__media {
    transform: scale(1.06);
  }
  .home-work__item:hover .home-work__item__details {
    transform: translate(0, 0.6vw);
  }
}
.home-work__item:hover .grid-item__video {
  opacity: 1;
}
.home-work-extra {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .home-work-extra {
    display: none;
  }
}
.home-work-extra__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-work-extra__item--active {
  opacity: 1;
}
.home-work-extra__item__description {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  color: var(--text-grey-color);
}
.home-work-extra__item__description p {
  font-size: 14px;
  font-family: var(--font-family-secondary);
}
.home-work-extra__item__description ul {
  margin-top: 14px;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  gap: 8px 20px;
  font-size: 12px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  font-weight: 300;
}
.home-work-extra__item__images {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 25%;
  row-gap: 60px;
  column-gap: 30px;
}
.home-work-extra__item__images__image {
  display: flex;
}
.home-work-extra__item__images__image img,
.home-work-extra__item__images__image video {
  margin: auto;
  max-height: 16vh;
  max-width: 100%;
}
.home-work-extra__item__images__image:nth-child(2) {
  grid-row: span 2;
}
.home-work--alt {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .home-work--alt {
    margin-top: -50vh;
  }
  .home-work--alt .home-work__item {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 32px);
    pointer-events: none;
  }
  .home-work--alt .home-work__item:nth-child(1) {
    grid-column: 4;
  }
  .home-work--alt .home-work__item:nth-child(2) {
    grid-column: 3;
  }
  .home-work--alt .home-work__item:nth-child(3) {
    grid-column: 2;
  }
  .home-work--alt .home-work__item:nth-child(4) {
    grid-column: 1;
  }
  .home-work--alt .home-work__item__details {
    padding-right: 0;
    padding-left: 132px;
    justify-content: flex-end;
  }
  .home-work--alt .home-work__item:last-child .home-work__item__details {
    padding: 0;
  }
}
.home-work--alt .home-work-extra__item__description {
  top: unset;
  bottom: 0;
}
.home-work--alt .home-work-extra__item__images {
  bottom: unset;
  top: 0;
}
.home-work--regular {
  z-index: 1;
}
.home-work__more {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  bottom: 0;
  pointer-events: none;
}
.home-work__more__inner {
  position: sticky;
  margin-top: 120px;
  top: 50vh;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
.home-work__more a {
  position: relative;
  z-index: 2;
  pointer-events: all;
  display: block;
  border: 2px solid var(--text-grey-color);
  color: var(--text-grey-color);
  padding: 1px 3px 2px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 300;
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-work__more a:hover {
  background: var(--text-grey-color);
  color: var(--work-bg);
}
@media only screen and (max-width: 991px) {
  .home-work__more {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .home-section.work.alt .home-work__item {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -32px);
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .home-section.work.alt .home-work--regular {
    z-index: unset;
  }
  .home-section.work.alt .home-work--alt .home-work__item {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  .home-section.work.alt .home-work--alt .home-work__item:nth-child(1) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .home-section.work.alt .home-work--alt .home-work__item:nth-child(2) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  }
  .home-section.work.alt .home-work--alt .home-work__item:nth-child(3) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  }
  .home-section.work.alt .home-work--alt .home-work__item:nth-child(4) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  }
}

.home-section.talent {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .home-section.talent {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.talent {
    padding: 120px 0;
  }
}

.home-section.news {
  color: var(--black-color);
  padding: 60px 20px;
  overflow: hidden;
  --background-color: var(--lime-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}
@media only screen and (min-width: 992px) {
  .home-section.news {
    padding: 80px 0 80px 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.news {
    padding: 120px 0 120px 30px;
  }
}
.home-section.news .slate-player .flowplayer .fp-progress:after {
  background-color: var(--electric-color);
}

.home-news-listing__article {
  position: relative;
  border-top: 2px solid var(--text-grey-color);
  color: var(--black-color);
  text-wrap: balance;
}
.home-news-listing__article:last-child {
  border-bottom: 2px solid var(--text-grey-color);
}
.home-news-listing__article a, .home-news-listing__article .js-play {
  display: grid;
  row-gap: 6px;
  column-gap: 20px;
  padding: 20px 0;
}
@media only screen and (min-width: 688px) {
  .home-news-listing__article a, .home-news-listing__article .js-play {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .home-news-listing__article a, .home-news-listing__article .js-play {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.home-news-listing__article h2, .home-news-listing__article p {
  position: relative;
  z-index: 2;
  color: var(--text-grey-color);
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-news-listing__article h2 {
  font-size: 20px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
.home-news-listing__article p {
  margin-top: 0;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  mix-blend-mode: difference;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.6s linear;
}
[data-menu-color=grey] .home-news-listing__article p {
  color: #6d6d77;
}
.body--home--away [data-menu-color=grey] .home-news-listing__article p {
  color: #8f8d28;
}
[data-menu-color=lime] .home-news-listing__article p {
  color: #8f8d28;
}
.body--home--away [data-menu-color=lime] .home-news-listing__article p {
  color: #6d6d77;
}
.home-news-listing__article__images {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-news-listing__article__images {
    position: fixed;
    pointer-events: none;
    z-index: 1;
    top: 15vh;
    right: 60px;
    bottom: 15vh;
    left: 33%;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .home-news-listing__article__images img {
    width: calc((100% - 16px) / 3);
    height: auto;
  }
  .home-news-listing__article__images img:nth-child(1) {
    align-self: center;
  }
  .home-news-listing__article__images img:nth-child(2) {
    align-self: flex-end;
  }
  .home-news-listing__article__images img:nth-child(3) {
    align-self: flex-start;
  }
}

.news-layout:hover .home-news-listing__article h2 {
  opacity: 0.4;
}
.news-layout:hover .home-news-listing__article p {
  opacity: 0;
}
.news-layout:hover .home-news-listing__article:hover h2, .news-layout:hover .home-news-listing__article:hover p {
  opacity: 1;
}
.news-layout:hover .home-news-listing__article:hover .home-news-listing__article__images {
  opacity: 1;
  visibility: visible;
}

.news-more {
  margin-top: 30px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .news-more {
    padding-right: 30px;
  }
}
.news-more a {
  margin-left: auto;
  position: relative;
  z-index: 2;
  pointer-events: all;
  display: block;
  border: 2px solid var(--text-grey-color);
  color: var(--text-grey-color);
  padding: 1px 3px 2px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 300;
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.news-more a:hover {
  background: var(--text-grey-color);
}
[data-menu-color=grey] .news-more a:hover {
  color: var(--grey-color);
}
.body--home--away [data-menu-color=grey] .news-more a:hover {
  color: var(--lime-color);
}
[data-menu-color=lime] .news-more a:hover {
  color: var(--lime-color);
}
.body--home--away [data-menu-color=lime] .news-more a:hover {
  color: var(--grey-color);
}
[data-menu-color=orange] .news-more a:hover {
  color: var(--orange-color);
}
.body--home--away [data-menu-color=orange] .news-more a:hover {
  color: var(--sage-color);
}

.home-section.about {
  padding: 60px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .home-section.about {
    padding: 80px 0 30px 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.about {
    padding-top: 120px;
  }
}
.home-section.about .home-about__layout {
  border-top: 3px solid var(--text-grey-color);
  position: relative;
  color: var(--text-grey-color);
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__layout {
    display: grid;
    grid-template-columns: 45% 55%;
  }
}
.home-section.about .home-about__text {
  padding: 30px 30px 30px 0;
}
.home-section.about .home-about__text h2 {
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__text {
    border-right: 3px solid var(--text-grey-color);
  }
}
.home-section.about .home-about__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.home-section.about .home-about__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section.about .home-about__lower {
  margin-top: 30px;
  border-top: 3px solid var(--text-grey-color);
  padding-top: 30px;
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 688px) {
  .home-section.about .home-about__lower {
    grid-template-columns: 40% 40% 20%;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__lower {
    grid-template-columns: 360px 200px auto;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__lower {
    margin-top: 0;
  }
}
.home-section.about .home-about__lower__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-section.about .home-about__lower__menu li a {
  text-decoration: none;
  padding: 6px 0;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  font-size: 30px;
  color: var(--text-grey-color);
  transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .home-section.about .home-about__lower__menu li a {
    font-size: 40px;
  }
}
.home-section.about .home-about__lower__menu:hover li a {
  opacity: 0.4;
}
.home-section.about .home-about__lower__menu:hover li a:hover {
  opacity: 1;
}
.home-section.about .home-about__lower__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-section.about .home-about__lower__contact li a {
  text-decoration: none;
  padding: 6px 0;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--text-grey-color);
}
.home-section.about .home-about__lower__contact li a span {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__lower__contact li a:hover span {
    transform: translate(6px, 0);
  }
}
.home-section.about .home-about__lower__bcorp {
  padding-right: 20px;
}
@media only screen and (min-width: 688px) {
  .home-section.about .home-about__lower__bcorp {
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__lower__bcorp {
    padding-right: 30px;
  }
}
.home-section.about .home-about__lower__bcorp svg {
  height: 60px;
  fill: var(--text-grey-color);
}
@media only screen and (min-width: 688px) {
  .home-section.about .home-about__lower__bcorp svg {
    height: 102px;
  }
}
@media only screen and (min-width: 992px) {
  .home-section.about .home-about__lower__bcorp svg {
    height: 116px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-section.about .home-about__lower__bcorp svg {
    height: 136px;
  }
}

.home-section.featured-peek {
  background: var(--sage-faded-color);
  color: var(--black-color);
  --background-color: var(--sage-faded-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}
.home-section.featured-peek .featured-footer {
  transform: none !important;
}

.body--home--home .home-section.featured .featured-footer__switch__home .featured-footer__switch__outline path {
  animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
}
.body--home--away .home-section.featured {
  background: var(--sage-faded-color);
  color: var(--black-color);
  --background-color: var(--sage-faded-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}
.body--home--away .home-section.featured .featured-footer__switch__away .featured-footer__switch__outline path {
  animation: draw_line 0.4s cubic-bezier(0.2, 0.3, 0, 1) forwards;
}
.body--home--away .home-section.featured .featured-footer__bcorp svg {
  fill: var(--black-color);
}
.body--home--away .home-section.featured .featured-footer__menu:hover {
  color: var(--forest-color);
}
.body--home--away .home-section.featured-peek {
  background: var(--black-color);
  color: var(--sage-color);
  --background-color: var(--black-color);
  --text-strong-color: var(--sage-color);
  --text-medium-color: var(--sage-color);
  --text-light-color: var(--sage-color);
}
.body--home--away .header[data-home-section=featured] {
  background: var(--orange-color);
  color: var(--black-color);
}
.body--home--away .header[data-home-section=featured] .menu--main {
  --background-color: var(--sage-faded-color);
  --text-strong-color: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=featured] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=featured] .menu-toggle {
  color: var(--black-color);
}
.body--home--away .header[data-home-section=work] {
  background: var(--orange-color);
  color: var(--black-color);
}
.body--home--away .header[data-home-section=work] .menu--main {
  --background-color: var(--orange-color);
  --text-strong-color: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=work] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=work] .menu-toggle {
  color: var(--black-color);
}
.body--home--away .home-section.work {
  --work-bg: var(--orange-color);
  --background-color: var(--orange-color);
}
.body--home--away .home-section.work .slate-player .flowplayer .fp-progress:after {
  background-color: var(--orange-color);
}
.body--home--away .header[data-home-section=talent] {
  background: var(--lime-color);
  color: var(--black-color);
}
.body--home--away .header[data-home-section=talent] .menu--main {
  --background-color: var(--lime-color);
  --text-strong-color: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=talent] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=talent] .menu-toggle {
  color: var(--black-color);
}
.body--home--away .talent .talent-section ul li a {
  color: var(--black-color);
}
.body--home--away .home-section.news {
  color: var(--black-color);
  --background-color: var(--grey-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}
.body--home--away .header[data-home-section=news] {
  background: var(--grey-color);
  color: var(--black-color);
}
.body--home--away .header[data-home-section=news] .menu--main {
  --background-color: var(--grey-color);
  --text-strong-color: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=news] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=news] .menu-toggle {
  color: var(--black-color);
}
.body--home--away .header[data-home-section=about] {
  background: var(--sage-color);
  color: var(--black-color);
}
.body--home--away .header[data-home-section=about] .menu--main {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
}
.body--home--away .header[data-home-section=about] .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.state--menu-open .body--home--away .header[data-home-section=about] .logo svg {
  fill: var(--black-color);
}
.state--menu-open .body--home--away .header[data-home-section=about] .menu-toggle {
  color: var(--black-color);
}
.body--home--away .home-section.about {
  color: var(--black-color);
}
.body--home--away .home-section.about .home-about__content h2 {
  color: var(--black-color);
}
.body--home--away .home-section.about .home-about__content__options li a:hover {
  color: var(--forest-color);
}
.body--home--away .header[data-home-section=featured-peek] {
  background: var(--sage-color);
  color: var(--black-color);
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
}

.talent {
  color: var(--black-color);
  padding: 30px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body--talent .talent {
  min-height: calc(100vh - 60px - 52px - 56px - 84px);
}
@media only screen and (min-width: 688px) {
  .body--talent .talent {
    min-height: calc(100vh - 60px - 52px - 56px - 52px);
  }
}
@media only screen and (min-width: 992px) {
  .body--talent .talent {
    min-height: calc(100vh - 100px - 52px - 62px - 52px);
  }
}
.talent-section {
  position: relative;
  z-index: 1;
  margin: 0 20px;
  border-top: 3px solid var(--text-grey-color);
  border-bottom: 3px solid var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .talent-section {
    margin: 0 0 0 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.talent-section__list {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .talent-section__list {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .talent-section__list {
    padding: 90px 30px;
  }
}
.talent-section__list li a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: var(--text-grey-color);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 30px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
@media only screen and (min-width: 992px) {
  .talent-section__right {
    border-left: 3px solid var(--text-grey-color);
  }
}
.talent-section__videos {
  position: relative;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 991px) {
  .talent-section__videos {
    display: none;
  }
}
.talent-section__bios {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .talent:has(a:hover) li a {
    opacity: 0.25;
  }
  .talent:has(a:hover) li a:hover {
    opacity: 1;
    color: var(--text-grey-color);
  }
  .talent:has(a:hover) li a:hover .talent-section__tagline {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.talent-image,
.talent-video {
  display: none;
}
@media only screen and (min-width: 992px) {
  .talent-image,
  .talent-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .talent-image img,
  .talent-image video,
  .talent-video img,
  .talent-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
  }
  .talent-image--active,
  .talent-video--active {
    opacity: 1;
    visibility: visible;
  }
  .talent-image--fixed,
  .talent-video--fixed {
    position: fixed;
    z-index: 2;
    padding-bottom: 42%;
    top: 100px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .talent-image--fixed img,
  .talent-image--fixed video,
  .talent-video--fixed img,
  .talent-video--fixed video {
    transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    opacity: 0.5;
  }
}

.talent-bio {
  display: none;
}
@media only screen and (min-width: 992px) {
  .talent-bio {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
    font-family: var(--font-family-secondary);
    --p-font-size: 16px;
    color: var(--text-grey-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .talent-bio:first-child {
    position: relative;
  }
  .talent-bio--active {
    opacity: 1;
    visibility: visible;
  }
  .talent-bio__inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1312px) {
  .talent-bio__inner {
    -webkit-line-clamp: 5;
  }
}

.body--talent.loading-in.loading .header {
  opacity: 0;
}
.body--talent.loading-in.loading .talent-section {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--talent.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--talent.loading-in .talent-section:nth-child(1) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--talent.loading-in .talent-section:nth-child(2) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--talent.loading-in .talent-section:nth-child(3) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

.body--talent.loading-out-special .talent-video {
  transform: translate(-33%, -44%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--talent.loading-out-special .talent-section {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--talent.loading-out-special .talent {
  background: transparent;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--talent.loading-out-special .footer,
.body--talent.loading-out-special .marketing {
  opacity: 0;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.body--home.loading-out-special .talent-video {
  transform: translate(-33%, -44%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.loading-out-special .talent-section {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--home.loading-out-special .talent {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.loading-out-special .home-section.work,
.body--home.loading-out-special .home-section.news {
  opacity: 0;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.roster-menu {
  position: sticky;
  top: 100px;
  background: var(--background-color);
  z-index: 19;
  height: 0;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (max-width: 991px) {
  .roster-menu {
    display: none;
  }
}
.roster-menu__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: currentColor;
  cursor: pointer;
}
.roster-menu__toggle svg {
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.roster-menu ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 30px 0 60px;
  max-width: 840px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .roster-menu ul {
    max-width: 1040px;
  }
}
.roster-menu ul li a {
  display: block;
  padding: 8px 12px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: currentColor;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.roster-menu ul li a span {
  display: block;
}
.roster-menu ul li a:hover {
  color: var(--electric-color);
}
.scheme--electric .roster-menu ul li a:hover {
  color: var(--white-color);
}

.state--roster-menu-open .roster-menu {
  height: 160px;
  transition: height 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.state--roster-menu-open .roster-menu__toggle svg {
  transform: scaleY(-1);
}
.state--roster-menu-open .roster-menu ul {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.2, 0.3, 0, 1);
}

.director-hero {
  position: relative;
  cursor: pointer;
}
.director-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.director-hero__image--active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .director-hero__image {
    display: none;
  }
}

.body--director .hero__video {
  background: transparent;
}

.director-title {
  padding: 12px 20px 0;
}
@media only screen and (min-width: 992px) {
  .director-title {
    padding: 28px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.director-title__left h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  margin-left: -1px;
}
@media only screen and (min-width: 992px) {
  .director-title__left h1 {
    margin-left: -2px;
  }
}
.director-title__left span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .director-title__left span {
    display: block;
    margin-top: 2px;
    font-family: var(--font-family-secondary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--text-strong-color);
    opacity: 0.5;
  }
}
.director-title__right {
  list-style: none;
  display: flex;
  margin: 0;
}
.director-title__right li {
  position: relative;
  z-index: 2;
  pointer-events: all;
  display: block;
  color: var(--text-grey-color);
  padding: 2px 8px 3px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.director-title__right li.active {
  background: var(--text-grey-color);
  color: white;
}
.director-title__right:hover li {
  background: transparent;
  color: var(--text-grey-color);
}
.director-title__right:hover li:hover {
  background: var(--text-grey-color);
  color: white;
}

.director-reels {
  margin-top: 28px;
}

.director-reels__reel {
  display: none;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-reels__reel--active {
  display: block;
}
.director-reels__reel--hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 30px);
}

.director-bio {
  padding: 12px 20px 30px;
}
@media only screen and (min-width: 992px) {
  .director-bio {
    padding: 0 30px 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .director-bio__content {
    padding-right: 20%;
  }
}
.director-bio__content .button {
  margin-top: 20px;
}
.director-bio__image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .director-bio__image {
    display: block;
    margin-right: -30px;
  }
}
.director-lower {
  margin-top: 5px;
}
@media only screen and (min-width: 688px) {
  .director-lower {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .director-lower {
    margin-top: 30px;
  }
}

.director-news {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: var(--sage-color);
  overflow: hidden;
  transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-news__label {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .director-news__label {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .director-news__label {
    top: 30px;
    left: 30px;
  }
}
.director-news__label svg {
  height: 16px;
  fill: var(--black-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .director-news__label svg {
    height: 20px;
  }
}
.director-news__articles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.director-news .tns-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: end;
}
.director-news .tns-controls button {
  background: transparent;
  padding: 20px 10px;
  height: auto;
  border: 0;
}
.director-news .tns-controls button:first-child {
  padding-left: 20px;
}
.director-news .tns-controls button:last-child {
  padding-right: 20px;
}
.director-news .tns-controls button svg {
  height: 16px;
  margin: 0;
  fill: var(--forest-color);
  opacity: 0.5;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-news .tns-controls button:hover svg {
  opacity: 1;
}
.director-news__article {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 5%;
  color: var(--black-color);
}
.director-news__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.director-news__title, .director-news__subtitle {
  position: relative;
  color: var(--black-color);
  font-size: 14px;
  line-height: 1.2;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .director-news__title, .director-news__subtitle {
    font-size: 16px;
  }
}
.director-news__title {
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
}
.director-news__subtitle {
  margin-top: 10px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .director-news:hover {
    background: var(--black-color);
  }
  .director-news:hover .tns-controls button svg,
  .director-news:hover .director-news__label svg {
    fill: var(--text-inverse-color);
  }
  .director-news:hover .director-news__image {
    opacity: 1;
    visibility: visible;
  }
  .director-news:hover .director-news__title,
  .director-news:hover .director-news__subtitle {
    color: var(--text-inverse-color);
  }
}
.director-news__empty {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  color: var(--text-strong-color);
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-news__empty svg {
  height: 20px;
  fill: currentColor;
  margin-bottom: 18px;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-news__empty:hover {
  color: var(--white-color);
}

.director-cta {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border: 1px solid var(--text-strong-color);
  transition: border-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  color: var(--text-strong-color);
}
.director-cta__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  color: var(--text-strong-color);
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .director-cta__content {
    font-size: 16px;
  }
}
.director-cta__content svg {
  height: 50px;
  fill: currentColor;
  margin-bottom: 18px;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.director-cta:hover {
  border-color: var(--accent-color);
}
.director-cta:hover .director-cta__content {
  color: var(--accent-color);
}
.director-cta:hover .director-cta__content svg {
  transform: scale(1.1);
}

.body--director.loading-out-special .header__left {
  opacity: 1;
}
.body--director.loading-out-special .hero__media {
  opacity: 0.5;
  transition: all 2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--director.loading-out-special .director-title {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--director.loading-out-special .director-reels {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
}

.body--director.loading-in.loading .hero__media {
  opacity: 0.5;
}
.body--director.loading-in.loading .director-title {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--director.loading-in.loading .director-reels {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--director.loading-in .hero__media {
  transition: all 2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--director.loading-in .director-title {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--director.loading-in .director-reels {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}

@media only screen and (min-width: 992px) {
  .body--director .grid-item--animating {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .body--director .grid-item--animating.grid-item--loading {
    opacity: 0;
    transform: translate(0, 30px);
  }
}

.body--director .js-player-director-url {
  display: none !important;
}

.body--work .header__left .header__handwritten svg {
  height: 35px;
}

.body--work .slate-player .flowplayer .fp-progress:after {
  background-color: var(--accent-color);
}

.work-hero {
  display: none;
}
@media only screen and (min-width: 992px) {
  .work-hero {
    display: block;
    position: relative;
    cursor: pointer;
  }
}

.work-title {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .work-title {
    padding: 0 30px;
  }
}
.work-title .home-work-roles {
  display: block;
}
@media only screen and (max-width: 991px) {
  .work-title .home-work-roles__tabs {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .work-title .home-work-roles__content {
    padding-top: 20px;
  }
}

.work-reel {
  margin-top: 36px;
}
.work-reel__nav {
  display: grid;
  padding: 5px 5px 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 688px) {
  .work-reel__nav {
    padding: 20px 20px 0;
  }
}
.work-reel__nav--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5px;
}
@media only screen and (min-width: 688px) {
  .work-reel__nav--two {
    column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .work-reel__nav {
    display: none;
  }
}

@media only screen and (min-width: 688px) {
  .body--work-featured .grid__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.body--work-commercials .grid__content,
.body--work-post .grid__content,
.body--work-development .grid__content {
  column-gap: 15px;
  row-gap: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1312px) {
  .body--work-commercials .grid__content,
  .body--work-post .grid__content,
  .body--work-development .grid__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 48px;
    padding-bottom: 48px;
  }
  .body--work-commercials .grid__content .grid-item__tags,
  .body--work-post .grid__content .grid-item__tags,
  .body--work-development .grid__content .grid-item__tags {
    top: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .body--work-commercials .grid__content .grid-item__originals,
  .body--work-post .grid__content .grid-item__originals,
  .body--work-development .grid__content .grid-item__originals {
    bottom: 18px;
    right: 20px;
  }
  .body--work-commercials .grid__content .grid-item__originals svg,
  .body--work-post .grid__content .grid-item__originals svg,
  .body--work-development .grid__content .grid-item__originals svg {
    height: 16px;
  }
}
.body--work-commercials .grid__content .grid-item--portrait .grid-item__image img,
.body--work-post .grid__content .grid-item--portrait .grid-item__image img,
.body--work-development .grid__content .grid-item--portrait .grid-item__image img {
  object-position: top;
}
@media only screen and (min-width: 688px) {
  .body--work-commercials .grid__content .grid-item--portrait .grid-item__image img,
  .body--work-post .grid__content .grid-item--portrait .grid-item__image img,
  .body--work-development .grid__content .grid-item--portrait .grid-item__image img {
    object-position: center;
  }
}
@media only screen and (min-width: 688px) {
  .body--work-commercials .grid__content .grid-item--portrait,
  .body--work-post .grid__content .grid-item--portrait,
  .body--work-development .grid__content .grid-item--portrait {
    grid-row: span 2;
  }
  .body--work-commercials .grid__content .grid-item--portrait .js-play,
  .body--work-post .grid__content .grid-item--portrait .js-play,
  .body--work-development .grid__content .grid-item--portrait .js-play {
    height: 100%;
  }
  .body--work-commercials .grid__content .grid-item--portrait .grid-item__media,
  .body--work-post .grid__content .grid-item--portrait .grid-item__media,
  .body--work-development .grid__content .grid-item--portrait .grid-item__media {
    padding-bottom: 0 !important;
    height: 100%;
  }
}
@media only screen and (min-width: 688px) {
  .body--work-commercials .grid__content .grid-item--portrait,
  .body--work-post .grid__content .grid-item--portrait,
  .body--work-development .grid__content .grid-item--portrait {
    grid-row: span 3;
  }
}

.film-tv {
  margin-top: 36px;
}
.film-tv-grid {
  display: grid;
  padding: 0 5px 32px;
  column-gap: 5px;
  row-gap: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 688px) {
  .film-tv-grid {
    padding: 0 20px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .film-tv-grid {
    padding: 0 30px 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 56px;
  }
}
.film-tv-grid__item {
  position: relative;
}
.film-tv-grid__item__image {
  position: relative;
}
.film-tv-grid__item__image img {
  width: 100%;
}
.film-tv-grid__item__image__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.film-tv-grid__item__image:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 0px solid var(--sage-faded-color);
  transition: border-width 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  will-change: border-width;
  pointer-events: none;
}
.film-tv-grid__item__text {
  margin-top: 12px;
  color: var(--text-strong-color);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .film-tv-grid__item__text {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .film-tv-grid__item__text {
    transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1), padding 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .film-tv-grid__item__text {
    margin-top: 16px;
  }
}
.film-tv-grid__item__text h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  color: currentColor;
}
@media only screen and (min-width: 1312px) {
  .film-tv-grid__item__text h3 {
    font-size: 16px;
  }
}
.film-tv-grid__item__text span {
  font-family: var(--font-family-secondary);
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .film-tv-grid__item__text span {
    font-size: 16px;
  }
}
.film-tv-grid__item:hover .film-tv-grid__item__image__hover {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .film-tv-grid__item:hover .film-tv-grid__item__image:after {
    border-width: 11px;
  }
  .film-tv-grid__item:hover .film-tv-grid__item__text {
    padding: 0 10px;
  }
}
.film-tv-grid__placeholder {
  display: none;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .film-tv-grid__placeholder {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 1312px) {
  .film-tv-grid__placeholder {
    padding-bottom: 35px;
  }
}
.film-tv-grid__placeholder__outline {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sage-color);
}
.film-tv-grid__placeholder__outline svg {
  height: 20px;
  fill: var(--sage-color);
}
.film-tv-grid[data-length="5"] .film-tv-grid__placeholder {
  display: block;
}

.body--work.loading-out-special .header__left {
  opacity: 1;
}
.body--work.loading-out-special .hero__media {
  opacity: 0.2;
  transition: all 2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--work.loading-out-special .work-title__right {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--work.loading-out-special .work-reel,
.body--work.loading-out-special .film-tv {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
}

.body--work.loading-in.loading .work-title {
  opacity: 0;
}
.body--work.loading-in.loading .work-reel,
.body--work.loading-in.loading .film-tv {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--work.loading-in .work-title {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--work.loading-in .work-reel,
.body--work.loading-in .film-tv {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}

@media only screen and (min-width: 992px) {
  .body--work .grid-item--animating {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .body--work .grid-item--animating.grid-item--loading {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@media only screen and (min-width: 992px) {
  .body--work-commercials .grid-item--animating.grid-item--loading, .body--work-post .grid-item--animating.grid-item--loading, .body--work-development .grid-item--animating.grid-item--loading {
    transform: translate(0, 10px);
  }
}

.header__category {
  margin-left: 20px;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.news-header__inner {
  border-top: 2px solid var(--text-grey-color);
  border-bottom: 2px solid var(--text-grey-color);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 16px 0;
  gap: 6px 30px;
}
.news-header a {
  display: flex;
  align-items: center;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .news-header a {
    font-size: 16px;
  }
}
.news-header a:hover {
  color: var(--black-color);
}
.news-header a svg {
  height: 14px;
  margin-right: 6px;
  fill: currentColor;
}
@media only screen and (min-width: 1312px) {
  .news-header a svg {
    height: 16px;
  }
}

.news-listing {
  margin-top: 30px;
}
.news-listing__articles {
  display: grid;
  row-gap: 36px;
}
@media only screen and (min-width: 688px) {
  .news-listing__articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .news-listing__articles {
    column-gap: 30px;
    row-gap: 86px;
  }
  .news-listing__articles .news-listing__article__content {
    min-height: 100px;
  }
}
@media only screen and (min-width: 1312px) {
  .news-listing__articles {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 116px;
  }
  .news-listing__articles .news-listing__article {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    min-height: 600px;
  }
  .news-listing__articles .news-listing__article:nth-child(5n-4) {
    height: 90vh;
    justify-content: flex-start;
    margin-top: 30px;
    padding-right: 40px;
  }
  .news-listing__articles .news-listing__article:nth-child(5n-3) {
    height: 90vh;
    justify-content: flex-end;
  }
  .news-listing__articles .news-listing__article:nth-child(5n-2) {
    height: 90vh;
    justify-content: flex-start;
  }
  .news-listing__articles .news-listing__article:nth-child(5n-1) {
    grid-column-start: 2;
    grid-column-end: 6;
    height: 60vh;
    justify-content: flex-start;
  }
  .news-listing__articles .news-listing__article:nth-child(5n) {
    grid-column-start: 8;
    grid-column-end: 12;
    height: 60vh;
    justify-content: flex-end;
  }
  .news-listing__articles .news-listing__article:nth-child(15n-14), .news-listing__articles .news-listing__article:nth-child(15n-13) {
    padding-right: 40px;
  }
  .news-listing__articles .news-listing__article:nth-child(15n-9) {
    justify-content: center;
  }
  .news-listing__articles .news-listing__article:nth-child(15n-8) {
    justify-content: flex-start;
  }
  .news-listing__articles .news-listing__article:nth-child(15n-7) {
    justify-content: flex-end;
    padding-left: 60px;
  }
  .news-listing__articles .news-listing__article:nth-child(15n-3) {
    padding: 0 40px;
  }
}

.news-listing__article > a {
  display: block;
}
@media only screen and (min-width: 992px) {
  .news-listing__article > a:hover .news-listing__article__image:after,
  .news-listing__article .js-play:hover .news-listing__article__image:after {
    border-width: 11px;
  }
  .news-listing__article > a:hover .news-listing__article__content,
  .news-listing__article .js-play:hover .news-listing__article__content {
    transform: translate(10px, 0);
  }
}

.news-listing__article__image {
  position: relative;
}
.news-listing__article__image:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 0px solid var(--grey-color);
  transition: border-width 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  will-change: border-width;
  pointer-events: none;
}
.body--home--away .news-listing__article__image:after {
  border-color: var(--black-color);
}

.news-listing__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--black-color);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.news-listing__article__overlay:hover {
  opacity: 0.2;
}

.news-listing__article__content {
  margin-top: 14px;
  text-wrap: balance;
}
@media only screen and (min-width: 992px) {
  .news-listing__article__content {
    margin-top: 16px;
    padding-right: 20px;
    transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.news-listing__article__content h2 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: var(--text-strong-color);
  font-weight: 700;
}
@media only screen and (min-width: 1312px) {
  .news-listing__article__content h2 {
    font-size: 20px;
  }
}
.news-listing__article__content p {
  font-family: var(--font-family-secondary);
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-strong-color);
}
@media only screen and (min-width: 1312px) {
  .news-listing__article__content p {
    font-size: 16px;
  }
}

.news-listing__article .fadein--animating {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .news-listing__article .fadein--animating:nth-child(2n) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  }
}
.news-listing__article .fadein--animating.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  pointer-events: none;
}

.news-load {
  text-align: center;
  margin: 56px 0 0;
}
@media only screen and (min-width: 992px) {
  .news-load {
    margin: 86px 0 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .news-load {
    margin: 116px 0 100px;
  }
}
.state--all-posts-loaded .news-load {
  pointer-events: none;
}
.state--all-posts-loaded .news-load .button {
  opacity: 0.25;
}

.body--news.loading-in.loading .header {
  opacity: 0;
}
.body--news.loading-in.loading .news-header {
  opacity: 0;
}
.body--news.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--news.loading-in .news-header {
  transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (min-width: 992px) {
  .article-header {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    align-items: center;
    padding: 0 30px;
    margin-top: calc(var(--section-margin-regular) - 30px);
  }
}
.article-header__image img {
  width: 100%;
}
.article-header__text {
  margin: 32px auto 0;
  padding: 0 var(--wrap-pad);
}
@media only screen and (min-width: 688px) {
  .article-header__text {
    padding: 0;
    max-width: var(--wrap-narrow);
  }
}
@media only screen and (min-width: 992px) {
  .article-header__text {
    max-width: none;
    margin: 0;
  }
}
@media only screen and (max-width: 687px) {
  .article-header__text h1 {
    font-size: 30px;
  }
}

.block {
  margin-top: var(--section-margin-regular);
}
@media only screen and (max-width: 687px) {
  .block {
    --wrap-narrow: 100%;
  }
}

.block--text h2 {
  margin-top: var(--section-margin-regular);
}
.block--text h2:first-child {
  margin-top: 0;
}
.block--text h3 {
  margin-top: calc(var(--section-margin-regular) / 2);
}
.block--text h3:first-child {
  margin-top: 0;
}
.block--text blockquote {
  margin: var(--section-margin-regular) auto;
  font-size: calc(var(--p-font-size) * 2);
  font-weight: var(--font-weight-regular);
  line-height: 1.1;
  color: var(--text-strong-color);
}
.block--text blockquote:first-child {
  margin-top: 0;
}
.block--text a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--accent-color);
  color: var(--text-strong-color);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.block--text a:hover {
  color: var(--accent-color);
}
.block--text .video-container {
  position: relative;
  margin: var(--section-margin-regular) auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.block--text .video-container:first-child {
  margin-top: 0;
}
.block--text .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.block--clips,
.block--photos {
  position: relative;
  overflow: hidden;
}
.block--clips .wrap,
.block--photos .wrap {
  position: unset;
}
.block--clips .wrap .tns-controls,
.block--photos .wrap .tns-controls {
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  right: 0;
  z-index: 10;
}
.block--clips .wrap .tns-controls button,
.block--photos .wrap .tns-controls button {
  position: absolute;
  border-color: var(--electric-color);
  background: var(--electric-color);
  color: var(--black-color);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.block--clips .wrap .tns-controls button:disabled,
.block--photos .wrap .tns-controls button:disabled {
  opacity: 0;
  visibility: hidden;
}
.block--clips .wrap .tns-controls button svg,
.block--photos .wrap .tns-controls button svg {
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.block--clips .wrap .tns-controls button[data-controls=prev],
.block--photos .wrap .tns-controls button[data-controls=prev] {
  left: 0;
}
.block--clips .wrap .tns-controls button[data-controls=prev]:hover svg,
.block--photos .wrap .tns-controls button[data-controls=prev]:hover svg {
  transform: translate(-6px, 0);
}
.block--clips .wrap .tns-controls button[data-controls=next],
.block--photos .wrap .tns-controls button[data-controls=next] {
  right: 0;
}
.block--clips .wrap .tns-controls button[data-controls=next]:hover svg,
.block--photos .wrap .tns-controls button[data-controls=next]:hover svg {
  transform: translate(6px, 0);
}
.block--clips .tns-ovh,
.block--photos .tns-ovh {
  overflow: visible;
}
.block--clips .tns-nav,
.block--photos .tns-nav {
  margin-left: -4px;
}
.block--clips .tns-nav button,
.block--photos .tns-nav button {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}
.block--clips .tns-nav button:before,
.block--photos .tns-nav button:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 100%;
  background: var(--text-light-color);
}
.block--clips .tns-nav button.tns-nav-active:before,
.block--photos .tns-nav button.tns-nav-active:before {
  background: var(--accent-color);
}
.block--clips .tns-item,
.block--photos .tns-item {
  outline: none;
}

.block-carousel {
  position: relative;
  width: 100%;
  padding-top: 6px;
  visibility: hidden;
}
.block-carousel--sized {
  width: max-content;
}
.block-carousel--loaded {
  visibility: visible;
}
.block-carousel .block-video {
  width: 100%;
  max-width: var(--wrap-narrow);
}
.block-carousel .block-photo {
  display: inline-block;
  cursor: zoom-in;
}
.block-carousel .block-photo img {
  max-height: 100%;
}

.block-photo {
  display: flex;
}
.block-photo picture,
.block-photo img {
  margin: auto;
}

.block-gallery {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.block-gallery--open {
  opacity: 1;
  visibility: visible;
}

.block-gallery__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: zoom-out;
}
.block-gallery__background__color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-color);
}
.block-gallery__background__logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .block-gallery__background__logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
  }
  .block-gallery__background__logo svg {
    height: 40px;
    fill: currentColor;
  }
}
.block-gallery__background .menu-toggle {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 60px;
}
@media only screen and (min-width: 688px) {
  .block-gallery__background .menu-toggle {
    height: 100px;
  }
}
.block-gallery__background .menu-toggle:hover {
  opacity: 1;
}
.block-gallery__background .menu-toggle:hover .menu-toggle__times {
  transform: scale(0.8);
}
.block-gallery__background .menu-toggle__times {
  opacity: 1;
  transform: scale(1);
}

.block-gallery__wrap {
  position: relative;
  width: calc(100vw - 60px);
  max-width: calc((100vh - 120px) * 1.77778);
  margin: 0 auto;
}
@media only screen and (min-width: 688px) {
  .block-gallery__wrap {
    width: calc(100vw - 170px);
    max-width: calc((100vh - 200px) * 1.77778);
    max-height: calc(100vh - 200px);
  }
}

.block-gallery__media {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 120px);
}
@media only screen and (min-width: 992px) {
  .block-gallery__media {
    max-height: calc(100vh - 200px);
  }
}
.block-gallery__media .tns-outer,
.block-gallery__media .tns-inner {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .block-gallery__media .tns-controls {
    display: none;
  }
}
.block-gallery__media .tns-controls button {
  position: fixed;
  z-index: 10;
  bottom: 0;
  padding: 20px 10px;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .block-gallery__media .tns-controls button {
    bottom: auto;
    top: calc(50% - 90px);
    padding: 90px 30px;
    opacity: 0.8;
    transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .block-gallery__media .tns-controls button:hover {
    opacity: 1;
  }
}
.block-gallery__media .tns-controls button svg {
  height: 30px;
  fill: currentColor !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .block-gallery__media .tns-controls button svg {
    height: 50px;
  }
}
.block-gallery__media .tns-controls button[data-controls=prev] {
  right: 50%;
}
@media only screen and (min-width: 992px) {
  .block-gallery__media .tns-controls button[data-controls=prev] {
    right: auto;
    left: 0;
  }
  .block-gallery__media .tns-controls button[data-controls=prev]:hover svg {
    transform: translate(-6px, 0);
  }
}
.block-gallery__media .tns-controls button[data-controls=next] {
  left: 50%;
}
@media only screen and (min-width: 992px) {
  .block-gallery__media .tns-controls button[data-controls=next] {
    left: auto;
    right: 0;
  }
  .block-gallery__media .tns-controls button[data-controls=next]:hover svg {
    transform: translate(6px, 0);
  }
}
.block-gallery__media .tns-controls button:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.block-gallery__media .tns-nav {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.block-gallery__media .tns-nav button {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  margin-right: 4px;
  background: var(--text-light-color);
}
.block-gallery__media .tns-nav button.tns-nav-active {
  background: var(--accent-color);
}
.block-gallery__media .tns-item {
  outline: none;
}

.block-gallery__carousel__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-gallery__carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-gallery__thumbs {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 5px;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 992px) {
  .block-gallery__thumbs {
    bottom: 30px;
    padding: 0 30px;
  }
}
.block-gallery__thumbs__image {
  flex-shrink: 0;
  height: 40px;
  padding: 0 2px;
  opacity: 0.25;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.block-gallery__thumbs__image.tns-nav-active {
  opacity: 1;
}
.block-gallery__thumbs__image:first-child {
  margin-left: auto;
}
.block-gallery__thumbs__image:last-child {
  margin-right: auto;
}
.block-gallery__thumbs__image img {
  height: 40px;
  width: auto;
}

.article-footer {
  margin-top: 40px;
}
.article-footer .wrap {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 688px) {
  .article-footer .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .article-footer .wrap {
    column-gap: 30px;
  }
}

.article-promo {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border: 1px solid var(--text-strong-color);
  transition: border-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  color: var(--text-strong-color);
}
.article-promo__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 30px;
  color: var(--text-strong-color);
}
.article-promo__content p {
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .article-promo__content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .article-promo__content p {
    font-size: 30px;
  }
}
.article-promo__label {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .article-promo__label {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .article-promo__label {
    top: 30px;
    left: 30px;
  }
}
.article-promo__label svg {
  height: 16px;
  fill: currentColor;
}
@media only screen and (min-width: 1312px) {
  .article-promo__label svg {
    height: 20px;
  }
}

.body--article.loading-in.loading .header {
  opacity: 0;
}
.body--article.loading-in.loading .article-header__image {
  opacity: 0;
}
.body--article.loading-in.loading .article-header__text {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--article.loading-in.loading .article-content {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--article.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--article.loading-in .article-header__image {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--article.loading-in .article-header__text {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--article.loading-in .article-content {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}

.body--about {
  background: var(--black-color);
  --text-strong-color: var(--black-color);
}
.body--about .header {
  position: fixed;
  left: 0;
  right: 0;
  color: var(--text-strong-color);
}
.body--about.fp-viewing-intro {
  --text-strong-color: var(--sand-color);
}
.body--about.fp-viewing-intro .header {
  background: transparent;
}
.body--about.fp-viewing-our-dna #fp-nav ul li a span {
  background: var(--white-color);
}
.body--about.fp-viewing-game-plan #fp-nav ul li a span {
  background: var(--text-grey-color);
}
.body--about.fp-viewing-film-and-tv #fp-nav ul li a span {
  background: var(--text-grey-color);
}
.body--about.fp-viewing-sustainability-and-diversity #fp-nav ul li a span {
  background: var(--text-grey-color);
}
.body--about.fp-viewing-clients-and-awards #fp-nav ul li a span {
  background: var(--white-color);
}
.body--about .about-section:not(.fullpage-wrapper .about-section) {
  display: none;
}

.body--about .header__handwritten:not(.menu__tagline .header__handwritten) {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--about .header__handwritten--conscience svg {
  height: 35px;
}
.body--about .header[data-about-section=intro] {
  --background-color: var(--black-color);
  --text-strong-color: var(--sand-color);
}
.body--about .header[data-about-section=intro] .header__handwritten--intro {
  opacity: 1;
}
.body--about .header[data-about-section=dna] {
  --background-color: #f2e9d9;
  --text-strong-color: var(--black-color);
}
.body--about .header[data-about-section=dna] .menu-toggle:hover .menu-toggle__text {
  color: var(--text-grey-color);
}
.body--about .header[data-about-section=dna] .header__handwritten--dna {
  opacity: 1;
}
.body--about .header[data-about-section=plan] {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
}
.body--about .header[data-about-section=plan] .header__handwritten--plan {
  opacity: 1;
}
.body--about .header[data-about-section=film] {
  --background-color: var(--white-color);
  --text-strong-color: var(--black-color);
}
.body--about .header[data-about-section=film] .header__handwritten--film {
  opacity: 1;
}
.body--about .header[data-about-section=conscience] {
  --background-color: var(--sand-color);
  --text-strong-color: var(--black-color);
}
.body--about .header[data-about-section=conscience] .header__handwritten--conscience {
  opacity: 1;
}
.body--about .header[data-about-section=lower] {
  --background-color: var(--white-color);
  --text-strong-color: var(--black-color);
}
.body--about .header[data-about-section=lower] .header__handwritten--tagline {
  opacity: 1;
}

#fp-nav {
  display: none;
}
@media only screen and (min-width: 992px) {
  #fp-nav {
    display: block;
    z-index: 5;
    right: 34px !important;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#fp-nav ul li {
  margin: 0;
  width: 24px;
  height: 20px;
}
#fp-nav ul li a {
  width: 24px;
  height: 20px;
  padding: 3px 6px;
}
#fp-nav ul li a span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: var(--sand-color);
  opacity: 0.25;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
#fp-nav ul li a span.fp-sr-only {
  display: none;
}
#fp-nav ul li a.active span {
  opacity: 1;
}
#fp-nav ul li a:hover span {
  opacity: 0.5;
}

.about-intro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--black-color);
  color: var(--sand-color);
}
@media only screen and (min-width: 992px) {
  .about-intro {
    align-items: flex-end;
  }
}
.about-intro:after {
  content: "";
  bottom: 0;
  left: calc(50% - 1px);
  height: 60px;
  width: 2px;
  position: absolute;
  pointer-events: none;
  background: currentColor;
  animation: explore-bounce 4s cubic-bezier(0.2, 0.3, 0, 1) infinite;
}
.about-intro__content {
  position: relative;
  padding: 20px;
  max-width: 900px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .about-intro__content {
    padding: 30px 30px 90px;
    max-width: 880px;
  }
}
@media only screen and (min-width: 1312px) {
  .about-intro__content {
    max-width: 1080px;
  }
}
.about-intro__content p {
  margin-top: 24px;
  font-size: 24px;
  font-family: var(--font-family-secondary);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: -10px;
  transition: color 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-intro__content p strong {
  font-weight: 400;
  cursor: default;
  color: #d7ba6f;
  transition: color 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-intro__content p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 688px) {
  .about-intro__content p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .about-intro__content p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .about-intro__content p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 687px) {
  .about-intro__content p br {
    content: " ";
  }
  .about-intro__content p br:after {
    content: " ";
  }
}
.about-intro__content:has(strong:hover) p {
  color: rgba(242, 239, 236, 0.4);
}
.about-intro__content:has(strong:hover) p strong {
  color: rgba(242, 239, 236, 0.4);
}
.about-intro__content:has(strong:hover) p strong:hover {
  color: white;
}
.about-intro-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-intro-images__image {
  position: fixed;
  width: 640px;
  height: 360px;
  opacity: 0;
  visibility: hidden;
}
.about-intro-images__image--active {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-intro-images__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro-images__image[data-index="0"] {
  top: 100px;
  left: -5%;
}
.about-intro-images__image[data-index="1"] {
  top: 17%;
  right: -5%;
}
.about-intro-images__image[data-index="2"] {
  top: 60%;
  right: -5%;
}
.about-intro.active .about-intro__content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

.about-dna {
  background: #f2e9d9;
}
.about-dna__layout {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-dna__layout {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
}
.about-dna__images {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .about-dna__images {
    width: 45%;
    padding-top: 0;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 15px;
  }
}
.about-dna__images__col {
  display: grid;
}
@media only screen and (max-width: 991px) {
  .about-dna__images__col {
    column-gap: 10px;
    grid-template-columns: repeat(10, calc((100% - 90px) / 10));
  }
}
@media only screen and (min-width: 992px) {
  .about-dna__images__col {
    height: calc(100vh - 100px);
    grid-template-rows: repeat(10, calc((100% - 135px) / 10));
    row-gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-dna__images__col--one .about-dna__image:nth-child(1) {
    grid-column: span 5;
  }
  .about-dna__images__col--one .about-dna__image:nth-child(2) {
    grid-column: span 3;
  }
  .about-dna__images__col--one .about-dna__image:nth-child(3) {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 992px) {
  .about-dna__images__col--one .about-dna__image:nth-child(1) {
    grid-row: span 5;
  }
  .about-dna__images__col--one .about-dna__image:nth-child(2) {
    grid-row: span 3;
  }
  .about-dna__images__col--one .about-dna__image:nth-child(3) {
    grid-row: span 2;
  }
}
@media only screen and (max-width: 991px) {
  .about-dna__images__col--two {
    margin-top: 10px;
  }
  .about-dna__images__col--two .about-dna__image:nth-child(1) {
    grid-column: span 3;
  }
  .about-dna__images__col--two .about-dna__image:nth-child(2) {
    grid-column: span 3;
  }
  .about-dna__images__col--two .about-dna__image:nth-child(3) {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .about-dna__images__col--two .about-dna__image:nth-child(1) {
    grid-row: span 3;
  }
  .about-dna__images__col--two .about-dna__image:nth-child(2) {
    grid-row: span 3;
  }
  .about-dna__images__col--two .about-dna__image:nth-child(3) {
    grid-row: span 4;
  }
}
@media only screen and (max-width: 991px) {
  .about-dna__image {
    height: 140px;
  }
}
.about-dna__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-dna__content {
  padding: 42px 20px 40px;
}
@media only screen and (min-width: 992px) {
  .about-dna__content {
    width: 50%;
    padding: 120px 5% 120px 30px;
    opacity: 0;
    transform: translate(0, 30px);
  }
}
.about-dna__content h2 {
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 1.1;
  white-space: nowrap;
}
@media only screen and (min-width: 1312px) {
  .about-dna__content h2 {
    font-size: 40px;
  }
}
.about-dna__content p {
  margin-top: 15px;
}
.about-dna__content p a {
  color: var(--text-medium-color);
  text-decoration: underline;
  text-decoration-color: var(--bronze-color);
}
.about-dna__content p a:hover {
  color: var(--bronze-color);
}
@media only screen and (min-width: 992px) {
  .about-dna.about-section--loaded .about-dna__content {
    opacity: 1;
    transform: translate(0, 0);
  }
  .about-dna.about-section--loaded .about-dna__images {
    opacity: 1;
  }
  .about-dna.about-section--loaded.about-section--loading .about-dna__content {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  }
  .about-dna.about-section--loaded.about-section--loading .about-dna__images {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  }
}

.about-plan {
  background: var(--sage-color);
}
.about-plan__layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .about-plan__layout {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.about-plan__content {
  padding: 0 20px;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .about-plan__content {
    padding: 0 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: 0;
    gap: 100px;
    transform: translate(0, 30px);
  }
}
@media only screen and (min-width: 992px) {
  .about-plan__content__text {
    max-width: 900px;
  }
}
.about-plan__content__text h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  font-size: 30px;
  line-height: 1.1;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 1312px) {
  .about-plan__content__text h2 {
    font-size: 40px;
  }
}
.about-plan__content__text p {
  margin-top: 8px;
  font-size: 14px;
  font-family: var(--font-family-secondary);
  text-wrap: balance;
}
@media only screen and (min-width: 1312px) {
  .about-plan__content__text p {
    font-size: 16px;
  }
}
.about-plan__content .button {
  margin-top: 24px;
  border: 1px solid var(--black-color);
  background: transparent;
  color: var(--black-color);
  white-space: nowrap;
}
.about-plan__content .button:hover {
  background: var(--black-color);
  color: var(--sage-color);
}
.about-plan__steps {
  margin: 40px 20px;
  border-top: 3px solid var(--text-grey-color);
  border-bottom: 3px solid var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .about-plan__steps {
    padding: 0;
    margin: 40px 0 0 30px;
    flex-grow: 1;
    display: flex;
  }
}
.about-plan__steps__text {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-plan__steps__text {
    width: 50%;
  }
}
.about-plan__steps__text a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-family: var(--font-family-secondary);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--text-grey-color);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), color 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-plan__steps__text a:not(:first-child) {
  border-top: 3px solid var(--text-grey-color);
}
@media only screen and (min-width: 688px) {
  .about-plan__steps__text a {
    padding: 15px 0;
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-plan__steps__text a {
    opacity: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .about-plan__steps__text a {
    font-size: 40px;
  }
}
.about-plan__steps__text:hover a {
  opacity: 0.4 !important;
}
.about-plan__steps__text:hover a:hover {
  opacity: 1 !important;
  color: var(--black-color);
}
.about-plan__steps__videos {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-plan__steps__videos {
    display: flex;
    position: relative;
    width: 50%;
    border-left: 3px solid var(--text-grey-color);
  }
}
.about-plan__steps__videos video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-plan__steps__videos video.about-gameplay-video--active {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .about-plan.about-section--loaded .about-plan__content {
    opacity: 1;
    transform: translate(0, 0);
  }
  .about-plan.about-section--loaded .about-plan__steps__text a {
    opacity: 1;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__content {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__steps__text a:nth-child(1) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__steps__text a:nth-child(2) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__steps__text a:nth-child(3) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__steps__text a:nth-child(4) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  }
  .about-plan.about-section--loaded.about-section--loading .about-plan__steps__text a:nth-child(5) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  }
}

.about-film {
  background: var(--white-color);
}
.about-film__layout {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-film__layout {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
}
.about-film__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #eee;
}
@media only screen and (min-width: 688px) {
  .about-film__image {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 992px) {
  .about-film__image {
    padding-bottom: 0;
    width: 50%;
    height: 100vh;
    opacity: 0;
  }
}
.about-film__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-film__content {
  padding: 22px 20px 40px;
}
@media only screen and (min-width: 992px) {
  .about-film__content {
    width: 50%;
    padding: 120px 5% 120px;
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@media only screen and (min-width: 1312px) {
  .about-film__content {
    padding: 120px 10% 120px;
  }
}
.about-film__content h2 {
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 1.1;
}
.about-film__content p {
  margin-top: 15px;
}
.about-film__content .button {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .about-film.about-section--loaded .about-film__content {
    opacity: 1;
    transform: translate(0, 0);
  }
  .about-film.about-section--loaded .about-film__image {
    opacity: 1;
  }
  .about-film.about-section--loaded.about-section--loading .about-film__content {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  }
  .about-film.about-section--loaded.about-section--loading .about-film__image {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  }
}

.about-conscience {
  background: var(--sand-color);
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .about-conscience {
    padding-top: 60px;
  }
}
.about-conscience__layout {
  width: 100%;
  padding: 60px 20px;
}
@media only screen and (min-width: 992px) {
  .about-conscience__layout {
    padding: 60px 15vw;
  }
}
@media only screen and (min-width: 1312px) {
  .about-conscience__layout {
    padding: 60px 20vw;
  }
}
.about-conscience__intro {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-grey-color);
  padding: 0 0 40px;
}
@media only screen and (min-width: 992px) {
  .about-conscience__intro {
    grid-column: span 2;
    opacity: 0;
    padding: 0 15px 40px;
  }
}
.about-conscience__intro svg {
  height: 44px;
  fill: currentColor;
}
@media only screen and (min-width: 992px) {
  .about-conscience__item__image {
    opacity: 0;
    transform: translate(0, 16px);
    width: 50%;
    padding: 0 15px 30px;
    aspect-ratio: 4/3;
  }
  .about-conscience__item__image:nth-child(3) {
    aspect-ratio: 1/1;
  }
}
.about-conscience__item__image img,
.about-conscience__item__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-conscience__item__content {
  padding: 15px 0 40px;
}
@media only screen and (min-width: 992px) {
  .about-conscience__item__content {
    width: 50%;
    padding: 0 15px 30px;
    opacity: 0;
    transform: translate(0, 16px);
  }
  .about-conscience__item__content:nth-child(2) {
    padding-bottom: 40px;
  }
  .about-conscience__item__content:nth-child(4) {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .about-conscience__item__content h3, .about-conscience__item__content p {
    max-width: 360px;
  }
}
.about-conscience__item__content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-grey-color);
}
.about-conscience__item__content p {
  font-family: var(--font-family-secondary);
  margin-top: 4px;
  font-size: 14px;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .about-conscience__item__content p {
    font-size: 16px;
  }
}
.about-conscience__item__content .button {
  margin-top: 14px;
  border-color: var(--text-grey-color);
  color: var(--text-grey-color);
}
.about-conscience__item__content .button:hover {
  background: var(--text-grey-color);
  color: var(--sand-color);
}
@media only screen and (min-width: 992px) {
  .about-conscience.about-section--loaded .about-conscience__intro {
    opacity: 1;
  }
  .about-conscience.about-section--loaded .about-conscience__item__image,
  .about-conscience.about-section--loaded .about-conscience__item__content {
    opacity: 1;
    transform: translate(0, 0);
  }
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__intro {
    transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  }
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__image:nth-child(2),
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__content:nth-child(2) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  }
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__image:nth-child(3),
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__content:nth-child(3) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  }
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__image:nth-child(3),
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__content:nth-child(3) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  }
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__image:nth-child(4),
  .about-conscience.about-section--loaded.about-section--loading .about-conscience__item__content:nth-child(4) {
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  }
}

.about-lower {
  background: var(--white-color);
}
.about-lower__layout {
  display: grid;
  row-gap: 30px;
  padding: 76px 20px 60px;
}
@media only screen and (min-width: 688px) {
  .about-lower__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-lower__layout {
    width: 100%;
    column-gap: 30px;
    padding: 120px 30px;
  }
}
.about-lower__box {
  margin-top: 14px;
}
@media only screen and (min-width: 992px) {
  .about-lower__box {
    position: relative;
    margin-top: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: var(--black-color);
    filter: grayscale(100%);
  }
  .about-lower__box:hover {
    filter: grayscale(0%);
  }
}
.about-lower__box ul {
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .about-lower__box ul li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .about-lower__box ul li.active {
    opacity: 1;
  }
}
.about-lower__box ul li img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-lower__box ul li img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.8;
  }
}
.about-lower__box ul li span {
  position: relative;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .about-lower__box ul li span {
    color: var(--white-color);
  }
}
@media only screen and (min-width: 1312px) {
  .about-lower__box ul li span {
    font-size: 40px;
  }
}
.about-lower__cta {
  padding: 60px 20px;
}
@media only screen and (min-width: 688px) {
  .about-lower__cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-lower__cta {
    column-gap: 30px;
    padding: 60px 30px 100px;
  }
}
@media only screen and (min-width: 1312px) {
  .about-lower__cta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-lower__image img {
  max-width: 265px;
  margin: 0 auto;
}
@media only screen and (min-width: 1312px) {
  .about-lower__content {
    grid-column: span 2;
  }
}
.about-lower__content .button {
  margin-top: 26px;
}
.about-lower__call-us svg {
  height: 20px;
  fill: var(--bronze-color);
}
.about-lower__text {
  margin-top: 16px;
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .about-lower__text {
    white-space: pre-line;
  }
}
@media only screen and (min-width: 1312px) {
  .about-lower__text {
    font-size: 40px;
  }
}
.about-lower .footer--hidden {
  display: block;
}

[data-cycle-list] span {
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  color: var(--black-color);
}
[data-cycle-list] span.changing {
  opacity: 0;
}

.body--about.loading-in.loading .header {
  opacity: 0;
}
.body--about.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.body--goods {
  background: var(--sand-color);
}
.body--goods .header {
  background: var(--sand-color);
}
.body--goods .menu-toggle:hover .menu-toggle__text {
  color: var(--forest-color);
}
.body--goods .marketing {
  background: rgba(0, 0, 0, 0.05);
}

.goods-intro {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .goods-intro {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.goods-intro .wrap {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .goods-intro .wrap {
    padding-right: 0;
    gap: 10px;
  }
}
.goods-intro__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sand-color);
  padding-right: var(--wrap-pad);
}
@media only screen and (min-width: 992px) {
  .goods-intro__content {
    width: 50%;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .goods-intro__content {
    width: 40%;
  }
}
.goods-intro__content h1 {
  font-size: 40px;
  color: var(--text-grey-color);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  text-wrap: balance;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .goods-intro__content h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1312px) {
  .goods-intro__content h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .goods-intro__content h1 {
    font-size: 80px;
  }
}
.goods-intro__content p {
  font-family: var(--font-family-secondary);
  font-size: 14px;
  color: var(--text-grey-color);
  text-wrap: balance;
}
@media only screen and (min-width: 688px) {
  .goods-intro__content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .goods-intro__content p {
    font-size: 18px;
  }
}
.goods-intro__content p a {
  color: var(--text-strong-color);
  text-decoration: underline;
  text-decoration-color: var(--bronze-color);
}
.goods-intro__content p a:hover {
  color: var(--bronze-color);
}
.goods-intro__content svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .goods-intro__content svg {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 30px;
    fill: var(--black-color);
    transform: rotate(-4deg);
  }
}
@media only screen and (min-width: 1312px) {
  .goods-intro__content svg {
    height: 40px;
  }
}
.goods-intro__images {
  display: none;
}
@media only screen and (min-width: 992px) {
  .goods-intro__images {
    display: block;
    cursor: grab;
  }
}
.goods-intro__image {
  height: 260px;
}
@media only screen and (min-width: 1312px) {
  .goods-intro__image {
    height: 320px;
  }
}
@media only screen and (min-width: 1600px) {
  .goods-intro__image {
    height: 400px;
  }
}
.goods-intro__image img {
  height: 100%;
  width: auto;
}

.goods-grid {
  display: grid;
  margin: 0 5px 90px;
  padding: 3px 0;
  column-gap: 3px;
  row-gap: 3px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--text-grey-color);
}
@media only screen and (min-width: 688px) {
  .goods-grid {
    margin: 0 20px 90px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .goods-grid {
    margin: 0 0 90px 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1312px) {
  .goods-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.goods-grid__item {
  cursor: pointer;
  background: #fbfbfb;
}
.goods-grid__item__image {
  position: relative;
  background: var(--black-color);
}
.goods-grid__item__image img {
  width: 100%;
  opacity: 0.98;
}
.goods-grid__item__image__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--black-color);
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.goods-grid__item__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.goods-grid__item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-grid__item__banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 10px;
  background: var(--bronze-color);
  color: var(--white-color);
}
@media only screen and (min-width: 1312px) {
  .goods-grid__item__banner {
    padding: 14px;
    font-size: 12px;
  }
}
.goods-grid__item__text {
  padding: 20px;
  color: var(--text-strong-color);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.goods-grid__item__text h3 {
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: currentColor;
}
@media only screen and (min-width: 1312px) {
  .goods-grid__item__text h3 {
    font-size: 16px;
  }
}
.goods-grid__item__text span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .goods-grid__item__text span {
    font-size: 16px;
  }
}
.goods-grid__item:hover .goods-grid__item__image__hover,
.goods-grid__item:hover .goods-grid__item__video {
  opacity: 1;
  visibility: visible;
}
.goods-grid__item:hover .goods-grid__item__text {
  color: var(--bronze-color);
}
.goods-grid__item[data-sold-out], .goods-grid__item[data-coming-soon] {
  cursor: default;
}
.goods-grid__item[data-sold-out] .goods-grid__item__banner, .goods-grid__item[data-coming-soon] .goods-grid__item__banner {
  background: var(--sage-color);
  color: var(--black-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.goods-grid__item[data-sold-out]:hover .goods-grid__item__image__hover img, .goods-grid__item[data-coming-soon]:hover .goods-grid__item__image__hover img {
  opacity: 0.25;
  filter: grayscale(100%);
}
.goods-grid__item[data-sold-out]:hover .goods-grid__item__image__hover, .goods-grid__item[data-coming-soon]:hover .goods-grid__item__image__hover {
  background: var(--background-alt-color);
}
.goods-grid__item[data-sold-out]:hover .goods-grid__item__banner, .goods-grid__item[data-coming-soon]:hover .goods-grid__item__banner {
  opacity: 1;
  visibility: visible;
}
.goods-grid__item[data-sold-out]:hover .goods-grid__item__text, .goods-grid__item[data-coming-soon]:hover .goods-grid__item__text {
  color: var(--sage-color);
}

.product {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: var(--sand-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.product--active {
  opacity: 1;
  visibility: visible;
}
.product .menu-toggle {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  color: var(--text-strong-color);
}
@media only screen and (min-width: 992px) {
  .product .menu-toggle {
    width: 100px;
    height: 100px;
  }
}
.product .menu-toggle__times {
  opacity: 0.8;
  transform: none;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.product:hover .menu-toggle__times {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .product__images {
    white-space: nowrap;
    overflow: auto;
  }
}
@media only screen and (min-width: 992px) {
  .product__images {
    width: 50%;
    padding: 0 15px 30px 30px;
  }
}
.product__images__image {
  background: var(--black-color);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.product__images__image--show {
  opacity: 1;
}
.product__images__image img {
  opacity: 0.98;
}
@media only screen and (max-width: 991px) {
  .product__images__image {
    display: inline-block;
    width: 80vw;
    margin-left: 10px;
  }
  .product__images__image:first-child {
    margin-left: 20px;
  }
  .product__images__image:last-child {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .product__images__image {
    margin-top: 10px;
  }
  .product__images__image:first-child {
    margin-top: 0;
  }
}
.product__content {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .product__content {
    position: fixed;
    top: 100px;
    left: 50%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0 15px;
  }
}
@media only screen and (min-width: 1312px) {
  .product__content {
    padding-right: 16.66vw;
  }
}
.product__heading {
  font-size: 32px;
  color: var(--text-grey-color);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
  text-wrap: balance;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .product__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .product__heading {
    font-size: 48px;
  }
}
.product__heading__price {
  margin-left: 6px;
}
.product__description {
  margin-top: 10px;
}
.product__description p, .product__description ul {
  font-family: var(--font-family-secondary);
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .product__description p, .product__description ul {
    font-size: 16px;
  }
}
.product__description p a, .product__description ul a {
  color: var(--text-strong-color);
  text-decoration: underline;
  text-decoration-color: var(--bronze-color);
}
.product__description p a:hover, .product__description ul a:hover {
  color: var(--bronze-color);
}
.product__cta {
  margin-top: 20px;
}

.body--goods.loading-in.loading .header {
  opacity: 0;
}
.body--goods.loading-in.loading .hero {
  opacity: 0;
}
.body--goods.loading-in.loading .goods-intro {
  opacity: 0;
}
.body--goods.loading-in.loading .goods-grid {
  transform: translate(0, 30px);
  opacity: 0;
}
.body--goods.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--goods.loading-in .hero {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--goods.loading-in .goods-intro {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--goods.loading-in .goods-grid {
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}

.contact {
  padding: 10px 0 15px;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding: 35px 0 80px;
  }
}
.contact-section {
  padding: 30px 20px 0;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .contact-section {
    padding: 40px 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: baseline;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.contact-section__main {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-section__main {
    grid-column: span 3;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-section__main {
    grid-column: span 2;
  }
}
.contact-section__main__link {
  padding: 5px 0;
  color: var(--text-grey-color);
  font-size: 20px;
}
@media only screen and (min-width: 688px) {
  .contact-section__main__link {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section__main__link {
    font-size: 40px;
    padding: 10px 0;
  }
}
.contact-section__main__link a, .contact-section__main__link div {
  display: inline-flex;
  color: var(--text-grey-color);
}
.contact-section__main__link a:hover {
  color: var(--black-color);
}
.contact-section__main__link p:first-child {
  font-size: 20px;
}
@media only screen and (min-width: 688px) {
  .contact-section__main__link p:first-child {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section__main__link p:first-child {
    font-size: 40px;
  }
}
.contact-section__main__link p:last-child {
  padding-top: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-section__main__link p:last-child {
    font-size: 30px;
  }
}
.contact-section__main__link p:last-child strong {
  display: inline-block;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: var(--heading-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
}
.contact-section h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  color: var(--text-grey-color);
}
@media only screen and (min-width: 992px) {
  .contact-section h4 span {
    vertical-align: bottom;
  }
}
.contact-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 688px) {
  .contact-section ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .contact-section ul {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-section ul {
    grid-column: span 2;
  }
}
.contact-section ul li {
  padding: 5px 0;
}
@media only screen and (min-width: 992px) {
  .contact-section ul li {
    padding: 10px 0;
  }
  .contact-section ul li:hover p,
  .contact-section ul li:hover p a {
    color: var(--black-color);
  }
}
.contact-section ul li p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-grey-color);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.contact-section ul li p strong {
  margin-bottom: -2px;
  font-size: 30px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
@media only screen and (min-width: 992px) {
  .contact-section ul li p strong {
    font-size: var(--h1-font-size);
  }
}
.contact-section ul li p a {
  opacity: 0.8;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  color: var(--text-grey-color);
}
.contact-section ul li p a:hover {
  opacity: 1;
  text-decoration-color: var(--text-grey-color);
}

.body--contact.loading-in.loading .header {
  opacity: 0;
}
.body--contact.loading-in.loading .contact-section {
  opacity: 0;
}
.body--contact.loading-in.loading .contact-section:not(:first-child) {
  transform: translate(0, 30px);
}
.body--contact.loading-in .header {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--contact.loading-in .contact-section:first-child {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--contact.loading-in .contact-section:nth-child(2) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--contact.loading-in .contact-section:nth-child(3) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.body--contact.loading-in .contact-section:nth-child(4) {
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}

.scheme--black {
  --background-color: var(--black-color);
  --text-strong-color: var(--sage-color);
  --text-medium-color: var(--sage-color);
  --text-light-color: var(--sage-color);
  --slate-text-color: white;
}
.scheme--black .header {
  color: var(--sage-color);
}
.scheme--black .marketing {
  background: rgba(255, 255, 255, 0.05);
}
.scheme--black .marketing__copyright {
  color: rgba(255, 255, 255, 0.5);
}
.scheme--black .marketing__copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.scheme--black .marketing__copyright a:hover {
  color: white;
}
.scheme--black .slate-player .flowplayer .fp-progress:after {
  background-color: var(--black-color);
}

.scheme--sage,
.scheme--sage-faded,
.scheme--electric {
  --background-color: var(--sage-color);
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
  --slate-text-color: black;
}
.scheme--sage .director-title__right,
.scheme--sage-faded .director-title__right,
.scheme--electric .director-title__right {
  --accent-color: var(--black-color);
}
.scheme--sage .director-news:not(:hover),
.scheme--sage-faded .director-news:not(:hover),
.scheme--electric .director-news:not(:hover) {
  background: rgba(0, 0, 0, 0.1);
}
.scheme--sage .director-cta:hover,
.scheme--sage-faded .director-cta:hover,
.scheme--electric .director-cta:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.scheme--sage .director-cta:hover .director-cta__content,
.scheme--sage-faded .director-cta:hover .director-cta__content,
.scheme--electric .director-cta:hover .director-cta__content {
  color: rgba(0, 0, 0, 0.8);
}
.scheme--sage .marketing,
.scheme--sage-faded .marketing,
.scheme--electric .marketing {
  background: rgba(0, 0, 0, 0.05);
}
.scheme--sage .marketing__copyright,
.scheme--sage-faded .marketing__copyright,
.scheme--electric .marketing__copyright {
  color: rgba(0, 0, 0, 0.5);
}
.scheme--sage .marketing__copyright a,
.scheme--sage-faded .marketing__copyright a,
.scheme--electric .marketing__copyright a {
  color: rgba(0, 0, 0, 0.5);
}
.scheme--sage .marketing__copyright a:hover,
.scheme--sage-faded .marketing__copyright a:hover,
.scheme--electric .marketing__copyright a:hover {
  color: black;
}

.scheme--sage-faded {
  --background-color: var(--sage-faded-color);
}

.scheme--electric {
  --background-color: var(--electric-color);
}

.scheme--forest {
  --background-color: var(--forest-color);
  --text-strong-color: var(--sage-color);
  --text-medium-color: var(--sage-color);
  --text-light-color: var(--sage-color);
  --slate-text-color: white;
}
.scheme--forest .marketing {
  background: rgba(0, 0, 0, 0.15);
}
.scheme--forest .marketing__copyright {
  color: rgba(255, 255, 255, 0.5);
}
.scheme--forest .marketing__copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.scheme--forest .marketing__copyright a:hover {
  color: white;
}
.scheme--forest .slate-player .flowplayer .fp-progress:after {
  background-color: var(--forest-color);
}

.scheme--white .slate-player .flowplayer .fp-progress:after {
  background-color: var(--accent-color);
}

.scheme--orange,
.scheme--blue,
.scheme--bronze,
.scheme--yellow,
.scheme--grey {
  --text-strong-color: var(--black-color);
  --text-medium-color: var(--black-color);
  --text-light-color: var(--black-color);
  --slate-text-color: black;
  --electric-color: rgba(0,0,0,0.4);
  --accent-color: rgba(0,0,0,0.4);
}
.scheme--orange .director-title__right,
.scheme--blue .director-title__right,
.scheme--bronze .director-title__right,
.scheme--yellow .director-title__right,
.scheme--grey .director-title__right {
  --accent-color: var(--black-color);
}
.scheme--orange .director-news:not(:hover),
.scheme--blue .director-news:not(:hover),
.scheme--bronze .director-news:not(:hover),
.scheme--yellow .director-news:not(:hover),
.scheme--grey .director-news:not(:hover) {
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .scheme--orange .director-news,
  .scheme--blue .director-news,
  .scheme--bronze .director-news,
  .scheme--yellow .director-news,
  .scheme--grey .director-news {
    background: rgba(0, 0, 0, 0.1);
  }
}
.scheme--orange .director-cta:hover,
.scheme--blue .director-cta:hover,
.scheme--bronze .director-cta:hover,
.scheme--yellow .director-cta:hover,
.scheme--grey .director-cta:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.scheme--orange .director-cta:hover .director-cta__content,
.scheme--blue .director-cta:hover .director-cta__content,
.scheme--bronze .director-cta:hover .director-cta__content,
.scheme--yellow .director-cta:hover .director-cta__content,
.scheme--grey .director-cta:hover .director-cta__content {
  color: rgba(0, 0, 0, 0.8);
}
.scheme--orange .block--clips .wrap .tns-controls button,
.scheme--orange .block--photos .wrap .tns-controls button,
.scheme--blue .block--clips .wrap .tns-controls button,
.scheme--blue .block--photos .wrap .tns-controls button,
.scheme--bronze .block--clips .wrap .tns-controls button,
.scheme--bronze .block--photos .wrap .tns-controls button,
.scheme--yellow .block--clips .wrap .tns-controls button,
.scheme--yellow .block--photos .wrap .tns-controls button,
.scheme--grey .block--clips .wrap .tns-controls button,
.scheme--grey .block--photos .wrap .tns-controls button {
  color: white;
}
.scheme--orange .marketing,
.scheme--blue .marketing,
.scheme--bronze .marketing,
.scheme--yellow .marketing,
.scheme--grey .marketing {
  background: rgba(0, 0, 0, 0.05);
}
.scheme--orange .marketing__copyright,
.scheme--blue .marketing__copyright,
.scheme--bronze .marketing__copyright,
.scheme--yellow .marketing__copyright,
.scheme--grey .marketing__copyright {
  color: rgba(0, 0, 0, 0.5);
}
.scheme--orange .marketing__copyright a,
.scheme--blue .marketing__copyright a,
.scheme--bronze .marketing__copyright a,
.scheme--yellow .marketing__copyright a,
.scheme--grey .marketing__copyright a {
  color: rgba(0, 0, 0, 0.5);
}
.scheme--orange .marketing__copyright a:hover,
.scheme--blue .marketing__copyright a:hover,
.scheme--bronze .marketing__copyright a:hover,
.scheme--yellow .marketing__copyright a:hover,
.scheme--grey .marketing__copyright a:hover {
  color: black;
}
.scheme--orange .menu__bcorp svg,
.scheme--blue .menu__bcorp svg,
.scheme--bronze .menu__bcorp svg,
.scheme--yellow .menu__bcorp svg,
.scheme--grey .menu__bcorp svg {
  fill: var(--black-color);
}

.scheme--orange {
  --background-color: var(--orange-color);
}

.scheme--blue {
  --background-color: var(--blue-color);
}

.scheme--bronze {
  --background-color: var(--bronze-color);
}

.scheme--yellow {
  --background-color: var(--yellow-color);
}

.scheme--grey {
  --background-color: var(--grey-color);
}