@charset "UTF-8";
@import url("https://use.typekit.net/lgl4lfy.css");
@font-face {
  font-family: "Cinderblock";
  src: url("/fonts/Cinderblock-50.woff2") format("woff2"), url("/fonts/Cinderblock-50.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SuperspitzeGrotesk";
  src: url("/fonts/SuperspitzeGrotesk-SemiBold.woff2") format("woff2"), url("/fonts/SuperspitzeGrotesk-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ta-left, #benefits p, .benefits-wrapper {
  text-align: left;
}

.ta-center, .button, .jobs_button, #video-pills .swiper-wrapper, footer ul, .home_slide-text-1, .home_slide-text-2,
.home_slide-text-3, .faq_block-list, #benefits, #story_video h1, #story_video .home_slide-text-1 {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ac-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.as-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.ai-center, footer, .faq_video-wrapper,
.faq_list-wrapper, #jobs .sites {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-center, footer ul {
  -ms-flex-line-pack: center;
      align-content: center;
}

.as-center, footer ul li, #intro .intro--text, #started .started--text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ac-flex-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.as-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ac-flex-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.as-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ac-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.as-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.ai-initial {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.ac-initial {
  -ms-flex-line-pack: initial;
      align-content: initial;
}

.as-initial {
  -ms-flex-item-align: initial;
      -ms-grid-row-align: initial;
      align-self: initial;
}

.ai-inherit {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.ac-inherit {
  -ms-flex-line-pack: inherit;
      align-content: inherit;
}

.as-inherit {
  -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit;
}

.ji-flex-start {
  justify-items: flex-start;
}

.jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.js-flex-start {
  justify-self: flex-start;
}

.ji-flex-end {
  justify-items: flex-end;
}

.jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.js-flex-end {
  justify-self: flex-end;
}

.ji-center {
  justify-items: center;
}

.jc-center, #jobs .sites {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.js-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.ji-space-between {
  justify-items: space-between;
}

.jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-space-between {
  -ms-grid-column-align: space-between;
      justify-self: space-between;
}

.ji-space-around {
  justify-items: space-around;
}

.jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.js-space-around {
  -ms-grid-column-align: space-around;
      justify-self: space-around;
}

.ji-space-evenly {
  justify-items: space-evenly;
}

.jc-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.js-space-evenly {
  -ms-grid-column-align: space-evenly;
      justify-self: space-evenly;
}

.ji-initial {
  justify-items: initial;
}

.jc-initial {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.js-initial {
  -ms-grid-column-align: initial;
      justify-self: initial;
}

.ji-inherit {
  justify-items: inherit;
}

.jc-inherit {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.js-inherit {
  -ms-grid-column-align: inherit;
      justify-self: inherit;
}

.maxh-10 {
  max-height: 10vh;
}

.minh-10 {
  min-height: 10vh;
}

.maxh-20 {
  max-height: 20vh;
}

.minh-20, footer ul {
  min-height: 20vh;
}

.maxh-30 {
  max-height: 30vh;
}

.minh-30 {
  min-height: 30vh;
}

.maxh-40 {
  max-height: 40vh;
}

.minh-40 {
  min-height: 40vh;
}

.maxh-50 {
  max-height: 50vh;
}

.minh-50 {
  min-height: 50vh;
}

.maxh-60 {
  max-height: 60vh;
}

.minh-60 {
  min-height: 60vh;
}

.maxh-70 {
  max-height: 70vh;
}

.minh-70 {
  min-height: 70vh;
}

.maxh-80 {
  max-height: 80vh;
}

.minh-80 {
  min-height: 80vh;
}

.maxh-90 {
  max-height: 90vh;
}

.minh-90 {
  min-height: 90vh;
}

.maxh-100 {
  max-height: 100vh;
}

.minh-100 {
  min-height: 100vh;
}

.rounded {
  border-radius: 4rem;
}

.smooth, *, .button, .jobs_button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

section {
  min-height: 100vh;
}

.hidden {
  display: none !important;
}

.cover {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bgc-black, .faq_block-wrapper .vjs-theme-fantasy .vjs-load-progress div,
.panel .vjs-theme-fantasy .vjs-load-progress div {
  background-color: #000;
}

.c-black, .button, .jobs_button, .tickerwrapper ul.list li, footer ul li a {
  color: #000;
}

.bgc-pink, html, .pink:before, #video-pills .swiper-wrapper, .faq_block-wrapper, .faq_block-list, #started, .pink {
  background-color: #FE9FA3;
}

.c-pink, .panel-content h2 {
  color: #FE9FA3;
}

.bgc-brick {
  background-color: #ac5050;
}

.c-brick {
  color: #ac5050;
}

.bgc-yellow {
  background-color: #FBB03B;
}

.c-yellow {
  color: #FBB03B;
}

.bgc-white {
  background-color: #fff;
}

.c-white, #video-pills .swiper-wrapper, .home_slide-text-1, .home_slide-text-2,
.home_slide-text-3, #intro h2, .faq_block-list, #benefits, #love h2, #started h2, #jobs, #story_video h1, #story_video .home_slide-text-1, .panel-header h1, .panel-header .home_slide-text-1, .panel-content, .panel-content .story-ticker-wrapper span {
  color: #fff;
}

.bgc-blue, #benefits, .blue {
  background-color: #4772B6;
}

.c-blue {
  color: #4772B6;
}

.bgc-orange, .button:after, .orange:before, .orange {
  background-color: #FAAC81;
}

.c-orange {
  color: #FAAC81;
}

.bgc-mint, .green:before, .green, #intro {
  background-color: #4BC1B1;
}

.c-mint {
  color: #4BC1B1;
}

.bgc-dark-green, .jobs_button:after, #slider, #love, .accordion, .panel-content {
  background-color: #046C62;
}

.c-dark-green {
  color: #046C62;
}

.bgc-purple, .purple:before, #home_hero, #jobs, .purple {
  background-color: #8C61A9;
}

.c-purple {
  color: #8C61A9;
}

.pressio, .pill-container .swiper-slide a, .tickerwrapper ul.list li, .home_slide-text-2,
.home_slide-text-3 {
  font-family: "pressio-condensed", helvetica, arial, sans-serif;
}

.superspitz, #jobs .jobs_h2-wrapper h2 {
  font-family: "SuperspitzeGrotesk", helvetica, arial, sans-serif;
}

.fw-x-bold {
  font-weight: 900;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular, p {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-ultra-light {
  font-weight: 200;
}

.fw-thin {
  font-weight: 100;
}

.lh-150, .button, .jobs_button {
  line-height: 150%;
}

.lh-140, p, #intro p, #started p, .panel-content .columns {
  line-height: 140%;
}

.lh-130 {
  line-height: 130%;
}

.lh-120 {
  line-height: 120%;
}

.lh-100, h1, .home_slide-text-1,
h2,
h3, .pill-container .swiper-slide a {
  line-height: 100%;
}

.lh-90 {
  line-height: 90%;
}

.lh-80 {
  line-height: 80%;
}

.lh-70 {
  line-height: 70%;
}

h1, .home_slide-text-1,
h2,
h3,
.pill-container .swiper-slide a {
  font-family: "pressio-condensed", helvetica, sans-serif;
  font-weight: normal;
}

@media (orientation: portrait) {
  h2 {
    text-align: left;
  }
}

p {
  font-family: "SuperspitzeGrotesk", helvetica, sans-serif;
  font-weight: normal;
}

h1, .home_slide-text-1 {
  font-size: clamp(5rem, 140px, 14vw);
  font-size: clamp(5rem, 140px, 14vw)/16pxrem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}

h2 {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-size: clamp(2.5rem, 7vw, 4.5rem)/16pxrem;
}


h3,
.pill-container .swiper-slide a {
  font-size: clamp(1.22rem, 2vw, 2.5rem);
}

p {
  font-family: "SuperspitzeGrotesk", Helvetica, Arial, sans-serif;
  margin: 1.5em 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

body {
  position: relative;
  font-family: 'SuperspitzeGrotesk', helvetica, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

button {
  padding: 1rem;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-size: clamp(1.1rem, 1.5vw, 3rem);
  letter-spacing: 0.05rem;
  -webkit-transition: ease-in all 0.7s;
  transition: ease-in all 0.7s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  border: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -2px;
  width: 101%;
  height: 100%;
  border-radius: 0;
  z-index: -2;
  border-right: 1px solid black;
}

.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -2px;
  width: 0%;
  height: 100%;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  border-radius: 0;
  z-index: -1;
  border-right: 1px solid black;
}

.button:hover:before {
  width: 102%;
}

.button-text {
  max-width: 50ch;
}

.jobs_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10rem;
  font-size: clamp(1.1rem, 1.5vw, 3rem);
  letter-spacing: 0.05rem;
  -webkit-transition: ease-in all 0.7s;
  transition: ease-in all 0.7s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  border: 1px solid black;
  padding: 0 2rem;
}

.jobs_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -2px;
  width: 101%;
  height: 100%;
  border-radius: 0;
  z-index: -2;
  border-right: 1px solid black;
}

.jobs_button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -2px;
  width: 0%;
  height: 100%;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  border-radius: 0;
  z-index: -1;
  border-right: 1px solid black;
}

.jobs_button:hover:before {
  width: 102%;
}

#slider {
  width: 100%;
}

@media (max-width: 400px) {
  #slider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40vh !important;
  width: 33%;
  padding: 0 2rem;
}

@media (min-width: 769px) and (max-width: 1365px) {
  #slider .swiper-slide {
    padding: 0 2rem;
  }
}

#slider .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (min-width: 769px) and (max-width: 1365px) {
  #slider .swiper-slide a {
    padding: 3rem;
  }
}

#slider .swiper-slide img {
  height: 100%;
  width: auto;
}

.pill-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pill-container {
  border: 1px solid #ffffff;
  border-radius: 50px;
  height: 80px;
  width: 60%;
  overflow: hidden;
  margin: 5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 400px) {
  .pill-container {
    width: calc(100% - 12vw);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 0;
    border: none;
  }
}

.pill-container .swiper-wrapper {
  width: 100%;
}

.pill-container .swiper-slide {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pill-container .swiper-slide.swiper-slide-active {
  -webkit-transform: none !important;
          transform: none !important;
}

.pill-container .swiper-slide a {
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
}

@media (max-width: 400px) {
  .pill-container .swiper-slide a {
    max-width: 15ch;
  }
}

#video-pills {
  overflow: visible;
}

#video-pills .swiper-wrapper {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: 30vh;
}

#video-pills .swiper-wrapper p {
  font-size: clamp(1.22rem, 3vh, 2.5rem);
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.66s;
  transition: 0.66s;
  font-weight: 300;
  opacity: 0.3;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (orientation: portrait) {
  #video-pills .swiper-wrapper p {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#video-pills .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

#video-pills .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#video-pills .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

@media (orientation: portrait) {
  #video-pills .swiper-wrapper .swiper-slide.swiper-slide-active p {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#video-pills .swiper-wrapper .swiper-slide.swiper-slide-next, #video-pills .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

#video-pills .swiper-wrapper .swiper-slide.swiper-slide-next p, #video-pills .swiper-wrapper .swiper-slide.swiper-slide-prev p {
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

@media (orientation: portrait) {
  #video-pills .swiper-wrapper .swiper-slide.swiper-slide-next p, #video-pills .swiper-wrapper .swiper-slide.swiper-slide-prev p {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

#video-pills .swiper-wrapper .swiper-slide-next:hover,
#video-pills .swiper-wrapper .swiper-slide-prev:hover,
#video-pills .swiper-wrapper p:hover {
  opacity: 1;
}

#video-pills .swiper-wrapper .swiper-slide-fake-opacity,
#video-pills .swiper-wrapper .swiper-slide-next + div {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
}

#video-slider {
  width: 50vw;
  height: 100vh;
}

@media (orientation: portrait) {
  #video-slider {
    width: calc(100% - 12vw);
    height: calc(50vh - 6vw);
    margin-top: 6vw;
  }
}

#video-slider .video-js {
  height: 100%;
  width: 100%;
}

.tickerwrapper {
  /* the outer div */
  position: relative;
  width: 70vw;
  max-width: 850px;
  height: 80px;
  overflow: hidden;
  border: black 1px solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .tickerwrapper {
    width: calc(100% - 12vw);
  }
}

.tickerwrapper ul.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (orientation: portrait) {
  .tickerwrapper ul.list {
    width: 600%;
  }
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 50%;
  left: 0;
}

.tickerwrapper ul.list li {
  display: inline-block;
  font-size: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 2rem;
}

.arch {
  width: 100%;
  border-radius: 50vh 50vh 0 0;
}

@media (orientation: portrait) {
  .arch {
    width: auto;
    height: 35vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .arch {
    width: auto;
    height: 37.5vh;
  }
}

.circle {
  width: 100%;
  border-radius: 50vh;
}

@media (orientation: portrait) {
  .circle {
    width: auto;
    height: 35vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .circle {
    width: auto;
    height: 37.5vh;
  }
}

.square {
  width: 100%;
}

@media (orientation: portrait) {
  .square {
    width: auto;
    height: 35vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .square {
    width: auto;
    height: 37.5vh;
  }
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}

.player__button {
  background: transparent;
  border: 1px solid black;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
  font-size: 1.75rem;
  color: white;
  -webkit-text-stroke: 1px black;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05rem;
  margin-right: -0.05rem;
  margin-right: 2rem;
  padding-left: 0.1em;
}

.player__controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (orientation: portrait) {
  .player__controls {
    gap: 1rem;
    padding: 2rem;
  }
}

.progress {
  width: 100%;
  height: 50px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.progress hr {
  border-top: 1px solid black;
  border-bottom: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}

.progress__filled {
  height: 40%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-control-bar,
.panel .vjs-theme-fantasy .vjs-control-bar {
  background-color: transparent;
  bottom: 6vw;
  width: calc(100% - 12vw);
  margin: 0 auto;
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-big-play-button,
.faq_block-wrapper .vjs-theme-fantasy .vjs-picture-in-picture-control,
.faq_block-wrapper .vjs-theme-fantasy .vjs-fullscreen-control,
.faq_block-wrapper .vjs-theme-fantasy .vjs-volume-panel,
.panel .vjs-theme-fantasy .vjs-big-play-button,
.panel .vjs-theme-fantasy .vjs-picture-in-picture-control,
.panel .vjs-theme-fantasy .vjs-fullscreen-control,
.panel .vjs-theme-fantasy .vjs-volume-panel {
  display: none;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-progress-holder,
.faq_block-wrapper .vjs-theme-fantasy .vjs-load-progress,
.panel .vjs-theme-fantasy .vjs-progress-holder,
.panel .vjs-theme-fantasy .vjs-load-progress {
  background-color: #000;
  opacity: 1;
  z-index: 9;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-play-progress,
.panel .vjs-theme-fantasy .vjs-play-progress {
  background: rgba(255, 255, 255, 0.5);
  height: 20px !important;
  margin-top: -10px !important;
  z-index: 5;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-progress-control,
.panel .vjs-theme-fantasy .vjs-progress-control {
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-left: 20px;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-progress-control .vjs-mouse-display,
.panel .vjs-theme-fantasy .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-progress-control .vjs-progress-holder,
.panel .vjs-theme-fantasy .vjs-progress-control .vjs-progress-holder {
  height: 1px;
  margin: 0;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-progress-control .vjs-time-tooltip,
.panel .vjs-theme-fantasy .vjs-progress-control .vjs-time-tooltip {
  display: none !important;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-play-progress:before,
.panel .vjs-theme-fantasy .vjs-play-progress:before {
  display: none !important;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-play-progress .vjs-time-tooltip,
.panel .vjs-theme-fantasy .vjs-play-progress .vjs-time-tooltip {
  display: none !important;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder:before,
.panel .vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before,
.panel .vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder:before {
  margin-top: 0;
  height: 50px;
  width: 50px;
  border: 1px solid black;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  font-size: 1.75rem;
  color: white;
  -webkit-text-stroke: 1px black;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05rem;
  margin-right: -0.05rem;
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-icon-pause:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.panel .vjs-theme-fantasy .vjs-icon-pause:before,
.panel .vjs-theme-fantasy .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "❚❚";
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-icon-play:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-icon-replay:before,
.faq_block-wrapper .vjs-theme-fantasy .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.panel .vjs-theme-fantasy .vjs-icon-play:before,
.panel .vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before,
.panel .vjs-theme-fantasy .vjs-icon-replay:before,
.panel .vjs-theme-fantasy .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "►";
}

.faq_block-wrapper .vjs-theme-fantasy .vjs-control:focus:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-control:hover:before,
.faq_block-wrapper .vjs-theme-fantasy .vjs-control:focus,
.panel .vjs-theme-fantasy .vjs-control:focus:before,
.panel .vjs-theme-fantasy .vjs-control:hover:before,
.panel .vjs-theme-fantasy .vjs-control:focus {
  text-shadow: none;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none;
}

.vjs-poster {
  background-size: cover !important;
}

.panel .video-js {
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (orientation: portrait) {
  .panel .video-js {
    height: calc(100vw * 0.562);
  }
}

.panel .video-js .vjs-control-bar {
  opacity: 1;
  -webkit-transform: 300;
          transform: 300;
  background-color: transparent;
  bottom: 6vw;
  width: calc(100% - 12vw);
}

.panel.closed .video-js .vjs-control-bar {
  opacity: 0 !important;
}

footer {
  scroll-snap-align: start;
}

footer ul {
  padding: 8rem;
}

@supports (display: grid) {
  footer ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
  }
  @media (max-width: 1025px) {
    footer ul {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
  @media (max-width: 769px) {
    footer ul {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
}

footer ul li input {
  font-family: "SuperspitzeGrotesk", Helvetica, arial, sans-serif;
  padding: 0;
  border: none;
  background: transparent;
  font-size: clamp(1rem, 1.25vw, 2.5rem);
  outline: none;
  cursor: pointer;
}

footer ul li input :focus {
  outline: none;
}

@media (max-width: 500px) {
  footer .footer-logo {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 10vh;
  }
}

footer .credit {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 1rem;
  font-family: sans-serif;
  margin-top: -44px;
  text-align: left;
}

footer .credit a {
  color: inherit;
  text-decoration: none;
}

footer .te-pou-logo {
  height: 80px;
  margin-top: 2rem;
}

@supports (display: grid) {
  .grid-d-2-m-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2;
  }
  @media (max-width: 1025px) {
    .grid-d-2-m-1 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
  @media (max-width: 769px) {
    .grid-d-2-m-1 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
}

.logo {
  position: fixed;
  z-index: 101;
  top: 4vw;
  left: 4vw;
  height: 20vh;
  width: 20vh;
}

@media (max-width: 500px) {
  .logo {
    width: 12vh;
    height: 12vh;
  }
}

.logo-outer {
  position: fixed;
  z-index: 101;
  top: 4vw;
  left: 4vw;
  height: 20vh;
  width: 20vh;
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%;
}

@media (max-width: 500px) {
  .logo-outer {
    width: 12vh;
    height: 12vh;
  }
}

/** styling nav button **/
.nav_toggle {
  z-index: 999;
  right: 0;
  position: fixed;
  display: block;
  margin: 2rem;
  color: black;
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.nav_toggle::after {
  content: 'MENU';
}

.nav_toggle:hover {
  background-color: none;
  cursor: pointer;
}

.nav_toggle:focus {
  outline: none !important;
  outline: -webkit-focus-ring-color none;
}

.nav_toggle.active {
  color: white;
}

.nav_toggle.active::after {
  content: 'CLOSE';
}

.nav_toggle.active:hover {
  color: white;
}

/** styling mobile nav **/
.nav {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nav ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.nav li a {
  font-weight: 300;
  font-size: 10vh;
  line-height: 0.8;
  display: inline-block;
  color: white;
  opacity: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.nav li a:hover {
  color: #c7c7c7;
  -webkit-transform: translateX(30px) !important;
          transform: translateX(30px) !important;
}

#home_hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home_slide-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cinderblock";
  text-transform: uppercase;
}

.text-mask {
  position: absolute;
  width: 100%;
  height: 30vh;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.home_slide-text-1 {
  font-size: clamp(5rem, 140px, 14vw);
  position: absolute;
  z-index: 2;
  opacity: 1;
  height: 30vh;
  top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_slide-text-2,
.home_slide-text-3 {
  max-width: 20ch;
  font-size: clamp(2.5rem, 7vw, 9rem);
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  opacity: 100;
  height: 30vh;
  top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.home_slides {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 0 10vw;
  gap: 5vw;
}

@media (orientation: portrait) {
  .home_slides {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
  }
}

.home_slide-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  overflow: visible;
  position: relative;
}

@media (orientation: portrait) {
  .home_slide-wrapper {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}

.home_slides-list-1 {
  width: 100%;
  top: -300vh;
  position: absolute;
}

@media (orientation: portrait) {
  .home_slides-list-1 {
    width: 400%;
    top: 0;
    left: -300%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.home_slides-list-2 {
  width: 100%;
  position: absolute;
}

@media (orientation: portrait) {
  .home_slides-list-2 {
    width: 400%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.home_slide-image {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (orientation: portrait) {
  .home_slide-image {
    height: 50vh;
    width: 25%;
    padding: 0 10vw;
  }
}

.sophia:before {
  position: absolute;
  content: url(assets/diamond-green.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 10vh;
  width: 10vh;
  top: 30vh;
  left: -4vw;
}

@media (orientation: portrait) {
  .sophia:before {
    display: none;
  }
}

.indy:before {
  position: absolute;
  content: url(assets/bolt-pink.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 10vh;
  width: 10vh;
  bottom: 20%;
  right: -5%;
}

@media (orientation: portrait) {
  .indy:before {
    display: none;
  }
}

.shakti:before {
  position: absolute;
  content: url(assets/diamond-green.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 10vh;
  width: 10vh;
  bottom: 15vh;
  left: 5vw;
}

@media (orientation: portrait) {
  .shakti:before {
    display: none;
  }
}

.vernon:before {
  position: absolute;
  content: url(assets/star-pink.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 12vh;
  width: 12vh;
  top: 10vh;
  right: 0vw;
}

@media (orientation: portrait) {
  .vernon:before {
    display: none;
  }
}

.finau:before {
  position: absolute;
  content: url(assets/bolt-green.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 10vh;
  width: 10vh;
  bottom: 15vh;
  left: 0vw;
}

@media (orientation: portrait) {
  .finau:before {
    display: none;
  }
}

.william:before {
  position: absolute;
  content: url(assets/diamond-orange.svg);
  /* -webkit-transform-origin: 50% 50%; */
  /* transform-origin: 50% 50%; */
  height: 12vh;
  width: 12vh;
  top: 10vh;
  right: 0vw;
}

@media (orientation: portrait) {
  .william:before {
    display: none;
  }
}

.home_slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("assets/placeholder.jpeg");
  height: 100vh;
  width: 50%;
  position: relative;
}

@media (orientation: portrait) {
  .home_slide-img {
    width: 100%;
    height: 50vh;
  }
}

#intro {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@supports (display: grid) {
  #intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
  @media (max-width: 1025px) {
    #intro {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 769px) {
    #intro {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
}

@media (max-width: 500px) {
  #intro {
    padding: 10vw 0;
  }
}

#intro .intro--image {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 50vh 50vh 0;
}

@media (max-width: 500px) {
  #intro .intro--image {
    height: 50vh;
    width: 95%;
  }
}

#intro .intro--text {
  padding: 0 10vw 0 5vw;
  position: relative;
}

@media (orientation: portrait) {
  #intro .intro--text {
    padding: 5vw;
  }
}

@media (max-width: 500px) {
  #intro h2 {
    font-size: 20vw;
    padding-top: 2rem;
  }
}

#intro p {
  font-size: clamp(1.1rem, 1.5vw, 3rem);
}

.diamond-scroll {
  position: absolute;
  top: -30%;
  right: 90%;
  z-index: 110;
}

.diamond-wiggle {
  content: url(assets/diamond-pink.svg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 7vh;
  width: 7vh;
}

@media (max-width: 500px) {
  .diamond-wiggle {
    display: none;
  }
}

.bolt-scroll {
  position: absolute;
  bottom: -50%;
  right: 20%;
  z-index: 110;
}

@media (orientation: portrait) {
  .bolt-scroll {
    display: none;
  }
}

.bolt-wiggle {
  content: url(assets/bolt-pink.svg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: auto;
  width: 100px;
}

@media (max-width: 500px) {
  .bolt-wiggle {
    display: none;
  }
}

.star-scroll {
  position: absolute;
  bottom: -10vw;
  left: -30%;
  z-index: 110;
}

.star-wiggle {
  content: url(assets/star-purple.svg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 200px;
  width: 200px;
}

@media (max-width: 500px) {
  .star-wiggle {
    display: none;
    height: 80px;
    width: 80px;
    right: 5vw;
    bottom: 5vw;
  }
}

#faq {
  position: relative;
  z-index: 102;
}

.faq_block-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: auto;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (orientation: portrait) {
  .faq_block-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
  }
}

.faq_video-wrapper,
.faq_list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (orientation: portrait) {
  .faq_video-wrapper,
  .faq_list-wrapper {
    width: 100%;
  }
}

.faq_video-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (orientation: portrait) {
  .faq_video-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.faq_list-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
}

@media (orientation: portrait) {
  .faq_list-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.faq_list-lozenge {
  /* the outer div */
  position: absolute;
  left: 15%;
  width: 70%;
  pointer-events: none;
  height: 8vh;
  overflow: hidden;
  border: black 1px solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5vw auto;
}

@media (orientation: portrait) {
  .faq_list-lozenge {
    left: 5%;
    width: 90%;
    height: 6vh;
  }
}

.faq_block-list {
  background: transparent;
  padding: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
}

.faq_block-list-item {
  font-size: clamp(1.22rem, 2vw, 2.5rem);
}

.faq_block-list-item a {
  cursor: pointer;
}

.faq_block-list-item a:active {
  font-size: clamp(1.22rem, 2vw, 2.5rem);
}

#faq_block-video {
  height: 100vh;
  width: 100%;
}

@media (orientation: portrait) {
  #faq_block-video {
    height: calc(50vh - 12vw);
    width: calc(100% - 12vw);
    margin-left: auto;
    margin-right: auto;
  }
}

#benefits {
  padding: 5vw 10vw;
}

@media (orientation: portrait) {
  #benefits {
    padding: 5vw;
  }
}

#benefits p {
  font-size: clamp(1rem, 1.25vw, 2.5rem);
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
}

.benefits-wrapper {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10vw;
  grid-row-gap: 5vw;
}

.benefits-wrapper img {
  height: 150px;
  padding-bottom: 2rem;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
}

.benefits-wrapper img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media (max-width: 500px) {
  .benefits-wrapper img {
    height: 130px;
  }
}

@media (max-width: 500px) {
  .benefits-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.benefits_button-wrapper {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#love {
  min-height: 100vh;
}

#love .h2-wrapper {
  padding: 5vw;
}

#started {
  position: relative;
  overflow: hidden;
  z-index: 102;
  min-height: 100vh;
}

@supports (display: grid) {
  #started {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
  @media (max-width: 1025px) {
    #started {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 769px) {
    #started {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
  }
}

@media (max-width: 500px) {
  #started {
    padding: 5vw 0;
  }
}

#started .started--image-wrap {
  position: relative;
  overflow: hidden;
}

#started .started--image {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50vh 0 0 50vh;
}

@media (max-width: 500px) {
  #started .started--image {
    height: 50vh;
    padding-left: 5vw;
  }
}

#started .started--text {
  padding: 0 5vw 0 10vw;
}

@media (orientation: portrait) {
  #started .started--text {
    padding: 5vw;
  }
}

#started h2 {
  position: relative;
}

#started p {
  font-size: clamp(1.1rem, 1.5vw, 3rem);
}

.bolt-purple-scroll {
  position: absolute;
  top: 15%;
  left: 7.5%;
  z-index: 110;
}

.bolt-purple-wiggle {
  content: url(assets/bolt-purple.svg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: auto;
  width: 10vh;
}

@media (max-width: 500px) {
  .bolt-purple-wiggle {
    display: none;
  }
}

#jobs {
  min-height: 100vh;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#jobs .heading-wrapper {
  padding: 5vw 10vw;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}

@media (orientation: portrait) {
  #jobs .heading-wrapper {
    padding: 5vw;
  }
}

#jobs::before {
  content: url(assets/heart-green.svg);
  height: 120px;
  width: 120px;
  position: absolute;
  top: -3rem;
  right: 15%;
  z-index: 102;
}

@media (max-width: 500px) {
  #jobs::before {
    display: none;
  }
}

#jobs h1, #jobs .home_slide-text-1 {
  font-size: clamp(5rem, 140px, 14vw);
  text-transform: uppercase;
}

#jobs .jobs_h2-wrapper h2 {
  color: white;
  border: none;
  text-align: center;
  font-size: 2rem;
}

#jobs .sites {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 5vw;
  margin: 5vw auto;
}

@media (orientation: portrait) {
  #jobs .sites {
    width: calc(100% - 12vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10vw auto;
    padding: 10vw 0;
  }
}

#jobs .sites .jobs_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media (orientation: portrait) {
  #jobs .sites .jobs_wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

#jobs .sites a {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

#jobs .sites a img {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 70px;
}

#jobs .sites a:hover {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media (orientation: portrait) {
  #jobs .sites a {
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 200px;
    max-height: 70px;
    padding: 0.5rem;
  }
}

#story_video {
  height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-poster {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-poster .tiles {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 5vw 10vw;
  gap: 5vw;
}

.video-poster .tiles * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
}

@media (orientation: portrait) {
  .video-poster .tiles {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    padding: 5vw;
    gap: 0;
  }
}

.story-vernon:before {
  position: absolute;
  content: url(assets/diamond-pink.svg);
  height: 7vh;
  width: 7vh;
  top: 15%;
  left: -5%;
  z-index: 10;
}

.story-shakti:before {
  position: absolute;
  content: url(assets/bolt-blue.svg);
  height: 10vh;
  width: 10vh;
  bottom: 10%;
  right: 10%;
  z-index: 10;
}

.story-indy:before {
  position: absolute;
  content: url(assets/star-blue.svg);
  height: 8vh;
  width: 8vh;
  top: 5%;
  left: 7%;
  z-index: 10;
}

.story-sophia:before {
  position: absolute;
  content: url(assets/heart-green.svg);
  height: 10vh;
  width: 10vh;
  bottom: -5%;
  right: -5%;
  z-index: 10;
}

.story-finau:before {
  position: absolute;
  content: url(assets/bolt-green.svg);
  height: 10vh;
  width: 10vh;
  bottom: 5%;
  left: 0;
  z-index: 10;
}

.story-william:before {
  position: absolute;
  content: url(assets/diamond-orange.svg);
  height: 9vh;
  width: 9vh;
  top: 5%;
  right: 0;
  z-index: 10;
}

.accordion {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.panel {
  display: block;
  position: relative;
  overflow: hidden;
  color: #b5abab;
  margin: 0 auto;
}

.panel-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("assets/placeholder.jpeg");
  cursor: pointer;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-header h1, .panel-header .home_slide-text-1 {
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 12vw);
  margin: 0 auto;
  z-index: 100;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s all;
}

.panel-header h1:hover, .panel-header .home_slide-text-1:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.panel-header h1 span, .panel-header .home_slide-text-1 span {
  font-size: clamp(1.6rem, 4vh, 4.5rem);
  font-family: "SuperspitzeGrotesk", Helvetica, arial, sans-serif;
  line-height: 100%;
  text-transform: none;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (orientation: portrait) {
  .panel-header h1 span, .panel-header .home_slide-text-1 span {
    display: none;
  }
}

.panel-content-wrapper {
  position: relative;
  height: 0;
}

.panel-content {
  padding: 5vw 10vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  width: 100%;
  min-height: 100vh;
}

@media (orientation: portrait) {
  .panel-content {
    padding: 5vw;
  }
}

.panel-content h2 {
  text-transform: uppercase;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

.panel-content .intro {
  font-size: clamp(1.1rem, 1.5vw, 3rem);
  margin: 2rem 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/8;
  position: relative;
}

.panel-content .intro h2 {
  margin-bottom: 2rem;
}

@media (orientation: portrait) {
  .panel-content .intro {
    grid-column: 1/-1;
  }
}

.panel-content .intro:after {
  content: url(assets/star-purple.svg);
  height: 145px;
  width: 145px;
  position: absolute;
  top: 0;
  right: -50%;
  z-index: 100;
}

@media (orientation: portrait) {
  .panel-content .intro:after {
    display: none;
  }
}

.panel-content .columns {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2/13;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  margin: 5vw 0;
  font-size: clamp(1.1rem, 1.5vw, 3rem);
}

.panel-content .story-ticker-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.panel-content .story-ticker-wrapper .tickerwrapper {
  border-color: white;
}

.stories-button-wrap {
  margin: 6vw auto 0;
  max-width: 300px;
}
/*# sourceMappingURL=style.css.map */