:root {
  --primar-txt: #29474d;
  --hilight: #f9d07e;
}

img {
  height: auto;
}

.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;
  }
}

body {
  color: var(--primar-txt);
  background-color: #e3f2eb;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Salsa, sans-serif;
  font-size: min(10vw, 120px);
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

blockquote {
  opacity: .8;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Salsa, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.hero-heading-left {
  z-index: 3;
  background-color: #c9dad5;
  background-image: radial-gradient(circle at 50% -585%, #cefeff75 83%, #fff0 94%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: min(62vw, 690px);
  max-height: min(80vw, 1330px);
  display: flex;
  position: relative;
  overflow: clip;
}

.container {
  width: 100%;
  max-width: 1900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hero-split {
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-width: max(28vw, 650px);
  margin-top: 140px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: min(24px, 2vw);
  font-weight: 400;
  line-height: 1.2;
}

.margin-bottom-24px.hero_int {
  padding-top: 0;
}

.button-primary {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--primar-txt);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--primar-txt);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--primar-txt);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--primar-txt);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #29474d;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #1a1b1f00;
  border-radius: 80px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 40px;
  font-family: Rock Salt, sans-serif;
  font-size: min(2vw, 36px);
  line-height: 1.2;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: rotate(-9deg);
  box-shadow: 6px 12px 2px #0073ff6e;
}

.button-primary:hover {
  background-color: var(--primar-txt);
  color: #d9ece7;
  text-shadow: 0 0 7px #c8dad585;
  transform: rotate(0);
  box-shadow: 0 0 #0073ff00;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.sub_prim_bt {
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f00;
  background-image: linear-gradient(#ffffff1a, #bafff014);
  border-width: 3px;
  padding: 22px 40px;
  font-family: Rock Salt, sans-serif;
  font-weight: 400;
  transform: rotate(-6deg);
}

.button-primary.sub_prim_bt:hover {
  background-color: var(--primar-txt);
  transform: rotate(0);
}

.hero-without-image {
  z-index: 1;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  left: -2%;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
}

.container-2.no_top_mg {
  padding-top: 0;
  padding-bottom: 0;
}

.container-2.sub_body_af {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.slide-itm-img {
  aspect-ratio: 1;
  opacity: 0;
  object-fit: contain;
  object-position: 50% 100%;
  flex: 1;
  min-width: min(650px, 55vw);
  max-width: none;
  max-height: 100%;
  position: absolute;
  inset: 0 auto 0 auto;
}

.slide-itm-img.active_img {
  opacity: 100;
}

.slide-itm-img img {
  z-index: 1;
  position: relative;
}

.hero_cont {
  aspect-ratio: 2;
  pointer-events: none;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  max-width: 1580px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero-carousel-stage {
  aspect-ratio: 1;
  z-index: 0;
  flex: 1;
  align-self: flex-end;
  max-width: min(820px, 50vw);
  height: auto;
  width: 55vw;
  max-height: max(80vh, 580px);
  position: relative;
}

.hero-carousel-dialogue {
  z-index: 2;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  width: max-content;
  max-width: 29%;
  font-family: Rock Salt, cursive;
  font-size: clamp(14px, 1.43vw, 27px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0;
  text-shadow: 0 1px 1px #203e4226, 0 10px 24px #183f4530;
  transition: opacity .18s ease;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 8%;
}

.hero-carousel-dialogue.is-visible {
  opacity: .82;
}

.hero-carousel-dialogue.is-typing:after {
  content: "|";
  opacity: .7;
  margin-left: .12em;
  animation: dialogueCursor .72s steps(2, start) infinite;
}

@keyframes dialogueCursor {
  50% {
    opacity: 0;
  }
}

.div-block-2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero_carasal_img_holder {
  aspect-ratio: 1;
  z-index: 1;
  filter: drop-shadow(2.7rem 2.1rem #3f6b7094);
  flex: 1;
  align-self: flex-end;
  max-width: min(820px, 50vw);
  height: 100%;
  max-height: 55vw;
  position: relative;
}

.hero-carousel-stage .hero_carasal_img_holder {
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: absolute;
  inset: 0%;
  display: flex;
  justify-content: center;
}

.text-block {
  z-index: 0;
  pointer-events: auto;
  color: #fff8b8;
  text-shadow: 3px 2px 1px #7b9a9a80;
  
  text-transform: capitalize;
  
  align-self: flex-start;
  margin-top: 0;
  font-family: Rock Salt, sans-serif;
  font-size: min(2.5vw, 36px);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 2%;
  left: -5%;
  transform: rotate(-9deg);
}

.button_box {
  z-index: 1;
  pointer-events: auto;
  margin-right: 16px;
  position: relative;
}

.div-block-5 {
  width: 67%;
  height: 25%;
  position: absolute;
  inset: -6% -6% auto auto;
  transform: rotate(2deg);
}

.div-block-5.bot_al {
  top: auto;
  bottom: -24%;
  right: auto;
  transform: rotate(2deg);
}

.div-block-6 {
  width: 8%;
  height: 60%;
  position: absolute;
  inset: 0% -1% auto auto;
  transform: rotate(-37deg);
}

.div-block-6.bot_al {
  inset: auto auto -23% 0%;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  opacity: .2;
  color: #fff;
  width: 100%;
  position: absolute;
  inset: 3% 0%;
}

.div-block-8 {
  z-index: 1;
  background-image: linear-gradient(#0000, #c8dad5 99%);
  width: 130vw;
  height: 150px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%);
}

.div-block-9 {
  margin-top: 20px;
  position: relative;
}

.div-block-9.no_pad_m_af {
  margin-top: 0;
  margin-bottom: 20px;
  top: 0%;
}

.heading-3 {
  opacity: .8;
  margin-bottom: 20px;
  font-size: min(6.8vw, 110px);
  font-weight: 400;
  line-height: 1.1;
}

.navbar-logo-left {
  z-index: 10;
  height: 84px;
  margin-bottom: -84px;
  margin-left: 12px;
  margin-right: 12px;
  position: sticky;
  top: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #c8dad542;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  padding: 4px;
  box-shadow: 0 5px 4px #0073ff38;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  background-image: linear-gradient(302deg, #fff0, #ffffffa1);
  border-radius: 18px;
  width: 226px;
  max-width: 226px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  transition: background-color .2s;
}

.navbar-brand:hover {
  background-color: #ffffffa8;
}

.nav-menu-wrapper {
  align-self: center;
}

.nav-menu-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #29474d;
  text-transform: uppercase;
  background-color: #e3f2eb7a;
  border: .08rem solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px 0 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #2a617a00;
}

.nav-link:hover {
  color: #4d4b29;
  background-color: #ffffffab;
  box-shadow: -2px 3px 3px #2a617a38;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.ic_hil-af {
  background-color: var(--hilight);
  border-radius: 11px;
  flex: 0 auto;
  align-self: center;
  margin: 0;
  padding: 8px;
}

.menu-button {
  flex: 0 0 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 1;
}

.menu-button .w-icon-nav-menu {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.image-2 {
  aspect-ratio: 459 / 143;
  filter: drop-shadow(0 2px 2px #ffffffb3);
  width: 100%;
  height: auto;
  display: block;
}

.fixed_nav {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 26% 0% auto;
}

.div-block-10 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  pointer-events: auto;
  flex-flow: row-reverse;
  display: flex;
  position: relative;
}

.nav_cor_btn {
  background-color: #16505a26;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.nav_cor_btn.active_sld_pos {
  outline-offset: 2px;
  background-color: #29474d82;
  border-radius: 3px;
  outline: 1px solid #f3ff01;
}

.twinkle_bg {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff63;
  border-radius: 12px;
  place-self: stretch stretch;
  transition: background-color 3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.twinkle_bg:hover {
  background-color: #00ffcc91;
}

.twinkle_bg.is-lit {
  background-color: #f4fcff1f;
}

.twinkle_bg.is-lit:hover {
  background-color: #8deaff;
}

.box_stl {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-3 {
  pointer-events: none;
  color: #fff;
  max-height: 1050px;
  position: absolute;
  inset: auto -3% 5%;
}

.heading-4 {
  color: #945e5e;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Rock Salt, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-4.cold_col {
  color: #547f8d;
}

.swipe-zone {
  z-index: 12;
  aspect-ratio: 1;
  position: absolute;
  inset: auto 0% 60px;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 10px;
}

.heading-9 {
  color: #29474d;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Rock Salt, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.div-block-334 {
  background-color: #bfe2ba36;
  border: 1px dashed #557f8d73;
  border-radius: 12px;
  padding: 32px 20px;
}

.who_it_for {
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spynal_data-holder {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 50vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.rich-text-block {
  padding: 60px;
}

.rich-text-block.spynal_flow_points {
  opacity: .59;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  transition: opacity .2s, transform .375s;
  display: flex;
}

.rich-text-block.spynal_flow_points.is-active {
  opacity: 100;
  transform: scale(1.2);
}

.grid {
  z-index: -2;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  position: absolute;
  inset: auto 0%;
}

.section {
  position: relative;
  overflow: clip;
}

.section.spinal-flow-section {
  overflow: clip visible;
}

.section.spinal-flow-section.mask-fade-vertical {
  padding-bottom: 100px;
}

.canvas_holder {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: sticky;
  inset: auto auto 0%;
}

.canvas_spine_holder {
  filter: drop-shadow(4px 4px 1px #2b484e29);
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.footer-subscribe {
  background-color: var(--primar-txt);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 180px 30px 40px;
  display: flex;
  position: relative;
  overflow: clip;
  transform: rotate(0);
}

.container-4 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  position: relative;
}

.footer-wrapper-three {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #9aaeff;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link-three {
  background-color: #6ab9afd6;
  border: 1px solid #fff3;
  border-radius: 9px;
  flex: 0 auto;
  align-self: center;
}

.footer-social-link-three:hover {
  background-color: #96f6ead6;
}

.footer-divider-two {
  background-color: #e4ebf354;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footer-legal-link {
  color: #ffffffd6;
}

.footer-legal-link:hover {
  color: #adfeff;
}

.div-block-324 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .7;
  flex-flow: wrap;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-block-68 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.ssm_btn-2 {
  color: #465c6d;
  background-color: #4032331a;
  border: 1px solid #ffffff42;
  border-radius: 59px 24px 47px 59px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 6px 16px 6px 6px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ssm_btn-2:hover {
  background-color: #222b35;
  box-shadow: 0 0 19px #ffffff38;
}

.code-embed-43 {
  aspect-ratio: 4 / 1.12;
  filter: drop-shadow(0 0 #d6f2ff00);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 230px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.code-embed-44 {
  opacity: .16;
  color: #e6eaee;
  min-height: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.image-3 {
  width: 50px;
  padding: 6px;
  display: block;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  border-radius: 12px;
  max-width: 300px;
  padding: 8px 10px;
}

.image-4:hover {
  background-color: #0000001f;
}

.heading-5 {
  opacity: 1;
  color: #00000030;
  -webkit-text-stroke-width: .1rem;
  -webkit-text-stroke-color: #29474d;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Salsa, sans-serif;
  font-size: min(65px, 4vw);
  font-weight: 300;
  line-height: 1.2;
}

.heading-6 {
  color: #cafff4;
  -webkit-text-stroke-width: .1rem;
  -webkit-text-stroke-color: var(--primar-txt);
  text-transform: uppercase;
  text-shadow: 6px 6px 1px #184a9933;
  margin-bottom: 20px;
  font-size: min(100px, 6vw);
  font-weight: 400;
  line-height: 1;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.div-block-14 {
  aspect-ratio: 1;
  opacity: .63;
  background-color: #a2d2cf;
  border-radius: 999px;
  width: min(100%, 70vh);
}

.paragraph {
  font-size: 18px;
  line-height: 1.3;
}

.more_af_sp_af {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  position: relative;
  overflow: clip;
}

.more_af_sp_af.af-sev-gw {
  justify-content: center;
  align-items: flex-end;
}

.div-block-17 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.div-block-18 {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.div-block-19 {
  z-index: -1;
  opacity: .36;
  position: absolute;
  inset: -2% auto;
}

.div-block-19.mask-fade-vertical {
  color: #e3f2eb;
  width: 100%;
}

.code-embed-4 {
  color: #c7d9d5;
  position: absolute;
  inset: 0%;
}

.code-embed-6 {
  z-index: -3;
  opacity: .09;
  pointer-events: none;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 16% -1% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-21 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -2px -1% auto;
}

.code-embed-7 {
  aspect-ratio: 22;
  pointer-events: none;
  color: #267072;
  min-width: 100%;
  height: 120px;
  position: absolute;
  inset: 0 auto auto;
}

.paragraph-3 {
  opacity: .73;
  color: #137083;
  align-self: stretch;
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.rich-text-block-2 {
  text-align: left;
  border-radius: 42px;
  margin: 0 auto;
  padding: 0;
}

.heading-7 {
  opacity: .8;
  margin-bottom: 40px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 1.4;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b9d6b5;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  box-shadow: inset 6px 5px 16px #00ffa947;
}

.div-block-22.rhs-af {
  background-color: #ebdeb2ab;
  grid-template-columns: .75fr 1fr;
  box-shadow: inset 6px 5px 16px #ff636314;
}

.div-block-23 {
  z-index: -2;
  opacity: .63;
  background-image: linear-gradient(90deg, #e3f2eb 1%, #e3f2eb00 30% 70%, #e3f2eb 99%), radial-gradient(circle farthest-side, #e3f2eb00 70%, #e3f2eb 99%), linear-gradient(#983ff1a6, #3a38a07d 15%, #6e99c2 30%, #a8d150b0 45%, #e0d362ad 60%, #da863da6 75%, #f1573f85 90%);
  width: 100vw;
  max-width: 1800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.code-embed-8 {
  pointer-events: auto;
}

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

.div-block-24 {
  aspect-ratio: 1.2;
  position: sticky;
  bottom: 0;
}

.div-block-25 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block-3 {
  align-self: center;
}

.div-block-26 {
  flex-flow: column;
  padding: 50px 60px 60px;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-8 {
  color: #dfe7e63b;
  text-align: left;
  -webkit-text-stroke-width: .05rem;
  -webkit-text-stroke-color: #dfe7e6e8;
  text-shadow: 3px 3px 1px #274b499c;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text-block-4 {
  color: #ffffffc2;
  text-align: center;
  background-color: #4d6463;
  border: 1px dashed #ffffff2b;
  border-radius: 20px;
  padding: 40px;
  font-size: 17px;
}

.rich-text-block-4 h3 {
  color: #fffdd5c2;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Rock Salt, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.block-quote {
  text-align: center;
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.rich-text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #a36c7f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 24px;
}

.paragraph-5 {
  margin-bottom: 0;
}

.div-block-30 {
  padding: 60px;
  font-size: 18px;
  line-height: 1.3;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

.rich-text-block-6 {
  max-width: 600px;
  padding: 100px 60px 0;
  font-size: 24px;
  line-height: 1.3;
}

.image-6 {
  border-radius: 20px;
  max-width: 568px;
  margin-bottom: -40px;
  margin-right: auto;
  position: sticky;
  bottom: 50px;
  overflow: clip;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: -40px;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #11332a80;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  inset: auto 16px 16px auto;
}

.text-span {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  display: inline-block;
}

.image-7 {
  border: 7px solid #e8e5c6;
  border-radius: 20px;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: stretch;
  align-items: stretch;
  padding-right: 4px;
  display: flex;
}

.paragraph-7 {
  color: #ffffffb5;
  text-align: left;
  border-bottom: 1px dashed #ffffff42;
  margin-bottom: 60px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}

.image-8 {
  aspect-ratio: 1;
  width: 44px;
  padding: 6px 6px 6px 8px;
  display: inline-block;
}

.text-block-3 {
  letter-spacing: .05em;
  text-transform: lowercase;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.text-block-4 {
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline;
}

.image-9 {
  aspect-ratio: 1;
  pointer-events: none;
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.div-block-34 {
  background-color: #26707226;
  border-radius: 17px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-34.address_footer_af {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.modal_sec {
  z-index: 10;
  background-color: #00000052;
  justify-content: center;
  align-items: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear .28s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.modal_sec.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.modal_sec.is-hiding {
  pointer-events: none;
}

.modal_cont {
  outline-offset: 5px;
  background-color: #e3f1f1;
  border-radius: 20px;
  outline: 3px solid #caf6ff4f;
  max-width: 415px;
  padding: 60px 40px 40px;
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition: opacity .28s ease, transform .28s ease;
  position: relative;
}

.modal_sec.is-visible .modal_cont {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.modal-open {
  overflow: hidden;
}

.text-block-5 {
  color: #804266;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Salsa, sans-serif;
  font-size: 39px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.text-block-6 {
  font-size: 18px;
  line-height: 1.3;
}

.div-block-35 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primar-txt);
  color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 10px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #406870;
}

.link-block.icon {
  flex: 1;
  padding: 12px;
}

.link-block.phone-af {
  flex: 1;
  min-width: 235px;
}

.image-10 {
  filter: brightness(1000%);
  display: inline-block;
}

.div-block-36 {
  pointer-events: auto;
  cursor: pointer;
  background-color: #ff761b4a;
  border-radius: 13px;
  padding: 4px;
  position: absolute;
  inset: -35px -45px auto auto;
}

.image-11 {
  width: 32px;
  height: 32px;
}

.code-embed-9 {
  opacity: .75;
  filter: invert();
  pointer-events: auto;
  mix-blend-mode: luminosity;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  margin-bottom: -60px;
  position: relative;
}

.link-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #ffffff61;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  background-color: #00000059;
}

.link-block-3.no_link {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.text-block-7 {
  display: inline-block;
}

.div-block-37 {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 18px 8px #00ffe54d;
}

.sub_sec {
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.code-embed-10 {
  z-index: -1;
  opacity: .04;
  width: 100%;
  height: 55vw;
  margin-bottom: -55vw;
  position: sticky;
  top: 60px;
}

.div-block-39 {
  position: relative;
}

.image-12 {
  position: sticky;
  top: 130px;
}

.terms_rtf h1 {
  opacity: .88;
  color: #437e80;
  font-size: 80px;
  line-height: 1.1;
}

.terms_rtf h2 {
  opacity: .9;
  margin-top: 80px;
}

.terms_rtf blockquote {
  border-left-color: #f3ff01;
}

.terms_rtf h3 {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .hero-heading-left {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .hero-split {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 80px 60px;
  }

  .margin-bottom-24px {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  .margin-bottom-24px.spynal_fl_sub {
    text-align: left;
    font-size: 18px;
  }

  .button-primary {
    font-size: 32px;
    line-height: 1;
    transform: rotate(-4deg);
  }

  .button-primary.sub_prim_bt {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
  }

  .hero-without-image {
    background-image: linear-gradient(#c7d9d5 52%, #e3f2eb00 65%);
    padding-bottom: 100px;
  }

  .hero-wrapper-two {
    left: auto;
  }

  .hero_cont {
    aspect-ratio: auto;
    pointer-events: auto;
    max-width: none;
  }

  .div-block {
    aspect-ratio: 16 / 9;
    flex: 0 auto;
    order: -9999;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 95px;
    padding-right: 0;
    position: relative;
    overflow: clip;
  }

  .div-block-2 {
    flex: 0 auto;
  }

  .hero-carousel-stage {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: none;
  }

  .hero-carousel-dialogue {
    max-width: 30%;
    font-size: clamp(12px, 2.48vw, 23px);
  }

  .hero_carasal_img_holder {
    aspect-ratio: 1;
    filter: drop-shadow(.5rem .8rem #3f6c7094);
    object-fit: contain;
    touch-action: pan-y;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: none;
  }

  .text-block {
    align-self: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 1;
    top: auto;
    left: auto;
    transform: none;
  }

  .code-embed {
    max-height: 50vw;
    bottom: auto;
  }

  .div-block-8 {
    width: 100vw;
    height: 70px;
    transform: translate(0%);
  }

  .heading-3 {
    margin-bottom: 4px;
  }

  .navbar-logo-left {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 4px 10px;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .navbar-brand {
    margin-left: -10px;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    pointer-events: none;
    background-color: #0000;
    display: none;
    flex: 0 auto;
    align-self: center;
    padding-top: 78px;
    position: fixed;
    inset: 0 0% 0% auto;
  }

  .nav-menu-wrapper.is-open {
    display: block;
  }

  .nav-menu-two {
    pointer-events: auto;
    background-color: #ffffffd4;
    border-radius: 6px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 450px;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    border-color: #29474d69;
    flex: 1;
    align-self: flex-end;
    min-width: 294px;
    margin-right: 0;
    padding: 6px 12px 6px 0;
  }

  .nav-link.ic_hil-af {
    flex: 0 auto;
    align-self: stretch;
    min-width: 34px;
    margin: 0;
    padding: 5px;
  }

  .menu-button {
    border: 1px solid #292c2e29;
    border-radius: 7px;
    display: block;
    padding: 12px;
  }

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

  .fixed_nav {
    justify-content: center;
    align-items: flex-end;
    right: 50%;
    transform: translate(50%);
  }

  .nav_cor_btn {
    width: 18px;
    height: 10px;
  }

  .twinkle_bg {
    background-color: #00ffcc24;
  }

  .twinkle_bg.is-lit {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #8deaff1c;
  }

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

  .code-embed-3 {
    width: 165vw;
    inset: 2% -3% auto auto;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 48px;
    line-height: 1.3;
  }

  .swipe-zone {
    aspect-ratio: auto;
    top: 101px;
    bottom: 65px;
  }

  .spynal_data-holder {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .rich-text-block {
    padding: 40px 20px;
  }

  .rich-text-block.spynal_flow_points {
    opacity: .68;
    transform: none;
  }

  .rich-text-block.spynal_flow_points.is-active {
    transform: none;
  }

  .grid {
    place-items: center stretch;
    height: 50vh;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .canvas_spine_holder {
    filter: drop-shadow(2px 2px 3px #2b484e33);
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .footer-block-three {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .footer-link-three {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-social-block-three {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-324 {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-325 {
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .image-4 {
    outline-offset: 0px;
    object-fit: contain;
    background-color: #29474dd4;
    outline: 1px solid #ffffff1a;
    max-width: 200px;
    height: 100%;
  }

  .heading-5 {
    font-size: 36px;
  }

  .heading-6 {
    margin-bottom: 40px;
    font-size: 58px;
    line-height: 1;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-14 {
    aspect-ratio: 1;
    background-color: #d8fff2;
    border-radius: 999px;
    width: 100%;
  }

  .more_af_sp_af.af-sev-gw {
    height: 50vh;
    min-height: 450px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-4 {
    min-height: min(70vw, 700px);
    top: auto;
  }

  .code-embed-6 {
    aspect-ratio: 16 / 9;
    align-self: center;
    height: 90%;
    left: auto;
    right: auto;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-7 {
    width: 950px;
    left: auto;
    right: auto;
  }

  .paragraph-3 {
    top: auto;
  }

  .rich-text-block-2 {
    text-align: center;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .image-5 {
    position: relative;
    inset: auto;
  }

  .div-block-24 {
    aspect-ratio: auto;
    order: -9999;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    max-width: 400px;
    margin-top: -176px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-28 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .rich-text-block-4 {
    margin-bottom: 0;
  }

  .div-block-30 {
    padding: 0 0 60px;
  }

  .div-block-31 {
    padding-right: 23px;
  }

  .rich-text-block-6 {
    text-align: center;
    max-width: none;
    padding-top: 60px;
  }

  .div-block-32 {
    text-align: center;
    align-self: center;
  }

  .list-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .image-9 {
    width: 36px;
  }

  .div-block-34 {
    min-width: 50%;
    min-height: 300px;
    box-shadow: none;
    border-radius: 14px;
  }

  .div-block-34.address_footer_af {
    order: 9999;
    min-height: auto;
  }

  .link-block-2 {
    align-self: stretch;
  }

  .div-block-37 {
    box-shadow: none;
  }

  .grid-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr .5fr;
  }

  .terms_rtf h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
    font-weight: 400;
  }

  .hero-heading-left {
    max-height: none;
    padding: 100px 15px 60px;
  }

  .margin-bottom-24px.spynal_fl_sub {
    text-align: center;
  }

  .hero-without-image {
    background-image: linear-gradient(#c7d9d5 71%, #e3f2eb00 79%);
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    max-width: 450px;
  }

  .slide-itm-img.active_img {
    min-width: min(650px, 55vw);
  }

  .div-block {
    padding-top: 0;
  }

  .text-block {
    text-shadow: 2px 2px 1px #7b9a9a2b;
  }

  .button_box {
    margin-right: 0;
  }

  .code-embed {
    max-height: 70vw;
    top: auto;
  }

  .div-block-8 {
    width: 100vw;
    right: auto;
  }

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

  .navbar-logo-left {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link.ic_hil-af {
    flex: 1;
    align-self: stretch;
  }

  .box_stl {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-right: 0;
  }

  .code-embed-3 {
    width: 185vw;
    top: 5%;
    right: -8%;
  }

  .heading-4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }

  .spynal_data-holder {
    background-color: #fff0;
    flex-flow: column;
    grid-template-columns: 1fr .25fr;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    min-height: 40vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rich-text-block {
    position: relative;
    top: auto;
  }

  .rich-text-block.spynal_flow_points {
    background-color: #ffffff3d;
    padding-top: 24px;
    padding-bottom: 24px;
    position: sticky;
    top: 140px;
  }

  .rich-text-block.spynal_flow_points.is-active {
    text-shadow: none;
  }

  .grid {
    text-align: center;
    flex-flow: column;
    height: auto;
    min-height: auto;
    padding: 0 20px;
    display: flex;
    position: relative;
  }

  .canvas_spine_holder {
    filter: none;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-three {
    margin-top: 40px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-324 {
    flex-flow: column;
    align-self: stretch;
    margin-top: 20px;
  }

  .div-block-325 {
    text-align: center;
    align-items: center;
  }

  .div-block-12 {
    flex-flow: wrap;
  }

  .heading-6 {
    text-shadow: 6px 6px 1px #184a991a;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-14 {
    width: 85%;
    position: relative;
    top: auto;
  }

  .div-block-15 {
    display: none;
  }

  .more_af_sp_af {
    z-index: 0;
    height: auto;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    overflow: visible;
  }

  .more_af_sp_af.af-sev-gw {
    z-index: 2;
    background-color: #e3f2eb99;
    height: auto;
    min-height: auto;
    margin-bottom: -60px;
  }

  .div-block-17 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    aspect-ratio: 1 / 4;
    inset: -5% auto;
  }

  .rich-text-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26, .div-block-28 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8 {
    margin-top: 40px;
  }

  .div-block-30 {
    padding-bottom: 60px;
  }

  .rich-text-block-6 {
    padding-top: 0;
    font-size: 20px;
  }

  .image-6 {
    max-width: 400px;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-32 {
    margin-top: 0;
  }

  .grid-2 {
    display: flex;
  }

  .div-block-39 {
    display: none;
  }

  .terms_rtf h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .terms_rtf h2 {
    color: #388797;
    margin-top: 60px;
  }

  .terms_rtf h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 42px;
  }

  .hero-heading-left {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-split {
    background-color: #c8dad5;
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 20px 60px;
  }

  .margin-bottom-24px {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .margin-bottom-24px.spynal_fl_sub {
    text-align: left;
    padding-top: 0;
  }

  .margin-bottom-24px.spynal_fl_sub.mid_moba {
    text-align: center;
  }

  .margin-bottom-24px.hero_int {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary {
    padding: 16px 25px;
    font-size: 20px;
    line-height: 1;
  }

  .button-primary.sub_prim_bt {
    padding: 16px 22px;
    font-size: 24px;
    transform: rotate(-3deg);
  }

  .hero-without-image {
    background-image: linear-gradient(#c7d9d5 76%, #e3f2eb00 92%);
    padding-top: 20px;
    padding-bottom: 85px;
  }

  .hero-wrapper-two {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2.states_7_assess {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.sub_body_af {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-carousel-stage {
    width: 95%;
    height: auto;
    max-height: none;
  }

  .hero-carousel-dialogue {
    max-width: 31%;
    font-size: clamp(12px, 3.38vw, 18px);
  }

  .hero_carasal_img_holder {
    filter: drop-shadow(.4rem .5rem #3f6c7030);
    width: 95%;
    height: auto;
  }

  .text-block {
    text-shadow: 2px 2px 1px #7b9a9a8c;
    margin-top: 0;
    font-size: 22px;
  }

  .div-block-5, .div-block-6 {
    display: none;
  }

  .code-embed {
    height: 100%;
    max-height: min(100vw, 60vh);
    bottom: auto;
  }

  .div-block-8 {
    background-image: linear-gradient(#0000, #c8dad5 82%);
    flex: 0 auto;
    width: 100vw;
    height: 60px;
    bottom: -2%;
    left: auto;
    right: auto;
  }

  .div-block-9 {
    margin-top: 10px;
  }

  .heading-3 {
    opacity: .9;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 1.1;
  }

  .navbar-logo-left {
    margin-left: 0;
    margin-right: 0;
    top: 12px;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-brand {
    background-color: #ffffff9c;
    background-image: none;
    max-width: 190px;
    margin: -8px 20px -8px -8px;
    padding: 4px;
  }

  .nav-menu-wrapper {
    display: none;
    flex: 1;
    max-width: 100%;
  }

  .nav-menu-wrapper.is-open {
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
    max-width: 100%;
    padding: 10px;
  }

  .nav-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 221px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.ic_hil-af {
    border-radius: 8px;
    flex: 0 auto;
    min-width: 50px;
    padding: 9px;
  }

  .menu-button {
    background-color: #ffffff47;
    display: block;
  }

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

  .twinkle_bg {
    background-color: #00ffcc12;
    border-width: .01rem;
  }

  .twinkle_bg.is-lit {
    background-color: #8deaff29;
  }

  .box_stl {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .code-embed-3 {
    top: 13%;
    right: -4%;
  }

  .heading-4 {
    margin-top: 0;
  }

  .swipe-zone {
    top: 0;
  }

  .spynal_data-holder {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #ffffff80;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    place-items: center stretch;
    min-height: min(40vh, 300px);
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .spynal_data-holder.is-active {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .rich-text-block {
    text-align: left;
    padding: 0;
  }

  .rich-text-block.spynal_flow_points {
    opacity: 72;
    text-align: center;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin-top: 0;
    padding: 20px 16px;
    position: relative;
    top: auto;
  }

  .rich-text-block.spynal_flow_points.is-active {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .grid {
    z-index: 0;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .section {
    max-width: 100%;
  }

  .section.spinal-flow-section.mask-fade-vertical {
    padding-top: 80px;
  }

  .footer-subscribe {
    padding-top: 40px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-three {
    margin-top: 40px;
  }

  .footer-block-three {
    border: 1px solid #ffffff30;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    flex: 1;
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-324 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .text-block-68 {
    font-size: 14px;
  }

  .ssm_btn-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-4 {
    width: 100%;
    min-width: 250px;
    max-width: none;
    max-height: 200px;
  }

  .heading-5 {
    color: #29474db3;
    -webkit-text-stroke-width: 0rem;
  }

  .heading-6 {
    color: #29474da3;
    -webkit-text-stroke-width: 0rem;
    text-shadow: none;
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
  }

  .div-block-13 {
    height: auto;
  }

  .div-block-15 {
    display: none;
  }

  .more_af_sp_af {
    z-index: 0;
  }

  .more_af_sp_af.af-sev-gw {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-19 {
    aspect-ratio: 1 / 4;
    top: 0%;
    bottom: 0%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .code-embed-4 {
    min-height: min(70vw, 700px);
  }

  .code-embed-6 {
    height: 85%;
  }

  .code-embed-7 {
    height: 64px;
  }

  .paragraph-3 {
    font-size: 14px;
    font-weight: 600;
  }

  .rich-text-block-2 {
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .rich-text-block-3 {
    text-align: center;
  }

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

  .div-block-22 {
    flex-flow: column;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 24px;
    display: flex;
  }

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

  .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-26 {
    background-color: #0000;
    padding: 0 0 20px;
  }

  .div-block-28 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    color: #dfe7e6db;
    -webkit-text-stroke-width: 0rem;
    margin-top: 20px;
    font-size: 42px;
    line-height: 1;
  }

  .rich-text-block-4 {
    text-align: left;
    margin-bottom: 12px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 20px 40px;
    font-size: 16px;
  }

  .rich-text-block-4 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
  }

  .block-quote {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
  }

  .div-block-29 {
    padding-bottom: 0;
  }

  .rich-text-block-5 {
    margin-top: 0;
    margin-left: -14px;
    margin-right: -14px;
    padding: 20px;
    font-size: 14px;
  }

  .div-block-30 {
    padding-bottom: 10px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-block-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .div-block-32 {
    align-self: stretch;
    height: auto;
    margin-bottom: -30px;
  }

  .div-block-326 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .list-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
  }

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

  .image-8 {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-34 {
    min-height: 220px;
  }

  .div-block-34.address_footer_af {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    margin-left: -30px;
    margin-right: -30px;
  }

  .modal_cont {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 16px 18px;
  }

  .text-block-5 {
    font-size: 36px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .div-block-35 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block {
    flex: 1;
    min-width: 300px;
  }

  .link-block.icon {
    min-width: auto;
  }

  .link-block.phone-af {
    min-width: 250px;
  }

  .div-block-36 {
    top: -54px;
    right: 11px;
  }

  .code-embed-9 {
    margin-bottom: -57px;
  }

  .link-block-2 {
    background-color: #0000;
    border-style: none;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    justify-content: center;
    align-self: stretch;
    padding: 10px;
  }

  .terms_rtf {
    font-size: 14px;
  }

  .terms_rtf h2 {
    margin-top: 60px;
    font-size: 36px;
  }

  .terms_rtf h3 {
    margin-top: 30px;
  }
}

.gateway-intro-copy, .gateway-intro-art {
  align-self: center;
}

.gateway-card-offset {
  order: 9999;
}

.session-image-wrap {
  align-self: end;
}

.about-copy-block {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .gateway-intro-copy {
    align-self: center;
  }

  .gateway-intro-art {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  .gateway-card-base {
    align-self: auto;
  }
}

@media screen and (max-width: 480px) {
  .hero-carousel-dialogue {
    color: var(--primar-txt);
    mix-blend-mode: normal;
    max-width: 30%;
    font-size: clamp(8px, 2.45vw, 11px);
    line-height: 1.28;
    text-shadow: none;
  }
}

.div-block-327 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-328 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #3ba89d;
  background-color: #00000012;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-71 {
  text-align: center;
  font-family: Rock Salt, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.9;
}

.text-block-69 {
  color: #ffffff57;
  text-align: center;
  font-family: Salsa, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.div-block-329 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-330 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-331 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-332 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-34.address_footer_af.operations {
  background-color: #00000012;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.contact-detail {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ffffff80;
  text-align: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 2;
  display: flex;
}

.contact-icon,
.image-13 {
  object-fit: contain;
  filter: brightness(1000%);
  border-radius: 0;
  width: 2em;
  height: 2em;
  margin-right: .375em;
}

.contact-detail-text {
  white-space: normal;
  font-size: 1em;
  line-height: 1.5;
}

.ampm {
  margin-left: 1px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.footer-social-block-three {
  flex: 0 auto;
}

.link-block-3 {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .footer-social-block-three {
    flex: 0 auto;
  }

  .div-block-328 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-detail {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-detail-text {
    flex: 0 auto;
  }

  .div-block-331 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  .div-block-327 {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }

  .link-block-2 {
    background-color: #0000;
    border-style: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34.address_footer_af {
    align-items: center;
  }

  .div-block-34.address_footer_af.operations {
    align-items: center;
  }

  .div-block-329 {
    width: 100%;
  }

  .div-block-331 {
    width: 100%;
  }

  .contact-detail {
    justify-content: center;
    text-align: center;
    display: block;
  }

  .contact-icon {
    display: inline;
  }

  .contact-detail-text {
    white-space: normal;
    line-height: 1.7;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .div-block-12 {
    flex-flow: column;
  }

  .image-4 {
    width: auto;
    min-width: 110px;
    max-width: 150px;
    height: auto;
    max-height: 200px;
  }

  .div-block-327 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .div-block-328 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-71 {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-detail-text {
    text-align: center;
    white-space: normal;
    display: inline;
  }

  .div-block-331 {
    flex-flow: column;
  }
}

#w-node-_413032ba-c79e-80e7-f7ab-23d5948278aa-bf933c9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  #w-node-_413032ba-c79e-80e7-f7ab-23d5948278aa-bf933c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  .grid-3 {
    margin-top: 20px;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .div-block-334 {
    text-align: left;
    padding: 10px 20px;
  }

  .who_it_for {
    margin-bottom: 10px;
  }
}
