.visually-hidden, hr {
  height: 1px;
  padding: 0
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}

::selection {
  background: #b3d4fc;
  text-shadow: none
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

.hidden, [hidden] {
  display: none !important
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix::after, .clearfix::before {
  content: "";
  display: table
}

.clearfix::after {
  clear: both
}

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid
  }

  *, ::after, ::before {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]::after {
    content: " (" attr(href) ")"
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote, pre {
    border: 1px solid #999
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

figure {
  margin: 0;
}

/*--------------------------
//  VARS
--------------------------*/
:root {
  /* HEIGHT
  ------------------------- */
  --app-height: 100%;
  --nav-height: 70px;
  --nav-min-height: 20px;
  --logo-height: 80px;
  --supplement-total: 1;

  @media screen and (max-width: 768px) {
    --nav-height: 88px;
  }

  /* COLORS
  ------------------------- */
  --color-main: 255, 54, 0;
  --color-secondary: 255, 153, 255;
  --color-red: var(--color-main);
  --color-pink: var(--color-secondary);
  --color-white: 255, 255, 255;
  --color-black: 10, 9, 2;
  --color-full-black: 0, 0, 0;

  --color-grey: 110, 110, 110;
  --color-light-grey: 224, 224, 224;
  --color-grey-background: 245, 245, 245;

  --color-danger: 255, 0, 0;
  --color-promotion: 214, 0, 87;
  --color-warning: 255, 158, 24;
  --color-success: 20, 167, 42;

  --shadow: 0px 2px 15px 0px rgba(var(--color-black), 0.1);

  --size: 38vw;
  --font-size: clamp(18px, calc((3vw + 3vh) / 2), 36px);
  --logo-size: clamp(100px, var(--size), 300px);

  --margin-full: var(--logo-size);
  --margin-half: calc(var(--logo-size) / 2);
  --margin-3: calc(var(--logo-size) / 3);
  --margin-4: calc(var(--logo-size) / 4);
  --margin-6: calc(var(--logo-size) / 6);
  --margin-8: calc(var(--logo-size) / 8);

  --logo-offset: calc(var(--margin-3) + var(--margin-8) * 2);
  --pack-max-width: 330px;

  @media screen and (max-width: 992px) {
    --size: 40vw;
    --logo-size: clamp(80px, var(--size), 280px);
    --logo-offset: calc(var(--margin-8) * 2);
  }

  --game-transition-duration: 0.5s;
  --game-transition-delay: 0.45s;

  /* FONTS
  ------------------------- */
  --rem-baseline: 16px;

  --font-content: 'Telegraf', sans-serif;
  --font-special: 'Bastardo Grotesk', sans-serif;
  --font-size-title: 52px;

  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --fw-extra-bold: 700;

  @media screen and (max-width: 768px) {
    --rem-baseline: 14px;
  }

  /* SPACING - GUTTER - WIDTH
  ------------------------- */
  --page-width: 80%;
  --page-gutter-width: 40px;
  --gutter: clamp(25px, calc(var(--size) / 6), 50px);

  --gutter-w: 3vw;
  --gutter-h: 3vh;
  --gutter-grid: 3vw;

  --product-column: 4;

  @media screen and (max-width: 992px) {
    --product-column: 3;
  }

  @media screen and (max-width: 768px) {
    --page-width: 95%;
    --page-gutter-width: 20px;
    --gutter: 20px;

    --gutter-w: 1.5vw;
    --gutter-h: 1.5vh;
    --gutter-grid: 1.5vw;
    --product-column: 2;

  }

  @media screen and (max-width: 550px) {
    --product-column: 1;
  }

  /* TRANSITIONS
  ------------------------- */
  --transition: all .3s ease-in-out;
}

/*--------------------------
//  FONTS
--------------------------*/
@font-face {
  font-family: 'Bastardo Grotesk';
  src: url('../fonts/BastardoGrotesk-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/PPTelegraf-Variable.woff2") format("woff2-variations");
  font-style: normal;
  letter-spacing: -0.015em;
  font-weight: 200 900;
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 200 1000;
  font-style: normal;
  font-variation-settings: "wdth" 100,
  "YTLC" 500;
}

@font-face {
  font-family: "icons";
  src: url('../fonts/icons/icons.eot');
  src: url('../fonts/icons/icons.eot?#iefix') format('eot'),
  url('../fonts/icons/icons.woff2') format('woff2'),
  url('../fonts/icons/icons.woff') format('woff'),
  url('../fonts/icons/icons.ttf') format('truetype'),
  url('../fonts/icons/icons.svg#icons') format('svg');
  font-display: swap;
}

.icon:before {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.icon-airbnb:before {
  content: "\e001"
}

.icon-algolia:before {
  content: "\e002"
}

.icon-amazon-pay:before {
  content: "\e003"
}

.icon-amazon:before {
  content: "\e004"
}

.icon-android:before {
  content: "\e005"
}

.icon-apple-pay:before {
  content: "\e006"
}

.icon-apple:before {
  content: "\e007"
}

.icon-behance:before {
  content: "\e008"
}

.icon-calendar:before {
  content: "\e009"
}

.icon-cc-mastercard:before {
  content: "\e00a"
}

.icon-cc-paypal:before {
  content: "\e00b"
}

.icon-cc-visa:before {
  content: "\e00c"
}

.icon-cloudflare:before {
  content: "\e00d"
}

.icon-codepen:before {
  content: "\e00e"
}

.icon-dashcube:before {
  content: "\e00f"
}

.icon-discord:before {
  content: "\e010"
}

.icon-docker:before {
  content: "\e011"
}

.icon-dribbble:before {
  content: "\e012"
}

.icon-dropbox:before {
  content: "\e013"
}

.icon-facebook-f:before {
  content: "\e014"
}

.icon-facebook-messenger:before {
  content: "\e015"
}

.icon-facebook:before {
  content: "\e016"
}

.icon-figma:before {
  content: "\e017"
}

.icon-foc-arrow-bottom:before {
  content: "\e018"
}

.icon-foc-arrow-full-bottom:before {
  content: "\e019"
}

.icon-foc-arrow-full-left:before {
  content: "\e01a"
}

.icon-foc-arrow-full-right:before {
  content: "\e01b"
}

.icon-foc-arrow-full-top:before {
  content: "\e01c"
}

.icon-foc-arrow-left:before {
  content: "\e01d"
}

.icon-foc-arrow-right:before {
  content: "\e01e"
}

.icon-foc-arrow-top:before {
  content: "\e01f"
}

.icon-foc-check:before {
  content: "\e020"
}

.icon-foc-close:before, .navigation-open  #navigation:before {
  content: "\e021"
}

.icon-foc-plus:before {
  content: "\e022"
}

.icon-free-code-camp:before {
  content: "\e023"
}

.icon-github:before {
  content: "\e024"
}

.icon-google-drive:before {
  content: "\e025"
}

.icon-google-pay:before {
  content: "\e026"
}

.icon-google-play:before {
  content: "\e027"
}

.icon-google-plus-g:before {
  content: "\e028"
}

.icon-google:before {
  content: "\e029"
}

.icon-html5:before {
  content: "\e02a"
}

.icon-ideal:before {
  content: "\e02b"
}

.icon-instagram:before {
  content: "\e02c"
}

.icon-intercom:before {
  content: "\e02d"
}

.icon-internet-explorer:before {
  content: "\e02e"
}

.icon-kickstarter:before {
  content: "\e02f"
}

.icon-line:before {
  content: "\e030"
}

.icon-linkedin-in:before {
  content: "\e031"
}

.icon-linkedin:before {
  content: "\e032"
}

.icon-mail:before {
  content: "\e033"
}

.icon-mailchimp:before {
  content: "\e034"
}

.icon-medium:before {
  content: "\e035"
}

.icon-meta:before {
  content: "\e036"
}

.icon-microsoft:before {
  content: "\e037"
}

.icon-openid:before {
  content: "\e038"
}

.icon-pagelines:before {
  content: "\e039"
}

.icon-paypal:before {
  content: "\e03a"
}

.icon-phone:before {
  content: "\e03b"
}

.icon-pinterest-p:before {
  content: "\e03c"
}

.icon-pinterest:before {
  content: "\e03d"
}

.icon-product-hunt:before {
  content: "\e03e"
}

.icon-readme:before {
  content: "\e03f"
}

.icon-salesforce:before {
  content: "\e040"
}

.icon-shopify:before {
  content: "\e041"
}

.icon-slack:before {
  content: "\e042"
}

.icon-snapchat:before {
  content: "\e043"
}

.icon-soundcloud:before {
  content: "\e044"
}

.icon-spotify-outline:before {
  content: "\e045"
}

.icon-spotify:before {
  content: "\e046"
}

.icon-squarespace:before {
  content: "\e047"
}

.icon-stack-overflow:before {
  content: "\e048"
}

.icon-stripe-s:before {
  content: "\e049"
}

.icon-stripe:before {
  content: "\e04a"
}

.icon-teamspeak:before {
  content: "\e04b"
}

.icon-telegram:before {
  content: "\e04c"
}

.icon-threads:before {
  content: "\e04d"
}

.icon-tiktok:before {
  content: "\e04e"
}

.icon-tumblr:before {
  content: "\e04f"
}

.icon-twitch:before {
  content: "\e050"
}

.icon-twitter:before {
  content: "\e051"
}

.icon-usps:before {
  content: "\e052"
}

.icon-vimeo:before {
  content: "\e053"
}

.icon-waze:before {
  content: "\e054"
}

.icon-whatsapp:before {
  content: "\e055"
}

.icon-windows:before {
  content: "\e056"
}

.icon-wix:before {
  content: "\e057"
}

.icon-wordpress:before {
  content: "\e058"
}

.icon-x-twitter:before {
  content: "\e059"
}

.icon-youtube:before {
  content: "\e05a"
}

/*--------------------------
//  CUSTOM
--------------------------*/
body {
  background: rgb(var(--color-red));
  font-family: var(--font-content);
  color: rgb(var(--color-black));
  text-wrap: balance;
  margin: 0;
  line-height: 1.3em;
}

* {
  box-sizing: border-box;
}

a {
  color: rgb(var(--color-black));
  text-decoration: none;
  font-weight: 600;
  min-height: 24px;
}

p {
  margin: 0;
  margin-bottom: 1em;
  font-size: 1.125em;
}

p:last-of-type {
  margin-bottom: 0;
}

.site-title {
  display: none;
}

#logo-small {
  display: block;
  width: var(--margin-3);
  transition: all 0.6s ease-out 0.6s;
}

#logo-small svg {
  width: var(--margin-3);
  border: 2px solid rgb(var(--color-pink));
}

.logo > svg {
  width: calc(100%);
  aspect-ratio: 1 / 1;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.logo > svg path {
  transition: all 0.2s ease-out;
}

[class*=eye-bg-] {
  fill: rgb(var(--color-pink));
}

[class*=-pupil-] {
  fill: rgb(var(--color-red));
  transform-origin: center;
  transform-box: fill-box;
}

.logo > svg .text-logo path {
  fill: rgb(var(--color-pink));
}

.logo > svg .bg {
  fill: rgb(var(--color-red));
}

.container-cta {
  height: calc(150px);
}

.btn-fixed {
  position: relative;
  padding: var(--margin-8);
  padding-left: 0;
  cursor: pointer;
  z-index: 1001;
  display: inline-flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  gap: 1em;
}


.btn-fixed.fixed-mode {
  position: fixed;
  bottom: 0;
  right: 0;
  align-items: end;
  transition: right .3s ease-in;
}

body:has(.navigation-open) .btn-fixed.fixed-mode {
  right: var(--margin-8);
}

@media (hover: hover) {
  .btn-fixed .btn-primary:hover {
    box-shadow: none;
  }
}

.btn-fixed sub {
  display: block;
  padding: 0 1.75rem;
  margin-top: -.5rem;
}

.btn-fixed-options {
  display: none;
  justify-content: end;
  align-items: end;
  gap: 0.5em;
}

.btn-fixed.fixed-mode .btn-fixed-options {
  display: flex;
}

.btn-fixed-options .icon, .btn-fixed-options .navigation-open  #navigation, .navigation-open  .btn-fixed-options #navigation {
  font-size: 20px;
  padding: 0.1em;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  justify-content: center;
}

.btn-fixed-options a:nth-child(3) {
  transform: translateY(100%);
}

.btn-fixed-options a:nth-child(2) {
  transform: translateY(calc(200% + 0.5em));
  transition-delay: 0.4;
}

.btn-fixed-options a:nth-child(1) {
  transform: translateY(calc(300% + 1em));
  transition-delay: 0.8;
}

.btn-fixed-options a {
  transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1);
  opacity: 0;
  position: absolute;
}

.btn-fixed-options .icon,
.btn-fixed-options .navigation-open  #navigation,
.navigation-open  .btn-fixed-options #navigation,
.btn-primary {
  font-weight: var(--fw-regular);
  font-family: var(--font-special);
  text-transform: inherit;
  border: 2px solid transparent;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.8, 1);
  min-height: 2.625em;
}

.btn-fixed-options .icon span,
.btn-fixed-options .navigation-open  #navigation span,
.navigation-open  .btn-fixed-options #navigation span,
.btn-primary {
  position: relative;
  z-index: 5;
  top: 0.175em;
}

@media screen and (min-width: 1002px) {
  .btn-fixed-options {
    flex-direction: column;
  }
}

@media (hover: hover) {
  .btn-fixed:hover .btn-fixed-options a {
    position: relative;
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .btn-fixed.fixed-mode {
    padding-top: 0;
    padding-bottom: .75em;
  }

  .btn-fixed-options .icon,
  .btn-fixed-options .navigation-open  #navigation,
  .navigation-open  .btn-fixed-options #navigation,
  .btn-primary {
    margin-top: calc(var(--gutter-h) / 4);
  }
}

.btn-fixed-options .icon,
.btn-fixed-options .navigation-open  #navigation,
.navigation-open  .btn-fixed-options #navigation,
.btn-primary {
  color: rgb(var(--color-pink));
  background: rgb(var(--color-black));
  border-color: rgb(var(--color-black));
}

@media (hover: hover) {

  .btn-fixed-options .icon:hover {
    box-shadow: 0px 0px 0px 2.5px rgb(var(--color-pink)) inset, 0px 0px 0px 5px rgb(var(--color-black));
  }
}

.btn-primary {
  padding: .5em 1.25em;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.6s;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: var(--margin-8);
}


/* --------------------
  NAVIGATION
-------------------- */
.navigation-socials ul {
  display: flex;
  gap: 2em;
  justify-content: flex-end;
  align-items: center;
}

.navigation-socials em {
  display: none;
}

#navigation {
  position: fixed;
  right: 0;
  top: 0;
  padding: var(--margin-8);
  text-align: right;
  font-weight: 400;
  z-index: 99999;
  mix-blend-mode: difference;
}
#navigation {
  mix-blend-mode: normal;
}

.navigation-container {
  transition: all 0.3s ease-out;
  transform-origin: top right;
  scale: 0.5;
}

.navigation-list {
  list-style: none;
}

.navigation-item {
  padding: 0;
  margin-bottom: 0.25em;
}

.navigation-link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: rgba(var(--color-black), 0);
  background: rgb(var(--color-black));
  padding: 0.25em 3px;
  font-weight: 400;
  line-height: 0.25em;
  transition: all 0.3s ease-out 0s;
}

.navigation-link:focus {
  font-weight: 800;
}

.navigation-link:before {
  content: "";
  position: absolute;
  height: 70%;
  top: 2px;
  width: 0%;
  right: 0;
  transition: all 0.3s ease-out 0s;
  color: rgba(var(--color-black), 0);
  background: rgb(var(--color-black));
}

.navigation-link span {
  transition: all 0.3s ease-out;
}

.active .navigation-link {
  font-weight: 700;
}

@media (hover:none) {
  #navigation * {
    pointer-events: none;
  }

  #navigation.clickable * {
    pointer-events: all;
  }

  #navigation.navigation-open {
    background: rgb(var(--color-pink));
    width: 100%;
    padding: 0;
    z-index: 998;
  }

  #navigation.navigation-open .navigation-container {
    height: 100vh;
    align-content: center;
    width: calc(100vw - var(--margin-3) - var(--margin-8)*2);
    margin-left: auto;
    padding: var(--margin-3);
    background: rgb(var(--color-red));
    scale: 1;
  }

  #navigation.navigation-open .navigation-item {
    margin-bottom: 0.25em;
    font-size: clamp(32px, 4vw, 54px);
  }

  #navigation.navigation-open .navigation-link {
    color: rgba(var(--color-pink), 1);
    background: none;
    line-height: 1em;
    mix-blend-mode: normal;
    color: rgb(var(--color-black));
  }

  #navigation.navigation-open .navigation-link:before {
    display: none;
  }

  #navigation.navigation-open .navigation-link span {
    color: rgb(var(--color-black));
  }

}

@media (hover:hover) {
  #navigation {
    min-height: 180px;
  }

  #navigation:hover .navigation-list {
    display: flex;
    gap: 2em
  }

  #navigation:hover .navigation-container {
    scale: 1;
  }
  .main-header-fixed:not(body:has(#navigation:hover)) .navigation-item {
    transition: all 0.3s ease-out 0s;
  }
  #navigation:hover .navigation-item {
    margin-bottom: 0.75em;
  }

  #navigation:hover .navigation-link {
    color: rgba(var(--color-pink), 1);
    background: none;
    line-height: 0.7em;
    color: rgba(var(--color-black), 0);
    mix-blend-mode: normal;
    color: rgb(var(--color-black));
  }

  #navigation .navigation-link:hover:before {
    mix-blend-mode: difference;
    width: 100%;
    background: rgb(var(--color-pink));
  }
  #navigation:hover .navigation-link:before {
    background: rgb(var(--color-black));
  }

  #navigation .navigation-link:hover span {
    mix-blend-mode: difference;
    color: rgb(var(--color-pink));
  }
}

/*----------------------------------------*/





.title {
  font-family: var(--font-special);
  font-weight: 800;
  font-size: clamp(54px, 6vw, 120px);
  text-align: center;
  line-height: 0.8em;
  margin-bottom: 0;
}


.intro-slide {
  min-height: 100vh;
  align-content: center;
}

.jump-word {
  display: inline-block;
}

.transition-container {
  position: relative;
  min-height: 100vh;
}

.is-fixed {
  position: fixed;
  min-height: 100vh;
}

.transition-container .wrapper {
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.content-first {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.content-second {
  background: rgb(var(--color-pink));
  min-height: 100vh;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(#revealMask);
  mask-image: url(#revealMask);
}

.content-second .title {
  color: rgb(var(--color-red));
}

.st0,
.st1,
path,
rect {
  fill: #fff;
}

.svg-steps {
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

[id^="step-"] {
  display: none;
}

#step-1 {
  opacity: 0;
}

/*----------------------
  ACCORDION STACK PILE
---------------------- */

.accordion {
  position: relative;
  max-width: 550px;
  margin: auto;
  margin-bottom: 30vh;
  padding: 0 var(--margin-8);
  padding-top: var(--margin-8);
}

.accordion-list-style {
  position: absolute;
  left: .5em;
  font-size: 1.25em;
  font-weight: 800;
}

.accordion-title {
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: .25em;
}

.accordion-text {
  overflow: hidden;
  font-size: .975em;
  line-height: 1.15em;
}

.primary-accordion {
  border: none;
  text-align: center;
  background: rgb(var(--color-red));
  color: rgb(var(--color-pink));
  padding: var(--margin-8);
  padding-bottom: calc(var(--margin-8) - .8em);
  margin-bottom: 40vh;
  max-width: inherit;
}

.primary-accordion .accordion-title {
  font-family: var(--font-special);
  font-weight: 800;
  font-size: clamp(24px, 5vw, 62px);
  line-height: .8em;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .accordion {
    padding-left: calc(var(--margin-3) - .25em);
  }

  .accordion-list-style {
    left: var(--margin-8);
  }
}

.intro {
  position: relative;
  z-index: 1;
  padding: 0 var(--margin-3);
  padding-left: var(--logo-offset);
}

.offer {
  position: relative;
  z-index: 2;
}

.offer-content {
  position: relative;
  z-index: 3;
}

.offer-content .wrapper {
  background: rgb(var(--color-pink));
}

.spacer {
  height: 75vh;
}

.text .split {
  font-family: var(--font-special);
  font-weight: 800;
  font-size: clamp(32px, 6vw, 78px);
  color: rgb(var(--color-pink));
  text-align: left;
  line-height: 0.8em;
  opacity: 1;
  margin: 0;
}

.headup {
  padding: var(--logo-offset);
  padding-bottom: 0;
  transition: all .3s ease-in;
}


.headup-title span {
  font-family: var(--font-special);
  font-weight: 800;
  font-size: clamp(54px, 7vw, 128px);
  color: rgb(var(--color-pink));
  text-align: left;
  line-height: 0.8em;
  opacity: 1;
  margin: 0;
}

.headup-subtitle {
  display: block;
  margin-top: .15em;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  margin-bottom: var(--margin-6);
  line-height: .95em;
}

.headup p {
  max-width: 600px;
}

@media screen and (max-width: 1002px) {
  .headup {
    padding-top: calc((var(--margin-8) * 2 + var(--margin-3)) * 1.5);
  }
}


@media screen and (max-width: 768px) {
  .headup {
    padding: var(--margin-8);
    padding-top: calc((var(--margin-8) * 2 + var(--margin-3)) * 1.5);
    text-align: center;
  }
}

.price {
  background: rgb(var(--color-red));
}

.price .wrapper {
  padding: var(--margin-3) var(--logo-offset);
}

.price-comparison {
  display: flex;
  justify-content: center;
  gap: var(--margin-6);
  margin-bottom: var(--margin-3);
}

.price-content {
  width: 50%;
  max-width: 400px;
  padding: var(--margin-8);
  border: solid 3px rgb(var(--color-black));
  text-align: center;
  align-content: center;
  cursor: pointer;
}

@media (hover: hover) {
  .price-content:hover {
    scale: 1.05;
    transition: all .3s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .price-comparison {
    display: block;
    gap: 0;
  }

  .price-content {
    margin: auto;
    width: 100%;
  }
}

.price-amount {
  display: block;
  font-family: var(--font-special);
  font-size: 2em;
  line-height: .8em;
  margin: .25em auto;
}

.price-amount:has(sub) {
  margin-bottom: 0;
}

.price-amount sub {
  font-size: .5em;
  translate: 0 -.5em;
  font-family: var(--font-content);
  display: inline-block;
}

.price-title {
  font-size: 1.3em;
}

.price-monthly {
  background: rgb(var(--color-pink));
  color: rgb(var(--color-red));
  border-color: rgb(var(--color-pink));
}

@media screen and (max-width: 768px) {
  .price .wrapper {
    padding: var(--margin-4) var(--margin-8);
    padding-top: calc(var(--margin-8)*2 + var(--margin-3));
  }
  .price-first {
    margin-bottom: var(--margin-6);
  }

  .price-comparison {
    margin-bottom: var(--margin-4);
  }
}

.cible {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cible-title {
  font-size: 1.25em;
  font-family: var(--font-special);
  color: rgb(var(--color-black));
}

.cible-list {
  list-style: "\e020";
  margin: 0;
}

.cible-list-item {
  padding-left: .5em;
}

.cible-list-item::marker {
  font-family: icons;
}

@media screen and (max-width: 768px) {
  .cible-title {
    margin-bottom: 0.75em;
  }

  .cible-list {
    padding-left: 1em;
  }


  .cible-title {
    text-align: center;
  }

  .cible-list-item {
    max-width: 230px;
  }
}

.options {
  background: rgb(var(--color-pink));
  padding: var(--margin-3);
  position: relative;
  z-index: 3;
}

.options:after {
  content: '';
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: -25vh;
  left: 0;
  z-index: -1;
  background: rgb(var(--color-pink));

}

.options-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: var(--margin-6);
}

.options-subtitle {
  display: block;
  margin-bottom: .5em;
  font-weight: 600;
}

.options-title strong {
  font-family: var(--font-special);
  font-weight: 800;
  font-size: clamp(28px, 5vw, 62px);
  text-align: center;
  line-height: 0.8em;
  margin-bottom: 0;
}

.option {
  transition: all .3s ease-in;
}

@media (hover:hover){
  .option:hover .wrapper {
    background: rgb(var(--color-black));
    color: rgb(var(--color-pink));
  }
}

.option .wrapper {
  text-align: center;
  border: solid black 2px;
  border-collapse: collapse;
  padding: var(--margin-8);
  align-content: center;
  min-height: 100%;
  transition: all .3s ease-in;
  scale: 0.3;
  opacity: 0;
}

.option .wrapper.active {
  background: rgb(var(--color-black));
  color: rgb(var(--color-pink));
  width: 100%;
  text-align: left;
  height: inherit;
  min-height: calc(var(--logo-offset) * 2);
}

.option:has(.wrapper.active) {
  width: 100%;
}

.option-price {
  font-weight: 700;
}

.option-price sub {
  font-weight: 400;
  display: block;
}

.option-list {
  margin: 0;
  padding: 1em;
}

.option-list-item::before {
  content: "\e020";
  font-family: icons;
  font-size: .75em;
  margin-right: .75em;
}

.option-link {
  color: rgb(var(--color-pink));
  display: none;
  align-items: center;
  gap: .75em;
  margin-top: var(--margin-6);
  justify-self: end;
}
.option:has(.wrapper.active) .option-link {
  display: flex;
}

@media screen and (min-width: 1002px) {
  .option .wrapper {
    height: calc(var(--logo-offset) * 2);
    width: calc(var(--logo-offset) * 2);
  }
}

@media screen and (min-width: 768px) {
  .options-content {
    display: flex;
    justify-content: center;
  }

  .option {
    width: 50%;
  }

  .option:first-child .wrapper {
    justify-self: end;
    border-right-width: 0.5px;
  }

  .option:last-child .wrapper {
    border-left-width: 0.5px;
  }
}

@media screen and (max-width: 768px) {
  .options {
    padding: var(--margin-4) var(--margin-8);
    padding-top: calc(var(--margin-8)*2 + var(--margin-3));
  }

  .option:first-child .wrapper {
    border-bottom-width: 0.5px;
  }

  .option:last-child .wrapper {
    border-top-width: 0.5px;
  }
}

/* -----------------------
  FULL MEDIA BACKGROUND VIDEO
----------------------- */

.full-media {
  width: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
}

.full-media > video {
  object-fit: cover;
  width: 100vw;
  height: 100%;
}

/* -----------------------
  FOOTER
----------------------- */
.main-footer {
  /*padding-top: var(--margin-8);*/
  position: relative;
  z-index: 4;
  background: rgb(var(--color-pink));
  clip-path: path('M0-0.3C0-0.3,464,156,1139,156S2278-0.3,2278-0.3V683H0V-0.3z');
  -webkit-clip-path: path('M0-0.3C0-0.3,464,156,1139,156S2278-0.3,2278-0.3V683H0V-0.3z');
}

.main-footer:before {
  content: '';
  background: rgb(var(--color-red));
  height: 50vh;
  width: 100vw;
  position: absolute;
  top: -25vh;
  left: 0;
  z-index: 0;
}

.main-footer > .wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .main-footer > .wrapper {
    flex-direction: column;
    background: rgb(var(--color-full-black));
  }
}

address {
  font-style: inherit;
  margin-bottom: 1em;
}

address span {
  font-size: clamp(14px, 0.8em, 24px);
}

address a {
  display: block;
}

.addressName {
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  line-height: .8em;
}

.footer-infos {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgb(var(--color-red));
  flex: 3;
  padding: var(--margin-8);
}

.footer-socials {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 25px;
  margin-left: -0.5em;
  padding: 0;
  margin-top: auto;
  margin-bottom: .5em;
}

.footer-socials li {
  transition: all 0.2s cubic-bezier(0.3, 1, 0.8, 1);
}

.footer-socials li a {
  padding: 0.5em;
}

.site-copyright {
  font-size: .9em;
}

@media screen and (max-width: 768px) {

  .footer-infos {
    padding-top: var(--margin-4);
  }

  .footer-socials {
    margin-top: var(--margin-3);
  }
}

@media (hover: hover) {
  .footer-socials li:hover {
    scale: 1.3;
  }

  .footer-socials li:hover .icon, .footer-socials li:hover .navigation-open  #navigation, .navigation-open  .footer-socials li:hover #navigation {
    color: rgb(var(--color-pink));
  }
}

.footer-socials em {
  display: none;
}

.footer-cta {
  font-size: clamp(32px, 12vw, 140px);
  background: rgb(var(--color-full-black));
  color: rgb(var(--color-pink));
  padding: var(--margin-8);
  display: flex;
  line-height: 0.8em;
  flex-direction: column;
  position: relative;
  flex: 1;
  max-width: 750px;
}

.footer-cta:after {
  content: '';
  background: rgb(var(--color-full-black));
  height: 50vh;
  width: 100%;
  right: 0;
  position: absolute;
  top: -25vh;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .footer-cta {
    justify-content: end;
  }
}

@media only screen and (max-width: 768px) {
  .footer-cta {
    font-size: clamp(32px, 20vw, var(--margin-full));
    margin-bottom: 0;
  }
}

.footer-cta .footer-info-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-special);
}

@media only screen and (min-width: 1200px) {
  .footer-cta .footer-info-title {
    padding-right: calc(var(--margin-3) + var(--margin-8) * 2);
  }
}

.footer-cta video,
.footer-cta #hand-sign {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 60%;
  transition: 0.2s ease-out 0.2s;
  object-fit: cover;
  object-position: bottom right;
  z-index: 0;
}

@media only screen and (max-width: 1002px) {
  .footer-cta {
    max-width: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .footer-cta video,
  .footer-cta #hand-sign {
    opacity: 1;
  }
}

.footer-cta video > *,
.footer-cta #hand-sign > * {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: bottom right;
}

@media (hover: hover) {
  .footer-cta:hover video,
  .footer-cta:hover #hand-sign {
    opacity: 1;
  }
}

.footer-cta a {
  position: relative;
  z-index: 1;
}

.footer-cta .icon {
  color: rgb(var(--color-pink));
  margin-top: 0.5em;
}

@media only screen and (max-width: 992px) {
  .footer-cta .icon {
    margin-top: var(--margin-8);
    display: block;
  }
}

