@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url("../fonts/Inter-VariableFont_opszwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url("../fonts/Inter-Italic-VariableFont_opszwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body {
  color: #161616;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 115%;
  display: flex;
}

h2 {
  z-index: 1;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

h3 {
  color: #394856;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  color: #394856;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: #394856cc;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

a {
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
}

/* style x-cloak */
[x-cloak] {
  display: none !important;
}

.sg-scetion {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.typography {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-primary {
  color: #fff;
  white-space: nowrap;
  background-color: #49a0d8;
  border: 1px solid #ffffff1f;
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
}

.btn-primary:hover {
  background-color: #2a6992;
}

.btn-primary.patient-popup-btn {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  cursor: pointer;
  background-color: #353c40;
  border-width: 0.0625rem;
  border-color: #ffffff29;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-flex;
}

.btn-primary.patient-popup-btn:hover {
  background-color: #161616;
}

.btn-primary.physician-popup-btn {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  cursor: pointer;
  background-color: #49a0d8;
  border-width: 0.0625rem;
  border-color: #ffffff29;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn-primary.physician-popup-btn:hover {
  background-color: #2a6992;
}

.btn-primary.registration-btn {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn-light {
  color: #394856;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease;
  display: inline-flex;
}

.btn-light:hover {
  border: 1px solid #3948561f;
}

.btn-secondary {
  color: #161616;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #3948561f;
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
  box-shadow: 0 0 1.5rem #1616161a;
}

.btn-secondary:hover {
  background-color: #ededed;
}

.btn-secondary-txt {
  color: #394856;
  font-size: 1rem;
  line-height: 100%;
}

.btn-tertiary {
  color: #fff;
  background-color: #161616;
  border: 0.0625rem solid #fff6;
  border-radius: 0.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
  box-shadow: 0 0 1.5rem #1616161a;
}

.btn-tertiary:hover {
  background-color: #353c40;
}

.btn-tertiary-txt {
  color: #fff;
  font-size: 1rem;
  line-height: 100%;
}

.paddings {
  margin-top: 20px;
}

.padding-l_r {
  justify-content: space-between;
  padding-left: 5.6rem;
  padding-right: 5.625rem;
}

.padding-t-small {
  padding-top: 5rem;
}

.padding-b-small {
  padding-bottom: 5rem;
}

.padding-b-large {
  padding-bottom: 7.5rem;
}

.navbar {
  z-index: 10;
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  width: 30%;
}

.logo-wrapper.is-footer {
  width: auto;
}

.nav-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 100%;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.nav-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #161616cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

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

.btn-login_patient {
  color: #fff;
  white-space: nowrap;
  background-color: #353c40;
  border: 1px solid #ffffff29;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-login_patient:hover {
  background-color: #161616;
}

.vertical-divider {
  background-color: #1616161a;
  width: 1px;
  height: 1rem;
}

.vertical-divider.is-1rem {
  height: 1rem;
}

.btn-login_physician {
  color: #161616;
  white-space: nowrap;
  background-color: #ffffffa3;
  border: 1px solid #16161629;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 100%;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-login_physician:hover {
  background-color: #ffffffd9;
}

.login-btn-group {
  display: flex;
}

.login-btn-group > .btn-login_physician:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.login-btn-group > .btn-login_physician:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (max-width: 767px) {
  .login-btn-group {
    flex-direction: column;
  }

  .login-btn-group > .btn-login_physician:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .75rem;
    border-bottom: none;
  }

  .login-btn-group > .btn-login_physician:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .75rem;
  }
}

.section-hero {
  z-index: 5;
  background-image: linear-gradient(#3591ca80, #2974a312 50%, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-container {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.5rem;
  padding-bottom: 1.5rem;
  padding-left: 5.625rem;
  display: flex;
}

.hero-content {
  width: 50%;
  position: relative;
}

.btn-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-block {
  width: 100%;
  max-width: 50%;
  height: 37rem;
  max-height: 38rem;
  position: relative;
}

.hero-img {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  border-radius: 1rem 0 1rem 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-block {
  background-image: linear-gradient(#ffffff80, #fff0);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.2rem;
  left: -0.8rem;
  right: 0%;
}

.lockup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.hero-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 60%, #f8fbfd66 80%, #f8fbfd);
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
}

.hero-horizontal-divider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.benefits-vertical_divider {
  height: 1.5rem;
}

.section-hero-wrapper {
  height: 100svh;
  min-height: 60rem;
  max-height: 67.5rem;
  padding: 0.75rem;
}

.section-how_it_works {
  width: 100%;
  max-width: 100rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-3col {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-icon {
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  display: flex;
}

.feature-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card {
  background-image: linear-gradient(270deg, #fff0, #fff);
  border: 0.0625rem solid #eee;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0.0625rem 0.0625rem 4rem #39485614;
}

.card-heading {
  color: #394856cc;
  padding-bottom: 8.375rem;
  font-size: 1.5rem;
  line-height: 130%;
}

.features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.card-img {
  z-index: -1;
  opacity: 0.2;
  background-image: url("../images/b42232c74a82c21285320de10e9c5116ebb2b7ce-2.webp");
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.section-cost {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.costs-card-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.costs-card {
  border-radius: 1rem;
  width: 100%;
  max-width: 33%;
  height: 30rem;
}

.costs-card.card-textured {
  background-color: #e0c197;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
}

.costs-card.is-img {
  background-image: url("../images/IMG-FM-copay1.webp");
  background-position: 50%;
  background-size: cover;
}

.costs-card.is-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.costs_card-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.h2-white {
  color: #fff;
}

.vector-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-arrow_decorative {
  width: 30%;
}

.costs_card-subtitle {
  color: #fff9;
  font-size: 1rem;
  line-height: 130%;
}

.textured-img {
  opacity: 0.32;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.costs_card-title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-doctors {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 1rem;
  width: 100%;
  max-height: 16rem;
}

.section-fmdifference {
  background-color: #f1f4f5;
  width: 100%;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fmdifference-text {
  width: 100%;
  max-width: 33%;
}

.fmdifference-cards {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.fmdifference-card {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.podiatrists-list {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.list-item {
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
  background-color: #ffffff47;
  border: 0.0625rem solid #fff3;
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.875rem 0.75rem;
  display: flex;
}

.item-text {
  color: #fff;
  font-size: 1rem;
  line-height: 130%;
}

.img-bg-fmdifference_card {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-checkmark {
  padding-top: 0.25rem;
}

.tab-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.tab-link.w--current {
  background-image: linear-gradient(110deg, #082f49, #0d3651 14%, #4f93c0 75%);
}

.section-tabs {
  width: 100%;
  max-width: 100rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

.left-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-column {
  width: 50%;
}

.section-globetasol {
  width: 100%;
  max-width: 100rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table-wrapper {
  justify-content: space-between;
  position: relative;
}

.table-img {
  pointer-events: none;
  width: 100%;
  margin-top: 0.5rem;
}

.table-img.show-mobile {
  display: none;
}

.title-table {
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-banner_cta {
  width: 100%;
  max-width: 100rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.banner_cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_group {
  z-index: 1;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #3948560a;
  border: 1px solid #3948561f;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  display: flex;
  position: relative;
}

.img-banner_bg {
  z-index: -1;
  opacity: 0.4;
  object-fit: cover;
  background-image: linear-gradient(#f5f5f51a, #f5f5f5 50%, #f5f5f51a);
  width: 100%;
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.vector-line {
  background-image: linear-gradient(
    0deg,
    #fff,
    #fff 15%,
    #49a0d800 50%,
    #fff 85%,
    #fff
  );
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -6.5rem;
  left: 4%;
  right: auto;
}

.section-footer-wrapper {
  width: 100%;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.section-footer {
  z-index: 5;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: linear-gradient(#3591ca29, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer {
  width: 100%;
}

.footer-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-heading {
  color: #394856cc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
}

.footer-link {
  color: #161616bf;
  font-size: 0.875rem;
  line-height: 140%;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-flex;
}

.footer-link:hover {
  color: #161616;
}

.footer-links-wrapper {
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-p {
  color: #161616cc;
  font-size: 0.875rem;
  line-height: 100%;
}

.footer-links {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-dark {
  color: #394856cc;
  font-size: 0.875rem;
  line-height: 100%;
  text-decoration: none;
}

.footer-small-p {
  color: #39485699;
  width: 34rem;
  font-size: 0.875rem;
}

.links-horizontal-divider {
  border: 0.0625rem solid #39485614;
  border-radius: 0.0625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-bottom-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  display: flex;
}

.navbar-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-img_banner {
  background-image: linear-gradient(90deg, #f5f5f51a, #f5f5f5 50%, #f5f5f51a);
  position: absolute;
  inset: 0%;
}

.features-p {
  max-width: 22rem;
}

.features-p.warts-p {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.p-costs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.difference-p {
  max-width: 21.25rem;
}

.benefits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-columns-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-top: 0.8rem;
  display: flex;
}

.mobile-menu-icon {
  display: none;
  position: static;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-width32 {
  max-width: 32rem;
}

.benefit-title {
  max-width: 10rem;
  line-height: 140%;
}

.benefit-title.size-l {
  max-width: 16rem;
}

.section-container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.h-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-tabs {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 40svh;
  max-height: 95svh;
}

.tab_caption-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}

.tab-img {
  object-fit: contain;
  border: 1px solid #f5f7f8;
  border-radius: 4px;
  flex: none;
  width: 58rem;
  box-shadow: 1px 1px 24px #082f491f;
}

.tab-title {
  color: #394856;
  font-size: 1.75rem;
  line-height: 120%;
  position: relative;
}

.tab-hide {
  width: 0;
  height: 0;
  display: block;
}

.tabs-path {
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: 2.4rem 2rem auto auto;
}

.tabs-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.tabs-caption {
  color: #ffffffb3;
}

.tabs-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1.75rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.tabs-link.w--current {
  background-image: linear-gradient(110deg, #4580ad, #78a8c6 50%, #4f93c0 95%);
}

.img-logo {
  width: auto;
  height: 2.2rem;
}

.title-fmdifference_card {
  color: #fff;
  padding: 1.75rem;
  line-height: 100%;
}

.flex-h-2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.section-offerings_wrapper {
  height: 100svh;
  min-height: 54rem;
  max-height: 60rem;
  padding: 0.75rem;
}

.section-offerings {
  z-index: 5;
  background-image: linear-gradient(#3591ca80, #2974a312 50%, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.offerings-container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-left: 4.875rem;
  padding-right: 4.875rem;
  display: flex;
}

.offerings-content {
  width: 50%;
  position: relative;
  bottom: 1.875rem;
}

.span-padding-top {
  padding-top: 1.5rem;
  display: block;
}

.p-width30 {
  max-width: 30rem;
}

.offerings-image-block {
  width: 50%;
  height: 37rem;
  max-height: 38rem;
  position: relative;
}

.antifungals-flex-h-2col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offerings-img {
  z-index: 1;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  top: -1px;
}

.antifungals-bg-block {
  background-image: linear-gradient(#ffffff80, #fff0);
  border-radius: 1.25rem;
  width: 103%;
  position: absolute;
  inset: 2% 0% 0% -1.5%;
}

.wirts-h2 {
  display: flex;
}

.wirts-card-img {
  z-index: -1;
  opacity: 0.2;
  background-image: url("../images/d829c934e5c0f3eb02adea70dc21bb0ccea644f2.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.signin-caption,
.default_modal-caption {
  max-width: 15rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 140%;
}

.patient_signin-bg-wrapper,
.default_modal-bg-wrapper {
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  padding: 0.5rem;
  z-index: 100;
}

.default_modal-bg-overlay {
  z-index: 99;
  background-color: #11111180;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.form-feedback {
  width: 100%;
  border-radius: .5rem;
  margin: 0 0 1rem;
  padding: .8rem 1rem;
}

.form-feedback.error {
  border: 1px solid #b40d0d;
  background-color: #fff5f5;
}

.form-feedback.success {
  border: 1px solid #0db44d;
  background-color: #f5fff5;
}

.text-error {
  color: #b40d0d;
  font-size: 0.825rem;
  line-height: 140%;
  margin: 0.25rem 0 0 0.125rem;
}

.text-success {
  color: #0db44d;
  font-size: 1rem;
  line-height: 140%;
}

.form-field {
  color: #082f49;
  border: 1px solid #b5c1c8;
  border-radius: 0.5rem;
  width: 100%;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 1.125rem;
}

.form-field:active,
.form-field:focus {
  color: #082f49;
  border-color: #082f49;
}

.form-field::placeholder {
  color: #b5c1c8;
}

.grow {
  flex-grow: 1;
}

@media screen and (max-width: 479px) {
  .form-row {
    flex-direction: column;
    grid-row-gap: 1.5rem!important;
  }

  .form-btn-row > button {
    flex-grow: 1;
  }
  
}

.form-btn-row {
  display:flex; 
  justify-content:flex-end; 
  gap: 1rem;
}

.icon-btn-small {
  z-index: 1;
  width: 0.4rem;
  position: relative;
}

.btn-overlay_dark {
  pointer-events: none;
  background-color: #082f4900;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-text {
  z-index: 1;
  font-size: 1.125rem;
  position: relative;
}

.link-forgot_password {
  color: #444;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-decoration: underline;
}

.patient_signin-form {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-patient_signin-close {
  cursor: pointer;
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
}

.patient_signin-title {
  color: #394856;
  font-size: 2rem;
  font-weight: 600;
}

.patient_signin-form_wrapper {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.patient_signin-wrapper {
  z-index: 99;
  background-color: #11111180;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-dark {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #fff;
  background-image: linear-gradient(120deg, #082f49, #4584af 65%);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-signin {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border: 1px solid #ffffff52;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 0.875rem;
  font-size: 1.125rem;
  line-height: 100%;
  transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-flex;
}

.btn-signin:hover {
  background-color: #ffffff5c;
}

.no-account {
  color: #444;
  line-height: 140%;
}

.signup-lockup-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.signup-link_register {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.popup-divider {
  border: 0.0625rem dashed #39485629;
  height: 0.0625rem;
}

.link-signup {
  color: #49a0d8;
  line-height: 100%;
  text-decoration: underline;
}

.p-width26 {
  max-width: 26rem;
}

.p-width26.align-center {
  text-align: center;
}

.map_field-label {
  color: #394856;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.map-btn_search {
  color: #fff;
  cursor: pointer;
  background-color: #394856;
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  line-height: 100%;
  transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.map-btn_search:hover {
  background-color: #274555;
}

.provider-phone_number {
  color: #394856;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.8125rem;
  line-height: 120%;
}

.title-provider_list {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}

.provider-list_blank-icon {
  width: 6rem;
  height: 6rem;
}

.map_field-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.map_field-wrapper.radius {
  max-width: 18rem;
}

.map_field-wrapper.telemedicine {
  border-style: dashed;
  border-width: 1px;
  border-color: #16161629;
  border-radius: 0.75rem;
  width: 100%;
  display: initial;
}

.map_field-wrapper.telemedicine > label[for="telemedicine"] {
  display: flex;
  align-items: center;
  margin: 0;
  height: 2.75rem;
  padding: 0 1rem;
  width: 100%;
  gap: 0.5rem;
}

.map_field-wrapper.telemedicine
  > label[for="telemedicine"]
  > input[type="checkbox"] {
  height: 1.125rem;
  width: 1.125rem;
}

.img-map,
.map {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 43.75rem;
  display: flex;
  position: relative;
}

.doctor-btn_call {
  color: #fff;
  cursor: pointer;
  background-color: #161616;
  border: 1px solid #e2e6e8;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  box-shadow: 2px 2px 12px #1111110a;
}

.doctor-btn_call:hover {
  background-color: #353c40;
}

.map-fields {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.map-field {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #082f4999;
  background-color: #fff;
  border: 1px solid #082f493d;
  border-radius: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 1rem;
}

.map-field:focus {
  color: #082f49;
  border-color: #082f49cc;
}

.map-field::placeholder {
  color: #394856;
}

.map-field.field-name::placeholder {
  color: #394856cc;
}

.divider-doctor_list {
  background-color: #e2e6e8;
  flex: none;
  width: 100%;
  height: 1px;
  position: relative;
}

.provider-btn-group {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map-provider_list {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 95%;
  display: flex;
  position: relative;
  padding: 0;
  list-style: none;
}

.provider-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  border-bottom: 1px solid #e2e6e8;
  padding-bottom: 1rem;
}

.provider-wrap.last {
  border: none;
  padding-bottom: 0;
}

.map-provider_list-wrapper {
  background-color: #fafafa;
  border: 0.0625rem solid #16161629;
  border-radius: 1rem;
  width: 24rem;
  height: 95%;
  margin-left: 2.5rem;
  padding: 1.5rem;
  position: absolute;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 1px 1px 12px -4px #082f4929;
  display: flex;
  flex-direction: column;
}

.map-provider_list-wrapper .inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.map-provider_list-wrapper .inner .blank-box {
  display: grid;
  place-items: center;
  flex-grow: 1;
}

.section-patient-map {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.doctor-name {
  color: #082f49;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.map-lockup {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.doctor-btn_skinstore {
  color: #fff;
  cursor: pointer;
  background-color: #49a0d8;
  border: 0.0625rem solid #ffffff29;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.doctor-btn_skinstore:hover {
  background-color: #444;
}

.provider-address {
  color: #394856cc;
  margin-bottom: 0.2rem;
  font-size: 0.8125rem;
  line-height: 120%;
}

.name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.distance {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.num {
  border: 0.0625rem solid #082f4929;
  border-radius: 12.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.mile {
  font-size: 0.8125rem;
  font-weight: 600;
}

.image {
  width: 0.875rem;
  height: 0.875rem;
}

.map-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #fff);
  border-radius: 1rem;
  width: 24rem;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.steps-indicator {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2.5rem 0;
  display: flex;
}

.step {
  color: #39485680;
  background-color: #3948560d;
  border: 0.0625rem solid #39485680;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
  min-height: 3rem;
  font-size: 0.875rem;
  display: flex;
}

.step.active {
  color: #49a0d8;
  background-color: #49a0d80d;
  border-color: #49a0d8;
}

.form-row {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-group {
  padding: 1rem;
  border-style: dashed;
  border-width: 1px;
  border-color: #16161629;
  border-radius: 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.5rem;
  background-color: #fff;
}

.form-check {
  display: flex;
  grid-column-gap: 0.5rem;
  width: 100%;
  align-items: anchor-center;
}

.form-check label {
  color: #333333;
  font-size: 13px;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.form-check label a {
  color: #49a0d8;
  font-size: inherit;
}

.form-check label a:hover {
  text-decoration: underline;
}

.form-check input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.registration-h1 {
  text-align: center;
  margin-bottom: 1rem;
}

.form-body {
  grid-column-gap: 0.75rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-placeholder {
  background-color: #0000;
  border: 0.0625rem solid #16161629;
  border-radius: 0.75rem;
  width: 100%;
  height: 2.75rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.input-placeholder:focus {
  border-color: #49a0d8;
}

.input-placeholder:focus-visible,
.input-placeholder[data-wf-focus-visible] {
  color: #394856;
}

.input-placeholder::placeholder {
  color: #394856cc;
}

.input-placeholder.active::placeholder {
  color: #394856;
}

.section-registration-wrapper {
  padding: 0.75rem;
}

.section-registration {
  z-index: 5;
  background-image: linear-gradient(#3591ca80, #2974a312 50vh, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.step-indicator-divider {
  width: 100%;
}

.info-wrapper,
.navbar-overlay {
  display: none;
}

.section-physician-wrapper {
  padding: 0.75rem;
}

.doctor-btn-group {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.doctor-btn_email {
  color: #fff;
  cursor: pointer;
  background-color: #49a0d8;
  border: 0.0625rem solid #ffffff29;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.doctor-btn_email:hover {
  background-color: #2a6992;
}

.find_physician-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 1.5rem;
  padding-left: 5.625rem;
  display: flex;
}

.nav-dropdown_container {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff3d;
  border-bottom: 1px solid #ffffff3d;
  border-left: 1px solid #ffffff3d;
  border-right: 1px solid #ffffff3d;
  border-radius: 0 0 0.75rem 0.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 24px 24px #0000001f;
}

.nav-dropdown_container.w--open {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: inline-flex;
}

.page-link {
  color: #161616b3;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: margin-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-link:hover {
  color: #161616;
  margin-left: 4px;
}

.nav-dropdown {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  color: #161616cc;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.map-icon {
  pointer-events: none;
  position: absolute;
  inset: 48% 0.75rem 0% auto;
}

.physician_signin-title,
.default_modal-title {
  color: #394856;
  font-size: 2rem;
  font-weight: 600;
}

.nav-dropdown_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: none;
  position: absolute;
  right: -12.6rem;
}

.nav-dropdown_wrapper.w--open {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
}

.hero-title {
  max-width: 25rem;
}

.map-selector-wrapper {
  width: 100%;
  position: relative;
}

.physician_signin-wrapper,
.default_modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.physician_signin-bg-wrapper,
.default_modal-bg-wrapper {
  -webkit-backdrop-filter: blur(.625rem);
  backdrop-filter: blur(.625rem);
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  padding: 0.5rem;
}

.physician_signin-form_wrapper,
.default_modal-form_wrapper {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.physician_signin-form,
.staff_signin-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-physician_signin-close,
.icon-default_modal-close {
  cursor: pointer;
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
}

.lottie-menu_icon {
  z-index: 3;
  width: 0.85rem;
  height: 0.85rem;
  position: relative;
}

.p-provider_list {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.provider-info {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
}

.provider-telemedicine_link {
  margin-bottom: 0.325rem;
}

.provider-telemedicine_link a {
  color: #49a0d8;
  text-decoration: underline;
  font-size: 0.875rem;
}

.titile-find_physician {
  text-align: center;
}

.section-login-wrapper {
  height: 100svh;
  min-height: 50rem;
  max-height: 67.5rem;
  padding: 0.75rem;
}

.section-login {
  z-index: 5;
  background-image: linear-gradient(#3591ca80, #2974a312 50%, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-login-container {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  display: flex;
}

.physician_login-bg-wrapper {
  filter: drop-shadow(1px 1px 24px #28282833);
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  padding: 0.5rem;
}

.patient_login-bg-wrapper {
  filter: drop-shadow(1px 1px 16px #28282833);
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  padding: 0.5rem;
}

.patient_signin-bg-wrapper-copy,
.default_modal-bg-wrapper-copy {
  -webkit-backdrop-filter: blur(.625rem);
  backdrop-filter: blur(.625rem);
  background-color: #ffffff29;
  border: 0.0625rem solid #ffffff3d;
  border-radius: 1.5rem;
  padding: 0.5rem;
}

.section-policy-wrapper {
  height: 100%;
  min-height: 50rem;
  padding: 0.75rem;
}

.section-policy {
  z-index: 5;
  background-image: linear-gradient(#3591ca80, #2974a312 50vh, #3995ce00);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-policy-container {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 8.5rem;
  display: flex;
}

.title-policy {
  font-size: 2.5rem;
}

.policy-update_date {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.p-privacy {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ol.numbered-list-title {
  color: #394856;
  padding-left: 1.675rem;
  font-size: 1.5rem;
  font-weight: 600;
}

ul.p-privacy,
ol.p-privacy {
  color: #394856cc;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

.font-bold {
  font-weight: 600;
}

.text-underline {
  text-decoration: underline;
}

.h2-privacy,
.h3-title {
  margin-top: 2rem;
  font-size: 2rem;
}

.h3-policy,
.h4-title,
.policy-wrapper ol.title > li {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.h4-title {
  color: #394856;
}

.policy-wrapper ol.title {
  padding-left: 1.625em;
}

.policy-wrapper ol.title > li::marker {
  font-weight: 600;
  color: #394856;
}

.policy-wrapper a {
  color: #49a0d8;
  line-height: 100%;
  text-decoration: underline;
  word-wrap: break-word;
}

.h4-policy {
  font-size: 1.25rem;
  color: #394856;
  font-weight: 600;
}

.h4-policy.policy-margin-top {
  margin-top: 2rem;
}

.h4-policy.policy-margin-top.text-underline,
.h4-policy.text-underline {
  text-decoration: underline;
}

.h4-policy.policy-margin-bottom {
  margin-bottom: 0.5rem;
}

.h4-policy.policy-margin-bottom.policy-margin-top {
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .btn-primary-txt,
  .btn-secondary-txt,
  .btn-tertiary-txt {
    font-size: 0.7rem;
  }

  .padding-l_r {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    z-index: 1;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 54px;
    margin-top: 1rem;
  }

  .logo-wrapper {
    width: 30%;
  }

  .nav-items {
    display: none;
  }

  .nav-items.display {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-buttons {
    width: 30%;
    display: none;
  }

  .nav-buttons > * {
    width: 100%;
  }

  .nav-buttons.display {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-link {
    color: #fff;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .btn-login_patient {
    white-space: nowrap;
    font-size: 1.125rem;
  }

  .vertical-divider {
    border-width: 0.00625rem;
    height: 1rem;
    display: block;
  }

  .btn-login_physician {
    font-size: 1.125rem;
  }

  .hero-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-image-block {
    max-width: 48%;
    height: 29rem;
  }

  .lockup {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
  }

  .hero-horizontal-divider,
  .benefits-vertical_divider {
    border-width: 0.0001rem;
  }

  .section-hero-wrapper {
    height: 100%;
    min-height: 46rem;
    padding: 0.5rem 0.5rem 2rem;
  }

  .section-how_it_works {
    margin-bottom: 5rem;
  }

  .flex-3col {
    flex-flow: wrap;
  }

  .feature-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-icon {
    border-width: 0.00625rem;
    flex: none;
    width: 5rem;
    height: 5rem;
  }

  .feature-text {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card {
    border-width: 0.00625rem;
    padding: 1.6rem;
  }

  .card-heading {
    padding-bottom: 5rem;
    font-size: 1rem;
  }

  .features {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-cost {
    margin-bottom: 2.5rem;
  }

  .costs-card-list {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .costs-card.card-textured {
    max-width: 49%;
    height: 20rem;
    padding: 1.6rem 1.25rem;
  }

  .costs-card.is-img {
    max-width: 49%;
    height: 20rem;
  }

  .costs-card.is-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: 100%;
  }

  .icon-arrow_decorative {
    width: 3.4rem;
  }

  .img-doctors {
    width: 49%;
  }

  .section-fmdifference {
    margin-bottom: 2.5rem;
  }

  .fmdifference-text {
    max-width: 100%;
  }

  .fmdifference-cards {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    margin-top: 1rem;
  }

  .fmdifference-card.card-podiatrist {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fmdifference-card.card-patient {
    grid-column-gap: 3.625rem;
    grid-row-gap: 3.625rem;
  }

  .list-item {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }

  .section-tabs {
    margin-bottom: 5rem;
  }

  .left-column,
  .right-column {
    width: 100%;
  }

  .section-globetasol {
    margin-bottom: 5rem;
  }

  .table-img {
    margin-top: 2rem;
  }

  .table-img.show-mobile {
    margin-top: 0;
    display: block;
  }

  .table-img.hide-mobile {
    display: none;
  }

  .title-table {
    position: relative;
  }

  .vector-line {
    top: -7rem;
    left: 1rem;
  }

  .section-footer-wrapper {
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .section-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-heading {
    font-size: 0.7rem;
  }

  .footer-link {
    line-height: 150%;
  }

  .footer-links-wrapper {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
  }

  .footer-p {
    font-size: 0.7rem;
  }

  .footer-links {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
  }

  .footer-link-dark,
  .footer-small-p {
    font-size: 0.7rem;
  }

  .links-horizontal-divider {
    border-width: 0.00625rem;
  }

  .p-costs {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
    width: 50%;
    padding-left: 0;
  }

  .difference-p {
    max-width: 28rem;
  }

  .benefits {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-columns-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-icon {
    z-index: 5;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    display: flex;
    position: relative;
  }

  .menu-line-top,
  .menu-line-bottom {
    transform-origin: 50%;
    background-color: #f3f4f8;
    width: 24px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-content {
    z-index: 2;
  }

  .p-width32 {
    max-width: 100%;
  }

  .benefit-title {
    font-size: 0.8125rem;
  }

  .h-flex.tablet-v_flex {
    flex-flow: column-reverse;
  }

  .img-tabs {
    object-fit: cover;
    object-position: 50% 20%;
    min-height: 45svh;
    max-height: 30rem;
  }

  .tab_caption-wrapper {
    max-width: 90%;
  }

  .tab-img {
    width: 48rem;
  }

  .tabs-wrapper,
  .tabs-menu {
    max-width: 100%;
  }

  .tabs-caption {
    font-size: 1.2rem;
  }

  .img-logo {
    height: 1.8rem;
  }

  .flex-h-2col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-offerings_wrapper {
    height: 100%;
    min-height: 46rem;
    padding: 0.4rem 0.4rem 2rem;
  }

  .offerings-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .offerings-content {
    bottom: 0;
  }

  .offerings-image-block {
    max-width: 46.5%;
    height: 29rem;
  }

  .antifungals-flex-h-2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .patient_signin-bg-wrapper,
  .default_modal-bg-wrapper {
    margin-top: 6rem;
  }

  .form-field,
  .form-field::placeholder {
    font-size: 1.125rem;
  }

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

  .btn-signin {
    font-size: 1.2rem;
  }

  .section-registration-wrapper {
    height: 100%;
    min-height: 46rem;
    padding: 0.4rem 0.4rem 2rem;
  }

  .info-wrapper {
    z-index: 2;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    display: none;
    position: absolute;
    inset: 7.5rem auto auto 0%;
  }

  .navbar-overlay {
    background-color: #16161633;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .section-physician-wrapper {
    height: 100%;
    min-height: auto;
    padding: 0.4rem 0.4rem 2rem;
  }

  .find_physician-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .physician_signin-wrapper,
  .default_modal-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .physician_signin-bg-wrapper,
  .default_modal-bg-wrapper {
    margin-top: 6rem;
  }

  .section-login-wrapper {
    height: 100%;
    min-height: 46rem;
    padding: 0.5rem 0.5rem 2rem;
  }

  .section-login-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2rem;
  }

  .physician_login-bg-wrapper, .patient_login-bg-wrapper, .patient_signin-bg-wrapper-copy, .default_modal-bg-wrapper {
    margin-top: 6rem;
  }

  .section-policy-wrapper {
    height: 100%;
    min-height: 46rem;
    padding: 0.5rem 0.5rem 2rem;
  }

  .section-policy-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 8.5rem 2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    flex-flow: column;
  }

  .btn-primary-txt,
  .btn-secondary-txt {
    font-size: 0.6rem;
  }

  .padding-l_r {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-l_r.mobile-custom {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .logo-wrapper {
    width: 50%;
  }

  .nav-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .nav-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
    text-align: center;
  }

  .btn-login_patient {
    font-size: 1.2rem;
  }

  .vertical-divider.display-none {
    display: none;
  }

  .btn-login_physician {
    font-size: 1.2rem;
  }

  .section-hero {
    border-radius: 2rem;
  }

  .hero-container {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-image-block {
    max-width: 100%;
    height: 20rem;
  }

  .hero-img {
    border-top-right-radius: 1rem;
  }

  .bg-block {
    inset: -2% 0% 0%;
  }

  .benefits-vertical_divider {
    display: none;
  }

  .section-hero-wrapper {
    min-height: auto;
    max-height: none;
  }

  .section-how_it_works {
    margin-bottom: 2.5rem;
  }

  .card {
    width: 100%;
  }

  .features {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .costs-card-list {
    flex-flow: column;
  }

  .costs-card.card-textured,
  .costs-card.is-img {
    max-width: 100%;
  }

  .costs-card.is-3 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .vector-btn {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: auto;
  }

  .img-doctors {
    display: none;
  }

  .section-fmdifference {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fmdifference-text {
    width: 100%;
  }

  .fmdifference-cards {
    flex-flow: column;
  }

  .fmdifference-card {
    width: 100%;
    height: 22rem;
  }

  .fmdifference-card.card-podiatrist {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
  }

  .left-column {
    flex-flow: column;
    width: 100%;
  }

  .right-column {
    width: 100%;
  }

  .section-globetasol {
    margin-bottom: 2.5rem;
  }

  .table-img {
    margin-top: 3.5rem;
  }

  .table-img.hide-mobile {
    display: none;
  }

  .banner_cta {
    padding: 2.5rem 2rem;
  }

  .vector-line {
    top: -6.5rem;
    left: 0.25rem;
  }

  .section-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer {
    flex-flow: column;
  }

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-p {
    font-size: 0.8125rem;
  }

  .footer-link-dark {
    line-height: 120%;
  }

  .footer-small-p {
    width: 100%;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .p-costs {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1.25rem;
  }

  .benefits {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    width: 100%;
  }

  .footer-columns-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-menu-icon {
    z-index: 11;
  }

  .benefit-title {
    max-width: 100%;
    font-size: 1rem;
  }

  .benefit-title.size-l {
    max-width: 100%;
  }

  .img-tabs {
    min-height: 20rem;
    max-height: 20rem;
  }

  .tab-img {
    width: 100%;
  }

  .tab-title {
    max-width: 95%;
  }

  .tabs-path {
    right: 1.5rem;
  }

  .tabs-wrapper {
    flex-flow: column-reverse;
  }

  .tabs-menu {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .img-logo {
    height: 1.6rem;
  }

  .flex-h-2col {
    flex-flow: column;
  }

  .section-offerings_wrapper {
    min-height: auto;
    max-height: none;
  }

  .section-offerings {
    border-radius: 2rem;
  }

  .offerings-container {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 8.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offerings-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .offerings-image-block {
    width: 100%;
    max-width: 100%;
    height: 20rem;
  }

  .antifungals-flex-h-2col {
    flex-flow: row-reverse wrap-reverse;
  }

  .offerings-img {
    border-top-right-radius: 1rem;
  }

  .antifungals-bg-block {
    inset: 2% 0% 0% -1.5%;
  }

  .icon-btn-small {
    margin-bottom: 0;
  }

  .btn-text {
    line-height: 100%;
  }

  .btn-dark {
    font-size: 1.2rem;
  }

  .btn-signin {
    padding-left: 1.2rem;
    padding-right: 1rem;
  }

  .map_field-label {
    line-height: 150%;
  }

  .map-btn_search {
    width: 100%;
  }

  .map_field-wrapper.radius {
    max-width: 100%;
  }

  .img-map {
    margin-top: 0.5rem;
    position: relative;
  }

  .map-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .map {
    height: 520px;
    border-radius: 0;
  }

  .map-fields {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .map-provider_list,
  .provider-wrap {
    width: 100%;
  }

  .map-provider_list-wrapper {
    width: 100%;
    height: auto;
    margin-top: calc(480px - 1rem);
    margin-left: 0;
    position: relative;
    inset: 0% auto;
  }

  .map-lockup {
    grid-row-gap: 1.5rem;
    padding: 2.25rem 1.25rem 1.25rem;
  }

  .num {
    font-size: 1rem;
  }

  .section-registration-wrapper {
    min-height: auto;
    max-height: none;
  }

  .section-registration {
    border-radius: 2rem;
  }

  .info-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    top: 6rem;
  }

  .section-physician-wrapper {
    min-height: auto;
    max-height: none;
  }

  .find_physician-container {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .provider-info {
    width: 100%;
  }

  .section-login-wrapper {
    min-height: auto;
    max-height: none;
  }

  .section-login {
    border-radius: 2rem;
  }

  .section-login-container {
    flex-flow: column;
    padding: 1rem 1rem 2rem;
  }

  .section-policy-wrapper {
    min-height: auto;
    max-height: none;
  }

  .section-policy {
    border-radius: 2rem;
  }

  .section-policy-container {
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-policy {
    font-size: 2rem;
  }

  .h2-privacy,
  .h3-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .vertical-divider {
    display: none;
  }

  .btn-group {
    flex-flow: wrap;
  }

  .fmdifference-cards {
    flex-flow: column;
  }

  .fmdifference-card.card-podiatrist {
    width: 100%;
  }

  .fmdifference-card.card-patient {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .table-img.show-mobile {
    margin-top: 2rem;
  }

  .banner_cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_group {
    flex-flow: column;
  }

  .vector-line {
    top: -7rem;
  }

  .footer-heading {
    font-size: 0.875rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-links {
    flex-flow: wrap;
  }

  .footer-link-dark,
  .footer-small-p {
    font-size: 0.875rem;
  }

  .footer-columns-wrapper {
    grid-auto-columns: auto;
  }

  .img-logo {
    width: auto;
    height: 2rem;
  }

  .patient_signin-bg-wrapper,
  .default_modal-bg-wrapper {
    width: 97vw;
    max-width: 24rem;
    margin-top: 6rem;
  }

  .patient_signin-form_wrapper {
    width: 100%;
    padding: 1.25rem;
  }

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

  .signup-link_register {
    flex-flow: wrap;
  }

  .link-signup {
    white-space: nowrap;
  }

  .p-width26.align-center {
    max-width: 100%;
  }

  .p-width26.align-center.align-left {
    text-align: left;
  }

  .provider-phone_number {
    color: #394856;
    text-decoration: none;
  }

  .step {
    height: 2.2rem;
  }

  .physician_signin-wrapper,
  .default_modal-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .physician_signin-bg-wrapper,
  .default_modal-bg-wrapper {
    width: 97vw;
    max-width: 24rem;
    margin-top: 6rem;
  }

  .physician_signin-form_wrapper,
  .default_modal-form_wrapper {
    width: 100%;
    padding: 1.25rem;
  }

  .mobile-p-size {
    font-size: 0.925rem;
  }

  .titile-find_physician {
    text-align: left;
  }

  .section-login-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .physician_login-bg-wrapper {
    width: 97vw;
    max-width: 100%;
    margin-top: 6rem;
  }

  .patient_login-bg-wrapper, .patient_signin-bg-wrapper-copy, .default_modal-bg-wrapper, .default_modal-bg-wrapper-copy {
    width: 97vw;
    max-width: 24rem;
    margin-top: 6rem;
  }

  .policy-wrapper {
    width: 100%;
  }

  #w-node-_9f001a98-966e-315c-479a-874395b61002-95b60fe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f001a98-966e-315c-479a-874395b6100b-95b60fe7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

.floating-label-group {
  position: relative;
}
.floating-label-input {
  background: #fff;
  border: 1px solid #16161629;
  border-radius: 0.75rem;
  width: 100%;
  height: 2.75rem;
  padding: 0 1rem;
  font-size: 1rem;
  transition: border-color 0.2s;
  margin-bottom: 0;
}
.floating-label-input:focus {
  border-color: #49a0d8;
}
.floating-label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #394856cc;
  font-size: 1rem;
  line-height: 1.4rem;
  pointer-events: none;
  transition: all 0.2s;
  margin: 0;
  font-weight: 500;
}

.floating-label::before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 0.5px)); /** Hack to handle subpixel rendering with border-width **/
  left: 0;
  z-index: -1;
  transition: opacity 0.2s;
}

.floating-label-input:focus + .floating-label,
.floating-label-input:not(:placeholder-shown) + .floating-label,
select.floating-label-input:focus + .floating-label,
.floating-label-input:-webkit-autofill + .floating-label,
.floating-label-input:autofill + .floating-label,
select.floating-label-input:-webkit-autofill + .floating-label,
select.floating-label-input:autofill + .floating-label {
  top: 0;
  left: 0.7rem;
  padding: 0 0.3rem;
  font-size: 0.825rem;
  font-weight: 700;
  color: #49a0d8;
  z-index: 2;
}

.floating-label-input:focus + .floating-label::before,
.floating-label-input:not(:placeholder-shown) + .floating-label::before,
select.floating-label-input:focus + .floating-label::before,
.floating-label-input:-webkit-autofill + .floating-label::before,
.floating-label-input:autofill + .floating-label::before,
select.floating-label-input:-webkit-autofill + .floating-label::before,
select.floating-label-input:autofill + .floating-label::before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .floating-label-input {
    height: 2.5rem;
    font-size: 0.875rem;
  }
  .floating-label {
    font-size: 0.875rem;
  }
  .floating-label-input:focus + .floating-label,
  .floating-label-input:not(:placeholder-shown) + .floating-label,
  select.floating-label-input:focus + .floating-label,
  select.floating-label-input:not([value=""]) + .floating-label {
    font-size: 0.75rem;
  }
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 2.5rem; /* room for the custom arrow */
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%206'%20fill='none'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M1%201l4%204%204-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.9em;
  line-height: 1;
}

/* hide default IE/Edge arrow */
.custom-select::-ms-expand {
  display: none;
}

.custom-select[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

@font-face {
  font-family: "Inter Variablefont Opsz Wght";
  src: url("../fonts/Inter-VariableFont_opszwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Variablefont Opsz Wght";
  src: url("../fonts/Inter-Italic-VariableFont_opszwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body.modal-open {
  overflow: hidden;
}

.default_modal-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.default_modal-wrapper.active {
  display: flex;
}