@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype"), url('../fonts/Gilroy-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype"), url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --teal: #3a7e89;
  --red: red;
  --seashell: #ffefe9;
  --azure: #f1fdff;
  --slate-blue: #2e4cd1;
}

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

.image {
  width: 50%;
  height: 100vh;
  display: block;
}

.section {
  background-color: #fff9f9;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block {
  background-image: url('../images/_k4a0283.JPG');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  height: 100vh;
}

.div-block-2 {
  width: 80%;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-3 {
  width: 50%;
}

.heading {
  color: var(--teal);
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.paragraph {
  width: auto;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
}

.bold-text {
  color: #ff1317;
}

.paragraph-2 {
  font-size: 15px;
}

.c-1200 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-1200.spacer100 {
  height: 25px;
}

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

.c-1200.card {
  padding-bottom: 0;
}

.c-1200.head {
  margin-bottom: 50px;
}

.headerwrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  width: 100px;
}

.cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 78px;
  margin-top: 0;
  padding: 18px 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta-button.footer {
  color: #fff;
  background-color: #d60000;
  font-size: 19px;
  font-weight: 700;
}

.cta-button.purple {
  color: #000;
  background-color: #aad1e0;
}

.cta-button.white {
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

.cta-button.blue {
  background-color: #000;
}

.cta-button.white {
  color: #000;
  background-color: #cfcab7;
  margin-top: 24px;
}

.cta-button.reverse {
  color: #000;
  background-color: #fff;
}

._02 {
  text-align: left;
  align-self: center;
  width: 50%;
}

._02.abt {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-left: 75px;
  display: flex;
}

._02.abt.bcaa {
  align-items: flex-start;
}

._02.footer {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

._02.hero {
  width: 47%;
}

.text-span {
  color: #000;
  font-weight: 600;
}

._01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._01.hero {
  width: 53%;
}

._01.cent-hero {
  justify-content: center;
  align-items: flex-start;
}

.bannerwrap {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.bannerwrap.abt {
  margin-top: 0;
  margin-bottom: 0;
}

.bannerwrap.footer {
  align-items: stretch;
  margin-top: 0;
}

.bannerwrap.flip {
  margin-top: 0;
}

.bannerwrap.hero {
  grid-column-gap: 55px;
  grid-row-gap: 100px;
}

.bannerwrap.flex {
  flex-direction: column;
}

.bannerwrap._100-product {
  justify-content: center;
}

.paragraph-01 {
  color: #898989;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.paragraph-01.alt {
  color: #898989;
  max-width: 488px;
  margin-top: 19px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-01.abt {
  color: #484848;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-01.hero {
  color: #898989;
  text-align: left;
  max-width: 434px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.subtext {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.subtext.alter {
  margin-top: 40px;
}

.subtext.app {
  color: #868686;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.subtext.white {
  color: #fff;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 53px;
}

.heading-2.alter {
  color: #000;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 53px;
}

.heading-2.alter.cent {
  margin-left: auto;
  margin-right: auto;
}

.heading-2.alter._11 {
  margin-top: 0;
  font-size: 30px;
}

.heading-2.app {
  color: #001420;
  margin-top: 8px;
  margin-bottom: 28px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.heading-2.h2 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}

.heading-2.hey {
  color: #000;
  margin-bottom: 0;
  font-family: Bitter, serif;
}

.heading-2.white {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 28px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.section-2 {
  color: #1d1e21;
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
}

.section-2.alt {
  color: #fff;
  background-color: #e2c7be;
}

.section-2.card {
  background-color: #0000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.html-embed {
  margin-top: 0;
}

.disclaimer {
  color: #898989;
  margin-top: 29px;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.list {
  color: #8898ad;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.list.features {
  color: #898989;
  margin-bottom: 42px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.monthly.alt {
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  mix-blend-mode: darken;
  margin-right: 22px;
}

.section-3 {
  margin-top: 150px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section-3.alt {
  background-color: #cfcab7;
  margin-top: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3.colored {
  background-color: #fcdfdf;
}

.section-3.color {
  background-color: #9ecaec;
}

.section-3._11 {
  background-color: #cfcab7;
  margin-top: 0;
  padding-top: 51px;
  padding-bottom: 51px;
}

.text-block-3 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: "Baloo 2";
  font-size: 26px;
  font-weight: 600;
}

.text-block-3.slate {
  margin-bottom: 60px;
  font-size: 32px;
}

.slider {
  color: #fff;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.slide {
  color: #1d1e21;
  text-align: center;
  background-color: #e2c7be;
  padding-top: 0;
}

.div-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  color: #ff8b7c;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-3 {
  color: #515151;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.image-5 {
  margin-bottom: 50px;
}

.text-block-5 {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.text-block-6 {
  color: #cfcab7;
  margin-bottom: 15px;
  font-size: 14px;
}

.link-block {
  align-items: center;
  display: flex;
}

.link-block.hide {
  display: none;
}

.section-4 {
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-4.footer {
  background-color: #000;
  margin-top: 0;
  padding-top: 66px;
  padding-bottom: 80px;
}

.image-6 {
  margin-top: 0;
}

.image-6.hide {
  display: none;
}

.text-block-4 {
  color: #868686;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 16px;
}

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

.div-block-6.sponsor {
  margin-bottom: 60px;
  display: none;
}

.right-arrow {
  color: #000;
}

.c1200 {
  max-width: 1200px;
}

.subtext-sign-alt {
  color: #efa37d;
  font-size: 24px;
}

.subtext-sign-alt.center {
  text-align: center;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.icon {
  color: #ff7a00;
  background-color: #0000;
}

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

.slide-2 {
  margin-top: 20px;
}

.heading-3 {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 38px;
  font-weight: 600;
}

.heading-3.center {
  text-align: center;
  font-size: 32px;
}

.section-peachy {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
}

.section-peachy.hide {
  display: none;
}

.mask {
  height: auto;
}

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

.image-7 {
  max-width: none;
  display: inline;
}

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

.div-block-7 {
  max-width: 50%;
  display: inline-block;
}

.text-block-7 {
  color: #999;
  margin-top: 40px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.text-block-7.hide {
  display: none;
}

.image-9 {
  text-align: left;
}

.slide-nav-2 {
  margin-top: 0;
}

.text-block-8 {
  color: #868686;
  letter-spacing: 1px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: #868686;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-9 {
  margin-top: 20px;
  font-family: "Baloo 2";
  font-size: 21px;
  font-weight: 600;
}

.paragraph-4 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.icon-2, .icon-3 {
  color: var(--red);
}

.text-span-4 {
  font-weight: 700;
}

.section-5 {
  background-color: #0000;
  padding-top: 71px;
  padding-bottom: 71px;
}

.section-5.bgcust {
  background-image: url('../images/bcaa.png');
  background-position: 0 0;
  background-size: cover;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span-7 {
  color: #c49e78;
  font-weight: 700;
}

.text-span-8 {
  color: #484848;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  color: #000;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: #fff;
}

.image-10 {
  mix-blend-mode: normal;
  margin-left: 0;
  padding-left: 0;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 6px;
  align-self: flex-start;
  padding: 5px 10px;
}

.bold-text-2 {
  color: #f3d4d7;
}

.text-span-16 {
  color: #becab5;
}

.certification {
  width: 58px;
  height: 58px;
  margin-top: 15px;
}

.text-span-17 {
  color: #000;
  text-transform: uppercase;
  font-family: Bitter, serif;
}

.list-2 {
  color: #000;
  margin-top: 12px;
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
}

.cert-block {
  grid-column-gap: 20px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.logo-foot {
  width: 70px;
  height: 100%;
  margin-bottom: 50px;
}

.text-block-10 {
  color: #000;
  font-family: Gilroy, sans-serif;
}

.div-block-9 {
  grid-column-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-logos {
  grid-column-gap: 37px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  object-fit: contain;
}

.img-affiliate {
  object-fit: contain;
  width: 200px;
}

.text-block-11 {
  color: #333;
  text-align: center;
  position: absolute;
  inset: 44px 0% auto -7%;
}

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

.text-span-18 {
  color: #000;
}

.image-12 {
  width: 79px;
  margin-top: 4px;
}

.image-13 {
  width: 83px;
}

.bold-text-3 {
  text-transform: uppercase;
}

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

.image-14 {
  width: 73px;
}

.text-span-19 {
  text-transform: uppercase;
}

.bold-text-4 {
  color: #000;
  text-transform: uppercase;
}

.text-block-12 {
  color: #868686;
  font-family: Bitter, serif;
  font-size: 16px;
}

.text-span-20 {
  color: #9c886e;
}

.bold-text-5 {
  text-transform: uppercase;
}

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

._12 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

._12.alt {
  color: #898989;
  max-width: 488px;
  margin-top: 19px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

._12.abt {
  color: #000;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

._12.hero {
  color: #898989;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.html-embed-2 {
  max-width: 800px;
  margin: 0 auto 20px;
}

.stylesheet-2 {
  display: none;
}

.bold-text-6 {
  letter-spacing: 0;
  font-weight: 600;
}

.myprotein-div {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: Bitter, serif;
}

.image-15 {
  max-height: 20px;
}

.signup-grid {
  margin-top: 48px;
}

.signup-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 100px) 1fr minmax(1px, 100px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.signup-step-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.signup-number {
  color: #cfcab7;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.head-small-step {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

._18px-form-step {
  color: #343434;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.arrow-signup {
  width: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.top-banner {
  z-index: 999;
  background-color: #cfcab7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
}

.top-banner-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-14 {
  flex-flow: column;
  max-width: 693px;
}

.cta-button-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f4c142;
  border-radius: 78px;
  margin-top: 0;
  padding: 18px 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-button-2.black-copy {
  background-color: #000;
}

.cta-button-2.black-copy.topbar {
  background-color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

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

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

.h2 {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

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

.cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

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

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

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

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

.device-title-wrap {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfcab7;
  border: 1px solid #1d1f26;
  border-radius: 42px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 -1px 5px #0000001a, 0 2px 5px #0000001a;
}

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

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

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

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

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

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

.subtext-2 {
  color: #898989;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-15 {
  color: #fff;
  font-family: Bitter, serif;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  color: #000;
  font-family: Bitter, serif;
}

.flex-challenge {
  flex-flow: column;
  max-width: 950px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  display: flex;
}

.heading-4 {
  color: #e1b3c2;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
}

.heading-4.alter {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
}

.heading-4.alter._2 {
  color: #ff4de7;
}

.icon-check {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  display: flex;
}

.included-h {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
}

.included-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.included-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border: 1px solid #566527;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.heading-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-5.smaller, .paragraph-6 {
  font-size: 24px;
  line-height: 1.2;
}

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

.image-hero-2.v2 {
  max-width: 650px;
  height: auto;
}

.expandable-item {
  cursor: pointer;
  border-top: 1px solid #000;
  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;
}

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

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

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

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

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

.social-icon-link-2:hover {
  color: #898989;
}

.expand-space {
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-outer-div {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.lexnend {
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

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

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

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

.meet-ai-label.hero {
  border-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.meet-col-1 {
  max-width: 350px;
  margin-top: -62px;
  margin-bottom: -218px;
  margin-left: 27px;
}

.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-center {
  justify-content: flex-start;
  align-items: center;
}

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

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

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-img-v2-ai-friend {
  max-width: 110%;
  margin-top: -100px;
  margin-bottom: -60px;
  display: block;
}

.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;
  text-decoration: none;
  transition: box-shadow .2s, opacity .2s;
}

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

.cta-btn-ai-friend.v2 {
  color: #000;
  background-color: #fff;
}

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

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

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

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

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

.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #cfcab7;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

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

.navbar-img {
  object-fit: contain;
  max-height: 64px;
}

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

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

.cta-btn-3.navbar-btn {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.image-16 {
  pointer-events: none;
  min-width: 450px;
}

@media screen and (max-width: 991px) {
  .section {
    flex-direction: column;
  }

  .div-block {
    width: 100%;
    height: 50vh;
  }

  .div-block-2 {
    width: auto;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-3, .paragraph {
    width: auto;
  }

  .c-1200.card {
    padding-bottom: 0;
  }

  .headerwrap {
    flex-direction: column;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  ._02 {
    text-align: center;
    width: auto;
  }

  ._02.abt {
    text-align: center;
    align-items: center;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
  }

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

  ._01 {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._01.cent-hero {
    align-items: center;
  }

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

  .bannerwrap.abt, .bannerwrap.footer {
    flex-direction: column;
  }

  .bannerwrap.flip {
    flex-direction: column-reverse;
  }

  .bannerwrap.hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .paragraph-01 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-01.alt {
    padding-right: 20px;
  }

  .paragraph-01.hero {
    text-align: center;
    margin-bottom: 30px;
  }

  .subtext {
    text-align: center;
    margin-top: 40px;
  }

  .subtext.app, .subtext.white {
    margin-top: 24px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
  }

  .heading-2.app, .heading-2.white {
    margin-bottom: 30px;
  }

  .section-2 {
    margin-bottom: 20px;
  }

  .section-2.card {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .monthly {
    text-align: center;
    padding-left: 0;
  }

  .monthly.alt {
    padding-left: 0;
  }

  .section-3 {
    margin-bottom: 100px;
  }

  .section-3.alt {
    margin-bottom: 50px;
  }

  .section-3.colored {
    margin-bottom: 0;
    padding-bottom: 43px;
  }

  .section-3.color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-3._11 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .slider {
    margin-bottom: 10px;
  }

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

  .text-block-6 {
    margin-top: 40px;
  }

  .section-4.footer {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .div-block-6 {
    justify-content: center;
    margin-top: 40px;
  }

  .slider-2 {
    height: auto;
    margin-top: 0;
  }

  .div-block-7 {
    max-width: 70%;
  }

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

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-8 {
    align-self: center;
  }

  .cert-block {
    align-items: center;
  }

  .div-block-12 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  ._12 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  ._12.alt {
    padding-right: 20px;
  }

  ._12.hero {
    text-align: center;
    margin-bottom: 30px;
  }

  .signup-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .signup-step-text {
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .head-small-step {
    text-align: center;
    margin-top: 0;
  }

  ._18px-form-step {
    text-align: center;
  }

  .arrow-signup {
    max-height: 24px;
    margin-top: 46px;
    margin-bottom: 46px;
    transform: rotate(90deg);
  }

  .top-banner {
    height: auto;
  }

  .top-banner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-14 {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
  }

  .cta-button-2.black-copy.topbar {
    font-size: 13px;
    line-height: 13px;
  }

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

  .container-1200px.custom-hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    text-align: center;
  }

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

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

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

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

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

  .heading-4 {
    text-align: center;
    margin-top: 0;
  }

  .icon-check {
    width: 32px;
    height: 32px;
  }

  .image-hero-2.v2 {
    width: 95%;
    max-width: 400px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .meet-col-1 {
    max-width: 50%;
    margin-top: -145px;
    margin-left: auto;
    display: flex;
  }

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

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

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

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

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

  .feature-img-v2-ai-friend {
    width: 41%;
    height: auto;
    margin-top: -166px;
    margin-left: auto;
    margin-right: 32px;
    position: static;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-top: 40px;
    margin-right: 40px;
  }

  ._02.hero {
    width: 65%;
  }

  ._01 {
    padding-left: 0;
    padding-right: 0;
  }

  ._01.hero {
    width: 100%;
  }

  .paragraph-01.abt, .paragraph-01.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .subtext {
    margin-top: 0;
  }

  .heading-2 {
    line-height: 33px;
  }

  .heading-2.alter._11 {
    font-size: 27px;
  }

  .heading-2.h2 {
    margin-top: 10px;
    line-height: 40px;
  }

  .monthly {
    padding-left: 0;
  }

  .monthly.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    margin-bottom: 60px;
  }

  .section-3.alt {
    margin-top: 40px;
  }

  .paragraph-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-5 {
    margin-bottom: 18px;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .text-block-6 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .slider-2, .section-peachy {
    margin-bottom: 40px;
  }

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

  .image-9 {
    object-fit: contain;
    max-height: 400px;
  }

  ._12.abt, ._12.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .myprotein-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .head-small-step {
    line-height: 33px;
  }

  .h2 {
    font-size: 24px;
  }

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

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

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

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

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

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

  .subtext-2 {
    font-size: 14px;
  }

  .heading-4 {
    margin-top: 10px;
    line-height: 33px;
  }

  .included-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .included-div {
    padding: 18px;
  }

  .testimonial-video {
    flex: none;
  }

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

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

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

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

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

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

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

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

  .meet-col-1 {
    margin-top: -46px;
    margin-right: auto;
  }

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

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

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

@media screen and (max-width: 479px) {
  .div-block {
    background-position: 50% 0;
  }

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cta-button {
    font-size: 16px;
  }

  ._02.hero {
    width: 85%;
  }

  ._01 {
    margin-bottom: 0;
  }

  .bannerwrap.abt, .bannerwrap.flip {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .paragraph-01 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-01.alt, .paragraph-01.abt {
    padding-left: 0;
    padding-right: 0;
  }

  .subtext {
    text-align: center;
    font-size: 15px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-2.alter {
    line-height: 37px;
  }

  .heading-2.app {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 28px;
  }

  .heading-2.h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-2.white {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 28px;
  }

  .list {
    font-size: 15px;
  }

  .list.features {
    text-align: center;
    font-size: 13px;
    line-height: 21px;
  }

  .monthly {
    margin-top: 0;
    padding-left: 0;
  }

  .monthly.alt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .monthly.padd {
    margin-top: 40px;
  }

  .section-3 {
    margin-bottom: 40px;
  }

  .text-block-3 {
    margin-bottom: 5px;
    font-size: 23px;
  }

  .text-block-3.slate {
    line-height: 33px;
  }

  .text-block {
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .image-5 {
    width: 57px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 31px;
    line-height: 29px;
  }

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

  .slider-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 35px;
  }

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

  .image-9 {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-10 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-block-12 {
    text-align: center;
    max-width: 196px;
  }

  ._12 {
    font-size: 15px;
    line-height: 22px;
  }

  ._12.alt, ._12.abt {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .image-15 {
    max-width: 97px;
  }

  .signup-number {
    width: 64px;
    height: 64px;
    font-size: 31px;
  }

  .head-small-step {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .cta-button-2 {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

  .heading-4.alter {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    line-height: 23px;
  }

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

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

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

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

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

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

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

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

  .expand-line {
    flex: none;
  }

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

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

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

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

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

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

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

  .meet-ai-label.footer-variant {
    max-width: 300px;
  }

  .app-features-inner-wrap {
    place-items: start stretch;
  }

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

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

  .h2-ai-friend.text-align-center-ai-friend.c2.uppercase.v2 {
    max-width: 350px;
  }

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

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

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

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

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

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

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

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

  .paragraph-ai-friend.footer-variant.is-small.text-align-center {
    max-width: 201px;
  }

  .feature-img-v2-ai-friend {
    width: 51%;
    margin-top: -93px;
    margin-right: 6px;
  }

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

  .footer-container {
    padding: 24px;
  }

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

#w-node-_2d72be0e-c616-686d-9de4-e0da43426c5b-ec0155b3, #w-node-_2d72be0e-c616-686d-9de4-e0da43426c64-ec0155b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfbf4976-9fdf-4663-6e64-97089ed73fd4-9ee58c01 {
  align-self: center;
}

#w-node-dfbf4976-9fdf-4663-6e64-97089ed7401d-9ee58c01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfbf4976-9fdf-4663-6e64-97089ed7408c-9ee58c01, #w-node-dfbf4976-9fdf-4663-6e64-97089ed7408e-9ee58c01 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2d72be0e-c616-686d-9de4-e0da43426c5b-ec0155b3, #w-node-_2d72be0e-c616-686d-9de4-e0da43426c64-ec0155b3 {
    justify-self: center;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b03011-ec0155b3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b03020-ec0155b3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b0302f-ec0155b3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b0303e-ec0155b3 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-dfbf4976-9fdf-4663-6e64-97089ed74048-9ee58c01 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b03011-ec0155b3, #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b0302f-ec0155b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b03011-ec0155b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b03020-ec0155b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b0302f-ec0155b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d24c5fd6-4b24-5cc0-b572-2119e2b0303e-ec0155b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Variablefont Wght';
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}