/* STATIC FONTS */
@import url(../fonts/Static/Agrandir/Agrandir-Static.css);
@import url(../fonts/Static/AgrandirGrotesk/AgrandirGrotesk-Static.css);
/* VARIABLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500&display=swap");
@font-face {
  font-family: 'Agrandir Variable';
  src: url("../fonts/Variable/Agrandir-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir Grotesk Variable';
  src: url("../fonts/Variable/AgrandirGrotesk-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

@font-face {
  font-family: 'With Agrandir Variable';
  src: url("../fonts/Variable/WithAgrandir-Master") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

/* MIXINS */
/* AGRANDIR VARIABLE */
/* AGRANDIR GROTESK VARIABLE */
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes breathing {
  0% {
    box-shadow: 0 0 50px #634303;
  }
  25% {
    box-shadow: 0 0 200px #c78605;
  }
  60% {
    box-shadow: 0 0 50px #191101;
  }
  100% {
    box-shadow: 0 0 70px #634303;
  }
}

@keyframes breathing {
  0% {
    box-shadow: 0 0 50px #634303;
  }
  25% {
    box-shadow: 0 0 200px #c78605;
  }
  60% {
    box-shadow: 0 0 50px #191101;
  }
  100% {
    box-shadow: 0 0 70px #634303;
  }
}

@keyframes bgYellow {
  from {
    background-color: #fcd381;
  }
  to {
    background-color: #2c2c2c;
  }
}

@keyframes stretchOn {
  from {
    transform: scale3d(0, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes stretchOff {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(0, 1, 1);
  }
}

@keyframes fontStretchBold {
  0% {
    font-variation-settings: 'wght' 450, 'wdth' 140;
  }
  70% {
    font-variation-settings: 'wght' 550, 'wdth' 180;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

@keyframes fontStretchThin {
  0% {
    font-variation-settings: 'wght' 50, 'wdth' 140;
  }
  70% {
    font-variation-settings: 'wght' 200, 'wdth' 180;
  }
  100% {
    font-variation-settings: 'wght' 100, 'wdth' 150;
  }
}

@keyframes fontStretch2025Thin {
  0% {
    font-variation-settings: 'wght' 300, 'wdth' 180;
  }
  100% {
    font-variation-settings: 'wght' 300, 'wdth' 150;
  }
}

@keyframes fontStretch2025Medium {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 180;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

/*! 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;
}

* {
  box-sizing: border-box;
  font-family: 'Work Sans', 'Helvetica', 'Arial', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

*:not(textarea) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1, h2, h3 {
  margin: 0;
}

input, textarea {
  font-size: 14px;
}

input:focus, input.active, textarea:focus, textarea.active {
  border: 0;
  outline: 0;
}

br.d {
  display: inline;
}

@media screen and (max-width: 767px) {
  br.d {
    display: none;
  }
}

br.m {
  display: none;
}

@media screen and (max-width: 767px) {
  br.m {
    display: inline;
  }
}

html {
  overflow: hidden !important;
}

body {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  background-color: #2c2c2c;
  color: #ffffff;
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  body {
    height: 100%;
    max-height: 100%;
  }
}

body .main_wrapper {
  height: 100%;
}

@media screen and (max-width: 767px) {
  body .main_wrapper {
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#main_header {
  height: 50px;
  border-bottom: 1px solid #7C868E;
  background: #2c2c2c;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #main_header {
    height: 50px;
    padding: 2px 0;
    position: relative;
  }
}

#main_header a {
  text-decoration: none;
  height: 60%;
  pointer-events: none;
}

.s6 #main_header a, .data-page #main_header a, .about-page #main_header a {
  pointer-events: all !important;
}

@media screen and (max-width: 767px) {
  #main_header a {
    width: 100%;
  }
}

#main_header img {
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  #main_header img {
    height: 70%;
    display: block;
    margin: 1% auto 0;
  }
}

#main_header #mobile_back_button {
  display: none;
}

@media screen and (max-width: 767px) {
  body:not(.s0):not(.s6) #main_header #mobile_back_button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 14px 11px;
  }
  body:not(.s0):not(.s6) #main_header #mobile_back_button img {
    width: 100%;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

#main_content {
  height: calc(100% - 100px);
  width: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #main_content {
    height: calc(100% - 50px);
    overflow: scroll;
    -webkit-transition: height 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: height 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

#main_content #tt_form {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main_content #tt_form {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form {
    height: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    display: block;
    overflow: hidden !important;
  }
}

.s6 #main_content #tt_form {
  transform: translateX(-110%);
  transition: transform 1.2s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 767px) {
  .s6 #main_content #tt_form {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    transition: transform 1.2s cubic-bezier(0.5, 0, 0.75, 0), z-index 0.2s ease-in 0.2s;
    z-index: 1;
    background: #2c2c2c;
  }
}

#main_content #tt_form .section {
  height: 100%;
  position: relative;
  will-change: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  -webkit-transform-origin: right;
  transform-origin: right;
  opacity: 1;
  border: 0;
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    pointer-events: none;
    background: #2c2c2c;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation: stretchOff 0.6s cubic-bezier(0.5, 0, 0.75, 0);
    animation: stretchOff 0.6s cubic-bezier(0.5, 0, 0.75, 0);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transition: left 0.2s, width 0.4s ease-in, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform-origin 0s;
    transition: left 0.2s, width 0.4s ease-in, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform-origin 0s;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s, left 0.2s, width 0.4s ease-in;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s, left 0.2s, width 0.4s ease-in, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform-origin 0s;
  }
  #main_content #tt_form .section:not(.current_section):not(#s0_initial):after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    border-right: 1px solid #7C868E;
  }
  .s0 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s0 #main_content #tt_form .section:nth-child(2) {
    left: calc(100vw - 200px);
  }
  .s0 #main_content #tt_form .section:nth-child(3) {
    left: calc(100vw - 160px);
  }
  .s0 #main_content #tt_form .section:nth-child(4) {
    left: calc(100vw - 120px);
  }
  .s0 #main_content #tt_form .section:nth-child(5) {
    left: calc(100vw - 80px);
  }
  .s0 #main_content #tt_form .section:nth-child(6) {
    left: calc(100vw - 40px);
  }
  .s1 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s1 #main_content #tt_form .section:nth-child(2) {
    left: 40px;
  }
  .s1 #main_content #tt_form .section:nth-child(2).current_section {
    left: 0 !important;
  }
  .s1 #main_content #tt_form .section:nth-child(3) {
    left: calc(100vw - 160px);
  }
  .s1 #main_content #tt_form .section:nth-child(4) {
    left: calc(100vw - 120px);
  }
  .s1 #main_content #tt_form .section:nth-child(5) {
    left: calc(100vw - 80px);
  }
  .s1 #main_content #tt_form .section:nth-child(6) {
    left: calc(100vw - 40px);
  }
  .s1.back #main_content #tt_form .section:nth-child(2).current_section {
    left: 0 !important;
  }
  .s2 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s2 #main_content #tt_form .section:nth-child(2) {
    left: 40px;
  }
  .s2 #main_content #tt_form .section:nth-child(3) {
    left: 80px;
  }
  .s2 #main_content #tt_form .section:nth-child(3).current_section {
    left: 40px !important;
  }
  .s2 #main_content #tt_form .section:nth-child(4) {
    left: calc(100vw - 120px);
  }
  .s2 #main_content #tt_form .section:nth-child(5) {
    left: calc(100vw - 80px);
  }
  .s2 #main_content #tt_form .section:nth-child(6) {
    left: calc(100vw - 40px);
  }
  .s2.back #main_content #tt_form .section:nth-child(3).current_section {
    left: 40px !important;
  }
  .s3 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s3 #main_content #tt_form .section:nth-child(2) {
    left: 40px;
  }
  .s3 #main_content #tt_form .section:nth-child(3) {
    left: 80px;
  }
  .s3 #main_content #tt_form .section:nth-child(4) {
    left: 120px;
  }
  .s3 #main_content #tt_form .section:nth-child(4).current_section {
    left: 80px !important;
  }
  .s3 #main_content #tt_form .section:nth-child(5) {
    left: calc(100vw - 80px);
  }
  .s3 #main_content #tt_form .section:nth-child(6) {
    left: calc(100vw - 40px);
  }
  .s3.back #main_content #tt_form .section:nth-child(4).current_section {
    left: 80px !important;
  }
  .s4 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s4 #main_content #tt_form .section:nth-child(2) {
    left: 40px;
  }
  .s4 #main_content #tt_form .section:nth-child(3) {
    left: 80px;
  }
  .s4 #main_content #tt_form .section:nth-child(4) {
    left: 120px;
  }
  .s4 #main_content #tt_form .section:nth-child(5) {
    left: 160px;
  }
  .s4 #main_content #tt_form .section:nth-child(5).current_section {
    left: 120px !important;
  }
  .s4 #main_content #tt_form .section:nth-child(6) {
    left: calc(100vw - 40px);
  }
  .s4.back #main_content #tt_form .section:nth-child(5).current_section {
    left: 120px !important;
  }
  .s5 #main_content #tt_form .section:nth-child(1), .s6 #main_content #tt_form .section:nth-child(1) {
    left: 0;
  }
  .s5 #main_content #tt_form .section:nth-child(2), .s6 #main_content #tt_form .section:nth-child(2) {
    left: 40px;
  }
  .s5 #main_content #tt_form .section:nth-child(3), .s6 #main_content #tt_form .section:nth-child(3) {
    left: 80px;
  }
  .s5 #main_content #tt_form .section:nth-child(4), .s6 #main_content #tt_form .section:nth-child(4) {
    left: 120px;
  }
  .s5 #main_content #tt_form .section:nth-child(5), .s6 #main_content #tt_form .section:nth-child(5) {
    left: 160px;
  }
  .s5 #main_content #tt_form .section:nth-child(6), .s6 #main_content #tt_form .section:nth-child(6) {
    left: 200px;
  }
  .s5 #main_content #tt_form .section:nth-child(6).current_section, .s6 #main_content #tt_form .section:nth-child(6).current_section {
    left: 160px !important;
  }
  .s5.back #main_content #tt_form .section:nth-child(6).current_section, .s6.back #main_content #tt_form .section:nth-child(6).current_section {
    left: 160px !important;
  }
  #main_content #tt_form .section .section_wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s, -webkit-transform-origin 0s;
  }
  .back #main_content #tt_form .section {
    -webkit-transition: left 0.2s ease-out 0.4s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform-origin 0s;
    transition: left 0.2s ease-out 0.4s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform-origin 0s;
    transition: transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, transform-origin 0s, left 0.2s ease-out 0.4s;
    transition: transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, transform-origin 0s, left 0.2s ease-out 0.4s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform-origin 0s;
  }
  .back #main_content #tt_form .section .section_wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s, -webkit-transform-origin 0s;
  }
}

#main_content #tt_form .section.ready {
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section {
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform-origin 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
  }
  .back #main_content #tt_form .section {
    -webkit-transition: opacity 0.2s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, -webkit-transform-origin 0s;
    transition: opacity 0.2s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, -webkit-transform-origin 0s;
    transition: transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, opacity 0.2s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, transform-origin 0s;
    transition: transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, opacity 0.2s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, transform-origin 0s, -webkit-transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) -0.2s, -webkit-transform-origin 0s;
  }
  .back #main_content #tt_form .section .section_wrapper {
    -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.6s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.6s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
    transition: transform 1s cubic-bezier(0.5, 0, 0.75, 0), opacity 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.6s, transform-origin 0s;
    transition: transform 1s cubic-bezier(0.5, 0, 0.75, 0), opacity 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.6s, transform-origin 0s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
  }
}

#main_content #tt_form .section .section_title {
  width: 70px;
  height: 100%;
  -webkit-box-ordinal-group: 4;
  order: 3;
  z-index: 100;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0.5;
  font-size: 13px;
  text-transform: uppercase;
  color: #59636B;
  text-align: center;
  background: #2c2c2c;
  color: #59636B;
  border-left: 1px solid #7C868E;
  -webkit-transition: background 0.2s ease-in-out 1s, -webkit-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out 1s, -webkit-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out 1s, transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out 1s, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#main_content #tt_form .section .section_title span {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section .section_title {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_title {
    width: 100%;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fcd381;
    -webkit-transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, height 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, height 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    height: 0;
  }
  .specialRule-option_open #main_content #tt_form .section .section_title {
    height: 0 !important;
    opacity: 0 !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section .section_title .next_title {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 15px;
  }
  #main_content #tt_form .section .section_title .next_title span {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 18px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_title .next_title {
    width: 100%;
    height: 70px;
    display: block;
    margin: 0;
    color: #171717 !important;
    display: block;
    font-size: 15px;
    line-height: 70px;
  }
}

#main_content #tt_form .section .section_title_prev {
  z-index: 2;
  width: 45px;
  height: 100%;
  background: #2c2c2c;
  border: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section .section_title_prev .prev_title {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #7C868E;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    visibility: hidden;
  }
  #main_content #tt_form .section .section_title_prev .prev_title span {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 18px;
    line-height: 1.3;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_title_prev {
    display: none;
  }
}

#main_content #tt_form .section.current_section .section_title_prev {
  opacity: 1;
  border-left: 0.5px solid #7C868E;
  border-right: 0.5px solid #7C868E;
}

#main_content #tt_form .section.current_section .section_title_prev:hover {
  background: #3F4A51;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
}

#main_content #tt_form .section.current_section .section_title_prev:hover .prev_title {
  -webkit-transform: scale3d(0.9, 1, 1);
  transform: scale3d(0.9, 1, 1);
}

.s1 #main_content #tt_form .section.current_section .section_title_prev {
  border-left: 0;
}

#main_content #tt_form .section .section_wrapper {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_wrapper {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }
  .back #main_content #tt_form .section .section_wrapper {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}

@media screen and (min-width: 768px) {
  .specialRule-option_open #s4_open #main_content #tt_form .section .section_wrapper {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section.current_section {
    width: calc(100vw - 120px);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-animation: stretchOn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s forwards;
    animation: stretchOn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: all;
    opacity: 1;
    -webkit-transform-origin: calc(100% - 35px) !important;
    transform-origin: calc(100% - 35px) !important;
    z-index: 100;
    overflow: scroll;
    -webkit-transition: left 0.4s ease-out 0.2s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform-origin 0s;
    transition: left 0.4s ease-out 0.2s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform-origin 0s;
    transition: transform 0s cubic-bezier(0.65, 0, 0.35, 1), transform-origin 0s, left 0.4s ease-out 0.2s;
    transition: transform 0s cubic-bezier(0.65, 0, 0.35, 1), transform-origin 0s, left 0.4s ease-out 0.2s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform-origin 0s;
  }
  .s0 #main_content #tt_form .section.current_section, .s5 #main_content #tt_form .section.current_section {
    width: calc(100vw - 160px);
  }
  .back #main_content #tt_form .section.current_section, .s4 #main_content #tt_form .section.current_section {
    -webkit-animation: stretchOn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
    animation: stretchOn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
  }
  .s4 #main_content #tt_form .section.current_section {
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }
  #main_content #tt_form .section.current_section .section_wrapper {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.9s, -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.9s, -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.9s, transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.9s, transform-origin 0s, -webkit-transform-origin 0s;
    overflow: scroll;
  }
  .back #main_content #tt_form .section.current_section {
    -webkit-transition: left 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, -webkit-transform-origin 0s;
    transition: left 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, -webkit-transform-origin 0s;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, transform-origin 0s, left 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, transform-origin 0s, left 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, -webkit-transform-origin 0s;
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }
  .back #main_content #tt_form .section.current_section .section_wrapper {
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.4s, -webkit-transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.4s, -webkit-transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.4s, transform-origin 0s;
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0.4s, transform-origin 0s, -webkit-transform-origin 0s;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.current_section {
    width: 100%;
    overflow: scroll !important;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    pointer-events: all;
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform-origin 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
  }
  .back #main_content #tt_form .section.current_section {
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }
  .s0 #main_content #tt_form .section.current_section {
    position: absolute;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .s4 #main_content #tt_form .section.current_section {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
    transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s !important;
    transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
  }
  .s4 #main_content #tt_form .section.current_section.ready {
    -webkit-transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
    transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
    transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s !important;
    transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform-origin 0s, -webkit-transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s !important;
  }
  .s5 #main_content #tt_form .section.current_section {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform-origin 0s;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform-origin 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform-origin 0s;
  }
  #main_content #tt_form .section.current_section .section_wrapper {
    overflow: scroll !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section.current_section .section_title {
    opacity: 1;
    color: #3F4A51;
  }
}

#main_content #tt_form .section.current_section .prev_title {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.current_section.ready {
    padding-bottom: 70px;
    -webkit-transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  }
}

#main_content #tt_form .section.current_section.ready .section_title {
  opacity: 1;
  pointer-events: all;
  background: #fcd381;
  color: #171717;
}

#main_content #tt_form .section.current_section.ready .section_title span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  #main_content #tt_form .section.current_section.ready .section_title {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #fcd381;
    color: #171717;
    border: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: background 0.4s cubic-bezier(0.65, 0, 0.35, 1), background-image 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background 0.4s cubic-bezier(0.65, 0, 0.35, 1), background-image 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), background 0.4s cubic-bezier(0.65, 0, 0.35, 1), background-image 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), background 0.4s cubic-bezier(0.65, 0, 0.35, 1), background-image 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
  #main_content #tt_form .section.current_section.ready .section_title:hover {
    cursor: pointer;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
  }
  #main_content #tt_form .section.current_section.ready .section_title:hover .next_title {
    -webkit-transform: scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  #main_content #tt_form .section.current_section.ready .section_title .next_title {
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.current_section.ready .section_title {
    height: 70px;
    -webkit-transform: scale3d(1, 1, 1) translate(0);
    transform: scale3d(1, 1, 1) translate(0);
  }
}

#main_content #tt_form .section.next_section {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transform-origin: right !important;
  transform-origin: right !important;
}

@media screen and (min-width: 768px) {
  .back #main_content #tt_form .section.next_section {
    -webkit-animation: stretchOff 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.5s;
    animation: stretchOff 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.5s;
  }
}

.back #main_content #tt_form .section.next_section .section_header {
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s, transform 0s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s, transform 0s cubic-bezier(0.65, 0, 0.35, 1) 1.5s, -webkit-transform 0s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.next_section {
    width: 100%;
    background: #2c2c2c;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, background 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, background 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, background 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, background 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #main_content #tt_form .section.next_section .section_wrapper {
    opacity: 0;
  }
  .s0 #main_content #tt_form .section.next_section, .back #main_content #tt_form .section.next_section {
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
    -webkit-transition: background 0.2s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
    transition: background 0.2s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.75, 0), background 0.2s cubic-bezier(0.5, 0, 0.75, 0), transform-origin 0s;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.75, 0), background 0.2s cubic-bezier(0.5, 0, 0.75, 0), transform-origin 0s, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.75, 0), -webkit-transform-origin 0s;
  }
}

@media screen and (min-width: 767px) {
  #main_content #tt_form .section.prev_section {
    cursor: pointer;
    pointer-events: all;
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }
  #main_content #tt_form .section.prev_section .section_title {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.prev_section {
    z-index: -1;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }
  .back #main_content #tt_form .section.prev_section {
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }
  #main_content #tt_form .section.prev_section .section_wrapper {
    opacity: 0;
  }
  .s4 #main_content #tt_form .section.prev_section {
    background: #2c2c2c;
    z-index: 10;
    transition: z-index 0s ease-in 0.8s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform-origin 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform-origin 0s;
  }
}

#main_content #tt_form .section .section_header_wrapper {
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_header_wrapper {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  }
}

#main_content #tt_form .section .section_header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #7C868E;
  scroll-snap-align: start;
  text-align: center;
  -webkit-transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, min-height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, min-height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, min-height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, min-height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: top;
  transform-origin: top;
  will-change: auto;
}

.back #main_content #tt_form .section .section_header {
  -webkit-transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
}

#main_content #tt_form .section .section_header .t1, #main_content #tt_form .section .section_header .t2 {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_header {
    padding: 20px;
    height: 50%;
  }
}

#main_content #tt_form .section .section_header h2, #main_content #tt_form .section .section_header h3 {
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}

#main_content #tt_form .section .section_header h2 {
  margin-top: 15px;
  font-size: 35px;
  font-family: 'Agrandir Grotesk Variable Bold Wide', 'Helvetica', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@supports (font-stretch: normal) {
  #main_content #tt_form .section .section_header h2 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  #main_content #tt_form .section .section_header h2 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 150;
  }
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_header h2 {
    line-height: 1.5;
    font-size: 8vw;
  }
}

#main_content #tt_form .section .section_header h3 {
  font-size: 20px;
  font-weight: 300;
  color: #EFF2F2;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_header h3 {
    font-size: 18px;
  }
}

#main_content #tt_form .section .section_content {
  display: -webkit-box;
  display: flex;
  scroll-snap-align: start;
  -webkit-transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
  will-change: auto;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_content {
    overflow: scroll;
    background: #171717;
    padding: 3px 7px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.specialRule-option_open #main_content #tt_form .section .section_content {
  position: static;
  -webkit-transform: none;
  transform: none;
}

#main_content #tt_form .section .section_content h3 {
  font-size: 20px;
  font-weight: 400;
}

#main_content #tt_form .section .section_content h5 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section .section_content h5 {
    font-size: 18px;
  }
}

#main_content #tt_form .section.intro_closed {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #main_content #tt_form .section.intro_closed .section_header {
    min-height: 0;
  }
}

#main_content #tt_form .section.intro_closed .section_header h3 {
  opacity: 0;
}

#main_content #tt_form .section.intro_closed .section_content {
  height: 0%;
  opacity: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

#main_footer {
  width: 100%;
  height: 50px;
  border-top: 1px solid #7C868E;
  background: #2c2c2c;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 10px 10px 10px 30px;
  line-height: 2;
  font-weight: 200;
}

.s0 #main_footer, .s6 #main_footer, .about-page #main_footer, .data-page #main_footer {
  display: -webkit-box;
  display: flex;
}

#main_footer a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #main_footer {
    width: 100%;
    height: unset;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
    border-top: 0;
  }
  .s6 #main_footer {
    border-left: none;
    border-right: none;
  }
}

#main_footer ul {
  width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #main_footer ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

#main_footer ul li {
  display: inline;
  width: 130px;
  margin-right: 40px;
  -webkit-box-ordinal-group: 1;
  order: 0;
  line-height: 1.9;
}

#main_footer ul li:last-child {
  width: 280px;
}

#main_footer ul li a.active span, #main_footer ul li button.active span {
  color: #fcd381;
  font-weight: 500;
}

#main_footer ul li span, #main_footer ul li button {
  color: #EFF2F2;
  text-decoration: none;
}

#main_footer ul li span:hover, #main_footer ul li button:hover {
  text-decoration: none;
  color: #fcd381;
}

@media screen and (max-width: 767px) {
  #main_footer ul li {
    width: 100%;
    height: 70px;
    background: #171717;
    border-bottom: 1px solid #7C868E;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #main_footer ul li:last-child {
    width: 100%;
  }
  #main_footer ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #main_footer ul li a:focus, #main_footer ul li a:active, #main_footer ul li a:hover {
    text-decoration: none;
    background-color: #2c2c2c;
  }
  #main_footer ul li span {
    color: #7C868E !important;
    font-weight: 400 !important;
  }
  #main_footer ul li.share {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

#main_footer ul li.share span {
  margin: 0;
  font-weight: 200;
  pointer-events: none;
}

#main_footer ul li.share:hover span {
  color: #fcd381;
  font-weight: 400;
  text-decoration: none;
}

#main_footer .dev_withcompany {
  height: 100%;
  width: 180px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #main_footer .dev_withcompany {
    height: 50px;
    width: 100%;
    position: static;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0 12px;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 1;
    order: 0;
    border-top: 1px solid #7C868E;
    border-bottom: 1px solid #7C868E;
  }
}

#main_footer .dev_withcompany p {
  height: 100%;
  margin: 0;
  display: inline;
  font-size: 13px;
  line-height: 2.3;
}

#main_footer .dev_withcompany img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

@media screen and (max-width: 767px) {
  #main_footer .dev_withcompany img {
    width: 50%;
    left: -3px;
  }
}

.good-share-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 450px;
  padding: 70px 40px 40px;
  border: 0.5px solid #3F4A51;
  border-radius: 4px;
  background-color: #2c2c2c;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.good-share-modal:after {
  content: 'Share';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #EFF2F2;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.good-share-modal-open {
  /* Overlay */
}

.good-share-modal-open .good-share-modal {
  display: block;
  animation: fade 200ms;
  visibility: visible;
  z-index: 1000;
}

.good-share-modal-open .good-share-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.8);
  transition: all 0.2s;
  animation: fade 200ms;
  z-index: 900;
}

/* Close Button */
.close-btn {
  display: none;
}

/* Share Buttons */
.good-share-modal-buttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.good-share-modal-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: transparent;
  border: none;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 0.8em;
  transition: border 0.2s;
  cursor: pointer;
  color: #ffffff;
}

.good-share-modal-buttons .btn:hover svg {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.good-share-modal-buttons .btn:focus {
  outline: none;
}

.good-share-modal-buttons .btn svg {
  width: 27px;
  margin-right: 8px;
  pointer-events: none;
}

/* Social Media Icons */
.facebook-btn svg path {
  fill: #2c2c2c;
}

.twitter-btn svg path {
  fill: #2c2c2c;
}

.email-btn svg rect {
  fill: #2c2c2c;
  stroke: none;
}

.email-btn svg path {
  stroke: #fcd381;
}

.linked-btn svg path {
  fill: #2c2c2c;
}

/* CSS Animations */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Media Queries */
@media only screen and (max-width: 400px) {
  .good-share-modal-buttons .btn {
    width: 100%;
  }
}

#main_footer .share button {
  background: none;
  border: 0;
  height: 100%;
  cursor: pointer;
}

#main_footer .share button:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  #main_footer .share button {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #main_footer .share button:focus, #main_footer .share button:active, #main_footer .share button:hover {
    outline: none;
    text-decoration: none;
    background-color: #2c2c2c;
  }
}

#main_footer .share img {
  height: 80%;
  margin-top: 10%;
  pointer-events: none;
}

.option_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  border: 1px solid #2c2c2c;
  margin: 0;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}

.option_box.option_text_input {
  border: 1px solid #171717;
}

.s1 .option_box:nth-child(-n+2) {
  border-right: 1px solid #7C868E;
}

.s2 .option_box:nth-child(1) {
  border-right: 1px solid #7C868E;
}

.s4 .option_box:nth-child(-n+2) {
  border-right: 1px solid #7C868E;
}

@media screen and (max-width: 767px) {
  .option_box {
    height: 30%;
    min-height: 200px;
    background: #2c2c2c;
    border-radius: 2px;
    border: 1px solid #7C868E;
    margin: 5px 0;
    font-size: 18px;
  }
  .s4 .option_box {
    height: 30vh;
    max-height: 350px;
    min-height: unset;
  }
  .option_box.option_text_input {
    border: 1px solid #7C868E;
  }
}

.option_box h5 {
  font-weight: 400;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.option_box h3, .option_box h5 {
  margin: 0;
  display: block;
}

.option_box textarea {
  resize: none;
}

.s1 .option_box:not(.answered):hover, .s2 .option_box:not(.answered):hover, .s4 .option_box.option_box_closed:not(.answered):hover {
  border: 1px solid white;
}

.option_box.active {
  box-shadow: inset 0 0 0 rgba(252, 211, 129, 0.1);
  background-color: rgba(252, 211, 129, 0.1);
  color: #fcd381;
  border: 2px solid #fcd381 !important;
}

.option_box.active h5 {
  font-size: 22px !important;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .option_box.active h5 {
    font-size: 18px !important;
  }
}

.option_box.active .editable {
  min-height: 70px;
}

.option_box:first-child {
  border-right: 1px solid #7C868E;
}

.option_box:focus, .option_box.active {
  outline: 0 !important;
}

.option_box.option_text_input {
  background-color: #171717;
}

@media screen and (max-width: 767px) {
  .option_box.option_text_input {
    padding: 25px;
  }
}

.option_box.option_text_input.active.empty {
  background-color: #171717 !important;
  border-color: #ffffff !important;
  border-width: 1px !important;
}

.option_box.option_text_input.active {
  background-color: rgba(252, 211, 129, 0.1);
  -webkit-transition: min-height 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: min-height 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (max-width: 767px) {
  .option_box.option_text_input.active {
    min-height: 300px !important;
  }
}

.option_box.option_text_input.active h5 {
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 400;
}

.option_box.option_text_input.active h5, .option_box.option_text_input.active h3 {
  color: white;
}

.option_box.option_text_input.active textarea {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}

.option_box .editable {
  width: 90%;
  min-width: 50px;
  max-width: 600px;
  min-height: 50px;
  max-height: 100%;
  display: inline-block;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #fcd381;
  text-align: center;
  -webkit-transition: all 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 18px;
  line-height: 1.5;
}

.option_box h3 {
  margin: 10px auto 15px;
}

@media screen and (max-width: 767px) {
  body.s0 #main_content {
    height: calc(100% - 99px);
  }
  body.s0 .current_section {
    border: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #s0_initial.current_section {
    min-height: 100%;
    margin-bottom: 0 !important;
  }
}

#s0_initial .section_content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #2c2c2c !important;
  padding: 10%;
}

#s0_initial .section_content h1 {
  line-height: 1.1;
  font-size: 100px;
  will-change: auto;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
}

#s0_initial .section_content h1 b {
  font-family: 'Agrandir Grotesk Variable Medium Wide', 'Helvetica', sans-serif;
  font-weight: 500;
}

@supports (font-stretch: normal) {
  #s0_initial .section_content h1 b {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  #s0_initial .section_content h1 b {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

@supports (font-variation-settings: "wght" 50) {
  #s0_initial .section_content h1 b {
    animation: fontStretchBold 5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
  }
}

#s0_initial .section_content h1 span {
  font-family: 'Agrandir Grotesk Variable Thin Wide', 'Helvetica', sans-serif;
  font-weight: 100;
  letter-spacing: 1.2px;
}

@supports (font-stretch: normal) {
  #s0_initial .section_content h1 span {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  #s0_initial .section_content h1 span {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 100, 'wdth' 150;
  }
}

@supports (font-variation-settings: "wght" 50) {
  #s0_initial .section_content h1 span {
    animation: fontStretchThin 5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
  }
}

@media screen and (max-width: 1200px) {
  #s0_initial .section_content h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  #s0_initial .section_content h1 {
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
  }
}

#s1_binary .section_header {
  height: 50%;
}

@media screen and (max-width: 767px) {
  #s1_binary .section_header {
    height: 40%;
    min-height: 300px;
  }
}

#s1_binary.intro_closed .section_header, #s1_binary.prev_section .section_header, #s1_binary.next_section .section_header {
  -webkit-transform: scale3d(1, 2.005, 1) !important;
  transform: scale3d(1, 2.005, 1) !important;
  border-bottom-color: #2c2c2c !important;
}

@media screen and (max-width: 767px) {
  #s1_binary.intro_closed .section_header, #s1_binary.prev_section .section_header, #s1_binary.next_section .section_header {
    -webkit-transform: scale3d(1, 2, 1) !important;
    transform: scale3d(1, 2, 1) !important;
  }
}

#s1_binary.intro_closed .section_header .section_header_wrapper, #s1_binary.prev_section .section_header .section_header_wrapper, #s1_binary.next_section .section_header .section_header_wrapper {
  -webkit-transform: scale3d(1, 0.5, 1) !important;
  transform: scale3d(1, 0.5, 1) !important;
}

@media screen and (max-width: 767px) {
  #s1_binary.intro_closed .section_header .section_header_wrapper, #s1_binary.prev_section .section_header .section_header_wrapper, #s1_binary.next_section .section_header .section_header_wrapper {
    -webkit-transform: scale3d(1, 0.5, 1) !important;
    transform: scale3d(1, 0.5, 1) !important;
  }
}

#s1_binary .section_content {
  height: 50%;
}

@media screen and (max-width: 767px) {
  #s1_binary .section_content {
    height: unset;
  }
}

#s1_binary .options {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  #s1_binary .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #s1_binary .options .option_text_input {
    min-height: 200px;
  }
  #s1_binary .options .option_text_input h5 {
    margin-bottom: 10px;
  }
}

#s2_small.intro_closed .section_header, #s2_small.prev_section .section_header, #s2_small.next_section .section_header {
  -webkit-transform: scale3d(1, 2.005, 1) !important;
  transform: scale3d(1, 2.005, 1) !important;
  border-bottom-color: #2c2c2c !important;
}

@media screen and (max-width: 767px) {
  #s2_small.intro_closed .section_header, #s2_small.prev_section .section_header, #s2_small.next_section .section_header {
    -webkit-transform: scale3d(1, 2, 1) !important;
    transform: scale3d(1, 2, 1) !important;
  }
}

#s2_small.intro_closed .section_header .section_header_wrapper, #s2_small.prev_section .section_header .section_header_wrapper, #s2_small.next_section .section_header .section_header_wrapper {
  -webkit-transform: scale3d(1, 0.5, 1) !important;
  transform: scale3d(1, 0.5, 1) !important;
}

@media screen and (max-width: 767px) {
  #s2_small.intro_closed .section_header .section_header_wrapper, #s2_small.prev_section .section_header .section_header_wrapper, #s2_small.next_section .section_header .section_header_wrapper {
    -webkit-transform: scale3d(1, 0.5, 1) !important;
    transform: scale3d(1, 0.5, 1) !important;
  }
}

#s2_small .section_header {
  height: 50%;
}

@media screen and (max-width: 767px) {
  #s2_small .section_header {
    height: 40%;
    min-height: 300px;
  }
}

#s2_small .section_content {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  #s2_small .section_content {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #s2_small .section_content .option_box {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  body.s3 .main_wrapper, #main_content {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
  }
  #s3_slider .section_wrapper.sticky {
    background: #171717;
  }
  #s3_slider .section_wrapper.sticky .section_header {
    height: 40%;
    min-height: 300px;
    z-index: 100;
  }
  #s3_slider .section_wrapper.sticky .section_header h2 {
    font-size: 24px !important;
  }
  #s3_slider .section_wrapper.sticky .section_content {
    font-size: 24px;
    margin-top: 30vh;
  }
}

#s3_slider.intro_closed .section_header, #s3_slider.prev_section .section_header, #s3_slider.next_section .section_header {
  -webkit-transform: scale3d(1, 2.88, 1) !important;
  transform: scale3d(1, 2.88, 1) !important;
  border-bottom-color: #2c2c2c !important;
}

@media screen and (max-width: 767px) {
  #s3_slider.intro_closed .section_header, #s3_slider.prev_section .section_header, #s3_slider.next_section .section_header {
    -webkit-transform: scale(1, 2) !important;
    transform: scale(1, 2) !important;
  }
}

#s3_slider.intro_closed .section_header .section_title_wrapper, #s3_slider.prev_section .section_header .section_title_wrapper, #s3_slider.next_section .section_header .section_title_wrapper {
  -webkit-transform: scale3d(1, 0.35, 1) !important;
  transform: scale3d(1, 0.35, 1) !important;
}

@media screen and (max-width: 767px) {
  #s3_slider.intro_closed .section_header .section_title_wrapper, #s3_slider.prev_section .section_header .section_title_wrapper, #s3_slider.next_section .section_header .section_title_wrapper {
    -webkit-transform: scale(1, 0.5) !important;
    transform: scale(1, 0.5) !important;
  }
}

#s3_slider.intro_closed .section_header .tabs_wrapper, #s3_slider.prev_section .section_header .tabs_wrapper, #s3_slider.next_section .section_header .tabs_wrapper {
  opacity: 0;
}

#s3_slider .section_header {
  -webkit-transform: scale3d(1, 1);
  transform: scale3d(1, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}

#s3_slider .section_title_wrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}

#s3_slider .tabs_wrapper {
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
}

#s3_slider .section_wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

#s3_slider .section_title {
  -webkit-transition: background-image 1s ease-out;
  transition: background-image 1s ease-out;
  background-position: right !important;
}

#s3_slider .section_title .next_title {
  background-color: #2c2c2c;
}

#s3_slider.ready .section_title {
  background-image: url("../assets/gradient-background.jpg") !important;
  background-size: 90vw 100% !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 767px) {
  #s3_slider.ready .section_title {
    background-size: 100% 90vh !important;
  }
}

#s3_slider.ready .next_title {
  background-color: transparent;
}

#s3_slider .section_header {
  height: 35%;
  width: 100%;
  display: block;
  position: relative;
  background: #2c2c2c;
}

@media screen and (max-width: 767px) {
  #s3_slider .section_header {
    height: 70%;
    top: 0;
    z-index: 100;
  }
}

#s3_slider .section_header .section_title_wrapper {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 25px;
}

#s3_slider .section_header .tabs_wrapper {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_header .tabs_wrapper {
    height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_header .tabs_wrapper {
    display: block;
    padding: 0;
    height: 150px;
  }
  #s3_slider .section_header .tabs_wrapper:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none !important;
    background: rgba(44, 44, 44, 0);
    background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), color-stop(20%, rgba(44, 44, 44, 0)), color-stop(80%, rgba(44, 44, 44, 0)), to(#2c2c2c));
    background: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 20%, rgba(44, 44, 44, 0) 80%, #2c2c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c2c2c",endColorstr="#2c2c2c",GradientType=1);
  }
  #s3_slider .section_header .tabs_wrapper .slick-list {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #s3_slider .section_header .tabs_wrapper .slick-track {
    height: 50px;
  }
}

#s3_slider .section_header .tabs_wrapper .tab {
  height: 100%;
  padding: 0 30px;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7C868E;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
  #s3_slider .section_header .tabs_wrapper .tab {
    font-size: 1.1vw;
    padding: 0 1.2vw;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1351px) {
  #s3_slider .section_header .tabs_wrapper .tab {
    font-size: 1vw;
    padding: 0 1.3vw;
  }
}

@media screen and (min-width: 768px) {
  #s3_slider .section_header .tabs_wrapper .tab.active {
    color: white !important;
    border-bottom: 1px solid white;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_header .tabs_wrapper .tab {
    padding: 0 6px;
    font-size: 15px;
    margin: 0 20px;
  }
  #s3_slider .section_header .tabs_wrapper .tab.slick-current {
    color: white !important;
    border-bottom: 1px solid white;
  }
}

#s3_slider .section_header .tabs_wrapper .tab.visited {
  color: #fcd381;
}

#s3_slider .section_content {
  height: 65%;
  display: block !important;
  overflow: scroll;
  position: relative;
  background: #171717;
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content {
    height: 70%;
    margin-top: 0;
    overflow: hidden !important;
    scroll-snap-align: start;
    padding: 0;
  }
}

#s3_slider .section_content .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: -1;
  opacity: 0;
  background: #171717;
  padding: 50px 100px;
  border: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0.1s, z-index 0.1s;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0.1s, z-index 0.1s;
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider {
    border: 0;
    margin: 0;
    padding: 0;
  }
}

#s3_slider .section_content .slider.active {
  z-index: 1;
  opacity: 1;
}

#s3_slider .section_content .slider .slider_header {
  width: 50%;
  height: 50%;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_content .slider .slider_header {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_header {
    height: 60%;
    width: 100%;
    top: 10%;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    margin-top: 60px;
    padding: 10px 50px;
  }
}

#s3_slider .section_content .slider .slider_header .hint {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  color: #A4B0B6;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.3px;
  background: #171717;
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_content .slider .slider_header .hint {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_header .hint {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.5;
  }
  #s3_slider .section_content .slider .slider_header .hint br {
    display: none;
  }
}

#s3_slider .section_content .slider .slider_header .hint.hide {
  opacity: 0;
}

#s3_slider .section_content .slider .slider_header .hint img {
  opacity: 0.7;
  margin-bottom: 50px;
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_content .slider .slider_header .hint img {
    width: 4vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_header .hint img {
    margin-bottom: 25px;
  }
}

#s3_slider .section_content .slider .slider_header .hint p {
  text-transform: none;
}

#s3_slider .section_content .slider .slider_container {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_content .slider .slider_container {
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_container {
    height: 40%;
  }
}

#s3_slider .section_content .slider .slider_container input {
  width: 100%;
}

#s3_slider .section_content .slider .slider_captions {
  width: 100%;
  height: 40%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_captions {
    height: 60%;
  }
}

#s3_slider .section_content .slider .slider_captions .caption {
  width: 500px;
  font-size: 22px;
  font-weight: 400;
  color: #fcd381;
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #s3_slider .section_content .slider .slider_captions .caption {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  #s3_slider .section_content .slider .slider_captions .caption {
    font-size: 18px;
    width: 80%;
    top: 30%;
  }
}

#s3_slider .section_content .slider .slider_captions .caption p {
  margin: 5px 0;
  line-height: 1.5;
  font-weight: 400;
}

#s3_slider .section_content .slider .slider_captions .caption.neutral_caption.hide {
  opacity: 0 !important;
}

.input_slider {
  float: left;
  clear: left;
  width: 80%;
  height: 2px;
  top: 50%;
  left: 10%;
  background: #59636B;
  border: 0;
  outline: none;
}

@media screen and (max-width: 767px) {
  .input_slider {
    width: 70%;
    left: 15%;
  }
}

.input_slider span.ui-slider-handle {
  position: absolute;
  height: 25px;
  width: 0;
  padding: 0;
  margin-left: 0;
  background: none;
  border: 0;
}

.input_slider span.ui-slider-handle:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translate(-50%, -50%);
  outline: none;
  background: #171717;
  border: 2px solid #fcd381;
  cursor: ew-resize;
}

.input_slider span.ui-slider-handle:focus {
  outline: none !important;
}

.input_slider .progress_bar {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 0px;
  background: #fcd381;
}

.slider:nth-child(1) {
  --slider1size: 25px;
}

.slider:nth-child(1) .input_slider .ui-slider-handle:after {
  width: var(--slider1size);
  height: var(--slider1size);
}

.slider:nth-child(2) {
  --slider2size: 25px;
}

.slider:nth-child(2) .input_slider .ui-slider-handle:after {
  width: var(--slider2size);
  height: var(--slider2size);
}

.slider:nth-child(3) {
  --slider3size: 25px;
}

.slider:nth-child(3) .input_slider .ui-slider-handle:after {
  width: var(--slider3size);
  height: var(--slider3size);
}

.slider:nth-child(4) {
  --slider4size: 25px;
}

.slider:nth-child(4) .input_slider .ui-slider-handle:after {
  width: var(--slider4size);
  height: var(--slider4size);
}

.slider:nth-child(5) {
  --slider5size: 25px;
}

.slider:nth-child(5) .input_slider .ui-slider-handle:after {
  width: var(--slider5size);
  height: var(--slider5size);
}

.slider:nth-child(6) {
  --slider6size: 25px;
}

.slider:nth-child(6) .input_slider .ui-slider-handle:after {
  width: var(--slider6size);
  height: var(--slider6size);
}

body.s4.specialRule-option_open #s4_open .section_title {
  pointer-events: none !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
  background: #2c2c2c !important;
  color: #59636B !important;
  border-left: 1px solid #7C868E !important;
}

body.s4.specialRule-option_open #s4_open .section_title_prev {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  body.s4.specialRule-option_open #mobile_back_button {
    visibility: hidden !important;
  }
  body.s4.specialRule-option_open .current_section.ready {
    padding-bottom: 0 !important;
  }
  body.s4.specialRule-option_open #main_content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body.s4.specialRule-option_open #main_content .current_section, body.s4.specialRule-option_open #main_content .section_wrapper {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  body.s4.specialRule-option_open .option {
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
}

#s4_open.intro_closed .section_title {
  width: 0;
  opacity: 0;
}

#s4_open.intro_closed .section_wrapper {
  -webkit-transition: opacity 0s !important;
  transition: opacity 0s !important;
}

#s4_open .section_header {
  opacity: 1;
  -webkit-transition: height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.4s, opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
  transition: height 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.4s, opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
}

@media screen and (max-width: 767px) {
  #s4_open .section_header .t2 {
    padding-bottom: 10%;
  }
}

#s4_open .section_header .t2 h4 {
  margin: 10px 0;
  color: #EFF2F2;
  font-size: 22px;
  font-weight: 300;
  -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}

#s4_open .section_header .t2 h3 {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 300 !important;
  margin-bottom: 1.5%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  #s4_open .section_header .t2 h3 {
    width: unset;
  }
  #s4_open .section_header .t2 h3 br {
    display: none;
  }
}

#s4_open.next_section h2, #s4_open.next_section h2 span, #s4_open.prev_section h2, #s4_open.prev_section h2 span {
  opacity: 0;
}

.s4 #s4_open.intro_closed {
  opacity: 1;
}

.s4 #s4_open.intro_closed h3, .s4 #s4_open.intro_closed h4 {
  opacity: 0;
}

#s4_open .t1, #s4_open .t2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 7%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}

@media screen and (max-width: 767px) {
  #s4_open .t1, #s4_open .t2 {
    padding: 0;
  }
}

#s4_open .gradient-bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#s4_open .t1 {
  color: #2c2c2c;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#s4_open .t1 .section_header {
  border-bottom: 0;
}

#s4_open .t1 h2 {
  font-size: 100px !important;
  text-align: left;
  line-height: 1.1 !important;
  font-family: 'Agrandir Variable Light Wide', 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 1.2px !important;
}

@media screen and (max-width: 1200px) {
  #s4_open .t1 h2 {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  #s4_open .t1 h2 {
    font-size: 15vw !important;
    line-height: 1.2 !important;
    text-align: center;
  }
}

@supports (font-stretch: normal) {
  #s4_open .t1 h2 {
    font-stretch: 150% !important;
  }
}

@supports (font-variation-settings: normal) {
  #s4_open .t1 h2 {
    font-family: 'Agrandir Variable', sans-serif !important;
    font-variation-settings: 'wght' 300, 'wdth' 150 !important;
  }
}

@supports (font-variation-settings: normal) {
  #s4_open .t1 h2 {
    animation: fontStretch2025Thin 2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
  }
}

#s4_open .t1 .t2025 {
  font-family: 'Agrandir Variable Medium Wide', 'Helvetica', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
}

@supports (font-stretch: normal) {
  #s4_open .t1 .t2025 {
    font-stretch: 150% !important;
  }
}

@supports (font-variation-settings: normal) {
  #s4_open .t1 .t2025 {
    font-family: 'Agrandir Variable', sans-serif !important;
    font-variation-settings: 'wght' 500, 'wdth' 150 !important;
  }
}

#s4_open .section_header_wrapper {
  z-index: 1;
}

#s4_open.intro_t1 .gradient-bag {
  opacity: 1 !important;
  -webkit-transition: opacity 0s !important;
  transition: opacity 0s !important;
}

#s4_open.intro_t1 .t1 {
  opacity: 1;
}

@supports (font-variation-settings: normal) {
  #s4_open.intro_t1 .t1 h2 {
    animation: fontStretch2025Thin 2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
  }
}

@supports (font-variation-settings: normal) {
  #s4_open.intro_t1 .t1 .t2025 {
    animation: fontStretch2025Medium 2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
  }
}

#s4_open.intro_t1 .t2 {
  opacity: 0;
  -webkit-transition: none !important;
  transition: none !important;
}

#s4_open.intro_t1 .t1, #s4_open.intro_t1 .t2 {
  overflow: visible !important;
}

#s4_open.intro_closed .gradient-bag {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.1s;
  transition: opacity 0.6s ease-in-out 0.1s;
}

#s4_open .gradient-bag {
  opacity: 0;
  pointer-events: none;
}

#s4_open.intro_closed, #s4_open.prev_section, #s4_open.next_section {
  overflow: hidden;
}

#s4_open.intro_closed .section_header, #s4_open.prev_section .section_header, #s4_open.next_section .section_header {
  -webkit-transform: scale3d(1, 2.5, 1) !important;
  transform: scale3d(1, 2.5, 1) !important;
  border-bottom-color: #2c2c2c !important;
}

@media screen and (max-width: 767px) {
  #s4_open.intro_closed .section_header, #s4_open.prev_section .section_header, #s4_open.next_section .section_header {
    -webkit-transform: scale3d(1, 2, 1) !important;
    transform: scale3d(1, 2, 1) !important;
  }
}

#s4_open.intro_closed .section_header .section_header_wrapper, #s4_open.prev_section .section_header .section_header_wrapper, #s4_open.next_section .section_header .section_header_wrapper {
  -webkit-transform: scale3d(1, 0.4, 1) !important;
  transform: scale3d(1, 0.4, 1) !important;
}

@media screen and (max-width: 767px) {
  #s4_open.intro_closed .section_header .section_header_wrapper, #s4_open.prev_section .section_header .section_header_wrapper, #s4_open.next_section .section_header .section_header_wrapper {
    -webkit-transform: scale3d(1, 0.5, 1) !important;
    transform: scale3d(1, 0.5, 1) !important;
  }
}

#s4_open.intro_closed .section_header .tabs_wrapper, #s4_open.prev_section .section_header .tabs_wrapper, #s4_open.next_section .section_header .tabs_wrapper {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

#s4_open .section_header_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s !important;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s !important;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s !important;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s !important;
}

#s4_open .section_header {
  height: 40%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
  background: #2c2c2c;
}

@media screen and (max-width: 767px) {
  #s4_open .section_header {
    height: 60%;
    position: static;
    min-height: 350px;
  }
}

#s4_open .section_header h2 {
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  line-height: 1.5;
  margin-bottom: 20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#s4_open .section_header h3 {
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
  line-height: 1.4;
  margin-top: 15px;
  color: #7C868E !important;
}

@media screen and (max-width: 767px) {
  #s4_open .section_header h3 {
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
  }
}

#s4_open .section_header h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  #s4_open .section_header h3 br {
    display: inline;
  }
}

#s4_open .section_content {
  height: 60%;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background-color: #2c2c2c;
  background: url("../assets/gradient-background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: unset;
    margin-bottom: 7px;
    overflow: hidden !important;
    -webkit-transition: all 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  }
}

#s4_open .section_content .option {
  position: relative;
  padding: 100px 30px;
  background-color: #2c2c2c;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  #s4_open .section_content .option {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .option {
    padding: 20px;
  }
}

#s4_open .section_content .option h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-weight: 4  00;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

#s4_open .section_content .option.answered {
  background: rgba(22, 22, 22, 0.7);
  border: none;
  border: 3px solid #fcd381;
  border-width: 2px !important;
  -webkit-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
  -o-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
  border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
}

@media screen and (min-width: 768px) {
  #s4_open .section_content .option.answered + .answered:not(.option_open) {
    border-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .option.answered {
    -webkit-transform: none;
    transform: none;
    border: 3px solid #fcd381;
    border-width: 2px !important;
    -webkit-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
    -o-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
    border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
    background: url("../assets/gradient-background-dark.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#s4_open .section_content .option.answered h3 {
  font-size: 22px !important;
  font-weight: 500;
}

#s4_open .section_content .option.option_open {
  cursor: default;
  background: #171717;
  border-right-width: 2px !important;
  -webkit-tap-highlight-color: transparent;
  border: 3px solid #fcd381;
  border-width: 2px !important;
  -webkit-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
  -o-border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
  border-image: url(../assets/gradient-background.jpg) 6% stretch !important;
  border-width: 2px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  z-index: 100;
  -webkit-transform: none !important;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .option.option_open {
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    height: 100%;
  }
}

#s4_open .section_content .option.option_open:focus, #s4_open .section_content .option.option_open*:focus {
  outline: none;
}

#s4_open .section_content .option.option_open.answered {
  background: #171717 !important;
}

#s4_open .section_content .option.option_open.answered .close_icon {
  opacity: 0;
}

#s4_open .section_content .option.option_open.answered .done_icon {
  opacity: 1;
}

#s4_open .section_content .option.option_open h3 {
  display: none;
}

#s4_open .section_content .option.option_open .close_icon, #s4_open .section_content .option.option_open .clear_icon, #s4_open .section_content .option.option_open .download_icon, #s4_open .section_content .option.option_open .done_icon {
  display: block;
  cursor: pointer;
}

#s4_open .section_content .option.option_open .controls .clear_icon, #s4_open .section_content .option.option_open .controls .download_icon {
  display: none;
}

#s4_open .section_content .option.option_open.answered .clear_icon, #s4_open .section_content .option.option_open.answered .download_icon {
  display: block;
}

#s4_open .section_content .option.option_open.active .clear_icon, #s4_open .section_content .option.option_open.active .download_icon, #s4_open .section_content .option.option_open .drawing .clear_icon, #s4_open .section_content .option.option_open .drawing .download_icon {
  display: block;
}

@media screen and (min-width: 768px) {
  #s4_open .section_content .option.option_closed {
    width: 0;
    opacity: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .option.option_closed {
    visibility: hidden;
  }
}

#s4_open .section_content .clear_icon, #s4_open .section_content .close_icon, #s4_open .section_content .download_icon, #s4_open .section_content .done_icon {
  position: absolute;
  top: 25px;
  padding: 10px;
  z-index: 10;
  display: none;
  color: #EFF2F2;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: none;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .clear_icon, #s4_open .section_content .close_icon, #s4_open .section_content .download_icon, #s4_open .section_content .done_icon {
    top: 15px;
  }
}

#s4_open .section_content .clear_icon {
  left: 35px;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .clear_icon {
    left: 20px;
  }
}

#s4_open .section_content .close_icon, #s4_open .section_content .done_icon {
  right: 35px;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .close_icon, #s4_open .section_content .done_icon {
    right: 20px;
  }
}

#s4_open .section_content .done_icon {
  opacity: 0;
}

#s4_open .section_content .download_icon {
  left: 120px;
}

@media screen and (max-width: 767px) {
  #s4_open .section_content .download_icon {
    left: 100px;
  }
}

#s4_open .writing textarea {
  resize: none;
  width: 100%;
  max-width: 700px;
  min-width: 100px;
  height: 50px;
  min-height: unset;
  max-height: 80%;
  display: none;
  background: none;
  border: none;
  box-sizing: content-box;
  font-size: 24px;
  text-align: center;
  color: white;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  cursor: text;
  -webkit-transition: none !important;
  transition: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#s4_open .writing textarea:focus {
  outline: none;
  border-color: none;
}

#s4_open .writing.option_open textarea {
  display: block;
}

.safari #s4_open .recording, .fb-browser #s4_open .recording {
  display: none;
}

@media screen and (min-width: 768px) {
  #s4_open .recording {
    min-height: 300px;
  }
}

#s4_open .recording .feedback_info {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  #s4_open .recording .feedback_info {
    max-width: 85%;
  }
}

#s4_open .recording .feedback_info .info {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767 px) {
  #s4_open .recording .feedback_info .info {
    max-width: 85%;
  }
}

#s4_open .recording .feedback_info p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #A4B0B6;
  line-height: 1.6;
}

#s4_open .recording .feedback_info .recording_tutorial {
  display: block;
}

#s4_open .recording .feedback_info .recording_tutorial .m {
  display: none;
}

@media screen and (max-width: 767px) {
  #s4_open .recording .feedback_info .recording_tutorial .d {
    display: none;
  }
  #s4_open .recording .feedback_info .recording_tutorial .m {
    display: inline;
  }
}

#s4_open .recording .feedback_info img {
  width: 22px;
  margin-top: 10px;
}

#s4_open .recording.recording_on .clock .stopwatch_wrapper {
  opacity: 1;
  height: auto;
}

#s4_open .recording.recording_on .feedback_info {
  opacity: 0;
  visibility: hidden;
}

#s4_open .recording.recording_on .record-button {
  opacity: 0 !important;
  visibility: hidden !important;
}

#s4_open .recording.recording_on .stop-button {
  z-index: 100 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-animation: breathing 5s ease-out infinite normal !important;
  animation: breathing 5s ease-out infinite normal !important;
  box-shadow: 0 0 60px #634303 !important;
}

#s4_open .recording.recording_on .reactive {
  opacity: 0.3 !important;
}

#s4_open .recording.recording_on.option_open .close_icon, #s4_open .recording.recording_on.option_open .download_icon {
  opacity: 0.3;
  pointer-events: none;
}

#s4_open .recording.recording_on.option_open .done_icon {
  opacity: 0;
  pointer-events: none;
}

#s4_open .recording.recording_finish.option_open .clear_icon {
  display: block !important;
}

#s4_open .recording.recording_finish .clock .playback-timer_wrapper {
  opacity: 1;
  height: auto;
}

#s4_open .recording.recording_finish .feedback_info, #s4_open .recording.recording_finish .while_recording {
  display: none;
}

#s4_open .recording.recording_finish .after_recording {
  display: block;
}

#s4_open .recording.option_open {
  padding: 50px 10% !important;
}

@media screen and (max-width: 767px) {
  #s4_open .recording.option_open {
    padding: 30px 20px !important;
  }
}

#s4_open .recording.option_open .mic_permission_ask {
  display: block;
}

#s4_open .recording.option_open .record_wrapper {
  display: -webkit-box;
  display: flex;
}

#s4_open .recording.permission_set .mic_check {
  display: none !important;
}

#s4_open .recording.mic_permission_denied .mic_permission_denied {
  opacity: 1;
  visibility: visible;
}

#s4_open .recording.mic_permission_denied .recording_tutorial {
  display: none;
}

#s4_open .recording.not_available_browser .feedback_info {
  height: 50%;
}

#s4_open .recording.not_available_browser .mic_permission_browser {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

#s4_open .recording.not_available_browser .recording_tutorial, #s4_open .recording.not_available_browser .while_recording, #s4_open .recording.not_available_browser .clock {
  display: none;
}

#s4_open .recording .record_wrapper {
  display: none;
  width: 100%;
  height: 60%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

#s4_open .recording .clock {
  width: 100px;
  height: 70px;
  position: absolute;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#s4_open .recording .clock h5 {
  margin-top: 20px;
  opacity: 1;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #d6544b;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

#s4_open .recording .clock .timer {
  font-size: 35px;
  font-weight: 500;
  color: white;
}

#s4_open .recording .clock .stopwatch_wrapper, #s4_open .recording .clock .playback-timer_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-align: center;
}

#s4_open .recording .while_recording {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 10%;
}

#s4_open .recording .while_recording .record-button_wrapper {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 20px auto;
}

#s4_open .recording .while_recording .record-button_wrapper .record-button, #s4_open .recording .while_recording .record-button_wrapper .stop-button {
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 20px black;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  background-image: url("../assets/gradient-ball.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#s4_open .recording .while_recording .record-button_wrapper .record-button:focus, #s4_open .recording .while_recording .record-button_wrapper .stop-button:focus {
  outline: none;
}

#s4_open .recording .while_recording .record-button_wrapper .record-button {
  opacity: 1;
  visibility: visible;
}

#s4_open .recording .while_recording .record-button_wrapper .stop-button {
  opacity: 0;
  visibility: hidden;
}

#s4_open .recording .while_recording .record-button_wrapper .reactive {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-image: url("../assets/gradient-ball.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

#s4_open .recording .while_recording .record-button_wrapper.active .record-button {
  top: 52%;
  box-shadow: 0 0 0 black;
}

#s4_open .recording .while_recording .record-button_wrapper.active .reactive {
  opacity: 0.3;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

#s4_open .recording .after_recording {
  display: none;
  width: 100%;
  height: 100%;
}

#s4_open .recording .after_recording audio {
  display: none;
}

#s4_open .recording .after_recording .plyr {
  position: relative;
}

#s4_open .recording .after_recording .plyr .plyr__controls {
  background: none;
  color: white;
  position: absolute;
  width: 90%;
  height: 60%;
  left: 5%;
  bottom: 20%;
}

@media screen and (max-width: 767px) {
  #s4_open .recording .after_recording .plyr .plyr__controls {
    width: 100%;
    left: 0;
  }
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__control {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  border: 1px solid white;
  width: 60px;
  height: 60px;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__control:hover {
  background: #2c2c2c;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__control svg {
  margin: 0 auto;
  padding-left: 2px;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range] {
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  #s4_open .recording .after_recording .plyr .plyr__controls .plyr__time--current {
    position: absolute;
    left: 0;
    top: 56%;
  }
  #s4_open .recording .after_recording .plyr .plyr__controls .plyr__time--duration {
    position: absolute;
    right: 0;
    top: 56%;
  }
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress, #s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range], #s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress__buffer {
  height: 3px;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range] {
  position: relative;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #7C868E;
  border: 0;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]:focus::-webkit-slider-runnable-track {
  background: #7C868E;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #7C868E;
  border: 0;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border: 0;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]::-ms-fill-lower {
  background: #7C868E;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]:focus::-ms-fill-lower {
  background: #7C868E;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]::-ms-fill-upper {
  background: #7C868E;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range][type=range]:focus::-ms-fill-upper {
  background: #7C868E;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  z-index: 100;
  position: relative;
  top: -2px;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  z-index: 100;
  position: relative;
  top: -2px;
}

#s4_open .recording .after_recording .plyr .plyr__controls .plyr__progress input[type=range]::after {
  content: '';
  position: absolute;
  height: 100%;
  width: var(--value);
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f69b83 0%, #fcd381 25%, #299b85 50%, #0075cc 75%, #f9b7c3 100%);
}

#s4_open .drawing {
  --brushSliderSize: 20px;
  position: relative;
  cursor: url(../assets/gradient-ball.jpg), auto !important;
}

#s4_open .drawing h3 {
  z-index: 9;
}

#s4_open .drawing.pointer_events .controls, #s4_open .drawing.pointer_events h3, #s4_open .drawing.pointer_events img {
  pointer-events: none;
}

#s4_open .drawing.option_open canvas {
  cursor: url("../assets/circle_white.png"), crosshair;
  display: block;
  opacity: 0;
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#s4_open .drawing.option_open .canvas_slider {
  display: block;
}

#s4_open .drawing .canvas_slider {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}

@media screen and (max-width: 767px) {
  #s4_open .drawing .canvas_slider {
    left: 50px;
  }
}

#s4_open .drawing .canvas_slider .input_slider {
  position: relative;
  z-index: 5;
  height: 200px;
  width: 2px;
  cursor: ns-resize;
}

#s4_open .drawing .canvas_slider .input_slider span {
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
  left: -9px;
  padding: 10px;
  cursor: ns-resize;
}

#s4_open .drawing .canvas_slider .input_slider span:after {
  height: var(--brushSliderSize);
  width: var(--brushSliderSize);
  top: 100%;
  left: 50%;
  cursor: ns-resize;
  border: 2px solid white;
  background: #2c2c2c;
}

#s4_open .drawing .canvas_slider .progress_bar {
  width: 100%;
  height: 18%;
  background: white;
  bottom: 0;
  top: unset;
  left: 0;
}

#s4_open .drawing canvas {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation-name: hide;
  animation-name: hide;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #171717;
}

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  #s5_consent.current_section .section_wrapper {
    display: -webkit-box !important;
    display: flex !important;
  }
}

#s5_consent.intro_closed .section_wrapper > header, #s5_consent.prev_section .section_wrapper > header, #s5_consent.next_section .section_wrapper > header {
  opacity: 0;
}

@supports (font-variation-settings: "wght" 50) {
  #s5_consent.intro_closed .section_wrapper > header h2, #s5_consent.prev_section .section_wrapper > header h2, #s5_consent.next_section .section_wrapper > header h2 {
    font-variation-settings: 'wght' 450, 'wdth' 130;
  }
}

#s5_consent.intro_closed .consent_wrapper, #s5_consent.prev_section .consent_wrapper, #s5_consent.next_section .consent_wrapper {
  opacity: 0;
}

#s5_consent .section_wrapper > div {
  width: 100%;
  max-width: 1900px;
  height: 100%;
  min-height: 700px;
  overflow: scroll;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 8% 3% 10% 5%;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div {
    height: unset !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 12% 5%;
  }
}

#s5_consent .section_wrapper > div header {
  width: 60%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div header {
    margin: 40px 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#s5_consent .section_wrapper > div header h2 {
  font-size: 80px;
  line-height: 1.2;
  font-family: 'Agrandir Grotesk Variable Medium Wide', 'Helvetica', sans-serif;
  font-weight: 500;
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}

@supports (font-stretch: normal) {
  #s5_consent .section_wrapper > div header h2 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  #s5_consent .section_wrapper > div header h2 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

@media screen and (max-width: 1900px) and (min-width: 1200px) {
  #s5_consent .section_wrapper > div header h2 {
    font-size: 4.2vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #s5_consent .section_wrapper > div header h2 {
    font-size: 5.2vw;
    line-height: 1.3;
  }
  #s5_consent .section_wrapper > div header h2 br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  #s5_consent .section_wrapper > div header h2 {
    font-size: 60px;
  }
  #s5_consent .section_wrapper > div header h2 br {
    display: none;
  }
}

#s5_consent .section_wrapper > div header h2 .m {
  display: none;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div header h2 {
    text-align: center;
    font-size: 8.2vw;
    line-height: 1.3;
    margin-bottom: 2%;
  }
  #s5_consent .section_wrapper > div header h2 br {
    display: none;
  }
  #s5_consent .section_wrapper > div header h2 br.m {
    display: block;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper {
  width: 40%;
  max-width: 430px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper h4 {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 400;
}

#s5_consent .section_wrapper > div .consent_wrapper .consent {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label {
  position: relative;
  cursor: pointer;
  margin: 10px 0;
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label input {
  visibility: hidden;
  position: absolute;
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label input:not(:checked) + p:after {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label input:checked + p:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label p {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #EFF2F2;
  margin: 0;
  padding: 10px 10px 10px 50px;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .consent label p {
    padding: 10px 10px 10px 45px;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label p:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border: 1px solid #fcd381;
  border-radius: 100%;
  background: #2c2c2c;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .consent label p:before {
    left: 0;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .consent label p:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #fcd381;
  position: absolute;
  top: 49%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .consent label p:after {
    left: 4px;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 12px;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper {
    padding: 0;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper p {
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #7C868E;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper p {
    font-size: 14px;
    line-height: 1.5;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit {
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  margin-top: 15px;
  padding: 15px 50px;
  background-image: url("../assets/submit-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #2c2c2c;
  border-radius: 1px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out, background-size 0.4s ease-in-out;
  cursor: pointer;
  padding: 20px 30px;
}

@media screen and (max-width: 767px), screen and (orientation: portrait) {
  #s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit {
    max-width: unset;
  }
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit:hover {
  background-size: 400% 100%;
  color: #171717;
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit:active {
  outline: none;
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit:disabled {
  color: #7C868E;
  border-color: #7C868E;
  cursor: default;
  background: #2c2c2c;
}

#s5_consent .section_wrapper > div .consent_wrapper .submit_wrapper #form_submit:disabled:hover {
  background: #2c2c2c;
  color: #7C868E;
}

body.s6 #main_content {
  background-image: url("../assets/ty-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  body.s6 #main_content {
    height: unset !important;
  }
}

#s6_final {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  color: #171717;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, overflow 0.1s ease-in 3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, overflow 0.1s ease-in 3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s, overflow 0.1s ease-in 3s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s, overflow 0.1s ease-in 3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #s6_final {
    position: static;
  }
}

.s6 #s6_final {
  visibility: visible;
  opacity: 1;
  z-index: unset;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  overflow: scroll;
}

#s6_final.active {
  display: block;
}

#s6_final .section_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8% 5%;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 10% 5%;
    height: unset;
  }
}

#s6_final .section_wrapper header {
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper header {
    width: 100%;
    margin: 100px 0 10px;
  }
}

#s6_final .section_wrapper header h2 {
  font-size: 80px;
  line-height: 1.4;
  font-family: 'Agrandir Grotesk Variable Medium Grand', 'Helvetica', sans-serif;
  font-weight: 500;
}

@supports (font-stretch: normal) {
  #s6_final .section_wrapper header h2 {
    font-stretch: 200%;
  }
}

@supports (font-variation-settings: normal) {
  #s6_final .section_wrapper header h2 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 200;
  }
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper header h2 {
    font-size: 11vw;
    text-align: center;
  }
  #s6_final .section_wrapper header h2 br {
    display: none;
  }
}

#s6_final .section_wrapper header h3 {
  font-family: 'Agrandir Grotesk Variable Thin Wide', 'Helvetica', sans-serif;
  font-weight: 100;
  letter-spacing: 1.2px;
  font-size: 30px;
  text-align: center;
  margin: 10px 0;
}

@supports (font-stretch: normal) {
  #s6_final .section_wrapper header h3 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  #s6_final .section_wrapper header h3 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 100, 'wdth' 150;
  }
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper header h3 {
    display: none;
  }
}

#s6_final .section_wrapper header .good-share {
  display: none;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper header .good-share {
    display: block;
    background: none;
    border: 0;
    margin: 30px auto;
    padding: 0;
    position: relative;
  }
  #s6_final .section_wrapper header .good-share span {
    font-family: 'Agrandir Grotesk Variable Thin Grand', 'Helvetica', sans-serif;
    font-weight: 100;
    letter-spacing: 1.2px;
    color: #EFF2F2;
    font-size: 5.5vw;
  }
  @supports (font-stretch: normal) {
    #s6_final .section_wrapper header .good-share span {
      font-stretch: 200%;
    }
  }
  @supports (font-variation-settings: normal) {
    #s6_final .section_wrapper header .good-share span {
      font-family: 'Agrandir Grotesk Variable', sans-serif;
      font-variation-settings: 'wght' 100, 'wdth' 200;
    }
  }
  #s6_final .section_wrapper header .good-share:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #A4B0B6;
  }
}

#s6_final .section_wrapper main {
  width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper main {
    width: 100%;
    margin: 0;
  }
}

#s6_final .section_wrapper main p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
}

#s6_final .section_wrapper main form {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper main form {
    width: 100%;
    margin: 0 auto 80px;
    padding: 30px 0 10px;
    background: none;
    color: #fcd381;
    position: relative;
  }
}

#s6_final .section_wrapper main form .sideBySideWrap {
  display: -webkit-box;
  display: flex;
  margin: 30px 0 0;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper main form .sideBySideWrap {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#s6_final .section_wrapper main form .sideBySideWrap input {
  height: 50px;
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  display: block;
  border: 1px solid #171717;
  border-radius: 2px 0 0 2px;
  padding: 10px 15px;
  font-size: 16px;
  background: transparent;
  color: #171717;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#s6_final .section_wrapper main form .sideBySideWrap input:hover {
  background: rgba(255, 255, 255, 0.2);
}

#s6_final .section_wrapper main form .sideBySideWrap input:focus {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper main form .sideBySideWrap input {
    min-width: unset;
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    background: unset;
    border-radius: 2px;
    border: 1px solid #59636B;
  }
}

#s6_final .section_wrapper main form .sideBySideWrap input:-internal-autofill-selected {
  background-color: #2c2c2c !important;
}

#s6_final .section_wrapper main form .sideBySideWrap button {
  height: 50px;
  padding: 15px 50px;
  border: 1px solid #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out, background-size 0.4s ease-in-out;
  transition: all 0.2s ease-in-out, background-size 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  background: #2c2c2c;
  color: #EFF2F2;
  font-weight: 500;
  border-left: 0;
}

#s6_final .section_wrapper main form .sideBySideWrap button:disabled {
  background: #171717;
  color: #ffffff;
  font-weight: 400;
}

#s6_final .section_wrapper main form .sideBySideWrap button:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper main form .sideBySideWrap button {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 2px;
    background: #fcd381;
    color: #171717;
    border: 1px solid #171717;
  }
  #s6_final .section_wrapper main form .sideBySideWrap button:disabled {
    border-left-color: #7C868E;
    background: #171717;
    color: white;
    border: 0;
  }
}

#s6_final .section_wrapper footer {
  width: 60px;
  height: 100%;
  background: #EFF2F2;
  color: #2c2c2c;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper footer {
    width: 100%;
    height: 60px;
    bottom: 0;
    top: unset;
    left: 0;
  }
}

#s6_final .section_wrapper footer .footer_wrapper {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #59636B;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #s6_final .section_wrapper footer .footer_wrapper {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#s6_final .section_wrapper footer h5 {
  font-size: 14px;
  font-weight: 500;
}

.preload_after #main_header {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s;
}

.preload_after #main_footer {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2.3s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2.3s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2.3s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2.3s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2.3s;
}

.preload_after #s0_initial .section_content h1 {
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}

.preload_after #s0_initial .section_content h1 span {
  -webkit-transition: font-variation-settings 1.2s cubic-bezier(0.65, 0, 0.35, 1) 3s;
  transition: font-variation-settings 1.2s cubic-bezier(0.65, 0, 0.35, 1) 3s;
}

.preload_after .section:not(.current_section) {
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
}

.preload_after #s0_initial .section_title, .preload_after #s0_initial .section_title .next_title {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 3.5s !important;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 3.5s !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 3.5s !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 3.5s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 3.5s !important;
}

.preload .main_wrapper {
  overflow: hidden !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.preload #main_header, .preload #main_content {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: none !important;
  transition: none !important;
}

.preload #main_footer {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: none !important;
  transition: none !important;
}

.preload #s0_initial .section_content h1 {
  opacity: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@supports (font-variation-settings: "wght" 50) {
  .preload #s0_initial .section_content h1 span {
    font-variation-settings: 'wght' 200, 'wdth' 180;
  }
}

.preload #s0_initial .section_title, .preload #s0_initial .section_title .next_title {
  -webkit-transform: scale3d(0, 1, 1) translate(0) !important;
  transform: scale3d(0, 1, 1) translate(0) !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px) {
  .preload #s0_initial .section_title, .preload #s0_initial .section_title .next_title {
    -webkit-transform: scale3d(1, 0, 1) translate(0) !important;
    transform: scale3d(1, 0, 1) translate(0) !important;
  }
}

.preload .section:not(.current_section), .preload .section:not(.current_section) .section_wrapper, .preload .next_section {
  opacity: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

#modal_wrapper {
  position: fixed;
  top: 50px !important;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  #modal_wrapper {
    position: absolute;
    height: 100% !important;
    top: 0 !important;
    overflow: scroll !important;
  }
}

#modal_wrapper.modalOpen {
  opacity: 1;
  pointer-events: all;
  z-index: 9999999 !important;
  background-color: rgba(23, 23, 23, 0.7) !important;
}

@media screen and (max-width: 767px) {
  #modal_wrapper #modal_wrapper_container {
    position: static;
    margin-top: 20%;
  }
}

#modal_wrapper .modal {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: scroll;
  position: absolute;
  bottom: 0 !important;
  top: unset !important;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 40px;
  border-radius: 0;
  border: 0;
  color: #EFF2F2;
  background: #2c2c2c;
}

#modal_wrapper .modal#about, #modal_wrapper .modal#data {
  will-change: auto;
  transform-origin: bottom;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.1s ease-in;
}

@media screen and (max-width: 767px) {
  #modal_wrapper .modal {
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 40px 25px;
  }
  #modal_wrapper .modal#share-modal {
    height: auto;
    min-height: unset;
  }
}

#modal_wrapper .modal.modalOpen {
  opacity: 1;
  pointer-events: all;
}

#modal_wrapper .modal.modalOpen#about, #modal_wrapper .modal.modalOpen#data {
  transform: translate3d(0, 0, 0);
}

#modal_wrapper .modal.modalOpen > * {
  pointer-events: none;
}

#modal_wrapper .modal.modalOpen.front {
  z-index: 1000 !important;
}

#modal_wrapper .modal.modalOpen.front > * {
  pointer-events: all !important;
}

@media screen and (max-width: 767px) {
  #modal_wrapper .modal.modalOpen.front {
    position: static;
  }
  #modal_wrapper .modal.modalOpen.front#share-modal {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  #modal_wrapper .modal#about {
    height: 90%;
    left: 110px;
    width: calc(100% - 150px);
  }
  #modal_wrapper .modal#data {
    height: 80%;
    left: 230px;
    width: calc(100% - 270px);
  }
  #modal_wrapper .modal#share-modal {
    height: auto;
    left: 20px;
    width: 400px;
  }
}

#modal_wrapper .modal .close-modal {
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("../assets/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #modal_wrapper .modal .close-modal {
    height: 40px;
    width: 40px;
    top: 30px;
    right: 30px;
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal {
  height: 100%;
  width: 100%;
}

.modal #mobile_back_button {
  display: block;
}

@media screen and (max-width: 767px) {
  .modal {
    height: auto;
    padding: 10% 20px;
    position: relative;
  }
}

.modal .section_title {
  width: 95%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal .section_title {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.modal .section_title h2 {
  display: inline-block;
  margin-right: 40px;
  font-size: 55px;
  line-height: 1.4;
  font-family: 'Agrandir Grotesk Variable Medium Wide', 'Helvetica', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out, color 0s;
}

@supports (font-stretch: normal) {
  .modal .section_title h2 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  .modal .section_title h2 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

@media screen and (max-width: 767px) {
  .modal .section_title h2 {
    font-size: 10vw;
  }
  .modal .section_title h2.active {
    border-bottom: 2px solid #fcd381;
  }
}

.modal section.container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .modal section.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.modal p {
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.modal b {
  font-weight: 500;
}

.modal a {
  color: #fcd381;
}

.modal#about .about_text {
  width: 50%;
  max-width: 750px;
  margin-right: 12%;
}

@media screen and (max-width: 767px) {
  .modal#about .about_text {
    width: 100%;
    max-width: unset;
    margin-right: 0;
  }
}

.modal#about .about_text p {
  font-size: 18px;
}

.modal#about .about_with {
  width: 40%;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .modal#about .about_with {
    width: calc(100% - 50px);
    max-width: unset;
    margin: 50px 0 80px 40px;
  }
}

.modal#about .about_with h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 24px;
  position: relative;
}

.modal#about .about_with h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 13px;
  background-image: url("../assets/arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal#about .about_with p {
  font-size: 16px;
}

.modal#data div {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .modal#data div {
    width: 100%;
    max-width: unset;
  }
}

.modal#data div p {
  font-size: 18px;
}

.modal#share-modal {
  background: #fcd381;
  color: #2c2c2c;
  padding: 35px 30px;
}

.modal#share-modal h2 {
  font-size: 28px;
}

.modal#share-modal .close-modal {
  top: 35px;
  right: 30px;
  background-image: url("../assets/close_black.svg");
}

@media screen and (max-width: 767px) {
  .modal#share-modal {
    padding: 25px 25px;
  }
  .modal#share-modal .section_title {
    padding: 0;
  }
  .modal#share-modal .good-share-modal-buttons {
    justify-content: space-around;
    margin-bottom: 10px;
  }
  .modal#share-modal button {
    padding: 0 5px;
  }
}
