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

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

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

.title-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
}

.title-h1.fz-54 {
  font-size: 54px;
}

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

.title-h4 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
}

.title-h4.fz-14, .title-h4.fz-24, .title-h4.fz-14, .title-h4.fz-24 {
  font-size: 24px;
}

.title-h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.body-large {
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 145%;
}

.body-large.secondary {
  color: var(--secondary-text);
}

.body-regular {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 145%;
}

.body-regular.capitalize {
  text-transform: capitalize;
}

.body-regular.capitalize.medium {
  font-weight: 500;
}

.body-regular.fz-18 {
  font-size: 18px;
}

.body-regular.lh-145 {
  line-height: 145%;
}

.body-regular.secondary {
  color: var(--secondary-text);
  line-height: 145%;
}

.body-small {
  text-align: left;
  letter-spacing: -.01em;
  line-height: 135%;
}

.body-small.secondary {
  color: var(--secondary-text);
}

.body-small.black {
  color: #0b0a09;
}

.label-large {
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.label-large.secondary {
  color: var(--secondary-text);
}

.label-medium {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}

.label-medium.black {
  color: var(--black);
}

.label-medium.black-2 {
  color: #02021d;
}

.label-medium.gray {
  color: #1a1a1a;
  font-weight: 400;
}

.label-medium.gray.semibold {
  font-weight: 600;
}

.label-medium.white {
  color: var(--white);
}

.label-double-extra-small {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
}

.header {
  z-index: 100;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header_wrapper {
  background-color: #fff;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 1px 1px #0000001a;
}

.header_wrapper.congrats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.header_logo {
  width: 100%;
  max-width: 80px;
}

.header_logo.congrats {
  max-width: 55px;
}

.header_right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_hipaa {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 92px;
  display: flex;
}

.label-extra-small {
  text-align: left;
  font-weight: 500;
}

.header_avatar-stars-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_avatars {
  width: 100%;
  max-width: 150px;
}

.header_stars {
  width: 100%;
  max-width: 148px;
}

.header_stars-img {
  width: 100%;
}

.section_hero {
  background-image: url("https://cdn.prod.website-files.com/69d920b169e9b75172319af0/69de142f58b581d59a8566b0_Hero.avif");
  background-position: 50%;
  background-size: cover;
}

.hero_wrapper {
  padding-top: 88px;
  padding-bottom: 40px;
}

.strapline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 13px;
  display: flex;
}

.strapline_blue-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_strapline {
  margin-bottom: 15px;
}

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

.hero_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 593px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-height: 58px;
  color: var(--color);
  background-color: #704af9;
  border: 1px solid #5526fd;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding-left: 26px;
  padding-right: 28px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: inset 0 2px 5px #ffffff78, 0 .711px 2.419px -.5px #00000029, 0 1.937px 6.586px -1px #00000029, 0 4.253px 14.461px -1.5px #00000029, 0 9.441px 32.1px -2px #00000029, 0 24px 81.6px -2.5px #00000029;
}

.cta-main:hover {
  opacity: .6;
}

.cta-main.congrats {
  min-height: 66px;
  padding-right: 23px;
}

.cta-main.black {
  background-color: #1a1a1a;
  border-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.cta-main.purple {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.cta-main.footer {
  padding-left: 46px;
  padding-right: 49px;
}

.cta-main-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-black {
  background-color: var(--primary-text);
  min-height: 58px;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26px;
  padding-right: 12px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: inset 0 4px 6px #ffffff40, 0 .711px 2.419px -.5px #00000029, 0 1.937px 6.586px -1px #00000029, 0 4.253px 14.461px -1.5px #00000029, 0 9.441px 32.1px -2px #00000029, 0 24px 81.6px -2.5px #00000029;
}

.cta-black:hover {
  opacity: .6;
}

.cta-black.center {
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  box-shadow: inset 0 4px 6px #ffffff40, 0 .711px 2.419px -.5px #00000029, 0 1.937px 6.586px -1px #00000029, 0 4.253px 14.461px -1.5px #00000029, 0 9.441px 32.1px -2px #00000029, 0 24px 81.6px -2.5px #00000029;
}

.cta-black-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

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

.hero_content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 20px auto 32px;
  display: flex;
}

.hero_content-image {
  width: 100%;
  max-width: 89px;
}

.hero_content-image.v2 {
  max-width: 93px;
}

.hero_content-img {
  width: 100%;
}

.hero_content-text {
  width: 100%;
  max-width: 301px;
}

.hero_inner-title-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.hero_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero_list.mobile.swiper-wrapper {
  display: none;
}

.hero_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding-left: 5px;
  padding-right: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #0000001a;
}

.hero_item.modify {
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.hero_item-avatar {
  width: 100%;
  max-width: 50px;
}

.hero_item-info {
  flex: 1;
}

.hero_item-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_item-name-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_item-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border: 1px solid #e9e9ea;
  border-radius: 35px;
  justify-content: flex-start;
  align-items: center;
  min-height: 28px;
  padding-left: 10px;
  padding-right: 8px;
  transition: all .4s;
  display: flex;
}

.hero_item-cta:hover {
  background-color: #f6f6f6;
}

.hero_item-cta-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_item-content {
  background-color: #f2f2f2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 82%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_transfer {
  background-color: var(--off-white);
  border-top: 1px solid #e1dcd8;
  border-bottom: 1px solid #e1dcd8;
}

.transfer_wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}

.transfer_title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.transfer_list {
  grid-column-gap: 25px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.transfer_image {
  width: 100%;
  max-width: 92px;
}

.transfer_image.item-2 {
  max-width: 77px;
}

.transfer_image.item-3 {
  max-width: 123px;
}

.transfer_image.item-4 {
  max-width: 143px;
}

.transfer_image.item-5 {
  max-width: 137px;
}

.transfer_image.item-6 {
  max-width: 100px;
}

.transfer_image.item-7 {
  max-width: 134px;
}

.transfer_image.item-8 {
  max-width: 149px;
}

.transfer_image.item-9 {
  max-width: 137px;
}

.section_steps {
  background-color: #f3f0ef;
}

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

.steps_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.steps_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.steps_item {
  background-color: #fdfdfd;
  border-radius: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 349px;
  padding: 16px 8px 8px;
  display: flex;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.steps_item.large {
  max-width: 440px;
}

.steps_item.medium {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  max-width: 197px;
}

.steps_item.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 197px;
  padding-top: 8px;
}

.steps_item-number {
  background-color: #f4f2f1;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 30px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.steps_item-title-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.steps_item-title-wrap.v3 {
  width: 100%;
  max-width: 330px;
}

.steps_item-img {
  width: 100%;
}

.steps_item-content {
  margin-bottom: 13px;
  padding: 12px 12px 8px;
}

.steps_item-content.modify {
  flex: 1;
  padding-top: 5px;
}

.steps_item-content.v1 {
  padding-top: 5px;
}

.steps_avatar-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #f6f5f4;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 66px;
  padding-left: 8px;
  padding-right: 20px;
  display: flex;
}

.steps_avatar {
  width: 100%;
  max-width: 50px;
}

.steps_avatar-img {
  width: 100%;
}

.steps_avatar-wrap-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.steps_avatar-wrap-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps_avatar-wrap-right-img {
  width: 100%;
  max-width: 76px;
}

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

.steps_item-text-based {
  font-size: 12px;
}

.steps_item-top-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fcf7f3;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.steps_item-top-block.green {
  background-color: #e2f9dc;
}

.steps_item-bot-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #f8f0ff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.steps_item-bot-block.beige {
  background-color: #fcf4f2;
}

.section_built {
  background-color: #f3f0ef;
}

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

.strapline-gray {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eaeaea;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  box-shadow: 0 2px 2px -1px #08011408, 0 1px 1px -.5px #08011408, 0 .5px .5px #08011408, inset 0 .5px .5px #ffffff1f;
}

.strapline-stars {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.built_strapline {
  margin-bottom: 15px;
}

.built_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.built_list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.built_list-item {
  background-color: #fdfdfd;
  border-radius: 20px;
  flex-flow: column;
  width: calc(50% - 8px);
  padding: 8px;
  display: flex;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.built_list-item.large {
  width: 100%;
  max-width: 715px;
  padding: 0;
  position: relative;
}

.built_list-title-wrap {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 10px;
}

.built_list-text-wrap {
  text-align: center;
  flex: 1;
  width: 100%;
  max-width: 468px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
}

.built_list-img {
  width: 100%;
  margin-top: 10px;
}

.built_list-item-info {
  position: absolute;
  top: 50%;
  left: 49px;
  transform: translate(0, -50%);
}

.built_list-item-info-icon {
  margin-bottom: 15px;
}

.built_list-item-title {
  width: 100%;
  max-width: 309px;
  color: var(--white);
  letter-spacing: -.015em;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.built_list-item-info-link {
  width: 100%;
  max-width: 120px;
}

.built_list-item-small {
  background-color: #fdfdfd;
  border-radius: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 349px;
  padding: 16px 8px 8px;
  display: flex;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.built_list-item-small.large {
  max-width: 440px;
}

.built_list-item-small.medium {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  max-width: 197px;
}

.built_list-item-small.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 197px;
  padding-top: 8px;
}

.section_health {
  background-color: #f7f6f5;
}

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

.health_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.health_table {
  border-bottom: 1px solid #fdfdfd;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.health_table-left {
  background-color: #fff;
  border-right: 1px solid #f3f2f1;
  width: 100%;
  max-width: 434px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.health_table-top {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f6f5f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  display: flex;
}

.health_table-top-img {
  width: 100%;
  max-width: 68px;
}

.health_table-top-green-block {
  background-color: #08b46914;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  min-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.health_table-top-green-text {
  color: var(--green);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

.health_table-left-list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.health_table-left-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #858585;
  justify-content: flex-start;
  align-items: center;
  min-height: 55px;
  padding-top: 16px;
  padding-bottom: 15px;
  display: flex;
}

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

.health_table-left-list-item.center {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.health_table-left-list-item.center.v5 {
  min-height: 78px;
}

.health_table-left-list-item.center.v5.last {
  min-height: 77px;
}

.health_table-left-list-item.last {
  border-bottom-style: none;
}

.health_table-left-list-item.v3 {
  min-height: 77px;
  padding-bottom: 15px;
}

.health_table-left-list-item-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.health_table-left-list-item-icon.v3 {
  margin-top: 10px;
}

.health_table-wrap {
  background-color: #b7a39b12;
  border: 1px solid #44190612;
  border-radius: 24px;
  width: 100%;
  max-width: 899px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.health_table-center {
  background-color: #fff;
  border-right: 1px solid #f3f2f1;
  width: 100%;
  max-width: 283px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.health_table-top-v2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f6f5f4;
  background-image: url("https://cdn.prod.website-files.com/69d920b169e9b75172319af0/69df5d73d3ffb2bb52091d51_horizontal_black.svg.avif");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  display: flex;
}

.health_table-title {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

.health_table-right {
  background-color: #fff;
  width: 100%;
  max-width: 158px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.health_table-top-v3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f6f5f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  display: flex;
}

.health_banner-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fef1da;
  border: 1px solid #e7e1df;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 899px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: inset 0 0 10px #fff;
}

.health_banner-text-wrap {
  width: 100%;
  max-width: 258px;
}

.health_banner-text-right {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 581px;
  padding: 16px 17px 16px 16px;
  display: flex;
}

.section_practice {
  background-color: #f3f0ef;
}

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

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

.practice_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.practice_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 898px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.practice_item {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 349px;
  padding-top: 16px;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.practice_item-title {
  text-align: center;
  margin-bottom: 8px;
}

.practice_item-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 325px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
}

.practice_item-text-wrap.v2 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.practice_item-text-wrap.v3 {
  max-width: 417px;
}

.practice_item-img {
  width: 100%;
}

.practice_item-img.mobile {
  display: none;
}

.practice_item-large {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 533px;
  padding-top: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.practice_item-medium {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 441px;
  padding-top: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.practice_trusted {
  margin-top: 30px;
}

.practice_trusted-title-wrap {
  text-align: center;
  margin-bottom: 15px;
}

.practice_trusted-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 39px;
  padding-left: 7px;
  padding-right: 16px;
  display: flex;
}

.practice_trusted-item-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.practice_trusted-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_projects {
  background-image: url("https://cdn.prod.website-files.com/69d920b169e9b75172319af0/69df6f453935abc459c7579c_Frame%202147260147.avif");
  background-position: 50%;
  background-size: cover;
}

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

.projects_images {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.projects_image {
  border-radius: 14px;
  width: 100%;
  max-width: 164px;
  box-shadow: 0 0 0 1.045px #dcdada, 0 .755px 2.265px -.697px #79594f1a, 0 2.869px 8.607px -1.393px #79594f1c, 0 12.537px 37.611px -2.09px #79594f24, inset 0 -1.254px .209px #fff;
}

.projects_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}

.projects_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 694px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.section_pricing {
  background-color: #f9f2eb;
}

.pricing_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}

.pricing_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pricing_monthly {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #44190612;
  border: 1px solid #4419060f;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 49px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 14px;
  display: flex;
}

.active-2 {
  background-color: #fff;
  border-radius: 70px;
  width: max-content;
  min-height: 39px;
  padding: 8px 15px;
}

.text-label {
  letter-spacing: -.02em;
  font-size: 12px;
}

.pricing_monthly-item-transparent {
  background-color: #ffffff80;
  border-radius: 34px;
  justify-content: flex-start;
  align-items: center;
  min-height: 26px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

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

.pricing_item {
  background-color: #4419060a;
  border: 1px solid #4419060f;
  border-radius: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 349px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing_item.swiper-slide {
  min-height: 634px;
  display: flex;
}

.pricing_item-info {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  flex: 1;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 0 .958px #2121260d, 0 .958px .958px #0000000d, 0 3.833px 5.749px #222a350a, 0 22.996px 65.156px #2f30370d, 0 1.916px 2.875px #0000000a;
}

.pricing_item-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.text-small-regular.gray {
  color: #53535e;
  letter-spacing: -.02em;
  letter-spacing: -.02em;
}

.pricing_item-text-wrap {
  margin-bottom: 0;
}

.pricing_item-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  margin-top: 14px;
  margin-bottom: 4px;
  display: flex;
}

.pricing_item-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-medium-medium {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
}

.pricing_item-list-item-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_divider {
  border-top: 1px dashed #00000040;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.pricing_item-info-author {
  padding: 16px;
}

.pricing_item-info-text {
  margin-bottom: 20px;
}

.pricing_item-avatar-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing_item-avatar {
  width: 100%;
  max-width: 36px;
}

.pricing_item-avatar-img {
  width: 100%;
}

.pricing_item-avatar-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.pricing_item-avatar-icon {
  display: flex;
}

.text-span {
  color: #53535e;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.pricing_item-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nudge_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nudge_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nudge_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f4f2f1;
  border-radius: 16px;
  width: 100%;
  max-width: 623px;
  padding: 24px;
  display: flex;
}

.nudge_item-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.nudge_item-content-embed {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.nudge_item-content-text {
  letter-spacing: -.01em;
  width: 100%;
  max-width: 145px;
  font-size: 17px;
  font-weight: 600;
  line-height: 145%;
}

.nudge_item-content-image {
  width: 100%;
  max-width: 399px;
}

.nudge_item-green {
  background-color: #e2f9dc;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 258px;
  padding: 24px;
  display: flex;
}

.nudge_item-content-title-wrap {
  margin-bottom: 10px;
}

.nudge_item-content-text-wrap {
  margin-bottom: 25px;
}

.nudge_item-content-text-wrap.v2 {
  margin-bottom: 23px;
}

.nudge_item-content-text-wrap.v2.v1 {
  margin-bottom: 33px;
}

.nudge_item-content-text-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nudge_item-medium {
  background-color: #f8f0ff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 440px;
  padding: 24px;
  display: flex;
}

.nudge_item-medium.gray {
  background-color: #f4f2f1;
}

.nudge_item-content-text-verified {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nudge_item-content-text-verified.v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.nudge_item-content-text-verified-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.nudge_item-content-text-verified-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nudge_item-extra-small {
  background-color: #f8f0ff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 258px;
  padding: 24px;
  display: flex;
}

.nudge_item-extra-small.gray {
  background-color: #f4f2f1;
}

.nudge_item-extra-small.green {
  background-color: #e2f9dc;
  padding-top: 20px;
}

.nudge_item-small {
  background-color: #f8f0ff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  padding: 24px;
  display: flex;
}

.nudge_item-small.green {
  background-color: #e2f9dc;
}

.nudge_item-small.gray {
  background-color: #f4f2f1;
  padding-top: 20px;
}

.paperwork_wrapper {
  padding-top: 40px;
}

.paperwork_strapline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 34px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000a, 0 1px 1px .5px #0000000a, 0 3px 3px 1.5px #0000000a, 0 6px 6px -3px #0000000a, 0 12px 12px -6px #0000000a, 0 24px 24px -12px #0000000a;
}

.paperwork_strapline-icon {
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  height: max-content;
  display: flex;
}

.paperwork_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paperwork_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paperwork_image {
  margin-top: 30px;
}

.paperwork_img {
  width: 100%;
}

.section_chance {
  background-color: #f4f2f1;
}

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

.chance_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.chance_strapline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 34px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000a, 0 1px 1px .5px #0000000a, 0 3px 3px 1.5px #0000000a, 0 6px 6px -3px #0000000a, 0 12px 12px -6px #0000000a, 0 24px 24px -12px #0000000a;
}

.chance_strapline-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chance_image {
  margin-top: 30px;
}

.section_banner {
  background-color: #f7f6f5;
}

.banner_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  min-height: 112px;
  display: flex;
}

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

.banner_stars-icon {
  width: max-content;
}

.banner_center {
  width: 100%;
  max-width: 348px;
}

.banner_image {
  width: 100%;
  max-width: 191px;
}

.banner_image.v2 {
  max-width: 101px;
}

.banner_img {
  width: 100%;
}

.body-regular-2 {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.body-regular-2.gray {
  color: #bfbfbf;
  font-size: 15px;
}

.body-regular-2.ls-1 {
  letter-spacing: .01em;
}

.reviews_cta-text-right {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
}

.reviews_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.reviews_cta-icon-minus {
  z-index: 2;
  background-color: #212126;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.reviews_cta-icon-left {
  width: 100%;
  max-width: 120px;
}

.reviews_cta-divider {
  background-color: #ffffff4d;
  width: 1px;
  height: 18px;
}

.reviews_strapline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e5e5dc;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 39px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.reviews_list {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews_strapline-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_item {
  background-color: #fff;
  border: 1px #e8e8e8;
  border-radius: 18px;
  width: 100%;
  max-width: 353px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

.section_reviews {
  background-color: #f3f0ef;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

.reviews_cta {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  width: max-content;
  transform-style: preserve-3d;
  background-image: linear-gradient(#3e3e3e, #212126);
  border: 1px solid #4c4b6e;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 17px 10px 14px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  top: 20px;
  box-shadow: inset 0 12px 20px #9ea2fd0f, inset 0 0 20px #5860f91f, inset 0 0 8px #9ea2fd0f, inset 0 0 12px #9da2fc14, inset 0 1px 1px #9da2fc33;
}

.reviews_cta:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.reviews_decor {
  z-index: 0;
  background-image: linear-gradient(0deg, #f3f0ef, #f3f0ef00);
  width: 100%;
  height: 28%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.reviews_decor.active {
  opacity: 0;
}

.reviews_cta-icon-plus-1 {
  z-index: 100;
  opacity: 0;
  background-color: #212126;
  width: 2px;
  height: 50%;
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.reviews_cta-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: -5px;
  display: flex;
  position: relative;
}

.reviews_cta-icon.new {
  margin-left: 0;
}

.reviews_wrapper {
  padding-top: 40px;
  padding-bottom: 115px;
}

.faq_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.item_faq-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item_faq-minus {
  background-color: #1a1a1a;
  border-radius: 40px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.item_faq-plus {
  opacity: 1;
  background-color: #1a1a1a;
  border-radius: 40px;
  width: 2px;
  height: 14px;
  transition: all .2s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.item_faq-plus.active {
  opacity: 0;
}

.faq_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item_faq-content {
  color: #41424d;
  letter-spacing: -.01em;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
}

.section_faq {
  z-index: 10;
  background-image: linear-gradient(#fff, #f4f2f1 26%, #f4f2f1);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section_faq:where(.w-variant-57bb2e30-39af-b553-0835-94998983284e) {
  background-image: linear-gradient(#fff, #f4f2f1 26%, #f4f2f1);
}

.section_faq.decor {
  background-image: linear-gradient(#33333314, #f4f2f1 26%, #f4f2f1);
}

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

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

.item_faq-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

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

.item_faq {
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
}

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

.footer_copyright-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright-left.new {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.footer_pagination {
  z-index: 1;
  background-color: #0000000d;
  border-radius: 61px;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: max-content;
  min-height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.footer_bot-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 2px dashed #e6e8eb;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_img {
  object-fit: fill;
  width: 100%;
}

.footer-2 {
  background-color: #f4f2f1;
  border: 1px solid #e6e8eb;
  position: relative;
}

.footer_copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 2px dashed #e6e8eb;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_top-col-list-iink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer_top-col-list-iink:hover {
  opacity: .6;
}

.footer_top-col-list-iink.no-hover:hover {
  opacity: 100;
}

.footer_top-col-list-iink.no-hover.no-capitalize {
  text-transform: none;
}

.case_arrow-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case_arrow-embed.left {
  transform: rotate(180deg);
}

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

.footer_logo-img {
  width: 1000%;
}

.footer_top-col.first.new, .footer_top-col.first.new.new2 {
  max-width: 529px;
}

.footer_top-col.second-1.second {
  width: 100%;
  max-width: 107px;
}

.footer_top-col.second-1.modify {
  width: 100%;
  max-width: 100px;
}

.footer_top-col.second-1.first {
  max-width: 156px;
}

.footer_top-col.first {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.footer_top-col.first.new, .footer_top-col.first.new.new2, .footer_top-col.first.new, .footer_top-col.first.new.new2, .footer_top-col.first.new.new2 {
  max-width: 529px;
}

.footer_top-col.second {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  width: 100%;
  max-width: 469px;
  display: flex;
}

.footer_top-col.second.new {
  min-height: 264px;
}

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

.footer_top-col-list-itext {
  color: #41424d;
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.footer_top-col-list-itext.no-capitalize {
  text-transform: none;
}

.footer_copyright-img {
  width: 100%;
  max-width: 48px;
}

.footer_top-col-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.footer_logo {
  object-fit: contain;
  width: 100%;
  max-width: 85px;
  margin-bottom: 10px;
}

.footer_pagination-wrao {
  grid-column-gap: 7.2px;
  grid-row-gap: 7.2px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_image {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.footer_wrapper {
  padding-top: 45px;
  padding-bottom: 0;
}

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

.container-large-4.small {
  max-width: 1080px;
}

.footer_slider.swiper {
  width: 100%;
  max-width: 100%;
}

.case_arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.footer_rgb {
  background-image: linear-gradient(90deg, #f9514b, #6321f3);
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer_top-wrap {
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.footer_slider-item {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 18px 15px;
}

.footer_slider-item.swiper-slide {
  background-color: #e5e5dc;
  border-color: #e8e8e8;
  border-radius: 16px;
  flex-flow: column;
  height: max-content;
  margin-bottom: 15px;
  padding: 8px 8px 16px;
  display: flex;
}

.footer_slider-item.swiper-slide.new {
  background-color: #e5e5dc;
}

.footer_slider-item.new.swiper-slide {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
}

.footer_slider-item.new.swiper-slide.v2 {
  background-color: #fff;
}

.footer_bot-left {
  width: 100%;
  max-width: 520px;
}

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

.footer_bot-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.footer_bot-item {
  width: 100%;
  max-width: 170px;
}

.footer_bot-item.v2 {
  max-width: 96px;
}

.footer_bot-item.v3 {
  max-width: 115px;
}

.footer_bot-item.v4 {
  max-width: 90px;
}

.footer_bot-item.v5 {
  max-width: 149px;
}

.footer_bot-item.v6 {
  max-width: 155px;
}

.footer_bot-item.v7 {
  max-width: 162px;
}

.footer_bot-item.v8 {
  max-width: 160px;
}

.footer_bot-item.v9 {
  max-width: 162px;
}

.footer_bot-item.v7-1 {
  max-width: 181px;
}

.footer_slider-item-head {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.footer_slider-item-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_slider-item-content {
  margin-bottom: 20px;
}

.footer_slider-avatar-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_slider-avatar {
  width: 100%;
  max-width: 44px;
}

.footer_slider-title-wrap {
  flex-flow: column;
  display: flex;
}

.footer_top-col-item {
  width: 100%;
  max-width: 150px;
}

.footer_top-col-item.right {
  flex-flow: column;
  max-width: 294px;
  display: flex;
}

.footer_top-col-item.right.new {
  max-width: 100%;
}

.footer_top-col-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.footer_top-col-item-image {
  border-radius: 8px;
  width: 100%;
  max-width: 90px;
  box-shadow: 0 0 0 .574px #dcdada, 0 .415px 1.244px -.383px #79594f1a, 0 1.576px 4.729px -.765px #79594f1c, 0 6.888px 20.664px -1.148px #79594f24, inset 0 -.689px .115px #fff;
}

.footer_top-col-item-image.v2 {
  max-width: 93px;
}

.footer_top-col-item-img {
  width: 100%;
}

.footer_copyright-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright-wrap-img {
  width: 100%;
  max-width: 26px;
}

.modal-big {
  z-index: 120;
  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-big.visible {
  opacity: 1;
  visibility: visible;
}

.modal-big_overlay {
  z-index: 120;
  background-color: #322e2e80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-big_wrapper {
  z-index: 9999;
  background-image: url("https://cdn.prod.website-files.com/69d920b169e9b75172319af0/69e0bd9a05dc3e595992fd85_Frame%202147260033%20(1).avif");
  background-position: 50%;
  background-size: cover;
  border-radius: 26px;
  width: 100%;
  max-width: 532px;
  padding: 23px 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-big_image {
  width: 100%;
  max-width: 261px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modal-big_title-wrap {
  text-align: center;
  margin-bottom: 6px;
}

.modal-big_text-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.modal-big_exit {
  z-index: 121;
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 24px 38px auto auto;
}

.modal-big_exit:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.banner_image-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.case_inner-controls {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.case_arrow-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case_pag {
  background-color: #0000000d;
  border-radius: 61px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 18px;
  display: flex;
}

.pricing_item-avatar-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_tabs {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 88px;
  display: flex;
}

.pricing_tabs.active-2 {
  font-weight: 500;
}

.link {
  transition: all .4s;
}

.link:hover {
  opacity: .6;
}

.pricing_tabs-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 88px;
  display: flex;
}

.pricing_tabs-2.active-2 {
  justify-content: center;
  align-items: center;
  width: 88px;
  display: flex;
}

.hero_item-modal {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  width: 343px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.hero_item-modal.visible {
  opacity: 1;
  visibility: visible;
}

.hero_item-modal-wrap {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 18px 15px;
}

.hero_item-modal-wrap.new.swiper-slide {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
}

.hero_item-modal-wrap.new.swiper-slide.v2 {
  background-color: #fff;
}

.hero_item-modal-wrap.swiper-slide {
  background-color: #e5e5dc;
  border-color: #e8e8e8;
  border-radius: 16px;
  flex-flow: column;
  height: max-content;
  margin-bottom: 15px;
  padding: 8px 8px 16px;
  display: flex;
}

.hero_item-modal-wrap.swiper-slide.new {
  background-color: #e5e5dc;
}

.health_table-left-list-item-divider {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-black-b {
  background-color: var(--primary-text);
  min-height: 58px;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: inset 0 4px 6px #ffffff40, 0 .711px 2.419px -.5px #00000029, 0 1.937px 6.586px -1px #00000029, 0 4.253px 14.461px -1.5px #00000029, 0 9.441px 32.1px -2px #00000029, 0 24px 81.6px -2.5px #00000029;
}

.cta-black-b:hover {
  opacity: .6;
}

.cta-black-b.center {
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  box-shadow: inset 0 4px 6px #ffffff40, 0 .711px 2.419px -.5px #00000029, 0 1.937px 6.586px -1px #00000029, 0 4.253px 14.461px -1.5px #00000029, 0 9.441px 32.1px -2px #00000029, 0 24px 81.6px -2.5px #00000029;
}

@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-left {
    max-width: 310px;
  }

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

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

  .health_table-left-list-item, .health_table-left-list-item.center, .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, .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: 92px;
  }

  .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: 250px;
    display: flex;
  }

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

  .practice_item-img.desktop {
    display: none;
  }

  .practice_item-img.mobile {
    display: block;
  }

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

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

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

  .practice_item-medium.swiper-slide {
    flex-flow: column;
    min-height: 250px;
    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: 100%;
    padding: 20px;
  }

  .nudge_item-extra-small.green, .nudge_item-small.gray, .nudge_item-small.gray {
    max-width: 100%;
  }

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

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

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

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

  .strapline-gray {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .built_list-img {
    margin-top: 0;
  }

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

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

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

  .steps-congrats_item.last {
    padding-bottom: 20px;
  }

  .steps-congrats_img {
    display: block;
  }
}
