@charset "UTF-8";
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?19913831");
  src: url("../font/fontello.eot?19913831#iefix") format("embedded-opentype"), url("../font/fontello.woff2?19913831") format("woff2"), url("../font/fontello.woff?19913831") format("woff"), url("../font/fontello.ttf?19913831") format("truetype"), url("../font/fontello.svg?19913831#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?19913831#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-vector:before {
  content: "\e800";
} /* '' */
.icon-pf-icon-volume:before {
  content: "\e801";
} /* '' */
.icon-pf-icon-play:before {
  content: "\e802";
} /* '' */
.icon-pf-icon-fullscreen:before {
  content: "\e803";
} /* '' */
.icon-icon-tw-logo-gray:before {
  content: "\e804";
} /* '' */
.icon-pf-icon-pause:before {
  content: "\e805";
} /* '' */
.icon-pf-icon-cc-on:before {
  content: "\e807";
} /* '' */
.icon-pf-icon-cc-off:before {
  content: "\e808";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
@font-face {
  font-family: "pp_eiko_bold";
  src: url("../font/PPEiko-Bold.woff2") format("woff2"), url("../font/PPEiko-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "abc_whyte_bold";
  src: url("../font/ABCWhyte-Bold.woff2") format("woff2"), url("../font/ABCWhyte-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "abc_whyte_medium";
  src: url("../font/ABCWhyte-Medium.woff2") format("woff2"), url("../font/ABCWhyte-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "abc_whyte_regular";
  src: url("../font/ABCWhyte-Regular.woff2") format("woff2"), url("../font/ABCWhyte-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "notosans-medium";
  src: url("../font/NotoSans-Medium.woff2") format("woff2"), url("../font/NotoSans-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "notosans-regular";
  src: url("../font/NotoSans-Regular.woff2") format("woff2"), url("../font/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "notoserif-bold";
  src: url("../font/NotoSerif-Bold.woff2") format("woff2"), url("../font/NotoSerif-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

ul li a {
  font-family: abc_whyte_medium;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  line-height: 2.61rem;
  color: #FFFFFF;
}

body.korean ul li a {
  font-family: "notosans-medium", sans-serif;
}
body.korean label.cta-text {
  font-family: "notosans-medium", sans-serif;
}
body.korean h1, body.korean h2, body.korean h3 {
  font-family: "notoserif-bold", sans-serif;
}
body.korean p {
  font-family: "notosans-regular", sans-serif;
}
body.korean button, body.korean a {
  font-family: "notosans-medium", sans-serif;
}

label.cta-text {
  font-family: abc_whyte_medium;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  line-height: 2.61rem;
  color: #FFFFFF;
}

h1 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
  color: #F8EBD6;
  font-family: "pp_eiko_bold", sans-serif;
}

h2 {
  text-transform: uppercase;
  color: #F2A838;
  font-family: "pp_eiko_bold", sans-serif;
  font-size: 2.5rem;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 3.4rem;
}

.cta-content a {
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: left;
  text-transform: uppercase;
  color: #F2A838;
  text-decoration: none;
  letter-spacing: 0.1em;
}

h3 {
  font-family: abc_whyte_bold;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 0.6rem;
}

p {
  font-family: abc_whyte_regular;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
p::selection {
  color: #000000;
  background-color: #F2A838;
}

button, a {
  letter-spacing: 0.1rem;
  text-align: center;
  color: #F8EBD6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: abc_whyte_medium;
}

.trigger-menu {
  cursor: pointer;
  color: #F1F1F1;
  display: block;
  position: sticky;
  border: none;
  background-color: transparent;
  bottom: 0;
  right: 0;
  text-align: right;
  font-family: abc_whyte_medium;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  line-height: 2.61rem;
  transition: all ease 1s;
  bottom: 0;
  width: 100%;
}
@media all and (max-width: 480px) {
  .trigger-menu {
    position: fixed;
    padding: 1px;
    margin: 0 24px 24px 0;
    background-color: black;
    width: 100%;
  }
}
@media screen and (min-width: 740px) and (orientation: portrait) {
  .trigger-menu {
    bottom: 0;
    right: 0rem;
  }
}
@media all and (min-width: 740px) {
  .trigger-menu {
    position: absolute;
    bottom: 4.8rem;
    right: 4.8rem;
    width: initial;
  }
}
.trigger-menu::after {
  font-family: "fontello";
  content: "\e800";
  position: relative;
  display: inline-block;
  left: 0.5rem;
  top: -0.3rem;
  right: 0;
  bottom: 0;
  transform: rotate(-90deg);
  font-size: 0.8rem;
}
.trigger-menu:hover {
  color: #F2A838;
  transition: all ease 1s;
}
.trigger-menu:hover::after {
  color: #F2A838;
  transition: all ease 1s;
}

#site-navigation h1 {
  font-family: "pp_eiko_bold";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
#site-navigation h2 {
  font-family: "abc_whyte_medium";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
#site-navigation li {
  color: #FFFFFF;
}
#site-navigation li a {
  font-family: "pp_eiko_bold";
  font-style: normal;
  text-transform: initial;
  font-weight: 700;
  font-size: 45px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media all and (max-width: 810px) {
  #site-navigation li a {
    font-size: 40px;
    line-height: 48px;
  }
}
#site-navigation li a span {
  text-align: left;
  display: block;
  font-family: "abc_whyte_medium";
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
}
@media all and (max-width: 810px) {
  #site-navigation li a span {
    line-height: 16px;
  }
}
#site-navigation p {
  font-family: "abc_whyte_medium";
  font-weight: 500;
  font-size: 100%;
}
#site-navigation p:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes remove-margin {
  0% {
    margin: 100vh auto 0 auto;
  }
  100% {
    margin: 0 auto;
  }
}
@keyframes add-margin {
  0% {
    margin: 0 auto;
  }
  100% {
    margin: 100vh auto 0 auto;
  }
}
@keyframes initialize-overflow {
  0% {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  100% {
    overflow-x: hidden;
    overflow-y: visible !important;
  }
}
@keyframes initialize-visible-overflow-y {
  0% {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  100% {
    overflow: visible !important;
  }
}
@keyframes hover-reveal-menu {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(calc(100vw - 15px));
  }
}
@keyframes hover-hide-menu {
  0% {
    transform: translateX(calc(100vw - 15px));
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes show-gif {
  0% {
    clip-path: ellipse(0% 0% at 0% 100%);
    opacity: 0;
  }
  100% {
    clip-path: ellipse(80% 100% at 0% 100%);
    opacity: 1;
  }
}
@keyframes initialize-video-controls {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide-video-controls {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes curtain-reveal {
  0% {
    transform: translateY(0vh) translateX(0vw);
    border-radius: 50% 50%;
    scale: 2;
  }
  100% {
    transform: translateY(-250vh) translateX(250vw);
  }
}
@keyframes hide-title {
  from {
    opacity: 1;
    z-index: 800;
  }
  to {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes show-menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move-left {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes move-right {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(calc(100vw + 300px));
  }
}
@keyframes slide-left-container {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes increase-menu-z {
  0% {
    z-index: 0;
  }
  100% {
    z-index: 700;
  }
}
@keyframes increase-embed-z {
  0% {
    z-index: 0;
  }
  100% {
    z-index: 600;
  }
}
div.languages-mobile, div.languages {
  position: absolute;
  top: 4.4rem;
  right: 3.4rem;
  z-index: 610;
  opacity: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.languages-mobile, div.languages {
    right: -4rem;
  }
}
@media all and (max-width: 480px) {
  div.languages-mobile, div.languages {
    right: 0;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.languages-mobile, div.languages {
    position: static;
  }
}
div.languages-mobile.show, div.languages.show {
  animation: 5000ms ease-in-out normal forwards show-menu;
}
@media all and (max-width: 1100px) {
  div.languages-mobile, div.languages {
    animation: 3000ms ease-in-out 4000ms normal forwards show-menu;
  }
}
div.languages-mobile ul, div.languages ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
div.languages-mobile ul li, div.languages ul li {
  position: relative;
  display: inline-block;
  padding: 0px 40px;
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.languages-mobile ul li, div.languages ul li {
    padding-left: 0;
  }
}
div.languages-mobile ul li:first-of-type a, div.languages ul li:first-of-type a {
  position: relative;
  z-index: 1;
}
div.languages-mobile ul li:first-of-type a:hover, div.languages ul li:first-of-type a:hover {
  color: #F2A838;
}
div.languages-mobile ul li::after, div.languages ul li::after {
  font-family: "fontello";
  content: "\e800";
  position: relative;
  display: inline-block;
  left: 1.2rem;
  top: -0.3rem;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 500ms;
  font-size: 0.8rem;
}
div.languages-mobile ul li a, div.languages ul li a {
  cursor: pointer;
  display: inline-block;
  -moz-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
div.languages-mobile ul li a:hover, div.languages ul li a:hover {
  color: #F1F1F1;
}
div.languages-mobile ul li a:active, div.languages ul li a:active {
  color: #F1F1F1;
}
div.languages-mobile ul li ul, div.languages ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -3.1rem;
  left: 0;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
  transition: all ease 500ms;
  height: 0px;
  overflow: hidden;
}
div.languages-mobile ul li ul::before, div.languages ul li ul::before {
  content: "";
  display: block;
  height: 0.3rem;
  background-color: #F2A838;
  opacity: 1;
  width: 12rem;
  position: absolute;
  top: 7rem;
  left: 0;
  transform: translateX(32%);
}
@media all and (min-width: 1000px) {
  div.languages-mobile ul li ul::before, div.languages ul li ul::before {
    left: -4rem;
  }
}
div.languages-mobile ul li ul li, div.languages ul li ul li {
  padding: 0.5rem 4rem;
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.languages-mobile ul li ul li, div.languages ul li ul li {
    padding-left: 0;
  }
}
div.languages-mobile ul li ul li:first-of-type, div.languages ul li ul li:first-of-type {
  padding-top: 1.6rem;
}
div.languages-mobile ul li ul li::after, div.languages ul li ul li::after {
  content: none;
}
div.languages-mobile ul li ul li a, div.languages ul li ul li a {
  position: relative;
  display: inline-block;
}
div.languages-mobile ul li ul li a::before, div.languages ul li ul li a::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  transition: width 1s ease;
}
div.languages-mobile ul li ul li a:hover::before, div.languages ul li ul li a:hover::before {
  width: 100%;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  div.languages-mobile, div.languages {
    left: 0.8rem;
    right: initial;
    display: flex;
    align-items: end;
    height: 2.8rem;
  }
}

input[type=checkbox] {
  display: none;
}

.cta-menu {
  cursor: pointer;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 4.8rem;
  right: 4.8rem;
  animation-name: increase-menu-z;
  animation-duration: 1s;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.cta-menu label.cta-text {
  margin-right: 1.5rem;
  cursor: pointer;
  display: inline-block;
  -moz-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

.plusminus {
  display: inline-block;
  cursor: pointer;
  position: relative;
  /*Change to resize the plusminus box*/
  width: 36px;
  height: 36px;
}

.plusminus span:nth-child(1) {
  display: block;
  position: absolute;
  margin: 0 10%;
  width: 80%;
  height: 3px;
  border-radius: 0px;
  background: #FFFFFF;
  /*- half the height*/
  top: calc(50% - 1.5px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.plusminus span:nth-child(2) {
  display: block;
  position: absolute;
  margin: 10% 0;
  width: 3px;
  height: 80%;
  border-radius: 0px;
  background: #FFFFFF;
  /*- half the width*/
  left: calc(50% - 1.5px);
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#first:checked ~ .plusminus span:nth-child(1) {
  background: #F2A838;
}

#first:checked ~ .plusminus span:nth-child(2) {
  background: #F2A838;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#first:checked ~ .cta-text {
  color: #F2A838;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

div.intro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
div.intro-container h1 {
  position: relative;
  display: block;
  z-index: 400;
  width: 77.17948718%;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  div.intro-container h1 {
    z-index: 800;
  }
}
div.intro-container h1.hide {
  animation: 0.25s linear 2200ms normal forwards hide-title;
}
div.intro-container h1 span.top {
  display: block;
  text-align: center;
}
div.intro-container h1 span.bottom {
  display: block;
  text-align: right;
}
div.intro-container #shape {
  display: block;
  position: absolute;
  z-index: 300;
  left: -191px;
  bottom: -191px;
  width: 300vw;
  height: 300vw;
  background-color: #C6882C;
}
@media all and (max-width: 480px) {
  div.intro-container #shape {
    z-index: 700;
  }
}
div.intro-container #shape.reveal {
  animation: 7000ms ease-in-out normal forwards curtain-reveal;
}

#video::cue {
  color: #F8EBD6;
  font-family: abc_whyte_medium !important;
  line-height: 2rem !important;
  text-shadow: none !important;
  background: transparent !important;
  font-size: 3rem !important;
}

#secondary-video::cue {
  color: #F8EBD6;
  font-family: abc_whyte_medium !important;
  line-height: 3rem !important;
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.7) !important;
  font-size: 2.3rem !important;
}

div.embed-container, div.secondary-embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div.embed-container video#video:hover, div.embed-container video#secondary-video:hover, div.secondary-embed-container video#video:hover, div.secondary-embed-container video#secondary-video:hover {
  cursor: pointer;
}
div.embed-container__mobile, div.secondary-embed-container__mobile {
  display: block;
}
@media all and (min-width: 1024px) and (orientation: landscape) {
  div.embed-container__mobile, div.secondary-embed-container__mobile {
    display: none;
  }
}
div.embed-container__desktop, div.secondary-embed-container__desktop {
  display: none;
}
@media all and (min-width: 1024px) and (orientation: landscape) {
  div.embed-container__desktop, div.secondary-embed-container__desktop {
    display: block;
  }
}

iframe.video, iframe#video, video.video-mobile, video#video, video.video-desktop, video#video, video#secondary-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.secondary-video {
  position: relative;
  height: auto;
  margin-top: 3.5rem;
  background-color: #FFFFFF;
}
div.secondary-video video#secondary-video {
  width: 100%;
}
div.secondary-video iframe.secondary-video, div.secondary-video iframe#secondary-video, div.secondary-video video.secondary-video-mobile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video {
  max-width: 100%;
}

.video::-webkit-media-controls, .video::-webkit-media-controls-enclosure {
  display: none !important;
}

/*              VIDEO CONTROLS               */
.video:-moz-full-screen + .video-controls {
  bottom: 0;
}

.video:-webkit-full-screen + .video-controls {
  bottom: 0;
}

.video-controls {
  display: none;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 600;
  padding: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-controls button[data-state=subtitles] {
  background-color: transparent;
  outline: none;
  border: none;
}
.video-controls button[data-state=subtitles].on::before {
  font-family: fontello;
  content: "\e807";
  color: #F8EBD6;
  font-size: 3.6rem;
}
.video-controls button[data-state=subtitles].off::before {
  font-family: fontello;
  content: "\e808";
  color: #F8EBD6;
  font-size: 3.6rem;
}
.video-controls .play-and-pause-video {
  padding: 8px 12px;
  background: none;
  width: 48px;
  border: none;
}
.video-controls .play-and-pause-video.fa-play::before {
  font-family: fontello;
  content: "\e802";
  color: #F8EBD6;
  font-size: 3.6rem;
}
.video-controls .play-and-pause-video.fa-pause::before {
  font-family: fontello;
  content: "\e805";
  color: #F8EBD6;
  font-size: 3.6rem;
}
.video-controls .fa-volume-up {
  background: none;
  border: none;
}
.video-controls .fa-volume-up::before {
  font-family: fontello;
  content: "\e801";
  color: #F8EBD6;
  font-size: 3.6rem;
}
.video-controls .fa-expand, .video-controls .fa-compress {
  background: none;
  border: none;
}
.video-controls .fa-expand::before, .video-controls .fa-compress::before {
  font-family: fontello;
  content: "\e803";
  color: #F8EBD6;
  font-size: 3.6rem;
}

/*              VIDEO PROGRESS               */
.progress-video-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 65%;
}

.time-video {
  font-family: abc_whyte_regular;
  font-size: 16px;
  color: #F8EBD6;
}

.progress-time {
  order: -1;
}

.progress-video, .slide-volume-video {
  background-image: linear-gradient(#F8EBD6, #F8EBD6);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.progress-video, .slide-volume-video {
  width: 100%;
  height: 10px;
  margin: 0 10px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: var(--rangeBg);
}

/*            ESTILOS COMUNS              */
.progress-video::-moz-range-thumb,
.slide-volume-video::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background-color: #F8EBD6;
  border: none;
}

.slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: #F8EBD6;
}

.progress-video::-moz-range-track, .slide-volume-video::-moz-range-track {
  height: 0;
  background-color: #F8EBD6;
  border-radius: 4px;
}

.control-item {
  font-size: 18px;
}

/*              VIDEO AUDIO               */
.slide-volume-video {
  width: 60px;
  display: none;
  transition: display 0.2s ease-out;
  margin-left: -2px;
}

.audio-video-container {
  display: flex;
  align-items: center;
}

.audio-video-container:hover > .slide-volume-video {
  display: inline-block;
}

/*             MEDIAS QUERIES*            */
@media (max-width: 320px) {
  .control-item {
    font-size: 10px;
  }
  .progress-video-container {
    width: 60%;
  }
  .slide-volume-video {
    width: 40px;
  }
  .time-video {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .video-controls {
    justify-content: space-around;
    padding: 10px 0px;
  }
  .control-item {
    font-size: 16px;
  }
  .time-video {
    font-size: 12px;
  }
  .play-and-pause-video {
    width: 15px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .progress-video {
    margin: 0 3px;
  }
  .slide-volume-video {
    width: 45px;
  }
}
@media (max-width: 1100px) and (orientation: landscape) {
  body#athlete div.video-controls {
    bottom: 25px !important;
  }
}
@media (min-width: 1200) {
  .video:-webkit-full-screen + .video-controls > .progress-video-container {
    width: 100%;
  }
}
.video {
  max-width: 100%;
}

.video::-webkit-media-controls, .video::-webkit-media-controls-enclosure {
  display: none !important;
}

/*              VIDEO CONTROLS               */
.video:-moz-full-screen + .secondary-video-controls {
  bottom: 0;
}

.video:-webkit-full-screen + .secondary-video-controls {
  bottom: 0;
}

.secondary-video-controls {
  display: none;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 600;
  padding: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  opacity: 1;
  animation: 250ms linear 1500ms normal forwards initialize-video-controls;
}
.secondary-video-controls.hide-controls {
  opacity: 0 !important;
}
.secondary-video-controls.show-controls {
  opacity: 1;
}
.secondary-video-controls button[data-state=subtitles] {
  background-color: transparent;
  outline: none;
  border: none;
}
.secondary-video-controls button[data-state=subtitles].on::before {
  font-family: fontello;
  content: "\e807";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls button[data-state=subtitles].on::before {
    font-size: 3rem;
  }
}
.secondary-video-controls button[data-state=subtitles].off::before {
  font-family: fontello;
  content: "\e808";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls button[data-state=subtitles].off::before {
    font-size: 3rem;
  }
}
.secondary-video-controls .play-and-pause-video {
  padding: 8px 12px;
  background: none;
  width: 48px;
  border: none;
}
.secondary-video-controls .play-and-pause-video.fa-play::before {
  font-family: fontello;
  content: "\e802";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls .play-and-pause-video.fa-play::before {
    font-size: 3rem;
  }
}
.secondary-video-controls .play-and-pause-video.fa-pause::before {
  font-family: fontello;
  content: "\e805";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls .play-and-pause-video.fa-pause::before {
    font-size: 3rem;
  }
}
.secondary-video-controls .fa-volume-up {
  background: none;
  border: none;
}
.secondary-video-controls .fa-volume-up::before {
  font-family: fontello;
  content: "\e801";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls .fa-volume-up::before {
    font-size: 3rem;
  }
}
.secondary-video-controls .fa-expand, .secondary-video-controls .fa-compress {
  background: none;
  border: none;
}
.secondary-video-controls .fa-expand::before, .secondary-video-controls .fa-compress::before {
  font-family: fontello;
  content: "\e803";
  color: #F8EBD6;
  font-size: 3.6rem;
}
@media all and (max-width: 480px) {
  .secondary-video-controls .fa-expand::before, .secondary-video-controls .fa-compress::before {
    font-size: 3rem;
  }
}

/*              VIDEO PROGRESS               */
.progress-video-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 55%;
}
@media all and (max-width: 480px) {
  .progress-video-container {
    width: 50%;
  }
}

.time-video {
  font-family: abc_whyte_regular;
  font-size: 16px;
  color: #F8EBD6;
}

.progress-time {
  order: -1;
}

.progress-video, .slide-volume-video {
  background-image: linear-gradient(#F8EBD6, #F8EBD6);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.progress-video, .slide-volume-video {
  width: 100%;
  height: 10px;
  margin: 0 10px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: var(--rangeBg);
}

/*            ESTILOS COMUNS              */
.progress-video::-moz-range-thumb,
.slide-volume-video::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background-color: #F8EBD6;
  border: none;
}

.slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: #F8EBD6;
}

.progress-video::-moz-range-track, .slide-volume-video::-moz-range-track {
  height: 0;
  background-color: #F8EBD6;
  border-radius: 4px;
}

.control-item {
  font-size: 18px;
}

/*              VIDEO AUDIO               */
.slide-volume-video {
  width: 40px;
  display: none;
  transition: display 0.2s ease-out;
  margin-left: -2px;
}

.audio-video-container {
  display: flex;
  align-items: center;
}

.audio-video-container:hover > .slide-volume-video {
  display: inline-block;
}

/*             MEDIAS QUERIES*            */
@media (max-width: 320px) {
  .control-item {
    font-size: 10px;
  }
  .progress-video-container {
    width: 60%;
  }
  .slide-volume-video {
    width: 40px;
  }
  .time-video {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .secondary-video-controls {
    justify-content: space-around;
    padding: 10px 0px;
  }
  .control-item {
    font-size: 16px;
  }
  .time-video {
    font-size: 12px;
  }
  .play-and-pause-video {
    width: 15px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .progress-video {
    margin: 0 3px;
  }
  .slide-volume-video {
    width: 45px;
  }
}
@media (max-width: 1100px) and (orientation: landscape) {
  body#athlete div.secondary-video-controls {
    bottom: 25px !important;
  }
}
@media (min-width: 1200) {
  .video:-webkit-full-screen + .secondary-video-controls > .progress-video-container {
    width: 100%;
  }
}
div.copy-container {
  transform: translateX(100vw);
  grid-row: 2;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  background-color: #000000;
  width: 100%;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container {
    grid-row: 2/4;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.copy-container {
    height: initial;
  }
}
div.copy-container.reveal {
  animation: 1.5s ease-in-out 2800ms normal forwards move-left;
}
div.copy-container .inner-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  margin: 3.1rem auto 0 auto;
  padding: 0 2.5rem;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container .inner-wrapper {
    position: initial;
  }
}
div.copy-container hr, div.copy-container div.line {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  margin: 2.5rem auto 2.5rem auto;
}
@media screen and (max-width: 990px) {
  div.copy-container hr, div.copy-container div.line {
    height: 1px !important;
  }
}
div.copy-container .paragraph-container {
  max-width: 100%;
  width: 100%;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container .paragraph-container {
    position: initial;
  }
}
div.copy-container .paragraph-container p {
  font-family: abc_whyte_regular;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #F1F1F1;
  padding-top: 1.4rem;
}
div.copy-container .paragraph-container p:first-of-type {
  padding-top: 0;
}
div.copy-container .paragraph-container p span, div.copy-container .paragraph-container p strong {
  color: inherit;
  font-weight: normal;
}
div.copy-container .paragraph-container .cta-content {
  display: block;
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-top: 0;
}
@media all and (max-width: 480px) {
  div.copy-container .paragraph-container .cta-content {
    padding-bottom: 50px;
    margin-top: 2.5rem;
  }
}
div.copy-container .paragraph-container .cta-content i[href*=twitter], div.copy-container .paragraph-container .cta-content a[href*=twitter] {
  font-size: 36px !important;
  margin-right: 2rem !important;
  color: #F2A838;
}
div.copy-container .paragraph-container .cta-content i[href*=twitter]:before, div.copy-container .paragraph-container .cta-content a[href*=twitter]:before {
  content: "\e804";
  margin-left: 0;
  margin-right: 0;
}
div.copy-container .paragraph-container .cta-content i[href*=instagram], div.copy-container .paragraph-container .cta-content a[href*=instagram] {
  font-size: 36px !important;
  margin-right: 2rem !important;
  color: #F2A838;
}
div.copy-container .paragraph-container .cta-content i[href*=instagram]:before, div.copy-container .paragraph-container .cta-content a[href*=instagram]:before {
  content: "\f16d";
  margin-left: 0;
  margin-right: 0;
}
div.copy-container .paragraph-container .cta-content a {
  display: block;
}
div.copy-container .paragraph-container .cta-content a span {
  display: block;
  text-align: left;
}
@media all and (min-width: 460px) {
  div.copy-container .paragraph-container .cta-content a span {
    display: initial;
  }
}

div.copy-container {
  grid-row: 2;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  width: 100%;
  transform: translateX(100vw);
  background-color: #000000;
  padding: 2.8rem 2.5rem;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container {
    grid-row: 2/4;
    margin-bottom: 48px;
    max-width: 64.4rem;
    padding: initial;
    margin: 5.2rem auto;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.copy-container {
    height: initial;
  }
}
div.copy-container.reveal {
  animation: 1.5s ease-in-out 2800ms normal forwards move-left;
}
div.copy-container .wrapper {
  display: initial;
  margin: 0;
  padding: 0;
}
div.copy-container .grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
div.copy-container section#language-menu {
  grid-row: 1;
  grid-column: 1;
}
@media all and (max-width: 480px) and (orientation: portrait) {
  div.copy-container section#slides {
    max-height: 100% !important;
  }
}
div.copy-container section#slides .grid {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  padding-bottom: 11rem;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid {
    padding-bottom: 0;
  }
}
div.copy-container section#slides .grid .slide.initial {
  grid-row: 1;
}
@media all and (max-width: 999px) {
  div.copy-container section#slides .grid .slide.initial .grid {
    display: initial;
  }
}
div.copy-container section#slides .grid .slide.initial h2 {
  max-width: 200px;
  grid-row: 1;
  grid-column: 1;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container section#slides .grid .slide.initial h2 {
    max-width: 22rem;
  }
}
div.copy-container section#slides .grid .slide.initial .text p {
  font-family: abc_whyte_regular;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #F1F1F1;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
div.copy-container section#slides .grid .slide.initial .text p:first-of-type {
  padding-top: 0;
}
div.copy-container section#slides .grid .slide.initial .text p span, div.copy-container section#slides .grid .slide.initial .text p strong {
  color: inherit;
  font-weight: normal;
}
div.copy-container section#slides .grid .slide.initial .text .copy {
  padding: 0;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid .slide.initial .text .copy p:last-of-type {
    display: inline;
  }
}
div.copy-container section#slides .grid .slide.initial .text .copy button#mobile-scroll-btn {
  position: relative;
  outline: none;
  background-color: transparent;
  border: none;
  text-transform: none;
  color: #F2A838;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 0 0.2rem;
  letter-spacing: initial;
}
div.copy-container section#slides .grid .slide.initial .text .copy button#mobile-scroll-btn::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: -0.2rem;
  width: 97%;
  height: 0.1rem;
  background-color: #F2A838;
}
div.copy-container section#slides .grid .slide.initial .text .copy span.show-mobile {
  display: none;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid .slide.initial .text .copy span.show-mobile {
    display: inline;
  }
  div.copy-container section#slides .grid .slide.initial .text .copy span.show-mobile a {
    color: #F2A838;
  }
}
div.copy-container section#slides .grid .slide.initial .text .cta-content {
  display: block;
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-top: 0;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content {
    padding-bottom: 7rem;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content {
    padding: 0;
    margin: 2.1rem 0 8rem 0;
  }
}
div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=twitter], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=twitter] {
  font-size: 36px !important;
  margin-right: 2rem !important;
  color: #F2A838;
  transition: all ease-in-out 500ms;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=twitter], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=twitter] {
    z-index: 650;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=twitter], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=twitter] {
    color: #F1F1F1;
  }
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=twitter]:hover, div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=twitter]:hover {
    color: #F2A838;
  }
}
div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=twitter]:before, div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=twitter]:before {
  content: "\e804";
  margin-left: 0;
  margin-right: 0;
}
div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=instagram], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=instagram] {
  font-size: 36px !important;
  margin-right: 2rem !important;
  color: #F2A838;
  transition: all ease-in-out 500ms;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=instagram], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=instagram] {
    z-index: 650;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=instagram], div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=instagram] {
    color: #F1F1F1;
  }
  div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=instagram]:hover, div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=instagram]:hover {
    color: #F2A838;
  }
}
div.copy-container section#slides .grid .slide.initial .text .cta-content i[href*=instagram]:before, div.copy-container section#slides .grid .slide.initial .text .cta-content a[href*=instagram]:before {
  content: "\f16d";
  margin-left: 0;
  margin-right: 0;
}
div.copy-container section#slides .grid .slide.initial .text .cta-content a {
  display: block;
}
div.copy-container section#slides .grid .slide.initial .text .cta-content a span {
  display: block;
  text-align: left;
}
@media all and (min-width: 460px) {
  div.copy-container section#slides .grid .slide.initial .text .cta-content a span {
    display: initial;
  }
}
div.copy-container section#slides .grid .slide.secondary {
  grid-row: 2;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container section#slides .grid .slide.secondary {
    margin-top: 13.6rem;
    padding-bottom: 5rem;
  }
}
div.copy-container section#slides .grid .slide.secondary .line {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 1px;
  margin: 2rem 0;
}
div.copy-container section#slides .grid .slide.secondary h3 {
  font-size: 2.5rem;
  font-family: "pp_eiko_bold";
  color: #F1F1F1;
  font-style: normal;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
}
div.copy-container section#slides .grid .slide.secondary h4 {
  font-family: abc_whyte_medium;
  color: #F2A838;
  line-height: 2.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: normal;
  text-transform: uppercase;
}
div.copy-container section#slides .grid .slide.secondary .secondary-video {
  margin-top: 3.5rem;
  width: 100%;
  max-width: 100%;
  padding-top: 56.24999993%;
  background-color: #D9D9D9;
}
div.copy-container section#slides .grid div.target-spacer {
  padding-bottom: 50px;
}
@media all and (max-width: 480px) {
  div.copy-container section#slides .grid div.target-spacer {
    padding-bottom: 20px;
  }
}
div.copy-container section#visual-navigation-buttons {
  display: block;
}
@media all and (max-width: 999px) {
  div.copy-container section#visual-navigation-buttons {
    display: none;
  }
}
div.copy-container section#page-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
div.copy-container section#page-navigation .cta_secondary-slide {
  visibility: hidden;
}
div.copy-container section#page-navigation .cta_secondary-slide .btn {
  position: relative;
  z-index: 10;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 1.4rem;
  color: #F1F1F1;
  font-weight: 400;
  line-height: 2rem;
  transition: all ease 1s;
}
div.copy-container section#page-navigation .cta_secondary-slide .btn::after {
  font-family: "fontello";
  content: "\e800";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div.copy-container section#page-navigation .cta_secondary-slide .btn {
    color: #F1F1F1;
  }
  div.copy-container section#page-navigation .cta_secondary-slide .btn:hover {
    color: #F2A838;
    transition: all ease 1s;
  }
  div.copy-container section#page-navigation .cta_secondary-slide .btn:hover::after {
    color: #F2A838;
    transition: all ease 1s;
  }
}
div.copy-container section#page-navigation .cta_secondary-slide .btn.hide {
  opacity: 0;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container section#page-navigation .cta_secondary-slide {
    visibility: visible;
  }
}
div.copy-container hr, div.copy-container div.line {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  margin: 2.5rem auto 2.5rem auto;
}
@media screen and (max-width: 990px) {
  div.copy-container hr, div.copy-container div.line {
    height: 1px !important;
  }
}
div.copy-container button.trigger-menu {
  position: sticky;
  bottom: 4.3rem;
  right: 0;
  width: 100%;
}
div.copy-container button.trigger-menu::after {
  font-size: 0.8rem;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div.copy-container button.trigger-menu {
    bottom: 5rem;
  }
}
@media all and (max-width: 480px) {
  div.copy-container button.trigger-menu {
    top: calc(env(safe-area-inset-top) + 10px); /* add extra 10px for some padding */
  }
}

section#navigation {
  z-index: 700;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #C6882C;
  color: #FFFFFF;
  font-family: "abc_whyte", sans-serif;
  font-size: 16px;
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  transform: translateX(100vw);
}
section#navigation.static {
  transform: unset;
  z-index: 1000;
}
section#navigation.slide-in {
  animation: 1.5s ease-in-out normal forwards move-left;
}
section#navigation.slide-out {
  animation: 1.5s ease-in-out normal forwards move-right;
}
section#navigation.hover {
  animation: 500ms ease-in-out normal forwards hover-reveal-menu;
}
section#navigation.no-hover {
  animation: 500ms ease-in-out normal forwards hover-hide-menu;
}
section#navigation .nav-cta-menu {
  cursor: pointer;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 4.8rem;
  right: 4.8rem;
  line-height: 0;
  width: 3.6rem;
  height: 3.6rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 300ms;
}
@media all and (max-width: 480px) {
  section#navigation .nav-cta-menu {
    top: 2.5rem;
    right: 2.5rem;
  }
}
section#navigation .nav-cta-menu:hover {
  transform: rotate(135deg);
}

#site-navigation {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  width: 100%;
  max-width: 680px;
  align-self: center;
  justify-self: center;
}
@media all and (max-width: 480px) {
  #site-navigation {
    max-width: 100%;
    margin: 0;
  }
}

.wrapper {
  grid-column: 1/3;
  grid-row: 1/4;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
@media all and (max-width: 480px) {
  .wrapper {
    grid-column: 1;
    grid-row: 1;
    margin: 0 25px;
    min-height: initial;
  }
}
.wrapper .column {
  display: grid;
  align-items: center;
}
.wrapper .header {
  grid-column: 1;
  display: grid;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  align-items: self-start;
  max-width: 210px;
}
.wrapper .header h1 {
  grid-row: 2;
}
.wrapper .header h2 {
  grid-row: 1;
  margin-bottom: 4px;
}
@media all and (max-width: 480px) {
  .wrapper .header {
    grid-column: 1;
    max-width: 100%;
  }
  .wrapper .header::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 2px;
    margin: 25px 0;
  }
}
.wrapper .line {
  grid-column: 2;
  margin: 0 7.5rem;
  grid-row: 1;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media all and (min-width: 768px) {
  .wrapper .line {
    grid-row: 1/4;
    padding: 230px 0;
  }
}
@media all and (max-width: 480px) {
  .wrapper .line {
    display: none;
  }
}
.wrapper .menu {
  grid-column: 3/4;
  width: 100%;
  max-width: 76.6rem;
  grid-row: 1/4;
}
@media all and (max-width: 480px) {
  .wrapper .menu {
    grid-column: 1;
    grid-row: 2;
    align-items: start;
    margin-top: 25px;
  }
}
.wrapper .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wrapper .menu ul li[class^=trigger-], .wrapper .menu ul li[class^=target-] {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.wrapper .menu ul li[class^=trigger-]:nth-of-type(1), .wrapper .menu ul li[class^=target-]:nth-of-type(1) {
  margin-top: initial;
}
.wrapper .menu ul li[class^=trigger-] span, .wrapper .menu ul li[class^=target-] span {
  margin-top: 10px;
}
.wrapper .menu ul li[class^=trigger-]:hover a, .wrapper .menu ul li[class^=target-]:hover a {
  font-style: italic !important;
}
.wrapper .menu ul li[class^=trigger-]:hover a span, .wrapper .menu ul li[class^=target-]:hover a span {
  font-style: italic !important;
}
.wrapper .menu .gif {
  position: absolute;
  left: -263px;
  bottom: -250px;
  opacity: 0;
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 960px;
}
@media all and (min-height: 880px) {
  .wrapper .menu .gif {
    bottom: -280px;
  }
}
@media all and (min-height: 925px) {
  .wrapper .menu .gif {
    left: -150px;
  }
}
.wrapper .menu .gif video {
  width: 100% !important;
  height: 100%;
  max-height: 71.61458333%;
}
.wrapper .menu .gif.athlete video, .wrapper .menu .gif.artist video, .wrapper .menu .gif.mountaineer video, .wrapper .menu .gif.spice-maker video {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 480px) {
  .wrapper .menu .gif {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .wrapper .menu .trigger-artist:hover ~ .gif-artist, .wrapper .menu .target-artist:hover ~ .gif-artist {
    animation-duration: 800ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: show-gif;
  }
  .wrapper .menu .trigger-athlete:hover ~ .gif-athlete, .wrapper .menu .target-athlete:hover ~ .gif-athlete {
    animation-duration: 800ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: show-gif;
  }
  .wrapper .menu .trigger-mountaineer:hover ~ .gif-mountaineer, .wrapper .menu .target-mountaineer:hover ~ .gif-mountaineer {
    animation-duration: 800ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: show-gif;
  }
  .wrapper .menu .trigger-spice-maker:hover ~ .gif-spice-maker, .wrapper .menu .target-spice-maker:hover ~ .gif-spice-maker {
    animation-duration: 800ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: show-gif;
  }
}

@media (max-width: 1100px) and (orientation: landscape) {
  body#athlete div.cookies_container {
    bottom: 25px;
  }
}
div.cookies_container {
  display: none;
  position: absolute;
  z-index: 900;
  bottom: 0px;
  background-color: #000000;
  padding: 3.1rem 2.7rem;
  width: 100%;
}
@media (max-width: 1100px) and (orientation: landscape) {
  div.cookies_container {
    bottom: 30px;
  }
}
div.cookies_container .text {
  color: #F8EBD6;
}
div.cookies_buttons {
  margin: 0;
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.cookies_buttons button, div.cookies_buttons a {
  padding: 1.5rem 2rem;
  background-color: #000000;
  border: 3px solid #F8EBD6;
}
div.cookies_buttons button:first-of-type, div.cookies_buttons a:first-of-type {
  margin-right: 2.6rem;
}
div.cookies_buttons button:hover, div.cookies_buttons a:hover {
  color: #000000;
  background-color: #F8EBD6;
  transition: all 0.5s;
}

body#overview {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: initial;
}
@media (max-width: 480px) {
  body#overview {
    height: 90vh;
  }
}
@media (max-width: 1024px) {
  body#overview {
    height: 95%;
  }
}
@media (max-width: 840px) {
  body#overview {
    overflow: hidden;
  }
}
body#overview div#container {
  position: initial;
  overflow: initial;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  max-width: 685px;
  margin: auto;
}
@media all and (max-width: 480px) {
  body#overview div#container {
    max-width: 340px;
    margin: auto;
  }
}
body#overview div#container h2 {
  width: 100%;
  color: var(--yellow, #F2A838);
  font-family: abc_whyte_bold;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body#overview div#container h2.animate {
  animation: 800ms ease-in-out normal forwards show-menu;
}
body#overview div#container div.line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 2rem 0;
}
body#overview div#container div.line.animate {
  animation: 1200ms ease-in-out normal forwards show-menu;
}
body#overview div#container p.body-copy {
  width: calc(100% + 1rem);
  color: var(--gray, #F1F1F1);
  font-family: pp_eiko_bold;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.25px;
}
body#overview div#container p.body-copy.animate {
  animation: 1500ms ease-in-out normal forwards show-menu;
}
body#overview div#container div.embed-container {
  margin-top: 35px;
  position: relative;
  width: 100%;
  height: initial;
  padding: initial;
  transform: unset;
}
body#overview div#container div.embed-container__desktop {
  width: 100%;
  max-width: 100vw;
}
@media all and (max-width: 480px) {
  body#overview div#container div.embed-container__desktop {
    display: none;
    max-width: 340px;
    margin: 35px auto 0 auto;
  }
}
body#overview div#container div.embed-container__mobile {
  display: none;
  height: auto;
  width: 340px;
  padding: 56.24999993% 0 0 0;
}
@media all and (max-width: 840px) {
  body#overview div#container div.embed-container__mobile {
    display: block;
    width: 100%;
  }
}
body#overview div#container div.embed-container.animate {
  animation: 500ms ease-in-out normal forwards show-menu;
}
body#overview div#container div.embed-container video#video {
  position: initial;
  width: 100%;
  max-width: 685px;
  height: 385px;
  transform: none;
  min-height: initial;
  min-width: initial;
}
body#overview div#container div.embed-container video#video.video-desktop {
  width: initial !important;
}
@media all and (max-width: 480px) {
  body#overview div#container div.embed-container video#video.video-desktop {
    max-width: 340px;
    height: auto;
  }
}
body#overview div#container div.cookies_container {
  left: 0;
}
body#overview button.trigger-menu.desktop.animate {
  animation: 5000ms ease-in-out normal forwards show-menu;
}
body#overview button.trigger-menu.mobile.animate {
  animation: 5000ms ease-in-out normal forwards show-menu;
}
@media (min-width: 841px) {
  body#overview div.embed-container__desktop {
    display: block;
  }
  body#overview div.embed-container__desktop .video-controls {
    display: flex;
    bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body#overview div#container {
    height: 90%;
  }
  body#overview button.trigger-menu.overview {
    bottom: 6.8rem;
  }
  body#overview div.embed-container__desktop .video-controls {
    bottom: 0;
  }
}
@media only screen and (device-width: 834px) and (device-height: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#overview .video-controls {
    bottom: 0px !important;
  }
  body#overview .video-controls.show-controls {
    animation: 250ms ease-in-out normal forwards initialize-video-controls;
  }
  body#overview .video-controls.hide-controls {
    animation: 250ms ease-in-out normal forwards hide-video-controls !important;
  }
}
@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#overview .video-controls {
    bottom: 0px !important;
  }
  body#overview .video-controls.show-controls {
    animation: 250ms ease-in-out normal forwards initialize-video-controls;
  }
  body#overview .video-controls.hide-controls {
    animation: 250ms ease-in-out normal forwards hide-video-controls !important;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#overview div.embed-container__mobile {
    display: block !important;
    width: 100% !important;
  }
  body#overview div.embed-container__desktop {
    display: none;
  }
}

html {
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  font-size: 62.5%;
}
@media all and (max-width: 480px) {
  html {
    height: 100svh;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
  color: #F1F1F1;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  background-color: #000000;
}
@media all and (max-width: 480px) {
  body {
    height: 100svh;
  }
}
body div.languages {
  display: none;
}
body.toggle-language-links .languages-mobile ul li::after {
  transform: rotate(180deg);
}
body.toggle-language-links .languages-mobile ul li ul {
  background-color: #000000;
  visibility: visible;
  opacity: 1;
  height: auto;
}
body.toggle-language-links .languages ul li::after {
  transform: rotate(180deg);
}
body.toggle-language-links .languages ul li ul {
  background-color: #000000;
  visibility: visible;
  opacity: 1;
  height: 26rem;
}

div#container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: grid;
}
@media all and (min-width: 740px) and (orientation: portrait) {
  div#container {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media all and (max-width: 999px) {
  div#container {
    animation: 0.25s linear 3000ms normal forwards initialize-overflow;
  }
}

@media screen and (max-width: 480px) {
  div#container {
    overflow-y: visible !important;
  }
  section#navigation {
    overflow-y: visible !important;
    padding-bottom: 8rem;
  }
}
/* iPad 7th generation in portrait mode */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  div#container {
    overflow-y: visible !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: visible;
    position: absolute;
    top: 100%;
    left: 0;
  }
  html body {
    height: 100vw;
    width: 100%;
    max-width: 89%;
    margin: 0;
    transform: translateX(-5px);
  }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: visible;
    position: absolute;
    top: 100%;
    left: 0;
  }
  html body {
    height: 100vw;
    width: 100%;
    max-width: 89%;
    margin: 0;
    transform: translateX(-5px);
  }
}
@media screen and (min-width: 320px) and (max-width: 380px) and (orientation: portrait) {
  p.cta-content {
    padding-bottom: 2rem;
  }
  div#container {
    overflow-y: visible;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  div.languages-mobile ul li ul:before {
    width: 6rem;
    transform: translateX(65%);
  }
  div.cookies h3 {
    max-width: 200px;
  }
  div.cookies div.cookies_buttons {
    margin-top: 2.7rem;
    justify-content: left;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  h1.hide {
    animation: 0.25s linear 1200ms normal forwards hide-title;
  }
  #shape.reveal {
    animation: 5000ms ease-in-out normal forwards curtain-reveal;
  }
  div.languages-mobile ul li.active > a:active, div.languages ul li.active > a:active {
    color: #F1F1F1;
  }
  div.languages-mobile ul li.active::after, div.languages ul li.active::after {
    color: #F1F1F1;
  }
  div.languages-mobile a, div.languages a {
    cursor: pointer;
    display: inline-block;
    -moz-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
  }
  div.languages-mobile a:hover, div.languages a:hover {
    color: #F1F1F1 !important;
  }
  div.languages-mobile a:active, div.languages a:active {
    color: #F1F1F1;
  }
  div.cookies_container {
    top: 0;
    left: 0;
    right: 0;
    width: initial;
    max-width: 310px;
    max-height: 24rem;
    margin: auto;
  }
  div.cookies_container div.text {
    margin-top: 0.3rem;
  }
  div.cookies_container div.text p {
    margin-top: 1.7rem;
  }
  body.english .inner-wrapper h2 {
    max-width: 250px;
  }
  body.french .inner-wrapper h2 {
    max-width: 250px;
  }
  body.french .intro-container h1 {
    width: 86.179%;
  }
  body.french div.cookies_container {
    max-height: 26rem;
    max-width: 330px;
  }
  body.korean .inner-wrapper h2 {
    max-width: 250px;
  }
  body.korean .intro-container h1 {
    width: 45.179%;
  }
  body.spanish .inner-wrapper h2 {
    max-width: 250px;
  }
  body.spanish .intro-container h1 {
    width: 84.179%;
  }
  body.spanish div.cookies_container {
    max-height: 29rem;
    max-width: 317px;
  }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  div.cookies_container {
    top: 0;
    left: 0;
    right: 0;
    width: initial;
    max-width: 100%;
    max-height: 26rem;
    margin: auto 3rem;
  }
}
@media screen and (max-width: 1080px) {
  div.languages ul li a:hover {
    color: #F1F1F1 !important;
  }
}
@media screen and (min-width: 740px) and (orientation: portrait) {
  body.french .intro-container h1 {
    width: 77.411%;
  }
  body.korean .intro-container h1 {
    width: 37.411%;
  }
  div.intro-container h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    width: 60.021%;
    animation: 0.25s linear 2000ms normal forwards hide-title;
  }
  div.intro-container #shape {
    width: 200vw;
    height: 200vw;
    animation: 5000ms ease-in-out 1200ms normal forwards curtain-reveal;
  }
  div.copy-container {
    animation: 1.5s ease-in-out 2800ms normal forwards move-left;
  }
  div.copy-container div.languages-mobile {
    display: none;
  }
  div.copy-container div.languages {
    display: block;
    top: 2rem;
    right: -3rem;
  }
  div.copy-container div.languages ul li ul.sub-menu {
    height: 21rem;
  }
  div.copy-container .inner-wrapper {
    margin-top: 5.3rem;
    padding: 0 6.2rem;
  }
  div.copy-container h2 {
    max-width: 550px;
    font-size: 3rem;
    line-height: 4.1rem;
  }
  div.copy-container hr, div.copy-container div.line {
    margin: 3rem auto;
    height: 1px;
  }
  div.copy-container .paragraph-container {
    max-width: 644px;
  }
  div.copy-container .paragraph-container .cta-content {
    margin-top: 3rem;
  }
  div.copy-container .paragraph-container .cta-content a {
    display: block;
    line-height: 1.7rem;
    font-size: 1.4rem;
  }
  div.cookies_container {
    padding: 6.4rem 7rem;
  }
  div.cookies_container .text h3 {
    font-size: 2rem;
    line-height: 2.9rem;
    letter-spacing: 0.05rem;
  }
  div.cookies_container .text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0.05rem;
  }
  div.cookies_buttons {
    margin-top: 4.4rem;
    justify-content: left;
    gap: initial;
  }
  div.cookies_buttons button:first-of-type, div.cookies_buttons a:first-of-type {
    margin-right: 3.6rem;
  }
}
@media all and (max-width: 1024px) and (orientation: landscape) {
  div#container div.video-controls {
    bottom: 30px;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  /* Hide scrollbar for Chrome, Safari, and newer versions of Opera */
  ::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE and Edge */
  body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  /* Hide scrollbar for Firefox */
  html {
    scrollbar-width: none;
  }
  body#athlete div.copy-container div.inner-wrapper div.line {
    height: 35.4rem;
  }
  body {
    overflow: hidden;
    height: 100vh;
  }
  body.overflow {
    overflow: initial;
  }
  .cta-menu {
    display: flex;
  }
  div#container {
    display: grid;
    width: 100vw;
    height: 100vh;
  }
  div#container .embed-container {
    height: 100vh;
    position: initial;
  }
  div#container .embed-container__mobile {
    display: none;
  }
  div#container .embed-container__desktop {
    display: block;
  }
  div#container .embed-container iframe.video-desktop, div#container .embed-container video.video-desktop {
    width: 100vw !important;
    height: 56.25vw;
    top: 50%;
    left: 50%;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    margin: 0;
    animation-name: increase-embed-z;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }
  div#container .embed-container .video-controls {
    display: flex;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
    animation: 0.25s linear 3000ms normal forwards initialize-video-controls;
  }
  div#container .embed-container .video-controls.hide-controls {
    opacity: 0 !important;
    transition: opacity 150ms ease-in-out !important;
  }
  div#container .embed-container .video-controls.show-controls {
    opacity: 1;
    transition: opacity 150ms ease-in-out;
  }
}
@media (min-width: 1000px) and (orientation: landscape) and (max-width: 1100px) and (orientation: landscape) {
  div#container .embed-container .video-controls {
    bottom: 45px;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.intro-container h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    padding: 0;
    animation: 0.25s linear 2500ms normal forwards hide-title;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (min-width: 1100px) {
  div#container div.intro-container h1 {
    animation: 0.25s linear 2000ms normal forwards hide-title;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.intro-container #shape {
    width: 200vw;
    height: 200vw;
    animation: 5000ms ease-in-out 1000ms normal forwards curtain-reveal;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (min-width: 1100px) and (orientation: landscape) {
  div#container div.intro-container #shape {
    animation: 4500ms ease-in-out 800ms normal forwards curtain-reveal;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container {
    grid-row: 1/2;
    margin: 0 auto;
    padding: 0;
    z-index: 600;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    animation: unset;
  }
  div#container div.copy-container .grid {
    position: relative;
    grid-template-columns: 15.8rem auto;
    grid-template-rows: 6.7rem auto;
    height: 100vh;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (max-width: 1080px) and (orientation: landscape) {
  div#container div.copy-container .grid {
    grid-template-columns: 16.7rem auto;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container.slide-in {
    animation: 1.5s ease-in-out normal forwards move-left;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container.slide-out {
    animation: 1.5s ease-in-out normal forwards move-right;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container div.languages-mobile {
    display: none;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container div.languages {
    display: block;
  }
  div#container div.copy-container div.languages.show {
    position: absolute;
    top: 6.8rem;
    left: 4.8rem;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#visual-navigation-buttons {
    align-self: center;
    display: block;
    max-width: 2px;
    grid-column: 1;
    grid-row: 2;
    margin-left: 4.8rem;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (min-height: 650px) {
  div#container div.copy-container section#visual-navigation-buttons {
    grid-row: 1/3;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#visual-navigation-buttons .btn {
    display: block;
    width: 2px;
    height: 7.2rem;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 1s ease-in-out;
  }
  div#container div.copy-container section#visual-navigation-buttons .btn.current {
    background-color: #FFFFFF;
  }
  div#container div.copy-container section#visual-navigation-buttons .btn:first-of-type {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (max-width: 999px) {
  div#container div.copy-container section#visual-navigation-buttons {
    display: none;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#slides {
    justify-self: center;
    align-self: center;
    grid-column: 1/3;
    grid-row: 2;
    max-height: 44.6rem;
    max-width: 857px;
    transition: all 1s ease-out;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (min-height: 650px) {
  div#container div.copy-container section#slides {
    grid-row: 1/3;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#slides .grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#slides div.slide {
    transition: all 1s ease-out;
  }
  div#container div.copy-container section#slides div.slide.initial {
    grid-row: 1;
    grid-column: 1/3;
    transition: all 1s ease-in-out;
  }
  div#container div.copy-container section#slides div.slide.initial h2 {
    grid-row: 1;
    grid-column: 1;
    max-width: 18.2rem;
    line-height: 3.4rem;
    font-size: 2.5rem;
  }
  div#container div.copy-container section#slides div.slide.initial .line {
    grid-row: 1;
    height: 446px;
    grid-column: 2;
    margin: 0 7.2rem;
  }
  div#container div.copy-container section#slides div.slide.initial .text {
    grid-row: 1;
    grid-column: 3;
  }
  div#container div.copy-container section#slides div.slide.initial .text .copy p {
    font-size: 2rem;
    line-height: 2.86rem;
    padding-bottom: 2rem;
  }
  div#container div.copy-container section#slides div.slide.initial .text .copy p:last-of-type {
    padding-bottom: 0;
  }
  div#container div.copy-container section#slides div.slide.initial .text .cta-content {
    margin-top: 6.2rem;
  }
  div#container div.copy-container section#slides div.slide.initial .text.animate {
    animation: 2600ms ease-in-out normal forwards move-left;
  }
  div#container div.copy-container section#slides div.slide.initial.hide {
    transform: translateY(-100vh);
  }
  div#container div.copy-container section#slides div.slide.initial::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    background: linear-gradient(to top, rgb(0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 0, 0, 0) 100%);
    transition: all 700ms ease-in-out;
  }
  div#container div.copy-container section#slides div.slide.initial.hide::after {
    top: -20%;
  }
  div#container div.copy-container section#slides div.slide.secondary {
    position: relative;
    z-index: 200;
    grid-column: 1/3;
    grid-row: 1;
    margin: 100vh auto 0 auto;
    width: 100%;
    max-width: 640px;
  }
  div#container div.copy-container section#slides div.slide.secondary h4 {
    letter-spacing: 0.1em;
  }
  div#container div.copy-container section#slides div.slide.secondary.show {
    animation: 1000ms ease-in-out normal forwards remove-margin;
  }
  div#container div.copy-container section#slides div.slide.secondary.hide {
    animation: 1000ms ease-in-out normal forwards add-margin;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container button.trigger-menu, div#container div.copy-container section#page-navigation {
    grid-row: 3;
    align-self: start;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container section#page-navigation {
    position: absolute;
    width: initial;
    left: 50%;
    bottom: 4.8rem;
    transform: translateX(-50%);
  }
  div#container div.copy-container section#page-navigation .cta_secondary-slide {
    visibility: visible;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container button.trigger-menu {
    position: absolute;
    width: initial;
    bottom: 4.8rem;
    right: 4.8rem;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container .inner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: normal;
    margin: 0 auto;
    padding-top: calc(41vh - 14.4rem);
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container h2 {
    text-align: right;
    line-height: 1.3;
  }
}
@media (min-width: 1000px) and (orientation: landscape) and (min-width: 1000px) and (max-width: 1100px) {
  div#container div.copy-container h2 {
    max-width: 230px;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container h2.animate {
    animation: 1500ms ease-in-out normal forwards move-left;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container hr, div#container div.copy-container div.line {
    margin: 0;
    padding: 0;
    width: 1px;
    display: block;
    height: 42rem;
    margin: 0.7rem 7.2rem 0 7.2rem;
  }
  div#container div.copy-container hr.animate, div#container div.copy-container div.line.animate {
    animation: 2300ms ease-in-out normal forwards move-left;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container .paragraph-container {
    margin-top: 0;
    max-width: 535px;
  }
  div#container div.copy-container .paragraph-container.animate {
    animation: 2600ms ease-in-out normal forwards move-left;
  }
  div#container div.copy-container .paragraph-container p {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #F1F1F1;
    padding-top: 0;
    margin-bottom: 3rem;
  }
  div#container div.copy-container .paragraph-container p span {
    color: #F2A838;
  }
  div#container div.copy-container .paragraph-container .cta-content {
    margin-top: 4.4rem;
    color: #F2A838;
  }
  div#container div.copy-container .paragraph-container .cta-content.animate {
    animation: 2700ms ease-in-out normal forwards slide-left-container;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram, div#container div.copy-container .paragraph-container .cta-content .icon-icon-tw-logo-gray, div#container div.copy-container .paragraph-container .cta-content .icon-social {
    color: #F2A838;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) and (min-width: 1100px) {
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram, div#container div.copy-container .paragraph-container .cta-content .icon-icon-tw-logo-gray, div#container div.copy-container .paragraph-container .cta-content .icon-social {
    color: #F1F1F1;
    transition: all ease-in-out 500ms;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover, div#container div.copy-container .paragraph-container .cta-content .icon-icon-tw-logo-gray:hover, div#container div.copy-container .paragraph-container .cta-content .icon-social:hover {
    color: #F2A838;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:before, div#container div.copy-container .paragraph-container .cta-content .icon-icon-tw-logo-gray:before, div#container div.copy-container .paragraph-container .cta-content .icon-social:before {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.copy-container .paragraph-container .cta-content a {
    font-size: 1.5rem;
    line-height: 3.8rem;
    color: #F2A838;
    text-align: left;
  }
  div#container div.copy-container .paragraph-container .cta-content a span {
    color: #F2A838;
  }
}
@media all and (min-width: 1000px) and (orientation: landscape) {
  div#container div.cookies {
    display: none;
    grid-template-columns: 6;
  }
  div#container div.cookies_container {
    padding: 2.4rem 0;
    width: 100vw;
  }
  div#container div.cookies_container .text {
    grid-column: 1/3;
    padding-left: 36px;
  }
  div#container div.cookies_container .text h3 {
    font-size: 2rem;
    letter-spacing: 0.05rem;
    line-height: 2.9rem;
  }
  div#container div.cookies_container .text p {
    letter-spacing: 0.05rem;
  }
  div#container div.cookies_buttons {
    grid-column: 4/6;
    padding-right: 3.6rem;
    justify-content: right;
    margin-top: 0;
  }
  div#container div.cookies_buttons button {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
  }
  div#container div.cookies_buttons button:first-of-type {
    margin-right: 3.6rem;
  }
}
@media all and (min-width: 1166px) {
  div#container div.copy-container hr, div#container div.copy-container div.line {
    height: 42rem;
  }
}
@media all and (min-width: 1100px) and (orientation: landscape) {
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover {
    color: #F2A838;
    transition: color 1s;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover > .icon-icon-tw-logo-gray {
    color: #F2A838;
    transition: color 1s;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover > .icon-social {
    color: #F2A838;
    transition: color 1s;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover > a {
    color: #F2A838;
    transition: color 1s;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram:hover > a span {
    color: #F2A838;
    transition: color 1s;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram a {
    color: #F1F1F1;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram a span {
    color: #F1F1F1;
  }
  div#container div.copy-container .paragraph-container .cta-content .icon-instagram i.icon-instagram, div#container div.copy-container .paragraph-container .cta-content .icon-instagram i.icon-icon-tw-logo-gray, div#container div.copy-container .paragraph-container .cta-content .icon-instagram .icon-social {
    color: #F1F1F1;
  }
}
body.french .intro-container h1 {
  width: 78.411%;
}
@media all and (max-width: 480px) {
  body.french .intro-container h1 {
    width: 96%;
  }
}
@media all and (min-width: 1200px) {
  body.french .intro-container h1 {
    width: 60.411%;
  }
}
body.french section#navigation #site-navigation {
  max-width: 850px;
}
@media all and (min-width: 768px) {
  body.french section#navigation #site-navigation {
    margin-left: 112px;
  }
}
@media all and (max-width: 810px) and (orientation: portrait) {
  body.french section#navigation #site-navigation {
    max-width: 660px;
  }
}
@media all and (max-width: 1080px) and (orientation: landscape) {
  body.french section#navigation #site-navigation {
    max-width: 670px;
  }
}
body.french ul#menu-footer-french-menu-1 li.target-spice-maker {
  line-height: 220%;
}
body.french div#container div.copy-container h2 {
  max-width: 400px;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.french div#container div.copy-container h2 {
    max-width: 350px;
  }
}
@media screen and (max-width: 480px) {
  body.french div#container div.copy-container h2 {
    max-width: 250px;
  }
}
body.french div#container div.copy-container .line {
  height: 44rem;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.french div#container div.copy-container .line {
    height: 1px;
  }
}
body.french div#container div.copy-container .paragraph-container .cta-content a {
  line-height: 2rem;
}

body.english .intro-container h1 {
  width: 90%;
}
@media all and (max-width: 480px) {
  body.english .intro-container h1 {
    width: 86%;
  }
}
@media all and (min-width: 740px) {
  body.english .intro-container h1 {
    width: 77.411%;
  }
}
@media all and (min-width: 1200px) {
  body.english .intro-container h1 {
    width: 33.61111111%;
  }
}
@media all and (min-width: 1024px) and (orientation: landscape) {
  body.english .intro-container h1 {
    width: 40%;
  }
}

body.spanish .intro-container h1 {
  width: 72.311%;
}
@media all and (max-width: 480px) {
  body.spanish .intro-container h1 {
    width: 96%;
  }
}
@media all and (min-width: 1200px) {
  body.spanish .intro-container h1 {
    width: 40.311%;
  }
}
body.spanish section#navigation #site-navigation {
  max-width: 882px;
}
@media all and (min-width: 768px) {
  body.spanish section#navigation #site-navigation {
    margin-left: 112px;
  }
}
@media all and (max-width: 1080px) {
  body.spanish section#navigation #site-navigation {
    max-width: 590px;
  }
}
body.spanish div#container div.copy-container h2 {
  max-width: 400px;
}
@media all and (max-width: 480px) {
  body.spanish div#container div.copy-container h2 {
    max-width: 250px;
  }
}
body.spanish div#container div.copy-container .line {
  height: 41rem;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.spanish div#container div.copy-container .line {
    height: 1px;
  }
}
body.spanish div#container div.copy-container .paragraph-container .cta-content a {
  line-height: 2rem;
}

body.korean .intro-container h1 {
  width: 29%;
}
@media all and (max-width: 480px) {
  body.korean .intro-container h1 {
    width: 56%;
  }
}
@media all and (min-width: 1200px) {
  body.korean .intro-container h1 {
    width: 21.611%;
  }
}
@media all and (min-width: 768px) {
  body.korean section#navigation #site-navigation {
    margin-left: 112px;
  }
}
body.korean div#container div.copy-container .line {
  height: 36rem;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.korean div#container div.copy-container .line {
    height: 1px;
  }
}

html {
  scroll-behavior: smooth;
}

div#container div.embed-container {
  grid-row: 1/1;
}

@media all and (max-width: 768px) {
  div#container {
    overflow-y: visible !important;
  }
}
button.trigger-menu.mobile {
  display: none;
  z-index: 1;
  transition: all 3s;
}

@media all and (max-width: 480px) {
  button.trigger-menu.desktop {
    display: none;
  }
  div.mobile-btn-bg {
    width: 100%;
    height: 150px;
    z-index: 600 !important;
    position: sticky;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.00735012) 6.67%, rgba(0, 0, 0, 0.0301835) 13.33%, rgba(0, 0, 0, 0.0694109) 20%, rgba(0, 0, 0, 0.1253) 26.67%, rgba(0, 0, 0, 0.197009) 33.33%, rgba(0, 0, 0, 0.282101) 40%, rgba(0, 0, 0, 0.376288) 46.67%, rgba(0, 0, 0, 0.473712) 53.33%, rgba(0, 0, 0, 0.567899) 60%, rgba(0, 0, 0, 0.652991) 66.67%, rgba(0, 0, 0, 0.7247) 73.33%, rgba(0, 0, 0, 0.780589) 80%, rgba(0, 0, 0, 0.819817) 86.67%, rgba(0, 0, 0, 0.84265) 93.33%, rgba(0, 0, 0, 0.85) 100%);
  }
  button.trigger-menu.mobile {
    display: block;
    width: initial;
    background-color: transparent;
    z-index: 600 !important;
  }
}
@media screen and (device-width: 834px) and (device-height: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  div#container div.copy-container section#page-navigation {
    bottom: 6.8rem !important;
  }
  div#container div.copy-container button.trigger-menu {
    bottom: 7.3rem !important;
  }
  div.cookies_container {
    bottom: 90px !important;
  }
  .video-controls {
    bottom: 95px !important;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  div#container div.copy-container section#page-navigation {
    bottom: 6.8rem !important;
  }
  div#container div.copy-container button.trigger-menu {
    bottom: 7.3rem !important;
  }
  div.cookies_container {
    bottom: 90px !important;
  }
  .video-controls {
    bottom: 90px !important;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  div#container div.copy-container button.trigger-menu {
    bottom: 6rem !important;
  }
}
/*# sourceMappingURL=frontend.css.map */
