@font-face {
  font-family: Hackney;
  src: url('../fonts/Hackney.woff2') format("woff2"), url('../fonts/Hackney.7z') format("undefined"), url('../fonts/Hackney.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hackney Vector;
  src: url('../fonts/Hackney-Vector.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hackney Vector Gr Cyr;
  src: url('../fonts/Hackney-Vector-GR-CYR.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuland Grotesk Expanded;
  src: url('../fonts/Neuland-Grotesk-Medium-Expanded.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulandgrotesk;
  src: url('../fonts/NeulandGrotesk-CondensedBold.otf') format("opentype"), url('../fonts/NeulandGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulandgrotesk;
  src: url('../fonts/NeulandGrotesk-Light.otf') format("opentype"), url('../fonts/NeulandGrotesk-CondensedLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulandgrotesk;
  src: url('../fonts/NeulandGrotesk-Regular.otf') format("opentype"), url('../fonts/NeulandGrotesk-CondensedRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #d50e08;
  --white: #fff;
  --black: #1a1a1a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Neulandgrotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--white);
  font-size: 12em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  font-size: 1em;
  line-height: 1.4em;
}

a {
  font-family: Hackney Vector, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.s-100vw {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.s-100vw.campigns-preview {
  z-index: 9;
  background-color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  max-width: 100vw;
  height: 50vh;
  display: flex;
  overflow: visible;
}

.s-100vw.white {
  z-index: 1;
  background-color: var(--white);
}

.s-100vw.white.mobile {
  display: none;
}

.s-100vw.white.shorter {
  height: 65vh;
}

.s-100vw.white.invert-logo.profile-section {
  height: 115vh;
  margin-bottom: 140px;
}

.s-100vw.header {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-100vw.header.p02 {
  justify-content: center;
  align-items: center;
}

.s-100vw.footer {
  padding-top: 408px;
}

.s-100vw.mobile {
  display: block;
}

.s-100vw.red {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-100vw.red.show-greatness, .s-100vw.section-quiz-old {
  display: none;
}

.header-bg {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: none;
}

.body {
  background-color: var(--white);
}

.grid {
  height: 100vh;
}

.wbu-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.wbu-wrapper.shorter {
  height: 50vh;
}

.title {
  color: var(--black);
  font-family: Hackney, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.title.red {
  color: var(--red);
  font-size: 5.5em;
}

.title.red.you {
  font-size: 20em;
}

.title.white {
  color: var(--white);
  font-size: 5.5em;
}

.you--wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -6em;
  padding: 0;
}

.intro-block {
  width: 26em;
  margin-top: 0;
}

.intro-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.paragraph {
  color: var(--black);
  max-width: 40ch;
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: Hackney Vector Gr Cyr, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.paragraph.white {
  color: var(--white);
  max-width: 34ch;
  font-weight: 300;
}

.paragraph.rules {
  font-family: Neulandgrotesk, sans-serif;
  font-size: .5em;
  font-weight: 300;
  line-height: 1.2em;
}

.full-intro-wrapper {
  margin-top: -20%;
}

.roof {
  z-index: 1;
  max-width: 31%;
  margin-right: 1.1em;
  position: absolute;
  inset: 0% auto auto 32%;
  transform: translate(0)rotate(17deg);
}

.roof-wrapper {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s2-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  padding-left: 6em;
}

.accordion_description-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-accordion {
  justify-content: flex-end;
  align-items: center;
  padding-right: 6em;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion_description {
  margin-top: 1rem;
}

.accordion_title {
  color: var(--red);
  font-family: Hackney Vector, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.accordion_item {
  padding: 1rem 2rem;
  position: relative;
}

.accordion_list-wrapper {
  color: var(--white);
  padding-left: 0;
  list-style-type: none;
}

.accordion_item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.page-padding {
  height: 80vh;
  padding-top: 6em;
}

.accordion_arrow {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.page-wrapper {
  display: none;
}

.cta-primary {
  background-color: var(--red);
  letter-spacing: .1em;
  border-radius: 20px;
}

.image {
  position: relative;
  inset: 0% auto -30em -30em;
}

.campaign-preview {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.campaign-preview._2 {
  inset: 32% 0% 0%;
}

.campaign-thumbnail {
  z-index: 10;
  background-color: #000;
  border-radius: 2em;
  flex: 1;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 20px #00000040;
}

.campaign-bg {
  object-fit: fill;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  box-shadow: 0 2px 20px #0003;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2 {
  background-color: var(--red);
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 5px;
}

.s-hor-scroll {
  margin-bottom: 50vh;
}

.dot {
  z-index: 3;
  background-color: var(--red);
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  line-height: 1.4;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  max-width: 90%;
}

.paragraph-2 {
  color: var(--white);
}

.add-ons_accordion-title {
  flex: 1;
  font-family: Hackney Vector, sans-serif;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 2rem;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.add-ons_image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
}

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
}

.add-ons_title-icon-wrapper {
  background-color: var(--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_tick-icon {
  width: 12px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.add-ons_image {
  object-fit: cover;
  object-position: 0% 50%;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-small {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-add-ons {
  text-align: center;
}

.campaign-wrapper {
  width: 120vw;
  margin-left: 0%;
  position: relative;
  inset: 24% 0% auto;
  transform: rotate(-12deg);
}

.root {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 160vh;
  display: block;
  position: absolute;
  top: -65%;
  overflow: hidden;
}

.score_drop_container {
  border-radius: .5em;
  width: 100%;
  height: 100%;
}

.score_item_state {
  color: #0065a3;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
}

.score_item_state.pending {
  color: #5e5e5e;
}

.score_legend_item {
  color: #5e5e5e;
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
}

.score_legend_item.center {
  text-align: center;
  font-size: 1.2em;
}

.order-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0065a3;
  background-image: none;
  border-radius: .5em;
  align-self: auto;
  padding: 1em 1.5em;
  font-size: 2em;
  font-weight: 300;
  transition: box-shadow .325s ease-in-out;
}

.order-button:hover {
  box-shadow: 2px 2px 12px 3px #0057fa7a;
}

.order-button.nav {
  white-space: nowrap;
  background-image: none;
  padding: 12px 20px;
  font-size: 1.3em;
}

.order-button.nav:hover {
  box-shadow: 0 0 12px 3px #0065a3;
}

.score_container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 999;
  box-shadow: none;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #1a1a1a80;
  border-width: 1px 1px .2px;
  border-color: #000 #000 #fff;
  width: 100vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  position: fixed;
  inset: 0% 0% auto;
}



.score_item_title {
  color: #000;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1em;
}

.cta-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
}

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  display: flex;
}

.brand.countdown-title {
  width: 300px;
}

.score_drop {
  z-index: 0;
  background-image: linear-gradient(315deg, #929292, #cfcece 31%, #bebebe 64%, #fff);
  border-radius: 1em;
  width: 50vw;
  height: 0;
  margin-top: 4vh;
  padding: 1.5em;
  display: none;
  position: absolute;
  overflow: auto;
}

.menu-anchor {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Hackney Vector Gr Cyr, Tahoma, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.score_drop_body {
  background-color: #d1d1d1;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.roof-icon {
  min-width: 140px;
}

.roof-icon.white {
  position: relative;
  bottom: 83px;
}

.roof-icon.left, .roof-icon.right {
  width: 50%;
  min-width: 70px;
}

.logo {
  width: 10em;
}

.bold-text {
  font-weight: 400;
}

.score_item_points {
  color: #000;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}

.left-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.score_item_desc {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

.score_drop_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #bbb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  display: grid;
}

.score_drop_row.legend {
  background-color: #e9e9e9;
  border-top-left-radius: .5em;
  border-top-right-radius: 0;
  padding-left: 1em;
  position: sticky;
  top: 0;
}

.score_drop_row.pending {
  opacity: .3;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
  display: flex;
  position: static;
}

.cta {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--red);
  box-shadow: none;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: .8em 1em;
  font-family: Hackney Vector, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 0;
  transition: box-shadow .25s;
  display: flex;
}

.cta:hover {
  box-shadow: 0 0 1em 0 var(--red);
}

.cta.points {
  text-transform: none;
  padding: 12px 20px;
  position: absolute;
  inset: 18% 0% 12% auto;
}

.cta.points.score {
  z-index: 9999;
  white-space: nowrap;
  border-radius: .5em;
  font-size: 1.3em;
  line-height: 20px;
  text-decoration: underline;
  position: relative;
}

.intro-content-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block {
  filter: invert();
  background-image: url('../images/Triangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  transform: rotate(-90deg);
}

.div-block._1 {
  margin-top: 10px;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #191919;
  width: 100vw;
  position: sticky;
}

.section-sticky {
  z-index: 6;
  width: 100vw;
  position: relative;
  overflow: visible;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.section-sticky__outer-wrap {
  width: 100vw;
  height: 100vh;
  position: sticky;
}

.step-block__text-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.stepper-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: #ffffff80;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.step-block__progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom {
  width: 100%;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 10em 6em 60px;
  display: flex;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  z-index: 2;
  background-color: #191919;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-2 {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.step-block__progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-2 {
  opacity: 1;
}

.step-block__text-description.text-description-1 {
  text-transform: none;
  font-size: .6em;
}

.step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
  opacity: 1;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  width: 100%;
  height: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 120vh;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small.bottom {
  justify-content: flex-start;
  padding-top: 30vh;
  padding-bottom: 0;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  overflow: visible;
}

.step-block-2 {
  flex-direction: column;
  align-items: stretch;
  margin-right: 20px;
  display: flex;
}

.step-block-2.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block-2.step-block__2 {
  margin-right: 2%;
}

.step-block-2.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block-2.step-block__1 {
  margin-right: 2%;
}

.step-block-2-copy {
  flex-direction: column;
  align-items: stretch;
  margin-right: 20px;
  display: flex;
}

.step-block-2-copy.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block-2-copy.step-block__2 {
  margin-right: 2%;
}

.step-block-2-copy.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block-2-copy.step-block__1 {
  margin-right: 2%;
}

.stepper-wrap-2 {
  height: 100%;
  padding-top: 6em;
  padding-bottom: 40px;
  display: flex;
}

.step-block-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block-3.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block-3.step-block__2 {
  width: 25%;
  margin-right: 2%;
}

.step-block-3.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block-3.step-block__1 {
  width: 74%;
  margin-right: 2%;
}

.step-block-3.step-block__2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 25%;
  margin-right: 2%;
}

.step-block-3.step-block__1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 74%;
  margin-right: 2%;
}

.stepper-wrap-3 {
  justify-content: space-between;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 40px;
  display: flex;
}

.image-step-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.image-3 {
  position: relative;
  inset: 0% auto auto 0%;
}

.image-4 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.divider-image {
  z-index: 1;
  width: 100vw;
  height: auto;
  position: absolute;
  top: -14vw;
}

.red-bg {
  z-index: -1;
  background-color: var(--red);
  width: 100vw;
  height: 70vh;
  margin-bottom: -10vh;
  position: relative;
}

.footer-100vw {
  z-index: 1;
  background-color: #d50e08;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-5 {
  margin-top: -170px;
  padding-top: 0;
  position: static;
  inset: auto 0% 27%;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  color: var(--white);
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header {
  overflow: hidden;
}

.slider-img-parent {
  flex-direction: column;
  width: 100%;
  height: 210rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-img-child {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.card-img-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon {
  width: 1.75rem;
  font-size: 1em;
}

.icon.arrow-cta {
  width: 1rem;
}

.text-style-number {
  padding-top: .4em;
  padding-bottom: .4em;
  font-family: Hackney Vector, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.subtitle {
  color: var(--white);
  font-family: Hackney Vector, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-bottom: 2em;
  display: flex;
}

.container-large-2 {
  width: 85%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.container-quiz {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 42rem;
  display: flex;
}

.subheader {
  overflow: hidden;
}

.slider-section {
  width: 100vw;
  height: 120vh;
  margin-bottom: 4em;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-3 {
  background-image: url('../images/nathan-dumlao-oV4G0Wp29Mk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-2 {
  background-image: url('../images/3rd-image.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.img-child.img-1 {
  background-image: url('../images/Accordeon-img-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.img-child.img-4 {
  background-image: url('../images/ranurte-XhyYZmnCDXk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-5 {
  background-image: url('../images/jean-philippe-delberghe-dLmlYKuoJBc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-style-h1 {
  font-size: 3.55rem;
  font-weight: 700;
  line-height: .9;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.one, .card-whipe.five, .card-whipe.four, .card-whipe.three, .card-whipe.two {
  display: none;
}

.slider-tab {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90vw;
  display: flex;
}

.slider-img {
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-line-btm {
  z-index: 2;
  background-color: #292929;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.rules-titles-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-3 {
  width: 100%;
  font-size: .8em;
}

.image-6 {
  width: 20em;
}

.rotate-wrap {
  width: 800px;
  height: 10em;
  position: relative;
  overflow: hidden;
}

.rotatingtext {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hackney Vector, sans-serif;
  font-size: 12em;
  line-height: .7em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotatingtext.p02 {
  position: relative;
}

.rotatingtext.p02.white {
  color: var(--white);
}

.background-video {
  width: 100vw;
  height: 100%;
  position: absolute;
  object-fit: cover;
  display: block;
  z-index: -1;
  object-position: bottom;
}

.countdown-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
  position: absolute;
  inset: 0;
}

.countdown-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 2rem;
  display: flex;
}

.icon-2 {
  color: var(--red);
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: block;
}

.page-title {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Neuland Grotesk Expanded, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.js-clock {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff0;
  font-family: Neulandgrotesk, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.clock-label {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
}

.title-intro-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
}

.intro-header-p02 {
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

.dots {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
}

.intro-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.intro-heading-small {
  color: var(--white);
  font-family: Hackney, Tahoma, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.intro-heading-big {
  color: var(--red);
  font-family: Hackney Vector, sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  display: none;
}

.overlay {
  background-image: linear-gradient(#1a1a1a00, #1a1a1ab3);
  position: absolute;
  inset: 0%;
}

.text-span {
  color: var(--red);
  z-index: 2;
  position: relative;
}

.bg-mob.background-video {
  display: none;
}

.quiz-section {
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  display: none;
  position: relative;
  overflow-x: clip;
}

.left-quiz {
  flex: 0 auto;
  width: 45%;
}

.right-quiz {
  width: 60%;
}

.container-quiz {
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5%;
  display: flex;
}

.image-7 {
  z-index: 2;
  position: relative;
  transform: translate(10%);
}

.link {
  background-color: var(--red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 20ch;
  padding: .375em 1em;
  font-size: 2em;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-family: Hackney Vector, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.hero-headline {
  max-width: 15ch;
  padding-left: 7.5%;
  font-family: Hackney Vector, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: .8;
  display: none;
}

.arrow-down {
  width: 20vw;
  max-width: 30px;
  position: absolute;
  inset: auto auto 5% 7.5%;
}

.background-video-2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto;
}

.background-video-2.background-video-mob {
  display: none;
}

.mobile-video {
  display: none !important;
}

.logo-footer {
  min-width: 13%;
  position: relative;
  bottom: 0;
}

.word-fix {
  margin-left: -2px;
}


.image-8.volume-icon-volume-muted {
  width: 50px;
}

.image-10 {
  width: 45px;
  position: absolute;
  inset: 15% 2% auto auto;
  z-index: 2;
}

@media screen and (min-width: 1920px) {
  .s-100vw.campigns-preview {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: fixed;
  }

  .body {
    background-color: var(--white);
  }

  .order-button, .order-button.nav {
    display: block;
  }

  .menu-anchor {
    font-family: Hackney Vector Gr Cyr, Tahoma, sans-serif;
  }

  .cta {
    flex: 0 auto;
    display: block;
  }

  .cta.points.score {
    text-decoration: underline;
  }

  .divider-image {
    height: auto;
    display: inline-flex;
    top: -14vw;
  }

  .red-bg {
    margin-bottom: -15vh;
  }

  .footer-100vw {
    background-color: #d50e08;
    height: auto;
    min-height: 450px;
    margin-top: 0;
  }

  .clock-label {
    font-size: 1.3rem;
  }

  .logo-footer {
    bottom: 2vh;
  }

  .image-9 {
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  .s-100vw.campigns-preview {
    height: 20vh;
  }

  .desktop-video {
    display: none !important;
  }

  .s-100vw.white {
    height: auto;
    min-height: 100svh;
  }

  .s-100vw.white.shorter {
    height: auto;
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .body {
    background-color: var(--white);
  }

  .wbu-wrapper.wbu-are-you-ready {
    height: auto;
  }

  .title {
    font-size: 5em;
  }

  .title.red {
    font-size: 4.75em;
  }

  .title.red.you {
    font-size: 14em;
  }

  .title.white {
    font-size: 4.75em;
  }

  .title.question-mark {
    font-size: 14em;
  }

  .you--wrapper {
    margin-top: -8%;
  }

  .intro-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .intro-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph.white {
    font-size: 1.125rem;
  }

  .full-intro-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
  }

  .roof {
    max-width: 37%;
    inset: 0% 10% 0% auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .dot-block {
    width: 24px;
  }

  .s-hor-scroll {
    margin-bottom: 20vh;
  }

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 28.125rem;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-add-ons {
    background-image: url('../images/squiggle-bg.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .campaign-wrapper {
    width: 140vw;
    top: 5%;
  }

  .order-button.nav {
    margin-right: 4rem;
  }

  .score_drop {
    opacity: 0;
    width: 95vw;
    height: 0;
    inset: 0% auto auto -50vw;
  }

  .container {
    height: 60px;
  }

  .menu-button {
    position: absolute;
    inset: 0% 4% 0% auto;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #222;
  }

  .cta {
    padding: 1.3em 1em;
    font-size: 1.6em;
  }

  .cta.points.score {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 10px;
    right: 14%;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .divider-image {
    height: auto;
    top: -14vw;
  }

  .red-bg {
    height: 30vh;
    margin-bottom: -10vh;
  }

  .footer-100vw {
    height: auto;
    min-height: 300px;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .slider-content {
    height: auto;
  }

  .slider-tab {
    margin-top: 3rem;
  }

  .background-video {
    display: block;
  }

  .desktop-video {
    display: none;
  }

  .clock-number {
    font-size: 6rem;
  }

  .clock-label {
    font-size: 1rem;
  }

  .dots {
    font-size: 2rem;
  }

  .mobile-video{
    display: block !important;
  }

  .quiz-section {
    height: auto;
    min-height: 80svh;
  }

  .right-quiz {
    width: 60%;
  }

  .background-video-2.background-video-mob {
    display: block;
  }

  .icon-3 {
    color: var(--white);
  }

  .logo-footer {
    min-width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .s-100vw.campigns-preview {
    height: 20vh;
  }

  .s-100vw.white.invert-logo.profile-section {
    height: 115vh;
  }

  .roof {
    margin-right: auto;
    inset: 0% 50% 0% auto;
    transform: translate(50%)rotate(17deg);
  }

  .accordion_description {
    margin-left: 0;
  }

  .accordion_title {
    font-size: 1.125rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .add-ons_accordion-title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .root.root-camaign {
    top: -26%;
    overflow: visible;
  }

  .order-button.nav {
    margin-right: 2.5rem;
  }

  .navbar {
    width: 100vw;
  }

  .score_drop {
    width: 90vw;
    left: -35vw;
  }

  .container {
    height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button {
    align-self: stretch;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .cta.points.score {
    right: 18%;
  }

  .dynamic-content__block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 18px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .divider-image {
    height: auto;
    top: -14vw;
  }

  .red-bg {
    height: 70vh;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .background-video {
    display: block;
  }

  .countdown-title {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clock-number {
    font-size: 13vw;
  }

  .clock-label {
    font-size: .6rem;
    line-height: 1;
  }

  .dots {
    font-size: 1.65rem;
  }

  .intro-heading-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    display: flex;
  }

  .bg-mob {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

  .quiz-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-quiz {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .right-quiz {
    width: 100%;
  }

  .container-quiz {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 36% 1rem 5rem;
  }

  .image-7 {
    transform: translate(0%);
  }

  .hero-headline {
    padding-left: 1rem;
    font-size: 8em;
  }

  .arrow-down {
    left: 1rem;
  }

  .icon-3 {
    font-size: 40px;
  }

  .logo-footer {
    min-width: 30%;
    bottom: 4vh;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    color: var(--white);
    text-align: center;
  }

  .s-100vw {
    display: none;
  }

  .s-100vw.campigns-preview {
    background-image: none;
    background-size: auto;
    height: auto;
    min-height: 25svh;
  }

  .s-100vw.white {
    display: block;
  }

  .s-100vw.white.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .s-100vw.white.invert-logo.profile-section {
    height: 113vh;
  }

  .s-100vw.header {
    height: 100svh;
  }

  .s-100vw.profiling-quiz-bg {
    background-image: url('../images/bg_IAM.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .s-100vw.mobile {
    display: block;
  }

  .s-100vw.red.show-greatness {
    height: auto;
  }

  .body {
    display: block;
  }

  .wbu-wrapper {
    justify-content: center;
    align-items: center;
  }

  .title {
    font-size: 4em;
    line-height: .8em;
  }

  .title.red {
    text-align: center;
    margin-top: 0;
  }

  .title.red._12em {
    font-size: 6em;
  }

  .title.red._16em {
    font-size: 16em;
  }

  .title.red.header-mob {
    text-align: center;
    font-size: 6em;
  }

  .title.red.you {
    font-size: 10em;
  }

  .title.question-mark {
    margin-top: 0;
    font-size: 10em;
  }

  .you--wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 2em;
  }

  .intro-block {
    width: auto;
  }

  .intro-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -28px;
  }

  .paragraph {
    padding-top: 1em;
  }

  .paragraph.white {
    text-align: center;
  }

  .full-intro-wrapper {
    width: 90%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .campaign-thumbnail {
    max-width: 400px;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .campaign-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 280vw;
    height: auto;
    display: flex;
    top: -1%;
  }

  .root {
    height: auto;
    min-height: 60svh;
    top: -30%;
  }

  .root.root-camaign {
    height: 100%;
    min-height: 60svh;
  }

  .score_drop_container {
    border-radius: .6em;
  }

  .score_legend_item.center {
    text-align: center;
  }

  .order-button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .order-button.nav {
    margin-right: 0;
    display: none;
  }

  .navbar {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: flex;
    box-shadow: 0 2.5em 5em 1em #00000021;
  }

  .brand {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-left: 0;
    display: flex;
  }

  .score_drop {
    width: 100vw;
    margin-top: 10vh;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 1rem;
    display: flex;
    position: relative;
  }

  .roof-icon {
    min-width: 140px;
  }

  .logo {
    display: none;
  }

  .menu-button {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    background-color: #252525;
  }

  .score_drop_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: center stretch;
  }

  .score_drop_row.legend {
    z-index: 1;
  }

  .nav-menu {
    width: 100%;
  }

  .cta {
    background-color: var(--red);
    border-radius: 200px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 1em 2em;
    font-size: 1.2em;
    display: flex;
  }

  .cta.points.score {
    position: relative;
  }

  .content_wrapper {
    justify-content: space-around;
    align-items: center;
    height: 100vh;
  }

  .h1_mobile {
    color: var(--white);
    font-family: Neulandgrotesk, sans-serif;
    font-size: 2em;
  }

  .heading-2 {
    text-align: center;
    font-family: Hackney Vector, sans-serif;
    font-size: 4em;
  }

  .heading-3 {
    text-align: center;
    text-transform: uppercase;
    width: 90vw;
    font-family: Hackney Vector, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .heading-3.cta {
    color: var(--white);
    text-align: left;
    font-size: 1.5em;
    line-height: 0;
  }

  .txt-cta {
    letter-spacing: .1em;
    font-family: Hackney Vector, sans-serif;
    font-size: 1.2em;
  }

  .answer {
    border: 1px solid var(--white);
    border-radius: 200px;
    justify-content: space-around;
    align-items: center;
    width: 90vw;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .answers_wrapper {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .cta_next {
    border: 1px solid var(--white);
    background-color: var(--red);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    padding: 1.2em;
    display: flex;
  }

  .v_flex_right {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .heading-4 {
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .intro-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 0;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .step-block-3.step-block__2, .step-block-3.step-block__1 {
    width: 100%;
  }

  .stepper-wrap-3 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: flex-start;
  }

  .divider-image {
    height: auto;
    top: -14vw;
  }

  .red-bg {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .footer-100vw {
    z-index: -10;
    height: auto;
    min-height: 220px;
    margin-top: 0;
    top: auto;
  }

  .slider-wrapper {
    justify-content: flex-start;
  }

  .slider-section {
    height: 160vh;
  }

  .img-child.img-1 {
    height: 70%;
  }

  .slider-tab {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: -18rem;
  }

  .slider-img {
    height: 42rem;
  }

  .text-block-3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .image-6 {
    max-width: 40%;
  }

  .rotate-wrap {
    height: 8em;
  }

  .rotatingtext {
    text-align: center;
    font-size: 8em;
  }

  .countdown-wrapper {
    padding-top: 2svh;
    padding-bottom: 16svh;
  }

  .countdown-title {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .page-title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number {
    font-size: 3.15rem;
  }

  .clock-label {
    font-size: .66rem;
  }

  .intro-heading-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .hero-headline {
    max-width: none;
    padding-right: 1rem;
    font-size: 6em;
  }

  .icon-3 {
    color: var(--white);
  }

  .logo-footer {
    min-width: 50%;
    position: relative;
    bottom: 0;
  }

  .image-8.volume-icon-volume-muted {
    width: 30px;
    top: 11%;
  }
}


@font-face {
  font-family: 'Hackney';
  src: url('../fonts/Hackney.woff2') format('woff2'), url('../fonts/Hackney.7z') format('undefined'), url('../fonts/Hackney.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hackney Vector';
  src: url('../fonts/Hackney-Vector.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hackney Vector Gr Cyr';
  src: url('../fonts/Hackney-Vector-GR-CYR.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuland Grotesk Expanded';
  src: url('../fonts/Neuland-Grotesk-Medium-Expanded.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulandgrotesk';
  src: url('../fonts/NeulandGrotesk-CondensedBold.otf') format('opentype'), url('../fonts/NeulandGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulandgrotesk';
  src: url('../fonts/NeulandGrotesk-Light.otf') format('opentype'), url('../fonts/NeulandGrotesk-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulandgrotesk';
  src: url('../fonts/NeulandGrotesk-Regular.otf') format('opentype'), url('../fonts/NeulandGrotesk-CondensedRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}