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

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

:root {
  --green: #8ec69d;
  --seashell: #ffefe9;
  --azure: #f1fdff;
  --teal: #3a7e89;
  --red: red;
  --yellow: #ffc906;
  --pink: #ffa8a9;
}

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

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

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

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

body {
  color: #333;
  background-color: #fff;
  font-family: Bitter, serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

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

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

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

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

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

.headerwrap.centered {
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 170px;
}

.cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #3c3c3c;
  border-radius: 30px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.cta-button.hero-main._2 {
  background-color: #042c20;
  margin-top: 32px;
}

.cta-button.hero-main.hide {
  background-color: var(--green);
  color: #fff;
}

.cta-button.subscribe {
  color: #fff;
  background-color: #042c20;
  align-items: center;
  margin-top: 64px;
  padding: 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.footer {
  background-color: var(--green);
  color: #042c20;
}

.cta-button.green {
  background-color: var(--green);
  color: #fff;
}

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

._02.abt {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

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

._02.hero {
  width: 48%;
}

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

._01.abt {
  align-items: center;
}

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

._01.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

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

.bannerwrap.abt {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.bannerwrap.hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  margin-top: 64px;
}

.paragraph-01 {
  color: #8898ad;
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 15px;
  line-height: 26px;
}

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

.heading-2 {
  color: #000;
  margin-top: 0;
  font-size: 34px;
  font-weight: 800;
}

.heading-2.alter {
  color: #042c20;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.heading-2.app {
  color: #042c20;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.heading-2.dark-green {
  color: #042c20;
}

.heading-2.v2 {
  color: #042c20;
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

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

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

.section-2.lead {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

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

.text-block-6 {
  color: var(--green);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 12px;
}

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

.link-block.ig {
  position: relative;
  top: 2px;
}

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

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

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.text-block-4.foot {
  color: var(--green);
  font-size: 16px;
  font-weight: 400;
}

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

.mask {
  height: auto;
}

.mask._2 {
  padding-bottom: 30px;
}

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

.section-5 {
  padding-bottom: 100px;
}

.section-5.bg {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-11 {
  width: 72px;
}

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

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.green {
  color: var(--green);
}

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

.stylesheet-2 {
  display: none;
}

.right-arrow-3 {
  color: #000;
  right: 144px;
}

.app-description {
  color: #042c20;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

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

.bannerwrap-3.flip {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.subtext-3 {
  color: #0f692b;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.subtext-3.lim {
  color: var(--green);
  margin-bottom: 3px;
  font-style: normal;
  font-weight: 700;
}

.subtext-3.lim.c {
  color: #42936d;
  font-style: normal;
  font-weight: 400;
}

.subtext-3.lim.c2 {
  color: var(--green);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.heading-7 {
  color: #042c20;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
}

.centered-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.device-description-wrap {
  color: #898989;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

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

.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;
  margin-top: 36px;
}

.heading-8 {
  color: #042c20;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 43px;
  line-height: 1.2;
}

.t-c-s-foot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tc-link {
  color: var(--green);
  font-size: 12px;
}

.privacy-policy-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rt-privacy {
  color: #000;
}

.padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-9 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.form-col {
  width: 100%;
}

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

.form-contact {
  max-width: 600px;
  margin: 48px auto 0;
}

.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-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

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

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

.send-btn {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.send-btn:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

.meet-coaches-div {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

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

.link-block-2 {
  margin-bottom: 20px;
}

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

.left-arrow-3 {
  left: 144px;
}

.text-block-13 {
  color: #042c20;
  margin-top: 22px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.body {
  background-color: #e7dfd7;
}

.text-block-14 {
  color: #042c20;
  font-size: 16px;
}

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

.list-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #042c20;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.sliderwrap-7 {
  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-7.centered {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.img-result-4 {
  object-fit: cover;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  width: 100%;
  height: 360px;
  min-height: 100%;
  transition: all .25s;
}

.icon-10 {
  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-10.left, .icon-10.right {
  color: #fff;
  background-color: #042c20;
}

.slide-8 {
  margin-top: 0;
}

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

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

.top-bar {
  z-index: 999;
  background-color: var(--green);
  justify-content: center;
  height: 50px;
  padding-bottom: 0;
  display: flex;
}

.container-topbar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-small {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 145px;
  margin-top: 0;
  padding: 7px 22px;
  font-size: 15px;
  font-weight: 800;
  transition: all .2s;
}

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

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

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

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

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

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

.text-block-19 {
  color: #042c20;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.text-block-20 {
  color: #042c20;
  text-align: center;
  max-width: 900px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.features-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.challenge-box {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.feature-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #e7dfd7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.feature-spacer {
  width: 1px;
  height: 1px;
  display: none;
}

@media screen and (max-width: 991px) {
  .c-1200.spacer100 {
    height: 50px;
  }

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

  .c-1200.hero {
    margin-top: 32px;
    padding-bottom: 25px;
  }

  .headerwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-2 {
    width: 160px;
  }

  .cta-button.hero-main.hide {
    display: none;
  }

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

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

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

  ._02.hero {
    width: 100%;
  }

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

  ._01.app {
    max-width: 500px;
    margin: 0 auto 40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.hero {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .bannerwrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .bannerwrap.abt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .bannerwrap.footer {
    flex-direction: column;
    margin-top: 0;
  }

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

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

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

  .paragraph-01.abt {
    margin-top: 0;
  }

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

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

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

  .section-2.lead {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .div-block-6 {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .mask._2 {
    padding-bottom: 0;
  }

  .image-9 {
    object-fit: contain;
    width: 500px;
    max-width: none;
    height: 483px;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: 0;
  }

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

  .img-hero {
    object-fit: contain;
    max-width: 100%;
    margin: 32px 0 0;
    position: static;
  }

  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }

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

  .right-arrow-3 {
    right: 43px;
  }

  .bannerwrap-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

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

  .subtext-3.lim {
    margin-top: 0;
  }

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

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

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

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

  .heading-8 {
    text-align: center;
    min-width: 0;
    max-width: 550px;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2;
  }

  .t-c-s-foot {
    justify-content: center;
    align-items: center;
  }

  .privacy-policy-wrap {
    margin-top: 0;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .meet-coaches-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .left-arrow-3 {
    left: 43px;
  }

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

  .list-5 {
    padding-left: 0;
    list-style-type: none;
  }

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

  .img-result-4 {
    width: 100%;
    min-width: 0;
    height: 350px;
    min-height: 0;
  }

  .img-result-4:hover {
    transform: none;
  }

  .icon-10 {
    margin-bottom: 0;
  }

  .slide-nav-11 {
    margin-top: 24px;
  }

  .slider-10 {
    height: auto;
  }

  .container-topbar {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .cta-button-small {
    font-size: 12px;
  }

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

@media screen and (max-width: 767px) {
  .c-1200.hero {
    padding-bottom: 0;
  }

  .c-1200.hero.v3 {
    padding-bottom: 48px;
  }

  .cta-button.subscribe {
    margin-top: 48px;
  }

  ._01.abt {
    align-items: center;
    width: 100%;
  }

  ._01.app {
    margin-bottom: 30px;
  }

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

  .heading-2.v2 {
    margin-top: 0;
  }

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

  .image-3 {
    padding-left: 0;
  }

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

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

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

  .image-9 {
    width: 380px;
    max-width: none;
    height: auto;
    max-height: 300px;
    top: 0;
  }

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

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

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

  .title-app {
    font-size: 14px;
  }

  .subtext-3.lim {
    margin-top: 0;
  }

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

  .centered-team {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr minmax(1px, 29px) 1fr;
    justify-content: center;
  }

  .heading-8 {
    text-align: center;
    max-width: 400px;
    font-size: 32px;
    line-height: 1;
  }

  .t-c-s-foot {
    justify-content: center;
    align-items: center;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .form-contact {
    margin-top: 24px;
  }

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

  .send-btn {
    font-size: 1rem;
  }

  .send-btn:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .left-arrow-3 {
    bottom: 8px;
  }

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

  .img-result-4 {
    height: 190px;
  }

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

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

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

  .slide-nav-11 {
    position: relative;
    top: 1px;
  }

  .slider-10 {
    max-width: 600px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-bar {
    height: auto;
  }

  .container-topbar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .cta-button-small {
    font-size: 14px;
  }

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

@media screen and (max-width: 479px) {
  .cta-button.hero-main, .cta-button.subscribe {
    justify-content: center;
    font-size: 13px;
  }

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

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

  ._01.foot {
    margin-bottom: 20px;
  }

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

  .paragraph-01.abt {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .heading-2.alter {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-2.v2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-3 {
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 29px;
  }

  .text-block-6 {
    flex-flow: column;
    margin-top: 0;
    font-size: 11px;
    display: flex;
  }

  .image-9 {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-top: 24px;
  }

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

  .img-hero {
    width: 100%;
  }

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

  .title-app {
    font-size: 10px;
  }

  .subtext-3 {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
  }

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

  .centered-team {
    margin-bottom: 0;
  }

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

  .device-title-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .heading-8 {
    width: 330px;
    font-size: 26px;
    line-height: 32px;
  }

  .t-c-s-foot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
  }

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

  .left-arrow-3 {
    left: 5px;
  }

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

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

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

  .img-result-4 {
    height: auto;
  }

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

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

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

  .top-bar {
    position: static;
  }

  .container-topbar {
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .cta-button-small {
    font-size: 14px;
  }

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

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

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

#w-node-ab3dbd84-b317-1104-c4de-73d6cd7d73fb-91ec520f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ab3dbd84-b317-1104-c4de-73d6cd7d73fc-91ec520f {
  justify-self: center;
}

#w-node-ab3dbd84-b317-1104-c4de-73d6cd7d73ff-91ec520f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ab3dbd84-b317-1104-c4de-73d6cd7d7400-91ec520f {
  justify-self: center;
}

#w-node-_7e6dcb5d-6fa0-b055-2720-fc9f5be54491-91ec520f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7e6dcb5d-6fa0-b055-2720-fc9f5be54492-91ec520f {
  justify-self: center;
}

#w-node-_2518948b-d044-721b-ebbb-b7850585b6a1-91ec520f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2518948b-d044-721b-ebbb-b7850585b6a2-91ec520f {
  justify-self: center;
}

#w-node-c69e546d-9cbd-8097-068c-68ec2ca83bc9-91ec520f {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-91ec520f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-91ec520f {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-91ec520f {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-91ec520f {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-91ec520f, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-91ec520f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-91ec520f {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-91ec520f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-91ec520f {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-91ec520f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c69e546d-9cbd-8097-068c-68ec2ca83bc9-91ec520f {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Montserrat-n';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}