@font-face {
  font-family: Lexend Variablefont Wght;
  src: url('../fonts/Lexend-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-font: Montserrat, sans-serif;
  --body-font-color: #343434;
  --brand-color: #141414;
  --heading-font: Montserrat, sans-serif;
  --white: #fff;
  --footer-background: #000;
  --heading-font-color: black;
  --subtext-label-color: #898989;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container-1200px {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

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

.navbar-inner-div.v2 {
  justify-content: flex-end;
  align-items: center;
}

.navbar-inner-div.v3 {
  justify-content: center;
  align-items: center;
}

.navbar-link {
  max-width: 200px;
}

.navbar-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100px;
}

.cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand-color);
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  transition: all .28s;
  display: flex;
}

.cta-btn:hover {
  box-shadow: 0 1px 8px 3px var(--brand-color);
  transform: scale(1.05);
}

.cta-btn.color-2 {
  background-color: var(--white);
  color: var(--brand-color);
}

.cta-btn.v2 {
  color: #121212;
  background-color: #d6a899;
  font-style: normal;
}

.cta-btn.v2:hover {
  box-shadow: none;
  opacity: .75;
  transform: none;
}

.cta-btn.v3 {
  width: 100%;
}

.navbar-outer-div {
  padding-top: 16px;
  padding-bottom: 16px;
}

.arrow-img {
  width: 24px;
  height: 24px;
  display: none;
}

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

.section.background-1 {
  background-color: #e3dfd6;
}

.section.footer-background {
  background-color: var(--footer-background);
}

.section.hero {
  padding-bottom: 0;
}

.section.hero._2 {
  padding-bottom: 60px;
}

.section.v2 {
  padding-bottom: 0;
}

.section.background-2 {
  background-color: #f3f3f3;
}

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

.image-hero {
  width: 100%;
}

.flex-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.uppercase-span {
  color: var(--brand-color);
  text-transform: uppercase;
  font-weight: 700;
}

.h1-hero {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
}

.flex-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

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

.form-embed {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.form-embed.lex {
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

.form-styles {
  display: none;
}

.subtext {
  font-family: var(--heading-font);
  color: var(--subtext-label-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

.device-title-wrap {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e3dfd6;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  box-shadow: 0 -1px 5px #0000001a, 0 2px 5px #0000001a;
}

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

.iphone-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
}

.device-description-wrap {
  margin-top: 16px;
  font-size: 18px;
}

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

.text-align-center.max-width-820px {
  max-width: 820px;
}

.text-align-center.v2 {
  font-size: 12px;
}

.text-align-center.max-width-950 {
  color: #5d6169;
  max-width: 860px;
}

.text-align-center.max-width-950.v3 {
  max-width: 920px;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
}

.h2 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

.h2.text-align-center._2.v3 {
  color: #5d6169;
  font-style: normal;
}

.h2.foot-color {
  color: #fff;
}

.h2.max-width-xx-mob.uppercase-span.flex-12 {
  font-size: 33px;
}

.slide-nav-10 {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}

.transformation-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  left: 144px;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-bottom: 0;
}

.slide-nav {
  color: #efa37d;
  background-color: #fff0;
  margin-top: 48px;
  margin-bottom: 0;
  position: static;
}

.right-arrow {
  color: #000;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  right: 144px;
}

.sliderwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 21px;
  padding-right: 21px;
  display: grid;
}

.sliderwrap._1col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon {
  color: #fff;
  background-color: #eb4b33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 19px;
  display: flex;
}

.icon.left, .icon.right {
  background-color: var(--brand-color);
  color: #000;
}

.lightbox-img {
  width: 100%;
  height: 100%;
}

.app-icon {
  width: 80px;
  height: 80px;
}

.foot-logo-img {
  object-fit: contain;
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 65px;
}

.flex-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-32.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.flex-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

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

.flex-12.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.col-right-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.social-icon-link {
  color: #fff;
  width: 28px;
  transition: all .2s;
}

.social-icon-link:hover {
  color: var(--subtext-label-color);
}

.social-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-disclaimer-txt {
  font-family: var(--heading-font);
  color: #606060;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}

.footer-disclaimer-txt.brand-bold {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-disclaimer-txt.is-underline {
  text-decoration: underline;
  transition: all .2s;
}

.footer-disclaimer-txt.is-underline:hover {
  color: #fff;
}

.copyright-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.terms-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.flex-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.span-brand {
  color: var(--brand-color);
}

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

.nasm-logo {
  width: 120px;
}

.image-hero-2 {
  width: 100%;
  height: 100%;
}

.image-hero-2.v3 {
  display: none;
}

.h1-hero-2 {
  max-width: 900px;
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

.image-hero-3 {
  object-fit: contain;
  width: 100%;
  min-width: 120%;
  max-width: 120%;
  height: 100%;
  margin-top: -62px;
  margin-left: -59px;
}

.rt-privacy {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-contact {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-col {
  width: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
  color: #101828;
}

.form_input::placeholder {
  color: #667085;
}

.form_input.select {
  color: #101828;
  background-color: #fff;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.text-size-18 {
  font-size: 18px;
  line-height: 28px;
}

.max-width-900px {
  max-width: 900px;
}

.banner-top {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.banner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.text-block-12 {
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.btn-nav {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.iphone-mockup {
  z-index: 1;
  height: 100%;
  position: relative;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 6%;
  width: 93%;
  height: 95%;
  position: absolute;
  top: 2.4%;
  left: 3.5%;
}

.play-pause-button-3 {
  display: none;
}

.iphone-shape {
  z-index: 999;
  height: 90%;
  position: relative;
}

.play-pause-button-4 {
  display: none;
}

.top-row-feature-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e3dfd6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.top-row-feature-2.v2 {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.div-feature-2 {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.feature-checkmark-2 {
  color: #000;
  width: 16px;
  display: flex;
}

.feature-low-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 18px;
  display: flex;
}

.feature-low-block-2.v2 {
  background-color: #fff;
}

.feature-circle-2 {
  text-overflow: clip;
  background-color: #e3dfd6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.grid-features-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.grid-features-2.v2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-head-title-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 28px;
}

.price-tag-span {
  font-size: 16px;
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkbox-label {
  font-size: 10px;
  font-weight: 400;
}

.custom-dp-box {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.custom-dp-text {
  color: #898989;
  text-align: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.h2-dp {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

.h2-dp.foot-color {
  color: #fff;
}

.h2-dp.max-width-xx-mob.uppercase-span.flex-12 {
  font-size: 33px;
}

.custom-dp-checkmarks-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 22px;
  margin-bottom: 46px;
  padding-left: 10px;
  display: flex;
}

.custom-dp-checkmark-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-weight: 500;
  display: flex;
}

.checkmark-icon {
  display: flex;
}

.b2 {
  font-weight: 800;
}

.v4 {
  margin-top: 7px;
}

.div-feature-3 {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #141414;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  transition: all .28s;
  display: flex;
}

.cta-btn-2:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #141414;
}

.price-tag-span-2 {
  font-size: 16px;
}

.hero-subpar-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.hero-subpar-2.text-align-center {
  text-align: center;
}

.exit-intent-popup {
  z-index: 1;
  background-color: #1f1f1fcc;
  display: none;
  position: fixed;
  inset: 0;
}

.cta-button {
  color: #fff;
  background-color: maroon;
  border-radius: 30px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta-button.hero {
  color: #fff;
  background-color: #566527;
  align-items: center;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.arrow-img-2 {
  width: 24px;
  height: 24px;
  margin-left: 18px;
}

.close {
  color: #27360f;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.h1-n {
  color: #27360f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
}

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

.pop-up-wrap {
  background-color: var(--white);
  color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 850px;
  padding: 48px 48px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-24-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-18 {
  text-transform: uppercase;
}

.flex-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.max-width-400 {
  max-width: 650px;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.paragraph-ai-friend {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.paragraph-ai-friend.text-align-center-ai-friend.max-width-820.v3 {
  color: #555;
  max-width: 667px;
  font-size: 20px;
}

.paragraph-ai-friend.text-style-light-ai-friend {
  font-weight: 300;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-align-center-ai-friend.c2 {
  color: #b97e5e;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-align-center-ai-friend.v8 {
  color: #5d6169;
  max-width: 900px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-color-grey-ai-friend {
  color: #6e6e6e;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-color-white {
  color: #fff;
}

.paragraph-ai-friend.text-style-light-ai-friend.c2 {
  color: #f2f2f2;
}

.paragraph-ai-friend.is-small-ai-friend {
  font-size: 16px;
}

.paragraph-ai-friend.footer-variant {
  color: #eae4d5;
  text-align: left;
  max-width: 460px;
}

.paragraph-ai-friend.footer-variant.is-small {
  font-size: 12px;
}

.paragraph-ai-friend.footer-variant.is-small.v2, .paragraph-ai-friend.text-color-white {
  color: #fff;
}

.paragraph-ai-friend.c3 {
  color: #5d6169;
}

.section-ai-friend {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

.section-ai-friend.background-color-v1-ai-friend {
  background-color: #fff4f0;
}

.section-ai-friend.footer-2 {
  background-color: #5d6169;
  padding-top: 80px;
  position: relative;
}

.meet-ai-label {
  color: #b97e5e;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border: 1px solid #d6a899;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  display: flex;
}

.meet-ai-label.footer-variant {
  color: #d6a899;
}

.flex-40-ai-friend {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-40-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.flex-24-ai-friend {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.container-1200px-ai-friend {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-btn-ai-friend {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .2s, opacity .2s;
}

.cta-btn-ai-friend:hover {
  opacity: .75;
  box-shadow: 0 2px 5px #0000006e;
}

.cta-btn-ai-friend.footer-variant {
  color: #000;
  background-color: #d6a899;
}

.cta-btn-ai-friend.v2 {
  color: #0d0e10;
  background-color: #d6a899;
}

.cta-btn-ai-friend.v3 {
  background-color: #001c4d;
}

.cta-btn-ai-friend.v3.foot {
  padding-left: 40px;
  padding-right: 40px;
}

.cta-btn-ai-friend.v5 {
  background-color: #706354;
}

.h1-ai-friend {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.h1-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.h1-ai-friend.text-align-center-ai-friend._4 {
  color: #5d6169;
  font-weight: 700;
}

.h1-ai-friend.footer-variant {
  color: #eae4d5;
  text-align: left;
}

.flex-16-ai-friend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.flex-16-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-16-ai-friend.v2 {
  justify-content: flex-start;
  align-items: center;
}

.checkmark-icon-2 {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.flex-12-ai-friend {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.flex-12-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-12-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.text-span-2 {
  color: #eae4d5;
}

.h3-ai-friend {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.h3-ai-friend.flex-feature {
  color: #454136;
}

.h3-ai-friend.flex-feature.v2 {
  color: #07335c;
}

.h3-ai-friend.text-color-white {
  color: #fff;
}

.h3-ai-friend.c2 {
  color: #f2f2f2;
}

.h3-ai-friend.c3 {
  color: #b97e5e;
}

.h3-ai-friend.c4 {
  color: #706354;
}

.features-box-v2-ai-friend {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #d6a899;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-right: 40px;
  display: grid;
  overflow: hidden;
}

.flex-32-ai-friend {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.flex-32-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-32-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.feature-row-ai-friend {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-col-1-v2-ai-friend {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-style-light-ai-friend {
  font-weight: 300;
}

.text-span {
  color: #8a9ebf;
}

.feature-col-2-v2-ai-friend {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-img-v2-ai-friend {
  width: 165%;
  min-width: 165%;
  max-width: 165%;
  display: block;
}

.price-tag-ai-friend {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.h2-ai-friend {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.h2-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.h2-ai-friend.text-align-center-ai-friend.c2 {
  color: #b97e5e;
}

.h2-ai-friend.text-align-center-ai-friend.v4 {
  color: #706354;
  font-weight: 800;
}

.h2-ai-friend.text-align-center-ai-friend.c3 {
  color: #706354;
}

.flex-48-ai-friend {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-620.align-center-ai-friend {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-video {
  border-radius: 16px;
  overflow: hidden;
}

.grid-stories-ai-friend {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-why-ai {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
  position: relative;
}

.why-ai-box {
  background-color: #121212;
  border-radius: 12px;
  padding: 32px;
}

.max-width-820 {
  max-width: 820px;
}

.ai-app-previews {
  max-width: 500px;
}

.app-features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.app-feature-div {
  text-align: center;
  max-width: 250px;
  position: absolute;
  inset: -3% auto auto 0%;
}

.app-feature-div._3 {
  top: 72%;
  left: 4%;
}

.app-feature-div._6 {
  inset: auto 16% -6% auto;
}

.app-feature-div._4 {
  inset: 2% -2% auto auto;
}

.app-feature-div._5 {
  inset: 38% 5% auto auto;
}

.app-feature-div._2 {
  top: 33%;
  left: 0%;
}

.app-feature-div._1 {
  top: -4%;
  left: -5%;
}

.flex-8-ai-friend {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-8-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.icon-app-feature-ai-friend {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.app-features-bg-img-v2 {
  z-index: 0;
  max-width: 90%;
  position: absolute;
  inset: 0% auto;
}

.app-features-bg-img-v2.v3 {
  pointer-events: none;
}

.max-width-600 {
  z-index: 10;
  max-width: 600px;
  position: relative;
}

.app-features-inner-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
  position: relative;
}

.app-feature-btn-wrap {
  z-index: 10;
  margin-top: 32px;
  position: relative;
}

.img-meet {
  aspect-ratio: 1;
  border: 1px solid #d2c9b7;
  border-radius: 12px;
  box-shadow: 2px 8px 19px #0000001a, 10px 32px 34px #00000017, 22px 73px 46px #0000000d, 40px 129px 54px #00000003;
}

.signature-img {
  max-width: 180px;
}

.meet-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #d6a899;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meet-col-1 {
  max-width: 350px;
}

.text-weight-medium-ai-friend {
  font-weight: 500;
}

.meet-col-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.img-wrap-meet._2 {
  z-index: 1;
  margin-bottom: -30px;
  position: relative;
  transform: rotate(11deg);
}

.img-wrap-meet._1 {
  z-index: 2;
  margin-top: -39px;
  margin-bottom: -26px;
  position: relative;
  transform: rotate(-9deg);
}

.expand-line {
  background-color: #121212;
  width: 16px;
  height: 1px;
}

.expand-line.vertical {
  width: 1px;
  height: 16px;
  position: absolute;
}

.expand-line.c4 {
  background-color: #706354;
}

.expandable-open {
  transform-origin: 50% 0;
}

.faq-wrap {
  max-width: 950px;
}

.expandable-item {
  cursor: pointer;
  border-top: 1px solid #dfcda8;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.expandable-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.expandable-item.c3 {
  border-top-color: #706354;
}

.expand-space {
  height: 16px;
}

.expand-icon-wrap {
  border: 1px solid #121212;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  display: flex;
}

.expand-icon-wrap.c3 {
  border-color: #706354;
}

.expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.social-icon-link-ai-friend {
  color: #fff;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
}

.social-icon-link-ai-friend:hover {
  opacity: .7;
}

.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #121212;
  background-image: url('../images/Vector-3.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.socials-footer-wrap-ai-friend {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.logo-foot {
  max-width: 60px;
}

.social-icon-embed-ai-friend {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #f2f2f2;
}

.footer-col-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-col-2 {
  flex-flow: column;
  align-self: stretch;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  display: flex;
}

.link {
  color: #000;
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-container-v2-ai-friend {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-hero-ai-friend._2 {
  z-index: 1;
  margin-top: 32px;
  transform: scale(.8)rotate(-10deg);
}

.img-hero-ai-friend._1 {
  z-index: 2;
  margin-left: -100px;
  margin-right: -100px;
}

.img-hero-ai-friend._3 {
  margin-top: 32px;
  transform: scale(.8)rotate(10deg);
}

.img-hero-ai {
  border: 1px solid #0000001a;
  border-radius: 12px;
  box-shadow: 2px 8px 19px #0000001a, 10px 32px 34px #00000017, 22px 73px 46px #0000000d, 40px 129px 54px #00000003;
}

.program-boxes-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.program-div {
  background-color: #f2f2f1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 48px;
  display: flex;
  position: relative;
}

.program-div.v2 {
  background-color: #e6e6e6;
  overflow: hidden;
}

.body-2 {
  background-color: #fff;
}

.program-head {
  color: #001c4d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.program-par {
  color: #706354;
  font-size: 18px;
}

.program-par.v1 {
  max-width: 380px;
}

.program-upper-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.program-price {
  color: #5d6169;
  font-size: 42px;
  line-height: 1.2;
  position: absolute;
  inset: 32px 32px auto auto;
}

.program-feature-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #555;
  font-size: 18px;
  display: flex;
}

.check-icon {
  display: flex;
}

.program-low-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph {
  color: #343434;
  font-size: 12px;
  position: absolute;
  inset: auto 0% -32px;
}

.ribbon {
  position: absolute;
  inset: -6% -6% auto auto;
}

.image {
  margin-top: -24px;
}

.logos-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -105px;
  display: flex;
}

.par-v3 {
  color: #555;
  text-align: center;
  font-size: 18px;
}

.div-block {
  z-index: 10;
  position: relative;
}

.flex-40-2 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.foot-cta-txt {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}

.image-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-2 {
  font-weight: 800;
  text-decoration: line-through;
}

.text-span-3 {
  font-weight: 900;
}

.popup-h-1 {
  color: #000;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 63px;
  line-height: 1;
}

.popup-par-1 {
  color: #0e0e0e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.pop-up-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #e7d3b3;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 850px;
  padding-bottom: 0;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.content-col-exit-popup {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.image-exit-intent, .images-wrapper-popup-exit {
  width: 100%;
  height: 100%;
}

.hero-subpar-2-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.hero-subpar-2-copy.text-align-center {
  text-align: center;
}

.paragraph-2 {
  color: #252525;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-4 {
  background-color: #000;
  width: 150px;
  height: 1px;
}

.pricing-popup {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4e4800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-crossout {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
}

.text-block-19 {
  color: #272407;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.text-block-19.v1 {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 47px;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -20px;
  display: flex;
}

.image-wrapper-intent-exit.hide-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-1200px.custom-hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-div {
    justify-content: center;
    align-items: center;
  }

  .navbar-img {
    max-height: 70px;
  }

  .cta-btn.navbar-btn {
    display: none;
  }

  .section.hero {
    padding-top: 30px;
  }

  .section.hero._2 {
    padding-bottom: 30px;
  }

  .section.hero._3 {
    padding-top: 0;
  }

  .grid-1-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .image-hero {
    max-width: 350px;
  }

  .flex-48.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .uppercase-hero, .h1-hero {
    text-align: center;
  }

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

  .subtext {
    text-align: center;
  }

  .device-title-wrap {
    margin-bottom: 16px;
  }

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .h2 {
    text-align: center;
  }

  .h2.max-width-xx-mob {
    max-width: 500px;
  }

  .left-arrow {
    left: 43px;
  }

  .slider {
    height: auto;
  }

  .right-arrow {
    right: 43px;
  }

  .sliderwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .icon {
    margin-bottom: 0;
  }

  .flex-32.align-left.align-center-mob, .flex-12.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-12.centered.full-width {
    width: 100%;
  }

  .col-right-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .reward-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-hero-2.v2, .image-hero-2.v3 {
    width: 95%;
  }

  .image-hero-3 {
    min-width: 0;
    max-width: 350px;
    margin-top: 0;
    margin-left: 0;
  }

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

  .banner-top {
    height: auto;
    padding: 8px 16px;
  }

  .banner-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-12 {
    text-align: center;
    display: block;
  }

  .btn-nav {
    flex: none;
  }

  .iphone-mockup {
    min-height: 0;
  }

  .play-pause-button-3 {
    z-index: 9;
    display: none;
  }

  .iphone-shape {
    min-height: 0;
  }

  .play-pause-button-4 {
    z-index: 9;
    display: none;
  }

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

  .grid-features-2.v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .h2-dp.max-width-xx-mob {
    max-width: 500px;
  }

  .div-feature-3 {
    width: 100%;
  }

  .hero-subpar-2 {
    text-align: center;
  }

  .pop-up-wrap {
    width: 95%;
  }

  .paragraph-ai-friend {
    font-size: 16px;
  }

  .paragraph-ai-friend.footer-variant {
    text-align: center;
  }

  .meet-ai-label {
    padding: 8px 20px;
    font-size: 16px;
  }

  .cta-btn-ai-friend {
    padding: 12px 20px;
    font-size: 16px;
  }

  .h1-ai-friend.footer-variant {
    text-align: center;
  }

  .flex-16-ai-friend.flex-center-mobile, .flex-12-ai-friend.flex-left-ai-friend.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .features-box-v2-ai-friend {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .flex-32-ai-friend.flex-left-ai-friend.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-col-1-v2-ai-friend {
    order: -9999;
    width: 100%;
    padding: 24px;
  }

  .feature-col-2-v2-ai-friend {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-img-v2-ai-friend {
    width: 80%;
    height: auto;
    margin-top: -98px;
    margin-bottom: -78px;
    position: static;
  }

  .why-ai-box {
    padding: 24px;
  }

  .ai-app-previews {
    max-width: 300px;
  }

  .app-feature-div {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .app-features-bg-img-v2 {
    max-width: 100%;
    top: -3%;
  }

  .app-features-inner-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .app-feature-btn-wrap {
    margin-top: 0;
  }

  .meet-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .meet-col-1 {
    max-width: 100%;
    display: flex;
  }

  .meet-col-2 {
    order: -1;
    padding: 24px 24px 0;
  }

  .img-wrap-meet._2 {
    margin-bottom: 0;
  }

  .img-wrap-meet._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-container {
    justify-content: center;
    align-items: center;
  }

  .footer-col-1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-col-2 {
    display: none;
  }

  .img-hero-ai-friend._2 {
    margin-bottom: 0;
  }

  .img-hero-ai-friend._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .program-boxes-wrap {
    flex-flow: column;
    display: flex;
  }

  .program-par {
    max-width: 450px;
  }

  .program-low-row {
    margin-top: 32px;
  }

  .ribbon {
    top: -4%;
    right: -4%;
  }

  .image {
    margin-bottom: 24px;
  }

  .pop-up-wrap-2 {
    width: 95%;
  }

  .image-exit-intent {
    object-fit: cover;
  }

  .hero-subpar-2-copy {
    text-align: center;
  }

  .image-wrapper-intent-exit {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .flex-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-hero {
    font-size: 28px;
    line-height: 1.2;
  }

  .subtext {
    font-size: 14px;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    justify-content: center;
  }

  .device-description-wrap {
    font-size: 16px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.max-width-xx-mob {
    max-width: 400px;
  }

  .h2.max-width-xx-mob.uppercase-span.flex-12 {
    max-width: 500px;
    font-size: 24px;
  }

  .slide-nav-10 {
    position: relative;
    top: 4px;
  }

  .left-arrow, .right-arrow {
    bottom: 8px;
  }

  .sliderwrap {
    grid-row-gap: 20px;
  }

  .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .icon.left {
    margin-left: 0;
  }

  .icon.right {
    margin-right: 0;
  }

  .h1-hero-2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .form-contact {
    width: 100%;
    margin-top: 0;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-size-18 {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-12 {
    line-height: 16px;
  }

  .iphone-screen {
    z-index: 99999;
    border-radius: 20px;
  }

  .play-pause-button-3, .play-pause-button-4 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }

  .top-row-feature-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-checkmark-2 {
    width: 18px;
  }

  .feature-circle-2 {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .feature-head-title-2, .h2-dp {
    font-size: 24px;
  }

  .h2-dp.max-width-xx-mob {
    max-width: 400px;
  }

  .h2-dp.max-width-xx-mob.uppercase-span.flex-12 {
    max-width: 500px;
    font-size: 24px;
  }

  .cta-btn-2 {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .pop-up-wrap {
    height: 100%;
    margin-top: 48px;
    padding: 24px 24px 32px;
    overflow: auto;
  }

  .section-ai-friend {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-ai-friend.footer-2 {
    padding-top: 40px;
  }

  .flex-40-ai-friend {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .features-box-v2-ai-friend {
    flex-flow: column;
    display: flex;
  }

  .feature-img-v2-ai-friend {
    margin-left: 172px;
  }

  .testimonial-video-wrap {
    min-width: 250px;
  }

  .testimonial-video {
    flex: none;
  }

  .grid-stories-ai-friend {
    padding-bottom: 8px;
    display: flex;
    overflow: auto;
  }

  .grid-why-ai {
    grid-template-columns: 1fr 1fr;
  }

  .app-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-size: cover;
  }

  .program-div {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .program-div.v2 {
    padding-bottom: 32px;
  }

  .program-par {
    max-width: 400px;
  }

  .image {
    margin-bottom: 32px;
  }

  .logos-wrap {
    flex-flow: column;
  }

  .foot-cta-txt {
    max-width: 300px;
    font-size: 28px;
  }

  .pop-up-wrap-2 {
    flex-flow: wrap-reverse;
    display: flex;
    overflow: auto;
  }

  .content-col-exit-popup {
    padding: 24px;
  }

  .images-wrapper-popup-exit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: grid;
  }

  .paragraph-2 {
    max-width: 350px;
    font-size: 18px;
  }

  .image-wrapper-intent-exit {
    height: 100%;
  }

  .image-wrapper-intent-exit.hide-desktop {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

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

  .navbar-inner-div.v2, .navbar-inner-div.v3 {
    justify-content: center;
    align-items: center;
  }

  .arrow-img {
    margin-left: 9px;
  }

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

  .device-title-wrap {
    padding: 6px;
    font-size: 12px;
  }

  .iphone-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .device-description-wrap {
    font-size: 14px;
    line-height: 19px;
  }

  .text-align-center.max-width-950.v3 {
    font-size: 16px;
  }

  .h2.text-align-center._2 {
    max-width: 300px;
  }

  .h2.max-width-xx-mob {
    max-width: 265px;
  }

  .h2.max-width-xx-mob.uppercase-span.flex-12 {
    max-width: 330px;
  }

  .slide-nav-10 {
    margin-top: 10px;
    top: 0;
  }

  .left-arrow {
    left: 5px;
  }

  .right-arrow {
    bottom: 8px;
    right: 5px;
  }

  .sliderwrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: auto;
    margin-bottom: 0;
  }

  .flex-12.align-center-mob {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .image-hero-2.v2 {
    display: none;
  }

  .image-hero-2.v3 {
    display: block;
  }

  .h1-hero-2 {
    font-size: 23px;
  }

  .banner-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .text-block-12 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 300px;
    font-size: 10px;
    display: flex;
  }

  .btn-nav {
    text-align: center;
    font-size: 12px;
  }

  .iphone-screen {
    border-radius: 15px;
  }

  .play-pause-button-2 {
    z-index: 999;
  }

  .top-row-feature-2.toprow {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-row-2 {
    font-size: 14px;
  }

  .feature-low-block-2 {
    padding: 24px 16px;
  }

  .grid-features-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-head-title-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .feature-head-title-2.v2 {
    line-height: 20px;
  }

  .price-tag-span {
    font-size: 15px;
  }

  .price-tag-span.flex {
    flex-flow: column;
    display: flex;
  }

  .price-tag-span.v2 {
    font-size: 13px;
  }

  .h2-dp.text-align-center._2 {
    max-width: 300px;
  }

  .h2-dp.max-width-xx-mob {
    max-width: 265px;
  }

  .h2-dp.max-width-xx-mob.uppercase-span.flex-12 {
    max-width: 330px;
  }

  ._1 {
    font-size: 11px;
    line-height: 15px;
  }

  .l-1 {
    width: 100px;
    max-width: 100px;
  }

  .price-tag-span-2 {
    line-height: 20px;
  }

  .bold-text {
    margin-top: 8px;
    display: block;
  }

  .cta-button.hero {
    justify-content: center;
    font-size: 13px;
  }

  .cta-button.hero.v3 {
    padding: 12px 16px;
    font-size: 12px;
  }

  .arrow-img-2 {
    margin-left: 9px;
  }

  .pop-up-wrap {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-ai-friend {
    font-size: 14px;
  }

  .paragraph-ai-friend.text-align-center-ai-friend.max-width-820.v3 {
    font-size: 18px;
  }

  .paragraph-ai-friend.text-style-light-ai-friend.text-align-center-ai-friend.v8 {
    font-size: 16px;
  }

  .paragraph-ai-friend.footer-variant.is-small {
    max-width: 279px;
  }

  .paragraph-ai-friend.footer-variant.is-small.v2 {
    max-width: 220px;
  }

  .section-ai-friend.footer {
    padding-top: 0;
  }

  .meet-ai-label.footer-variant {
    max-width: 300px;
    padding-left: 46px;
    padding-right: 46px;
  }

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

  .cta-btn-ai-friend {
    padding: 10px 16px;
    font-size: 14px;
  }

  .cta-btn-ai-friend.v5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h1-ai-friend {
    font-size: 30px;
  }

  .h1-ai-friend.text-align-center-ai-friend._3, .h1-ai-friend.text-align-center-ai-friend._4 {
    max-width: 300px;
  }

  .h1-ai-friend.footer-variant {
    max-width: 250px;
  }

  .checkmark-icon-2 {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }

  .h3-ai-friend {
    font-size: 18px;
  }

  .h3-ai-friend.flex-feature {
    flex-flow: column;
    display: flex;
  }

  .feature-row-ai-friend {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-col-2-v2-ai-friend {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .price-tag-ai-friend {
    font-size: 26px;
  }

  .h2-ai-friend {
    font-size: 24px;
    line-height: 1.2;
  }

  .h2-ai-friend.text-align-center-ai-friend.v4.v5 {
    max-width: 250px;
  }

  .grid-why-ai {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .why-ai-box {
    padding: 18px;
  }

  .icon-app-feature-ai-friend {
    width: 48px;
    height: 48px;
  }

  .app-features-bg-img-v2 {
    width: 200%;
    max-width: 200%;
    top: -3%;
  }

  .signature-img {
    max-width: 150px;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .expand-icon-wrap {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .footer-container {
    padding: 24px;
  }

  .footer-col-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container-v2-ai-friend {
    justify-content: center;
    align-items: flex-end;
  }

  .img-hero-ai-friend._1 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .program-div {
    padding-bottom: 24px;
  }

  .program-par, .program-par.v1 {
    font-size: 16px;
  }

  .program-upper-row {
    margin-bottom: 24px;
  }

  .program-price {
    font-size: 32px;
    top: 24px;
    right: 24px;
  }

  .program-feature-row {
    font-size: 16px;
  }

  .program-low-row {
    margin-top: 24px;
  }

  .paragraph {
    position: static;
  }

  .ribbon {
    width: 120px;
  }

  .image {
    margin-bottom: 48px;
  }

  .logos-wrap {
    margin-bottom: -24px;
  }

  .par-v3 {
    font-size: 16px;
  }

  .image-3 {
    max-width: 160px;
  }

  .popup-h-1 {
    font-size: 48px;
  }
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-3d7186b2, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-3d7186b2, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-115e421c, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-115e421c, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-d65d3401, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-d65d3401, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-63337a2c, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-63337a2c, #w-node-_8eba807f-8a8c-a955-f465-2d002aaf4953-b8699197 {
  align-self: center;
}

#w-node-_3b6de274-4b50-e8cb-0e12-84ecc7766a2a-b8699197 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de6e276f-a77f-563a-fd0b-e68dbacf76eb-b8699197, #w-node-de6e276f-a77f-563a-fd0b-e68dbacf76f0-b8699197 {
  align-self: center;
}

#w-node-_9d88effc-6b7b-8612-6050-d015acf5d3d1-f7413ba4, #w-node-_8eca79f9-81ee-4737-22eb-89f67dab77fb-f7413ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-f19b7015, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-f19b7015, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-349349c4, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-349349c4, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-2a7956ed, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-2a7956ed, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-4dee2ab9, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-4dee2ab9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-3d7186b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-3d7186b2 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-3d7186b2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-3d7186b2 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-115e421c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-115e421c {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-115e421c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-115e421c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-d65d3401 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-d65d3401 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-d65d3401 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-d65d3401 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-63337a2c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-63337a2c {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-63337a2c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-63337a2c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0c6706c4-f47c-53b2-a1d5-5ede4356925e-b8699197, #w-node-_0c6706c4-f47c-53b2-a1d5-5ede4356925e-f7413ba4 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-f19b7015 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-f19b7015 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-f19b7015 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-f19b7015 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-349349c4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-349349c4 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-349349c4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-349349c4 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-2a7956ed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-2a7956ed {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-2a7956ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-2a7956ed {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-4dee2ab9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-4dee2ab9 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-4dee2ab9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-4dee2ab9 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-3d7186b2, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-3d7186b2, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-115e421c, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-115e421c, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-d65d3401, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-d65d3401, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-63337a2c, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-63337a2c, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-f19b7015, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-f19b7015, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-349349c4, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-349349c4, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-2a7956ed, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-2a7956ed, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-4dee2ab9, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-4dee2ab9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-3d7186b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-3d7186b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-3d7186b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-3d7186b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-115e421c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-115e421c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-115e421c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-115e421c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-d65d3401 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-d65d3401 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-d65d3401 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-d65d3401 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-63337a2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-63337a2c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-63337a2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-63337a2c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-f19b7015 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-f19b7015 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-f19b7015 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-f19b7015 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-349349c4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-349349c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-349349c4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-349349c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-2a7956ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-2a7956ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-2a7956ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-2a7956ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-4dee2ab9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-4dee2ab9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-4dee2ab9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-4dee2ab9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lexend Variablefont Wght';
  src: url('../fonts/Lexend-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}