/* - - - - - - - - - - - - - - - - - -

SLATE

Designed + developed by Mike at Slate
https://slateapp.com

// - - - - - - - - - - - - - - - - - - */
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;
}

.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 800ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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 {
  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;
  opacity: 1;
}

.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 span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  display: block;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
}

#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 {
  display: none !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  line-height: 1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 30px;
}
@media only screen and (min-width: 480px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 70px;
  }
}

h2, .h2 {
  font-size: 25px;
}
@media only screen and (min-width: 480px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 20px;
}

p, ul, ol {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  p, ul, ol {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  p, ul, ol {
    font-size: 17px;
  }
}
p strong, ul strong, ol strong {
  font-weight: 600;
}
p:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}

ul, ol {
  list-style-position: inside;
}

blockquote {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    font-size: 26px;
  }
}
blockquote strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
a:hover {
  color: #ff651f;
}

hr {
  margin: 32px 0;
  border: 0;
  height: 3px;
  background: #232033;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 1280px) {
  hr {
    margin: 52px 0;
  }
}

::selection {
  background: #ff651f;
  color: #141223;
}

::-moz-selection {
  background: #ff651f;
  color: #141223;
}

.button {
  position: relative;
  display: inline-block;
  padding: 20px 40px 21px;
  background: #ff651f;
  border: none;
  border-radius: 4px;
  font-family: "Bitter", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #141223;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1280px) {
  .button {
    padding: 24px 60px;
    font-size: 22px;
  }
}
.button svg {
  vertical-align: bottom;
  height: 16px;
  fill: #141223;
}
.button svg:first-child {
  margin-right: 12px;
}
.button svg:last-child {
  margin-left: 12px;
}
.button:hover {
  background: #E8E7EE;
  color: #141223;
}
.button:focus {
  outline: none;
}
.button--small {
  padding: 9px 10px 8px;
  font-size: 13px;
}

body {
  background: #141223;
}

html {
  height: 100vh;
  overflow-x: hidden;
}

body, header, footer, section, .page {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.page {
  overflow: hidden;
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding: 0 30px;
  }
}
.wrap:after {
  content: "";
  clear: both;
  display: table;
}

.wrap--row {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wrap--row {
    padding: 0 15px;
  }
}

.wrap--center {
  max-width: 678px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .wrap--center {
    padding: 0 60px;
    max-width: 1142px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrap--center {
    padding: 0 4px;
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1440px) {
  .wrap--center {
    max-width: 1130px;
  }
}

.header {
  z-index: 20;
}
.header .wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .header .wrap {
    padding-right: 15px;
  }
}

.logo {
  position: fixed;
  top: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 30px;
  }
}
.logo img {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.logo__image {
  height: 16px;
}
.logo__image--circle {
  position: absolute;
  height: 206px;
  max-width: none;
  top: -103px;
  opacity: 0;
  visibility: hidden;
}

.menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .menu-toggle {
    width: 74px;
    height: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle__bars {
  height: 30px;
  fill: #ff651f;
}

.menu-toggle__times {
  height: 40px;
  display: none;
  fill: #ff651f;
}

.menu {
  display: none;
  list-style: none;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .menu {
    display: flex;
    align-self: flex-end;
    position: fixed;
    top: 0;
    margin-right: -15px;
    border-radius: 4px;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.menu li a {
  display: block;
  position: relative;
  padding: 30px 20px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.menu li a:hover {
  color: #ff651f;
}
.menu li a.active {
  color: #fff;
}
.menu li a.active:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ff651f;
}

.social {
  list-style: none;
  display: flex;
}
.social li a {
  display: block;
  padding: 30px 10px;
}
.social li a svg {
  height: 17px;
  fill: #fff;
  -webkit-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.social li a:hover svg {
  fill: #ff651f;
}
.social li:first-child a {
  padding-left: 20px;
}
.social li:last-child a {
  padding-right: 30px;
}

.mobile-menu-wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141223;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .mobile-menu-wrap {
    display: none;
  }
}

.mobile-menu {
  list-style: none;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 12px);
  -o-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.mobile-menu li a {
  display: block;
  padding: 7px 0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .mobile-menu li a {
    padding: 10px 0;
    font-size: 30px;
  }
}
.mobile-menu li a.active {
  color: #ff651f;
}
.mobile-menu .social li a {
  padding: 10px;
}

.state--menu-open .menu-toggle__bars {
  display: none;
}
.state--menu-open .menu-toggle__times {
  display: block;
}
.state--menu-open .mobile-menu-wrap {
  opacity: 1;
  visibility: visible;
}
.state--menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.footer {
  background: #ff651f;
  margin-top: 60px;
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 90px;
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    z-index: 20;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    margin-top: 120px;
    padding: 120px 0;
  }
}
.footer .wrap {
  width: 100%;
}
.footer .contact__cols {
  margin-top: 0;
}

.footer__bottom {
  margin-top: 40px;
}
@media only screen and (min-width: 600px) {
  .footer__bottom {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 600px) {
  .footer__logo {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    margin-left: -14px;
  }
}
.footer__logo img {
  display: block;
  width: 80px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 100px;
    height: 76px;
  }
}

.footer__legal {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .footer__legal {
    margin-top: 0;
    width: 66.66%;
  }
}
.footer__legal p {
  font-size: 13px;
  max-width: 580px;
}
.footer__legal a {
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.footer__legal a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.marketing__link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.6;
  text-decoration: none !important;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.marketing__link:hover {
  opacity: 1;
}
.marketing__link svg {
  height: 24px;
  margin-left: 6px;
}

.contact {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff651f;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.contact .logo {
  z-index: 40;
}
.contact .menu-toggle {
  display: flex;
  z-index: 40;
}
.contact .menu-toggle__times {
  display: block;
  fill: #fff;
}

.contact__content {
  width: 100%;
  padding: 30px 0 60px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}
@media only screen and (min-width: 768px) {
  .contact__content {
    padding: 55px 0 80px;
  }
}

.contact__intro .h1 {
  position: relative;
}
.contact__intro .h1:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 32px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (min-width: 480px) {
  .contact__intro .h1:before {
    top: 10px;
    left: 43px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__intro .h1:before {
    top: 12px;
    left: 54px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__intro .h1:before {
    top: 14px;
    left: 64px;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact__intro .h1:before {
    top: 17px;
    left: 75px;
    width: 36px;
    height: 36px;
  }
}
.contact__intro p {
  margin-top: 20px;
  max-width: 620px;
}

.contact__cols {
  display: flex;
  flex-flow: wrap;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .contact__cols {
    margin-top: 60px;
  }
}

.contact__col {
  width: 50%;
}
.contact__col:last-child {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .contact__col {
    width: 33.33%;
  }
  .contact__col:last-child {
    margin-top: 0;
  }
}
.contact__col h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact__col h4 {
    margin-bottom: 30px;
  }
}
.contact__col p {
  margin-top: 15px;
  line-height: 1.4;
}
.contact__col p strong {
  display: block;
}
.contact__col p a {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.contact__col p a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.contact__map {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
}
.contact__map svg {
  margin-right: 5px;
  height: 15px;
  vertical-align: middle;
  fill: #fff;
}

.contact__social {
  display: inline-block;
  list-style: none;
  margin-top: 20px;
  border-top: 1px solid white;
  padding-top: 20px;
}
.contact__social li {
  margin-bottom: 10px;
}
.contact__social li a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.contact__social li a:hover {
  color: #fff;
  text-decoration-color: #fff;
}
.contact__social li a svg {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  fill: #fff;
}

.state--contact {
  overflow-y: hidden;
}
@media only screen and (min-width: 1024px) {
  .state--contact .menu {
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
}
.state--contact .contact {
  opacity: 1;
  visibility: visible;
}
.state--contact .contact__content {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.contact__cols--new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .contact__cols--new {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact__cols--new .contact__col {
  width: 100% !important;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .contact__cols--new .contact__col:nth-child(1) {
    order: 1;
  }
  .contact__cols--new .contact__col:nth-child(2) {
    order: 3;
  }
  .contact__cols--new .contact__col:nth-child(3) {
    order: 3;
  }
  .contact__cols--new .contact__col:nth-child(4) {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__cols--new .contact__col:last-child {
    padding-left: 30px;
  }
}
.contact__cols--new h5 {
  margin: 20px 0 -5px;
}
@media only screen and (min-width: 768px) {
  .contact__cols--new h5 {
    margin: 30px 0 -5px;
  }
}
.contact__cols--new p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .contact__cols--new p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact__cols--new p {
    font-size: 16px;
  }
}
.contact__cols--new p a {
  font-weight: 600;
}
.contact__cols--new p span {
  font-size: 13px;
}
.contact__cols--new p.contact__col__map {
  margin-top: 0;
}

.footer__bottom--new {
  margin-top: 40px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom--new {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 60px;
  }
}
.footer__bottom--new .footer__logo {
  width: auto;
}
.footer__bottom--new .footer__logo img {
  display: block;
  height: 120px;
  width: auto;
}
.footer__bottom--new .footer__legal {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom--new .footer__legal {
    margin-top: 0;
    width: 100%;
    grid-column: span 2;
    padding-right: 20px;
  }
}
.footer__bottom--new .footer__unit9 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom--new .footer__unit9 {
    margin-top: 0;
    padding-left: 50px;
  }
}
.footer__bottom--new .footer__unit9 img {
  display: block;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom--new .footer__unit9 img {
    width: 76px;
    height: 76px;
  }
}

.up-next__link {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding: 46px 0;
}
@media only screen and (min-width: 768px) {
  .up-next__link {
    padding: 78px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .up-next__link {
    padding: 98px 0;
  }
}
.up-next__link span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ff651f;
}
@media only screen and (min-width: 768px) {
  .up-next__link span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .up-next__link span {
    font-size: 17px;
  }
}
.up-next__link h1, .up-next__link h2 {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .up-next__link h1, .up-next__link h2 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .up-next__link h1, .up-next__link h2 {
    margin-top: 20px;
  }
}
.up-next__link svg {
  position: absolute;
  top: 56%;
  right: 0;
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -webkit-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
  height: 40px;
  fill: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .up-next__link svg {
    height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .up-next__link svg {
    height: 80px;
  }
}
.up-next__link:hover svg {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cookies {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(35, 32, 51, 0.7);
  padding: 15px 50px 15px 16px;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--cookies .cookies {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cookies__text {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #C0BDD5;
}
@media only screen and (min-width: 768px) {
  .cookies__text {
    font-size: 13px;
  }
}
.cookies__text strong, .cookies__text a {
  font-weight: 600;
}
.cookies__text a {
  text-decoration: underline;
  text-decoration-color: #ff651f;
  text-underline-position: under;
}

.cookies__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
  background: #ff651f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies__close svg {
  height: 20px;
  fill: #E8E7EE;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  row-gap: 4px;
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
  }
  .grid.grid--mixed .column:nth-child(6n-5),
  .grid.grid--mixed .column:nth-child(6n-1) {
    grid-row: span 2;
  }
  .grid.grid--mixed .column:nth-child(6n-5) .grid-item,
  .grid.grid--mixed .column:nth-child(6n-1) .grid-item {
    height: 100%;
  }
  .grid.grid--mixed .column:nth-child(6n-5) .grid-item__media,
  .grid.grid--mixed .column:nth-child(6n-1) .grid-item__media {
    height: 100%;
    padding-bottom: 0;
  }
}

.grid-item {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grid-item:hover {
  color: #fff !important;
}

.grid-item__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #141223;
  overflow: 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 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .grid-item__video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.grid-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 18, 35, 0.25);
}
@media only screen and (min-width: 1024px) {
  .grid-item__overlay {
    background: rgba(255, 101, 31, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.grid-item__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1024px) {
  .grid-item__details {
    padding: 27px 30px;
  }
}
.grid-item__details h3 {
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .grid-item__details h3 {
    max-width: 70%;
    opacity: 0;
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .grid-item__details h3 {
    font-size: 25px;
  }
}
.grid-item__details h3 span {
  display: block;
}
.grid-item__details p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .grid-item__details p {
    opacity: 0;
    -moz-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .grid-item__details p {
    margin-top: 10px;
    font-size: 17px;
  }
}
.grid-item__details p strong {
  margin-right: 6px;
}

@media only screen and (min-width: 1024px) {
  .grid-item:hover.js-video-preview .grid-item__video {
    opacity: 1;
    visibility: visible;
  }
  .grid-item:hover .grid-item__overlay {
    opacity: 1;
  }
  .grid-item:hover .grid-item__details h3 {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover .grid-item__details p {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  }
}

.video {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.video > .wrap {
  width: 100%;
  margin: 120px auto;
}
@media only screen and (min-width: 768px) {
  .video > .wrap {
    margin: 180px auto;
  }
}

.state--playing {
  overflow-y: hidden;
}
.state--playing .menu-toggle:not(.video__toggle) {
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .state--playing .menu {
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    visibility: hidden;
  }
}
.state--playing .video {
  opacity: 1;
  visibility: visible;
}

.video__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 18, 35, 0.9);
  cursor: pointer;
}
.video__background .menu-toggle {
  display: flex;
  z-index: 40;
}
.video__background .menu-toggle__times {
  display: block;
  fill: #fff;
}

.video__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #141223;
}

.slate-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flowplayer .fp-color,
.slate-player .flowplayer .fp-progress:after,
.slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: #ff651f;
}

.flowplayer .fp-header {
  visibility: hidden;
}

.video__details {
  margin-top: 20px;
  list-style: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.video__details li {
  display: inline-block;
  padding: 0 5px;
  color: #ff651f;
}
.video__details li strong {
  color: #fff;
}

.video__arrow {
  position: absolute;
  top: 50%;
  padding: 60px 20px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__arrow svg {
  height: 40px;
  fill: #fff;
}
.video__arrow--prev {
  right: 100%;
}
.video__arrow--next {
  left: 100%;
}
.video__arrow:hover {
  opacity: 1;
}
.video__arrow.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.video-skipping .video__arrow,
.video-skipping .video__background {
  pointer-events: none;
}

.body--home .header .logo__image {
  opacity: 0;
}
.body--home .header .logo__image--circle {
  opacity: 1;
  visibility: visible;
}
.body--home.fp-viewing-featured .header .logo__image, .body--home.fp-viewing-contact .header .logo__image {
  opacity: 1;
}
.body--home.fp-viewing-featured .header .logo__image--circle, .body--home.fp-viewing-contact .header .logo__image--circle {
  opacity: 0;
  visibility: hidden;
}

.footer-section .footer {
  margin-top: 0;
}

#fp-nav {
  z-index: 5;
  right: 5px;
  bottom: 11px;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  #fp-nav {
    right: 20px;
    bottom: 26px;
  }
}
#fp-nav.hidden {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
#fp-nav ul li {
  width: auto;
  height: auto;
  margin: 0;
}
#fp-nav ul li a {
  padding: 4px 10px;
  display: flex;
  justify-content: flex-end;
}
#fp-nav ul li a span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
#fp-nav ul li a span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -6px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ff651f;
  opacity: 0;
  transform: translate(8px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
#fp-nav ul li a.active span {
  transform: scale(1.75);
  background: #ff651f;
}
#fp-nav ul li a.active span:before {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
#fp-nav ul li a:hover span {
  transform: scale(1.5);
}

.intro {
  position: relative;
}

.intro__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.intro__item:hover {
  color: #fff !important;
}

.intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 18, 35, 0.25);
}

.intro__title {
  position: absolute;
  bottom: 12px;
  left: 15px;
  max-width: 70%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .intro__title {
    bottom: 26px;
    left: 30px;
    max-width: 50%;
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}
.intro__title h2 {
  color: #fff;
}
.intro__title h2 span {
  display: block;
}
.intro__title p {
  margin-top: 4px;
  color: #ff651f;
  font-size: 17px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .intro__title p {
    margin-top: 8px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__title p {
    font-size: 22px;
  }
}

.intro__director,
.intro__type {
  position: absolute;
  top: 50%;
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .intro__director,
  .intro__type {
    font-size: 15px;
  }
}

.intro__director {
  left: 15px;
  -moz-transform: rotate(-90deg) translate(-75%, 0);
  -o-transform: rotate(-90deg) translate(-75%, 0);
  -ms-transform: rotate(-90deg) translate(-75%, 0);
  -webkit-transform: rotate(-90deg) translate(-75%, 0);
  transform: rotate(-90deg) translate(-75%, 0);
  transform-origin: left top;
}
@media only screen and (min-width: 768px) {
  .intro__director {
    left: 30px;
  }
}

.intro__type {
  right: 15px;
  -moz-transform: rotate(90deg) translate(25%, 0);
  -o-transform: rotate(90deg) translate(25%, 0);
  -ms-transform: rotate(90deg) translate(25%, 0);
  -webkit-transform: rotate(90deg) translate(25%, 0);
  transform: rotate(90deg) translate(25%, 0);
  transform-origin: right top;
}
@media only screen and (min-width: 768px) {
  .intro__type {
    right: 30px;
  }
}

.intro__type__plus {
  margin: 0 4px;
}

.intro.active .intro__title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.intro.active .intro__director,
.intro.active .intro__type {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
}
.intro.active .intro__director {
  -moz-transform: rotate(-90deg) translate(-50%, 0);
  -o-transform: rotate(-90deg) translate(-50%, 0);
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
}
.intro.active .intro__type {
  -moz-transform: rotate(90deg) translate(50%, 0);
  -o-transform: rotate(90deg) translate(50%, 0);
  -ms-transform: rotate(90deg) translate(50%, 0);
  -webkit-transform: rotate(90deg) translate(50%, 0);
  transform: rotate(90deg) translate(50%, 0);
}

.featured__content {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) {
  .featured__content {
    padding-top: 180px;
  }
}

.featured__title {
  position: relative;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.featured__title:after {
  content: "";
  position: absolute;
  top: 37px;
  left: 42px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (min-width: 480px) {
  .featured__title:after {
    top: 50px;
    left: 56px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .featured__title:after {
    top: 62px;
    left: 71px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured__title:after {
    top: 74px;
    left: 84px;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .featured__title:after {
    top: 87px;
    left: 99px;
    width: 36px;
    height: 36px;
  }
}

.featured__content .grid {
  margin-top: 30px;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .featured__content .grid {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .featured__content .grid {
    margin-top: 50px;
  }
}

.featured.active .featured__title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.featured.active .featured__content .grid {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}

.body--work .footer {
  margin-top: 0;
}
.body--work .featured__title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.body--work .featured__content .grid {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.body--work.state--animating.state--loading .featured__title {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--work.state--animating.state--loading .featured__content .grid {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--work.state--animating .featured__title {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--work.state--animating .featured__content .grid {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}

.body--about .footer {
  margin-top: 0;
}

.about__title {
  -webkit-font-smoothing: antialiased;
}
.about__title span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ff651f;
}
@media only screen and (min-width: 768px) {
  .about__title span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .about__title span {
    font-size: 17px;
  }
}
.about__title h1, .about__title h2 {
  margin-top: 10px;
  font-size: 30px;
}
@media only screen and (min-width: 480px) {
  .about__title h1, .about__title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .about__title h1, .about__title h2 {
    margin-top: 15px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__title h1, .about__title h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .about__title h1, .about__title h2 {
    margin-top: 20px;
    font-size: 70px;
  }
}

.about__text {
  -webkit-font-smoothing: antialiased;
  margin-top: 22px;
  max-width: 620px;
}

.about-intro {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) {
  .about-intro {
    padding-top: 160px;
  }
}
.about-intro .about__title h1 {
  position: relative;
}
.about-intro .about__title h1:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 97px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (min-width: 480px) {
  .about-intro .about__title h1:after {
    top: 10px;
    left: 130px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .about-intro .about__title h1:after {
    top: 12px;
    left: 163px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-intro .about__title h1:after {
    top: 14px;
    left: 195px;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-intro .about__title h1:after {
    top: 17px;
    left: 228px;
    width: 36px;
    height: 36px;
  }
}
.about-intro .about__text {
  color: #C0BDD5;
}

@-webkit-keyframes floaty {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  60% {
    -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  80% {
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes floaty {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  60% {
    -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  80% {
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes floaty {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  60% {
    -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  80% {
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes floaty {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  60% {
    -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  80% {
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes floaty {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  60% {
    -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  80% {
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.about-intro__circle {
  display: none;
}
.about-intro__circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .about-intro__circle {
    display: block;
    position: absolute;
    top: 28%;
    left: 66%;
    width: 360px;
    height: 360px;
    -webkit-animation: floaty 15s linear infinite;
    -moz-animation: floaty 15s linear infinite;
    -ms-animation: floaty 15s linear infinite;
    -o-animation: floaty 15s linear infinite;
    animation: floaty 15s linear infinite;
  }
}
@media only screen and (min-width: 1280px) {
  .about-intro__circle {
    top: 22%;
    left: 64%;
    width: 425px;
    height: 425px;
  }
}

.about-covid {
  margin-top: 40px;
  padding: 46px 0 40px;
  background: #E8E7EE;
}
@media only screen and (min-width: 768px) {
  .about-covid {
    margin-top: 70px;
    padding: 78px 0 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-covid {
    margin-top: 90px;
    padding: 98px 0 90px;
  }
}
.about-covid .about__title h2 {
  color: #141223;
}
.about-covid .about__text {
  color: #4B4763;
}

.about-trees {
  padding: 46px 0 40px;
  background: #006931;
}
@media only screen and (min-width: 768px) {
  .about-trees {
    padding: 78px 0 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-trees {
    padding: 98px 0 90px;
  }
}
.about-trees .about__title span {
  color: #fff;
}
.about-trees .about__title h2 {
  color: #141223;
}
.about-trees .about__text {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.8);
}
.about-trees .about__text a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.about-trees .about__text a:hover {
  text-decoration-color: #fff;
}

.about-trees__images {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .about-trees__images {
    margin: 45px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .about-trees__images {
    margin: 55px 0;
  }
}
.about-trees__images .owl-stage-outer {
  overflow: visible;
}

.about-trees__image {
  width: 222px;
  height: 222px;
  padding: 10px;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0 5px 40px rgba(20, 18, 35, 0.15);
}
@media only screen and (min-width: 768px) {
  .about-trees__image {
    width: 288px;
    height: 288px;
    padding: 15px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-trees__image {
    width: 322px;
    height: 322px;
    padding: 20px;
    margin-right: 30px;
  }
}
.about-trees__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-trees__content {
  margin-top: 22px;
}
@media only screen and (min-width: 1024px) {
  .about-trees__content {
    display: flex;
  }
}

.about-trees__logo {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .about-trees__logo {
    flex-direction: column;
    margin: -2px 0 0 84px;
  }
}
.about-trees__logo a {
  display: inline-block;
}
.about-trees__logo__adgreen {
  width: 200px;
}
@media only screen and (min-width: 1024px) {
  .about-trees__logo__adgreen {
    width: 300px;
    -webkit-animation: floaty 15s linear infinite;
    -moz-animation: floaty 15s linear infinite;
    -ms-animation: floaty 15s linear infinite;
    -o-animation: floaty 15s linear infinite;
    animation: floaty 15s linear infinite;
    opacity: 0.5;
  }
}
.about-trees__logo__ecologi {
  width: 160px;
}
@media only screen and (min-width: 1024px) {
  .about-trees__logo__ecologi {
    width: 235px;
    -webkit-animation: floaty 15s linear infinite reverse;
    -moz-animation: floaty 15s linear infinite reverse;
    -ms-animation: floaty 15s linear infinite reverse;
    -o-animation: floaty 15s linear infinite reverse;
    animation: floaty 15s linear infinite reverse;
    opacity: 0.5;
  }
}

.about-awards {
  padding: 46px 0 46px;
  background: #E8E7EE;
}
@media only screen and (min-width: 768px) {
  .about-awards {
    padding: 78px 0 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-awards {
    padding: 98px 0 98px;
  }
}
.about-awards .about__title h2 {
  color: #141223;
}
.about-awards .about-awards__intro {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .about-awards .about-awards__intro .about__title {
    width: 33%;
  }
}
.about-awards .about-awards__intro p {
  margin: 22px 0 0 40px;
  color: #4B4763;
}
@media only screen and (min-width: 768px) {
  .about-awards .about-awards__intro p {
    margin: 28px 0 0;
    width: 75%;
    max-width: 570px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-awards .about-awards__intro p {
    margin-top: 38px;
  }
}

.about-awards__images {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
}
@media only screen and (min-width: 768px) {
  .about-awards__images {
    width: 75%;
    float: right;
    margin-top: 0;
  }
}

.about-awards__image {
  width: 33.33%;
  padding: 0 15px 15px 0;
}
@media only screen and (min-width: 768px) {
  .about-awards__image:nth-child(1) {
    -moz-transform: translate(-50px, 20px) scale(1.1);
    -o-transform: translate(-50px, 20px) scale(1.1);
    -ms-transform: translate(-50px, 20px) scale(1.1);
    -webkit-transform: translate(-50px, 20px) scale(1.1);
    transform: translate(-50px, 20px) scale(1.1);
  }
  .about-awards__image:nth-child(2) {
    -moz-transform: translate(-25px, -60px) scale(1.2);
    -o-transform: translate(-25px, -60px) scale(1.2);
    -ms-transform: translate(-25px, -60px) scale(1.2);
    -webkit-transform: translate(-25px, -60px) scale(1.2);
    transform: translate(-25px, -60px) scale(1.2);
  }
  .about-awards__image:nth-child(3) {
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
@media only screen and (min-width: 1024px) {
  .about-awards__image {
    padding: 0 30px 30px 0;
  }
}

.about-awards__image__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #fff;
}
.about-awards__image__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.body--about.state--animating.state--loading .about-intro .about__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--about.state--animating.state--loading .about-intro .about__title h1 {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--about.state--animating.state--loading .about-intro .about__text {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--about.state--animating.state--loading .about-intro__circle {
  opacity: 0;
}
.body--about.state--animating.state--loading .about-covid {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--about.state--animating .about-intro .about__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--about.state--animating .about-intro .about__title h1 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--about.state--animating .about__text {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--about.state--animating .about-intro__circle {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
}
.body--about.state--animating .about-covid {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
}
.body--about .fadein--animating {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--about .fadein--animating.fadein.about-trees .about__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--about .fadein--animating.fadein.about-trees .about__title h2 {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--about .fadein--animating.fadein .about-trees__images {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--about .fadein--animating.fadein .about-trees__content {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--about .fadein--animating.fadein .about-awards__intro .about__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--about .fadein--animating.fadein .about-awards__intro .about__title h2 {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--about .fadein--animating.fadein .about-awards__intro p {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--about .fadein--animating.fadein .about-awards__image__inner {
  opacity: 0;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.body--about .fadein--animating.about-trees .about__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--about .fadein--animating.about-trees .about__title h2 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--about .fadein--animating .about-trees__images {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--about .fadein--animating .about-trees__content {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}
.body--about .fadein--animating .about-awards__intro .about__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--about .fadein--animating .about-awards__intro .about__title h2 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--about .fadein--animating .about-awards__intro p {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--about .fadein--animating .about-awards__image:nth-child(1) .about-awards__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--about .fadein--animating .about-awards__image:nth-child(2) .about-awards__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.body--about .fadein--animating .about-awards__image:nth-child(3) .about-awards__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
}

.directors {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
}
.directors .wrap {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .directors .wrap {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.directors__images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.directors__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.directors__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directors__image--active {
  opacity: 0.8;
}

.directors__heading {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .directors__heading {
    gap: 52px;
  }
}

.directors__title {
  position: relative;
}
.directors__title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (min-width: 480px) {
  .directors__title:before {
    top: 10px;
    left: 5px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .directors__title:before {
    top: 12px;
    left: 8px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .directors__title:before {
    top: 15px;
    left: 9px;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .directors__title:before {
    top: 17px;
    left: 11px;
    width: 36px;
    height: 36px;
  }
}
.directors__title:after {
  content: "";
  position: absolute;
  top: 37px;
  left: 147px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (min-width: 480px) {
  .directors__title:after {
    top: 50px;
    left: 196px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .directors__title:after {
    top: 62px;
    left: 245px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .directors__title:after {
    top: 74px;
    left: 293px;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .directors__title:after {
    top: 87px;
    left: 341px;
    width: 36px;
    height: 36px;
  }
}

.directors__filter {
  display: flex;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .directors__filter {
    gap: 10px;
  }
}
.directors__filter__item {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  cursor: pointer;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: color 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: color 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: color 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: color 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .directors__filter__item {
    font-size: 32px;
  }
}
.directors__filter__item--active {
  color: #ff651f;
}
.directors__filter__slash {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .directors__filter__slash {
    font-size: 32px;
  }
}

.directors__intro {
  margin-top: 20px;
  max-width: 620px;
}

.directors__list {
  display: flex;
  flex-flow: wrap;
  align-content: flex-start;
  margin: 12px -10px 0;
}
@media only screen and (min-width: 768px) {
  .directors__list {
    margin: 16px -15px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .directors__list {
    margin: 14px -15px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .directors__list {
    margin: 26px -20px 0;
  }
}
.directors__list a {
  font-size: 20px;
  padding: 10px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: under;
}
@media only screen and (min-width: 768px) {
  .directors__list a {
    font-size: 25px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .directors__list a {
    font-size: 30px;
    padding: 20px;
  }
}
.directors__list a.hidden {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .directors__list:hover a {
    opacity: 0.5;
  }
  .directors__list:hover a:hover {
    opacity: 1;
    color: #fff;
    text-decoration-color: #ff651f;
  }
}

.body--directors.state--animating.state--loading .directors__title,
.body--directors.state--animating.state--loading .directors__intro,
.body--directors.state--animating.state--loading .directors__filter {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--directors.state--animating.state--loading .directors__list {
  opacity: 0;
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.body--directors.state--animating .directors__title,
.body--directors.state--animating .directors__intro,
.body--directors.state--animating .directors__filter {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--directors.state--animating .directors__list {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}

.body--director .footer {
  margin-top: 0;
}

.director-header {
  position: relative;
  height: 70vh;
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .director-header {
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .director-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .director-header {
    margin-bottom: 80px;
  }
}

.director-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.director-header__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director__title {
  width: 100%;
  align-self: flex-end;
  margin-bottom: -50px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .director__title {
    margin-bottom: -62px;
  }
}
@media only screen and (min-width: 1024px) {
  .director__title {
    margin-bottom: -67px;
  }
}
@media only screen and (min-width: 1280px) {
  .director__title {
    margin-bottom: -76px;
  }
}
.director__title h1 span {
  display: block;
}

.director__regions {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1;
  color: #ff651f;
}
@media only screen and (min-width: 768px) {
  .director__regions {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .director__regions {
    margin-top: 18px;
    font-size: 22px;
  }
}

.director__bio {
  margin-top: 26px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .director__bio {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .director__bio {
    display: flex;
    margin-top: 84px;
  }
}
@media only screen and (min-width: 1280px) {
  .director__bio {
    margin-top: 104px;
  }
}
.director__bio h2 {
  color: #4B4763;
}
@media only screen and (min-width: 1024px) {
  .director__bio h2 {
    width: 33.33%;
  }
}

.director__bio__text {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .director__bio__text {
    margin-top: -2px;
    width: 66.66%;
  }
}
.director__bio__text p {
  color: #C0BDD5;
}

.director .grid {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .director .grid {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .director .grid {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .director .grid {
    margin-top: 92px;
  }
}

.body--director.state--animating.state--loading .director-header__image {
  opacity: 0;
}
.body--director.state--animating.state--loading .director__title h1 {
  opacity: 0;
  -moz-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.body--director.state--animating.state--loading .director__regions {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--director.state--animating.state--loading .director {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--director.state--animating .director-header__image {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--director.state--animating .director__title h1 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--director.state--animating .director__regions {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--director.state--animating .director {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}

.body--sport .menu li a.active:before {
  background: #00698c;
}
@media only screen and (min-width: 1024px) {
  .body--sport .grid-item__overlay {
    background: rgba(0, 105, 140, 0.6);
  }
}
.body--sport .video__details li {
  color: #00698c;
}
.body--sport .slate-player .flowplayer .fp-progress:after,
.body--sport .slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: #00698c;
}
.body--sport .footer {
  margin-top: 0;
}

.sport-header {
  position: relative;
  height: 70vh;
  display: flex;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .sport-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-header {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-header {
    margin-bottom: 38px;
  }
}

.sport-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.sport-header__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sport__title {
  width: 100%;
  align-self: flex-end;
  margin-bottom: -22px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .sport__title {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport__title {
    margin-bottom: -34px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport__title {
    margin-bottom: -38px;
  }
}
.sport__title h1 {
  color: #00698c;
}
.sport__title span {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
}

.sport-intro {
  -webkit-font-smoothing: antialiased;
}
.sport-intro__text {
  margin-top: 30px;
  max-width: 650px;
  color: #E8E7EE;
}

.sport-work {
  margin-top: 52px;
}
@media only screen and (min-width: 768px) {
  .sport-work {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-work {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-work {
    margin-top: 110px;
  }
}
.sport-work.fadein--animating {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.sport-work.fadein--animating.fadein {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.sport-originals {
  -webkit-font-smoothing: antialiased;
  background: #0C262E;
  margin-top: 120px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sport-originals {
    margin-top: 180px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-originals {
    padding-bottom: 90px;
  }
}
.sport-originals:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 97px;
  background: #141223;
}
@media only screen and (min-width: 768px) {
  .sport-originals:before {
    height: 126px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-originals:before {
    height: 141px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-originals:before {
    height: 157px;
  }
}
.sport-originals__title h1 {
  color: #00698c;
  font-size: 30px;
}
@media only screen and (min-width: 480px) {
  .sport-originals__title h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sport-originals__title h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-originals__title h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-originals__title h1 {
    font-size: 80px;
  }
}
.sport-originals__title span {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
}
.sport-originals__text {
  margin-top: 30px;
  max-width: 650px;
  color: #E8E7EE;
}
.sport-originals__work {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sport-originals__work {
    margin-top: 42px;
    row-gap: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-originals__work {
    margin-top: 52px;
  }
}
.sport-originals__work .column {
  margin-top: 30px;
}
.sport-originals__work .column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .sport-originals__work .column {
    margin-top: 0;
  }
}
.sport-originals__work .grid-item__media {
  padding-bottom: 169%;
}
.sport-originals__work .grid-item__details {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
}
.sport-originals__work .grid-item__details h3,
.sport-originals__work .grid-item__details p {
  max-width: 100%;
  color: #fff;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sport-originals__work .grid-item__description {
  color: #E8E7EE;
}
@media only screen and (min-width: 768px) {
  .sport-originals__work .grid-item__description {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-originals__work .grid-item__description {
    padding-right: 50px;
  }
}
.sport-originals.fadein--animating.fadein .sport-originals__title h2 {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.sport-originals.fadein--animating.fadein .sport-originals__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.sport-originals.fadein--animating.fadein .sport-originals__text {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.sport-originals.fadein--animating.fadein .sport-originals__work .column {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.sport-originals.fadein--animating .sport-originals__title h2,
.sport-originals.fadein--animating .sport-originals__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.sport-originals.fadein--animating .sport-originals__text {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.sport-originals.fadein--animating .sport-originals__work .column {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}
.sport-originals.fadein--animating .sport-originals__work .column:first-child {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}

.sport-partners {
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .sport-partners {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-partners {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-partners {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sport-partners .wrap {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .sport-partners__content {
    width: 60%;
  }
}
.sport-partners__title h2 {
  color: #00698c;
  font-size: 30px;
}
@media only screen and (min-width: 480px) {
  .sport-partners__title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sport-partners__title h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .sport-partners__title h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .sport-partners__title h2 {
    font-size: 80px;
  }
}
.sport-partners__title span {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
  color: #4B4763;
}
.sport-partners__text {
  margin-top: 30px;
  color: #E8E7EE;
  padding-right: 10px;
}
@media only screen and (min-width: 1280px) {
  .sport-partners__text {
    padding-right: 30px;
  }
}
.sport-partners__images {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
}
@media only screen and (min-width: 768px) {
  .sport-partners__images {
    width: 40%;
  }
}
.sport-partners__image {
  width: 33.33%;
  padding: 0 15px 15px 0;
}
@media only screen and (min-width: 768px) {
  .sport-partners__image {
    width: 50%;
  }
  .sport-partners__image:nth-child(1) {
    -moz-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  .sport-partners__image:nth-child(2) {
    -moz-transform: translate(0, 60%);
    -o-transform: translate(0, 60%);
    -ms-transform: translate(0, 60%);
    -webkit-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }
  .sport-partners__image:nth-child(3) {
    -moz-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}
.sport-partners__image__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #232033;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.sport-partners__image__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}
.sport-partners__image__inner:hover {
  background: rgba(255, 255, 255, 0.15);
}
.sport-partners.fadein--animating.fadein .sport-partners__title h2 {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.sport-partners.fadein--animating.fadein .sport-partners__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.sport-partners.fadein--animating.fadein .sport-partners__text {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.sport-partners.fadein--animating.fadein .sport-partners__image__inner {
  opacity: 0;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.sport-partners.fadein--animating .sport-partners__title h2,
.sport-partners.fadein--animating .sport-partners__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.sport-partners.fadein--animating .sport-partners__text {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.sport-partners.fadein--animating .sport-partners__image:nth-child(1) .sport-partners__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.sport-partners.fadein--animating .sport-partners__image:nth-child(2) .sport-partners__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.sport-partners.fadein--animating .sport-partners__image:nth-child(3) .sport-partners__image__inner {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
}

.body--sport.state--animating.state--loading .sport-header__image {
  opacity: 0;
}
.body--sport.state--animating.state--loading .sport__title h1 {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--sport.state--animating.state--loading .sport__title span {
  opacity: 0;
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.body--sport.state--animating.state--loading .sport-intro {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--sport.state--animating .sport-header__image {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}
.body--sport.state--animating .sport__title h1 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--sport.state--animating .sport__title span {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--sport.state--animating .sport-intro {
  -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}