@font-face {
  font-family: Paralucent;
  src: url('../fonts/fonnts.com-Paralucent_Medium.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_font-styles---subheader: 16px;
  --_colors---mint: #35dd8b;
  --_colors---white: white;
  --_colors---dark-grey: #acacac;
  --_colors---ink: black;
  --_colors---paper: white;
  --_colors---dark-blue: #202446;
  --_colors---light-mint: #d5f7e4;
  --_colors---blue: #1756e2;
  --_colors---light-blue: #b8e6ff;
  --_colors---purple: #5824c5;
  --_colors---light-purple: #a488f7;
  --_colors---violet: #a110ff;
  --_colors---light-violet: #d69aff;
  --_colors---yellow: #ffcb19;
  --_colors---light-yellow: #ffeac0;
  --_colors---orange: #ff800d;
  --_colors---light-orange: #ffd4b0;
  --_colors---red: #ff4e00;
  --_colors---light-red: #ffbfa6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.image {
  z-index: 999;
  opacity: 1;
  max-width: 104px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.link-block {
  text-decoration: none;
}

.heading {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-styles---subheader);
  font-weight: 400;
  line-height: 18px;
}

.cell-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.button {
  color: #000;
  background-color: #35dd8b;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0 0 10px 3px #3829a333;
}

.quick-stack {
  z-index: 2;
  max-width: 1500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-2 {
  color: var(--_colors---mint);
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-styles---subheader);
  text-align: center;
  font-weight: 400;
  line-height: 18px;
}

.heading-3-2 {
  color: var(--_colors---white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 124px;
}

.paragraph {
  color: var(--_colors---dark-grey);
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.body {
  background-color: var(--_colors---ink);
  overflow: hidden auto;
}

.container {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: block;
}

.section {
  text-align: center;
  z-index: 999;
  margin-top: 100px;
  padding-top: 180px;
  position: relative;
}

.image-2 {
  text-align: center;
  z-index: 1;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 60px;
}

.code-embed {
  z-index: 1;
  margin-top: -100px;
  margin-bottom: -100vh;
}

.section-2 {
  background-color: #ffffff80;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.main-h2 {
  color: var(--_colors---white);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 64px;
}

.mainparagraphtext {
  color: var(--_colors---dark-grey);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.container-educationera {
  text-align: center;
  z-index: 0;
  max-width: 1000px;
  margin-bottom: -3px;
  padding-top: 0;
}

.section-jointhemovement {
  text-align: center;
  z-index: 999;
  background-image: linear-gradient(#000, #fff0), url('../images/gradient_Newsletter.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
}

.image-3 {
  max-width: 182px;
  padding-bottom: 20px;
}

.image-4 {
  max-width: 1100px;
}

.section-educationera {
  text-align: center;
  z-index: 0;
  margin-top: 0;
  padding-top: 40px;
  position: relative;
}

.section-connectingpeople {
  text-align: center;
  z-index: 1;
  margin-top: -30px;
  padding-top: 0;
  position: relative;
}

.section-copy-4 {
  text-align: center;
  z-index: 0;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.paragraph-2-copy {
  color: var(--_colors---paper);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block {
  text-align: center;
  background-image: linear-gradient(0deg, #000 8%, #fff0 54%), url('../images/section_1_background-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  max-width: 1100px;
  height: 90vh;
  margin-bottom: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading-connectingpeople {
  color: var(--_colors---white);
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 64px;
}

.container-2-copy {
  text-align: center;
  max-width: 1025px;
  padding-top: 0;
}

.container-2-copy-2 {
  text-align: center;
  max-width: 925px;
  padding-top: 0;
}

.paragraph-jointhemovement {
  color: var(--_colors---paper);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-5 {
  max-width: 104px;
}

.text-block {
  color: var(--_colors---paper);
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.cell-4 {
  justify-content: flex-end;
  align-items: flex-end;
}

.section-footer-2 {
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.section-3 {
  background-image: url('../images/dots.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  max-width: 200px;
  position: absolute;
  inset: auto auto -28% -15%;
}

.container-3 {
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.cell-6 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.image-7 {
  width: 100%;
  max-width: 225px;
  position: absolute;
  inset: auto 13% 27% auto;
}

.image-8 {
  width: 100%;
  max-width: 225px;
  position: absolute;
  inset: 35% 0% 0% -31%;
}

.image-9 {
  z-index: 2;
  width: 100%;
  max-width: 225px;
  position: absolute;
  inset: 14% -5% auto auto;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  position: relative;
}

.div-block-2 {
  opacity: .87;
  z-index: 1;
  background-image: linear-gradient(0deg, #000000c4, #fff0 47%), url('../images/rombus_top.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100%;
  height: 275px;
  margin-top: 0;
}

.div-block-2-copy {
  opacity: .87;
  z-index: 2;
  background-image: linear-gradient(#000000c9, #fff0 31%), url('../images/rombus_bottom.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100%;
  height: 275px;
  margin-top: 0;
  padding-bottom: 20px;
}

.quick-stack-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  z-index: 3;
  width: 100%;
  margin-bottom: -75px;
  padding: 0;
}

.image-10 {
  width: 100%;
  max-width: 300px;
}

.image-11 {
  z-index: 3;
  width: 100%;
  max-width: 300px;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-ai-for-hi {
  color: var(--_colors---white);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 64px;
}

.paragraph-ai-for-hi {
  color: var(--_colors---dark-grey);
  text-align: center;
  z-index: 1;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-join-the-movement {
  color: var(--_colors---white);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 64px;
}

.image-12 {
  z-index: 2;
  width: 100%;
  max-width: 270px;
  position: absolute;
  inset: 18% auto auto 4%;
}

.image-13 {
  width: 100%;
  max-width: 225px;
  position: absolute;
  inset: 37% -22% 0% auto;
}

.image-14 {
  max-width: 300px;
  position: absolute;
  inset: auto auto 30% 16%;
}

.cell-10 {
  margin-left: -20px;
  position: relative;
}

.image-15 {
  width: 100%;
  max-width: 325px;
  position: absolute;
  inset: auto auto 0% -23%;
}

.image-16 {
  z-index: 2;
  width: 100%;
  max-width: 325px;
  position: absolute;
  inset: 32% auto auto -20%;
}

.image-17 {
  z-index: 2;
  width: 100%;
  max-width: 325px;
  position: absolute;
  inset: auto auto 28% 5%;
}

.heading-3 {
  color: #f7f7f7;
}

.cell-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.heading-footer {
  color: var(--_colors---paper);
  font-family: Poppins, sans-serif;
  font-size: var(--_font-styles---subheader);
  font-weight: 400;
  line-height: 18px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 900px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section-4 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.quick-stack-5 {
  padding-bottom: 0;
  padding-left: 17px;
  padding-right: 20px;
}

.image-18 {
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-4 {
  max-width: 1300px;
  position: relative;
}

.image-19 {
  z-index: 2;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 10% auto 0% 9%;
}

.image-20 {
  z-index: 3;
  max-width: 100px;
  position: absolute;
  inset: 32% auto auto 25%;
}

.image-21 {
  z-index: 2;
  max-width: 170px;
  position: absolute;
  inset: auto 14% 30% auto;
}

.image-22 {
  z-index: 2;
  max-width: 275px;
  position: absolute;
  inset: auto 14% 7% auto;
}

.image-23 {
  z-index: 1;
  max-width: 60px;
  margin-left: -1px;
  padding-bottom: 60px;
}

.image-24 {
  z-index: 0;
  max-height: 250px;
}

.section-tutor {
  z-index: 1;
  position: relative;
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slide {
  width: 16%;
}

.paragraph-header-special {
  color: #fffc;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.mainparagraphtext-copy {
  color: var(--_colors---dark-grey);
  text-align: center;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-3 {
  background-image: linear-gradient(69deg, #f0ece4, #f2ede6);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  height: 200px;
  display: flex;
}

.heading-4 {
  color: var(--_colors---ink);
  padding-top: 20px;
  padding-left: 20px;
  font-family: Paralucent, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.quick-stack-6 {
  padding: 0;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #a110ff, #5824c580);
  border-top-left-radius: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 30px;
  padding: 0 20px 0 0;
}

.image-25 {
  width: 100%;
  max-width: 15px;
}

.heading-5 {
  color: #fff;
  padding-left: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

.text-block-2 {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.cell-14 {
  justify-content: flex-start;
  align-items: flex-end;
}

.text-block-3 {
  padding-left: 10px;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.cell-15 {
  justify-content: center;
  align-items: flex-end;
}

.cell-16 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 10px 20px;
}

.image-26 {
  max-width: 26px;
}

.container-5 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-6 {
  text-align: left;
  z-index: 4;
  margin-top: -400px;
  position: relative;
}

.code-embed-2 {
  padding-top: 40px;
}

.code-embed-3 {
  padding-top: 20px;
}

.body-2 {
  background-color: var(--_colors---ink);
  padding-bottom: 0;
}

.container-6 {
  z-index: 999999;
  border: 1px #000;
  width: 95%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-6 {
  color: var(--_colors---white);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-block-3 {
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: none;
}

.cell-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 575px;
  display: flex;
}

.image-27 {
  max-width: 100px;
  padding-left: 0;
}

.button-2 {
  color: var(--_colors---ink);
  z-index: 9999;
  cursor: pointer;
  background-color: #17e2ea;
  border-radius: 30px;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: absolute;
}

.cell-18 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.cell-19 {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.quick-stack-9 {
  background-color: #141414;
  border: 2px solid #000;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack-9.gradient-border {
  z-index: 999999;
  width: 100%;
  min-height: 98px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-4 {
  border: 2px solid;
  border-image-source: linear-gradient(57.15deg, #ffc524 13.39%, #d16380 35.64%, #28a0cb 77.51%);
  border-image-slice: 1;
  border-radius: 30px;
}

.section-7 {
  text-align: center;
  z-index: 1;
  width: 100%;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.heading-7 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffc524, #d16380 50%, #28a0cb);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 0;
}

.image-28 {
  text-align: center;
  z-index: 0;
  width: 100%;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.container-8 {
  text-align: center;
}

.text-span {
  color: #9896ed;
}

.heading-8 {
  color: var(--_colors---paper);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
}

.container-9 {
  text-align: center;
  z-index: 2;
  max-width: 1200px;
  position: relative;
}

.text-block-4 {
  color: var(--_colors---paper);
  text-align: center;
  z-index: 3;
  opacity: 1;
  background-color: #0000;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 21px;
  position: relative;
}

.heading-8-copy {
  color: var(--_colors---paper);
  text-align: center;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.text-span-2 {
  color: #9896ed;
}

.text-block-4-copy {
  color: var(--_colors---paper);
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-29 {
  text-align: center;
  z-index: 2;
  max-width: 970px;
}

.div-block-5 {
  text-align: center;
  z-index: 1;
  background-image: radial-gradient(circle, #0000 63%, #0000004a), url('../images/grid-background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.image-30 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -22% 0% auto auto;
}

.container-10 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}

.button-3 {
  color: #1d192c;
  background-color: #9896ed;
  border-radius: 30px;
  margin-top: 40px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.container-11 {
  text-align: center;
  max-width: 950px;
  position: relative;
}

.image-31 {
  z-index: 999;
  width: 100%;
  max-width: 225px;
  position: absolute;
  inset: 17% -5% auto auto;
}

.image-32 {
  z-index: 0;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  z-index: 1;
  max-width: 300px;
  position: absolute;
  inset: 8% auto auto -5%;
}

.image-34 {
  z-index: 999;
  max-width: 240px;
  position: absolute;
  inset: auto 0% 22% auto;
}

.image-35 {
  z-index: 2;
  max-width: 140px;
  position: absolute;
  inset: auto auto 31% 17%;
}

.image-36 {
  max-width: 388px;
}

.container-12 {
  text-align: center;
  padding-top: 40px;
}

.heading-8-copy-copy-2 {
  color: var(--_colors---paper);
  text-align: left;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.text-span-3 {
  color: #9896ed;
}

.text-block-4-copy-copy {
  color: var(--_colors---paper);
  text-align: left;
  max-width: 525px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 40px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-13 {
  z-index: 2;
  background-image: url('../images/tutorbackground-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  max-width: 1050px;
  min-height: 550px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.image-37 {
  z-index: 1;
  max-width: 388px;
}

.section-9 {
  text-align: center;
  margin-top: 0;
}

.heading-8-2-2 {
  color: var(--_colors---paper);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.cell-20 {
  justify-content: flex-start;
  align-items: flex-end;
}

.text-block-4-2 {
  color: var(--_colors---paper);
  text-align: left;
  max-width: 485px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 13px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.quick-stack-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-10 {
  padding-top: 40px;
}

.section-11 {
  z-index: 2;
  position: relative;
}

.container-14 {
  background-image: url('../images/girlipad-min.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  max-width: 950px;
}

.heading-9 {
  color: var(--_colors---ink);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
}

.text-span-4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 0;
  position: relative;
  inset: -27% 0% auto auto;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffc524, #e58e58 15%, #d16380 27%, #28a0cb 65%);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-5 {
  max-width: 360px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.quick-stack-11 {
  border-radius: 16px;
  padding: 0;
}

.cell-21 {
  background-color: #ffffffb3;
  border-radius: 0 16px 16px 0;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 50px;
}

.cell-22 {
  border-radius: 16px 0 0 16px;
}

.button-3-copy {
  color: #1d192c;
  background-color: #9896ed;
  border-radius: 30px;
  margin-top: 25px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-12 {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-13 {
  margin-top: 0;
}

.code-embed-4 {
  font-size: 14px;
}

.image-38 {
  -webkit-text-fill-color: transparent;
  background-color: #17e2ea;
  -webkit-background-clip: text;
  background-clip: text;
}

.dropdown {
  display: none;
}

.code-embed-5 {
  width: 100%;
  font-size: 0;
}

.section-14 {
  padding-top: 32px;
}

.section-15 {
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.quick-stack-12 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.image-40 {
  display: none;
}

.image-41 {
  width: 100%;
  max-width: 600px;
}

.container-15 {
  max-width: 1050px;
}

.quick-stack-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 60px;
}

.cell-26 {
  justify-content: flex-start;
  align-items: center;
}

.image-42 {
  width: 100%;
  max-width: 250px;
  padding-top: 20px;
}

.div-block-6 {
  background-image: url('../images/zoomcall-min.png');
  background-position: 0 0;
  background-size: cover;
  max-width: 900px;
  min-height: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.image-43 {
  max-width: 253px;
  position: absolute;
  inset: -5% auto auto -4%;
}

.image-44 {
  max-width: 269px;
  position: absolute;
  inset: 0% 22% auto auto;
}

.image-45 {
  max-width: 315px;
  position: absolute;
  inset: auto 5% 0% auto;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-7 {
  background-image: url('../images/zoomcall2-min-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 587px;
}

.image-46 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.container-17 {
  text-align: right;
  position: relative;
}

.section-17 {
  text-align: right;
  padding-top: 60px;
}

.image-47 {
  max-width: 500px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-48 {
  max-width: 250px;
  position: absolute;
  inset: auto 1% 4% auto;
}

.link {
  color: #17e2ea;
}

.quick-stack-14 {
  z-index: 5;
  width: 100%;
  max-width: 1025px;
}

.cell-27, .cell-28, .cell-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-18 {
  max-width: 950px;
}

.button-2-copy {
  color: var(--_colors---ink);
  background-color: #17e2ea;
  border-radius: 30px;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.code-embed-6 {
  padding-top: 40px;
}

.code-embed-7, .code-embed-8, .code-embed-9 {
  padding-bottom: 10px;
}

.body-3 {
  background-color: var(--_colors---ink);
}

.heading-10-copy-4 {
  color: var(--_colors---white);
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-10-copy {
  color: var(--_colors---white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.team-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.quick-stack-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-49 {
  padding-top: 40px;
}

.image-50 {
  width: 100%;
  padding-top: 40px;
}

.image-51 {
  padding-top: 40px;
}

.image-52 {
  min-height: 249px;
  padding-top: 40px;
}

.image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
  padding-top: 40px;
}

.div-block-8 {
  background-image: url('../images/PKHeadshot-2025-02-03at4.08.27-PM.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 40px;
  padding-top: 0;
}

.div-block-8-copy {
  background-image: url('../images/BarryBraunsteinPhotographyZachRachins213361.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-1 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-2 {
  background-image: url('../images/Jason.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-3 {
  background-image: url('../images/JulianMerschen.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-4 {
  background-image: url('../images/RianSchilligo.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-5 {
  background-image: url('../images/jwolf-11.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-6 {
  background-image: url('../images/Chris.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-7 {
  background-image: url('../images/AnthonySalcito.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-8 {
  background-image: url('../images/Courtney-Menges.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-9 {
  background-image: url('../images/AndyKetter.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-10 {
  background-image: url('../images/IMG_779520231105.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-11 {
  background-image: url('../images/231120_1092.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-12 {
  background-image: url('../images/matty_20231208_2745.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 200px;
  min-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-13 {
  background-image: url('../images/Kyle-Callaway-exec-headshot.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 208px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-14 {
  background-image: url('../images/TJLynnHeadshot_20231208_0399_FINAL.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-15 {
  background-image: url('../images/MarkDeFrancoHeadshot-Z72_1076WEB.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-8-16 {
  background-image: url('../images/PKHeadshot-2025-02-03at4.08.27-PM.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 0;
  padding-top: 0;
}

.section-18 {
  padding-top: 100px;
}

.quick-stack-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.section-19 {
  padding-top: 100px;
}

.container-20 {
  text-align: left;
  max-width: 1300px;
  padding-left: 20px;
}

.heading-10-copy-3 {
  color: var(--_colors---white);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-10-copy-4-copy {
  color: var(--_colors---white);
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-8-copy {
  color: var(--_colors---paper);
  text-align: center;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
}

.heading-8-copy-copy {
  color: var(--_colors---paper);
  text-align: center;
  text-align: center;
  text-align: center;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.heading-10 {
  color: var(--_colors---white);
  margin-top: 5px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  right: 152px;
}

.heading-10.w--current {
  margin-top: 5px;
}

.heading-10-copy {
  color: var(--_colors---white);
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.link-2 {
  text-decoration: none;
}

.link-2.w--current {
  color: var(--_colors---white);
  text-decoration: none;
}

.link-3 {
  color: var(--_colors---white);
  z-index: 99999;
  cursor: pointer;
  text-decoration: none;
  position: static;
  inset: 20% 0% auto auto;
}

.heading-10-copy-copy {
  color: var(--_colors---white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.heading-8-copy {
  color: var(--_colors---paper);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
}

.heading-10-copy-copy-copy {
  color: var(--_colors---white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.link-block-4 {
  position: absolute;
}

.section-14-copy {
  padding-top: 100px;
}

.text-block-4-copy-2 {
  color: var(--_colors---paper);
  text-align: center;
  z-index: 3;
  opacity: 1;
  background-color: #0000;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

.text-block-4-copy-copy-2 {
  color: var(--_colors---paper);
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.code-embed-11 {
  color: #fff;
  width: 50px;
  height: 50px;
}

.code-embed-12 {
  margin-top: 10px;
  margin-left: 20px;
}

.code-embed-12-copy {
  margin-top: 10px;
  margin-left: 10px;
}

.columns {
  text-align: left;
  vertical-align: top;
  margin-left: 100px;
  margin-right: 120px;
  display: inline-block;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}

.column-2 {
  padding-left: 0;
  padding-right: 20px;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---paper);
  vertical-align: baseline;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 1000px;
  margin-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.body-4 {
  background-color: #000;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--_colors---paper);
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-63 {
  aspect-ratio: auto;
  vertical-align: top;
  object-fit: contain;
  min-width: 100%;
  display: inline-block;
}

.rich-text-block {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.rich-text-block.biotext {
  background-color: #0000;
}

.heading-11-copy-bio {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.paragraph-3 {
  font-size: 16px;
}

.paragraph-4 {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.link-6 {
  color: #17e2ea;
}

.rich-text-block-2 {
  color: #fff;
  margin-top: 16px;
}

.link-chuck {
  flex: 0 auto;
  min-width: 100%;
  text-decoration: none;
  display: block;
  position: static;
}

.link-jason {
  width: auto;
  min-width: 100%;
  text-decoration: none;
}

.link-rian, .link-julian, .link-jared, .link-chris, .link-anthony, .link-courtney, .link-andy, .link-zach, .link-block-15, .link-jason-botel, .link-al-castle, .link-kyle, .link-tj-lynn, .link-mark, .link-block-21, .link-block-22 {
  min-width: 100%;
  text-decoration: none;
}

.container-22 {
  padding-top: 64px;
  padding-bottom: 100px;
}

.link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27 {
  text-decoration: none;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.layout140_component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: none;
  position: static;
}

.layout414_wrapper-author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer3_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.layout414_testimonial-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.layout383_banner3 {
  background-image: url('../images/Frame-2147228664_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout383_holder {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  aspect-ratio: 1312 / 650;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 2.5rem;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta25_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 61rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.layout383_shape {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.layout383_card {
  aspect-ratio: 1284 / 1160;
  border: 1px solid #ffffff1a;
  border-radius: 1.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout140_shape {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta25_component {
  background-image: url('../images/Frame-2147228660-2_1Frame 2147228660 (2).avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.layout140_shape2 {
  z-index: 4;
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.layout140_content {
  text-align: center;
  max-width: 57rem;
}

.swiper-pagination-bullet {
  background-color: #fff3;
  border-radius: 6.25rem;
  width: 20px;
  height: 2.5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17e2ea;
}

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

.header26_box-divider {
  background-image: linear-gradient(#0000, #fff9 30% 70%, #0000);
  width: 1px;
}

.layout383_holder3 {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 3.25rem;
  display: flex;
  position: relative;
}

.layout414_wrapper-card-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.button-group {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header26_play {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #fb43da, #d684ff 45%, #17e2ea);
  -webkit-background-clip: text;
  background-clip: text;
}

.navbar1_logo {
  width: 5.5rem;
}

.layout383_wrapper-heading {
  text-align: center;
}

.layout414_holder-mob {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-size-xlarge {
  letter-spacing: -1.92px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer3_legal-link {
  color: #ffffffa3;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.footer3_legal-link:hover {
  color: #fff;
}

.layout414_card-mob {
  background-color: #161c2c99;
  border: 1px solid #ffffff1f;
  border-radius: 1.5rem;
  flex: none;
  width: 100%;
  padding: 1.5rem;
  overflow: hidden;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.header26_component {
  width: 100%;
  position: relative;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.layout414_wrapper-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout383_banner {
  width: 100%;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.layout383_text-protext {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  inset: auto 0% 0%;
}

.header26_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 9rem;
}

.spacer-xxhuge.is-mob-overflow {
  display: none;
}

.button-new {
  color: #0f0928;
  text-align: center;
  background-color: #17e2ea;
  border-radius: 6.25rem;
  min-width: 17.5rem;
  padding: 1rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.button-new:hover {
  background-color: #00c4cc;
  box-shadow: 0 0 24px #17e2ea99;
}

.button-new.is-small {
  min-width: auto;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.7;
  display: none;
}

.section_layout383, .section_layout414 {
  position: relative;
}

.layout383_content {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.header26_wrapper-button-mob {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.25rem;
  display: none;
  position: relative;
}

.header26_wrapper-button-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-secondary {
  color: #ffffffa3;
}

.section_layout140 {
  position: relative;
}

.layout383_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.header26_wrapper-heading {
  z-index: 1;
  position: relative;
}

.header26_image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: -24.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout414_shape {
  position: absolute;
  inset: auto auto 0% 0%;
}

.layout414_wrapper-mob {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  overflow: hidden;
}

.header-26_wrapper-text {
  z-index: 1;
  max-width: 42rem;
  position: relative;
}

.layout414_wrapper-card {
  background-color: #161c2c99;
  border: 1px solid #ffffff1f;
  border-radius: 1.5rem;
  width: 33vw;
  padding: 1.5rem;
  overflow: hidden;
}

.header26_banner {
  z-index: 1;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #080d1ab3;
  background-image: linear-gradient(90deg, #ffffff1f, #2a2a321f);
  border: 1.5px solid #fff3;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 17rem;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.layout383_image2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-20 {
  margin-left: auto;
  margin-right: auto;
  padding: 120px 56px;
  position: relative;
}

.section-20.section-lightbox {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.layout383_wrapper-text {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar1_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-13 {
  z-index: 2;
  position: relative;
}

.code-embed-13.is-new {
  aspect-ratio: 12 / 6.76;
  overflow: hidden;
}

.heading-style-h3 {
  letter-spacing: -2.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.3;
}

.header26_video-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 70rem;
  margin: -24.5rem auto 2rem;
  position: relative;
}

.button_mob {
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #080d1ab3;
  background-image: linear-gradient(90deg, #ffffff1f, #2a2a321f);
  border: 1.5px solid #ffffff80;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
}

.layout414_wrapper-author-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header26_box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -6.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.navbar1_container {
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #080d1ab3;
  background-image: linear-gradient(90deg, #ffffff1f, #2a2a321f);
  border: 1.5px solid #fff3;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 91.5rem;
  max-height: 5.25rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout414_banner {
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #080d1ab3;
  background-image: linear-gradient(90deg, #ffffff1f, #2a2a321f);
  border: 1.5px solid #fff3;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 17rem;
  padding: .75rem 1rem;
  display: flex;
}

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

.layout414_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.footer3_legal-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout383_image5 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.header26_wrapper-bottom {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 40.5rem;
  display: flex;
  position: relative;
}

.header26_content {
  text-align: center;
  background-image: url('../images/Frame-2147228660-1_1Frame 2147228660 (1).avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.body-5 {
  color: #fff;
  background-color: #0f1425;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.layout383_image3 {
  border-radius: 1rem;
  max-width: 97%;
  box-shadow: 0 10px 100px #0006;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.layout383_image {
  border-radius: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

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

.layout383_image5-mob {
  width: 100%;
  display: none;
}

.video-holder {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.video-holder.video-holder-desktop, .video-holder.video-holder-desktop2 {
  border-radius: 16px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1.5% 0% auto 0;
}

.navbar1_menu-button {
  padding: 0;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h4 {
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimmonial_pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  display: flex;
}

.cta25_wrapper-text {
  max-width: 42rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.z-index-4 {
  z-index: 4;
  position: relative;
}

.rich-text-component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text_privacy-policy {
  font-size: 1.25rem;
}

.rich-text_shape {
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer3_legal-link-2 {
  color: #ffffffa3;
}

.text-color-gradient2 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% 100%, #ffc32b 6%, #fb43da 42%, #d684ff 77%, #17e2ea);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .75rem;
}

.header026_component {
  width: 100%;
  position: relative;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.text-style-link {
  color: #17e2ea;
  text-decoration: underline;
}

.header026_wrapper-text {
  max-width: 68.125rem;
}

.rich-text-shape2-mob {
  display: none;
}

.rich-text_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header026_content {
  text-align: center;
  background-image: url('../images/Frame-2147228660-1_2Frame 2147228660 (1).avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header16_component {
  aspect-ratio: 1.34;
  object-fit: cover;
  background-image: url('../images/laptop-mockup_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 61.25rem;
  padding: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.header16_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

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

.header16_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header16_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.button-4 {
  color: #000;
  background-color: #35dd8b;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0 0 10px 3px #3829a333;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.header16_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  min-height: 61.25rem;
  overflow: hidden;
}

.header16_image {
  aspect-ratio: 1.34;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header16_wrapper-top {
  max-width: 43rem;
}

.header16_wrapper-bottom {
  max-width: 35rem;
  margin-left: auto;
}

.layout383_box-left {
  display: none;
}

.layout383_wrapper-img {
  position: relative;
}

.layout383_box-right {
  width: 100%;
  display: none;
}

.layout383_banner2 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.layout383_wrapper-text2 {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#0000000d, #0000000d);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
}

.layout383_banner4 {
  background-image: url('../images/Frame-2147228665_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 1.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5rem 3rem;
  display: flex;
}

.layout383_holder4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout383_box4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39rem;
  font-size: 1.5rem;
  display: flex;
}

.layout383_box3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout383_image6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 13%;
}

.header16_img-mob {
  display: none;
}

.layout383_image2-mob {
  border-radius: 1rem;
  display: none;
}

.header26_overlay {
  opacity: 0;
  background-color: #0f1425;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  background-image: url('../images/Mike-VP-AI.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
  margin-top: 40px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-image, .image-64 {
  width: 100%;
  min-height: 209px;
  max-height: 209px;
}

.link-mike-hunigan, .link-monica {
  min-width: 100%;
  text-decoration: none;
}

.div-block-8-17 {
  background-image: url('../images/Mike-VP-AI.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
}

.div-block-8-18 {
  background-image: url('../images/Monica--VP-HR.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
}

.header-home_component {
  width: 100%;
  position: relative;
}

.header-home_content {
  text-align: center;
  background-image: url('../images/Frame-2147228660_6.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.header-home_banner {
  z-index: 1;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #080d1ab3;
  background-image: linear-gradient(90deg, #ffffff1f, #2a2a321f);
  border: 1.5px solid #fff3;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 17rem;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.header-home_wrapper-heading {
  z-index: 1;
  position: relative;
}

.header-home_wrapper-text {
  z-index: 1;
  max-width: 42rem;
  position: relative;
}

.header-home_wrapper-button-mob {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.25rem;
  display: none;
  position: relative;
}

.header-home_wrapper-bottom {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 40.5rem;
  display: flex;
  position: relative;
}

.header-home_overlay {
  opacity: 0;
  background-color: #0f1425;
  position: absolute;
  inset: 0%;
}

.header-home_image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: -24.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-home_video-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 70rem;
  margin-top: -26rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  position: relative;
}

.header-home_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-home_play {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.body-home {
  background-color: var(--_colors---dark-blue);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.section_header016 {
  position: relative;
}

.header016_component {
  aspect-ratio: 1.34;
  object-fit: cover;
  background-image: url('../images/laptop-mockup-2-1_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 61.25rem;
  padding: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header016_wrapper-top {
  max-width: 43rem;
}

.header016_img-mob {
  display: none;
}

.header016_wrapper-bottom {
  max-width: 35rem;
  margin-left: auto;
}

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

.layout383_shape2 {
  position: absolute;
  inset: -10% 0% auto auto;
}

.section_layout0383 {
  position: relative;
}

.layout0383_shape {
  position: absolute;
  inset: -10% 0% auto auto;
}

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

.layout0383_wrapper-heading {
  text-align: center;
}

.layout0383_content {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.layout0383_banner {
  width: 100%;
}

.layout0383_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.layout0383_holder {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  aspect-ratio: 1312 / 765;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 2.5rem;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout0383_box-left {
  display: none;
}

.layout0383_image {
  border-radius: 1rem;
}

.layout0383_box-right {
  width: 100%;
  display: none;
}

.layout0383_wrapper-text {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.layout0383_shape3 {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.layout0383_image3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout0383_image3-mob {
  border-radius: 1rem;
  display: none;
}

.layout0383_banner2 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.layout0383_card {
  aspect-ratio: 1284 / 1160;
  border: 1px solid #ffffff1a;
  border-radius: 1.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout0383_image5 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.layout0383_image5-mob {
  width: 100%;
  display: none;
}

.layout0383_wrapper-text2 {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#0000000d, #0000000d);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
}

.layout0383_banner3 {
  background-image: url('../images/Unlimited-Superpowers-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout0383_holder3 {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 3.25rem;
  display: flex;
  position: relative;
}

.layout0383_image6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 13%;
}

.layout0383_banner4 {
  background-image: url('../images/Badge_2-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 1.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5rem 3rem;
  display: flex;
}

.layout0383_holder4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout0383_box4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39rem;
  font-size: 1.5rem;
  display: flex;
}

.layout0383_image15 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.layout0383_image15-mob {
  width: 100%;
  display: none;
}

.cta025_component {
  background-image: url('../images/Frame-2147228660-1_3.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta025_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 61rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.cta025_wrapper-text {
  max-width: 42rem;
}

.text-color-gradient3 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #ffc32b, #fb43da 48%, #d684ff 62%, #17e2ea);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-gradient4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(171deg, #ffc32b, #fb43da 37%, #d684ff 58%, #17e2ea);
  -webkit-background-clip: text;
  background-clip: text;
}

.layout140_shape3-mob {
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.header-home_box-number {
  letter-spacing: -1.92px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.header-home_box-divider {
  background-image: linear-gradient(#0000, #fff9 30% 70%, #0000);
  width: 1px;
}

.header-home_box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.layout140_shape-top-mask {
  z-index: 3;
  background-image: linear-gradient(#202446, #23284c00);
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-14, .layout0383_bg-overlay {
  position: absolute;
  inset: 0%;
}

.layout0383_bg-overlay-old {
  z-index: 2;
  opacity: .5;
  background-image: linear-gradient(#0000, #0009);
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-8-19 {
  background-image: url('../images/John-Paszterko.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 209px;
  max-height: 209px;
}

.link-john-paszterko {
  min-width: 100%;
  text-decoration: none;
}

.header-home_video-wrapper2 {
  z-index: 2;
  width: 100%;
  max-width: 100rem;
  margin-top: -24rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  position: relative;
}

.header-home_image-wrapper2 {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-top: -24.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header16_shape2 {
  width: 100%;
  position: absolute;
  inset: -10% 0% auto;
}

.header016_wrapper-heading {
  text-align: center;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.header016_component2 {
  aspect-ratio: 1312 / 750;
  object-fit: cover;
  background-image: url('../images/Frame-2147228894.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 3px #0203080d, 0 8px 7px #02030814, 0 20px 13px #0203081a, 0 39px 25px #0203081f, 0 64px 46px #02030829, 0 100px 80px #02030836;
}

.layout0383_shape2 {
  position: absolute;
  inset: -45% auto auto 0%;
}

.header16_shape {
  position: absolute;
  inset: -100% auto auto 0%;
}

.header16_shape3 {
  position: absolute;
  inset: -100% 0% auto auto;
}

.header-home_video-wrapper2-copy {
  z-index: 2;
  width: 100%;
  max-width: 82rem;
  margin-bottom: -15%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .button-2 {
    display: block;
  }

  .section-8 {
    padding-top: 60px;
  }

  .heading-8 {
    font-size: 50px;
    line-height: 85px;
  }

  .text-block-4 {
    text-align: center;
    z-index: 2;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    max-width: 800px;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .image-31 {
    right: 2%;
  }

  .image-33 {
    max-width: 250px;
    left: 1%;
  }

  .image-34 {
    right: 8%;
  }

  .image-35 {
    max-width: 120px;
    bottom: 44%;
  }

  .cell-21 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    padding-top: 16px;
  }

  .team-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-8-copy, .div-block-8-3, .div-block-8-5, .div-block-8-7, .div-block-8-12 {
    margin-top: 0;
  }

  .heading-10-copy {
    display: none;
  }

  .heading-8-copy {
    font-size: 50px;
    line-height: 85px;
  }

  .section-14-copy {
    padding-top: 60px;
  }

  .text-block-4-copy-2 {
    text-align: center;
    z-index: 2;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0f1425;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .layout414_wrapper-author {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout383_holder {
    padding: 1.5rem;
  }

  .cta25_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .layout383_holder3 {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout414_wrapper-card-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header26_play {
    max-width: 3rem;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header26_image-wrapper {
    margin-top: -15rem;
  }

  .section-20 {
    padding: 80px 32px;
  }

  .navbar1_component {
    margin-top: 1.25rem;
  }

  .heading-style-h3 {
    letter-spacing: -1.92px;
    font-size: 2rem;
  }

  .header26_video-wrapper {
    margin-top: -15rem;
  }

  .heading-style-h1 {
    letter-spacing: -3.84px;
    font-size: 4rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .header26_content {
    padding-bottom: 15rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .video-holder.video-holder-desktop, .video-holder.video-holder-desktop2 {
    border-radius: 12px;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    letter-spacing: -1.68px;
    font-size: 1.75rem;
  }

  .text-color-gradient2 {
    padding-right: .5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .header026_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header16_component {
    min-height: 35rem;
    padding: 3rem;
  }

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

  .header16_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .header16_wrapper-top {
    max-width: 31rem;
  }

  .header16_wrapper-bottom {
    max-width: 28rem;
  }

  .layout383_banner2 {
    grid-template-columns: 1fr;
  }

  .layout383_wrapper-text2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout383_box3 {
    max-width: 25rem;
  }

  .layout383_image6 {
    left: 32%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-home_content {
    padding-bottom: 15rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-home_image-wrapper, .header-home_video-wrapper {
    margin-top: -15rem;
  }

  .header-home_play {
    max-width: 3rem;
  }

  .header016_component {
    min-height: 35rem;
    padding: 3rem;
  }

  .header016_wrapper-top {
    max-width: 31rem;
  }

  .header016_wrapper-bottom {
    max-width: 28rem;
  }

  .layout0383_holder {
    padding: 1.5rem;
  }

  .layout0383_wrapper-text2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout0383_holder3 {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout0383_image6 {
    left: 32%;
  }

  .cta025_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-home_video-wrapper2, .header-home_image-wrapper2 {
    margin-top: -15rem;
  }

  .header016_wrapper-heading {
    max-width: 31rem;
  }

  .header016_component2 {
    min-height: 35rem;
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cell-17, .cell-18 {
    display: none;
  }

  .cell-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .button-2-copy {
    display: block;
    position: absolute;
    inset: 4% 0% auto auto;
  }

  .heading-10-copy {
    text-decoration: none;
    display: block;
  }

  .div-block-8-10, .div-block-8-15 {
    margin-top: 40px;
  }

  .heading-10 {
    text-align: center;
    padding-right: 0;
  }

  .heading-10-copy {
    text-align: center;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 15% 39% auto auto;
  }

  .link-4.w--current, .link-5 {
    color: var(--_colors---white);
    text-decoration: none;
  }

  .section-14-copy {
    margin-top: 0;
    padding-top: 40px;
  }

  .footer3_wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .layout383_holder {
    aspect-ratio: 686 / 1066;
    width: 100%;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .header26_box-divider {
    background-image: linear-gradient(90deg, #0000, #fff9 30% 70%, #0000);
    width: 100%;
    height: 1px;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .layout383_holder3 {
    grid-template-columns: 1fr;
    padding: 2.875rem 1rem 2.25rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .button-new {
    background-color: #0000;
    min-width: auto;
    padding: 0;
  }

  .header26_wrapper-button-mob {
    display: flex;
  }

  .header26_wrapper-button-desktop {
    display: none;
  }

  .layout383_wrapper {
    flex-flow: column;
  }

  .header26_image-wrapper {
    margin-top: -12rem;
  }

  .layout414_wrapper-card {
    width: 40vw;
  }

  .cta25_wrapper-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout383_image2 {
    display: none;
  }

  .section-20 {
    padding: 48px 16px 80px;
  }

  .section-20.section-lightbox {
    align-items: center;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .header26_video-wrapper {
    margin-top: -12rem;
    margin-bottom: 1rem;
  }

  .button_mob {
    display: flex;
  }

  .heading-style-h1 {
    letter-spacing: -2.16px;
    font-size: 2.25rem;
  }

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

  .footer3_legal-list {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .spacer-large {
    padding-top: 2rem;
  }

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

  .header26_content {
    padding: 2rem 1rem 12rem;
  }

  .layout383_image3 {
    max-width: 75%;
  }

  .layout383_image {
    width: 100%;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .heading-style-h2 {
    letter-spacing: -2.16px;
    font-size: 2.25rem;
  }

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

  .text-color-gradient2 {
    padding-right: .25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .header026_content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header16_component {
    min-height: 28rem;
    padding: 1rem;
  }

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

  .header16_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .header16_wrapper-bottom {
    max-width: 25rem;
  }

  .layout383_image4 {
    max-width: 90%;
  }

  .layout383_wrapper-text2 {
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout383_banner4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout383_holder4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .layout383_box4 {
    justify-content: flex-start;
    align-items: center;
  }

  .layout383_box3 {
    max-width: 70%;
  }

  .layout383_image2-mob {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .header-home_content {
    padding: 2rem 1rem 12rem;
  }

  .header-home_wrapper-button-mob {
    display: flex;
  }

  .header-home_wrapper-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-home_image-wrapper {
    margin-top: -12rem;
  }

  .header-home_video-wrapper {
    margin-top: -12rem;
    padding-bottom: 1rem;
  }

  .header016_component {
    min-height: 28rem;
    padding: 1rem 1.25rem;
  }

  .header016_wrapper-bottom {
    max-width: 25rem;
  }

  .layout0383_wrapper {
    flex-flow: column;
  }

  .layout0383_holder {
    aspect-ratio: 686 / 680;
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout0383_image {
    width: 100%;
  }

  .layout0383_image3 {
    display: none;
  }

  .layout0383_image3-mob {
    aspect-ratio: 686 / 680;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .layout0383_banner2 {
    grid-template-columns: 1fr;
  }

  .layout0383_wrapper-text2 {
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout0383_holder3 {
    grid-template-columns: 1fr;
    padding: 2.875rem 1.25rem 2rem;
  }

  .layout0383_banner4 {
    padding: 1.75rem 1.5rem;
  }

  .layout0383_holder4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .layout0383_image8 {
    max-width: 90%;
  }

  .layout0383_box4 {
    justify-content: flex-start;
    align-items: center;
  }

  .header-home_box-divider {
    background-image: linear-gradient(90deg, #0000, #fff9 30% 70%, #0000);
    width: 100%;
    height: 1px;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .header-home_video-wrapper2 {
    min-width: 122%;
    margin-top: -12rem;
    padding-bottom: 1rem;
    left: -11%;
  }

  .header-home_image-wrapper2 {
    margin-top: -12rem;
  }

  .header016_component2 {
    min-height: 28rem;
    padding: 1rem 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .cell {
    justify-content: center;
    align-items: center;
  }

  .cell-2 {
    flex-flow: column;
  }

  .quick-stack {
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 75px;
    line-height: 75px;
    overflow: visible;
  }

  .section {
    padding-top: 140px;
  }

  .image-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 46px;
  }

  .section-educationera {
    padding-top: 0;
  }

  .div-block {
    height: 225px;
    margin-bottom: -45px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-connectingpeople {
    font-size: 40px;
    line-height: 46px;
  }

  .text-block {
    font-size: 11px;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-footer-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .heading-footer {
    font-size: 13px;
  }

  .quick-stack-4 {
    font-size: 14px;
  }

  .section-4 {
    padding-top: 10px;
  }

  .paragraph-header-special {
    font-size: 25px;
    line-height: 30px;
  }

  .mainparagraphtext-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-6 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-17 {
    display: none;
  }

  .image-27 {
    max-width: 80px;
  }

  .button-2 {
    display: block;
  }

  .cell-18 {
    display: none;
  }

  .cell-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .quick-stack-9.gradient-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7 {
    opacity: 1;
    color: #000;
    z-index: 1;
    background-color: #0000;
    position: relative;
    inset: 0% 0% auto;
  }

  .section-8 {
    padding-top: 40px;
  }

  .heading-8 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .text-block-4 {
    text-align: center;
    z-index: 0;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .heading-8-copy {
    font-size: 32px;
    line-height: 48px;
  }

  .image-29 {
    width: 140%;
  }

  .div-block-5 {
    z-index: 2;
    width: 100%;
    padding-top: 0;
    overflow: clip;
  }

  .image-30 {
    z-index: 1;
    display: none;
    top: -25%;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    text-align: left;
  }

  .image-31 {
    max-width: 90px;
    right: 0%;
  }

  .image-32 {
    width: 90%;
  }

  .image-33 {
    max-width: 125px;
    top: 9%;
  }

  .image-34 {
    max-width: 125px;
    bottom: 11%;
    right: 2%;
  }

  .image-35 {
    max-width: 65px;
    bottom: 20%;
    left: 25%;
  }

  .container-12 {
    padding-top: 20px;
  }

  .heading-8-copy-copy-2 {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .text-block-4-copy-copy {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .container-13 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-8-2-2 {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .text-block-4-2 {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .section-10 {
    padding-top: 0;
  }

  .container-14 {
    border-radius: 0;
  }

  .heading-9 {
    font-size: 57px;
    line-height: 78px;
  }

  .text-block-5 {
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .quick-stack-11 {
    border-radius: 0;
  }

  .cell-21 {
    border-radius: 0;
    padding: 30px 25px 60px;
  }

  .cell-22 {
    display: none;
  }

  .image-38 {
    float: none;
    clear: none;
    text-align: right;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
    overflow: clip;
  }

  .dropdown {
    clear: none;
    text-align: left;
    flex: 0 auto;
    width: 100%;
    max-width: 32px;
    display: block;
  }

  .dropdown-toggle {
    float: none;
    clear: none;
    text-align: left;
    width: 100%;
    padding: 0;
  }

  .section-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    padding-bottom: 0;
    overflow: hidden;
  }

  .cell-23 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-24 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-12 {
    padding-top: 0;
    padding-bottom: 580px;
    overflow: hidden;
  }

  .image-39 {
    max-width: 600px;
    margin-left: -200px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .cell-25 {
    position: relative;
  }

  .image-40 {
    width: 825px;
    max-width: none;
    display: block;
    position: absolute;
    inset: 0% 0 auto auto;
  }

  .image-41 {
    padding-top: 40px;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-13 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-42 {
    max-width: 200px;
  }

  .div-block-6 {
    min-height: 300px;
    margin-left: 10px;
    padding-left: 0;
  }

  .image-43 {
    max-width: 180px;
    top: -14%;
    left: -2%;
    right: auto;
  }

  .image-44 {
    max-width: 175px;
    inset: -4% 14% auto auto;
  }

  .image-45 {
    max-width: 200px;
    bottom: -4%;
    right: 0%;
  }

  .section-16 {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .image-46 {
    width: 85%;
    margin-right: 10px;
  }

  .image-47 {
    width: 53%;
    max-width: 250px;
    margin-left: 15px;
    padding-left: 0;
  }

  .image-48 {
    width: 50%;
    max-width: 105px;
    margin-right: 15px;
  }

  .quick-stack-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 20px 10px;
  }

  .cell-27, .cell-28, .cell-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-18, .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2-copy {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    top: 4px;
    right: -2%;
  }

  .image-intro-2 {
    opacity: 1;
  }

  .div-block-8-copy, .div-block-8-1, .div-block-8-2, .div-block-8-3, .div-block-8-4, .div-block-8-5, .div-block-8-6, .div-block-8-7, .div-block-8-8 {
    min-height: 400px;
    margin-top: 0;
  }

  .div-block-8-9 {
    min-height: 400px;
  }

  .div-block-8-10, .div-block-8-11 {
    min-height: 400px;
    margin-top: 0;
  }

  .div-block-8-12 {
    height: 400px;
    margin-top: 0;
  }

  .div-block-8-13 {
    min-height: 400px;
    margin-top: 0;
  }

  .div-block-8-14 {
    min-height: 400px;
  }

  .div-block-8-15, .div-block-8-16 {
    min-height: 400px;
    max-height: 400px;
    margin-top: 0;
  }

  .section-18 {
    padding-top: 60px;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10-copy-3 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }

  .heading-10-copy-4-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }

  .heading-8-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-8-copy-copy {
    font-size: 32px;
    line-height: 48px;
  }

  .heading-10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-10-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    top: 7px;
    right: 37%;
  }

  .heading-10-copy-copy {
    text-align: left;
  }

  .image-60, .image-61 {
    width: 100%;
  }

  .heading-8-copy {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .link-4 {
    text-decoration: none;
  }

  .link-4.w--current {
    color: var(--_colors---white);
  }

  .link-5 {
    color: var(--_colors---white);
    text-decoration: none;
  }

  .section-14-copy {
    margin-top: -40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4-copy-2 {
    text-align: center;
    z-index: 0;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .columns {
    flex-flow: column-reverse;
    display: flex;
  }

  .column-2 {
    padding-right: 0;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 50px;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-11-copy-bio {
    padding-top: 20px;
    font-size: 32px;
    line-height: 50px;
  }

  .container-22 {
    padding-top: 20px;
  }

  .text-size-large.is-text-regular-mob {
    font-size: 1rem;
  }

  .layout414_wrapper-author {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .layout383_banner3 {
    background-position: 50%;
  }

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

  .layout383_shape {
    min-width: 250%;
  }

  .layout383_card {
    aspect-ratio: 686 / 720;
  }

  .cta25_component {
    background-image: url('../images/Frame-2147228660_1Frame 2147228660.avif');
  }

  .layout383_holder3 {
    background-image: url('../images/Unimited-Superpowers.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 15rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navbar1_logo {
    width: 4rem;
  }

  .layout383_wrapper-heading {
    max-width: 15rem;
  }

  .text-size-xlarge.is-text-size-xlarge-mob {
    font-size: 1.75rem;
  }

  .layout383_text-protext {
    height: 10rem;
  }

  .spacer-xxhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge.is-mob-larger {
    padding-top: 6rem;
  }

  .spacer-xxhuge.is-mob-overflow {
    display: block;
  }

  .header26_image-wrapper {
    margin-top: -5rem;
  }

  .layout414_wrapper-social {
    flex: none;
  }

  .layout414_wrapper-mob {
    display: block;
  }

  .layout383_image2 {
    max-width: 95%;
  }

  .section-20 {
    padding-top: 80px;
  }

  .section-20.section-lightbox {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header26_video-wrapper {
    margin-top: -5rem;
  }

  .navbar1_container {
    border-radius: 1.05rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .layout414_component {
    padding-bottom: 3rem;
  }

  .layout414_content-bottom, .layout383_image5 {
    display: none;
  }

  .header26_content {
    background-image: url('../images/Frame-2147228660_2Frame 2147228660.avif');
    padding-bottom: 5rem;
  }

  .layout383_image3 {
    max-width: 95%;
  }

  .layout383_image5-mob {
    aspect-ratio: 1.8 / 2;
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .video-holder.video-holder-desktop {
    border-radius: 8px;
  }

  .video-holder.video-holder-desktop2 {
    border-radius: 6px;
  }

  .rich-text-component {
    padding-bottom: 3rem;
  }

  .rich-text-shape2 {
    display: none;
  }

  .rich-text-shape2-mob {
    display: block;
  }

  .header026_content {
    background-image: url('../images/Frame-2147228660_5Frame 2147228660.avif');
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header16_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    aspect-ratio: auto;
    object-fit: fill;
    background-image: none;
    border-radius: 0;
    min-height: auto;
    padding: 0;
  }

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

  .header16_content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .header16_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header16_wrapper-top, .header16_wrapper-bottom {
    width: 100%;
  }

  .layout383_image4 {
    max-width: 92%;
  }

  .layout383_wrapper-text2 {
    background-image: linear-gradient(#0000, #0f1425b3 73%);
    width: 100%;
    padding-top: 1rem;
  }

  .layout383_box3 {
    max-width: 100%;
  }

  .layout383_image6 {
    display: none;
  }

  .header16_img-mob {
    border: 1px solid #fff0;
    width: 100%;
    display: block;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-image, .image-64, .div-block-8-17, .div-block-8-18 {
    min-height: 400px;
    max-height: 400px;
  }

  .header-home_content {
    background-image: url('../images/Frame-2147228660-2_2.avif');
    padding-bottom: 5rem;
  }

  .header-home_wrapper-bottom {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .header-home_image-wrapper, .header-home_video-wrapper {
    margin-top: -5rem;
  }

  .header016_component {
    aspect-ratio: auto;
    background-image: none;
    border-radius: 0;
    min-height: auto;
    padding: 0;
  }

  .header016_wrapper-top {
    z-index: 1;
    width: 100%;
    max-width: 20rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .header016_img-mob {
    border: 1px solid #fff0;
    width: 100%;
    margin-top: -6.5rem;
    display: block;
  }

  .header016_wrapper-bottom {
    z-index: 1;
    width: 100%;
    max-width: 19rem;
    margin-top: -5.25rem;
    margin-left: 0;
    padding-left: 1.25rem;
    position: relative;
  }

  .layout140_shape3 {
    display: none;
  }

  .layout0383_shape {
    right: -15%;
  }

  .layout0383_wrapper-heading {
    max-width: 15rem;
  }

  .layout0383_holder {
    border: 1px solid #ffffff1a;
  }

  .layout0383_shape3 {
    min-width: 250%;
  }

  .layout0383_image3 {
    max-width: 95%;
  }

  .layout0383_card {
    aspect-ratio: 688 / 1334;
  }

  .layout0383_image5 {
    display: none;
  }

  .layout0383_image5-mob {
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .layout0383_wrapper-text2 {
    background-image: linear-gradient(#0000, #0f1425b3 73%);
    width: 100%;
    padding-top: 1rem;
  }

  .layout0383_banner3 {
    background-position: 50%;
  }

  .layout0383_holder3 {
    background-image: url('../images/Unimited-Superpowers-1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 25rem;
    padding-top: 1.25rem;
  }

  .layout0383_image6 {
    display: none;
  }

  .layout0383_banner4 {
    background-image: url('../images/Frame-2147228666-1_1.avif');
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout0383_image8 {
    max-width: 92%;
  }

  .layout0383_image15 {
    display: none;
  }

  .layout0383_image15-mob {
    aspect-ratio: 1.8 / 2;
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .cta025_component {
    background-image: url('../images/Frame-2147228660-3.avif');
  }

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

  .layout140_shape3-mob {
    top: 50%;
  }

  .header-home_box-number {
    font-size: 1.5rem;
  }

  .header-home_box-divider {
    background-image: linear-gradient(#0000, #fff9 30% 70%, #0000);
    width: 2px;
    height: auto;
    margin: 0 1rem;
    display: flex;
    transform: rotate(0);
  }

  .code-embed-14 {
    padding-bottom: 9rem;
  }

  .header-home_video-wrapper2 {
    min-width: 124%;
    margin-top: -5rem;
    left: -12%;
  }

  .header-home_image-wrapper2 {
    margin-top: -5rem;
  }

  .header016_wrapper-heading {
    z-index: 1;
    width: 100%;
    max-width: 20rem;
    position: relative;
  }

  .header016_component2 {
    aspect-ratio: auto;
    min-height: 12.5rem;
    padding: 0;
  }

  .layout0383_shape2 {
    right: -15%;
  }
}

#w-node-c33993d5-efa3-4589-c5c5-cf2276c7ab1a-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_0503b6db-a18b-88c5-e6e4-db9f13c9005b-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: 20% 60% 20%;
}

#w-node-_0105b4b6-5e2c-16f6-2f1f-56d0af15a120-2cf353d0, #w-node-_5ef6c1ee-3bfd-660d-5997-d47df5496e28-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d6ac255-d032-7bc2-825b-1feea31e99ce-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
}

#w-node-_719e956b-c07f-9de7-d874-66c0cb9dcc89-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: minmax(25px, 25px) 1fr;
}

#w-node-_52386dc3-212b-fbd3-d2c6-ac91fbf9c442-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_58ecd639-882c-44a5-0a12-b51b4932750f-2cf353d0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bc7fa0a5-79cd-1e8f-0fda-e5add48fb168-2cf353d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70fc5e1a-199e-1987-267e-0e1493c262ce-21f60a1a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_82e8934e-534e-9afb-c7af-ff33ddff654e-21f60a1a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_1f5528b6-6cd2-4d04-f31a-fd48cc60bc78-21f60a1a, #w-node-_1f949bc2-6ad7-c648-e637-244dd72c2422-d72c2421 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e7a668c-5d60-96ce-b1d4-8a450a9af040-0a9af03f, #w-node-b9d753cb-119b-2457-10d8-074e54dc8a3d-f1ca60f2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2.25fr;
}

#w-node-_381b06cd-0103-9097-ab1e-4415c519a9cf-f1ca60f2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4712ba91-387e-6c55-d30c-01a345db942a-f1ca60f2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f378d-5a0a4daa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f37b9-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37c7-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37d5-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37e3-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37f2-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f3800-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f380e-5a0a4daa, #w-node-f9828c27-71ef-4e7e-601f-2565a03f381c-5a0a4daa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f378d-feb142bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f37b9-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37c7-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37d5-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37e3-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37f2-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f3800-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f380e-feb142bb, #w-node-f9828c27-71ef-4e7e-601f-2565a03f381c-feb142bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f378d-d644973f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f9828c27-71ef-4e7e-601f-2565a03f37b9-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37c7-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37d5-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37e3-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f37f2-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f3800-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f380e-d644973f, #w-node-f9828c27-71ef-4e7e-601f-2565a03f381c-d644973f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2e7a668c-5d60-96ce-b1d4-8a450a9af040-0a9af03f, #w-node-b9d753cb-119b-2457-10d8-074e54dc8a3d-f1ca60f2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1.75fr;
  }

  #w-node-_381b06cd-0103-9097-ab1e-4415c519a9cf-f1ca60f2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e7a668c-5d60-96ce-b1d4-8a450a9af040-0a9af03f, #w-node-b9d753cb-119b-2457-10d8-074e54dc8a3d-f1ca60f2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_381b06cd-0103-9097-ab1e-4415c519a9cf-f1ca60f2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c33993d5-efa3-4589-c5c5-cf2276c7ab1a-2cf353d0 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_82e8934e-534e-9afb-c7af-ff33ddff654e-21f60a1a {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1f5528b6-6cd2-4d04-f31a-fd48cc60bc78-21f60a1a, #w-node-_1f949bc2-6ad7-c648-e637-244dd72c2422-d72c2421, #w-node-_2e7a668c-5d60-96ce-b1d4-8a450a9af040-0a9af03f, #w-node-b9d753cb-119b-2457-10d8-074e54dc8a3d-f1ca60f2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_381b06cd-0103-9097-ab1e-4415c519a9cf-f1ca60f2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4712ba91-387e-6c55-d30c-01a345db942a-f1ca60f2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/fonnts.com-Paralucent_Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}