@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: #3d434f;
  --brand-color: #a37b73;
  --heading-font: Montserrat, sans-serif;
  --white: #fff;
  --heading-font-color: #000;
  --footer-background: #313131;
  --subtext-label-color: #898989;
}

.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);
  background-color: #fff;
  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-link {
  max-width: 200px;
}

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

.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: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

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

.cta-btn.foot {
  color: var(--heading-font-color);
  background-color: #f5e6c4;
}

.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: #e3e2de;
}

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

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

.grid-1-1.about {
  grid-template-columns: 1fr 1.3fr;
}

.image-hero {
  height: 100%;
}

.image-hero.about {
  height: auto;
}

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

.h1-hero {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
}

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

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

.form-styles {
  display: none;
}

.subtext {
  font-family: var(--heading-font);
  color: var(--brand-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.subtext.foot-color {
  color: #eee;
}

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

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

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

.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;
  max-height: 50px;
}

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

.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: #a37b73;
}

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

.footer-disclaimer-txt {
  font-family: var(--heading-font);
  color: #fff;
  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: var(--brand-color);
}

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

.h1-hero-2 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  max-width: 900px;
  font-size: 32px;
}

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

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

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

.device-title-wrap {
  border: 1px solid var(--brand-color);
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 42px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 18px;
  font-style: italic;
  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;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a59ae6, #e6b1d9);
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

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

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

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

  .grid-1-1.about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

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

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

  .h1-hero-2 {
    max-width: 500px;
    margin-left: 25px;
    margin-right: 25px;
  }

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

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

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

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

  .flex-about {
    flex-flow: row;
  }
}

@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 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    display: flex;
  }

  .subtext {
    font-size: 14px;
  }

  .h2 {
    font-size: 24px;
  }

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

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

  .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-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

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

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

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

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

  .image-hero, .image-hero.about {
    max-width: 100%;
  }

  .uppercase-hero._1 {
    flex-flow: column;
    display: flex;
  }

  .h1-hero {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

#w-node-e08f5712-9598-2149-0746-444cc58dbd89-0ab3daea, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-0ab3daea {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e08f5712-9598-2149-0746-444cc58dbd88-0ab3daea {
    justify-self: center;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd89-0ab3daea {
    order: 9999;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-0ab3daea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-0ab3daea {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-0ab3daea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-0ab3daea {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-0ab3daea {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-0ab3daea, #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-0ab3daea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-0ab3daea {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-0ab3daea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-0ab3daea {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-0ab3daea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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