:root {
  --primary-text: #1a1a1a;
  --font-primary: "Inter Display", Arial, sans-serif;
  --secondary-text: #41424d;
  --black: black;
  --white: white;
  --color: white;
  --off-white: #f7f6f5;
  --green: #15be03;
  --transparent: transparent;
  --background: #f3f0ef;
  --primary: #704af9;
  --blue: #334dfa;
  --red: #f20;
  --stars: #fc8f00;
}

a {
  color: var(--primary-text);
  font-weight: 600;
  text-decoration: underline;
}

.body {
  font-family: var(--font-primary);
  color: var(--primary-text);
  font-weight: 400;
  line-height: 130%;
}

.page-wrapper {
  overflow: clip;
}

.title-h2 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.hero-booking_thumb-center-text {
  color: #fff;
  letter-spacing: .02em;
  font-size: 18px;
  line-height: 145%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-booking_wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}

.hero-booking_embed-item {
  margin-top: -40px;
}

.hero-booking_progress {
  background-color: #eaeaeb;
  border-radius: 10px;
  width: 100%;
  max-width: 714px;
  height: 38px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: inset 0 2.958px 2.958px #00000040;
}

.title-underline {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.hero-booking_thumb-right-text {
  color: #fff;
  letter-spacing: .02em;
  padding-right: 15px;
  font-size: 18px;
}

.section_hero-booking {
  height: 100%;
  min-height: 100vh;
}

.padding-global-5 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large-5 {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-booking_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 898px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.hero-booking_thumb {
  background-color: #38b738;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-book-a-demo_timer {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eef5ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.hero-book-a-demo_timer-logo {
  width: 100%;
  max-width: 150px;
}

.hero-book-a-demo_timer-logo-img {
  width: 100%;
  height: 100%;
}

.hero-book-a-demo_timer-text {
  color: #292929;
  letter-spacing: .03em;
  font-family: Inter Display, Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
}

.hero-book-a-demo_timer-time {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #0060e6;
  border-radius: 100px;
  padding: 5px 14px 5px 11px;
  display: flex;
}

.hero-book-a-demo_timer-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-book-a-demo_timer-time-wrap {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.modal-exit_text {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  max-width: 243px;
  margin-bottom: 28.6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
}

.modal-exit_title {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 800;
  line-height: 140%;
}

.modal-exit_btns {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  width: 100%;
  max-width: 331px;
  display: flex;
}

.modal-exit_btn-text {
  color: #000;
  letter-spacing: -.01em;
  font-size: 19px;
  font-weight: 500;
  transition: all .4s;
}

.modal-exit_overlay {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
}

.modal-exit_btn {
  cursor: pointer;
  background-color: #b9b9b9;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 156px;
  min-height: 39px;
  transition: all .4s;
  display: flex;
}

.modal-exit_logo {
  width: 100%;
  max-width: 74px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.modal-exit_wrapper {
  background-image: linear-gradient(#e6e7e7, #d6d7d7);
  border-radius: 13px;
  width: 100%;
  max-width: 374px;
  padding: 31px 21.45px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.modal-exit {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-exit.visible {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .footer_logo-img {
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .title-h1 {
    font-size: 36px;
  }

  .title-h2 {
    font-size: 28px;
  }

  .body-large {
    font-size: 16px;
  }

  .body-regular {
    font-size: 14px;
  }

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

  .label-medium.gray {
    font-size: 14px;
  }

  .label-medium.white.d-none, .header_hipaa {
    display: none;
  }

  .label-extra-small {
    font-size: 12px;
  }

  .header_avatars {
    display: none;
  }

  .hero_wrapper {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .strapline {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero_title-wrap {
    margin-bottom: 10px;
  }

  .cta-block {
    max-width: 100%;
  }

  .cta-main {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cta-black {
    justify-content: center;
    align-items: center;
  }

  .cta-block-top {
    flex-flow: column;
    width: 100%;
  }

  .cta-block-text.left {
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_content-wrap {
    flex-flow: wrap;
  }

  .hero_content-text {
    text-align: center;
    max-width: 100%;
  }

  .hero_list {
    grid-template-columns: 1fr;
    display: none;
  }

  .hero_list.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero_list.mobile.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
  }

  .hero_item {
    width: 100%;
    max-width: 100%;
  }

  .hero_item.modify.mobile {
    display: flex;
  }

  .transfer_wrapper {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .transfer_title-wrap {
    margin-bottom: 15px;
  }

  .transfer_list {
    grid-column-gap: 15px;
  }

  .steps_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps_title-wrap {
    margin-bottom: 15px;
  }

  .steps_text-wrap {
    margin-bottom: 25px;
  }

  .steps_item, .steps_item.large, .steps_item.medium, .steps_item.small, .steps_item.large, .steps_item.medium, .steps_item.small {
    max-width: 100%;
  }

  .steps_item-title-wrap.v3 {
    margin-left: auto;
    margin-right: auto;
  }

  .steps_avatar {
    max-width: 40px;
  }

  .steps_avatar-wrap-right-img {
    max-width: 70px;
  }

  .built_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .strapline-gray {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .built_title-wrap {
    margin-bottom: 25px;
  }

  .built_list-wrap {
    flex-flow: wrap;
  }

  .built_list-item {
    width: 100%;
  }

  .built_list-item-info {
    width: 100%;
    max-width: 240px;
    left: 15px;
  }

  .built_list-item-title {
    font-size: 12px;
  }

  .built_list-item-small {
    max-width: 100%;
  }

  .health_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .health_title-wrap {
    margin-bottom: 15px;
  }

  .health_table {
    width: 830px;
  }

  .health_table-top-img {
    max-width: 60px;
  }

  .health_table-top-green-text {
    font-size: 14px;
  }

  .health_table-left-list-item {
    min-height: 50px;
  }

  .health_table-left-list-item.center.v3, .health_table-left-list-item.center.v4, .health_table-left-list-item.center.v5.last, .health_table-left-list-item.last.v3, .health_table-left-list-item.v3, .health_table-left-list-item.center.v3, .health_table-left-list-item.center.v4, .health_table-left-list-item.center.v5.last, .health_table-left-list-item.center.v3, .health_table-left-list-item.center.v4, .health_table-left-list-item.center.v5.last, .health_table-left-list-item.center.v5.last, .health_table-left-list-item.last.v3, .health_table-left-list-item.last.v3, .health_table-left-list-item.v3 {
    min-height: 68px;
  }

  .health_table-wrap {
    margin-bottom: 0;
    overflow-x: auto;
  }

  .health_banner-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 15px;
  }

  .health_banner-text-wrap {
    text-align: center;
    max-width: 100%;
  }

  .practice_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .practice_text-wrap {
    margin-bottom: 25px;
  }

  .practice_list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .practice_item {
    max-width: 100%;
  }

  .practice_item.swiper-slide {
    flex-flow: column;
    min-height: 315px;
    display: flex;
  }

  .practice_item-text-wrap, .practice_item-text-wrap.v2, .practice_item-text-wrap.v2 {
    flex: 1;
  }

  .practice_item-large {
    max-width: 100%;
  }

  .practice_item-large.swiper-slide {
    flex-flow: column;
    min-height: 315px;
    display: flex;
  }

  .practice_item-medium {
    max-width: 100%;
  }

  .practice_item-medium.swiper-slide {
    flex-flow: column;
    min-height: 315px;
    display: flex;
  }

  .practice_trusted-list {
    flex-flow: wrap;
  }

  .projects_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .projects_images {
    margin-bottom: 25px;
  }

  .projects_image {
    max-width: 120px;
  }

  .projects_title-wrap {
    margin-bottom: 15px;
  }

  .projects_text-wrap {
    margin-bottom: 25px;
  }

  .pricing_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing_title-wrap {
    margin-bottom: 25px;
  }

  .pricing_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing_item.swiper-slide {
    flex-flow: column;
    max-width: 100%;
    min-height: 634px;
    display: flex;
  }

  .nudge_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nudge_item {
    padding: 20px;
  }

  .nudge_item-content-text {
    font-size: 14px;
  }

  .nudge_item-content-image {
    max-width: 290px;
  }

  .nudge_item-green, .nudge_item-medium {
    max-width: calc(50% - 8px);
    padding: 20px;
  }

  .nudge_item-extra-small.green, .nudge_item-small.gray, .nudge_item-small.gray {
    max-width: calc(50% - 8px);
  }

  .paperwork_wrapper {
    padding-top: 25px;
  }

  .chance_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .banner_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner_stars {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .body-regular-2 {
    font-size: 14px;
  }

  .body-regular-2.gray.d-none {
    display: none;
  }

  .reviews_title-wrap {
    margin-bottom: 25px;
  }

  .reviews_cta-icon-left {
    max-width: 80px;
    display: block;
  }

  .title-h2-2 {
    font-size: 28px;
  }

  .reviews_cta-divider {
    display: none;
  }

  .reviews_strapline {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .reviews_item {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .section_reviews {
    background-color: #f6f5f2;
  }

  .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews_cta {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .reviews_cta-icon-plus-1 {
    opacity: 0;
  }

  .reviews_cta-icon {
    flex: none;
  }

  .reviews_wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .faq_title-wrap {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .label-large-2, .label-large-2.semibold, .label-large-2.semibold {
    font-size: 16px;
  }

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

  .title-h2-3 {
    font-size: 28px;
  }

  .faq_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .item_faq-content {
    color: #41424d;
    padding-right: 0;
    font-size: 14px;
  }

  .section_faq {
    background-color: #faf9f7;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .item_faq {
    padding: 16px;
  }

  .footer_text {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_copyright-left.new {
    justify-content: center;
    align-items: center;
  }

  .footer_bot-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }

  .body-small-2 {
    font-size: 12px;
  }

  .footer_top-col-flex-modify {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer_copyright {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .footer_bot-col-2-copy {
    max-width: 100%;
  }

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

  .cta-text.footer-cta {
    font-size: 18px;
  }

  .cta-icon {
    width: 25px;
    height: 25px;
  }

  .cta-icon.footer-cta {
    width: 20px;
    height: 20px;
  }

  .footer_top-col.first {
    max-width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .footer_top-col.first.new.new2 {
    max-width: 100%;
  }

  .footer_top-col.second-1.second {
    max-width: 47%;
  }

  .footer_top-col.second-1.third {
    width: 100%;
    max-width: 50%;
  }

  .footer_top-col.second-1.first {
    max-width: 50%;
  }

  .footer_top-col.second.new {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: auto;
  }

  .cta {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .padding-global-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-global-4.footer-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_copyright-img {
    max-width: 32px;
  }

  .footer_top-col-list {
    margin-bottom: 32px;
  }

  .footer_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .label-extra-small-2, .label-extra-small-2.center, .label-extra-small-2.center {
    font-size: 12px;
  }

  .footer_top-col-block {
    width: 50%;
  }

  .case_arrow {
    transition: all .4s;
  }

  .footer_top-wrap {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .footer_bot-title {
    margin-bottom: 25px;
  }

  .footer_bot-list {
    margin-bottom: 20px;
  }

  .footer_top-col-item.right.new {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_top-col-item-content {
    flex: 1;
    margin-bottom: 10px;
  }

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

  .hero-booking_guarantee-text-center {
    text-align: left;
    max-width: 100%;
    font-size: 16px;
  }

  .hero-booking_embed-item {
    margin-top: 0;
  }

  .hero-booking_guarantee-text-right {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }

  .page-wrapper-2 {
    overflow: clip;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-booking_guarantee {
    background-image: none;
    background-position: 0 0;
    background-size: 100% 100%;
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
  }

  .title-h2-4, .title-h2-4.white, .title-h2-4.white {
    font-size: 30px;
  }

  .hero-book-a-demo_timer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-book-a-demo_timer-text {
    text-align: center;
    font-size: 16px;
  }

  .title-h1-2 {
    font-size: 36px;
  }

  .steps_congrats_wrapper {
    padding-top: 25px;
  }

  .steps_btn-copy-cta {
    font-size: 16px;
  }

  .footer_text-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .congrats-banner_wrapper {
    padding: 25px 16px;
  }

  .footer_bot-column-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
  }

  .section_steps-congrats {
    background-color: #f6f5f2;
  }

  .label-large-3, .label-large-3.semibold, .label-large-3.semibold {
    font-size: 16px;
  }

  .hero_congrats_title-wrap {
    margin-bottom: 20px;
  }

  .hero_congrats_strapline {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding-left: 8px;
  }

  .title-h2-5 {
    font-size: 28px;
  }

  .reviews_cta-icon-plus {
    opacity: 0;
  }

  .body-small-3 {
    font-size: 12px;
  }

  .footer_copyright-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .section_hero-congrats {
    background-color: #f6f5f2;
  }

  .reviews_item-2 {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .footer_bot-col-2-copy-2 {
    max-width: 100%;
  }

  .congrats-banner_image {
    max-width: 400px;
  }

  .section_reviews-2 {
    background-color: #f6f5f2;
  }

  .padding-global-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .congrats-banner_content {
    flex-flow: wrap;
  }

  .padding-global-7, .padding-global-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .steps-congrats_item {
    border-radius: 16px;
    padding: 15px 15px 20px;
    box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
  }

  .steps-congrats_item.last {
    padding: 15px 15px 0;
  }

  .footer_copyright-img-2 {
    max-width: 32px;
  }

  .section_congrats-banner {
    background-color: #f6f5f2;
    background-image: url("https://cdn.prod.website-files.com/69d920b169e9b75172319af0/69e0b61a2451f16802c5c0e3_Frame%202147227981%20(1).avif");
    background-position: 50%;
    background-size: cover;
  }

  .footer_top-col-list-2 {
    margin-bottom: 32px;
  }

  .page-wrapper-3 {
    overflow: clip;
  }

  .title-h5-2 {
    font-size: 20px;
  }

  .title-h5-2.fz-18 {
    font-size: 18px;
  }

  .hero_congrats_wrapper {
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .steps_text-copy_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_congrats_text-wrap {
    margin-bottom: 25px;
  }

  .steps_text-copy-alert {
    width: max-content;
    top: -20%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .steps-congrats_flashing-title {
    max-width: 410px;
  }

  .steps-congrats_img {
    display: none;
  }

  .steps-congrats_img.mobile {
    display: block;
  }

  .item_faq-2 {
    padding: 16px;
  }

  .steps-congrats_flashing-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 380px;
  }

  .congrats-banner_wrapper-inner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .modal-big {
    display: none;
  }

  .modal-big_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .case_inner-controls {
    margin-top: 16px;
    margin-bottom: 20px;
    display: flex;
  }

  .case_arrow-2 {
    transition: all .4s;
  }

  .case_pag {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_item-modal {
    width: 100%;
    max-width: 100%;
  }

  .hero_list-item-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .hero_list-item-wrap.swiper-slide {
    max-width: 100%;
    display: flex;
  }

  .health_table-scroll {
    background-color: #fff;
    border-radius: 34px;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .health_table-scroll-thumb {
    background-color: #15be03;
    border-radius: 34px;
    width: 100%;
    max-width: 256px;
    height: 12px;
    min-height: 1px;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .strapline {
    min-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews_cta-icon-left {
    display: block;
  }

  .padding-global-4 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-book-a-demo_timer {
    margin-top: 0;
  }

  .hero_congrats_strapline {
    min-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .congrats-banner_text-center {
    padding-left: 24px;
  }

  .congrats-banner_content {
    flex-flow: wrap;
  }

  .padding-global-7 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
