@font-face {
  font-family: "Bowlby One V 25 Latin";
  src: url('../fonts/bowlby-one-v25-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Changa One V 22 Latin";
  src: url('../fonts/changa-one-v22-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Varela V 17 Latin";
  src: url('../fonts/varela-v17-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #171d1c;
  --white-text: #fff;
  --green: #95c11f;
  --grey: #2a3332;
}

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

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

.cf-nav-4-links-left-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% -110%;
}

.cf-link-text-navbar-4 {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 0;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.cf-close-text {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-weight: 700;
}

.cf-nav-4-links-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
  top: 6rem;
  left: 8rem;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  justify-content: flex-end;
  margin-left: 10px;
  display: flex;
  position: static;
  inset: 60px auto auto 16rem;
}

.cf-brand-logo-nav-menu.w--current {
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-menu-text {
  color: #95c11f;
  letter-spacing: .8px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.cf-navigation-4-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  box-sizing: border-box;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #292929;
  background-clip: border-box;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 25px 0 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-pink-line {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line.animate {
  background-color: #95c11f;
  width: 0;
  margin-right: 20px;
}

.cf-menu-line._2 {
  color: #fff;
  background-color: #fff;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  color: #fff;
  background-color: #fff;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.div-block-5 {
  width: 100%;
  max-width: 1440px;
  padding-top: 10rem;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-nav-4-right-container {
  color: #fff;
  align-items: stretch;
  margin-top: 5px;
  display: flex;
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-close-contain {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 16.0827%;
  display: flex;
}

.cf-menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  transition: opacity .2s;
  display: flex;
  position: static;
  inset: 58px 16rem auto auto;
}

.cf-close-button:hover {
  opacity: .8;
}

.lynx-heading-hero-2 {
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bowlby One V 25 Latin", Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-button-3 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #95c11f;
  border-radius: 0;
  padding: 20px 32px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-3:hover {
  background-color: #2a3332;
}

.lynx-hero-oval-2 {
  background-image: url('../images/Header_Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: -30px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-center-hero-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -4rem;
  display: flex;
  position: relative;
}

.section {
  margin-bottom: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.lynx-content-hero-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1220px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero-2-copy {
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bowlby One V 25 Latin", Arial, sans-serif;
  font-size: 101px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.div-block-7 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#95c11f, #95c11f);
  border-radius: 0;
  padding: 8px 20px;
  box-shadow: 0 2px 10px 1px #0003;
}

.lynx-block-image-3 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-paragraph-3 {
  color: #fff;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-image-3 {
  object-fit: cover;
  border-radius: 0;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-left-3 {
  padding-right: 10%;
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-3 {
  color: #95c11f;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: "Changa One V 22 Latin", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
}

.section-2 {
  margin-bottom: 15rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.lynx-button-4 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #95c11f;
  border-radius: 0;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-4:hover {
  background-color: #2a3332;
}

.lynx-grid-image-right-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-process-pink {
  background-color: #95c11f;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 0 0 5px #fd4b8b1a;
}

.lynx-content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  width: 100%;
  margin-top: 14px;
}

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

.lynx-content-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-process {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-heading-process {
  color: #95c11f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-block-process-purple {
  background-color: #95c11f;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 0 0 5px #8979ec1a;
}

.lynx-paragraph-process {
  color: #fff;
  max-width: 294px;
  margin-bottom: 0;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 16px;
  line-height: 165%;
  text-decoration: none;
}

.section-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
}

.lynx-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #95c11f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-heading-footer {
  color: #95c11f;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-large {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large:hover {
  color: #95c11f;
}

.link-block {
  align-self: flex-end;
}

.lynx-logo-footer {
  align-self: flex-end;
  width: 120px;
  margin-bottom: 16px;
}

.cf-brand-logo-nav-menu-2 {
  cursor: pointer;
  justify-content: flex-end;
  margin-left: 10px;
  display: flex;
  position: static;
  inset: 60px auto auto 16rem;
}

.cf-brand-logo-nav-menu-2.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-navigation-4-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  display: flex;
}

.cf-menu-navigation-wrap-2 {
  z-index: 10000000;
  box-sizing: border-box;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #292929;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  padding: 25px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-9 {
  width: 100%;
  max-width: 1440px;
  padding-top: 12rem;
}

.section-6 {
  width: 100%;
  max-width: 1920vw;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.cf-close-button-2 {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 20px 24px;
  transition: opacity .2s;
  display: flex;
  position: static;
  inset: 58px 16rem auto auto;
}

.cf-close-button-2:hover {
  opacity: .8;
}

.div-block-11 {
  width: 1600px;
}

.body-2 {
  background-color: var(--bg);
  text-decoration: none;
}

.div-block-12, .code-embed {
  max-width: 1440px;
}

.section-7 {
  background-color: var(--bg);
  color: #f7f6f2;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  top: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-5-column.tablet-1-column.grid-gap-sm {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1440px;
}

.h1-heading {
  color: var(--white-text);
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: "Changa One V 22 Latin", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04em;
}

.code-embed-2 {
  color: var(--white-text);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  max-width: 1440px;
  font-family: "Varela V 17 Latin", Arial, sans-serif;
  text-decoration: none;
}

.code-embed-3 {
  font-family: "Varela V 17 Latin", Arial, sans-serif;
}

@media screen and (min-width: 1920px) {
  .lynx-button-3 {
    margin-top: -30px;
  }

  .lynx-hero-oval-2 {
    min-height: 800px;
  }

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

  .section {
    margin-bottom: 10rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-heading-hero-2-copy {
    font-size: 105px;
  }

  .lynx-paragraph-3 {
    color: #fff;
  }

  .lynx-image-3 {
    border-radius: 0;
  }

  .lynx-block-left-3 {
    padding-left: 15px;
    padding-right: 0%;
  }

  .lynx-content-5 {
    max-width: 1440px;
  }

  .lynx-heading-3 {
    color: #95c11f;
    letter-spacing: 1px;
    max-width: 1000px;
    font-size: 75px;
  }

  .section-2 {
    margin-top: 20rem;
    margin-bottom: 14rem;
  }

  .lynx-button-4 {
    background-color: #95c11f;
    border-radius: 0;
    margin-top: 20px;
    display: inline-block;
    overflow: visible;
  }

  .lynx-grid-image-right-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .lynx-block-process-pink {
    background-color: #95c11f;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 0;
    box-shadow: 0 0 0 5px #fd4b8b1a;
  }

  .lynx-grid-process {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
  }

  .lynx-content-7 {
    max-width: 1440px;
  }

  .lynx-process {
    flex-flow: row;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-3 {
    width: 20px;
  }

  .lynx-heading-process {
    color: #95c11f;
    text-align: left;
    margin-bottom: 0;
    margin-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .lynx-block-process-purple {
    background-color: #95c11f;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
    box-shadow: 0 0 0 5px #8979ec1a;
  }

  .lynx-paragraph-process {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .section-4 {
    text-align: right;
  }

  .lynx-footer {
    max-width: 1440px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-grid-footer {
    border-top-color: #95c11f;
    grid-template-columns: .5fr .5fr .5fr;
    padding-top: 40px;
  }

  .lynx-block-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lynx-heading-footer {
    color: #95c11f;
    margin-bottom: 16px;
  }

  .lynx-link-footer-large {
    color: #fff;
  }

  .lynx-logo-footer {
    align-self: flex-end;
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    height: 100%;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .lynx-heading-hero-2 {
    font-size: 48px;
  }

  .lynx-hero-oval-2 {
    min-height: 500px;
  }

  .lynx-heading-hero-2-copy {
    font-size: 48px;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-grid-image-right-3, .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .cf-navigation-4-container-2 {
    max-width: 650px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    height: 100%;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-close-button-2 {
    top: 52px;
    right: 85px;
  }

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

  .h1-heading {
    font-size: 4.52rem;
  }
}

@media screen and (max-width: 767px) {
  .cf-nav-4-links-left-container {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    height: 100%;
    padding: 2rem 60px 10px;
    display: none;
  }

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

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .lynx-heading-hero-2 {
    font-size: 40px;
  }

  .lynx-hero-oval-2 {
    min-height: 320px;
  }

  .lynx-heading-hero-2-copy {
    font-size: 40px;
  }

  .lynx-block-left-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right-3, .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-brand-logo-nav-menu-2 {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu-2.w--current {
    left: 60px;
  }

  .cf-navigation-4-container-2 {
    width: 90%;
    max-width: 550px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    height: 100%;
    padding: 2rem 60px 10px;
    display: none;
  }

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

  .cf-close-button-2 {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

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

  .h1-heading {
    font-size: 3.62rem;
  }
}

@media screen and (max-width: 479px) {
  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5rem;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

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

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    height: 100%;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    justify-content: flex-start;
    margin-left: 10px;
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .lynx-heading-hero-2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 110%;
  }

  .lynx-hero-oval-2 {
    min-height: 450px;
    margin-bottom: -30px;
  }

  .lynx-block-center-hero-2 {
    margin-bottom: -2rem;
  }

  .section {
    margin-bottom: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lynx-content-hero-3 {
    margin-top: 2rem;
  }

  .lynx-heading-hero-2-copy {
    max-width: 100%;
    font-size: 30px;
  }

  .div-block-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lynx-paragraph-3 {
    font-size: 18px;
    line-height: 145%;
  }

  .lynx-image-3 {
    min-height: 350px;
  }

  .lynx-heading-3 {
    font-size: 33px;
  }

  .section-2 {
    margin-bottom: 8rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lynx-block-process-pink {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .lynx-grid-process {
    grid-auto-flow: row;
    place-items: center;
  }

  .lynx-process {
    flex-flow: column;
  }

  .link-block-3 {
    font-size: 16px;
  }

  .lynx-heading-process {
    text-align: center;
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 19px;
  }

  .lynx-block-process-purple {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .lynx-paragraph-process {
    font-size: 18px;
  }

  .section-4 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lynx-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lynx-grid-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block {
    align-self: flex-start;
    display: block;
  }

  .link-block.w--current, .lynx-logo-footer {
    align-self: flex-start;
  }

  .cf-brand-logo-nav-menu-2 {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .cf-navigation-4-container-2 {
    max-width: none;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    flex-direction: column;
    height: 100%;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-close-button-2 {
    justify-content: flex-start;
    margin-left: 10px;
    padding: 16px;
    top: 40px;
    right: 20px;
  }

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

  .h1-heading {
    font-size: 2.89rem;
  }
}

#w-node-b0fdfe8f-d289-f90d-f38d-c01afaf5c19e-b37e6090, #w-node-b0fdfe8f-d289-f90d-f38d-c01afaf5c1a9-b37e6090, #w-node-dd9149cd-5972-1417-bb09-d115944c46ca-b37e6090, #w-node-dd9149cd-5972-1417-bb09-d115944c46cc-b37e6090, #w-node-a507106b-4428-c904-7b66-a488db6ebc95-b37e6090, #w-node-a507106b-4428-c904-7b66-a488db6ebc9c-b37e6090, #w-node-_02a78c70-76f1-dbe5-45e0-740e1fe0ea8d-b37e6090, #w-node-_02a78c70-76f1-dbe5-45e0-740e1fe0ea8f-b37e6090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02a78c70-76f1-dbe5-45e0-740e1fe0ea96-b37e6090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_02a78c70-76f1-dbe5-45e0-740e1fe0ea9e-b37e6090, #w-node-e1cc6672-a56a-d66d-da8a-d28be12cd30e-e12cd30b, #w-node-e1cc6672-a56a-d66d-da8a-d28be12cd319-e12cd30b, #w-node-e1cc6672-a56a-d66d-da8a-d28be12cd322-e12cd30b, #w-node-b1d270db-3b03-9858-b7f5-4a8429518253-29518250, #w-node-b1d270db-3b03-9858-b7f5-4a842951825e-29518250, #w-node-b1d270db-3b03-9858-b7f5-4a8429518267-29518250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_02a78c70-76f1-dbe5-45e0-740e1fe0ea96-b37e6090 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Bowlby One V 25 Latin';
  src: url('../fonts/bowlby-one-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changa One V 22 Latin';
  src: url('../fonts/changa-one-v22-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Varela V 17 Latin';
  src: url('../fonts/varela-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}