@charset "UTF-8";
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) and (max-width: 1400px) {
  html {
    font-size: calc(14px + (16 - 14) * ((100vw - 650px) / (1400 - 650)));
  }
}
@media (min-width: 1401px) and (max-width: 1920px) {
  html {
    font-size: calc(16px + (20 - 16) * ((100vw - 1401px) / (1920 - 1401)));
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  html {
    font-size: calc(20px + (24 - 20) * ((100vw - 1921px) / (2560 - 1921)));
  }
}
@media (min-width: 2401px) {
  html {
    font-size: 24px;
  }
}
@media (max-width : 575px) {
  html {
    font-size: 3.28542094vw;
  }
}
html.js body .page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  font-size: 1.125rem;
}
html.js body .page-loader__circle {
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
html.js body .page-loader__circle--1 {
  width: 11em;
  height: 11em;
}
html.js body .page-loader__circle--2 {
  width: 8em;
  height: 8em;
}
html.js body .page-loader__circle--3 {
  width: 5em;
  height: 5em;
}
html.js body .page-loader__circle--mask {
  width: 2em;
  height: 2em;
}
html.js body .page-loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8em;
  height: 8em;
  background: #191919;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  opacity: 0;
}
html.js body .page-loader__logo__img {
  opacity: 0;
}
html.js body .page-loader__logo svg {
  width: 100%;
  display: block;
}
html.js body .page-loader.animated {
  display: none;
}
html.js body .page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html.js body.page-loaded .page-loader {
  opacity: 0;
  pointer-events: none;
}
html.js body.page-loaded:after {
  opacity: 0;
}
body {
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-family: din-2014, Helvetica, Arial, sans-serif;
  color: #c1c1c1;
  -webkit-font-smoothing: antialiased;
  background: #191919;
}
body.is-popup {
  overflow: hidden;
}
body.is-popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 27, 58, 0.15);
  z-index: 1020;
  -webkit-animation: fade-in 1 0.3s;
          animation: fade-in 1 0.3s;
}
@media (max-width : 710px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: inherit;
}
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 0.5em;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1 {
  font-size: 4.5rem;
  margin-top: 0;
  line-height: 1.02;
  margin-bottom: 0.28571429em;
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
}
h1 strong {
  font-weight: inherit;
  color: #e51b24;
}
@media (max-width : 575px) {
  h1 {
    font-size: 3.125rem;
  }
}
h2 {
  font-size: 2.625rem;
  line-height: 1.14285714;
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
}
h2 strong {
  font-weight: inherit;
  color: #e51b24;
}
@media (max-width : 575px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-size: 1.875rem;
}
h4 {
  font-size: 1.25rem;
}
b.underline {
  position: relative;
  display: inline-block;
}
b.underline::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -5%;
  right: -5%;
  height: 110%;
  background: url(../img/underline.png) no-repeat 50% 100%;
  background-size: 100% 50%;
  z-index: -1;
}
.ico-heart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 0.2em;
  margin-top: -0.2em;
}
.ico-heart svg {
  width: 1em;
  height: 1em;
  fill: #dc3738;
  display: block;
}
.subtitle {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: din-2014, Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
@media (max-width : 575px) {
  .subtitle {
    font-size: 1.125rem;
  }
}
.subtitle.is-animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}
.subtitle.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.subtitle--red {
  color: #dc3738;
}
.subtitle--green {
  color: #1a7a3c;
}
.btn {
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.33333333em 1.33333333em;
  min-height: 2.66666667em;
  min-width: 9.44444444em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn span:not(:first-child) {
  margin-left: 0.5em;
}
.btn svg {
  width: 1.7em;
  height: 1em;
  margin-left: 0.5em;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, fill 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease, -webkit-transform 0.2s ease;
  fill: #fff;
  stroke: #fff;
  stroke-width: 5;
}
@media (max-width : 575px) {
  .btn svg {
    display: none;
  }
}
.btn b {
  font-weight: 600;
}
.btn:hover {
  background: #fff;
  color: #1d1d1b;
}
.btn:hover svg {
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  fill: #1d1d1b;
  stroke: #1d1d1b;
}
.btn--dark {
  border-color: #1d1d1b;
  color: #1d1d1b;
}
.btn--dark svg {
  fill: #1d1d1b;
  stroke: #1d1d1b;
}
.btn--dark:hover {
  color: #fff;
  background: #1d1d1b;
}
.btn--dark:hover svg {
  fill: #fff;
  stroke: #fff;
}
.btn--white {
  background: #fff;
  color: #1d1d1b;
}
.btn--white svg {
  fill: #1d1d1b;
  stroke: #1d1d1b;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--white:hover svg {
  fill: #fff;
  stroke: #fff;
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.btns .btn {
  margin: 0.25rem 0.5rem;
}
.scroll-ico {
  display: block;
  max-width: 3rem;
}
.scroll-ico__arrow,
.scroll-ico__border {
  fill: #4b4b4b;
}
.scroll-ico__arrow {
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: fill 0.2s ease, transform 0.2s ease;
  transition: fill 0.2s ease, transform 0.2s ease;
  transition: fill 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.scroll-ico:hover .scroll-ico__arrow {
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  fill: #777777;
}
.btn-round {
  width: 5em;
  height: 5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1rem;
  z-index: 1;
  font-weight: 600;
  color: #191919;
}
.btn-round::before,
.btn-round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-round::before {
  -webkit-box-shadow: inset 0 0 1.5px #fff;
          box-shadow: inset 0 0 1.5px #fff;
  background: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.btn-round::after {
  -webkit-box-shadow: inset 0 0 1.5px #fff;
          box-shadow: inset 0 0 1.5px #fff;
  background: transparent;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.hero-section .btn-round::after {
  background: #191919;
}
.btn-round:hover {
  color: #fff;
}
.btn-round:hover::before {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.btn-round:hover::after {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}
.btn-round span {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-round svg {
  position: relative;
  z-index: 2;
}
.btn-round__arrow {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  width: 1em;
  stroke-miterlimit: 10;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-round:hover span:not(:last-child) {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
.btn-round:hover .btn-round__arrow {
  stroke: #fff;
  stroke-width: 1.5;
  -webkit-transform: scale(2.1) translateY(50%);
      -ms-transform: scale(2.1) translateY(50%);
          transform: scale(2.1) translateY(50%);
}
.dot {
  fill: rgba(193, 193, 193, 0.5);
  vertical-align: middle;
  vertical-align: text-bottom;
  margin-left: 0.2em;
}
.cursor {
  width: 4rem;
  height: 4rem;
  right: auto;
  top: 0;
  left: 0;
  margin: -2rem 0 0 -2rem;
  z-index: 1000;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 0.8em;
  display: none;
  pointer-events: none;
  -webkit-transform: translate(-100%, -100%) scale(0);
      -ms-transform: translate(-100%, -100%) scale(0);
          transform: translate(-100%, -100%) scale(0);
}
.cursor__scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.cursor__scroll svg {
  width: 70%;
  height: 70%;
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cursor__scroll svg path {
  fill: #000;
  stroke: #000;
  stroke-width: 5;
}
.cursor.show {
  display: block;
}
.cursor.play,
.cursor.more {
  border: 0;
  background: #e51b24;
}
.cursor.play::before,
.cursor.more::before {
  content: "Play.";
  color: #fff;
  font-weight: 600;
  position: absolute;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
}
.cursor.more {
  background: #fff;
}
.cursor.more::before {
  content: "More.";
  color: #000;
}
.cursor.scroll {
  background: #fff;
  -webkit-backdrop-filter: contrast(10);
          backdrop-filter: contrast(10);
}
.cursor.scroll .cursor__scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.scroll-more-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
}
.header-underline {
  display: inline-block;
  position: relative;
}
.header-underline > svg {
  position: absolute;
  top: 95%;
  left: -0.5em;
  right: -0.75em;
}
.header-underline > svg path {
  fill: none;
  stroke: #4b4b4b;
  stroke-width: 2.5px;
}
.project-video {
  position: relative;
}
.project-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-video img {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project-video.play img {
  opacity: 0;
}
.nb-counter {
  position: relative;
}
.nb-counter b {
  font-weight: inherit;
}
.nb-counter .number-animation {
  position: absolute;
  left: 0;
}
.go-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}
.go-back svg {
  display: block;
  width: 1rem;
  stroke: rgba(255, 255, 255, 0.6);
  fill: none;
  stroke-width: 10;
  margin-right: 0.25em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.go-back__mark {
  stroke-dasharray: 452.83789063;
  stroke-dashoffset: 452.83789063;
}
@-webkit-keyframes back-mark {
  from {
    stroke-dashoffset: 452.83789063;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes back-mark {
  from {
    stroke-dashoffset: 452.83789063;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.go-back:hover {
  color: #fff;
}
.go-back:hover svg {
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
}
.go-back:hover .go-back__mark {
  -webkit-animation: back-mark 0.6s 0s ease 1 forwards;
          animation: back-mark 0.6s 0s ease 1 forwards;
}
.ordered-list {
  padding-left: 1em;
  margin: 2em 0;
}
.ordered-list li {
  margin: 0.5em 0;
}
.ordered-list ol,
.ordered-list ul {
  margin: 1em 0 1em 1.25em;
  padding-left: 0;
}
.unordered-list {
  margin: 2em 0;
  padding-left: 1em;
  list-style-type: disc;
}
.unordered-list li {
  margin: 0.5em 0;
}
.unordered-list ol,
.unordered-list ul {
  margin: 1em 0 1em 1.25em;
  padding-left: 0;
}
@-webkit-keyframes fresh-news {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
@keyframes fresh-news {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.fresh-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  gap: 1em;
}
.fresh-news .charcoal {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  -webkit-animation: fresh-news 1s infinite forwards;
          animation: fresh-news 1s infinite forwards;
}
.fresh-news .charcoal--silver {
  background: #bbcdd9;
}
.fresh-news .charcoal--gold {
  background: #edd57b;
}
.fresh-news .charcoal img {
  display: block;
  max-width: 60%;
}
.fresh-news strong {
  font-weight: 600;
}
.fresh-news--pirx strong {
  font-weight: 300;
}
.fresh-news--pirx b {
  font-weight: 600;
  color: #fff;
}
.fresh-news__img img {
  max-height: 2.5em;
}
.fresh-news span {
  color: #dc3738;
  text-align: right;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.fresh-news:hover {
  color: #fff;
}
.fresh-news:hover span {
  color: #e51b24;
}
.lang-info {
  position: absolute;
  top: 8rem;
  right: 6vh;
  width: calc(100% - 12vh);
  max-width: 27.5rem;
  background: #fff;
  padding: 1.75em 2.375em;
  color: #191919;
  z-index: 106;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lang-info h2 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #191919;
  font-family: din-2014, Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
.lang-info--active {
  opacity: 1;
}
.lang-info__btn {
  margin: 0 -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-info__btn .btn {
  margin: 0 0.5rem;
}
.hamburger {
  padding: 3px 5px 3px;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  line-height: 1;
  background: transparent;
  text-align: center;
  margin-left: auto;
  z-index: 5;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.is-menu .hamburger {
  color: #fff;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.is-menu .hamburger-inner,
.is-menu .hamburger-inner:before,
.is-menu .hamburger-inner:after {
  background-color: #fff !important;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  -webkit-transform: rotateY(45deg) translate(20%, 0);
          transform: rotateY(45deg) translate(20%, 0);
  bottom: -9px;
}
.hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner:before {
  top: 9px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger-inner:after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-menu .hamburger .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.is-menu .hamburger .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg) rotateY(0);
          transform: translate3d(0, -18px, 0) rotate(-270deg) rotateY(0);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 15rem;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: #e51b24;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.splide__arrow:hover::before {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.splide__arrow:hover svg {
  fill: #fff;
}
.splide__arrow svg {
  fill: #e51b24;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  position: relative;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible svg {
  fill: #e51b24;
}
.splide__arrow--prev {
  left: 1.25rem;
}
.splide__arrow--prev::before {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1.25rem;
}
.splide__arrow--next::before {
  -webkit-transform-origin: 0% 0;
      -ms-transform-origin: 0% 0;
          transform-origin: 0% 0;
}
.splide.is-focus-in .splide__arrow:focus svg {
  fill: #e51b24;
}
.splide__pagination {
  bottom: -1.5rem;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #e51b24;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  height: 6px;
  margin: 3px 2px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  width: 1.5rem;
}
.splide__pagination__page.is-active {
  background: #e51b24;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  --plyr-color-main: #e51b24;
  --plyr-control-spacing: 20px;
  --plyr-control-icon-size: 20px;
  --plyr-control-radius: 50%;
  --plyr-font-family: din-2014, Helvetica, Arial, sans-serif;
  --plyr-range-track-height: 2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
      -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px) / 2 * -1 - var(--plyr-range-track-height, 5px) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  -o-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
      -ms-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
      -ms-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress__buffer,
.plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}
.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 1.77777778;
}
@supports not (aspect-ratio:16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
      -ms-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
  color: hsla(0, 0%, 100%, 0.25);
  color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty:after {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: hsla(0, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
      -ms-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  -o-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.plyr__control.plyr__control--overlaid {
  background: #fff;
  color: #191919;
}
.plyr__control.plyr__control--overlaid:hover {
  background: #fff;
  color: #191919;
}
.plyr__control.plyr__control--overlaid::before {
  content: "Play.";
  font-weight: 600;
}
.plyr__control.plyr__control--overlaid svg {
  display: none !important;
}
@-webkit-keyframes cookies-modal {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cookies-modal {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cookies {
  position: fixed;
  bottom: 3vh;
  left: 6vh;
  width: calc(100% - 12vh);
  max-width: 46.875em;
  font-size: 0.9rem;
  background: #fff;
  padding: 1.75em 2.375em;
  color: #191919;
  -webkit-transform: translateY(2.625em);
      -ms-transform: translateY(2.625em);
          transform: translateY(2.625em);
  opacity: 0;
  z-index: 5;
  -webkit-animation: cookies-modal 0.45s ease-out forwards;
          animation: cookies-modal 0.45s ease-out forwards;
}
@media (max-width : 575px) {
  .cookies {
    width: auto;
    max-width: none;
    left: 3rem;
    right: 3rem;
  }
}
@media (min-width: 576px) {
  .cookies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookies__content p {
    margin: 0;
    padding-right: 1.5em;
  }
}
.cookies__btn {
  text-align: center;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  text-decoration: none;
}
.single-post-header {
  max-width: 43rem;
  margin: 9rem auto 3rem;
}
@media (max-width : 575px) {
  .single-post-header {
    margin-top: 7rem;
  }
}
.single-post-header h1 {
  font-size: 3rem;
}
@media (max-width : 575px) {
  .single-post-header h1 {
    font-size: 2.25rem;
  }
}
.single-post-header + .single-post {
  margin-top: 0;
}
.single-post-header__info {
  margin: 2em -1em 1em;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9125em;
  position: relative;
  z-index: 108;
}
.single-post-header__info li {
  margin: 0 1em;
}
.single-post-header__info a:hover {
  text-decoration: none;
}
.single-post {
  max-width: 43rem;
  margin: 9rem auto;
}
@media (max-width : 575px) {
  .single-post {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.single-post a {
  color: #fff;
  text-decoration: underline;
}
.single-post a:hover {
  text-decoration: none;
}
.single-post ol {
  padding: 0 0 0 2em;
  margin: 1.5em auto;
  max-width: 42.5em;
}
.single-post ol > li {
  margin: 0.25em 0;
}
.single-post ol ol {
  list-style: lower-latin;
  padding-left: 1.25em;
}
.single-post ol ul {
  list-style: circle;
  padding-left: 1.25em;
}
.single-post ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 1.5em 0;
  max-width: 42.5em;
}
.single-post ul > li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0.3em 0;
}
.single-post ul > li:before {
  content: '●';
  position: absolute;
  color: #e51b24;
  font-size: 0.8em;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.3333rem;
}
.single-post img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-post p {
  margin: 2em 0;
}
.single-post p:first-child {
  margin-top: 0;
}
.section-inner {
  width: 100%;
  max-width: 73.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.section-inner--wide {
  max-width: 96rem;
}
@media (max-width : 575px) {
  .section-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.section-overflow {
  overflow: hidden;
}
@-webkit-keyframes logo-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
@keyframes logo-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 106;
}
.main-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 160%;
  background: rgba(25, 25, 25, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 25, 0)), color-stop(85%, #191919));
  background: -o-linear-gradient(bottom, rgba(25, 25, 25, 0) 0%, #191919 85%);
  background: linear-gradient(0deg, rgba(25, 25, 25, 0) 0%, #191919 85%);
  pointer-events: none;
  opacity: 0;
}
.main-header.is-sticky {
  position: fixed;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main-header.is-sticky::before {
  opacity: 1;
}
.main-header.is-sticky .main-header__logo {
  max-width: 3rem;
}
.main-header.is-sticky .main-header__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header__inner {
  max-width: 96rem;
  padding: 6vh 6vh 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
@media (max-width : 575px) {
  .main-header__inner {
    padding: 1em 1.875rem;
  }
}
.main-header__logo {
  z-index: 2;
  position: relative;
  max-width: 6.5rem;
}
.main-header__logo a,
.main-header__logo svg,
.main-header__logo img {
  display: block;
}
.main-header__logo .logo {
  width: 100%;
}
.main-header__logo a {
  border-radius: 50%;
}
.main-header__logo a:hover {
  -webkit-animation: logo-pulse 1s 1 forwards;
          animation: logo-pulse 1s 1 forwards;
}
@media (max-width : 575px) {
  .main-header__logo {
    max-width: 4.5rem;
  }
}
.main-header__contact {
  margin-left: 0.5em;
}
.main-header__hamburger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-left: 1.5em;
}
.main-header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main-header__nav a:not(.btn) {
  color: inherit;
}
.main-header__back {
  margin-left: auto;
  margin-right: 2em;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width : 710px) {
  .main-header:not(.is-sticky) {
    overflow: hidden;
  }
  body.is-menu .main-header:not(.is-sticky) {
    overflow: unset;
  }
  .main-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-header__contact {
    margin-left: auto;
  }
  .main-header__back + .main-header__contact {
    margin-left: 0;
  }
  .main-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0a0a0a;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .is-menu .main-header__nav {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes services-underline {
  from {
    stroke-dashoffset: 1409.09985352;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes services-underline {
  from {
    stroke-dashoffset: 1409.09985352;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.services-underline path {
  stroke-dasharray: 1409.09985352;
  stroke-dashoffset: 1409.09985352;
}
a:hover .services-underline path {
  -webkit-animation: services-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: services-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes team-underline {
  from {
    stroke-dashoffset: 404.14685059;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes team-underline {
  from {
    stroke-dashoffset: 404.14685059;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.team-underline path {
  stroke-dasharray: 404.14685059;
  stroke-dashoffset: 404.14685059;
}
a:hover .team-underline path,
a.is-active .team-underline path {
  -webkit-animation: team-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: team-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes work-underline {
  from {
    stroke-dashoffset: 381.52008057;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes work-underline {
  from {
    stroke-dashoffset: 381.52008057;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.work-underline path {
  stroke-dasharray: 381.52008057;
  stroke-dashoffset: 381.52008057;
}
a:hover .work-underline path {
  -webkit-animation: work-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: work-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes global-underline {
  from {
    stroke-dashoffset: 975.45068359;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-underline {
  from {
    stroke-dashoffset: 975.45068359;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-underline path {
  stroke-dasharray: 975.45068359;
  stroke-dashoffset: 975.45068359;
}
a:hover .global-underline path {
  -webkit-animation: global-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: global-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes hire-underline {
  from {
    stroke-dashoffset: 499.81549072;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes hire-underline {
  from {
    stroke-dashoffset: 499.81549072;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hire-underline path {
  stroke-dasharray: 499.81549072;
  stroke-dashoffset: 499.81549072;
}
a:hover .hire-underline path {
  -webkit-animation: hire-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: hire-underline 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
}
.main-menu li {
  margin: 0 0.5em;
}
@media (max-width : 710px) {
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 3rem;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4vh;
  }
  .main-menu li {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
        -ms-transform: translate(0, 20%);
            transform: translate(0, 20%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.45s ease;
    -o-transition: opacity 0.4s ease, transform 0.45s ease;
    transition: opacity 0.4s ease, transform 0.45s ease;
    transition: opacity 0.4s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .is-menu .main-menu li {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .is-menu .main-menu li:nth-child(1) {
    -webkit-transition-delay: 0.2s, 0.2s;
         -o-transition-delay: 0.2s, 0.2s;
            transition-delay: 0.2s, 0.2s;
  }
  .is-menu .main-menu li:nth-child(2) {
    -webkit-transition-delay: 0.25s, 0.25s;
         -o-transition-delay: 0.25s, 0.25s;
            transition-delay: 0.25s, 0.25s;
  }
  .is-menu .main-menu li:nth-child(3) {
    -webkit-transition-delay: 0.3s, 0.3s;
         -o-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s;
  }
  .is-menu .main-menu li:nth-child(4) {
    -webkit-transition-delay: 0.35s, 0.35s;
         -o-transition-delay: 0.35s, 0.35s;
            transition-delay: 0.35s, 0.35s;
  }
  .is-menu .main-menu li:nth-child(5) {
    -webkit-transition-delay: 0.4s, 0.4s;
         -o-transition-delay: 0.4s, 0.4s;
            transition-delay: 0.4s, 0.4s;
  }
  .is-menu .main-menu li:nth-child(6) {
    -webkit-transition-delay: 0.45s, 0.45s;
         -o-transition-delay: 0.45s, 0.45s;
            transition-delay: 0.45s, 0.45s;
  }
  .is-menu .main-menu li:nth-child(7) {
    -webkit-transition-delay: 0.5s, 0.5s;
         -o-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
}
.main-menu a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  position: relative;
  color: #6c6c6c;
}
.main-menu a:hover {
  color: #fff;
}
.main-menu a svg {
  position: absolute;
  bottom: 0;
  left: 0.5em;
  right: 0.5em;
}
.main-menu a svg path {
  fill: none;
  stroke: #fff;
}
.hero-section {
  min-height: 95vh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero-section__wrapper {
  position: relative;
  overflow: hidden;
}
.hero-section__content {
  width: 60%;
  min-width: 36em;
  padding-left: 3.5rem;
  padding-top: 5rem;
  pointer-events: none;
  font-size: 1.2em;
  z-index: 2;
}
.js .hero-section__content {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease, -webkit-transform 0.8s ease;
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.js body.page-loaded .hero-section__content {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.hero-section .scroll-more {
  position: absolute;
  bottom: 8%;
  right: 5%;
  pointer-events: auto;
  text-align: right;
}
.hero-section .scroll-more__text {
  font-size: 1.2rem;
  max-width: 10em;
  font-weight: bold;
  color: #c1c1c1;
  text-align: right;
  margin-bottom: 1em;
}
@media (max-width : 575px) {
  .hero-section .scroll-more {
    display: none;
  }
}
.hero-section__image {
  width: 40%;
  position: relative;
}
.hero-section__image__inner {
  width: 115vh;
  height: 115vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.js .hero-section__image__inner {
  -webkit-transition: opacity 0.7s ease, -webkit-transform 1s ease;
  transition: opacity 0.7s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 0.7s ease;
  transition: transform 1s ease, opacity 0.7s ease;
  transition: transform 1s ease, opacity 0.7s ease, -webkit-transform 1s ease;
  opacity: 0;
  -webkit-transform: translate(-50%, -55%) scale(0.5);
      -ms-transform: translate(-50%, -55%) scale(0.5);
          transform: translate(-50%, -55%) scale(0.5);
}
@media (max-width : 575px) {
  .js .hero-section__image__inner {
    -webkit-transform: translate(0%, 50%) scale(0.5);
        -ms-transform: translate(0%, 50%) scale(0.5);
            transform: translate(0%, 50%) scale(0.5);
  }
}
.js body.page-loaded .hero-section__image__inner {
  opacity: 1;
  -webkit-transform: translate(-50%, -55%) scale(1);
      -ms-transform: translate(-50%, -55%) scale(1);
          transform: translate(-50%, -55%) scale(1);
}
@media (max-width : 575px) {
  .js body.page-loaded .hero-section__image__inner {
    -webkit-transform: translate(0%, 0%) scale(1);
        -ms-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}
.hero-section__image__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/shadow3.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  pointer-events: none;
}
.hero-section__image svg {
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
  stroke-width: 0.8;
}
.hero-section__image img {
  display: block;
  opacity: 0.2;
}
.hero-section__image--static img {
  display: block;
  opacity: 1;
}
@media (max-width : 575px) {
  .hero-section__image--static {
    width: 100% !important;
  }
}
.hero-section__image--static .hero-section__image__inner::after {
  display: none;
}
@media (min-width: 576px) {
  .hero-section__image--static .hero-section__image__inner {
    width: 100vh;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section__image--static .hero-section__image__inner img {
    max-width: 90%;
  }
}
.hero-section h2 {
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  .hero-section h2 {
    font-size: 2.75rem;
  }
}
.hero-section--pirx h2 {
  font-family: "navigo", sans-serif;
}
@media (min-width: 576px) {
  .hero-section--pirx h2 {
    font-size: 3.5rem;
  }
}
.hero-section--pirx p {
  max-width: 30em;
}
.hero-section--pirx .hero-section__content {
  padding-left: 0;
}
.hero-section .pirx {
  max-width: 18rem;
}
@media (max-width : 575px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: calc(100 * var(--vh));
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .hero-section--pirx {
    min-height: unset;
    padding-top: 7em;
  }
  .hero-section__content,
  .hero-section__image {
    width: 100%;
  }
  .hero-section__content {
    padding: 0;
    z-index: 1;
    font-size: 1.25rem;
    min-width: 0;
  }
  .hero-section__content h1,
  .hero-section__content h2,
  .hero-section__content .pirx,
  .hero-section__content p {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .hero-section__content p br {
    display: none;
  }
  .hero-section__image {
    margin-top: 0;
    width: 124%;
  }
  .hero-section__image__inner {
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.highlight {
  margin-bottom: 8rem;
}
.highlight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlight__item__video {
  width: 65%;
}
.highlight__item__video__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.highlight__item__video img,
.highlight__item__video video,
.highlight__item__video iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight__item__video img {
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight__item__text {
  padding: 3rem 0 3rem 3.5rem;
  width: 35%;
}
.highlight__item__text h2 {
  font-size: 2.3rem;
  margin: 0.9em 0 0.5em;
}
.services {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 45.3125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #252525;
  overflow: hidden;
}
.services__bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  max-width: 75rem;
  padding-bottom: 50%;
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 65%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 65%);
  -webkit-transform: translate(-40%, -70%);
      -ms-transform: translate(-40%, -70%);
          transform: translate(-40%, -70%);
}
.services .section-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.services__mark {
  position: absolute;
  top: 0;
  left: -2rem;
  right: -2rem;
  bottom: 0;
}
.services__mark svg {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  stroke: rgba(255, 255, 255, 0.2);
  fill: none;
}
.services__list {
  width: 50%;
  position: relative;
  z-index: 3;
}
.services__list ul {
  list-style: none;
  padding: 0;
  margin: 2.5em 0 0;
  font-weight: 600;
  width: 100%;
}
.services__list li {
  font-size: 2rem;
  display: block;
  margin: 0.15em 0;
}
.services__list li.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.services__list li.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .services__list li {
    padding-right: 1em;
  }
}
.services__list li a {
  display: block;
  color: #7c7c7c;
  text-decoration: none;
}
.services__list li a span {
  display: inline-block;
  padding: 0.25em 0;
  position: relative;
}
.services__list li a:hover {
  color: #fff;
}
.services__list li a.is-active {
  color: #fff;
}
@media (min-width: 576px) {
}
.services__images {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services__images__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
}
.services__images__item.is-active {
  opacity: 1;
  -webkit-transition-duration: 0.2s, 0.4s;
       -o-transition-duration: 0.2s, 0.4s;
          transition-duration: 0.2s, 0.4s;
  z-index: 2;
}
.services__images img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width : 575px) {
  .services {
    padding-top: 0;
    padding-bottom: 0;
  }
  .services__bg {
    background: #191919;
  }
  .services__list {
    width: 100%;
  }
  .services__list li {
    font-size: 1.75rem;
  }
  .services__images {
    opacity: 0.2;
  }
  .services .section-inner {
    padding: 4.625rem 3.25rem 9.375rem;
  }
}
@-webkit-keyframes mark-services-assets {
  from {
    stroke-dashoffset: 1466.1673584;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mark-services-assets {
  from {
    stroke-dashoffset: 1466.1673584;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mark-services-assets path {
  stroke-dasharray: 1466.1673584;
  stroke-dashoffset: 1466.1673584;
}
.is-active .mark-services-assets path {
  -webkit-animation: mark-services-assets 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-assets 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes mark-services-ad {
  from {
    stroke-dashoffset: 4643.51611328;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mark-services-ad {
  from {
    stroke-dashoffset: 4643.51611328;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mark-services-ad path {
  stroke-dasharray: 4643.51611328;
  stroke-dashoffset: 4643.51611328;
}
.is-active .mark-services-ad path {
  -webkit-animation: mark-services-ad 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-ad 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes mark-services-website {
  from {
    stroke-dashoffset: 2142.94873047;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mark-services-website {
  from {
    stroke-dashoffset: 2142.94873047;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mark-services-website path {
  stroke-dasharray: 2142.94873047;
  stroke-dashoffset: 2142.94873047;
}
.is-active .mark-services-website path {
  -webkit-animation: mark-services-website 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-website 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes mark-services-creative {
  from {
    stroke-dashoffset: 6206.35400391;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mark-services-creative {
  from {
    stroke-dashoffset: 6206.35400391;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mark-services-creative path {
  stroke-dasharray: 6206.35400391;
  stroke-dashoffset: 6206.35400391;
}
.is-active .mark-services-creative path {
  -webkit-animation: mark-services-creative 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-creative 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes mark-services-video {
  from {
    stroke-dashoffset: 7713.69580078;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mark-services-video {
  from {
    stroke-dashoffset: 7713.69580078;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mark-services-video path {
  stroke-dasharray: 7713.69580078;
  stroke-dashoffset: 7713.69580078;
}
.is-active .mark-services-video path {
  -webkit-animation: mark-services-video 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-video 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes work-arrow-line {
  from {
    stroke-dashoffset: 1370.17077637;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes work-arrow-line {
  from {
    stroke-dashoffset: 1370.17077637;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes work-arrow-head {
  from {
    stroke-dashoffset: 165.64363098;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes work-arrow-head {
  from {
    stroke-dashoffset: 165.64363098;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.arrow-line {
  stroke-dasharray: 1370.17077637;
  stroke-dashoffset: 1370.17077637;
  stroke: rgba(149, 149, 149, 0.2);
}
.is-visible .arrow-line {
  -webkit-animation: work-arrow-line 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: work-arrow-line 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
.arrow-head {
  stroke-dasharray: 165.64363098;
  stroke-dashoffset: 165.64363098;
  stroke: rgba(149, 149, 149, 0.2);
}
.is-visible .arrow-head {
  -webkit-animation: work-arrow-head 0.25s 0.39s linear 1 forwards;
          animation: work-arrow-head 0.25s 0.39s linear 1 forwards;
}
/*-----------------
Magic Number:

the 0.02620388964 is calculated by this formula:
tan(1.5°) / 2
------------------*/
.our-work {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media (min-width: 576px) {
  .our-work {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
.our-work--related {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width : 575px) {
  .our-work--related {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .case-bg + .our-work--related {
    margin-top: 2rem;
  }
}
.our-work--related .underline::before {
  right: -25%;
}
.our-work__grid {
  margin: 0 -1.875rem 0;
}
@media (min-width: 576px) {
  .our-work__grid {
    margin: 0 -2.2rem 0;
  }
}
.our-work__sizer {
  width: 50%;
}
.our-work__item {
  width: 50%;
  padding: 2.2rem;
}
@media (min-width: 576px) {
  .our-work__item:nth-child(3) .our-work__item__inner,
  .our-work__item:nth-child(7) .our-work__item__inner {
    margin-left: 1.6rem;
  }
  .our-work__item:nth-child(6) .our-work__item__inner {
    margin-right: 2rem;
  }
}
.our-work__item__inner {
  text-decoration: none;
  display: block;
}
.our-work__item__inner:hover .our-work__item__thb {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.our-work__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.our-work__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.our-work__item--header {
  position: relative;
  margin-top: -0.75rem;
  padding-bottom: 5rem;
}
.our-work__item--header__arrow {
  position: absolute;
  right: 0;
  bottom: 3rem;
}
.our-work__item--header__arrow svg {
  width: 20rem;
  fill: none;
  -webkit-transform: rotate(8deg) translate(-14%, 0%);
      -ms-transform: rotate(8deg) translate(-14%, 0%);
          transform: rotate(8deg) translate(-14%, 0%);
}
.our-work__item--header__arrow svg path {
  stroke: rgba(255, 255, 255, 0.2);
}
.our-work__item--header h3 {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
  max-width: 95%;
}
.our-work__item--header h2 {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  margin: 0;
  color: #fff;
}
.our-work__item__badge {
  position: absolute;
  right: 1.5em;
  bottom: 1em;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-left: 1em;
  background: #edd57b;
}
.our-work__item__badge img {
  display: block;
  max-width: 55%;
}
.our-work__item__thb {
  display: inline-block;
  line-height: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91);
  transition: -webkit-transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91);
  -o-transition: transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91);
  transition: transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91);
  transition: transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91), -webkit-transform 0.2s cubic-bezier(0.31, 0.3, 0.52, 0.91);
}
.our-work__item__thb img {
  display: block;
}
.our-work__item__thb--is-badge {
  position: relative;
  overflow: hidden;
}
.our-work__item__thb--is-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(285deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(165deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.our-work__item h4 {
  color: #fff;
  margin: 1em 0 0.25em;
  font-size: 1.2rem;
}
.our-work__item p {
  margin: 0em 0 0.75em;
}
.our-work__more {
  padding-top: 10%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.is-visible .our-work__more svg path {
  -webkit-animation: more-projects-mark 0.7s 0.3s ease 1 forwards;
          animation: more-projects-mark 0.7s 0.3s ease 1 forwards;
}
.our-work__more a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.our-work__more a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.our-work__more a:hover svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.our-work__more a span {
  padding: 0.5em 2em;
}
.our-work__more a svg {
  position: absolute;
  width: 140%;
  top: 60%;
  left: -20%;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 8;
  fill: none;
}
.our-work__more a svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke-dasharray: 3197.38867188;
  stroke-dashoffset: 3197.38867188;
}
@-webkit-keyframes more-projects-mark {
  from {
    stroke-dashoffset: 3197.38867188;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes more-projects-mark {
  from {
    stroke-dashoffset: 3197.38867188;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width : 575px) {
  .our-work {
    overflow: hidden;
  }
  .our-work__item {
    width: 100%;
    padding: 1.1rem 1.875rem;
  }
  .our-work__item--header {
    margin-top: 0;
  }
}
.clients {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem -1rem 0;
}
.clients__list.is-animated .clients__item {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.clients__list.is-animated.is-visible .clients__item {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.clients__list.is-animated.is-visible .clients__item:nth-child(1) {
  -webkit-transition-delay: 0s,0s;
       -o-transition-delay: 0s,0s;
          transition-delay: 0s,0s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(2) {
  -webkit-transition-delay: 0.2s, 0.2s;
       -o-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(3) {
  -webkit-transition-delay: 0.4s, 0.4s;
       -o-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(4) {
  -webkit-transition-delay: 0.6s, 0.6s;
       -o-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(5) {
  -webkit-transition-delay: 0.8s, 0.8s;
       -o-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(6) {
  -webkit-transition-delay: 1s,1s;
       -o-transition-delay: 1s,1s;
          transition-delay: 1s,1s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(7) {
  -webkit-transition-delay: 1.2s, 1.2s;
       -o-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}
.clients__list.is-animated.is-visible .clients__item:nth-child(8) {
  -webkit-transition-delay: 1.4s, 1.4s;
       -o-transition-delay: 1.4s, 1.4s;
          transition-delay: 1.4s, 1.4s;
}
@media (max-width : 575px) {
  .clients__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clients__item {
    width: 33%;
    max-width: 120px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .clients__item img {
    max-height: 2.875rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.clients__item {
  padding: 0.5rem 1rem;
}
.clients__item img,
.clients__item a {
  display: block;
}
.main-footer {
  position: relative;
  font-size: 0.9rem;
  padding-bottom: 16%;
  margin-top: 6rem;
  color: #8b8b8b;
}
.main-footer #footer-shape {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-footer p:last-child {
  margin-bottom: 0;
}
.main-footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.main-footer__left {
  width: 63%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__left h2 {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  font-size: 4.77777778em;
}
.main-footer__left h3 {
  font-family: din-2014, Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: -1em;
  font-size: 1.2rem;
  max-width: 21.25em;
  margin-bottom: 1.25em;
}
.main-footer__right {
  margin-left: auto;
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__right a {
  text-decoration: none;
}
.main-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
.main-footer__contact__item {
  position: relative;
  padding-left: 7.77777778em;
  color: #fff;
}
.main-footer__contact__item__avatar {
  max-width: 5.66666667em;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.main-footer__contact__item__avatar img {
  display: block;
}
.main-footer__contact__item strong {
  display: block;
  color: #8b8b8b;
}
.main-footer__contact__item a {
  color: #dc3738;
  font-size: 1.88888889em;
  font-weight: 800;
  text-decoration: none;
}
.main-footer__contact__item a:hover {
  color: #e51b24;
  text-decoration: underline;
}
.main-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}
@media (max-width : 575px) {
  .main-footer {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
  .main-footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer__bottom {
    margin: 0;
  }
  .main-footer__left {
    width: 100%;
  }
  .main-footer__left h2 {
    font-size: 2.8125rem;
  }
  .main-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer__contact__item {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 50%;
    font-size: 1.125rem;
  }
  .main-footer__contact__item a {
    font-size: 1.33333333em;
  }
  .main-footer__contact__item__avatar {
    width: 50%;
    max-width: 100px;
    left: 0;
  }
  .main-footer__right {
    width: 100%;
    font-size: 1.2em;
  }
}
.offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  line-height: 1.66666667;
}
.offices__item {
  width: 50%;
  padding: 0 1rem;
}
@media (max-width : 575px) {
  .offices {
    margin: 2em 0 3em;
  }
  .offices__item {
    padding: 0;
  }
}
.copyrights {
  width: 50%;
  padding: 0.5rem 1rem 0;
  line-height: 1.66666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyrights img,
.copyrights .logo {
  max-width: 2.33333333em;
  display: block;
}
@media (max-width : 575px) {
  .copyrights {
    padding-left: 0;
    padding-right: 0;
  }
}
.copyrights .logo path {
  fill: #5e5e5e;
}
.socials {
  width: 50%;
  padding: 0 1rem;
  list-style: none;
  margin: 0;
  line-height: 1.66666667;
}
@media (max-width : 575px) {
  .socials {
    padding-left: 0;
    padding-right: 0;
  }
}
.socials a:hover {
  text-decoration: underline;
  color: #fff;
}
.socials li:first-child {
  font-weight: 700;
}
.groupone {
  margin-top: 2.5rem;
}
.groupone img {
  vertical-align: middle;
  margin-left: 0.4em;
}
.groupone a {
  opacity: 0.4;
}
.groupone a:hover {
  opacity: 1;
}
@-webkit-keyframes global-dot {
  from {
    stroke-dashoffset: 142.5254364;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-dot {
  from {
    stroke-dashoffset: 142.5254364;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-dot {
  stroke-dasharray: 142.5254364;
  stroke-dashoffset: 142.5254364;
  stroke: #dc3738;
  stroke-width: 1;
}
.is-visible .global-dot {
  -webkit-animation: global-dot 0.6s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: global-dot 0.6s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
@-webkit-keyframes global-line1 {
  from {
    stroke-dashoffset: 1706.80834961;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line1 {
  from {
    stroke-dashoffset: 1706.80834961;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line1 {
  stroke-dasharray: 1706.80834961;
  stroke-dashoffset: 1706.80834961;
}
.is-visible .global-line1 {
  -webkit-animation: global-line1 1.4s 0s cubic-bezier(0.59, 1, 0.53, 1) 1 forwards;
          animation: global-line1 1.4s 0s cubic-bezier(0.59, 1, 0.53, 1) 1 forwards;
}
@-webkit-keyframes global-line2 {
  from {
    stroke-dashoffset: 1630.45178223;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line2 {
  from {
    stroke-dashoffset: 1630.45178223;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line2 {
  stroke-dasharray: 1630.45178223;
  stroke-dashoffset: 1630.45178223;
}
.is-visible .global-line2 {
  -webkit-animation: global-line2 1.2s 0.4s cubic-bezier(0.59, 1, 0.53, 1) 1 forwards;
          animation: global-line2 1.2s 0.4s cubic-bezier(0.59, 1, 0.53, 1) 1 forwards;
}
@-webkit-keyframes global-line3 {
  from {
    stroke-dashoffset: 512.35552979;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line3 {
  from {
    stroke-dashoffset: 512.35552979;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line3 {
  stroke-dasharray: 512.35552979;
  stroke-dashoffset: 512.35552979;
}
.is-visible .global-line3 {
  -webkit-animation: global-line3 1s 0.7s cubic-bezier(0.08, 0.98, 0.83, 1) 1 forwards;
          animation: global-line3 1s 0.7s cubic-bezier(0.08, 0.98, 0.83, 1) 1 forwards;
}
@-webkit-keyframes global-line4 {
  from {
    stroke-dashoffset: 464.47360229;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line4 {
  from {
    stroke-dashoffset: 464.47360229;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line4 {
  stroke-dasharray: 464.47360229;
  stroke-dashoffset: 464.47360229;
}
.is-visible .global-line4 {
  -webkit-animation: global-line4 0.6s 0.9s cubic-bezier(0.08, 0.98, 0.83, 1) 1 forwards;
          animation: global-line4 0.6s 0.9s cubic-bezier(0.08, 0.98, 0.83, 1) 1 forwards;
}
@-webkit-keyframes global-line5 {
  from {
    stroke-dashoffset: 399.46252441;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line5 {
  from {
    stroke-dashoffset: 399.46252441;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line5 {
  stroke-dasharray: 399.46252441;
  stroke-dashoffset: 399.46252441;
}
.is-visible .global-line5 {
  -webkit-animation: global-line5 0.6s 1s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
          animation: global-line5 0.6s 1s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
}
@-webkit-keyframes global-line6 {
  from {
    stroke-dashoffset: 260.66119385;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line6 {
  from {
    stroke-dashoffset: 260.66119385;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line6 {
  stroke-dasharray: 260.66119385;
  stroke-dashoffset: 260.66119385;
}
.is-visible .global-line6 {
  -webkit-animation: global-line6 0.8s 1.1s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
          animation: global-line6 0.8s 1.1s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
}
@-webkit-keyframes global-line7 {
  from {
    stroke-dashoffset: 215.68013;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes global-line7 {
  from {
    stroke-dashoffset: 215.68013;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-line7 {
  stroke-dasharray: 215.68013;
  stroke-dashoffset: 215.68013;
}
.is-visible .global-line7 {
  -webkit-animation: global-line7 0.8s 1.2s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
          animation: global-line7 0.8s 1.2s cubic-bezier(0.58, 0.94, 0.5, 0.94) 1 forwards;
}
.global {
  min-height: 57rem;
  padding: 20rem 0 0;
  margin-top: -20rem;
  position: relative;
  overflow: hidden;
}
.global__map {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 96rem;
  height: 69rem;
  background: url(../img/map3.png) no-repeat 50% 50%;
  background-size: auto 69rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.global__map svg {
  width: 96rem;
  height: 69rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
}
@media (max-width : 575px) {
  .global__map {
    height: auto;
    width: 127%;
    padding-bottom: 90%;
    margin-top: -15%;
    background-size: auto 100%;
    -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-46%);
            transform: translateX(-46%);
  }
  .global__map svg {
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.global__text {
  max-width: 31rem;
  text-align: center;
  padding-top: 7rem;
  margin: 0 auto;
}
.global__text p {
  max-width: 27.5em;
  margin-left: auto;
  margin-right: auto;
}
.global__text h3 {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  margin-top: 0;
}
.global__text h3.is-animated,
.global__text p.is-animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}
.global__text h3.is-animated.is-visible,
.global__text p.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .global__text {
    -webkit-transform: translateX(-9%);
        -ms-transform: translateX(-9%);
            transform: translateX(-9%);
  }
}
@media (max-width : 575px) {
  .global {
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 5%;
    margin-top: 0;
  }
  .global__text {
    padding-top: 35%;
    font-size: 1.25rem;
  }
  .global__text h3 {
    font-size: 3rem;
    max-width: 6em;
    margin-left: auto;
    margin-right: auto;
  }
}
.team {
  margin-top: 8rem;
  margin-bottom: 8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width : 575px) {
  .team {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.team #team-shape {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 28rem;
}
.team .section-inner {
  position: relative;
}
.team__text {
  margin-left: 55%;
  margin-right: 5%;
  position: relative;
  z-index: 2;
}
.team__text__inner {
  padding: 2em 3em;
}
@media (max-width : 575px) {
  .team__text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .team__text__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.team p.is-animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}
.team p.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team__slider {
  height: 22vw;
  min-height: 17rem;
  position: relative;
}
.team__slider__item {
  position: absolute;
}
.team__slider__item.move-forward {
  z-index: 90 !important;
}
@media (max-width : 575px) {
  .team__slider__item.move-forward {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 25, 25, 0.85);
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    width: auto !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.team__slider__inner {
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 4rem;
}
@media (max-width : 575px) {
  .team__slider__inner {
    left: 0;
    right: 0;
  }
}
.team__slider__inner.resize {
  opacity: 0;
}
.team.paused .team__text {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.team.paused .gongster__avatar::after {
  opacity: 1;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes avatar1 {
  0% {
    -webkit-transform: translate(0, 12%);
            transform: translate(0, 12%);
  }
  100% {
    -webkit-transform: translate(0, -12%);
            transform: translate(0, -12%);
  }
}
@keyframes avatar1 {
  0% {
    -webkit-transform: translate(0, 12%);
            transform: translate(0, 12%);
  }
  100% {
    -webkit-transform: translate(0, -12%);
            transform: translate(0, -12%);
  }
}
@-webkit-keyframes avatar2 {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
@keyframes avatar2 {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
@-webkit-keyframes avatar3 {
  0% {
    -webkit-transform: translate(0, 9%);
            transform: translate(0, 9%);
  }
  100% {
    -webkit-transform: translate(0, -9%);
            transform: translate(0, -9%);
  }
}
@keyframes avatar3 {
  0% {
    -webkit-transform: translate(0, 9%);
            transform: translate(0, 9%);
  }
  100% {
    -webkit-transform: translate(0, -9%);
            transform: translate(0, -9%);
  }
}
@-webkit-keyframes avatar4 {
  0% {
    -webkit-transform: translate(0, 8%);
            transform: translate(0, 8%);
  }
  100% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
}
@keyframes avatar4 {
  0% {
    -webkit-transform: translate(0, 8%);
            transform: translate(0, 8%);
  }
  100% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
}
@-webkit-keyframes avatar-pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes avatar-pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.gongster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gongster.active {
  z-index: 90;
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
@media (max-width : 575px) {
  .gongster.active {
    max-width: 18.5rem;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .gongster.active::before {
    content: '+';
    font-size: 3em;
    line-height: 1;
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gongster.active .gongster__avatar {
    width: 50%;
    margin: 0 auto 1rem;
    padding-bottom: 50%;
    -webkit-animation: unset;
            animation: unset;
  }
}
.gongster.active .gongster__avatar {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.gongster.active .gongster__avatar::after {
  display: none;
}
.gongster.active .gongster__desc {
  opacity: 1;
  pointer-events: auto;
}
.gongster__desc {
  position: absolute;
  left: 100%;
  top: 0;
  width: 18.5rem;
  padding-left: 1em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width : 575px) {
  .gongster__desc {
    position: relative;
    left: auto !important;
    right: auto !important;
    padding: 0;
    max-width: 18.5rem;
    width: 100%;
    text-align: center;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
}
@media (min-width: 576px) {
  .gongster__desc::before {
    content: "";
    position: absolute;
    top: 1em;
    left: 1em;
    right: -1em;
    bottom: -1em;
    background: #191919;
    border-radius: 2em;
    -webkit-box-shadow: 0 0 2em 2em #191919;
            box-shadow: 0 0 2em 2em #191919;
    opacity: 0.9;
  }
}
.gongster__desc--left {
  left: auto;
  right: 100%;
  padding-right: 1em;
  padding-left: 0;
}
.gongster__desc--left::before {
  left: 1em;
  right: 2em;
}
.gongster__desc h3,
.gongster__desc h4,
.gongster__desc p {
  position: relative;
}
.gongster__desc h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
}
.gongster__desc h4 {
  margin-top: 0.5em;
  font-size: 0.9rem;
  color: #dc3738;
}
.gongster--size-1 {
  width: 74%;
}
.gongster--size-2 {
  width: 64%;
}
.gongster--size-3 {
  width: 60%;
}
.gongster--size-4 {
  width: 58%;
}
.gongster--size-5 {
  width: 54%;
}
.gongster--size-6 {
  width: 50%;
}
.gongster--size-7 {
  width: 46%;
}
.gongster--size-8 {
  width: 42%;
}
.gongster--size-9 {
  width: 38%;
}
.gongster__avatar {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #eee 50% 50% / cover;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.gongster__avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gongster img {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 103%;
  height: 103%;
}
.gongster span {
  position: absolute;
  line-height: 1;
  color: #000;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
      -ms-transform: translateY(-50%, -50%);
          transform: translateY(-50%, -50%);
  z-index: 1;
}
.hero-case {
  position: relative;
  overflow: hidden;
}
.hero-case .section-inner {
  min-height: 46.875vw;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5em;
  padding-bottom: 2em;
  position: relative;
}
.hero-case .scroll-more {
  position: absolute;
  bottom: 8vh;
  right: 7vw;
  pointer-events: auto;
}
.hero-case__client {
  margin: 0 auto;
  max-width: 7rem;
}
.hero-case__client img {
  display: block;
  margin: 0 auto;
}
.hero-case__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% 50% / cover;
  background: #000;
}
.hero-case__bg img {
  opacity: 0.35;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-case .section-inner {
  position: relative;
  text-align: center;
}
.hero-case p {
  font-size: 1rem;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1em 0;
}
.hero-case h1 {
  font-size: 4.3rem;
  line-height: 1.06976744;
  padding-bottom: 0.1em;
  margin-top: 0;
}
@media (max-width : 575px) {
  .hero-case .section-inner {
    padding-top: 6em;
    padding-bottom: 4em;
    min-height: 60vh;
  }
  .hero-case h1 {
    font-size: 2.5rem;
    margin-top: 0.25em;
  }
  .hero-case .scroll-more {
    display: none;
  }
}
.case-bg {
  overflow: hidden;
}
.case-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9rem 0;
  position: relative;
}
.case-grid__header {
  margin-bottom: 1.65em;
}
.case-grid__header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.case-grid__header svg {
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
}
.case-grid__header svg path {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1px;
}
.case-grid__header h2 {
  margin: 0;
  padding: 0.3em 0;
  font-size: 3.5rem;
}
.case-grid__header h3 {
  font-size: 2.4rem;
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  max-width: 90%;
}
.case-grid__video {
  width: 55%;
  position: relative;
}
.case-grid__video.is-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.case-grid:nth-of-type(odd) .case-grid__video.is-animated {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.case-grid:nth-of-type(odd) .case-grid__video.is-animated.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__video.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__image {
  width: 55%;
  position: relative;
}
.case-grid__image img {
  display: block;
}
.case-grid__image img.img-center {
  margin-left: auto;
  margin-right: auto;
}
.case-grid__image img.is-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.case-grid:nth-of-type(odd) .case-grid__image img.is-animated {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.case-grid:nth-of-type(odd) .case-grid__image img.is-animated.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__image img.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__image__arrow {
  width: 100%;
  max-width: 20rem;
  position: absolute;
}
.case-grid__text {
  width: 45%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.case-grid__text.align-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.case-grid__text.is-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.case-grid:nth-of-type(odd) .case-grid__text.is-animated {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.case-grid:nth-of-type(odd) .case-grid__text.is-animated.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__text.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.case-grid__text-2 {
  width: 55%;
  padding-left: 10%;
  padding-right: 5%;
}
.case-grid__text-2.is-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.case-grid:nth-of-type(odd) .case-grid__text-2.is-animated {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.case-grid:nth-of-type(odd) .case-grid__text-2.is-animated.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid__text-2.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.case-grid:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case-grid:nth-of-type(odd) .case-grid__text-2 {
  padding-left: 5%;
  padding-right: 10%;
}
.case-grid:nth-of-type(odd) .case-grid__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.case-grid:nth-of-type(even) .case-grid__text {
  padding-right: 1.5rem;
}
.case-grid:nth-of-type(even) .case-grid__image__arrow {
  right: 105%;
  bottom: 80%;
}
.case-grid:nth-of-type(even) .case-grid__image__arrow svg {
  -webkit-transform: scale(-1, 1) rotate(100deg);
      -ms-transform: scale(-1, 1) rotate(100deg);
          transform: scale(-1, 1) rotate(100deg);
}
.case-grid:nth-of-type(even) .case-grid__image__arrow--right {
  left: -5%;
  right: auto;
}
.case-grid:nth-of-type(even) .case-grid__image__arrow--right svg {
  -webkit-transform: rotate(110deg);
      -ms-transform: rotate(110deg);
          transform: rotate(110deg);
}
.case-grid:nth-of-type(even) .case-grid__image img {
  margin-left: auto;
}
@media (max-width : 575px) {
  .case-grid {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .case-grid:nth-of-type(odd),
  .case-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-grid:nth-of-type(odd) .case-grid__text,
  .case-grid .case-grid__text,
  .case-grid:nth-of-type(odd) .case-grid__image,
  .case-grid .case-grid__image,
  .case-grid:nth-of-type(odd) .case-grid__text-2,
  .case-grid .case-grid__text-2,
  .case-grid:nth-of-type(odd) .case-grid__video,
  .case-grid .case-grid__video {
    width: 100%;
  }
  .case-grid:nth-of-type(odd) .case-grid__text,
  .case-grid .case-grid__text,
  .case-grid:nth-of-type(odd) .case-grid__text-2,
  .case-grid .case-grid__text-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .case-grid:nth-of-type(odd) .case-grid__image,
  .case-grid .case-grid__image {
    margin-top: 2rem;
  }
}
.video-section {
  margin: 9rem 0;
  position: relative;
}
@media (max-width : 575px) {
  .video-section {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.video-section.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.video-section.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.video-section__inner {
  padding-bottom: 56.25%;
  position: relative;
}
@media (min-width: 576px) {
  .video-section__inner {
    padding-bottom: 56.25%;
  }
}
.video-section__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.video-section--played .video-section__poster {
  opacity: 0;
  pointer-events: none;
}
.video-section--played .video-section__video {
  opacity: 1;
  z-index: 1;
}
.result {
  margin: 9rem auto;
}
@media (max-width : 575px) {
  .result {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.result__header.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.result__header.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.result__numbers {
  list-style: none;
  padding: 0;
  margin: 4em 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}
.result__numbers li {
  width: 33.3%;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 2em;
}
.result__numbers li > div {
  padding: 0 2rem;
  max-width: 22rem;
}
.result__numbers li.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.result__numbers li.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.result__numbers li.mark strong {
  position: relative;
}
.result__numbers li.mark strong::before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -10%;
  background: url(../img/mark.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 8%;
  z-index: -1;
}
.result__numbers li strong {
  font-weight: 300;
  font-family: pt-serif-pro, sans-serif;
  color: transparent;
  font-size: 2.41666667em;
  line-height: 1.2;
  margin-right: 0.3em;
  position: relative;
  display: inline-block;
}
.result__numbers li strong .number-animation {
  color: #e51b24;
}
.result__numbers li strong:not(.nb-counter) {
  color: #e51b24;
}
.result__numbers li span {
  display: block;
  color: #fff;
}
.result__numbers li span:first-child {
  margin-top: 0.25em;
}
@media (max-width : 575px) {
  .result__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .result__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .result__numbers li {
    width: 100%;
  }
  .result__image {
    width: 100%;
  }
}
.case-image-columns {
  margin: 9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width : 575px) {
  .case-image-columns {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.case-image-columns__col {
  width: 50%;
  padding: 2.5%;
}
.case-image-columns__col.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.case-image-columns__col.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-image-columns img {
  display: block;
  margin: 0 auto;
}
.case-image {
  margin: 9rem 0;
}
@media (max-width : 575px) {
  .case-image {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.case-image.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.case-image.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-image img {
  display: block;
  margin: 0 auto;
}
.case-thanks {
  margin: 9rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: pt-serif-pro, sans-serif;
  color: #fff;
}
.two-columns-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.two-columns-text__col {
  width: 50%;
  padding: 2em;
  margin-top: 6rem;
}
.two-columns-text__col.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.two-columns-text__col.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.two-columns-text__col:nth-child(even) {
  margin-top: 6rem;
}
@media (max-width : 575px) {
  .two-columns-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .two-columns-text__col {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .two-columns-text__col:nth-child(even) {
    margin-top: 0;
  }
}
.image-grid-rotation {
  max-width: 80rem;
  margin: 9rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
.image-grid-rotation__item {
  padding-bottom: 100%;
  position: relative;
}
.image-grid-rotation__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width : 575px) {
  .image-grid-rotation {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.sm-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.sm-grid__col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.sm-grid__col img {
  border-radius: 10px;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sm-grid__col img.is-active {
  opacity: 1;
}
.sm-grid__col:nth-of-type(2n) {
  padding-top: 6rem;
}
.sm-grid__col.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.sm-grid__col.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width : 575px) {
  .sm-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6%;
  }
  .sm-grid__col {
    max-width: 47%;
  }
}
.ai-functions {
  margin: 9rem 0;
}
@media (min-width: 576px) {
}
.ai-functions__header {
  max-width: 30rem;
}
.ai-functions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}
.ai-functions__menu {
  width: 25%;
  max-width: 19rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ai-functions__menu li {
  margin: 1.5em 0;
  max-width: 16.5em;
}
.ai-functions__menu a {
  display: block;
  text-decoration: none;
  color: #7b7a7a;
  position: relative;
  max-width: 15em;
}
.ai-functions__menu a strong {
  font-size: 1.66666667em;
  display: block;
}
.ai-functions__menu a.is-active {
  color: #fff;
}
.ai-functions__menu a:hover {
  color: #fff;
}
.ai-functions__menu__mark {
  position: absolute;
  top: -2rem;
  left: -3rem;
  right: 0;
  bottom: -2rem;
}
.ai-functions__menu__mark svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: rgba(255, 255, 255, 0.2);
  fill: none;
}
.ai-functions__menu__mark svg path {
  stroke-dasharray: 1466.1673584;
  stroke-dashoffset: 1466.1673584;
}
.is-active .ai-functions__menu__mark svg path {
  -webkit-animation: mark-services-assets 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
          animation: mark-services-assets 0.4s 0s cubic-bezier(0.18, 0.1, 0.85, 0.61) 1 forwards;
}
.ai-functions__slider {
  position: absolute;
  right: 0;
  bottom: 1px;
  top: 7.3381295%;
  left: 5.81289737%;
}
.ai-functions__slider img,
.ai-functions__slider video {
  display: block;
  width: 100%;
}
.ai-functions__slider__item .unmute {
  background: url(../img/unmute.gif) no-repeat 50% 50% / contain;
  width: 4.85rem;
  height: 4.85rem;
  border: 0;
  border-radius: 0;
  position: absolute;
  display: block;
  right: 5%;
  top: 10%;
  z-index: 3;
  cursor: pointer;
  padding: 0;
}
.ai-functions__slider__item video[muted=false] + .unmute {
  display: none;
}
.ai-functions__browser {
  width: 75%;
  max-width: 1101px;
}
.ai-functions__browser__inner {
  padding-bottom: 62.61261261%;
  position: relative;
}
.ai-functions__browser__inner::before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background: url(../img/slack-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 107.81108084%;
  height: 149.64028777%;
  pointer-events: none;
}
.ai-functions__browser__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/slack.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 0 1px #191919;
          box-shadow: 0 0 0 1px #191919;
  pointer-events: none;
}
@media (max-width : 575px) {
  .ai-functions {
    margin-bottom: 4em;
  }
  .ai-functions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai-functions__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: unset;
    gap: 2em;
    margin-bottom: 1.5em;
  }
  .ai-functions__menu li {
    width: calc(50% - 1em);
    margin: 0;
  }
  .ai-functions__browser {
    width: 100%;
  }
}
.ai-content {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
  margin-bottom: 6rem;
}
@media (min-width: 576px) {
  .ai-content {
    margin-top: -22rem;
    padding-left: 3.5rem;
  }
}
.ai-content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
}
.ai-content__grid > div.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ai-content__grid > div.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ai-content__image {
  width: calc(60% - 1.5em);
}
.ai-content__text {
  width: calc(40% - 1.5em);
}
.ai-content__text h3 {
  color: #7b7a7a;
}
@media (min-width: 576px) {
  .ai-content__text {
    margin-top: 2.5em;
  }
  .ai-content__text h3 {
    font-size: 2em;
  }
}
.ai-content__quote {
  width: 42%;
  color: #fff;
  font-family: "navigo", sans-serif;
  font-size: 1.25em;
}
@media (min-width: 576px) {
  .ai-content__quote {
    font-size: 1.5em;
  }
  .ai-content__quote:nth-child(3) {
    margin-left: 5%;
    width: 44%;
  }
  .ai-content__quote:nth-child(4) {
    margin-top: 1.5em;
  }
}
.ai-content__author {
  font-size: 1rem;
  color: #8b8b8b;
  margin-top: 3em;
}
.ai-content__author strong {
  color: #fff;
  display: block;
}
@media (max-width : 575px) {
  .ai-content__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
  .ai-content__image,
  .ai-content__text,
  .ai-content__quote {
    width: 100%;
    max-width: unset;
  }
}
.ai-page-header {
  max-width: 34rem;
}
.ai-page-header h2 {
  font-family: "navigo", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
}
.ai-page-header h2 b {
  font-weight: 400;
}
@media (min-width: 576px) {
  .ai-page-header h2 {
    font-size: 4rem;
  }
}
.ai-page-header p {
  font-size: 1.2em;
  max-width: 25em;
}
.ai-page-header h4 {
  max-width: 15em;
  font-size: 1.75em;
  color: #7b7a7a;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.ai-page-header.is-animated h2,
.ai-page-header.is-animated p {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ai-page-header.is-animated p {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ai-page-header.is-animated.is-visible h2,
.ai-page-header.is-animated.is-visible p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .ai-case {
    padding-right: 3.5rem;
  }
}
.ai-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.ai-case__item.is-animated .ai-case__item__thb,
.ai-case__item.is-animated .ai-case__item__text {
  opacity: 0;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ai-case__item.is-animated .ai-case__item__text {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ai-case__item.is-animated.is-visible .ai-case__item__thb,
.ai-case__item.is-animated.is-visible .ai-case__item__text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.ai-case__item__thb {
  width: 50%;
}
.ai-case__item__thb video {
  max-width: 100%;
}
.ai-case__item__text {
  width: 50%;
  max-width: 25rem;
  padding-top: 2em;
}
.ai-case__item__text p {
  margin-bottom: 2em;
}
.ai-case__item__text h3 {
  font-size: 2.5rem;
  max-width: 8em;
  color: #7b7a7a;
}
@media (max-width : 575px) {
  .ai-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3em;
    gap: 1.5em;
  }
  .ai-case__item__thb,
  .ai-case__item__text {
    width: 100%;
  }
}
.pirx-shape {
  position: relative;
  margin-top: -3rem;
}
.pirx-shape::before {
  content: "";
  position: absolute;
  background: url(../img/pirx-mask.png) no-repeat 50% 70% / contain;
  width: 45%;
  height: 100%;
  z-index: 2;
  left: 5%;
}
@media (max-width : 575px) {
  .pirx-shape::before {
    width: 80%;
  }
}
.pirx-shape::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(25, 25, 25, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0)), to(#191919));
  background: -o-linear-gradient(top, rgba(25, 25, 25, 0) 0%, #191919 100%);
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 100%);
}
.pirx-shape #team-shape {
  left: 0;
  width: 100%;
  height: 28rem;
}
.pirx-font {
  font-family: "navigo", sans-serif !important;
  font-weight: 400 !important;
}
.video-mockup-simple {
  overflow: hidden;
  border-radius: 2em;
  border: 2px solid #4B4B44;
}
.video-mockup {
  padding-top: 6.9%;
  padding-bottom: 0.07604563%;
  position: relative;
}
.video-mockup::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/ai/mockup.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.video-mockup video {
  width: 100%;
  display: block;
}
.ai-assets {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.ai-assets > div.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ai-assets > div.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width : 575px) {
  .ai-assets {
    margin-top: 5rem;
    margin-bottom: 5em;
  }
  .ai-assets .video-mockup {
    margin-bottom: 3rem;
  }
}
.video-mockup-sizer {
  max-width: 140vh;
  margin: 0 auto;
}
.ai-animatic {
  margin: 9rem 0;
}
@media (max-width : 575px) {
  .ai-animatic {
    margin-top: 3rem;
    margin-bottom: 6.5em;
  }
  .ai-animatic__video-wrapper {
    margin-bottom: 3rem;
  }
  .ai-animatic p:first-child {
    margin-top: 0;
  }
  .ai-animatic p:last-child {
    margin-bottom: 0;
  }
}
.ai-animatic h4 {
  color: #c1c1c1;
}
.ai-animatic > div.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ai-animatic > div.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ai-animatic__arrow {
  display: none;
}
.ai-animatic__video-wrapper {
  position: relative;
}
.ai-animatic__video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.ai-animatic__video-wrapper .animatic-video-2 {
  position: absolute;
  border-radius: 0.5em;
  bottom: -8%;
  left: 0;
  width: 38%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ai-animatic__video-wrapper .animatic-video-2 img {
  display: block;
}
.ai-animatic__video-wrapper.hide-thumbnail .animatic-video-2 {
  opacity: 0;
}
@media (min-width: 576px) {
  .ai-animatic p {
    font-size: 1.2em;
    line-height: 1.25;
  }
  .ai-animatic p:first-child {
    margin-top: 0;
  }
  .ai-animatic p:last-child {
    margin-bottom: 0;
  }
  .ai-animatic .ai-page-header {
    max-width: unset;
  }
  .ai-animatic__arrow {
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
  }
  .ai-animatic__arrow svg {
    width: 14rem;
    fill: none;
    -webkit-transform: rotate(50deg) translate(-24%, 18%) scale(1, -1);
        -ms-transform: rotate(50deg) translate(-24%, 18%) scale(1, -1);
            transform: rotate(50deg) translate(-24%, 18%) scale(1, -1);
  }
  .ai-animatic__arrow svg path {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .ai-animatic__text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
    gap: 2rem;
    margin-top: 8em;
  }
}
.animatic-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin: 9rem 0;
}
.animatic-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  .animatic-steps__item:not(:first-child)::after {
    content: "";
    position: absolute;
    left: -1em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1em;
    background: no-repeat url(../img/simple-arrow.svg) 50% 50% / contain;
    width: 4.5rem;
    height: 0.6em;
    opacity: 0.3;
  }
  .animatic-steps__item.is-animated::after {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  .animatic-steps__item.is-animated.is-visible::after {
    opacity: 0.3;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.animatic-steps__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.animatic-steps__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.animatic-steps__item img {
  display: block;
  margin: auto auto;
}
.animatic-steps__item video {
  display: block;
  margin: auto auto;
  border-radius: 0.75em;
}
.animatic-steps__item p {
  justify-self: flex-end;
  margin: 0.5em 0 0;
  font-size: 2rem;
  color: #fff;
}
@media (max-width : 575px) {
  .animatic-steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
  .animatic-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .animatic-steps__item p {
    margin: 0 0 0.5em;
  }
  .animatic-steps__item:not(:last-child) {
    padding-bottom: 5.5em;
  }
  .animatic-steps__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-100%) rotate(90deg);
            transform: translateX(-50%) translateY(-100%) rotate(90deg);
    bottom: 0;
    background: no-repeat url(../img/simple-arrow.svg) 50% 50% / contain;
    width: 4.5rem;
    height: 0.6em;
    opacity: 0.3;
  }
  .animatic-steps__item.is-animated::after {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%) translateY(-2.5em) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-2.5em) rotate(90deg);
            transform: translateX(-50%) translateY(-2.5em) rotate(90deg);
  }
  .animatic-steps__item.is-animated.is-visible::after {
    opacity: 0.3;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transform: translateX(-50%) translateY(-1.5em) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-1.5em) rotate(90deg);
            transform: translateX(-50%) translateY(-1.5em) rotate(90deg);
  }
}
.bmw-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width : 575px) {
  .bmw-grid {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.bmw-grid__sizer {
  width: 33.33%;
}
.bmw-grid__item {
  width: 33.33%;
  padding: 4%;
}
.bmw-grid__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.bmw-grid__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.bmw-grid__item--p1 {
  padding-top: 8rem;
}
.bmw-grid__item--p2 {
  padding-top: 8rem;
}
.bmw-grid__item--p2 {
  margin-top: -4rem;
}
.bmw-grid__item img {
  display: block;
  margin: 0 auto;
}
.bmw-grid__item--w2 {
  width: 66.66%;
}
.bmw-grid__item--w3 {
  width: 100%;
}
.bmw-grid--newsletter .bmw-grid__sizer,
.bmw-grid--newsletter .bmw-grid__item {
  width: 50%;
}
.bmw-grid__quote {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 2.5rem;
  color: #fff;
}
.bmw-grid__stat {
  font-family: pt-serif-pro, sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
  font-size: 2.25rem;
  padding-left: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}
.bmw-grid__stat__arrow {
  position: absolute;
  left: 20%;
  bottom: 10%;
  pointer-events: none;
}
.bmw-grid__stat__arrow svg {
  width: 20rem;
  -webkit-transform: rotate(100deg) translate(-50%, -80%);
      -ms-transform: rotate(100deg) translate(-50%, -80%);
          transform: rotate(100deg) translate(-50%, -80%);
}
.bmw-grid__stat strong {
  font-weight: 300;
  display: block;
  color: transparent;
  font-size: 2.66666667em;
  line-height: 1;
}
.bmw-grid__stat strong .number-animation {
  color: #fff;
}
@media (max-width : 575px) {
  .bmw-grid__sizer {
    width: 50%;
  }
  .bmw-grid__item {
    width: 50%;
    padding: 2%;
  }
  .bmw-grid__item--w2,
  .bmw-grid__item--w3 {
    width: 100%;
  }
  .bmw-grid__item--p1 {
    padding-top: 2rem;
  }
  .bmw-grid__item--p2 {
    padding-top: 0;
  }
  .bmw-grid__item--p3 {
    margin-top: 0;
  }
  .bmw-grid__quote {
    font-size: 1.75rem;
  }
  .bmw-grid__stat {
    font-size: 1.75rem;
  }
}
.bmw-full {
  width: 100%;
  height: 62.75rem;
  height: min(62.75rem, 65.36458333vw);
  background: no-repeat 50% 50%;
  background-size: auto 100%;
  margin-top: -12%;
  margin-bottom: -12%;
}
.bmw-full.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.bmw-full.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.lupin-img-2 {
  margin-right: auto;
  margin-left: 2% !important;
}
.lupin-img-3 {
  margin-top: -10%;
}
.lupin-full img {
  display: block;
  margin: 0 auto;
}
@media (max-width : 575px) {
  .lupin-img-2 {
    margin-left: auto !important;
  }
  .lupin-img-3 {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.fc-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width : 575px) {
  .fc-grid {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    margin-left: -2%;
    margin-right: -2%;
  }
}
.fc-grid__sizer {
  width: 25%;
}
.fc-grid__item {
  width: 25%;
  padding: 3%;
}
.fc-grid__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fc-grid__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fc-grid__item img {
  display: block;
  margin: 0 auto;
}
.fc-grid__item--w2 {
  width: 50%;
}
.fc-grid__item:nth-child(2) {
  margin-top: 8rem;
}
.fc-grid__item:nth-child(4) {
  margin-top: 3rem;
}
.fc-grid__item:nth-child(7) {
  margin-top: 3rem;
}
@media (max-width : 575px) {
  .fc-grid__sizer {
    width: 50%;
  }
  .fc-grid__item {
    width: 50%;
    padding: 2%;
  }
  .fc-grid__item--w2 {
    width: 100%;
  }
  .fc-grid__item:nth-child(2) {
    margin-top: 0;
  }
  .fc-grid__item:nth-child(4) {
    margin-top: 2rem;
  }
  .fc-grid__item:nth-child(7) {
    margin-top: 1rem;
  }
}
.fc-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.fc-process svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fc-process svg path {
  fill: #818181;
}
.fc-process__item {
  width: 25%;
  text-align: center;
}
.fc-process__item h4 {
  font-family: pt-serif-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}
.fc-process__ico {
  width: 7.5rem;
  max-width: 100%;
  height: 7.5rem;
}
.fc-process__sep {
  width: 10%;
  padding-top: 5%;
}
.fc-process__plus {
  width: 4rem;
  max-width: 100%;
}
.fc-process__item.is-animated,
.fc-process__sep.is-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.fc-process__item.is-animated.is-visible,
.fc-process__sep.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width : 575px) {
  .fc-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fc-process__item {
    width: 100%;
  }
  .fc-process__sep {
    width: 100%;
    padding: 10% 0 15%;
  }
}
.fc-screen {
  max-width: 30rem;
}
@media (max-width : 575px) {
  .fc-screen {
    max-width: 100%;
  }
}
.fc-arrow-1 {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 30%;
}
.fc-arrow-1 svg {
  width: 100%;
  fill: rgba(149, 149, 149, 0.1);
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (max-width : 575px) {
  .fc-arrow-1 {
    width: 45%;
  }
}
.fc-arrow-2 {
  position: absolute;
  top: -81%;
  right: -11%;
  width: 25%;
}
@media (max-width : 575px) {
  .fc-arrow-2 {
    top: -36%;
    right: -25%;
    width: 60%;
  }
}
.fc-arrow-2 svg {
  width: 100%;
  fill: rgba(149, 149, 149, 0.1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.n-section-inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.n-grid-1 {
  width: 100%;
}
.n-grid-1__sizer {
  width: 1%;
}
.n-grid-1 img {
  display: block;
  margin: 0 auto;
}
.n-grid-1__item {
  padding: 2%;
}
.n-grid-1__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.n-grid-1__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.n-grid-1__item--s1 {
  width: 35%;
}
.n-grid-1__item--s2 {
  width: 39%;
}
.n-grid-1__item--s3 {
  width: 26%;
}
.n-grid-2 {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-grid-2__item {
  width: 25%;
  padding: 2%;
  max-width: 16rem;
}
.n-grid-2__item img {
  display: block;
  margin: 0 auto;
}
.n-grid-2__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.n-grid-2__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .n-grid-2__item {
    width: 23%;
  }
  .n-grid-2__item:nth-child(3) {
    width: 25%;
  }
}
@media (max-width : 575px) {
  .n-grid-2__item {
    width: 50%;
    padding: 5%;
  }
}
.n-grid-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9rem 0;
}
@media (max-width : 575px) {
  .n-grid-3 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.n-grid-3__sizer {
  width: 11%;
}
.n-grid-3__item {
  width: 11%;
  padding: 0.4%;
}
.n-grid-3__item--w2 {
  width: 22%;
  padding: 0.4% 0.5%;
}
.n-grid-3__item img {
  display: block;
  margin: 0 auto;
}
.n-grid-3__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.n-grid-3__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .n-grid-3__item:nth-child(3) {
    margin-top: -1.5%;
    padding-bottom: 1.5%;
  }
}
@media (max-width : 575px) {
  .n-grid-3__item {
    width: 25%;
    padding: 0.7%;
  }
}
.n-grid-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9rem 0;
}
@media (max-width : 575px) {
  .n-grid-4 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.n-grid-4__item {
  width: 50%;
  padding: 1% 2%;
}
@media (max-width : 575px) {
  .n-grid-4__item {
    width: 100%;
    padding: 5% 0;
  }
}
.n-grid-4__item img {
  display: block;
  margin: 0 auto;
}
.n-grid-4__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.n-grid-4__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.n-la-casa {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.ing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.ing-grid__sizer {
  width: 33%;
}
.ing-grid__item {
  width: 33%;
  padding: 2.5%;
}
.ing-grid__item.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ing-grid__item.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ing-grid__item img {
  display: block;
  margin: 0 auto;
}
.ing-grid__item--top {
  margin-top: -3rem;
}
@media (max-width : 575px) {
  .ing-grid {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ing-grid__sizer,
  .ing-grid__item {
    width: 50%;
  }
}
.ing-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 575px) {
  .ing-cards {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.ing-cards__card {
  width: 50%;
  padding: 0 1em;
}
.ing-cards__card:first-child {
  margin-top: -15%;
}
.ing-cards__card.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ing-cards__card.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ing-cards img {
  display: block;
  margin: 0 auto;
}
.ing-full {
  text-align: center;
  margin: 9rem auto;
}
.ing-full h2 {
  font-size: 1.8rem;
}
@media (max-width : 575px) {
  .ing-full {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.ing-full:last-child {
  margin-bottom: 0;
}
.ing-full.is-animated {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.ing-full.is-animated.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.future-me-img-1 {
  max-width: 60%;
}
.future-me-img-2 {
  max-width: 60%;
  margin-left: auto;
  margin-right: 5%;
  margin-top: -20%;
}
.future-me-img-3 {
  max-width: 100%;
  margin-left: auto;
}
.future-me-img-4 {
  max-width: 50%;
  margin-left: auto;
  margin-top: -30%;
}

/*# sourceMappingURL=main.38883.css.map */
