@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Nunito Sans;
  src: url("../fonts/nunito-sans.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar1_link {
  color: #f7f5f1;
  letter-spacing: 1.3px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  transition: color 0.15s linear;
}

.navbar1_link:hover {
  color: #257e6a;
}

.navbar1_link.w--current {
  color: #000;
}

.navbar1_link.is-mobile {
  color: #fff;
  transition: opacity 0.2s;
}

.navbar1_link.is-mobile:hover {
  opacity: 0.6;
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.navbar1_link.is-mobile.w--current {
  opacity: 0.6;
  color: #fff;
}

.navbar1_link.is-mobile.v2 {
  color: #fff;
}

.navbar1_link.is-mobile.v2.w--current {
  color: #000;
}

.navbar1_link.is-mobile.v2.go-services,
.navbar1_link.is-mobile.v2.go-blog {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.navbar1_link.is-mobile.v2.go-blog:lang(en),
.navbar1_link.is-mobile.v3 {
  color: #fff;
}

.navbar1_link.is-mobile.v3.go-about {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.navbar1_logo-link {
  padding-left: 0;
}

.link-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  background-color: #5cc884;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
}

.navbar1_menu-dropdown {
  letter-spacing: 1.5px;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 300;
  display: inline-block;
}

.icon-phone {
  display: none;
}

.icon-arrow {
  color: #fff;
  padding-left: 20px;
}

.card-btn-focus-bg {
  width: 100%;
  height: auto;
  position: absolute;
  inset: -75% -10% auto auto;
}

.div-block-297 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: 0rem;
  color: #f7f5f1;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar1_dropdown-toggle.w--open {
  margin-bottom: 0;
}

.navbar1_dropdown-toggle.is-mobile.v3 {
  color: #000;
}

.navbar1_dropdown-toggle.is-mobile.v3.w--open {
  justify-content: flex-start;
  align-items: center;
}

.text-color-beige {
  color: #f7f5f1;
  padding: 0;
  font-weight: 300;
  display: none;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 0.5px #3c3c3c;
  border-radius: 10px;
  margin-top: 0;
  padding: 1.5rem 0;
}

.button-group {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-wrap: wrap;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #000;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  transition: color 0.15s linear;
}

.text-block-13:hover {
  opacity: 0.6;
  color: #000;
}

.nav-button-wrapper {
  margin-top: 0;
  margin-left: 0;
}

.nav-button-wrapper.desktop {
  display: none;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.default {
  border: 0.25px solid #5cc884;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
}

.c-card-btn-text.default.bg-green {
  background-color: #5cc884;
  padding-bottom: 16px;
}

.c-card-btn-text.focus {
  background-color: #5cc884;
  position: absolute;
  overflow: hidden;
}

.c-card-btn-text.focus.bg-green {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-card-btn-text.focus.bg-green.bg-transparent {
  background-color: #0000;
  border: 0.25px #5cc884;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.card-text-2 {
  color: #5cc884;
  font-size: 1.2rem;
  font-weight: 500;
}

.card-text-2.focus {
  z-index: 10;
  color: #5cc884;
  line-height: 1.3;
  position: relative;
}

.card-text-2.focus.green {
  color: #5cc884;
  font-weight: 600;
}

.card-text-2.black {
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

.navbar-background {
  background-color: #f7f5f1;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar-background.is-mobile {
  grid-column-gap: 0.9rem;
  grid-row-gap: 0.9rem;
  background-color: #000;
  border: 1px solid #5cc884;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 21rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar-white {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 1240px;
}

.navbar-white.navbar.v2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffbf;
  border: 0.25px #5cc884;
  border-radius: 10px;
  width: 1300px;
  min-width: auto;
  max-width: 1260px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  position: static;
  inset: 0% 0% auto;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-buttons.hide-mobile-landscape {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 1px #5cc884;
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.hero-section {
  background-image: url("../images/ap_2023_gradient-v1-landscape.png.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.hero-section.ty {
  padding-top: 80px;
  padding-bottom: 80px;
}

.header {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 4px 20px 3px #0003;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.container-2.ty {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.paragraph {
  color: #1f271b;
  text-align: left;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white._24px {
  font-size: 22px;
}

.paragraph.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.paragraph.white.width-400 {
  width: 400px;
}

.paragraph.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.paragraph.white.center.f20 {
  font-size: 20px;
}

.paragraph.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.paragraph.white.center.f24 {
  font-size: 24px;
}

.paragraph.white.f20 {
  font-size: 20px;
}

.paragraph.align-center {
  color: #282828;
  text-align: center;
}

.paragraph.black {
  color: #282828;
}

.paragraph.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.paragraph.black.center {
  text-align: center;
  width: 700px;
}

.paragraph.black.center.f20 {
  font-size: 20px;
}

.paragraph.black.center.f20.width-full {
  width: auto;
}

.paragraph.black.align-center {
  color: #575757;
}

.paragraph.black.align-center.white,
.paragraph.black.white {
  color: #fff;
}

.paragraph.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.paragraph.black.white.f18 {
  font-size: 18px;
}

.paragraph.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.paragraph.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.heading {
  color: #1f271b;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 52px;
  line-height: 75px;
}

.heading.width-h1 {
  font-size: 52px;
  line-height: 80px;
}

.purple-heading {
  color: #4d3763;
}

.purple-heading.bold {
  font-family: Nunitosans, Arial, sans-serif;
  font-weight: 700;
}

.left-content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.right-image-div {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.green-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #01a99b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 30px;
  display: flex;
}

.p-blod {
  font-family: Nunitosans, Arial, sans-serif;
  font-weight: 600;
  line-height: 2.3;
}

.mockup-bluebg-section-3 {
  background-image: linear-gradient(225deg, #2b1442, #4b286c);
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  position: relative;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1260px;
  height: 407px;
  display: flex;
}

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

.div-block-299 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.text-field {
  border-radius: 10px;
}

.text-field-2 {
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.container-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.heading-2 {
  color: #4d3763;
  text-align: center;
  width: 700px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.checkbox-pink-section {
  background-color: #f9f0f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.input-fields-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  text-transform: uppercase;
  background-color: #4d3763;
  border-radius: 10px;
  height: 50px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #4d3763cc;
}

.image {
  transform: translate(-37px) scale(1.12) translate(0, -46px);
}

.image.move-down {
  transform: translate(-37px) scale(1.12) translate(0, -78px);
}

.left-mockup-image {
  width: 50%;
}

.right-content-div-2 {
  width: 50%;
  margin-left: 30px;
}

.tick-icon-h {
  color: #282828;
  background-image: url("../images/Vector-42.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.tick-icon-h.f16 {
  font-size: 16px;
}

.tick-icon-h.f16.measurmentt {
  background-image: url("../images/ruler-vertical-1.svg");
  padding-left: 50px;
  line-height: 2.8;
}

.tick-icon-h.f16.measurmentt.user {
  background-image: url("../images/user-alt-1.svg");
}

.tick-icon-h.f16.measurmentt.skils {
  background-image: url("../images/skills-1.svg");
  padding-left: 70px;
}

.tick-icon-h.f16.measurmentt.fitness {
  background-image: url("../images/weight-1.svg");
  padding-left: 65px;
}

.tick-icon-h.f16.measurmentt.seat {
  text-align: left;
  white-space: normal;
  background-image: url("../images/map-marker-plus-1.svg");
  padding-left: 50px;
}

.tick-icon-h.f16.measurmentt.harmonious {
  background-image: url("../images/sync_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24-1.svg");
  line-height: 1.3;
}

.tick-icon-h.f16.measurmentt.contract {
  background-image: url("../images/icon-relationship-status-1.svg");
  padding-left: 60px;
}

.rectangle-bg-text {
  background-image: url("../images/Rectangle-34624478.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.rectangle-bg-text.less-pad-rctgl {
  padding-left: 10px;
}

.rectangle-bg-text.large-rectangle {
  background-image: url("../images/Rectangle-34624478.svg");
}

.rectangle-bg-text.long-rectangle {
  background-image: url("../images/Rectangle-34624483.png");
}

.rectangle-bg-text.left-right-margin-zero {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-text-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
  display: flex;
}

.white-bg-div {
  background-color: #fff;
  border: 1px solid #4d37631a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
  box-shadow: 2px 4px 8px #0000001f;
}

.pink-text {
  color: #9d2063;
  text-align: center;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-weight: 600;
}

.pink-text.no-bold {
  font-weight: 400;
  text-decoration: none;
}

.pink-text.left-align {
  text-align: left;
}

.pink-text.font-reg {
  font-weight: 400;
}

.pink-text.font-reg.f24 {
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.pink-text.font-reg.f24.green-text {
  color: #01a99b;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  transform: translate(0, -246px);
}

.purple-bg-div {
  background-color: #4d3763;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
  height: 200px;
}

.purple-bg-div.green {
  background-color: #01a99b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 200px;
  padding: 30px;
  display: flex;
}

.div-block-301 {
  width: 60%;
}

.left-bluebg-banner-section {
  background-image: url("../images/ap_2023_gradient-v1-landscape.png.svg");
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 180px;
}

.hourse-content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1260px;
  margin-top: -180px;
  margin-right: auto;
  display: flex;
}

.left-content-div-2 {
  width: 50%;
}

.right-image-div-3 {
  width: 50%;
  padding-left: 20px;
}

.h2-white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  padding-right: 20px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 130%;
}

.h2-white.font36 {
  font-size: 36px;
}

.h2-white.font36.margin-bottom {
  margin-bottom: 120px;
}

.content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 98%;
  margin-top: 60px;
  display: flex;
}

.content-div-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.pink-heading {
  color: #9d2063;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.pink-heading.h2 {
  margin-top: 0;
  font-size: 32px;
}

.footer {
  background-color: #1f271b;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-7 {
  justify-content: space-between;
  max-width: 1240px;
  display: flex;
}

.div-block-302 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-303 {
  width: 40%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template:
    "Area"
    / 1fr 1fr 1fr;
  place-items: center start;
}

.social-icon-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-304 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.container-8 {
  border-top: 1px solid #616161bf;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin-top: 40px;
  padding-top: 10px;
  display: flex;
}

.qwingely-heading {
  color: #4d3763;
  margin-top: 30px;
  font-family:
    Qwigley,
    Palatino Linotype,
    sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 60%;
  transform: rotate(-5deg);
}

.right-image-div-ty {
  width: 60%;
}

.left-content-div-ty {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.section {
  background-image: url("../images/Parallax.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  padding-bottom: 5vh;
  display: flex;
}

.section.about-us-hero {
  background-image:
    linear-gradient(#0000004d, #0000004d), url("../images/Main-Section.png");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10vh;
}

.div-block-305 {
  width: 50%;
  padding-left: 20px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  display: flex;
}

.section-2 {
  background-color: #f9f0f5;
  padding-top: 100px;
  padding-bottom: 0;
}

.heading-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.hero-section-h2 {
  color: #1f271b;
  text-align: center;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.3;
}

.hero-section-h2.width-700 {
  width: 1068px;
  font-size: 36px;
  line-height: 130%;
}

.hero-section-h2.width-700.align-left {
  text-align: left;
  width: 1240px;
  line-height: 150%;
}

.hero-section-h2.width-700.align-left.top-bottom-pad {
  padding-bottom: 10px;
}

.hero-section-h2.width-700.align-left.top-bottom-pad.purple-light {
  color: #4d3763;
}

.hero-section-h2.width-700.left-right-pad {
  color: #4d3763;
  width: auto;
  margin-right: 0;
  padding-right: 0;
}

.hero-section-h2.width-700.left-right-pad.white {
  color: #fff;
}

.container-10 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 40px;
  display: flex;
  overflow: clip;
}

.container-10.left-right-zero-margin {
  margin-left: 0;
  margin-right: 0;
}

.container-11 {
  max-width: 1240px;
  display: flex;
}

.div-block-306 {
  background-color: #01a99b;
  width: 50%;
  height: 100px;
}

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

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.heading-3.less-line-hieght {
  line-height: 120%;
}

.div-block-308 {
  flex-flow: column;
  display: flex;
}

.section-3 {
  background-image:
    linear-gradient(0deg, #0000007a, #fff0), url("../images/bg-image.png");
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 730px;
  padding-bottom: 60px;
  display: flex;
}

.container-12 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.container-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 1449px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.container-14 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-4 {
  background-color: #f9f0f5;
  padding-top: 100px;
  padding-bottom: 120px;
}

.container-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template:
    "Area"
    / 1fr 1fr 1fr;
  justify-items: center;
}

.grid-2.less-gap-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-boxs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #4d37631a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 392px;
  padding: 24px;
  display: flex;
  box-shadow: 2px 4px 8px #0003;
}

.icon-boxs.white-bg-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
}

.icon-boxs.white-bg-box._w-295 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 295px;
}

.div-block-309 {
  margin-top: 50px;
}

.div-block-309.less-padding {
  margin-top: 40px;
}

.section-5 {
  background-image: linear-gradient(270deg, #4b286c, #2b1442);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Nunitosans, Arial, sans-serif;
}

.heading-4.f20 {
  margin-bottom: 0;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

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

.div-block-310 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-311 {
  margin-top: 20px;
}

.image-4 {
  padding-left: 10px;
}

.image-5 {
  padding-right: 10px;
}

.section-6 {
  background-image:
    url("../images/Group-1171275983.svg"),
    radial-gradient(circle closest-corner, #4d376317, #493c5547);
  background-position:
    50% 80%,
    0 0;
  background-repeat: no-repeat, repeat;
  background-size: 660px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.container-17 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 1200px;
  max-width: 1300px;
  display: flex;
}

.measuremnt {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 64px;
  padding: 12px;
  display: flex;
  transform: translate(88px) translate(0, 65px);
}

.measuremnt.user {
  width: 278px;
  transform: translate(-165px) translate(0, 273px);
}

.measuremnt.skills {
  transform: translate(-196px) translate(0, 178px);
}

.measuremnt.fitnes {
  transform: translate(0, 20px) translate(-50px);
}

.measuremnt.seat {
  width: 291px;
  transform: translate(0, 56px) translate(-150px);
}

.measuremnt.harmonious {
  width: 270px;
  transform: translate(0, -83px);
}

.measuremnt.contract {
  transform: translate(106px);
}

.div-block-313 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.div-block-313.right-side-box-align {
  justify-content: flex-end;
  align-items: center;
}

.container-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  transform: translate(0, -83px);
}

.background-video-2 {
  width: 100%;
}

.video {
  border-radius: 20px;
}

.div-block-314 {
  background-color: #01a99b;
  border-radius: 20px;
  flex-flow: column;
  width: 617px;
  padding: 40px;
  display: flex;
}

.div-block-315 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 690px;
  padding: 40px;
  display: flex;
}

.container-19 {
  max-width: 1000px;
  display: flex;
}

.h1-white-about-us-her {
  color: #fff;
  font-family: Nunitosans, Arial, sans-serif;
  line-height: 1.5;
}

.h1-white-about-us-her.f50 {
  font-size: 50px;
}

.div-block-316 {
  width: 690px;
}

.div-block-317 {
  width: 512px;
}

.container-20 {
  max-width: 1200px;
  display: flex;
  transform: translate(0);
}

.section-7 {
  background-color: #f9f0f5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-7._60-bottom {
  padding-bottom: 60px;
}

.section-7._120-bttom {
  padding-bottom: 120px;
}

.section-7.top-80 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.div-centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-centered.margin-below {
  margin-bottom: 80px;
}

.section-8 {
  background-color: #f9f0f5;
}

.text-block-intro {
  text-align: center;
  max-width: 522px;
  margin-top: 10px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-purple {
  background-color: #4d3763;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-purple:hover {
  background-color: #4d3763cc;
}

.button-purple.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
  padding: 17px 21px;
}

.button-purple.features {
  margin-top: 25px;
}

.button-purple.features:hover {
  background-color: #4d3763cc;
}

.div-info-split {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 380px;
  display: flex;
}

.div-info-left {
  width: 50%;
  height: 100%;
  position: relative;
}

.div-info-right {
  border-left: 2px solid #4d3763;
  width: 50%;
  height: 100%;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.round-purple-label {
  color: #fff;
  text-align: center;
  background-color: #4d3763;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  position: absolute;
  top: -30px;
  left: -30px;
}

.round-purple-label.label-6 {
  top: auto;
  bottom: -30px;
  left: -30px;
}

.div-info-right-line {
  border-top: 2px solid #4d3763;
  border-left: 2px solid #4d3763;
  width: 50%;
  height: 100%;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.div-block-318 {
  padding-left: 0;
  padding-right: 0;
}

.div-info-left-line {
  border-top: 2px solid #4d3763;
  width: 50%;
  height: 100%;
  position: relative;
}

.div-info-top {
  height: 210px;
}

.image-wrapper-info-bottom-1 {
  z-index: 1;
  width: 240px;
  position: absolute;
  bottom: -70px;
  left: -70px;
  overflow: visible;
}

.text-card-heading {
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-card-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-info-card {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 0;
  padding: 15px 25px 20px;
  position: relative;
  top: auto;
}

.span-highlight-pink {
  background-image: linear-gradient(0deg, #ebdbe7 47%, #fff0 48%);
}

.image-info {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.div-card-wrapper-left {
  margin-right: 70px;
  position: absolute;
  top: -150px;
}

.image-wrapper-info-top-3 {
  z-index: 3;
  width: 340px;
  position: absolute;
  bottom: -220px;
  left: 40px;
  overflow: visible;
}

.container-21 {
  max-width: 1240px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.div-block-321 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #9d2063;
  border-radius: 20px;
  flex-flow: column;
  width: 66%;
  padding: 30px;
  display: flex;
}

.div-block-321.full-width {
  width: 100%;
}

.div-block-322 {
  background-image: url("../images/Frame-86.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-left: 20px;
  display: flex;
}

.section-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url("../images/Frame-2147229411.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-card-wrapper-right {
  margin-left: 70px;
  margin-right: 0;
  position: absolute;
  top: -150px;
}

.container-22 {
  max-width: 1240px;
}

.image-wrapper-info-bottom-2 {
  z-index: 1;
  width: 300px;
  position: absolute;
  bottom: -70px;
  left: auto;
  right: -70px;
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-3.grid-3-box {
  grid-template-columns: 1fr 1fr 1fr;
}

._4-white-icon-boxs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 295px;
  padding: 20px;
  display: flex;
}

.image-wrapper-info-top-2 {
  z-index: 3;
  width: 300px;
  position: absolute;
  bottom: -210px;
  left: auto;
  right: -110px;
  overflow: visible;
}

.green-text {
  color: #01a99b;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-weight: 400;
}

.green-text.f20 {
  font-size: 20px;
  line-height: 150%;
}

.green-text.f20.white {
  color: #fff;
}

.green-text.f20.white.top-bottom-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.green-text.f24 {
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.container-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01a99b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 1240px;
  height: 116px;
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container-23.width-auto {
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

._3-white-icon-boxs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 200px;
  padding: 24px;
  display: flex;
}

.image-wrapper-info-bottom-5 {
  z-index: 1;
  width: 300px;
  position: absolute;
  bottom: -50px;
  left: -70px;
  overflow: visible;
}

.image-wrapper-info-top-5 {
  z-index: 3;
  width: 320px;
  position: absolute;
  bottom: -230px;
  left: 35px;
  overflow: visible;
}

.section-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url("../images/Frame-2147229411.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-10.bg-2-top-paws {
  background-image: url("../images/Frame-2147229411-2.svg");
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-wrapper-info-bottom-4 {
  z-index: 1;
  width: 240px;
  position: absolute;
  bottom: -70px;
  left: auto;
  right: -70px;
  overflow: visible;
}

.container-24 {
  max-width: 1240px;
}

.image-wrapper-info-top-4 {
  z-index: 3;
  width: 340px;
  position: absolute;
  bottom: -225px;
  left: auto;
  right: -85px;
  overflow: visible;
}

.image-wrapper-info-bottom-3 {
  z-index: 1;
  width: 400px;
  position: absolute;
  bottom: -130px;
  left: -70px;
  overflow: visible;
}

.container-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1240px;
  display: flex;
}

.left-30--image {
  width: 30%;
}

.right-70--content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 40px;
  display: flex;
}

.image-6 {
  border-radius: 10px;
}

.container-content-area {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: min(100% - 100px, 1100px);
  height: 100%;
  display: block;
}

.section-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f9f0f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

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

.container-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.container-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url("../images/Group-1171275984.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  width: 1240px;
  max-width: 1240px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-wrapper-info-top-1 {
  z-index: 3;
  width: 340px;
  position: absolute;
  bottom: -180px;
  left: -115px;
  overflow: visible;
}

.button {
  background-color: #4d3763;
  background-image: url("../images/Frame.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 60px;
  padding-right: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.heading-2-rider-coach-parent {
  color: #4d3763;
  text-align: center;
  width: 740px;
  margin-top: 60px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.section-hero-journey {
  background-image: url("../images/journey-hero.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.div-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.container-hero {
  height: 100%;
}

.header-white-hero {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  line-height: 150%;
  display: flex;
}

.header-white-hero.features {
  margin-top: 100px;
  margin-bottom: 40px;
}

.header-white-hero.rate-a-ride {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.header-white-hero.rate-a-ride-black {
  color: #333;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.text-hero {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.section-pink {
  text-align: center;
  background-color: #f9f0f5;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-bolded-body {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.div-purple-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 130px;
  display: flex;
}

.section-choose-path {
  background-color: #4b286d;
  background-image: url("../images/Purple-Background.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-tile-row {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-tile {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  min-height: 360px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
}

.image-wrapper-horse-shoe {
  width: 40px;
}

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

.heading-tile {
  color: #01a99b;
  text-align: center;
  margin-top: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-card {
  text-align: center;
  margin: 5px 15px 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.text-span {
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-explore-more-button {
  color: #6d6d6d;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.explore-more-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto 13px 18px;
  text-decoration: none;
  display: flex;
}

.icon-wrapper-arrow {
  width: 24px;
  margin-bottom: 1px;
  margin-left: 5px;
  font-size: 12px;
}

.div-stylng {
  width: 300px;
  margin-left: 40px;
}

.span-highlight-purple {
  background-image: linear-gradient(0deg, #ddb2c9 47%, #fff0 48%);
}

.brand {
  width: 120px;
  margin-right: auto;
}

.section-navbar,
.navbar-2 {
  background-color: #fff;
}

.container-navbar {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 88px;
  display: flex;
}

.nav-link {
  color: #96a2aa;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #96a2aacc;
}

.nav-link.w--current {
  color: #9d2063;
  border: 0 solid #9d2063;
  border-bottom-width: 2px;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: #9d2063cc;
}

.name-block-2 {
  width: 215px;
}

.image-wrapper {
  width: 45%;
}

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

.div-block {
  text-align: left;
}

.heading-5 {
  color: #1f271b;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.name-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.textarea {
  background-color: #f9f0f5;
  border: 0 solid #000;
  border-bottom: 1px solid #1f271b;
  width: 100%;
  margin-top: 6px;
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.form-2 {
  margin-top: 0;
}

.field-label-3 {
  text-align: left;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.text-field-3 {
  background-color: #f9f0f5;
  border: 0 solid #000;
  border-bottom: 1px solid #4d3763;
  margin-bottom: 24px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.highlight-box {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
}

.container-28 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-28.middle {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.form-block {
  min-width: 450px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 48px;
}

.section-lets-talk-1 {
  background-color: #f9f0f5;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-3 {
  color: #1f271b;
  margin-bottom: 30px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-let-s-talk {
  color: #4d3763;
  text-align: center;
  margin-top: 40px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.highlight {
  background-color: #9d20634d;
  width: 115%;
  min-width: auto;
  height: 36%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
}

.submit-button-2 {
  background-color: #01a99b;
  border-radius: 10px;
  width: 100%;
  min-height: 54px;
  max-height: none;
  margin-top: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
}

.submit-button-2:hover {
  background-color: #01a99bcc;
}

.section-lets-talk-2 {
  background-color: #4d3763;
  padding-left: 100px;
  padding-right: 100px;
}

.social-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  min-width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.heading-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.part-2 {
  margin-right: 20px;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 115%;
}

.social-proof-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.part-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 20px;
  display: flex;
}

.paragraph-5 {
  color: #9d2063;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-6 {
  color: #9d2063;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
}

.first-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  margin-bottom: 30px;
  display: block;
}

.container-privacy {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1240px;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  transition: color 0.3s;
  display: flex;
}

.container-privacy.combo {
  max-width: 20000%;
  margin-top: 0;
  padding: 61px 0 60px;
}

.link-side {
  color: #1f271b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s;
  display: block;
}

.link-side:hover,
.text-span-7 {
  color: #9d2063;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.list-2 {
  color: #96a2aa;
  margin-left: 54px;
  font-size: 16px;
  line-height: 24px;
}

.scrollable-content {
  overflow: visible;
}

.content {
  border-radius: 10px;
  width: 75%;
  max-height: 1000vh;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
  box-shadow: 0 -1px 21.7px #96a2aa26;
}

.content.content-privacy {
  max-width: none;
  max-height: none;
}

.sub-heading {
  color: #9d2063;
  margin-left: 54px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-7 {
  color: #96a2aa;
  margin-top: 12px;
  margin-bottom: 33.72px;
  margin-left: 54px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-7.except {
  margin-left: 0;
}

.side-menu-bar {
  margin-top: 51px;
  padding-right: 37px;
}

.text-block {
  color: #1f271b;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.link-2 {
  color: #9d2063;
  text-decoration: none;
}

.section-eula {
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.image-9 {
  vertical-align: baseline;
}

.heading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.individual-list {
  margin-bottom: 10px;
}

.list-item {
  margin-left: auto;
}

.paragraph-8 {
  color: #9d2063;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-9 {
  color: #9d2063;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
}

.paragraph-10 {
  color: #96a2aa;
  margin-top: 12px;
  margin-bottom: 33.72px;
  margin-left: 54px;
  font-size: 16px;
  line-height: 24px;
}

.list {
  color: #96a2aa;
  margin-top: 12px;
  margin-left: 70px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-14 {
  color: #1f271b;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.section-terms-conditions {
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.image-10 {
  vertical-align: baseline;
}

.bold-text {
  color: #1f271b;
  font-weight: 700;
}

.paragraph-11 {
  color: #9d2063;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-12 {
  color: #9d2063;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
}

.link {
  color: #9d2063;
  text-decoration: none;
}

.paragraph-13 {
  color: #96a2aa;
  margin-top: 12px;
  margin-bottom: 33.72px;
  margin-left: 54px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-15 {
  color: #1f271b;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.section-privacy-policy {
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.image-11 {
  vertical-align: baseline;
}

.section-footer {
  background-color: #1f271b;
  height: 283px;
}

.div-footer {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 283px;
  display: flex;
}

.div-footer-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-footer-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.text-footer {
  color: #fff;
  margin-top: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 14px;
}

.div-find-us-socials {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: auto;
  display: flex;
}

.div-social-icons-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icon-wrapper-social {
  width: 32px;
  margin-right: 18px;
}

.text-copyright {
  color: #fff;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 14px;
}

.div-footer-menu-top {
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  margin-bottom: auto;
  display: flex;
}

.div-footer-menu-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-left: 35px;
  font-family: Nunitosans, Arial, sans-serif;
  text-decoration: none;
}

.container-footer {
  max-width: min(100% - 100px, 1100px);
}

.div-clarity-system {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-clarity-system-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  display: flex;
}

.div-clarity-system-left {
  width: 55%;
  margin-bottom: 40px;
}

.div-clarity-system-intro {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-pink-small {
  color: #cea5c3;
  margin-bottom: -15px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-1-features {
  font-size: 60px;
  line-height: 150%;
}

.button-2 {
  margin-left: 0;
}

.section-purple {
  background-color: #4d376300;
  background-image: linear-gradient(84deg, #2b1441 20%, #4b286d);
}

.image-wrapper-features-1 {
  background-image: url("../images/image-Partnership-Tracking.png");
  background-position: 50%;
  background-size: 1240px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 400px;
  display: flex;
}

.header-pricing-white {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
}

.paragraph-partership-trackling {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-split-thankyou {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-split-thankyou.built-by-riders {
  margin-bottom: 90px;
}

.div-split-thankyou.margin-above {
  margin-top: 80px;
}

.div-track-your-ride-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 53%;
  margin-left: 40px;
  display: flex;
}

.div-track-your-ride-right {
  width: 37%;
  padding: 60px 10px 0;
}

.header-make-progress {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-bottom: auto;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  line-height: 150%;
  display: flex;
}

.header-make-progress.features {
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-row-track-ride-pink {
  border: 0 solid #000;
  border-bottom: 1.5px solid #dad1d5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-wrapper-features {
  flex: none;
  width: 40px;
  height: 40px;
}

.text-features-details-white {
  color: #fff;
  margin-left: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.image-12 {
  width: 100%;
}

.div-row-track-your-ride {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-323 {
  background-color: #fff;
  flex: none;
  width: 40px;
  height: 40px;
}

.image-100 {
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.div-tile-1-3-shadow {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 7px 5px #bdb7b733;
}

.text-green-small {
  color: #01a99b;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.text-black {
  color: #1f271b;
  text-align: center;
  margin-bottom: 10px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-black.white {
  color: #fff;
}

.text-black.white._24px {
  font-size: 22px;
}

.text-black.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-black.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-black.white.width-400 {
  width: 400px;
}

.text-black.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.text-black.white.center.f20 {
  font-size: 20px;
}

.text-black.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-black.white.center.f24 {
  font-size: 24px;
}

.text-black.white.f20 {
  font-size: 20px;
}

.text-black.align-center {
  color: #282828;
  text-align: center;
}

.text-black.black {
  color: #282828;
}

.text-black.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-black.black.center {
  text-align: center;
  width: 700px;
}

.text-black.black.center.f20 {
  font-size: 20px;
}

.text-black.black.center.f20.width-full {
  width: auto;
}

.text-black.black.align-center {
  color: #575757;
}

.text-black.black.align-center.white,
.text-black.black.white {
  color: #fff;
}

.text-black.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-black.black.white.f18 {
  font-size: 18px;
}

.text-black.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-black.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.text-black.left {
  text-align: left;
}

.div-split-tiles {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-split-tiles.margin-below {
  align-items: stretch;
  margin-bottom: 70px;
}

.div-split-tiles.let-s-talk {
  margin-top: 70px;
  margin-bottom: 70px;
}

.text-features-details-black {
  color: #333;
  text-align: left;
  margin-left: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.text-green-small-copy {
  color: #01a99b;
  margin-top: 13px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.text-purple-small {
  color: #9d2063;
  margin-top: 13px;
  margin-bottom: 5px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.header-features {
  margin-top: 100px;
  margin-bottom: 40px;
}

.image-wrapper-features-2 {
  background-image: url("../images/Image-Organised-Rider.png");
  background-position: 50%;
  background-size: 1240px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 400px;
  display: flex;
}

.image-wrapper-features-3 {
  background-image: url("../images/Image-Buy-Smarter.png");
  background-position: 50%;
  background-size: 1240px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 400px;
  display: flex;
}

.image-wrapper-features-4 {
  background-image: url("../images/Image-Community.png");
  background-position: 50%;
  background-size: 1240px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 400px;
  display: flex;
}

.div-row-track-ride-purple {
  border: 0 solid #000;
  border-bottom: 1.5px solid #533a6c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-hero-pricing {
  background-image: url("../images/pricing_hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 635px;
}

.section-pricing-middle {
  background-image: url("../images/Pricing-Features.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2300px;
  height: 735px;
}

.div-hero-pricing {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-hero-pricing-terms {
  color: #fff;
  margin-bottom: 20px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 12px;
}

.div-pricing-hero-block {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 160px;
  display: flex;
}

.div-pricing-hero-left {
  width: 50%;
  margin-right: auto;
}

.div-pricing-hero-right {
  background-color: #01a99b33;
  border: 1px solid #01a99b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 37%;
  padding: 28px;
  display: flex;
}

.div-hero-button-row {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.button-green {
  text-align: center;
  background-color: #01a99b;
  border: 2px solid #01a99b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-green:hover {
  background-color: #01a99bcc;
  border-color: #01a99bcc;
}

.button-green.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-green.features {
  margin-top: 25px;
}

.text-white-hero-pricing {
  color: #fff;
  font-size: 20px;
}

.button-green-ghost {
  color: #01a99b;
  text-align: center;
  background-color: #01a99b00;
  border: 2px solid #01a99b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-green-ghost:hover {
  background-color: #01a99b26;
}

.button-green-ghost.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-green-ghost.features {
  margin-top: 25px;
}

.header-hero-pricing {
  color: #fff;
  margin-top: 0;
}

.div-text-block-prices {
  width: 100%;
}

.button-pricing-monthly-selected {
  opacity: 1;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-pricing-annual-selected {
  opacity: 0;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.div-block-324 {
  width: 100px;
}

.div-row-prices-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-save-10 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #01a99b;
  margin-left: 5px;
  padding: 4px;
  font-family: Nunitosans, Arial, sans-serif;
}

.text-price-month {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.header-pink-content {
  text-align: center;
  max-width: 605px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.header-pink-content.wide {
  max-width: 760px;
}

.div-membership-left {
  width: 55%;
}

.div-membership-right {
  width: 45%;
}

.div-row-membership {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.icon-wrapper-prices {
  flex: none;
  width: 28px;
}

.text-block-16 {
  color: #4d3763;
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-17 {
  color: #4d3763;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.div-text-membership {
  margin-left: 7px;
}

.div-white-tile-pricing {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 7px 5px #0003;
}

.div-split-tiles-pricing {
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
  margin-bottom: 90px;
  display: flex;
}

.div-split-tiles-pricing.bottom {
  align-items: stretch;
  margin-bottom: 90px;
}

.text-card {
  color: #1f271b;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-card.white {
  color: #fff;
}

.text-card.white._24px {
  font-size: 22px;
}

.text-card.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-card.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-card.white.width-400 {
  width: 400px;
}

.text-card.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.text-card.white.center.f20 {
  font-size: 20px;
}

.text-card.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-card.white.center.f24 {
  font-size: 24px;
}

.text-card.white.f20 {
  font-size: 20px;
}

.text-card.align-center {
  color: #282828;
  text-align: center;
}

.text-card.black {
  color: #282828;
}

.text-card.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-card.black.center {
  text-align: center;
  width: 700px;
}

.text-card.black.center.f20 {
  font-size: 20px;
}

.text-card.black.center.f20.width-full {
  width: auto;
}

.text-card.black.align-center {
  color: #575757;
}

.text-card.black.align-center.white,
.text-card.black.white {
  color: #fff;
}

.text-card.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-card.black.white.f18 {
  font-size: 18px;
}

.text-card.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-card.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.div-split-membership {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.div-bar {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  height: 90px;
  padding: 21px;
  display: flex;
}

.icon-wrapper-bar {
  flex: none;
  width: 38px;
}

.text-bar {
  margin-left: 10px;
  font-size: 16px;
}

.div-bar-wide {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 21px;
  display: flex;
}

.span-bold {
  font-family: Nunitosans, Arial, sans-serif;
  font-weight: 700;
}

.text-upgrade-option {
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.div-prices-card-large {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 23px 30px 33px;
}

.div-prices-top-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-card-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.header-large-card {
  color: #4d3763;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 36px;
}

.text-large-card {
  color: #1f271b;
  text-align: left;
  margin-bottom: 7px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-large-card.white {
  color: #fff;
}

.text-large-card.white._24px {
  font-size: 22px;
}

.text-large-card.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-large-card.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-large-card.white.width-400 {
  width: 400px;
}

.text-large-card.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

.text-large-card.white.center {
  text-align: center;
}

.text-large-card.white.center.f20 {
  font-size: 20px;
}

.text-large-card.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-large-card.white.center.f24 {
  font-size: 24px;
}

.text-large-card.white.f20 {
  font-size: 20px;
}

.text-large-card.align-center {
  color: #282828;
  text-align: center;
}

.text-large-card.black {
  color: #282828;
}

.text-large-card.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-large-card.black.center {
  text-align: center;
  width: 700px;
}

.text-large-card.black.center.f20 {
  font-size: 20px;
}

.text-large-card.black.center.f20.width-full {
  width: auto;
}

.text-large-card.black.align-center {
  color: #575757;
}

.text-large-card.black.align-center.white,
.text-large-card.black.white {
  color: #fff;
}

.text-large-card.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-large-card.black.white.f18 {
  font-size: 18px;
}

.text-large-card.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-large-card.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.div-column-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
  display: flex;
}

.icon-wrapper-tick {
  width: 25px;
}

.text-row {
  color: #1f271b;
  text-align: left;
  margin-bottom: 0;
  margin-left: 5px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-row.white {
  color: #fff;
}

.text-row.white._24px {
  font-size: 22px;
}

.text-row.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-row.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-row.white.width-400 {
  width: 400px;
}

.text-row.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.text-row.white.center.f20 {
  font-size: 20px;
}

.text-row.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-row.white.center.f24 {
  font-size: 24px;
}

.text-row.white.f20 {
  font-size: 20px;
}

.text-row.align-center {
  color: #282828;
  text-align: center;
}

.text-row.black {
  color: #282828;
}

.text-row.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-row.black.center {
  text-align: center;
  width: 700px;
}

.text-row.black.center.f20 {
  font-size: 20px;
}

.text-row.black.center.f20.width-full {
  width: auto;
}

.text-row.black.align-center {
  color: #575757;
}

.text-row.black.align-center.white,
.text-row.black.white {
  color: #fff;
}

.text-row.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-row.black.white.f18 {
  font-size: 18px;
}

.text-row.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-row.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.text-listing {
  color: #4d3763;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.div-card-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-split-large-card {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-purple-large-card {
  text-align: center;
  background-color: #4d3763;
  border-radius: 10px;
  width: 80%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-purple-large-card:hover {
  background-color: #4d3763cc;
}

.button-purple-large-card.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-purple-large-card.features {
  margin-top: 25px;
}

.button-bus-3m-selected {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #333;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-community {
  background-image: url("../images/Why-this-is-Premium.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 658px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.header-white-faqs {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 40px;
  font-family: Nunitosans, Arial, sans-serif;
  line-height: 150%;
  display: flex;
}

.header-white-faqs.features {
  margin-top: 100px;
  margin-bottom: 40px;
}

.header-white-faqs.rate-a-ride {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.header-white-faqs.rate-a-ride-black {
  color: #333;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.div-faq-right {
  width: 45%;
}

.div-faq-left {
  width: 55%;
  margin-right: 20px;
}

.div-bar-faq {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 27px 21px;
  display: flex;
}

.text-faq-paragraph {
  margin-left: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.icon-wrapper-accordion {
  width: 28px;
}

.text-cta {
  color: #4d3763;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 60px;
}

.div-cta-button-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.button-purple-cta {
  background-color: #4d3763;
  border: 2px solid #4d3763;
  border-radius: 10px;
  margin-right: 10px;
  padding: 12px 35px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-purple-cta:hover {
  background-color: #4d3763cc;
}

.button-purple-cta.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-purple-cta.features {
  margin-top: 25px;
}

.button-purple-ghost {
  color: #4d3763;
  background-color: #4d376300;
  border: 2px solid #4d3763;
  border-radius: 10px;
  margin-left: 10px;
  padding: 12px 20px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-purple-ghost:hover {
  background-color: #4d376326;
}

.button-purple-ghost.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-purple-ghost.features {
  margin-top: 25px;
}

.div-split-faq {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.section-image {
  background-image: url("../images/Image-2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.heading-7 {
  text-align: center;
  max-width: 980px;
  margin-top: 110px;
  margin-bottom: 50px;
}

.div-ride-with-proof {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-proof-not-pressure-top {
  color: #fff;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.text-proof-not-pressure-bottom {
  color: #fff;
  max-width: 900px;
  margin-bottom: 40px;
  margin-right: auto;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.headier-ride-with-proof {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 190px;
  font-size: 36px;
}

.header-home {
  text-align: center;
  max-width: 980px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.header-home-content {
  text-align: center;
  max-width: 800px;
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 36px;
}

.section-hero-home {
  background-color: #9e9e9e;
  height: 700px;
  display: none;
  overflow: hidden;
}

.wrapper-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
}

.video-2 {
  border-radius: 20px;
}

.image-wrapper-horsehead {
  width: 74px;
  margin-top: 120px;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  max-width: 330px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.div-button-row-apps {
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin-bottom: 90px;
  display: flex;
}

.button-app {
  margin-left: 5px;
  margin-right: 5px;
}

.footer-button {
  color: #fff;
  background-color: #3330;
  margin-left: 35px;
  font-family: Nunitosans, Arial, sans-serif;
  text-decoration: none;
}

.image-wrapper-hero {
  height: 1100px;
  overflow: hidden;
}

.div-parallax {
  width: 100%;
  height: 900px;
}

.section-hero-desktop {
  background-image:
    linear-gradient(180deg, #9d206380, #9d206300),
    url("../images/hero-image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
}

.section-hero-mobile {
  background-image:
    linear-gradient(180deg, #9d206380, #9d206300),
    url("../images/hero-image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  display: none;
}

.section-hero-desktop,
.section-hero-mobile {
  padding-top: clamp(120px, 14vw, 220px);
  padding-left: 24px;
  padding-right: 24px;
}

.section-hero-desktop h1,
.section-hero-mobile h1 {
  color: #fff;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 14px #00000040;
}

.section-hero-desktop p,
.section-hero-mobile p {
  color: #fff;
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 400;
  line-height: 1.08;
  text-shadow: 0 2px 14px #00000040;
}

.section-hero-about {
  background-image: url("../images/about_hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.header-white-about {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  line-height: 150%;
  display: flex;
}

.header-white-about.features {
  margin-top: 100px;
  margin-bottom: 40px;
}

.header-white-about.rate-a-ride {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.header-white-about.rate-a-ride-black {
  color: #333;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 36px;
}

.text-white-about {
  color: #fff;
  text-align: center;
  line-height: 175%;
}

.text-white-about._60-width {
  max-width: 630px;
}

.div-purple-tile-1-4 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: auto;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
}

.paragraph-card-about {
  text-align: center;
  margin: 0 15px 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.div-green-block {
  background-color: #01a99b;
  border-radius: 20px;
  width: 100%;
  margin-top: 60px;
}

.text-green-block {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.text-green-block-bottom {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-tile-1-4-shadow {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 12px 16px;
  display: flex;
  box-shadow: 3px 7px 5px #0003;
}

.div-purple-tile {
  background-color: #9d2063;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
}

.div-purple-tile.wide {
  width: 98%;
  margin-bottom: 60px;
}

.text-white {
  color: #fff;
  text-align: center;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-white.white {
  color: #fff;
}

.text-white.white._24px {
  font-size: 22px;
}

.text-white.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-white.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-white.white.width-400 {
  width: 400px;
}

.text-white.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.text-white.white.center.f20 {
  font-size: 20px;
}

.text-white.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-white.white.center.f24 {
  font-size: 24px;
}

.text-white.white.f20 {
  font-size: 20px;
}

.text-white.align-center {
  color: #282828;
  text-align: center;
}

.text-white.black {
  color: #282828;
}

.text-white.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-white.black.center {
  text-align: center;
  width: 700px;
}

.text-white.black.center.f20 {
  font-size: 20px;
}

.text-white.black.center.f20.width-full {
  width: auto;
}

.text-white.black.align-center {
  color: #575757;
}

.text-white.black.align-center.white,
.text-white.black.white {
  color: #fff;
}

.text-white.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-white.black.white.f18 {
  font-size: 18px;
}

.text-white.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-white.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.text-white.purple-tile {
  margin-top: 4px;
  margin-bottom: 6px;
}

.text-white.align-left {
  text-align: left;
}

.div-image-tile-bottom {
  background-color: #9d2063;
  background-image: url("../images/Botton.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
}

.div-image-tile-top {
  background-color: #9d2063;
  background-image: url("../images/Top.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
}

.text-image-tile {
  color: #fff;
  line-height: 145%;
}

.div-purple-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  display: flex;
}

.image-wrapper-about {
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
}

.div-built-by-riders {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  margin-left: 30px;
  display: flex;
}

.text-built-by-riders {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  line-height: 175%;
}

.text-built-by-riders._60-width {
  max-width: 630px;
}

.text-built-by-riders-small {
  color: #fff;
  text-align: left;
  font-family: Nunitosans, Arial, sans-serif;
  line-height: 175%;
}

.text-built-by-riders-small._60-width {
  max-width: 630px;
}

.text-built-by-riders-row {
  color: #fff;
  text-align: left;
  margin-left: 15px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.text-built-by-riders-row._60-width {
  max-width: 630px;
}

.div-row-built-by-riders {
  border: 0 solid #000;
  border-bottom-color: #533a6c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-green-built-by-riders {
  background-color: #01a99b;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
}

.text-green-block-built-by-riders {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 30px 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-325 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-20 {
  text-align: center;
  background-color: #01a99b;
  border-radius: 20px;
  width: 100%;
  margin-top: auto;
}

.text-clarit-era {
  color: #9d2063;
}

.text-grey {
  color: #575757;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-grey.white {
  color: #fff;
}

.text-grey.white._24px {
  font-size: 22px;
}

.text-grey.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-grey.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-grey.white.width-400 {
  width: 400px;
}

.text-grey.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

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

.text-grey.white.center.f20 {
  font-size: 20px;
}

.text-grey.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-grey.white.center.f24 {
  font-size: 24px;
}

.text-grey.white.f20 {
  font-size: 20px;
}

.text-grey.align-center {
  color: #282828;
  text-align: center;
}

.text-grey.black {
  color: #282828;
}

.text-grey.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-grey.black.center {
  text-align: center;
  width: 700px;
}

.text-grey.black.center.f20 {
  font-size: 20px;
}

.text-grey.black.center.f20.width-full {
  width: auto;
}

.text-grey.black.align-center {
  color: #575757;
}

.text-grey.black.align-center.white,
.text-grey.black.white {
  color: #fff;
}

.text-grey.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-grey.black.white.f18 {
  font-size: 18px;
}

.text-grey.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-grey.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.button-join-movement {
  background-color: #4d3763;
  background-image: url("../images/Frame.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.button-join-movement:hover {
  background-color: #4d3763cc;
}

.div-button-row-apps-2 {
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin-bottom: 20px;
  display: flex;
}

.text-join-the-movement {
  margin-top: -30px;
  margin-bottom: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.text-block-21 {
  font-size: 36px;
  font-weight: 700;
}

.text-intro {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.image-wrapper-hero-lp {
  width: 100%;
}

.div-hero-lp-left {
  width: 57%;
}

.text-lp-hero-small {
  color: #ac9bbe;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-hero-lp-big {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 135%;
}

.container-content-wde {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: min(100% - 100px, 1240px);
  height: 100%;
  display: block;
}

.div-split-hero-lp {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-split-hero-lp.built-by-riders {
  margin-bottom: 90px;
}

.div-hero-lp-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-block-22 {
  color: #fff;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 34px;
  line-height: 150%;
}

.div-block-326 {
  background-color: #01a99b;
  border-radius: 20px;
}

.text-lp-hero-med {
  color: #fff;
  margin-bottom: 30px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.span-italics {
  font-style: italic;
}

.text-block-24 {
  color: #fff;
  background-color: #01a99b;
  border-radius: 20px;
  padding: 15px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.div-green-box {
  background-color: #01a99b;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-right: 30px;
  padding: 19px;
}

.text-lp-hero-box {
  color: #fff;
  margin-bottom: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.div-tile-1-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 7px 5px #0003;
}

.text-purple-medium {
  color: #9d2063;
  margin-top: 7px;
  margin-bottom: 5px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-lp-form-left {
  width: 50%;
  padding-right: 15px;
  position: relative;
  top: -90px;
}

.div-lp-form-right {
  width: 50%;
  padding-left: 15px;
}

.form-block-2 {
  margin-top: 40px;
}

.div-purple-block-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%;
  margin-bottom: 100px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-purple-block-right {
  width: 45%;
  position: relative;
  left: auto;
}

.div-bar-purple {
  background-color: #4d3763;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: -1000px;
  display: flex;
  position: absolute;
  left: -250px;
}

.container-content-area-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: block;
}

.text-bar-purple {
  color: #fff;
  width: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.div-spacer {
  height: 300px;
}

.text-getting-started {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-stop-hoping {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.span-highlight-mauve {
  background-image: linear-gradient(0deg, #4d3763 47%, #fff0 48%);
}

.div-lp-left {
  width: 50%;
  padding-right: 0;
  position: relative;
  top: -130px;
  left: -30px;
}

.div-lp-right {
  width: 50%;
  margin-bottom: 40px;
}

.div-split-lp {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-split-lp.built-by-riders {
  margin-bottom: 90px;
}

.div-split-lp.margin-above {
  margin-top: 80px;
}

.div-split-lp-mid {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-split-lp-mid.built-by-riders {
  margin-bottom: 90px;
}

.div-split-lp-mid.margin-above {
  margin-top: 80px;
}

.text-block-mobile {
  color: #fff;
  text-align: center;
  background-color: #4d3763;
  border-radius: 20px;
  padding: 19px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.image-wrapper-lp-top,
.image-wrapper-features-small {
  display: none;
}

.div-split-features {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-split-features.built-by-riders {
  margin-bottom: 90px;
}

.div-split-features.margin-above {
  margin-top: 80px;
}

.div-let-s-talk-left {
  width: 55%;
}

.div-let-s-talk-right {
  width: 45%;
  margin-top: 20px;
  padding-left: 0;
}

.div-centered-hidden {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-split-let-s-talk {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.div-split-let-s-talk.built-by-riders {
  margin-bottom: 90px;
}

.div-split-let-s-talk.margin-above {
  margin-top: 80px;
}

.text-field-decription {
  color: #4d3763;
  text-align: left;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 14px;
}

.button-purple-thank-you {
  background-color: #4d3763;
  border: 2px solid #4d3763;
  border-radius: 10px;
  margin-top: 25px;
  margin-right: 10px;
  padding: 12px 100px;
  font-family:
    Nunito Sans,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-purple-thank-you:hover {
  background-color: #4d3763cc;
}

.button-purple-thank-you.join-clarity-era {
  margin-top: 100px;
  margin-bottom: 140px;
}

.button-purple-thank-you.features {
  margin-top: 25px;
}

.header-pink-pricing {
  text-align: center;
  max-width: 605px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.header-pink-pricing.wide {
  max-width: 760px;
}

.header-large-card-2 {
  color: #4d3763;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 36px;
}

.div-month-selectiion {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-month-label {
  color: #333;
  margin-right: 12px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-split-listing-card {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-split-listing-card.built-by-riders {
  margin-bottom: 90px;
}

.div-split-listing-card.margin-above {
  margin-top: 80px;
}

.div-info-right-mobile {
  border-top: 2px solid #4d3763;
  border-left: 2px solid #4d3763;
  width: 50%;
  height: 100%;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
  position: relative;
}

.mobile-only-label {
  display: none;
}

.div-info-split-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 380px;
  display: flex;
}

.image-wrapper-info-top-2-mobile,
.image-wrapper-info-top-1-mobile,
.image-wrapper-info-top-3-mobile,
.image-wrapper-info-top-5-moile {
  z-index: 3;
  width: 300px;
  position: absolute;
  bottom: -210px;
  left: auto;
  right: -110px;
  overflow: visible;
}

.div-thankyou-left {
  width: 45%;
}

.div-thankyou-right {
  width: 50%;
}

.text-on-the-way {
  font-family:
    Qwigley,
    Palatino Linotype,
    sans-serif;
  font-size: 120px;
}

.heading-thankyou {
  color: #4d3763;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 135%;
}

.paragraph-thankyou {
  text-align: left;
}

.span-pink-bold {
  color: #9d2063;
  font-weight: 600;
}

.button-pricing-monthly-deselected {
  opacity: 0;
  background-color: #01a99b00;
  border-bottom: 0 solid #fff;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-pricing-annual-deselected {
  background-color: #01a99b00;
  border-bottom: 0 solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-price-annual {
  opacity: 0;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: none;
}

.div-split {
  background-color: #00000078;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-left {
  width: 57%;
  height: 100%;
  padding-right: 20px;
}

.div-right {
  width: 43%;
}

.div-split-accordion {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 110px;
  display: flex;
}

.accordion {
  background-color: #fff;
  border-radius: 20px;
}

.accordion-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 11px;
  padding: 0.9rem;
  display: flex;
}

.accordion-panel {
  padding: 0 0.9rem 0.9rem;
  display: none;
}

.text-accordion-header {
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.icon-wrapper-faq {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: flex;
}

.image-arrow-icon {
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.div-jumping-horse-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 420px;
  margin-left: 40px;
  display: flex;
}

.text-jumping-horse-header {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.text-jumping-horse-header.white {
  color: #fff;
}

.text-jumping-horse-header.white._24px {
  font-size: 22px;
}

.text-jumping-horse-header.white._22px {
  font-family:
    Nunitosans reg,
    Georgia,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-jumping-horse-header.white.emoji-bg {
  background-image: url("../images/playstore.svg");
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-jumping-horse-header.white.width-400 {
  width: 400px;
}

.text-jumping-horse-header.white.width-900 {
  width: 1000px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 18px;
}

.text-jumping-horse-header.white.center {
  text-align: center;
}

.text-jumping-horse-header.white.center.f20 {
  font-size: 20px;
}

.text-jumping-horse-header.white.center.f20.pad-bottom {
  margin-bottom: 40px;
}

.text-jumping-horse-header.white.center.f24 {
  font-size: 24px;
}

.text-jumping-horse-header.white.f20 {
  font-size: 20px;
}

.text-jumping-horse-header.align-center {
  color: #282828;
  text-align: center;
}

.text-jumping-horse-header.black {
  color: #282828;
}

.text-jumping-horse-header.black.top-bottom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-jumping-horse-header.black.center {
  text-align: center;
  width: 700px;
}

.text-jumping-horse-header.black.center.f20 {
  font-size: 20px;
}

.text-jumping-horse-header.black.center.f20.width-full {
  width: auto;
}

.text-jumping-horse-header.black.align-center {
  color: #575757;
}

.text-jumping-horse-header.black.align-center.white,
.text-jumping-horse-header.black.white {
  color: #fff;
}

.text-jumping-horse-header.black.white.left-side-border {
  border-left: 2px solid #01a99b;
  padding-left: 10px;
}

.text-jumping-horse-header.black.white.f18 {
  font-size: 18px;
}

.text-jumping-horse-header.black.white.f18.left-icon {
  background-image: url("../images/Frame-68-8.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  padding-left: 60px;
  display: flex;
}

.text-jumping-horse-header.black.white.f18.left-icon.rocket-icon-left {
  background-image: url("../images/Frame-68-9.png");
}

.text-jumping-horse-header.purple-tile {
  margin-top: 4px;
  margin-bottom: 6px;
}

.div-tile-1-3 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
}

.div-row-prices {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.text-aud {
  color: #fff;
  margin-left: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
}

.text-advert-1m {
  color: #4d3763;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.button-ad-3m,
.button-ad-6m,
.button-ad-12m {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-advert-3m,
.text-advert-6m,
.text-advert-12m {
  color: #4d3763;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.button-ad-1m {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-ad-3m-selected,
.button-ad-6m-selected,
.button-ad-12m-selected {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #333;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.div-card-column-prices {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  height: 170px;
  display: flex;
}

.button-bus-1m-selected {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #333;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-bus-12m-selected {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #333;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-bus-3m {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-bus-6m-selected {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #333;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-bus-6m,
.button-bus-12m {
  color: #333;
  background-color: #01a99b00;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-bus-6m,
.text-bus-12m {
  color: #4d3763;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.text-bus-3m {
  color: #4d3763;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.dropdown-link {
  color: #96a2aa;
  margin-bottom: 5px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 6px 12px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #96a2aacc;
}

.dropdown-link.w--current {
  color: #9d2063;
  border: 0 solid #9d2063;
  text-decoration: none;
}

.dropdown-link.w--current:hover {
  color: #9d2063cc;
}

.dropdown-list {
  background-color: #423030;
  border-radius: 20px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.nav-link-spacing {
  color: #96a2aa;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-spacing:hover {
  color: #96a2aacc;
}

.nav-link-spacing.w--current {
  color: #9d2063;
  border: 0 solid #9d2063;
  border-bottom-width: 2px;
  text-decoration: none;
}

.nav-link-spacing.w--current:hover {
  color: #9d2063cc;
}

.nav-link-dropdown {
  color: #96a2aa;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  font-family: Nunitosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-dropdown:hover {
  color: #96a2aacc;
}

.nav-link-dropdown.w--current {
  color: #9d2063;
  border: 0 solid #9d2063;
  border-bottom-width: 2px;
  text-decoration: none;
}

.nav-link-dropdown.w--current:hover {
  color: #9d2063cc;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 22px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar1_link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.is-mobile:hover {
    color: #f7f5f1;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    color: #f7f5f1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    color: #f7f5f1;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .text-block-13:hover {
    color: #f7f5f1;
  }

  .nav-button-wrapper {
    width: 55%;
    margin-left: 0;
  }

  .c-card-btn-text.default,
  .c-card-btn-text.focus {
    transform: translate(0, -100%);
  }

  .menu-icon1_line-bottom {
    background-color: #f7f5f1;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom.line-top-black {
    color: #2e2e2e;
    background-color: #fff;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #f9f9f8;
    background-clip: border-box;
    border-bottom: 1px solid #3c3c3c;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #257e6a;
    border-radius: 10px;
    margin-top: 1rem;
    padding: 2rem 1rem;
    transition: height 0.5s;
  }

  .menu-icon1_line-top {
    background-color: #f7f5f1;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top.black {
    color: #000;
    background-color: #fff;
  }

  .navbar-background.is-mobile {
    background-color: #257e6a;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 400;
  }

  .navbar-white {
    flex-flow: row;
    justify-content: space-between;
  }

  .navbar-white.navbar.v2 {
    width: 100%;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-inner.black {
    background-color: #fff;
  }

  .menu-icon1_line-middle {
    background-color: #f7f5f1;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle.line-top-black {
    color: #2e2e2e;
    background-color: #fff;
  }

  .navbar1_menu-buttons {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
  }

  .card-btn-link {
    margin-top: 10px;
  }

  .qwingely-heading {
    font-size: 85px;
  }

  .grid-2.less-gap-grid {
    display: flex;
  }

  .div-block-309.less-padding {
    display: flex;
    overflow: visible;
  }

  .button-purple.features {
    margin-top: 10px;
  }

  .section-hero-journey {
    height: 600px;
  }

  .header-white-hero {
    margin-top: 135px;
  }

  .text-bolded-body {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 32px;
  }

  .div-purple-block {
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .div-tile-row {
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .div-tile {
    flex: 1;
    height: auto;
  }

  .heading-tile {
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-card {
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .image-wrapper {
    width: auto;
    min-width: 250px;
    max-width: none;
    min-height: 481px;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-28.middle {
    padding: 40px 0;
  }

  .form-block {
    min-width: 50%;
    margin-right: 24px;
  }

  .section-lets-talk-1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-lets-talk-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .social-3 {
    min-width: auto;
    max-width: none;
  }

  .social-proof-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .container-privacy {
    max-width: 1240px;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-eula,
  .section-terms-conditions,
  .section-privacy-policy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-footer-left {
    width: 40%;
  }

  .div-footer-right {
    width: 60%;
  }

  .div-clarity-system-left {
    margin-bottom: 20px;
  }

  .heading-1-features {
    font-size: 50px;
  }

  .header-pricing-white {
    font-size: 34px;
  }

  .div-split-tiles {
    margin-bottom: 0;
  }

  .div-pricing-hero-left {
    width: 50%;
  }

  .div-pricing-hero-right {
    width: 45%;
  }

  .button-green,
  .button-green-ghost {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-pricing-annual-selected {
    border-bottom-width: 2px;
    display: none;
  }

  .header-pink-content {
    margin-top: 80px;
  }

  .div-row-membership {
    margin-bottom: 20px;
  }

  .div-split-membership {
    align-items: stretch;
  }

  .div-bar {
    height: auto;
  }

  .header-large-card,
  .text-listing {
    font-size: 31px;
  }

  .header-white-faqs {
    margin-top: 100px;
  }

  .text-cta {
    margin-top: 80px;
    font-size: 45px;
  }

  .section-image {
    height: 500px;
  }

  .headier-ride-with-proof {
    margin-bottom: 120px;
    font-size: 34px;
  }

  .header-home-content {
    margin-top: 70px;
    font-size: 34px;
  }

  .section-hero-home {
    height: 500px;
  }

  .image-wrapper-horsehead {
    margin-top: 100px;
  }

  .section-hero-desktop {
    background-position: 50% 100%;
    background-size: 1840px;
    height: 700px;
    overflow: visible;
  }

  .section-hero-mobile {
    background-position: 50% 100%;
    background-size: 1840px;
    height: 500px;
    overflow: visible;
  }

  .section-hero-about {
    height: 520px;
  }

  .header-white-about {
    margin-top: 40px;
  }

  .div-purple-tile-1-4 {
    flex: 1;
    height: auto;
  }

  .paragraph-card-about {
    margin-bottom: 10px;
  }

  .div-purple-block-2 {
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .text-intro {
    margin-bottom: 80px;
  }

  .image-wrapper-hero-lp {
    display: none;
  }

  .div-hero-lp-left {
    width: 100%;
  }

  .text-hero-lp-big {
    font-size: 32px;
  }

  .div-hero-lp-right {
    display: none;
  }

  .text-lp-hero-med {
    font-size: 27px;
  }

  .div-green-box {
    margin-bottom: 60px;
  }

  .div-lp-form-left {
    width: 100%;
  }

  .div-lp-form-right {
    width: 75%;
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .div-purple-block-left {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-bar-purple {
    width: 41vw;
    font-size: 32px;
  }

  .div-spacer {
    height: 34vh;
  }

  .text-stop-hoping {
    font-size: 29px;
  }

  .div-lp-left {
    width: 75%;
  }

  .div-lp-right {
    width: 75%;
    margin-top: -100px;
  }

  .div-split-lp {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-pink-pricing {
    margin-top: 80px;
  }

  .header-large-card-2 {
    font-size: 31px;
  }

  .heading-thankyou {
    font-size: 40px;
  }

  .button-pricing-monthly-deselected {
    display: none;
  }

  .button-pricing-annual-deselected {
    border-bottom-width: 0;
  }

  .text-advert-1m,
  .text-advert-3m,
  .text-advert-6m,
  .text-advert-12m,
  .text-bus-6m,
  .text-bus-12m,
  .text-bus-3m {
    font-size: 31px;
  }

  .dropdown-link,
  .nav-link-spacing,
  .nav-link-dropdown {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 27px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  h4,
  h5 {
    line-height: 150%;
  }

  p {
    font-family: Nunitosans, Arial, sans-serif;
    font-size: 15px;
    line-height: 150%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .qwingely-heading {
    font-size: 70px;
  }

  .grid-2.less-gap-grid {
    flex-flow: column;
    display: flex;
  }

  .div-centered {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-purple,
  .button-purple.features {
    font-size: 18px;
  }

  .div-info-split {
    height: 730px;
  }

  .div-info-left,
  .div-info-right {
    display: none;
  }

  .div-info-right-line {
    width: 75%;
  }

  .div-info-left-line {
    display: none;
  }

  .div-info-left-line.shared-step-mobile {
    border-left: 2px solid #4d3763;
    width: 75%;
    display: block;
  }

  .div-info-left-line.shared-step-mobile .div-card-wrapper-left {
    margin-left: 55px;
    margin-right: 0;
  }

  .div-info-left-line.shared-step-mobile .image-wrapper-info-bottom-1,
  .div-info-left-line.shared-step-mobile .image-wrapper-info-bottom-3,
  .div-info-left-line.shared-step-mobile .image-wrapper-info-bottom-5 {
    width: 300px;
    bottom: -70px;
    left: auto;
    right: -70px;
  }

  .div-info-left-line.shared-step-mobile .image-wrapper-info-top-1,
  .div-info-left-line.shared-step-mobile .image-wrapper-info-top-3,
  .div-info-left-line.shared-step-mobile .image-wrapper-info-top-5 {
    width: 300px;
    bottom: -210px;
    left: auto;
    right: -110px;
  }

  .div-info-left-line.shared-step-mobile .image-wrapper-info-top-1,
  .div-info-left-line.shared-step-mobile .image-wrapper-info-top-3 {
    bottom: -240px;
  }

  .mobile-only-label {
    display: block;
  }

  .div-info-left-line.shared-step-mobile + .div-info-right .round-purple-label {
    display: none;
  }

  .text-card-heading {
    font-size: 31px;
  }

  .text-card-description {
    font-size: 14px;
  }

  .div-card-wrapper-right {
    margin-left: 55px;
  }

  .container-content-area {
    max-width: 100% - 60px;
  }

  .heading-2-rider-coach-parent {
    width: 470px;
    max-width: 740px;
  }

  .section-hero-journey {
    height: auto;
    min-height: 480px;
    padding-bottom: 40px;
  }

  .div-hero-text {
    width: 80%;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .header-white-hero {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .header-white-hero.rate-a-ride,
  .header-white-hero.rate-a-ride-black {
    font-size: 31px;
  }

  .text-hero {
    margin-top: 0;
  }

  .text-bolded-body {
    font-size: 24px;
  }

  .div-tile-row {
    flex-flow: column;
  }

  .span-highlight-purple {
    font-size: 31px;
  }

  .brand {
    width: 100px;
    margin-left: 10px;
    padding-left: 0;
  }

  .container-navbar {
    height: 64px;
  }

  .nav-link {
    margin-right: auto;
    line-height: 18px;
  }

  .nav-link.w--current {
    border-bottom-width: 0;
  }

  .name-block-2 {
    width: 50%;
  }

  .image-wrapper {
    width: 100%;
  }

  .heading-5 {
    line-height: 150%;
  }

  .textarea {
    font-size: 16px;
  }

  .form-block {
    width: 100%;
    min-width: auto;
  }

  .section-lets-talk-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3 {
    line-height: 150%;
  }

  .form-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .section-lets-talk-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-3 {
    width: auto;
    min-width: 390px;
  }

  .social-proof-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .paragraph-6 {
    font-size: 30px;
  }

  .container-privacy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .side-menu-bar {
    padding-right: 0;
    display: none;
  }

  .section-eula {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .paragraph-9 {
    font-size: 30px;
  }

  .section-terms-conditions {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-12 {
    font-size: 30px;
  }

  .section-privacy-policy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-bottom: 17px;
    padding-left: 10px;
    display: flex;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
    margin-right: 10px;
  }

  .icon-2 {
    color: #333;
  }

  .section-footer {
    height: auto;
  }

  .div-footer {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div-footer-left {
    width: 100%;
    height: auto;
    padding-left: 15px;
  }

  .div-footer-right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .div-find-us-socials {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .text-copyright {
    margin-bottom: 40px;
  }

  .div-footer-menu-top {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .div-footer-menu-bottom {
    margin-bottom: 30px;
  }

  .link-footer {
    margin-left: 0;
    margin-right: 35px;
  }

  .container-footer {
    max-width: 100% - 60px;
  }

  .div-clarity-system {
    margin-bottom: 20px;
  }

  .div-clarity-system-right {
    display: none;
  }

  .div-clarity-system-left {
    width: 100%;
  }

  .heading-1-features {
    font-size: 35px;
  }

  .header-pricing-white {
    margin-top: 60px;
    font-size: 31px;
  }

  .paragraph-partership-trackling {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 20px;
  }

  .div-split-thankyou {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-split-thankyou.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-track-your-ride-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .div-track-your-ride-right {
    width: 100%;
    margin-top: -50px;
  }

  .header-make-progress {
    margin: 100px 10px 0;
    font-size: 29px;
  }

  .text-features-details-white {
    font-size: 21px;
  }

  .div-tile-1-3-shadow {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-split-tiles {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-split-tiles.margin-below {
    margin-bottom: 40px;
  }

  .div-split-tiles.let-s-talk {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .text-features-details-black {
    font-size: 21px;
  }

  .image-wrapper-features-3 {
    height: auto;
  }

  .image-wrapper-features-4 {
    height: auto;
    padding-bottom: 20px;
  }

  .section-hero-pricing {
    height: 520px;
  }

  .section-pricing-middle {
    background-size: cover;
    height: 760px;
  }

  .div-pricing-hero-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .div-pricing-hero-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-pricing-hero-right {
    width: 100%;
    padding: 16px 18px 26px;
  }

  .button-green,
  .text-white-hero-pricing,
  .button-green-ghost,
  .button-pricing-monthly-selected,
  .button-pricing-annual-selected {
    font-size: 18px;
  }

  .text-price-month {
    font-size: 32px;
  }

  .header-pink-content {
    margin-top: 60px;
  }

  .header-pink-content.wide {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 29px;
  }

  .div-membership-left {
    width: 100%;
  }

  .div-membership-right {
    display: none;
  }

  .text-block-16 {
    font-size: 21px;
  }

  .div-white-tile-pricing {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-split-tiles-pricing {
    flex-flow: column;
  }

  .div-split-membership {
    margin-bottom: 10px;
  }

  .div-bar {
    flex-flow: column;
    padding: 12px;
  }

  .text-bar {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .div-bar-wide {
    flex-flow: column;
    height: auto;
    margin-top: 10px;
    padding-bottom: 29px;
  }

  .text-upgrade-option {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 150%;
  }

  .div-card-column {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-large-card {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .text-listing {
    font-size: 29px;
  }

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

  .div-split-large-card {
    flex-flow: column;
  }

  .button-purple-large-card {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image-community {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .header-white-faqs {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-faq-right {
    display: none;
  }

  .div-faq-left {
    width: 100%;
    margin-right: 0;
  }

  .text-faq-paragraph {
    font-size: 18px;
  }

  .text-cta {
    max-width: 350px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 38px;
  }

  .div-cta-button-row {
    margin-bottom: 60px;
  }

  .button-purple-cta,
  .button-purple-ghost {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .div-split-faq {
    margin-bottom: 40px;
  }

  .section-image {
    height: 350px;
  }

  .text-proof-not-pressure-top {
    font-size: 20px;
  }

  .headier-ride-with-proof {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .header-home {
    margin-top: 50px;
  }

  .header-home-content {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section-hero-home {
    height: 350px;
  }

  .wrapper-video {
    margin-bottom: 20px;
  }

  .image-wrapper-horsehead {
    margin-top: 60px;
  }

  .div-button-row-apps {
    margin-bottom: 60px;
  }

  .footer-button {
    margin-left: 0;
    margin-right: 35px;
  }

  .section-hero-desktop {
    height: 350px;
    display: none;
  }

  .section-hero-mobile {
    background-image:
      linear-gradient(180deg, #9d206380, #9d206300),
      url("../images/hero-image.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
    display: block;
    overflow: hidden;
  }

  .section-hero-about {
    height: 370px;
  }

  .header-white-about {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-green-block {
    margin-top: 40px;
  }

  .div-tile-1-4-shadow,
  .div-purple-tile,
  .div-image-tile-bottom,
  .div-image-tile-top {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-purple-block-2 {
    margin-bottom: 40px;
  }

  .image-wrapper-about {
    width: 70%;
    margin-bottom: 30px;
  }

  .div-built-by-riders {
    width: 95%;
    margin-top: 30px;
    margin-left: 0;
  }

  .div-green-built-by-riders {
    margin-top: 20px;
  }

  .div-button-row-apps-2 {
    margin-bottom: 40px;
  }

  .text-join-the-movement {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-intro {
    margin-top: 75px;
    margin-bottom: 65px;
    font-size: 32px;
  }

  .text-hero-lp-big {
    text-align: center;
    font-size: 29px;
  }

  .container-content-wde {
    max-width: 100% - 60px;
  }

  .div-split-hero-lp.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-lp-hero-med {
    text-align: center;
    font-size: 24px;
  }

  .div-green-box {
    margin-right: 0;
  }

  .div-tile-1-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-lp-form-right {
    width: 95%;
    margin-bottom: 10px;
  }

  .div-purple-block-left {
    width: 95%;
    padding-right: 0;
  }

  .div-purple-block-right,
  .div-bar-purple {
    display: none;
  }

  .container-content-area-2 {
    max-width: 100% - 60px;
  }

  .div-spacer {
    display: none;
  }

  .div-lp-left {
    width: 90%;
    left: 0;
  }

  .div-lp-right {
    width: 95%;
    margin-top: -120px;
  }

  .div-split-lp.built-by-riders,
  .div-split-lp-mid.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-split-lp-mid.margin-above {
    flex-flow: column;
    align-items: center;
    margin-top: 45px;
  }

  .text-block-mobile {
    margin-top: 50px;
    font-size: 29px;
  }

  .image-wrapper-lp-top {
    margin-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .image-wrapper-features-small {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-split-features {
    flex-flow: column;
  }

  .div-split-features.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-let-s-talk-left {
    width: 100%;
  }

  .div-let-s-talk-right {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 30px;
    display: flex;
  }

  .div-centered-hidden {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-split-let-s-talk {
    flex-flow: column;
    align-items: center;
  }

  .div-split-let-s-talk.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-purple-thank-you {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-pink-pricing {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .header-pink-pricing.wide {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 29px;
  }

  .header-large-card-2 {
    text-align: center;
    width: 100%;
    font-size: 29px;
  }

  .div-split-listing-card {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .div-split-listing-card.built-by-riders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-info-right-mobile {
    width: 75%;
    display: block;
  }

  .div-info-split-bottom {
    height: 550px;
  }

  .image-wrapper-info-top-1-mobile {
    width: 250px;
    bottom: -240px;
  }

  .image-wrapper-info-top-3-mobile {
    bottom: -240px;
  }

  .div-thankyou-left {
    width: 100%;
  }

  .div-thankyou-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .button-pricing-monthly-deselected,
  .button-pricing-annual-deselected {
    font-size: 18px;
  }

  .text-price-annual {
    font-size: 32px;
  }

  .div-left {
    width: 100%;
    padding-right: 0;
  }

  .div-right {
    width: 100%;
    margin-top: 40px;
  }

  .div-split-accordion {
    flex-flow: column;
  }

  .div-tile-1-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-advert-1m,
  .text-advert-3m,
  .text-advert-6m,
  .text-advert-12m {
    font-size: 29px;
  }

  .div-card-column-prices {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-bus-6m,
  .text-bus-12m,
  .text-bus-3m {
    font-size: 29px;
  }

  .dropdown-link {
    margin-right: auto;
    line-height: 18px;
  }

  .dropdown-link.w--current {
    border-bottom-width: 0;
  }

  .nav-link-spacing {
    margin-right: auto;
    line-height: 18px;
  }

  .nav-link-spacing.w--current {
    border-bottom-width: 0;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: auto;
    line-height: 18px;
  }

  .nav-link-dropdown.w--current {
    border-bottom-width: 0;
  }

  .dropdown {
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-family: Nunitosans, Arial, sans-serif;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .link-3 {
    color: #fff;
  }

  .button-group.black {
    display: none;
  }

  .navbar1_logo {
    max-width: 100%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-button-wrapper.desktop {
    display: block;
  }

  .c-card-btn-text.focus.bg-green.bg-transparent.bg-green-mbl {
    background-color: #5cc884;
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .menu-icon1_line-bottom.line-top-black {
    background-color: #fff;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 1000;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000;
    border: 1px solid #5cc884;
  }

  .card-text-2.focus.green {
    color: #000;
    line-height: 1.2;
  }

  .menu-icon1_line-top.black {
    color: #fff;
    background-color: #fff;
  }

  .navbar-background.is-mobile {
    background-color: #000;
    border: 1px #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
  }

  .navbar-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: auto;
    max-width: none;
  }

  .navbar-white.navbar.v2 {
    width: 95%;
    max-width: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-icon1_line-middle-inner.black,
  .menu-icon1_line-middle.line-top-black {
    background-color: #fff;
  }

  .card-btn-link {
    background-color: #5cc884;
    border-style: solid;
  }

  .div-centered {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-purple.join-clarity-era {
    margin-bottom: 100px;
  }

  .div-info-split {
    height: 700px;
  }

  .div-info-right-line {
    width: 95%;
  }

  .div-card-wrapper-right {
    margin-left: 40px;
  }

  .heading-2-rider-coach-parent {
    width: 320px;
  }

  .header-white-hero {
    font-size: 29px;
  }

  .header-white-hero.features {
    margin-top: 60px;
  }

  .text-hero {
    font-size: 17px;
  }

  .span-highlight-purple {
    font-size: 32px;
  }

  .image-wrapper {
    min-width: 220px;
    min-height: auto;
  }

  .image-8 {
    margin-left: -20px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .form-2 {
    width: auto;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-28.middle {
    padding: 30px 0;
  }

  .form-block {
    margin-right: 0;
  }

  .section-lets-talk-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-lets-talk-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-3 {
    min-width: 240px;
  }

  .container-privacy {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-privacy.combo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .scrollable-content {
    min-width: 250px;
  }

  .content {
    width: auto;
    min-width: 250px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-eula,
  .section-terms-conditions,
  .section-privacy-policy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-footer {
    margin-right: 25px;
  }

  .heading-1-features {
    font-size: 31px;
  }

  .image-wrapper-features-1 {
    padding-bottom: 40px;
  }

  .div-split-tiles.margin-below {
    margin-bottom: 30px;
  }

  .section-pricing-middle {
    height: 900px;
  }

  .div-pricing-hero-block {
    margin-bottom: 20px;
  }

  .text-price-month {
    font-size: 30px;
  }

  .header-pink-content {
    margin-top: 10px;
    font-size: 29px;
  }

  .div-split-tiles-pricing {
    margin-bottom: 75px;
  }

  .div-bar {
    flex-flow: column;
  }

  .text-bar {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-upgrade-option {
    line-height: 150%;
  }

  .div-prices-card-large {
    padding: 20px;
  }

  .header-large-card {
    margin-bottom: 10px;
  }

  .button-bus-3m-selected {
    margin-right: 15px;
  }

  .image-community {
    display: none;
  }

  .div-bar-faq {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-purple-cta,
  .button-purple-ghost {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 137%;
  }

  .section-image {
    height: auto;
  }

  .text-proof-not-pressure-top {
    font-size: 18px;
  }

  .headier-ride-with-proof {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .header-home {
    font-size: 25px;
  }

  .header-home-content {
    margin-top: 50px;
    font-size: 28px;
  }

  .wrapper-video {
    height: 200px;
  }

  .button-app {
    margin-left: 2px;
    margin-right: 2px;
  }

  .footer-button {
    margin-right: 10px;
  }

  .header-white-about {
    font-size: 29px;
  }

  .div-button-row-apps-2 {
    width: 300px;
    margin-left: 0;
  }

  .text-intro {
    font-size: 27px;
  }

  .div-lp-form-left {
    top: -80px;
  }

  .div-purple-block-left {
    margin-bottom: 80px;
  }

  .div-lp-left {
    top: -100px;
  }

  .text-block-mobile {
    font-size: 27px;
  }

  .image-wrapper-lp-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-let-s-talk-right {
    width: 100%;
  }

  .div-centered-hidden {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-pink-pricing {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 29px;
  }

  .div-info-right-mobile {
    width: 95%;
  }

  .image-wrapper-info-top-2-mobile {
    bottom: -270px;
  }

  .text-price-annual {
    font-size: 30px;
  }

  .div-split-accordion {
    margin-bottom: 70px;
  }

  .button-ad-3m,
  .button-ad-6m,
  .button-ad-12m,
  .button-ad-1m,
  .button-ad-3m-selected,
  .button-ad-6m-selected,
  .button-ad-12m-selected,
  .button-bus-1m-selected,
  .button-bus-12m-selected,
  .button-bus-3m,
  .button-bus-6m-selected,
  .button-bus-6m,
  .button-bus-12m {
    margin-right: 15px;
  }
}

@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans reg";
  src: url("../fonts/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src:
    url("../fonts/NunitoSans-Bold.ttf") format("truetype"),
    url("../fonts/NunitoSans-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src:
    url("../fonts/NunitoSans-BoldItalic.ttf") format("truetype"),
    url("../fonts/NunitoSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qwigley";
  src: url("../fonts/Qwigley-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
