/*
Adds a tick as a background image to an pseudo element. The image is formatted as an SVG, making it easy to change the color. Because Internet Explorer doesn't support encoded SVGs as background images, a PNG fallback is also included.
The PNG fallbacks is an white square that masks the background color to display the tick.

@param {Color} $color [$black] - Color to use for the tick.
*/
html {
  overflow: auto;
}
html.form-open {
  overflow: hidden;
}
@media screen and ((min-width: 37.5em)) {
  html.form-open .website-content:has(.summary-nav) .main-nav {
    background: transparent;
  }
}
html:has(body.form-open) {
  overflow: hidden;
}
html .website-content.has-application-nav .website-header {
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
html .website-content.is-short-content {
  overflow-x: unset;
}
html.is-webview .website-header,
html.is-webview .website-footer,
html.is-webview .footer-information {
  display: none;
}
html.is-webview .website-content {
  padding-top: var(--web-view-navbar-height);
}
@media screen and ((max-width: 37.4375em)) {
  html.is-webview .website-content.has-summary-nav .enrollment-section {
    margin-top: 0;
  }
}
html.is-webview .reveal,
html.is-webview .plan-option-wrapper {
  padding-top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview .reveal .close-button,
html.is-webview .reveal .close-button-dark,
html.is-webview .plan-option-wrapper .close-button,
html.is-webview .plan-option-wrapper .close-button-dark {
  top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview .plan-filters.plan-filters-opened {
  padding-top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview .plan-filters.plan-filters-opened > div > .close-button-dark {
  top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview .cart-container {
  padding-top: var(--web-view-navbar-height);
}
html.is-webview.summary-is-open .website-header {
  display: block;
}
html.is-webview.summary-is-open .summary-nav .summary-heading-mobile {
  margin-top: 0;
}
html.is-webview.summary-is-open .summary-nav .summary-dropdown {
  padding-top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview.summary-is-open .summary-nav .button-close-summary {
  top: calc(24px + var(--web-view-navbar-height));
}
html.is-webview .shopping-cart-button {
  position: fixed;
  top: var(--web-view-navbar-height, 24px);
  right: 0;
  width: 72px;
  padding: 24px 12px 12px;
}
html.is-webview .shopping-cart-button .shopping-items-container {
  top: 19px;
  right: 6px;
}
html.is-webview .shopping-cart-button .svg-use-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.15);
  margin-left: 0;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
html.is-webview .shopping-cart-button .svg-use-icon svg {
  width: 30px;
  height: 30px;
}

html.is-custom-reveal-open {
  overflow: hidden !important;
}
html.is-custom-reveal-open .main-nav {
  z-index: 10;
}

html.is-reveal-open,
html.is-reveal-open body,
body.is-reveal-open {
  width: 100%;
  overflow: visible !important;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.grid-x {
  position: relative;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .grid-x > .desktop-2 {
    width: 20%;
  }
}

.website-content {
  flex: 1 0 auto;
  overflow-x: clip;
}

.safari-below-16 .website-content {
  overflow-x: hidden;
}

.website-footer {
  flex-shrink: 0;
}

.bg-gradient:before {
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  position: absolute;
  top: 100px;
  left: calc(50% - 400px);
  z-index: -1;
}
@media screen and ((min-width: 48em)) {
  .bg-gradient:before {
    width: 1000px;
    height: 1000px;
    top: -72px;
    left: calc(50% - 500px);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .bg-gradient:before {
    top: 350px;
  }
}
.inner-layout .bg-gradient:before {
  width: 700px;
  height: 700px;
  top: -150px;
  left: calc(50% - 350px);
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .bg-gradient:before {
    width: 1200px;
    height: 1200px;
    top: -300px;
    left: calc(50% - 600px);
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .bg-gradient:before {
    width: 1060px;
    height: 1060px;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bg-gradient.bg-gradient-purple:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
}
.no-webp .bg-gradient.bg-gradient-purple:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple.png");
}
.webp .bg-gradient.bg-gradient-purple:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple.webp");
}
.inner-layout .bg-gradient.bg-gradient-purple:before {
  opacity: 0.2;
}
.bg-gradient.bg-gradient-yellow:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.no-webp .bg-gradient.bg-gradient-yellow:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-yellow.png");
}
.webp .bg-gradient.bg-gradient-yellow:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-yellow.webp");
}
.bg-gradient.medium-top-right:before {
  top: -64px;
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right:before {
    width: 45%;
    height: 120%;
    top: -20%;
    right: 0;
    left: unset;
    border-radius: unset;
    background-size: 180%;
    background-position: -5% 80%;
  }
}
@media (min-width: 37.5em) and (max-width: 47.9375em) and (orientation: landscape) {
  .bg-gradient.medium-top-right:before {
    left: calc(50% - 400px);
    width: 800px;
    height: 800px;
    top: -72px;
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .bg-gradient.medium-top-right:before {
    left: calc(70% - 400px);
    width: 800px;
    height: 800px;
    top: -72px;
  }
}
@media (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .bg-gradient.medium-top-right:before {
    width: 600px;
    height: 600px;
    top: -72px;
    right: 0;
    left: unset;
    border-radius: unset;
    background-size: 180%;
    background-position: -5% 80%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-purple:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-purple:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple-top-right.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-purple:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple-top-right.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-purple:before {
    background-size: 160%;
    background-position: 15% 96%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-auto:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-auto:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-life.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-auto:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-life.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-auto:before {
    background-size: 160%;
    background-position: 10% 100%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-home:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-home:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple-top-right.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-home:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-purple-top-right.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-home:before {
    background-size: 160%;
    background-position: 15% 96%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-medicare:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-medicare:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-medicare.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-medicare:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-medicare.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-medicare:before {
    background-size: 160%;
    background-position: 19% 96%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-life:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-life:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-life.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-life:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-life.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-life:before {
    background-size: 160%;
    background-position: 19% 95%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-health:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-health:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-health-pet.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-health:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-health-pet.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-health:before {
    background-size: 160%;
    background-position: 15% 87%;
  }
}
.bg-gradient.medium-top-right.bg-gradient-pet:before {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.no-webp .bg-gradient.medium-top-right.bg-gradient-pet:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-health-pet.png");
}
.webp .bg-gradient.medium-top-right.bg-gradient-pet:before {
  background-image: url("../img/ins/backgrounds/bg-gradient-health-pet.webp");
}
@media screen and ((min-width: 64.0625em)) {
  .bg-gradient.medium-top-right.bg-gradient-pet:before {
    background-size: 160%;
    background-position: 19% 90%;
  }
}

.inner-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and ((min-width: 37.5em)) {
  .inner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 75em) {
  .inner-container {
    max-width: 90rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ((min-width: 100em)) {
  .inner-container {
    max-width: 120rem;
  }
}
@media screen and ((min-width: 120em)) {
  .inner-container {
    max-width: 120rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-container {
    max-width: 160rem;
  }
}
.inner-container.is-max-width {
  width: 100%;
  max-width: 3440px;
  padding: 0;
}
.inner-container.is-max-width .heading-xl,
.inner-container.is-max-width .heading-2xl {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and ((min-width: 37.5em)) {
  .inner-container.is-max-width .heading-xl,
  .inner-container.is-max-width .heading-2xl {
    max-width: 84%;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 75em) {
  .inner-container.is-max-width .heading-xl,
  .inner-container.is-max-width .heading-2xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.is-ten-cols-narrow {
  padding: 0 8.3%;
}

.website-content {
  padding-top: 64px;
}
@media screen and ((min-width: 48em)) {
  .website-content {
    padding-top: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .website-content {
    padding-top: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .website-content {
    padding-top: 120px;
  }
}
.website-content.has-back-top {
  position: relative;
}
@media screen and ((max-width: 37.4375em)) {
  .website-content.has-back-top .section-inner {
    padding-bottom: 80px !important;
  }
}
.website-content.has-summary-nav {
  padding-top: 0;
}
@media screen and ((min-width: 37.5em)) {
  .website-content.has-summary-nav {
    padding-top: 192px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .website-content.has-summary-nav {
    padding-top: 144px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .website-content.has-summary-nav {
    padding-top: 216px;
  }
}
.website-content.has-summary-nav .mobile-nav {
  box-shadow: none;
}
@media screen and ((max-width: 37.4375em)) {
  .website-content.has-summary-nav .enrollment-section {
    margin-top: 176px;
  }
}
.website-content.has-summary-nav .section-inner {
  min-height: calc(100vh - 176px);
}
@media screen and ((min-width: 48em)) {
  .website-content.has-summary-nav .section-inner {
    min-height: calc(100vh - 192px);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .website-content.has-summary-nav .section-inner {
    min-height: calc(100vh - 144px);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .website-content.has-summary-nav .section-inner {
    min-height: calc(100vh - 176px);
  }
}

.website-section {
  margin-top: -40px;
}
.website-section.section-hero {
  margin-top: 0;
  z-index: 2;
}
.website-section.section-following-hero {
  margin-top: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .website-section {
    margin-top: 0;
  }
}

.section-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5em) and (orientation: landscape) {
  .section-inner {
    min-height: 100vh;
  }
}
@media screen and ((min-width: 48em)) {
  .section-inner {
    min-height: calc(100vh - 72px);
    justify-content: space-around;
  }
}
@media (min-width: 48em) and (min-height: 1080px) {
  .section-inner {
    min-height: calc(1080px - 72px);
  }
}
@media (min-width: 64.0625em) and (min-height: 1080px) {
  .section-inner {
    min-height: calc(1080px - 80px);
  }
}
@media (min-width: 64.0625em) and (min-height: 1200px) {
  .section-inner {
    min-height: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-inner {
    padding-top: 120px;
    padding-bottom: 120px;
    justify-content: center;
  }
}
@media (-ms-high-contrast: none) {
  .section-inner {
    min-height: auto;
  }
}
.section-inner.height-auto {
  min-height: auto;
}
.section-inner > .inner-container:not(.inner-container-hero):not(.full-vp-not-spaced) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
@media (max-width: 37.4375em) and (orientation: portrait) {
  .section-inner {
    min-height: 100vh;
  }
}
.inner-layout .section-inner {
  display: block;
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  padding: 40px 16px 64px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner {
    padding: 48px 24px 80px 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .section-inner {
    min-height: calc(100vh - 72px);
    padding: 64px 24px 80px 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner {
    padding: 72px 40px 120px 40px;
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner {
    padding: 108px 60px 180px 60px;
  }
}
.inner-layout .section-inner.calculator-inner {
  min-height: auto;
}
.inner-layout .section-inner.article-inner {
  padding-bottom: 84px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.article-inner {
    padding-bottom: 126px;
  }
}
.inner-layout .section-inner.article-inner h1:has(+ h2) {
  margin-bottom: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.article-inner h1:has(+ h2) {
    margin-bottom: 36px;
  }
}
.inner-layout .section-inner.article-inner h2:has(+ .article-container) {
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.article-inner h2:has(+ .article-container) {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.article-inner h2:has(+ .article-container) {
    margin-bottom: 72px;
  }
}
.inner-layout .section-inner.section-enrollment-plans {
  padding: 24px 16px 64px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner.section-enrollment-plans {
    padding: 40px 8px 80px 8px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .section-inner.section-enrollment-plans {
    padding: 40px 8px 80px 8px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-enrollment-plans {
    padding: 64px 40px 120px 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-enrollment-plans {
    padding: 96px 60px 180px 60px;
  }
}
.inner-layout .section-inner.section-enrollment-plans h1 {
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner.section-enrollment-plans h1 {
    margin-bottom: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-enrollment-plans h1 {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-enrollment-plans h1 {
    margin-bottom: 72px;
  }
}
.inner-layout .section-inner.section-no-coverage h1 {
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner.section-no-coverage h1 {
    margin-bottom: 24px;
  }
}
.inner-layout .section-inner.section-e-sign h1 {
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner.section-e-sign h1 {
    margin-bottom: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-e-sign h1 {
    margin-bottom: 36px;
  }
}
.inner-layout .section-inner.section-e-sign h1 + p {
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-e-sign h1 + p {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-e-sign h1 + p {
    margin-bottom: 72px;
  }
}
.inner-layout .section-inner.section-e-sign.has-plan {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-e-sign.has-plan {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-e-sign.has-plan {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.inner-layout .section-inner.section-interstitial {
  padding: 40px 16px 0px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner.section-interstitial {
    padding: 120px 0px 0px 0px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .section-inner.section-interstitial {
    padding: 120px 0px 0px 0px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-interstitial {
    padding: 160px 0px 0px 0px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-interstitial {
    padding-top: 240px;
  }
}
.inner-layout .section-inner.section-interstitial h1,
.inner-layout .section-inner.section-interstitial h1 + h2 {
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner.section-interstitial h1,
  .inner-layout .section-inner.section-interstitial h1 + h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-interstitial h1,
  .inner-layout .section-inner.section-interstitial h1 + h2 {
    margin-bottom: 72px;
  }
}
.inner-layout .section-inner.section-interstitial h1:has(+ h2) {
  margin-bottom: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner.section-interstitial h1:has(+ h2) {
    margin-bottom: 36px;
  }
}
.inner-layout .section-inner > .inner-container {
  position: relative;
  padding: 0;
}
.inner-layout .section-inner > .inner-container:not(.inner-container-hero):not(.full-vp-not-spaced) {
  justify-content: unset;
}
.inner-layout .section-inner:has(.form-element-range) .form-element-range {
  padding-bottom: 28px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner:has(.form-element-range) .form-element-range {
    padding-bottom: 36px;
  }
}
.inner-layout .section-inner h1,
.inner-layout .section-inner h1 + h2 {
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-inner h1,
  .inner-layout .section-inner h1 + h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner h1,
  .inner-layout .section-inner h1 + h2 {
    margin-bottom: 72px;
  }
}
.inner-layout .section-inner h1:has(+ h2) {
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-inner h1:has(+ h2) {
    margin-bottom: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-inner h1:has(+ h2) {
    margin-bottom: 36px;
  }
}
.section-inner.section-auto-height {
  min-height: auto;
  padding: 80px 0;
}
@media screen and ((max-width: 37.4375em)) {
  .section-inner.medium-section-auto {
    min-height: auto;
  }
}

.poster-img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.section-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  left: 0;
  position: absolute;
}
@media screen and ((min-width: 48em)) {
  .section-icon {
    width: 48px;
    height: 48px;
    top: 0;
  }
}
@media screen and ((min-width: 75em)) {
  .section-icon {
    top: 8px;
  }
}

.infographic {
  position: relative;
}
.infographic.bg-gradient:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: -2;
}

.inner-layout {
  height: auto;
}
.inner-layout body {
  min-height: 100vh;
}
.inner-layout .enrollment-section-ime {
  overflow: hidden;
  margin-top: -64px;
  padding-top: 64px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-ime {
    margin-top: -72px;
    padding-top: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-ime {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-ime {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.inner-layout .enrollment-section-ime .section-inner {
  position: relative;
}
@media (min-width: 48em) and (max-width: 1024px) and (max-height: 700px) {
  .inner-layout .enrollment-section-ime .section-inner {
    min-height: 650px;
  }
}
@media (min-width: 64.0625em) and (max-height: 650px) {
  .inner-layout .enrollment-section-ime .section-inner {
    min-height: 550px;
  }
}
@media screen and ((max-width: 64em)) {
  .inner-layout .enrollment-section-ime .section-inner {
    display: flex;
    padding-bottom: 0;
  }
}
.inner-layout .enrollment-section-ime .form-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-ime .form-container {
    display: block;
    position: relative;
  }
}
.inner-layout .enrollment-section-ime .form-container-508 {
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-ime .form-container-508 {
    flex-direction: row;
  }
}
@media (min-width: 37.5em) and (max-width: 64em) {
  .inner-layout .enrollment-section-ime .form-container-508 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-ime .content {
    max-width: 376px;
    padding-left: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-ime .content {
    max-width: 432px;
    margin-right: auto;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-ime .content {
    max-width: 100%;
    margin-right: unset;
    padding-left: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-ime .content-lg {
    max-width: 741px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-section-ime .content-lg {
    max-width: 100%;
  }
}
.inner-layout .enrollment-section-results {
  position: relative;
}
.inner-layout .enrollment-section-results h1,
.inner-layout .enrollment-section-results h2 {
  max-width: 896px;
  margin-inline: auto;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results h1,
  .inner-layout .enrollment-section-results h2 {
    padding: 0 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results h1,
  .inner-layout .enrollment-section-results h2 {
    max-width: 1344px;
    padding: 0 18px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container {
  max-width: 619px;
  margin-inline: auto;
  position: relative;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container {
    max-width: 734px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container {
    max-width: 1101px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container {
  max-width: 896px;
  width: 100%;
  transform: translate3d(0, 100px, 0);
  opacity: 1;
  transition-duration: 0.9s;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container {
    max-width: 1344px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box {
  flex-direction: column;
  backdrop-filter: blur(15px);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box {
    padding-top: 28px;
    padding-bottom: 28px;
    flex-direction: row;
    justify-content: space-between;
    gap: 41px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box {
    padding-right: 30px;
    padding-left: 0;
    gap: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box {
    padding: 40px 64px 40px 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box {
    padding: 60px 96px 60px 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box.life {
    padding-right: 40px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box video {
  min-width: 220px;
  max-width: 320px;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box video {
    max-width: 320px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box video {
    max-width: 480px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper {
  flex-shrink: unset;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper {
    margin-top: 83px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper {
    margin-left: 0;
    margin-top: 79px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper {
    margin-top: 118.5px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title {
  text-align: center;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title {
    text-align: right;
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title {
    font-size: 36px;
    line-height: 40px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle {
  margin-right: 0;
  font-size: 28px;
  line-height: 40px;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle {
    margin-right: -10px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle {
    margin-right: 22px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle .plan-amount {
  font-size: 60px;
  line-height: 64px;
  text-align: center;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle .plan-amount {
    display: block;
    font-size: 72px;
    line-height: 64px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle .plan-amount {
    margin-right: -8px;
    display: inline;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .life.title-card-box-wrapper .title-subtitle .plan-amount {
    font-size: 108px;
    line-height: 96px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper {
  align-self: center;
  min-width: 257px;
  flex-shrink: 0;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper {
    align-self: baseline;
    margin-left: -115px;
    margin-top: 48px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper {
    margin-left: -172.5px;
    margin-top: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper {
    margin-left: 0;
    margin-top: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper {
    margin-top: 72px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title {
    text-align: left;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title {
    text-align: right;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title {
    font-size: 42px;
    line-height: 60px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount-wrapper {
  display: block;
  text-align: center;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount-wrapper {
    display: initial;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount {
  font-size: 3.75rem;
  line-height: 4rem;
  text-align: center;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount {
    text-align: left;
    display: block;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount {
    text-align: right;
    display: initial;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title .plan-amount {
    font-size: 108px;
    line-height: 96px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle {
    margin-right: 7px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle {
    margin-right: 10.5px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle .plan-amount {
  font-size: 4rem;
  line-height: 3.5rem;
  display: initial;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.subsidy-savings-container .subsidy-savings-card-box .title-card-box-wrapper .title-subtitle .plan-amount {
    font-size: 96px;
    line-height: 84px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container {
  max-width: 896px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container {
    max-width: 1344px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container video {
  order: 2;
  min-width: 255px;
  max-width: 320px;
  transform: translate3d(0, 0, 0);
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container video {
    order: 1;
    margin-left: -24px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container video {
    margin-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container video {
    max-width: 480px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .glass-box-wrapper {
  padding: 40px 2px 2px 2px;
  gap: 0;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .glass-box-wrapper {
    gap: 31px;
    padding: 12px 16px 12px 16px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .glass-box-wrapper {
    gap: 0;
    justify-content: space-between;
    padding: 28px 32px 28px 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .glass-box-wrapper {
    gap: 31px;
    padding: 40px 48px 40px 16px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .plan-amount-wrapper {
  text-align: center;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .plan-amount-wrapper {
    text-align: left;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .plan-amount-wrapper .plan-amount {
  display: block;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .plan-amount-wrapper .plan-amount {
    display: inline;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .title-card-box-wrapper {
  order: 1;
  min-width: 257px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container .title-card-box-wrapper {
    order: 2;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 {
  text-align: center;
  font-size: 28px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 {
    text-align: left;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 {
    font-size: 36px;
    text-align: right;
    white-space: nowrap;
    margin-left: -24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 {
    margin-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 {
    font-size: 54px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 .title {
  font-size: inherit;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 .title span:last-child:first-child {
    display: inline-block;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.affordable-plans-container h3 .title span:last-child {
    display: block;
    text-align: right;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.no-phone .glass-box-wrapper {
  padding-bottom: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .glass-box-wrapper {
    padding-bottom: 68px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .glass-box-wrapper {
    padding-bottom: 56px;
  }
}
.inner-layout .enrollment-section-results .glass-box-container.no-phone .next-step-btn {
  order: 3;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .next-step-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .next-step-btn {
    bottom: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .next-step-btn {
    bottom: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-results .glass-box-container.no-phone .next-step-btn {
    bottom: 60px;
  }
}
.inner-layout .enrollment-section-results .form-element-phone {
  margin-inline: auto;
}
.inner-layout .enrollment-section-results-piggy {
  z-index: 1;
  position: relative;
}
.inner-layout .enrollment-section-plan-use .form-caption {
  margin-top: -8px;
  margin-bottom: 0px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-plan-use .form-caption {
    margin-top: -18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-plan-use .form-caption {
    margin-top: -27px;
  }
}
.inner-layout .enrollment-section-coverage-details .inner-container {
  position: relative;
}
.inner-layout .enrollment-section-coverage-details .coverage-ranges-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section {
    flex-direction: row;
    margin-bottom: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section {
    margin-bottom: 96px;
  }
}
.inner-layout .enrollment-section-coverage-details .coverage-ranges-section .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section .subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section .subtitle {
    margin-bottom: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section .subtitle {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 96px;
  }
}
.inner-layout .enrollment-section-coverage-details .coverage-ranges-section .form-element-range {
  padding-bottom: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .coverage-ranges-section .form-element-range {
    padding-bottom: 60px;
  }
}
.inner-layout .enrollment-section-coverage-details .coverage-plans-section {
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .coverage-plans-section {
    margin-bottom: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .coverage-plans-section {
    margin-bottom: 96px;
  }
}
.inner-layout .enrollment-section-coverage-details .column-ranges {
  width: 100%;
  max-width: 431px;
  order: 1;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-coverage-details .column-ranges {
    max-width: 664px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .column-ranges {
    order: 0;
    margin-right: 33px;
    max-width: 431px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .column-ranges {
    margin-right: 49.5px;
    max-width: 646.5px;
  }
}
.inner-layout .enrollment-section-coverage-details .form-range-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-coverage-details .form-range-wrapper {
    flex-direction: row;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .form-range-wrapper {
    flex-direction: column;
  }
}
.inner-layout .enrollment-section-coverage-details .form-range-wrapper .form-element-range {
  width: 100%;
}
.inner-layout .enrollment-section-coverage-details .column-box {
  width: 100%;
  max-width: 664px;
  margin-bottom: 40px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .column-box {
    margin-bottom: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .column-box {
    max-width: 996px;
  }
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .glass-box {
  padding: 40px 24px;
  text-align: center;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .glass-box {
    padding: 40px 44px 40px 50px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .glass-box {
    padding: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .glass-box {
    padding: 60px;
  }
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .plan-title,
.inner-layout .enrollment-section-coverage-details .glass-box-container .subtitle {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .plan-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-title {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 48px;
  }
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .plan-amount {
  display: inline-block;
  font-size: 48px;
  line-height: 56px;
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-amount {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-amount {
    font-size: 90px;
    line-height: 96px;
  }
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .form-element-range {
  margin-inline: auto;
  padding-top: 14px;
  margin-bottom: 40px;
  max-width: 431px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .form-element-range {
    padding-top: 21px;
    margin-bottom: 60px;
    max-width: 646.5px;
  }
}
.inner-layout .enrollment-section-coverage-details .glass-box-container .plan-tooltip {
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-coverage-details .glass-box-container .plan-tooltip-container {
    width: 100%;
    min-width: 168px;
  }
}
.inner-layout .enrollment-section-coverage-details .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .title-wrapper {
    margin-bottom: 48px;
    gap: 24px;
  }
}
.inner-layout .enrollment-section-coverage-details .title-wrapper .caption-gradient {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .title-wrapper .caption-gradient {
    font-size: 21px;
    line-height: 30px;
  }
}
.inner-layout .enrollment-section-coverage-details .compare-other-button {
  display: inline-block;
  margin-top: 24px;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .enrollment-section-coverage-details .compare-other-button {
    margin-top: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .enrollment-section-coverage-details .compare-other-button {
    margin-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .compare-other-button {
    margin-top: 36px;
    font-size: 24px;
    line-height: 36px;
  }
}
.inner-layout .enrollment-section-coverage-details .enrollment-shapes .right-shape {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-section-coverage-details .enrollment-shapes .right-shape {
    display: block;
    bottom: 40px;
    left: auto;
    top: -32px;
    right: -100px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .enrollment-shapes .right-shape {
    bottom: 60px;
    top: -48px;
    right: -150px;
  }
}
.inner-layout .enrollment-section-coverage-details .empty-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  margin-top: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .empty-range {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 48px;
    margin-top: 21px;
  }
}
.inner-layout .enrollment-section-coverage-details .help-text {
  max-width: 1100px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-section-coverage-details .help-text {
    max-width: 1650px;
  }
}
.inner-layout .enrollment-shapes {
  position: relative;
}
.inner-layout .enrollment-shapes .left-shape,
.inner-layout .enrollment-shapes .right-shape {
  width: 132px;
  height: 132px;
  z-index: -1;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes .left-shape,
  .inner-layout .enrollment-shapes .right-shape {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes .left-shape,
  .inner-layout .enrollment-shapes .right-shape {
    width: 264px;
    height: 264px;
  }
}
.inner-layout .enrollment-shapes .left-shape {
  top: -70px;
  left: -55px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes .left-shape {
    top: -70px;
    left: -54px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes .left-shape {
    top: -85px;
    left: -65px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes .left-shape {
    top: -127.5px;
    left: -97.5px;
  }
}
.inner-layout .enrollment-shapes .right-shape {
  bottom: -20px;
  right: -56px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes .right-shape {
    bottom: -36px;
    right: -52px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes .right-shape {
    bottom: -56px;
    right: -66px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes .right-shape {
    bottom: -84px;
    right: -99px;
  }
}
.inner-layout .enrollment-shapes-compare .left-shape {
  top: -85px;
  left: -55px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-compare .left-shape {
    top: -74px;
    left: -74px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-compare .left-shape {
    top: -85px;
    left: -80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-compare .left-shape {
    top: -127.5px;
    left: -120px;
  }
}
.inner-layout .enrollment-shapes-compare .right-shape {
  bottom: -40px;
  right: -46px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-compare .right-shape {
    bottom: -56px;
    right: -66px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-compare .right-shape {
    bottom: -56px;
    right: -66px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-compare .right-shape {
    bottom: -84px;
    right: -99px;
  }
}
.inner-layout .enrollment-shapes-piggy-bank .left-shape {
  top: -70px;
  left: -55px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-piggy-bank .left-shape {
    top: -70px;
    left: -54px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-piggy-bank .left-shape {
    top: -85px;
    left: -65px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-piggy-bank .left-shape {
    top: -127.5px;
    left: -97.5px;
  }
}
.inner-layout .enrollment-shapes-piggy-bank .right-shape {
  bottom: -20px;
  right: -56px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-piggy-bank .right-shape {
    bottom: -36px;
    right: -52px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-piggy-bank .right-shape {
    bottom: -56px;
    right: -66px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-piggy-bank .right-shape {
    bottom: -84px;
    right: -99px;
  }
}
.inner-layout .enrollment-shapes-plans .left-shape {
  top: auto;
  bottom: 0;
  left: -66px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-plans .left-shape {
    bottom: -25px;
    left: -74px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-plans .left-shape {
    bottom: -25px;
    left: -66px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-plans .left-shape {
    bottom: -37.5px;
    left: -99px;
  }
}
.inner-layout .enrollment-shapes-plans .right-shape {
  top: -10px;
  right: -86px;
  bottom: auto;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .enrollment-shapes-plans .right-shape {
    top: 0px;
    right: -92px;
  }
}
@media screen and ((min-width: 75em)) {
  .inner-layout .enrollment-shapes-plans .right-shape {
    top: 0px;
    right: -87px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .enrollment-shapes-plans .right-shape {
    top: 6px;
    right: -145.5px;
  }
}

.form-container-verticals {
  max-width: 720px;
  width: 100%;
}
@media screen and ((min-width: 64.0625em)) {
  .form-container-verticals {
    max-width: none;
    width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .form-container-verticals .form-element-checkbox.box-tile-icon {
    flex-wrap: nowrap;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .form-container-verticals .form-element-checkbox.box-tile-icon .option-label {
    padding: 40px 4px 16px 4px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .form-container-verticals .form-element-checkbox.box-tile-icon .option {
    max-width: 213px;
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-container-verticals .form-element-checkbox.box-tile-icon .option {
    max-width: 319.5px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .form-container-verticals.medicare-form-verticals .form-element-checkbox.box-tile-icon .option-label {
    padding: 40px 4px 16px 4px;
  }
}

.enrollment-section .animation {
  transition: all 300ms ease-in-out;
}
.enrollment-section .animation.fade-out-right {
  opacity: 0;
  transform: translateX(100px);
}
.enrollment-section .animation.fade-out-left {
  opacity: 0;
  transform: translateX(-100px);
}

.form-two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
}
.form-two-columns > div {
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-two-columns {
    gap: 0 33px;
  }
}
.form-two-columns.nowrap {
  flex-wrap: nowrap;
}
.form-two-columns.gap8 {
  gap: 0 8px;
}
@media screen and ((max-width: 37.4375em)) {
  .form-two-columns.one-column-mobile {
    display: block;
  }
  .form-two-columns.one-column-mobile .form-group-xs {
    max-width: 100%;
  }
}
@media screen and ((max-width: 64em)) {
  .form-two-columns.one-column-desktop {
    display: block;
  }
  .form-two-columns.one-column-desktop .form-group-xs {
    max-width: 100%;
  }
}
@media screen and ((max-width: 64em)) {
  .form-two-columns.one-column-desktop .box50pr {
    width: 100%;
  }
}

.ime-wrapper {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin-top: auto;
  width: 583px;
  height: 326px;
}
@media screen and ((min-width: 37.5em)) {
  .ime-wrapper {
    width: 560px;
    height: 560px;
    margin-top: initial;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .ime-wrapper {
    width: 840px;
    height: 840px;
  }
}
@media screen and ((min-width: 48em)) {
  .ime-wrapper.ime-type-v1 {
    position: absolute;
    transform: unset;
    top: 42px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .ime-wrapper.ime-type-v1 {
    top: -20%;
    right: -38vw;
    left: unset;
  }
}
@media screen and ((min-width: 90em)) {
  .ime-wrapper.ime-type-v1 {
    right: -95%;
  }
}
@media (min-width: 48em) and (max-width: 1024px) and (max-height: 750px) {
  .ime-wrapper.ime-type-v1 {
    left: 54%;
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 64.0625em) and (max-height: 650px) {
  .ime-wrapper.ime-type-v1 {
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 75em) and (min-height: 850px) {
  .ime-wrapper.ime-type-v1 {
    right: -100%;
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .ime-wrapper.ime-type-v1 {
    width: 1050px;
    height: 1050px;
  }
}
.ime-wrapper.ime-type-v2 {
  top: 0;
  width: 608px;
}
@media screen and ((min-width: 24.375em)) {
  .ime-wrapper.ime-type-v2 {
    width: 720px;
    height: 430px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .ime-wrapper.ime-type-v2 {
    position: absolute;
    transform: none;
    top: -35px;
    left: 48%;
    width: 416px;
    height: 416px;
    margin-top: unset;
  }
}
@media screen and ((min-width: 48em)) {
  .ime-wrapper.ime-type-v2 {
    top: -67px;
    left: 42%;
    width: 560px;
    height: 560px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .ime-wrapper.ime-type-v2 {
    top: -132px;
    right: -38vw;
    left: unset;
  }
}
@media screen and ((min-width: 90em)) {
  .ime-wrapper.ime-type-v2 {
    right: -95%;
  }
}
@media (min-width: 48em) and (max-width: 1024px) and (max-height: 750px) {
  .ime-wrapper.ime-type-v2 {
    left: 44%;
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 64.0625em) and (max-height: 650px) {
  .ime-wrapper.ime-type-v2 {
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 75em) and (min-height: 850px) {
  .ime-wrapper.ime-type-v2 {
    right: -110%;
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .ime-wrapper.ime-type-v2 {
    width: 1050px;
    height: 1050px;
  }
}
.ime-wrapper.ime-type-v2 video {
  height: 608px;
}
@media screen and ((min-width: 24.375em)) {
  .ime-wrapper.ime-type-v2 video {
    height: 720px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .ime-wrapper.ime-type-v2 video {
    height: initial;
  }
}
@media screen and ((min-width: 37.5em)) {
  .ime-wrapper.ime-type-v3 {
    position: absolute;
    transform: none;
    width: 392px;
    height: 392px;
    left: 56%;
  }
}
@media screen and ((min-width: 48em)) {
  .ime-wrapper.ime-type-v3 {
    width: 560px;
    height: 560px;
    top: 10%;
    left: 50%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .ime-wrapper.ime-type-v3 {
    top: -16%;
    left: 60%;
  }
}
@media screen and ((min-width: 90em)) {
  .ime-wrapper.ime-type-v3 {
    left: unset;
    right: -39%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .ime-wrapper.ime-type-v3 {
    width: 840px;
    height: 840px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .ime-wrapper.ime-type-v4 {
    position: absolute;
    transform: none;
    top: -48px;
    left: unset;
    right: -25%;
  }
}
@media screen and ((min-width: 75em)) {
  .ime-wrapper.ime-type-v4 {
    right: -39%;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .ime-wrapper.ime-type-v5 {
    height: 560px;
  }
}
.ime-wrapper video {
  width: 100%;
  height: 560px;
}
@media screen and ((min-width: 64.0625em)) {
  .ime-wrapper video {
    height: initial;
  }
}

.enrollment-plans-container .group-plans-wrapper {
  margin-bottom: 104px;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .group-plans-wrapper {
    margin-bottom: 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .group-plans-wrapper {
    margin-bottom: 0;
  }
}
.enrollment-plans-container .group-plans {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-direction: column;
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .group-plans {
    gap: 32px;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .group-plans {
    gap: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .single-plan {
    padding-left: 32px;
  }
}
@media screen and ((min-width: 75em)) {
  .enrollment-plans-container .single-plan {
    padding-left: 64px;
  }
}
@media screen and ((min-width: 90em)) {
  .enrollment-plans-container .single-plan {
    padding-left: 96px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .single-plan {
    padding: 0 48px;
  }
}
.enrollment-plans-container .plan-content .button-on-top {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-content .button-on-top {
    display: inline-block;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-content .button-on-top {
    display: none;
  }
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-content .button-on-bottom {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-content .button-on-bottom {
    display: block;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .enrollment-plans-wrapper .plans-wrapper {
    display: flex;
  }
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-header {
    justify-content: center;
  }
}
.enrollment-plans-container .plans-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 96px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .plans-heading {
    gap: 144px;
  }
}
.enrollment-plans-container .plans-heading h5:first-child {
  flex: 3;
}
.enrollment-plans-container .plans-heading h5:last-child {
  flex: 1;
}
.enrollment-plans-container .plan-content {
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border: 1px solid #ffffff;
  backdrop-filter: blur(15px);
  border-radius: 8px;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-content {
    padding: 32px 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-content {
    max-width: 256px;
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .plan-content {
    max-width: 384px;
    padding: 48px 24px;
  }
}
.enrollment-plans-container .plan-title {
  text-align: center;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-title {
    text-align: left;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.enrollment-plans-container .plan-privileges {
  list-style-type: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-privileges {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-privileges {
    display: inherit;
    flex-wrap: initial;
    margin: 0 -1px 48px -1px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .plan-privileges {
    font-size: 24px;
    line-height: 36px;
    margin: 0 -1.5px 72px -1.5px;
  }
}
.enrollment-plans-container .plan-privileges li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-privileges li {
    width: 50%;
    padding-right: 4px;
  }
  .enrollment-plans-container .plan-privileges li:nth-child(1) {
    order: 1;
  }
  .enrollment-plans-container .plan-privileges li:nth-child(2) {
    order: 3;
  }
  .enrollment-plans-container .plan-privileges li:nth-child(3) {
    order: 2;
  }
  .enrollment-plans-container .plan-privileges li:nth-child(4) {
    order: 4;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .plan-privileges li {
    padding-right: 6px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-privileges li {
    width: auto;
    padding-right: 0;
    order: unset;
  }
}
.enrollment-plans-container .plan-privileges li .svg-use-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  margin-right: 8px;
  vertical-align: top;
  flex-shrink: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .plan-privileges li .svg-use-icon {
    width: 36px;
    height: 36px;
    padding: 3px;
    margin-right: 12px;
  }
}
.enrollment-plans-container .plan-costs {
  text-align: center;
}
@media screen and ((max-width: 64em)) {
  .enrollment-plans-container .plan-costs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.enrollment-plans-container .plan-costs > div {
  width: 50%;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .plan-costs > div {
    width: auto;
  }
}
.enrollment-plans-container .plan-costs > div:last-child {
  margin-bottom: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .plan-costs p {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-plans-container .md.button {
    min-width: auto;
    padding: 8px 12px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .md.button {
    max-width: 100%;
    padding: 16px 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .md.button {
    padding: 24px 24px;
  }
}
.enrollment-plans-container .md.button .button-text {
  font-size: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-plans-container .md.button .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-plans-container .md.button .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}

.life-enrollment-plans-container {
  width: 100%;
  max-width: 1160px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .life-enrollment-plans-container {
    max-width: 1740px;
  }
}
.life-enrollment-plans-container .group-plans {
  gap: 24px;
}
.life-enrollment-plans-container .group-plans-wrapper {
  flex-grow: 1;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-content {
    max-width: 272px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .life-enrollment-plans-container .plan-content {
    max-width: 408px;
  }
}
.life-enrollment-plans-container .plan-content:nth-of-type(1) {
  order: 2;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-content:nth-of-type(1) {
    order: 1;
  }
}
.life-enrollment-plans-container .plan-content:nth-of-type(2) {
  order: 3;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-content:nth-of-type(2) {
    order: 2;
  }
}
.life-enrollment-plans-container .plan-content:nth-of-type(3) {
  order: 1;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-content:nth-of-type(3) {
    order: 3;
  }
}
.life-enrollment-plans-container .plan-content:nth-of-type(4) {
  order: 4;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-content:nth-of-type(4) {
    order: 4;
  }
}
.life-enrollment-plans-container .plan-costs > div {
  width: auto;
}
.life-enrollment-plans-container .plan-costs > div:nth-of-type(1) {
  order: 3;
  width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .life-enrollment-plans-container .plan-costs > div:nth-of-type(1) {
    margin-top: 0;
    width: auto;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-costs > div:nth-of-type(1) {
    order: 1;
  }
}
.life-enrollment-plans-container .plan-costs > div:nth-of-type(2) {
  order: 2;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-costs > div:nth-of-type(2) {
    order: 2;
  }
}
.life-enrollment-plans-container .plan-costs > div:nth-of-type(3) {
  order: 1;
}
@media screen and ((min-width: 64.0625em)) {
  .life-enrollment-plans-container .plan-costs > div:nth-of-type(3) {
    order: 3;
  }
}
.life-enrollment-plans-container .left-shape {
  bottom: -20px;
}

@media screen and ((min-width: 64.0625em)) {
  .medicare-enrollment-plans-container .plan-content {
    max-width: 272px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .medicare-enrollment-plans-container .plan-content {
    max-width: 408px;
  }
}
.medicare-enrollment-plans-container .plan-costs h4.nbr {
  white-space: normal;
}
@media screen and ((min-width: 37.5em)) {
  .medicare-enrollment-plans-container .plan-costs h4.nbr {
    white-space: nowrap;
  }
}
.medicare-enrollment-plans-container .plan-privileges li:nth-of-type(1) {
  order: 1;
}
.medicare-enrollment-plans-container .plan-privileges li:nth-of-type(2) {
  order: 2;
}
.medicare-enrollment-plans-container .plan-privileges li:nth-of-type(3) {
  order: 3;
}

.enrollment-note {
  max-width: 1126px;
}
.enrollment-note.help-text {
  padding: 0 16px;
}
@media screen and ((min-width: 48em)) {
  .enrollment-note.help-text {
    padding: 0 0 0 14px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-note.help-text {
    max-width: 1689px;
    padding: 0 0 0 21px;
  }
}

ul.enrollment-note.help-text {
  padding-left: 28px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  ul.enrollment-note.help-text {
    padding-left: 42px;
  }
}

.recommended:before {
  content: "";
  width: 122px;
  height: 120px;
  top: -11px;
  left: -11px;
  position: absolute;
  background-image: url("../img/ins/recommended/recommended.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .recommended:before {
    top: -16.5px;
    left: -16.5px;
    width: 183px;
    height: 180px;
  }
}
.recommended:after {
  content: "Recommended";
  top: 21px;
  left: -15px;
  position: absolute;
  color: #ffffff;
  transform: rotate(-45deg);
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  z-index: 3;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .recommended:after {
    top: 31.5px;
    left: -22.5px;
    font-size: 19.5px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .recommended .plan-title {
    margin-left: 32px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .recommended .plan-title {
    margin-left: 0;
  }
}

.enrollment-sorting-buttons-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 888px;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and ((min-width: 75em)) {
  .enrollment-sorting-buttons-wrapper {
    margin-bottom: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-buttons-wrapper {
    max-width: 1332px;
    gap: 8px;
    margin-bottom: 36px;
  }
}
.enrollment-sorting-buttons-wrapper .sorting-caption {
  margin-bottom: 0;
  position: relative;
  text-align: right;
  align-self: flex-end;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-buttons-wrapper .sorting-caption {
    font-size: 24px;
  }
}
.enrollment-sorting-buttons-wrapper .aca-heading {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 8px;
}
@media screen and ((min-width: 48em)) {
  .enrollment-sorting-buttons-wrapper .aca-heading {
    margin-top: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-sorting-buttons-wrapper .aca-heading {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 75em)) {
  .enrollment-sorting-buttons-wrapper .aca-heading {
    margin-bottom: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-buttons-wrapper .aca-heading {
    font-size: 30px;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.enrollment-sorting-buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .enrollment-sorting-buttons {
    gap: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-buttons {
    gap: 12px;
  }
}

.enrollment-sorting-plans-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: self-start;
  max-width: 1360px;
  width: 100%;
}
@media screen and ((min-width: 75em)) {
  .enrollment-sorting-plans-container {
    gap: 24px;
  }
}
@media screen and ((min-width: 90em)) {
  .enrollment-sorting-plans-container {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-plans-container {
    max-width: 2040px;
  }
}

.sorted-heading {
  display: none;
}
.sorted-heading h3 {
  font-size: 22px;
  line-height: 32px;
}
@media screen and ((min-width: 48em)) {
  .sorted-heading h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .sorted-heading h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .sorted-heading h3 {
    font-size: 54px;
    line-height: 60px;
  }
}
.sorted-heading.active {
  display: block;
}

@media (min-width: 240em) and (min-height: 1900px) {
  .view-all-pans-link {
    font-size: 24px;
  }
}

html .website-section,
html .website-content-bottom {
  opacity: 0;
  transition: opacity 0.05s ease-in;
}
html.page-loaded .website-section,
html.page-loaded .website-content-bottom {
  opacity: 1;
}
html.inner-layout .website-section,
html.inner-layout .website-content-bottom {
  opacity: 1;
}
html.inner-layout ::-webkit-scrollbar-track {
  background: linear-gradient(360deg, #0e9bfc 0.83%, #ff00c7 94.84%);
}
html.inner-layout .inner-container {
  z-index: unset;
}
html.inner-layout .footer-parallax-right {
  visibility: hidden;
}
html.inner-layout .footer-calc-banner .footer-parallax-right {
  visibility: visible;
}

/* hide scrollbar but allow scrolling */
body,
.custom-scroll {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}

body::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.edit-label-wrap {
  position: relative;
  display: inline-block;
}
.edit-label-wrap.opened .label-input {
  display: none;
}
.edit-label-wrap.opened .form-wrap,
.edit-label-wrap.opened .currency-sign {
  display: inline-block;
}
.edit-label-wrap.edit-absolute-right {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.edit-label-wrap.edit-absolute-right.opened {
  height: initial;
  z-index: 2;
}
.edit-label-wrap.edit-absolute-right.opened .label-input {
  margin-top: 0;
}
.edit-label-wrap .label-input {
  display: inline-block;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.edit-label-wrap .form-wrap {
  display: none;
  position: relative;
}
.edit-label-wrap .form-element {
  margin-bottom: 0;
}
.edit-label-wrap .currency-sign {
  display: none;
  margin-block: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .edit-label-wrap .currency-sign {
    font-size: 24px;
    line-height: 36px;
  }
}

.grid-simulation {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
.grid-simulation .inner-container,
.grid-simulation .grid-x {
  height: 100%;
}
.grid-simulation .cell {
  background-color: rgba(255, 192, 203, 0.2);
}

.pac-container {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border: 1px solid #a4b3c1;
  border-top: none;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 0 0 8px 8px;
  margin-top: 2px;
  overflow: visible;
}
.pac-container:before {
  content: "";
  top: -7px;
  left: 0;
  position: absolute;
  display: block;
  border-left: 1px solid #a4b3c1;
  border-right: 1px solid #a4b3c1;
  z-index: 22;
  width: calc(100% + 2px);
  height: 7px;
  margin-left: -1px;
}
.pac-container:after,
.pac-container .pac-icon {
  display: none;
}
.pac-container .pac-item,
.pac-container .pac-item-query {
  font-size: 18px;
  line-height: 24px;
  color: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .pac-container .pac-item,
  .pac-container .pac-item-query {
    font-size: 27px;
    line-height: 36px;
  }
}
.pac-container .pac-item {
  border: none;
  padding: 14px 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .pac-container .pac-item {
    padding: 21px 24px;
  }
}
.pac-container .pac-item.pac-item-edit {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pac-container .pac-item:hover {
  background-color: #e6ebf2;
}
.pac-container:not(.has-edit-item) .pac-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pac-container.has-edit-item .pac-item:last-child {
  margin-bottom: 52px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .pac-container.has-edit-item .pac-item:last-child {
    margin-bottom: 78px;
  }
}

.status {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-block: auto;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 30px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .status {
    font-size: 18px;
    line-height: 24px;
    padding: 4px 12px;
    border-radius: 45px;
  }
}
.status-submitted {
  background-color: #91d1fe;
}
.status-submitted .status-text {
  color: #06426a;
}
.status-submitted .svg-use-icon svg {
  fill: #06426a;
}
.status-default {
  background-color: #e6ebf2;
}
.status-default .status-text {
  color: #384750;
}
.status-default .svg-use-icon svg {
  fill: #384750;
}
.status-accepted {
  background-color: #8affd4;
}
.status-accepted .status-text {
  color: #006b44;
}
.status-accepted .svg-use-icon svg {
  fill: #006b44;
}
.status-pending {
  background-color: #ffd18a;
}
.status-pending .status-text {
  color: #6b4100;
}
.status-pending .svg-use-icon svg {
  fill: #6b4100;
}
.status-declined {
  background-color: #ff91ab;
}
.status-declined .status-text {
  color: #6b071f;
}
.status-declined .svg-use-icon svg {
  fill: #6b071f;
}
.status .svg-use-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .status .svg-use-icon {
    width: 21px;
    height: 21px;
    margin-right: 6px;
  }
}

.list-content .row {
  display: table-row;
}
.list-content .item {
  display: table-cell;
}
.list-content .plan-tooltip {
  position: relative;
}
@media screen and ((max-width: 37.4375em)) {
  .list-content.list-mobile .row,
  .list-content.list-mobile .item {
    display: block;
  }
}

.list-content-flex.space-y8 .row {
  padding-block: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex.space-y8 .row {
    padding-block: 12px;
  }
}
.list-content-flex.space-y12 .row {
  padding-block: 6px;
}
@media screen and ((min-width: 37.5em)) {
  .list-content-flex.space-y12 .row {
    padding-block: 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex.space-y12 .row {
    padding-block: 18px;
  }
}
.list-content-flex.space-y16 .row {
  padding-block: 6px;
}
@media screen and ((min-width: 37.5em)) {
  .list-content-flex.space-y16 .row {
    padding-block: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex.space-y16 .row {
    padding-block: 24px;
  }
}
.list-content-flex.space-y16 .row:last-child {
  padding-bottom: 0;
}
.list-content-flex.space-fl16 .row:first-child {
  padding-top: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex.space-fl16 .row:first-child {
    padding-top: 24px;
  }
}
.list-content-flex.space-fl16 .row:last-child {
  padding-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex.space-fl16 .row:last-child {
    padding-bottom: 24px;
  }
}
.list-content-flex .row {
  display: flex;
  justify-content: space-between;
  padding-inline: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row {
    padding-inline: 24px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .list-content-flex .row.grid-mobile {
    justify-content: initial;
    display: grid;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .list-content-flex .row.grid-mobile .item:first-child {
    grid-area: 1/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .list-content-flex .row.grid-mobile .item:first-child .cell:first-child {
    margin-bottom: 4px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .list-content-flex .row.grid-mobile .item:nth-child(2) {
    grid-area: 2/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .list-content-flex .row.grid-mobile .item:nth-child(3) {
    grid-area: 1/1;
    grid-column: auto;
  }
}
.list-content-flex .row .item {
  line-height: 20px;
}
@media screen and ((min-width: 37.5em)) {
  .list-content-flex .row .item {
    margin-right: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row .item {
    line-height: 30px;
    margin-right: 36px;
  }
}
.list-content-flex .row .item:last-child {
  margin-right: 0;
}
@media screen and ((min-width: 37.5em)) {
  .list-content-flex .row .item.maw52pr {
    max-width: 52%;
  }
}
.list-content-flex .row .item.maw290 {
  max-width: 290px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row .item.maw290 {
    max-width: 435px;
  }
}
.list-content-flex .row .item.maw320 {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row .item.maw320 {
    max-width: 480px;
  }
}
.list-content-flex .row .item.maw258 {
  max-width: 258px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row .item.maw258 {
    max-width: 387px;
  }
}
.list-content-flex .row .cell,
.list-content-flex .row .cell-inline {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .list-content-flex .row .cell,
  .list-content-flex .row .cell-inline {
    font-size: 21px;
    line-height: 30px;
  }
}
.list-content-flex .row .cell {
  display: inline-block;
}
.list-content-flex .row .cell-inline {
  display: inline;
}

.link-over {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.link-over:focus {
  outline: none;
}

.svg-use-icon {
  display: inline-block;
  vertical-align: middle;
  transition: transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.svg-use-icon svg,
.svg-use-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.svg-use-icon svg {
  overflow: visible;
  fill: none;
  transition: fill 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.uploaded-files {
  display: flex;
  align-items: center;
}
.uploaded-files .file-name {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media screen and ((min-width: 24.375em)) {
  .uploaded-files .file-name {
    max-width: 250px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .uploaded-files .file-name {
    max-width: 300px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .uploaded-files .file-name {
    font-size: 24px;
    line-height: 36px;
  }
}

.submitted-files .file {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .submitted-files .file {
    margin-bottom: 24px;
  }
}
.submitted-files .file:last-child {
  margin-bottom: 0;
}
.submitted-files .document-name,
.submitted-files .file-date {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .submitted-files .document-name,
  .submitted-files .file-date {
    font-size: 21px;
    line-height: 30px;
  }
}
.submitted-files .file-date {
  flex-shrink: 0;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  margin-right: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .submitted-files .file-date {
    margin-right: 36px;
  }
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border: 1px solid #ffffff;
  backdrop-filter: blur(15px);
}

.rating {
  position: relative;
  margin: 0 auto;
  width: 328px;
  height: 55px;
}
.rating .rating-bottom,
.rating .rating-top {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.rating .rating-bottom img,
.rating .rating-top img {
  width: 100%;
  height: 100%;
}
.rating .rating-top {
  clip-path: inset(0% 100% 0% 0%);
}
@media screen and ((min-width: 48em)) {
  .rating {
    width: 470px;
    height: 80px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .rating {
    width: 624px;
    height: 104px;
  }
}
@media (min-width: 64.0625em) and (orientation: landscape) and (min-height: 640px) and (max-height: 770px) {
  .rating {
    width: 470px;
    height: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .rating {
    width: 936px;
    height: 156px;
  }
}

.testimonial-card {
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 24px;
  width: 328px;
}
@media screen and ((min-width: 24.375em)) {
  .testimonial-card {
    width: 361px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-card {
    padding: 36px;
    width: 541.5px;
  }
}
.testimonial-card .profile {
  display: flex;
}
.testimonial-card .profile .avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-card .profile .avatar {
    width: 108px;
    height: 108px;
    margin-right: 24px;
  }
}
.testimonial-card .profile .avatar img {
  border-radius: 50%;
}
.testimonial-card .profile .avatar .avatar-initials-wrapper {
  background-color: rgba(230, 235, 242, 0.6);
  background-image: none;
  background-clip: unset;
  border-radius: 100%;
}
.testimonial-card .profile .avatar .avatar-initials-wrapper:before {
  content: none;
}
.testimonial-card .profile .avatar .avatar-initials-wrapper .user-initials {
  font-size: 20px;
  line-height: 32px;
}
@media screen and ((min-width: 48em)) {
  .testimonial-card .profile .avatar .avatar-initials-wrapper .user-initials {
    font-size: 28px;
    line-height: 40px;
  }
}
.testimonial-card .profile > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card .profile > div img {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-card .profile > div img {
    width: 48px;
    height: 48px;
  }
}
.testimonial-card .profile > div .social {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-card .profile > div .social {
    gap: 6px;
  }
}
.testimonial-card .profile > div .social .social-handle {
  color: #8296a9;
  margin: 0;
}
.testimonial-card .profile > div .social .social-handle:visited, .testimonial-card .profile > div .social .social-handle:hover, .testimonial-card .profile > div .social .social-handle:active {
  color: #8296a9;
}
.testimonial-card .name {
  width: 100%;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-height: 32px !important;
  max-height: 32px;
  /* autoprefixer: off */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.testimonial-card .content {
  width: 100%;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-height: 24px !important;
  max-height: 144px;
  /* autoprefixer: off */
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-card .content {
    font-size: 24px;
    line-height: 33.2px !important;
    max-height: 199.2px;
    /* autoprefixer: off */
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.testimonials-marquee-wrapper {
  position: relative;
}

.os-scrollbar-horizontal {
  display: none;
}

.os-scrollbar {
  --os-handle-min-size: 130px;
  --os-handle-max-size: 300px;
  --os-size: 14px;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 4px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  margin-right: 1px;
}
@media screen and ((min-width: 64.0625em)) {
  .os-scrollbar {
    margin-right: 3px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .os-scrollbar {
    margin-right: 4.5px;
  }
}
.os-scrollbar .os-scrollbar-handle {
  position: relative;
  width: var(--os-size);
}
.os-scrollbar .os-scrollbar-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  border-radius: var(--os-track-border-radius);
  background: linear-gradient(360deg, #0e9bfc 0.83%, #ff00c7 94.84%);
  background-size: 100% 100%;
  transform: scale(1);
  transition: transform 200ms, background-size 200ms;
}
@media screen and ((min-width: 64.0625em)) {
  .os-scrollbar .os-scrollbar-handle:after {
    width: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .os-scrollbar .os-scrollbar-handle:after {
    width: 12px;
  }
}
.os-scrollbar .os-scrollbar-handle:hover:after {
  transform: scale(1.03);
  background-size: 100% 200%;
}

.users-list-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .users-list-badges {
    gap: 12px;
  }
}
.users-list-badges.gap16 {
  gap: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .users-list-badges.gap16 {
    gap: 24px;
  }
}

.user-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 4px;
  border-radius: 100px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  background: #ffffff;
  cursor: pointer;
}
@media screen and ((min-width: 37.5em)) {
  .user-badge {
    gap: 8px;
    padding: 8px 16px 8px 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge {
    gap: 12px;
    padding: 12px 24px 12px 12px;
  }
}
.user-badge.badge-lg {
  gap: 8px;
  padding: 10px 16px 10px 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge.badge-lg {
    gap: 12px;
    padding: 15px 24px 15px 12px;
  }
}
.user-badge.badge-lg .avatar {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge.badge-lg .avatar {
    width: 48px;
    height: 48px;
  }
}
.user-badge.badge-lg .avatar span {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge.badge-lg .avatar span {
    font-size: 21px;
    line-height: 30px;
  }
}
.user-badge.badge-lg .name {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge.badge-lg .name {
    font-size: 24px;
    line-height: 36px;
  }
}
.user-badge > * {
  z-index: 1;
}
.user-badge:before, .user-badge:after {
  content: "";
  display: block;
  border-radius: 8px;
  z-index: 0;
}
.user-badge:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 100px;
  transition: border-radius 0.2s ease-in;
}
.user-badge:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background: #ffffff;
  border-radius: 100px;
}
.user-badge.selected:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
.user-badge.selected .avatar-initials-wrapper:before {
  -webkit-mask-composite: initial;
  mask-composite: initial;
}
.user-badge.selected .avatar-initials-wrapper span {
  color: #ffffff;
}
.user-badge.selected .avatar-icon.default {
  opacity: 0;
}
.user-badge.selected .avatar-icon.active {
  opacity: 1;
}
@media (hover: hover) {
  .user-badge:hover:before {
    background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  }
  .user-badge:hover .avatar-initials-wrapper:before {
    -webkit-mask-composite: initial;
    mask-composite: initial;
  }
  .user-badge:hover .avatar-initials-wrapper span {
    color: #ffffff;
  }
  .user-badge:hover .avatar-icon.default {
    opacity: 0;
  }
  .user-badge:hover .avatar-icon.active {
    opacity: 1;
  }
}
.user-badge:active::after, .user-badge.selected::after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  position: absolute;
}
.user-badge.disabled {
  pointer-events: none;
  cursor: default;
}
.user-badge.disabled .avatar-initials-wrapper:before {
  background-image: unset;
  background-color: #d0d4da;
}
.user-badge.disabled .avatar-initials-wrapper span {
  color: #d0d4da;
}
.user-badge.disabled .name {
  color: #a4b3c1;
}
.user-badge .avatar-initials-wrapper:before {
  border: 2px solid transparent;
}
.user-badge .avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px;
}
@media screen and ((min-width: 37.5em)) {
  .user-badge .avatar {
    width: 36px;
    height: 36px;
    margin: 2px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge .avatar {
    width: 54px;
    height: 54px;
    margin: 3px;
  }
}
.user-badge .avatar span {
  font-size: 12px;
  line-height: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .user-badge .avatar span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge .avatar span {
    font-size: 24px;
    line-height: 36px;
  }
}
.user-badge .name {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #384750;
}
@media screen and ((min-width: 37.5em)) {
  .user-badge .name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge .name {
    font-size: 24px;
    line-height: 36px;
  }
}
.user-badge .svg-use-icon {
  width: 24px;
  height: 24px;
}
.user-badge .svg-use-icon svg {
  fill: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.user-badge .avatar-icon {
  width: 34px;
  height: 34px;
  transition: opacity 200ms linear;
}
@media screen and ((min-width: 37.5em)) {
  .user-badge .avatar-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .user-badge .avatar-icon {
    width: 60px;
    height: 60px;
  }
}
.user-badge .avatar-icon.active {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.user-badge.user-badge-disabled {
  pointer-events: none;
}
.user-badge.user-badge-disabled .avatar span {
  color: #d0d4da;
}
.user-badge.user-badge-disabled .avatar-initials-wrapper:before {
  border: 2px solid #a4b3c1;
}
.user-badge.user-badge-disabled .name {
  color: #a4b3c1;
}
.user-badge.user-badge-disabled .svg-use-icon svg {
  fill: #a4b3c1;
}
.user-badge .icons-wrapper {
  position: relative;
}

.nicescroll-cursors {
  background-color: #0e9bfc !important;
  background-image: linear-gradient(360deg, #0e9bfc 0.83%, #ff00c7 94.84%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1);
  transition: transform 200ms, background-size 200ms;
}
.nicescroll-cursors:hover {
  background-size: 100% 150%;
  transform: scale(1.03);
}

.tabs-container .tabs {
  display: flex;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid #a4b3c1;
}
.tabs-container .tabs-title {
  cursor: pointer;
}
.tabs-container .tabs-title span {
  display: block;
  line-height: 24px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  padding: 0 0 4px 0;
  margin-inline: 1.5rem;
}
.tabs-container .tabs-title span:active {
  color: #384750;
}
@media screen and ((max-width: 37.4375em)) {
  .tabs-container .tabs-title span {
    margin-inline: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .tabs-container .tabs-title span {
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 6px 0;
    margin-inline: 2.25rem;
  }
}
.tabs-container .tabs-title.active span {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
  border: 4px solid;
  border-image-slice: 1;
  border-width: 4px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-image-source: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}

.payment-tabs.no-hover .tabs-title a {
  cursor: default;
}
@media (pointer: fine) and (hover: hover) {
  .payment-tabs:not(.no-hover):hover .form-card:before,
  .payment-tabs:not(.no-hover):hover .form-account-number:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 98.48%) !important;
  }
}
.payment-tabs .tabs {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid #a4b3c1;
  border-bottom: 0;
}
.payment-tabs .tab-contents {
  border: none;
  background-color: transparent;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.payment-tabs .tabs-title {
  position: relative;
  width: 100%;
  padding-block: 4px;
  float: none;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  padding: 0;
  background: none;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .payment-tabs .tabs-title {
    padding-block: 6px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .payment-tabs .tabs-title {
    font-size: 19.5px;
    line-height: 36px;
  }
}
.payment-tabs .tabs-title:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.payment-tabs .tabs-title a, .payment-tabs .tabs-title span {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 0;
  background: none;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .payment-tabs .tabs-title a, .payment-tabs .tabs-title span {
    font-size: 19.5px;
    line-height: 36px;
  }
}
.payment-tabs .tabs-title:first-child:before {
  border-top-left-radius: 8px;
}
.payment-tabs .tabs-title:nth-child(2), .payment-tabs .tabs-title:nth-child(3) {
  border-left: 1px solid #a4b3c1;
}
.payment-tabs .tabs-title:last-child:before {
  border-top-right-radius: 8px;
}
.payment-tabs .tabs-title:hover:before, .payment-tabs .tabs-title.active:before {
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.payment-tabs .tabs-title:hover a, .payment-tabs .tabs-title.active a {
  z-index: 2;
}
.payment-tabs .tabs-title.title-gradient.active:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.payment-tabs .tabs-title.title-gradient.active a {
  color: #ffffff;
}
.payment-tabs .tabs-title:first-child:hover:before {
  background-color: #fc02c8;
}
.payment-tabs .tabs-title:first-child:hover a {
  color: #ffffff;
}
.payment-tabs .tabs-title:first-child.active:before {
  background-color: #fc02c8;
}
.payment-tabs .tabs-title:first-child.active a, .payment-tabs .tabs-title:first-child.active span {
  color: #ffffff;
}
.payment-tabs .tabs-title:first-child a, .payment-tabs .tabs-title:first-child span {
  color: #fc02c8;
}
.payment-tabs .tabs-title:nth-child(2):hover:before {
  background-color: #7c53e4;
}
.payment-tabs .tabs-title:nth-child(2):hover a, .payment-tabs .tabs-title:nth-child(2):hover span {
  color: #ffffff;
}
.payment-tabs .tabs-title:nth-child(2).active:before {
  background-color: #7c53e4;
}
.payment-tabs .tabs-title:nth-child(2).active a, .payment-tabs .tabs-title:nth-child(2).active span {
  color: #ffffff;
}
.payment-tabs .tabs-title:nth-child(2) a, .payment-tabs .tabs-title:nth-child(2) span {
  color: #7c53e4;
}
.payment-tabs .tabs-title.title-blue:hover:before, .payment-tabs .tabs-title:nth-child(3):hover:before {
  background-color: #0f9cfd;
}
.payment-tabs .tabs-title.title-blue:hover a, .payment-tabs .tabs-title.title-blue:hover span, .payment-tabs .tabs-title:nth-child(3):hover a, .payment-tabs .tabs-title:nth-child(3):hover span {
  color: #ffffff;
}
.payment-tabs .tabs-title.title-blue.active:before, .payment-tabs .tabs-title:nth-child(3).active:before {
  background-color: #0f9cfd;
}
.payment-tabs .tabs-title.title-blue.active a, .payment-tabs .tabs-title.title-blue.active span, .payment-tabs .tabs-title:nth-child(3).active a, .payment-tabs .tabs-title:nth-child(3).active span {
  color: #ffffff;
}
.payment-tabs .tabs-title.title-blue a, .payment-tabs .tabs-title.title-blue span, .payment-tabs .tabs-title:nth-child(3) a, .payment-tabs .tabs-title:nth-child(3) span {
  color: #0f9cfd;
}
.payment-tabs .form-element {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.payment-tabs .form-element.focused:before, .payment-tabs .form-element.focused:after, .payment-tabs .form-element:focus-within:before, .payment-tabs .form-element:focus-within:after {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.payment-tabs .form-element:before, .payment-tabs .form-element:after {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.payment-tabs .form-error {
  margin-top: 0;
}

.glass-box-container .glass-box {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.glass-box-container .glass-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .glass-box-container .glass-box-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-box-container .glass-box-wrapper {
    gap: 25.5px;
  }
}
.glass-box-container .glass-box-wrapper .plan-amount {
  font-size: 3.75rem;
  line-height: 4rem;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-box-container .glass-box-wrapper .plan-amount {
    font-size: 90px;
    line-height: 96px;
  }
}
.glass-box-container .glass-box-wrapper .title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  position: relative;
}
@media screen and ((min-width: 64.0625em)) {
  .glass-box-container .glass-box-wrapper .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-box-container .glass-box-wrapper .title {
    font-size: 54px;
    line-height: 60px;
  }
}
.glass-box-container .title-super {
  font-size: 1.125rem;
  line-height: 1.5rem;
  vertical-align: super;
}

.box {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6ebf2;
}
.box.p-tablet24 {
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .box.p-tablet24 {
    padding: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.p-tablet24 {
    padding: 36px;
  }
}
.box.no-border {
  border: none;
}
.box.box-shadow {
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
.box.box-gray {
  background-color: #f1f4f9;
}
.box.box50pr {
  width: calc(50% - 4px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box50pr {
    width: calc(50% - 6px);
  }
}
.box.no-background {
  background-color: transparent;
}
.box.no-background .button-update {
  position: relative;
}
.box.no-background .button-update:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border: 1px solid #ffffff;
  backdrop-filter: blur(15px);
  box-shadow: none;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box.box-table {
  overflow: hidden;
}
.box.box-table .box-head {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  padding: 12px 16px;
  background-color: #e6ebf2;
}
@media screen and ((min-width: 37.5em)) {
  .box.box-table .box-head {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .box-head {
    font-size: 27px;
    line-height: 36px;
    padding: 18px 24px;
  }
}
.box.box-table .box-content .action-controls {
  margin-left: auto;
}
.box.box-table .box-content .form-caption {
  margin-top: -12px;
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .box-content .form-caption {
    margin-top: -18px;
    margin-bottom: 12px;
  }
}
.box.box-table .box-content .form-caption .form-caption-content {
  padding: 0 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .box-content .form-caption .form-caption-content {
    padding: 0 24px;
  }
}
.box.box-table .box-content .row .item:first-child {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.box.box-table .box-footer {
  padding: 16px;
  background-color: #fafcff;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .box-footer {
    padding: 24px;
  }
}
.box.box-table .box-footer .row {
  padding: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .box-footer .row {
    padding: 24px;
  }
}
.box.box-table .box-footer .row:last-of-type {
  padding-top: 0;
}
@media screen and ((max-width: 37.4375em)) {
  .box.box-table .box-footer .button {
    width: 100%;
    min-width: 100%;
  }
}
.box.box-table .row {
  align-items: center;
}
.box.box-table .row-head {
  padding-block: 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-table .row-head {
    padding-block: 15px;
  }
}
.box.space-y8 .row {
  padding-block: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.space-y8 .row {
    padding-block: 12px;
  }
}
.box.space-y12 .row {
  padding-block: 6px;
}
@media screen and ((min-width: 37.5em)) {
  .box.space-y12 .row {
    padding-block: 10px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.space-y12 .row {
    padding-block: 15px;
  }
}
.box.space-fl16 .row:first-child {
  padding-top: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.space-fl16 .row:first-child {
    padding-top: 24px;
  }
}
.box.space-fl16 .row:last-child {
  padding-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.space-fl16 .row:last-child {
    padding-bottom: 24px;
  }
}
.box.flex-row .row {
  display: flex;
  justify-content: space-between;
  padding-inline: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.flex-row .row {
    padding-inline: 24px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row.grid-mobile {
    justify-content: initial;
    display: grid;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row.grid-mobile .item:first-child {
    grid-area: 1/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row.grid-mobile .item:first-child .cell:first-child {
    margin-bottom: 4px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row.grid-mobile .item:nth-child(2) {
    grid-area: 2/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row.grid-mobile .item:nth-child(3) {
    grid-area: 1/1;
    grid-column: auto;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box.flex-row .row-head {
    padding-block: 10px;
  }
}
.box.flex-row .row .item {
  line-height: 20px;
}
@media screen and ((min-width: 37.5em)) {
  .box.flex-row .row .item {
    margin-right: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.flex-row .row .item {
    line-height: 30px;
    margin-right: 36px;
  }
}
.box.flex-row .row .item:last-child {
  margin-right: 0;
}
@media screen and ((min-width: 37.5em)) {
  .box.flex-row .row .item.maw52pr {
    max-width: 52%;
  }
}
.box.flex-row .row .item.maw320 {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.flex-row .row .item.maw320 {
    max-width: 480px;
  }
}
.box.flex-row .row .item.maw258 {
  max-width: 258px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.flex-row .row .item.maw258 {
    max-width: 387px;
  }
}
.box.flex-row .row .cell,
.box.flex-row .row .cell-inline {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.flex-row .row .cell,
  .box.flex-row .row .cell-inline {
    font-size: 21px;
    line-height: 30px;
  }
}
.box.flex-row .row .cell {
  display: inline-block;
}
.box.flex-row .row .cell-inline {
  display: inline;
}
.box.table-row .row {
  display: table-row;
}
.box.box-modal {
  position: relative;
}
.box.box-modal.flex-row .row {
  padding-top: 0;
  padding-inline: 0;
}
.box .box-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.box.box-icon {
  position: relative;
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 24px 8px 16px 8px;
}
@media screen and ((min-width: 37.5em)) {
  .box.box-icon {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) {
  .box.box-icon {
    padding: 16px 16px 32px 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-icon {
    padding: 24px 24px 48px 24px;
  }
}
.box.box-icon:before, .box.box-icon:after {
  content: "";
  display: block;
  box-sizing: border-box;
  border-radius: 8px;
}
.box.box-icon:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.box.box-icon:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  position: absolute;
  background: #fefefe;
  border-radius: calc(8px - 2px);
}
.box.box-icon.selected:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.box.box-icon.selected .icons-wrapper .svg-use-icon.default {
  opacity: 0;
}
.box.box-icon.selected .icons-wrapper .svg-use-icon.active {
  opacity: 1;
}
.box.box-icon.disabled {
  background-color: rgb(250, 252, 255);
}
.box.box-icon.disabled .option-info {
  pointer-events: none;
}
.box.box-icon.disabled .svg-use-icon.default {
  filter: opacity(0.5);
}
.box.box-icon.disabled .svg-use-icon.default svg {
  fill: #a4b3c1;
}
.box.box-icon.disabled .title {
  color: #a4b3c1;
}
.box.box-icon .title,
.box.box-icon .icons-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and ((min-width: 48em)) {
  .box.box-icon .icons-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.box.box-icon .icons-wrapper .svg-use-icon {
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto;
  transition: opacity 200ms linear;
}
@media screen and ((min-width: 48em)) {
  .box.box-icon .icons-wrapper .svg-use-icon {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-icon .icons-wrapper .svg-use-icon {
    width: 216px;
    height: 216px;
  }
}
.box.box-icon .icons-wrapper .svg-use-icon.active {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.box.box-icon .option-info {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
@media screen and ((min-width: 48em)) {
  .box.box-icon .option-info {
    top: 17px;
    right: 17px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-icon .option-info {
    top: 25.5px;
    right: 25.5px;
  }
}
.box.box-icon .option-info .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-icon .option-info .svg-use-icon {
    width: 48px;
    height: 48px;
  }
}
.box.box-hover, .box.box-hover-2px {
  position: relative;
  border: none;
}
.box.box-hover > *, .box.box-hover-2px > * {
  position: relative;
  z-index: 1;
}
.box.box-hover > a, .box.box-hover-2px > a {
  height: 100%;
}
.box.box-hover:before, .box.box-hover:after, .box.box-hover-2px:before, .box.box-hover-2px:after {
  content: "";
  display: block;
  box-sizing: border-box;
  transform: translateZ(0);
  border-radius: 8px;
}
.box.box-hover:before, .box.box-hover-2px:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.box.box-hover:after, .box.box-hover-2px:after {
  background-color: #fefefe;
}
@media (pointer: fine) and (hover: hover) {
  .box.box-hover:hover, .box.box-hover-2px:hover {
    box-shadow: none;
  }
  .box.box-hover:hover:before, .box.box-hover-2px:hover:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
  .box.box-hover:hover .gradient-shadow, .box.box-hover-2px:hover .gradient-shadow {
    opacity: 0.15;
  }
}
.box.box-hover .gradient-shadow, .box.box-hover-2px .gradient-shadow {
  right: 0;
  bottom: -12px;
  position: absolute;
  z-index: -1;
  filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box.box-hover .gradient-shadow, .box.box-hover-2px .gradient-shadow {
    bottom: -18px;
  }
}
.box.box-hover:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  border-radius: calc(8px - 1px);
}
.box.box-hover-2px {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.box.box-hover-2px:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  border-radius: calc(8px - 2px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (pointer: fine) and (hover: hover) {
  .box.box-hover-2px:hover {
    border-color: transparent;
  }
  .box.box-hover-2px:hover:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
  }
  .box.box-hover-2px:hover:after {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fefefe;
    border-radius: calc(8px - 1px);
  }
}

.box-upload-image {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-direction: row;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-upload-image {
    gap: 30px;
  }
}
.box-upload-image.column {
  flex-direction: column;
}
.box-upload-image .form-error {
  top: 100%;
  position: absolute;
  margin-top: 0;
}

.box-toggle {
  margin-bottom: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle {
    margin-bottom: 36px;
  }
}
.box-toggle:last-of-type {
  margin-bottom: 0;
}
.box-toggle .toggle-box-head .svg-chevron-down {
  margin-top: -4px;
  margin-bottom: -4px;
}
.box-toggle .toggle-box-content {
  display: none;
}
.box-toggle .toggle-box-content-child {
  display: none;
  width: 100%;
}
.box-toggle .toggle-box-content-child.opened {
  display: block;
}
.box-toggle .buttons-wrapper {
  margin-top: 0;
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle .buttons-wrapper {
    gap: 8px;
  }
}
.box-toggle .buttons-wrapper .button.button-cancel, .box-toggle .buttons-wrapper .button.button-save, .box-toggle .buttons-wrapper .button.button-member {
  display: none;
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle .buttons-wrapper .button.button-cancel, .box-toggle .buttons-wrapper .button.button-save, .box-toggle .buttons-wrapper .button.button-member {
    order: 0;
    min-width: calc(50% - 8px);
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle .buttons-wrapper .button.button-update {
    min-width: 100%;
  }
}
.box-toggle .title-open {
  display: none;
}
.box-toggle.opened .toggle-box-content {
  display: block;
}
.box-toggle.opened .button.button-cancel, .box-toggle.opened .button.button-save, .box-toggle.opened .button.button-member {
  display: block;
}
.box-toggle.opened .button.button-update {
  display: none;
}
.box-toggle.opened .title-close {
  display: none;
}
.box-toggle.opened .title-open {
  display: block;
}
.box-toggle.opened .toggle-box-head .svg-chevron-down {
  transform: rotate(180deg);
}
.box-toggle.box-modal .close-button {
  position: relative;
  display: none;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}
.box-toggle.box-modal .close-button .svg-use-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.box-toggle.box-modal .close-button .svg-use-icon svg {
  fill: #384750;
}
.box-toggle.box-modal .icons-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}
.box-toggle.box-modal .icons-wrapper .svg-use-icon {
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
  cursor: pointer;
}
.box-toggle.box-modal .icons-wrapper .svg-use-icon.active {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.box-toggle.box-modal .icons-wrapper .svg-use-icon:hover.active {
  opacity: 1;
}
.box-toggle.box-modal .edit-heading {
  display: none;
}
.box-toggle.box-modal .form-group-md {
  max-width: 100%;
}
.box-toggle.box-modal.opened {
  padding-block: 24px;
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle.box-modal.opened {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100svh;
    min-height: 100vh;
    width: 100%;
    z-index: 1000;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle.box-modal.opened .form-group-md {
    max-width: 432px;
  }
}
.box-toggle.box-modal.opened .edit-heading {
  display: block;
}
.box-toggle.box-modal.opened .close-button {
  display: block;
}
.box-toggle.box-modal.opened .button-update {
  display: none;
}
.box-toggle.box-modal.opened .buttons-wrapper {
  margin-top: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-modal.opened .buttons-wrapper {
    margin-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-modal.opened .buttons-wrapper {
    margin-top: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-modal.opened .avatar-xl {
    width: 88px;
    min-width: 88px;
    height: 88px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-modal.opened .avatar-xl {
    width: 132px;
    min-width: 132px;
    height: 132px;
  }
}
.box-toggle.box-default {
  box-shadow: none;
  border-radius: 0;
}
.box-toggle.box-user-profile {
  margin-bottom: 0;
}
.box-toggle.box-user-profile .button.button-delete, .box-toggle.box-user-profile .button.button-upload {
  display: none;
}
.box-toggle.box-user-profile .button.button-delete input[type=file], .box-toggle.box-user-profile .button.button-upload input[type=file] {
  display: none;
}
.box-toggle.box-user-profile .box-heading {
  position: absolute;
  top: 24px;
  right: 24px;
}
.box-toggle.box-user-profile.opened {
  background-color: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  margin-bottom: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-user-profile.opened {
    margin-bottom: 36px;
  }
}
.box-toggle.box-user-profile.opened.no-shadow {
  box-shadow: none;
}
.box-toggle.box-user-profile.opened .box-heading {
  margin-bottom: 24px;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-user-profile.opened .box-heading {
    margin-bottom: 0;
  }
}
.box-toggle.box-user-profile.opened .box-upload-image {
  margin-bottom: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-user-profile.opened .box-upload-image {
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-user-profile.opened .box-upload-image {
    margin-bottom: 36px;
  }
}
.box-toggle.box-user-profile.opened .box-upload-image .buttons-wrapper {
  margin-top: 0;
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle.box-user-profile.opened .box-upload-image .buttons-wrapper {
    max-width: 140px;
    width: 100%;
  }
}
.box-toggle.box-user-profile.opened .user-name-label {
  display: none;
}
.box-toggle.box-user-profile.opened .button.button-update {
  display: none;
}
.box-toggle.box-user-profile.opened .button.button-delete, .box-toggle.box-user-profile.opened .button.button-upload {
  display: inline-block;
}
@media screen and ((max-width: 37.4375em)) {
  .box-toggle.box-user-profile.opened .button.button-delete, .box-toggle.box-user-profile.opened .button.button-upload {
    min-width: 152px;
  }
}
.box-toggle.box-user-profile.opened .button.button-delete input[type=file], .box-toggle.box-user-profile.opened .button.button-upload input[type=file] {
  display: none;
}
.box-toggle.box-contact-details.opened .toggle-box-head, .box-toggle.box-user-password.opened .toggle-box-head, .box-toggle.box-certification.opened .toggle-box-head, .box-toggle.box-review-contact.opened .toggle-box-head, .box-toggle.box-review-household.opened .toggle-box-head {
  display: none;
}
.box-toggle.box-members-details .user-badge .remove-member {
  display: none;
}
.box-toggle.box-members-details.opened .user-badge .remove-member {
  display: block;
}
.box-toggle.box-contact-details .city-state-zip-container {
  margin-top: 22px;
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-contact-details .city-state-zip-container {
    margin-top: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-contact-details .city-state-zip-container {
    margin-top: 54px;
  }
}
.box-toggle.box-contact-details .form-element-address {
  padding: 2px 0;
}
.box-toggle.box-contact-details .form-element-address .form-field {
  background-color: transparent;
}
.box-toggle.box-review-contact .one-column-mobile, .box-toggle.box-contact-details .one-column-mobile {
  position: relative;
}
.box-toggle.box-review-contact .form-caption, .box-toggle.box-contact-details .form-caption {
  margin-top: 0;
}
@media screen and ((min-width: 37.5em)) {
  .box-toggle.box-review-contact .form-caption, .box-toggle.box-contact-details .form-caption {
    top: 100%;
    right: 0;
    position: absolute;
  }
}
.box-toggle.box-review-contact .caption-gradient .text-remove, .box-toggle.box-contact-details .caption-gradient .text-remove {
  display: none;
}
.box-toggle.box-review-contact .caption-gradient.is-open .text-add, .box-toggle.box-contact-details .caption-gradient.is-open .text-add {
  display: none;
}
.box-toggle.box-review-contact .caption-gradient.is-open .text-remove, .box-toggle.box-contact-details .caption-gradient.is-open .text-remove {
  display: inline-block;
}
.box-toggle.box-user-password .reset-input {
  background-color: #ffffff;
  padding: 0;
  height: 20px;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: text;
}
.box-toggle.box-user-password .reset-input::placeholder {
  color: #384750;
  opacity: 1;
}
.box-toggle.box-user-password .reset-input:-ms-input-placeholder {
  color: #384750;
  opacity: 1;
}
.box-toggle.box-user-password .reset-input::-ms-input-placeholder {
  color: #384750;
  opacity: 1;
}
.box-toggle.box-certification .npn-number-label {
  vertical-align: text-bottom;
}
.box-toggle.box-review-household .item:first-child, .box-toggle.box-review-contact .item:first-child {
  width: 323px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-review-household .item:first-child, .box-toggle.box-review-contact .item:first-child {
    width: 484.5px;
  }
}
.box-toggle.box-review-household .subtitle {
  display: none;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-review-household .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
.box-toggle.box-review-household.opened .subtitle {
  display: inline-block;
}
.box-toggle.box-toggle-prescriptions {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-toggle.box-toggle-prescriptions {
    margin-bottom: 12px;
  }
}
.box-toggle.box-toggle-prescriptions:first-of-type {
  transform: none !important;
}
.box-toggle.box-toggle-prescriptions:last-of-type {
  margin-bottom: 0;
}
.box-toggle.box-toggle-prescriptions:before, .box-toggle.box-toggle-prescriptions:after {
  content: "";
  display: block;
  box-sizing: border-box;
  transform: translateZ(0);
  border-radius: 8px;
}
.box-toggle.box-toggle-prescriptions:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.box-toggle.box-toggle-prescriptions:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 7px;
}
@media (pointer: fine) {
  .box-toggle.box-toggle-prescriptions:hover {
    box-shadow: none;
  }
  .box-toggle.box-toggle-prescriptions:hover:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
  .box-toggle.box-toggle-prescriptions:hover .gradient-shadow {
    right: 0;
    bottom: -3px;
    position: absolute;
    z-index: 0;
    filter: blur(8px);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  }
  .box-toggle.box-toggle-prescriptions:hover .box-row.box-brand .brand-type {
    height: calc(100% - 2px);
    top: 1px;
  }
}
.box-toggle.box-toggle-prescriptions.opened, .box-toggle.box-toggle-prescriptions.selected {
  box-shadow: none;
}
.box-toggle.box-toggle-prescriptions.opened:before, .box-toggle.box-toggle-prescriptions.selected:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.box-toggle.box-toggle-prescriptions.opened .gradient-shadow, .box-toggle.box-toggle-prescriptions.selected .gradient-shadow {
  right: 0;
  bottom: -3px;
  position: absolute;
  z-index: 0;
  filter: blur(8px);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
.box-toggle.box-toggle-prescriptions.selected:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 6px;
}
.box-toggle.box-toggle-prescriptions.selected .box-row.box-brand .brand-type {
  top: 2px;
  left: 2px;
  width: 27px;
  height: calc(100% - 4px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.box-toggle.box-toggle-prescriptions.opened .toggle-box-head .box-row.box-brand .brand-type {
  top: 0;
  height: calc(100% - 1px);
  border-top-right-radius: 0;
}
.box-toggle.box-toggle-prescriptions.opened .toggle-box-head .box-row.box-brand::before {
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  width: calc(100% - 4px);
  margin-left: 2px;
  background: #e6ebf2;
}
.box-toggle.box-toggle-prescriptions.opened .toggle-box-content .box-row.box-brand .brand-type {
  top: 0;
  height: calc(100% - 1px);
  border-bottom-right-radius: 0;
}
.box-toggle.box-toggle-prescriptions.opened.selected .toggle-box-content .box-row.box-brand .brand-type {
  top: 0px;
  height: calc(100% - 2px);
}
.box-toggle.box-toggle-prescriptions > .toggle-box-head, .box-toggle.box-toggle-prescriptions > .toggle-box-content {
  position: relative;
  z-index: 1;
}

.box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row {
    padding: 15px 24px;
  }
}
.box-row .col {
  margin-right: 24px;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .col {
    flex: 1 0 100%;
    margin-right: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .col {
    margin-right: 36px;
  }
}
.box-row.box-brand {
  position: relative;
  padding-left: 44px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row.box-brand {
    padding-left: 66px;
  }
}
.box-row.box-brand .brand-type {
  top: 0;
  left: 1px;
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 100%;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  color: #fefefe;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row.box-brand .brand-type {
    width: 42px;
    padding: 6px;
    font-size: 21px;
  }
}
.box-row .name,
.box-row .drug-name {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .name,
  .box-row .drug-name {
    font-size: 24px;
  }
}
.box-row .name {
  max-width: 260px;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .name {
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .name {
    max-width: 390px;
  }
}
.box-row .clinic-name {
  margin-right: 24px;
  min-width: 270px;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .clinic-name {
    flex: 1 0 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .clinic-name {
    margin-right: 36px;
    min-width: 405px;
  }
}
.box-row .size,
.box-row .clinic-name,
.box-row .description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .size,
  .box-row .clinic-name,
  .box-row .description {
    font-size: 21px;
    line-height: 30px;
  }
}
.box-row .distance {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .distance {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .distance {
    font-size: 24px;
    margin-right: 36px;
  }
}
.box-row .distance svg {
  fill: #384750;
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .distance svg {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .specialties {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .specialties {
    font-size: 24px;
  }
}
.box-row .description {
  display: block;
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .description {
    margin-top: 6px;
    margin-bottom: 14px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .box-row .show-generic-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .show-generic-wrapper span {
    font-size: 24px;
  }
}
.box-row .dropdown-button,
.box-row .button-add-item {
  margin-left: auto;
}
.box-row .toggle-button {
  cursor: pointer;
}
.box-row .svg-tick-gradient {
  width: 19px;
  height: 14px;
  margin-top: -5px;
  margin-left: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .svg-tick-gradient {
    width: 28.5px;
    height: 21px;
    margin-top: -7.5px;
    margin-left: 12px;
  }
}

.box-row-content {
  padding: 0 16px 10px 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row-content {
    padding: 0 24px 15px 24px;
  }
}
.box-row-content p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row-content p {
    font-size: 21px;
    line-height: 30px;
  }
}
.box-row-content .list,
.box-row-content .address {
  display: inline-block;
}
.box-row-content .address {
  min-width: 210px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row-content .address {
    min-width: 315px;
  }
}
.box-row-content .list-two-columns {
  flex: 1;
}

.box-row .list,
.box-row-content .list {
  margin-bottom: 0;
  margin-right: 50px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .list,
  .box-row-content .list {
    margin-right: 75px;
  }
}
.box-row .list,
.box-row .address,
.box-row-content .list,
.box-row-content .address {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-row .list,
  .box-row .address,
  .box-row-content .list,
  .box-row-content .address {
    font-size: 21px;
    line-height: 30px;
  }
}

.banner-carousel,
.header-banner {
  display: flex;
  align-items: center;
}
@media screen and ((min-width: 64.0625em)) {
  .banner-carousel,
  .header-banner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel,
  .header-banner {
    max-width: 1500px;
  }
}
.banner-carousel .tns-horizontal.tns-subpixel,
.header-banner .tns-horizontal.tns-subpixel {
  white-space: normal;
}
.banner-carousel .tns-horizontal.tns-subpixel > .tns-item,
.header-banner .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}
.banner-carousel .banner,
.header-banner .banner {
  display: flex;
  align-items: center;
  margin: auto;
}
@media screen and ((min-width: 37.5em)) {
  .banner-carousel .banner,
  .header-banner .banner {
    padding-block: 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .banner,
  .header-banner .banner {
    padding-block: 18px;
  }
}
.banner-carousel .text,
.header-banner .text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and ((min-width: 37.5em)) {
  .banner-carousel .text,
  .header-banner .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .banner-carousel .text,
  .header-banner .text {
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .text,
  .header-banner .text {
    font-size: 24px;
    line-height: 36px;
    max-width: 1500px;
  }
}
.banner-carousel .banner-icon,
.header-banner .banner-icon {
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .banner-icon,
  .header-banner .banner-icon {
    max-width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}
.banner-carousel .banner-icon svg,
.header-banner .banner-icon svg {
  fill: #384750;
}
.banner-carousel .svg-2d-health,
.header-banner .svg-2d-health {
  max-width: 40px;
  height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .svg-2d-health,
  .header-banner .svg-2d-health {
    max-width: 60px;
    height: 60px;
  }
}
.banner-carousel .next-button,
.banner-carousel .prev-button,
.header-banner .next-button,
.header-banner .prev-button {
  position: relative;
}
.banner-carousel .next-button .svg-use-icon,
.banner-carousel .prev-button .svg-use-icon,
.header-banner .next-button .svg-use-icon,
.header-banner .prev-button .svg-use-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .next-button .svg-use-icon,
  .banner-carousel .prev-button .svg-use-icon,
  .header-banner .next-button .svg-use-icon,
  .header-banner .prev-button .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.banner-carousel .next-button .default svg,
.banner-carousel .prev-button .default svg,
.header-banner .next-button .default svg,
.header-banner .prev-button .default svg {
  fill: #384750;
}
.banner-carousel .next-button .active,
.banner-carousel .prev-button .active,
.header-banner .next-button .active,
.header-banner .prev-button .active {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
@media (pointer: fine) and (hover: hover) {
  .banner-carousel .next-button:hover .active,
  .banner-carousel .prev-button:hover .active,
  .header-banner .next-button:hover .active,
  .header-banner .prev-button:hover .active {
    opacity: 1;
  }
}
.banner-carousel .next-button:active .active,
.banner-carousel .prev-button:active .active,
.header-banner .next-button:active .active,
.header-banner .prev-button:active .active {
  opacity: 1;
}
.banner-carousel .next-button,
.header-banner .next-button {
  margin-left: 8px;
}
@media screen and ((min-width: 48em)) {
  .banner-carousel .next-button,
  .header-banner .next-button {
    margin-left: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .banner-carousel .next-button,
  .header-banner .next-button {
    margin-left: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .next-button,
  .header-banner .next-button {
    margin-left: 24px;
  }
}
.banner-carousel .prev-button,
.header-banner .prev-button {
  margin-right: 8px;
}
@media screen and ((min-width: 48em)) {
  .banner-carousel .prev-button,
  .header-banner .prev-button {
    margin-right: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .banner-carousel .prev-button,
  .header-banner .prev-button {
    margin-right: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .banner-carousel .prev-button,
  .header-banner .prev-button {
    margin-right: 24px;
  }
}

.countdown-timer {
  display: inline;
}
@media screen and ((min-width: 64.0625em)) {
  .countdown-timer {
    display: inline-block;
  }
}

.points {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points .point {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
  margin: auto 4px 0 4px;
  border-radius: 20px;
  background-color: #d0d4da;
  position: relative;
  overflow: hidden;
  transition: 0.3s flex-basis ease;
  cursor: pointer;
}
.points .point:before {
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  opacity: 0;
  transition: 0.3s all ease;
}
.points .point.active, .points .point.tns-nav-active {
  flex-basis: 40px;
}
.points .point.active:before, .points .point.tns-nav-active:before {
  opacity: 1;
}

.box-eligible-for {
  max-width: 432px;
  background: #ffffff;
  margin-inline: auto;
  margin-bottom: 16px;
  padding: 16px 24px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 8px;
}
.box-eligible-for .head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 0;
}
.box-eligible-for .row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 36px;
  margin-bottom: 16px;
}
.box-eligible-for .row:last-child {
  margin-bottom: 0;
}
.box-eligible-for .row .label {
  padding: 8px 0;
}
.box-eligible-for .row .content {
  margin: auto;
}
.box-eligible-for .svg-use-icon {
  width: 32px;
  height: 32px;
}

.buttons-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper {
    flex-wrap: wrap;
  }
}
.buttons-wrapper.gap16 {
  gap: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .buttons-wrapper.gap16 {
    gap: 24px;
  }
}
.buttons-wrapper.gap24 {
  gap: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .buttons-wrapper.gap24 {
    gap: 36px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper .button-next {
    order: 1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper .button-skip,
  .buttons-wrapper .button-cancel {
    order: 2;
  }
}
.buttons-wrapper.align-right {
  justify-content: flex-end;
}
.buttons-wrapper.align-left {
  justify-content: flex-start;
}
.buttons-wrapper.justify-space-between {
  justify-content: space-between;
}
.buttons-wrapper.no-wrap {
  flex-wrap: nowrap;
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper.no-wrap .button {
    min-width: auto;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper.no-wrap .button-next,
  .buttons-wrapper.no-wrap .button-save {
    order: 2;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper.no-wrap .button-skip,
  .buttons-wrapper.no-wrap .button-cancel {
    order: 1;
  }
}
.buttons-wrapper.wrap {
  flex-wrap: wrap;
}
@media screen and ((max-width: 37.4375em)) {
  .buttons-wrapper .button:not(.caption-gradient) {
    max-width: 100%;
  }
}
.buttons-wrapper > .button-icon .icons-wrapper {
  width: 32px;
  height: 32px;
}

.tabs-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  text-align: center;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .tabs-filter {
    gap: 6px;
  }
}
.tabs-filter > div {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 32px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .tabs-filter > div {
    min-width: 72px;
    padding: 12px 24px;
    font-size: 30px;
    line-height: 48px;
  }
}
.tabs-filter > div:before, .tabs-filter > div:after {
  content: "";
  display: block;
  border-radius: 8px;
  z-index: 0;
}
.tabs-filter > div:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 8px;
  transition: border-radius 0.2s ease-in;
}
.tabs-filter > div:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background: #ffffff;
  border-radius: 7px;
}
@media (pointer: fine) and (hover: hover) {
  .tabs-filter > div:hover:before {
    background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  }
}
.tabs-filter > div.selected:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  border-radius: 9px;
}
.tabs-filter > div.selected::after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  position: absolute;
}
.tabs-filter > div span {
  position: relative;
  z-index: 1;
}
.section-dictionary .tabs-filter {
  display: inline-table;
}
.section-dictionary .tabs-filter > div {
  margin: 0 2px 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-dictionary .tabs-filter > div {
    margin: 0 3px 6px;
  }
}
.section-dictionary .tabs-filter > br {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .section-dictionary .tabs-filter > br {
    display: block;
  }
}
@media screen and ((min-width: 75em)) {
  .section-dictionary .tabs-filter > br {
    display: none;
  }
}
.section-buying-guides .tabs-filter {
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 37.4375em)) {
  .section-buying-guides .tabs-filter {
    max-width: 310px;
    margin-inline: auto;
  }
}
.section-buying-guides .tabs-filter:before {
  content: "";
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #ffffff 25%, transparent 80%);
  filter: blur(10px);
  top: -30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50%;
}
@media screen and ((min-width: 37.5em)) {
  .section-buying-guides .tabs-filter:before {
    display: none;
  }
}

.dictionary-row {
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .dictionary-row {
    display: grid;
    grid-template-columns: 64px auto;
    gap: 24px;
    padding-top: 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .dictionary-row {
    gap: 52px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dictionary-row {
    gap: 78px;
    padding-top: 96px;
  }
}
.dictionary-id {
  font-size: 60px;
  line-height: 64px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .dictionary-id {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dictionary-id {
    font-size: 90px;
    line-height: 96px;
  }
}

.tooltip-clones {
  z-index: 9999;
}

.member-info-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
}
@media screen and ((min-width: 64.0625em)) {
  .member-info-container {
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .member-info-container {
    gap: 33px;
  }
}
.member-info-container .member-info-wrapper {
  flex-grow: 1;
  flex-basis: 100%;
}
.member-info-container .member-info-wrapper .form-group {
  max-width: 432px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .member-info-container .member-info-wrapper .form-group {
    max-width: 648px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .member-info-container .member-info-wrapper .form-inline-elements {
    max-width: 432px;
  }
}
.member-info-container .member-info-wrapper .member-info-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and ((min-width: 37.5em)) {
  .member-info-container .member-info-wrapper .member-info-row {
    gap: 22px;
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .member-info-container .member-info-wrapper .member-info-row {
    gap: 33px;
  }
}
.member-info-container .box-upload-image {
  flex-basis: 134px;
  flex-shrink: 0;
}

.dashed-border-bottom {
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dashed-border-bottom {
    border-bottom: 2px dashed #384750;
  }
}

.dashed {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #617384;
}

.stores-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
@media screen and ((min-width: 48em)) {
  .stores-wrapper {
    margin-top: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .stores-wrapper {
    position: relative;
    margin-top: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .stores-wrapper {
    gap: 12px;
    margin-top: 48px;
  }
}
.stores-wrapper .store-platform {
  width: 150px;
  height: 48px;
  position: relative;
  padding: 12px;
  cursor: pointer;
}
@media screen and ((min-width: 64.0625em)) {
  .stores-wrapper .store-platform {
    height: 40px;
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .stores-wrapper .store-platform {
    height: 60px;
    padding: 18px;
  }
}
@media (pointer: fine) and (hover: hover) {
  .stores-wrapper .store-platform:hover {
    background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
}
.stores-wrapper .store-platform svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  width: 80%;
}

.social-media {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and ((min-width: 64.0625em)) {
  .social-media {
    gap: 0;
    justify-content: space-between;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .social-media {
    margin-top: 48px;
  }
}
.social-media .icon-wrapper,
.social-media a {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .social-media .icon-wrapper,
  .social-media a {
    width: 36px;
    height: 36px;
  }
}
.social-media .icon-wrapper .svg-use-icon,
.social-media a .svg-use-icon {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
}
.social-media .icon-wrapper .active,
.social-media a .active {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.social-media .icon-wrapper:hover .default,
.social-media a:hover .default {
  opacity: 0;
}
.social-media .icon-wrapper:hover .active,
.social-media a:hover .active {
  opacity: 1;
}

.error-page .store-platform {
  height: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .error-page .store-platform {
    height: 72px;
  }
}

.barcode-wrapper {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  padding: 9px;
  display: inline-flex;
  border-radius: 32px;
  margin-top: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .barcode-wrapper {
    padding: 13.5px;
    border-radius: 48px;
    margin-top: 60px;
  }
}
.barcode-wrapper .image-wrapper {
  border-radius: 24px;
  width: 226px;
  height: 226px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .barcode-wrapper .image-wrapper {
    border-radius: 36px;
    width: 339px;
    height: 339px;
  }
}

.medicare-toggle {
  display: flex;
  background: #f1f4f9;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 85px;
  max-width: 316px;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .medicare-toggle {
    border-radius: 127.5px;
    max-width: 474px;
    padding: 6px;
  }
}
.medicare-toggle:before {
  content: "";
  position: absolute;
  width: calc(50% - 4px);
  height: 36px;
  top: 4px;
  left: 4px;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 98.48%);
  border-radius: 28px;
  transform: translateX(0px);
  transition: 0.8s transform ease;
}
@media screen and ((min-width: 37.5em)) {
  .medicare-toggle:before {
    width: 154px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .medicare-toggle:before {
    width: 231px;
    height: 54px;
    top: 6px;
    left: 6px;
    border-radius: 42px;
  }
}
.medicare-toggle span {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 154px;
  height: 36px;
  color: #8296a9;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.8s color ease;
  user-select: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .medicare-toggle span {
    width: 231px;
    height: 54px;
    font-size: 24px;
    line-height: 36px;
  }
}

.testimonial-paragraph .copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-paragraph .svg-quote {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin-right: 16px;
  margin-bottom: auto;
}
@media screen and ((min-width: 37.5em)) {
  .testimonial-paragraph .svg-quote {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1600px) {
  .testimonial-paragraph .svg-quote {
    margin-right: 10px;
  }
}
@media (min-width: 2000px), (min-width: 1600px) and (min-height: 900px) {
  .testimonial-paragraph .svg-quote {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonial-paragraph .svg-quote {
    width: 60px;
    height: 60px;
    margin-right: 24px;
  }
}

.website-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 1000;
  transition: transform 300ms, height 600ms;
  height: 64px;
}
@media (min-width: 48em) {
  .website-header body:not(.has-header-banner) {
    transition: none;
  }
}
@media (min-width: 48em) {
  .website-header {
    height: auto;
  }
}
body.way-down .website-header {
  transform: translateY(-80px);
}
html:not(.form-open) body.way-down.has-header-banner .website-header {
  transform: translateY(-120px);
}
@media screen and ((min-width: 37.5em)) {
  html:not(.form-open) body.way-down.has-header-banner .website-header {
    transform: translateY(0);
  }
}
body.way-down .has-summary-nav .website-header {
  transform: translateY(-176px);
}
html.nav-is-open .website-header {
  height: 100%;
}
@media screen and ((max-width: 37.4375em)) {
  body.pinnedSection .website-header {
    transform: translateY(-80px);
  }
}

.main-nav .dark-menu-logos,
.mobile-nav .dark-menu-logos {
  display: none;
}

.main-nav {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 5;
  transition: z-index 600ms step-start, box-shadow 200ms ease, height 600ms ease;
  background-color: transparent;
}
.main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media screen and ((min-width: 48em)) {
  .main-nav .container {
    height: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .main-nav .container {
    height: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .main-nav .container {
    height: 120px;
  }
}
.main-nav:before {
  content: "";
  position: absolute;
  z-index: -3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and ((max-width: 64em)) {
  .has-cart .main-nav .nav-right {
    margin-right: 42px;
  }
}
html.nav-is-open .main-nav {
  height: 100%;
}
body.show-button .main-nav {
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
body.show-menu-bg .main-nav {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
html.form-open .main-nav {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and ((max-width: 64em)) {
  .main-nav {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
  }
}
@media screen and ((min-width: 37.5em)) {
  .main-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 75em) {
  .main-nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .main-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.main-nav .auth-form-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: background-color 600ms ease, box-shadow 200ms ease, backdrop-filter 600ms, grid-template-rows 600ms ease;
}
html.form-open .main-nav .auth-form-container {
  grid-template-rows: 1fr;
}
.main-nav .auth-form-container > div {
  overflow: hidden;
  max-height: 80vh;
}
.main-nav .nav-left {
  position: relative;
  z-index: 2;
}
.main-nav .nav-left .menu-icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 5px;
}
.main-nav .nav-left .menu-icon span {
  width: 100%;
  height: 2px;
  background-color: #384750;
  display: inline-block;
  border-radius: 4px;
  transition: all 300ms linear;
}
html.nav-is-open .main-nav .nav-left .menu-icon span:first-child {
  transform-origin: 0;
  transform: rotate(45deg);
}
html.nav-is-open .main-nav .nav-left .menu-icon span:nth-child(2) {
  opacity: 0;
}
html.nav-is-open .main-nav .nav-left .menu-icon span:last-child {
  transform-origin: 0;
  transform: rotate(-45deg);
}
.main-nav .nav-left .nav-link {
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
}
.main-nav .nav-left .nav-link:last-child {
  margin-right: 0px;
}
@media screen and ((min-width: 75em)) {
  .main-nav .nav-left .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) {
  .main-nav .nav-left .nav-link {
    margin-right: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .main-nav .nav-left .nav-link {
    font-size: 27px;
    line-height: 36px;
    margin-right: 48px;
  }
}
.main-nav .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-nav .nav-right .links-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.main-nav .nav-right .links-wrapper .nav-link-tel,
.main-nav .nav-right .links-wrapper .phone-content-wrapper {
  position: absolute;
  right: 0;
}
@media screen and ((min-width: 64.0625em)) {
  body.show-button .main-nav .nav-right .links-wrapper .nav-link-tel,
  body.show-button .main-nav .nav-right .links-wrapper .phone-content-wrapper {
    right: calc(100% + 16px);
  }
}
@media screen and ((min-width: 90em)) {
  body.show-button .main-nav .nav-right .links-wrapper .nav-link-tel,
  body.show-button .main-nav .nav-right .links-wrapper .phone-content-wrapper {
    right: calc(100% + 24px);
  }
}
.main-nav .nav-right .button {
  transform: translateY(-200px);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.18);
}
body.show-button .main-nav .nav-right .button {
  transform: translateY(0px);
}
.main-nav .nav-right .button:focus {
  color: #ffffff;
}
.main-nav .nav-right a:focus {
  color: inherit;
}
.main-nav .main-nav-logo {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.main-nav .main-nav-logo .svg-logo-insureme {
  width: 109px;
}
@media screen and ((min-width: 37.5em)) {
  .main-nav .main-nav-logo .svg-logo-insureme {
    width: 162px;
    height: 29px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .main-nav .main-nav-logo .svg-logo-insureme {
    width: 217px;
    height: 39px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .main-nav .main-nav-logo .svg-logo-insureme {
    width: 325.5px;
    height: 58.5px;
  }
}
.main-nav .main-nav-logo:hover .svg-logo-insureme:nth-child(2) {
  opacity: 1;
}
.main-nav .main-nav-logo .svg-logo-insureme-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 200ms;
}
.inner-layout .main-nav {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 11;
  transition: z-index 600ms step-start, box-shadow 200ms ease, height 600ms ease;
  background-color: transparent;
}
.inner-layout .main-nav .nav-left .btn-back .btn-back-label {
  font-size: 20px;
  line-height: 32px;
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .main-nav .nav-left .btn-back .btn-back-label {
    font-size: 30px;
    line-height: 48px;
  }
}
.inner-layout .main-nav .nav-left .btn-back .svg-prev-step-arrow {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .main-nav .nav-left .btn-back .svg-prev-step-arrow {
    width: 36px;
    height: 36px;
    margin-top: -6px;
  }
}
.inner-layout .main-nav .nav-right .links-wrapper .nav-link-tel {
  position: static;
  font-size: 16px;
  margin-left: 6px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .main-nav .nav-right .links-wrapper .nav-link-tel {
    font-size: 24px;
    margin-left: 9px;
  }
}
.inner-layout .main-nav .nav-right .shopping-cart-button .svg-use-icon {
  margin-left: 0;
}
.inner-layout .main-nav .nav-right .links-wrapper .nav-link-tel {
  position: static;
}
.inner-layout .main-nav .nav-right .button {
  margin-left: 24px;
  transform: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .main-nav .nav-right .button {
    margin-left: 36px;
  }
}
.inner-layout .main-nav .nav-right .phone-content-wrapper {
  position: static;
}

.cart-element {
  position: fixed;
  top: 150px;
  right: 0px;
}

.shopping-cart-button {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 1001;
  transform: translateY(0);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.18);
}
@media screen and ((min-width: 48em)) {
  .shopping-cart-button {
    top: 15px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button {
    top: 150px;
    right: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
    font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    transform: rotate(-90deg);
    transform-origin: 99% 96%;
    text-rendering: optimizeSpeed;
    z-index: 3;
  }
  .shopping-cart-button:before {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    position: absolute;
    background: #ffffff;
    content: "";
    display: block;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: -1;
  }
  .shopping-cart-button:after {
    content: "";
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
    background-color: #fefefe;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #ffffff;
    transition: border 0.2s ease-out;
  }
  .shopping-cart-button.active:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
  .shopping-cart-button.active:after {
    background-color: #ffffff;
    border: 2px solid transparent;
    animation: borderAnimation 2s linear infinite;
  }
  .shopping-cart-button.not-active:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
  .shopping-cart-button.not-active:after {
    background-color: #ffffff;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shopping-cart-button {
    top: 225px;
    padding: 12px 24px;
  }
}
.shopping-cart-button .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button .svg-use-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shopping-cart-button .svg-use-icon {
    width: 48px;
    height: 48px;
  }
}
.shopping-cart-button .shopping-items-container {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  right: -10px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: #617384;
  background-color: #f1f4f9;
  font-size: 16px;
  line-height: 24px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-items-container {
    font-size: 18px;
    margin: 3px;
    position: relative;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    transform: rotate(90deg);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shopping-cart-button .shopping-items-container {
    font-size: 27px;
    line-height: 36px;
    margin: 4.5px;
    width: 48px;
    height: 48px;
    margin-left: 10.5px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-items-container.active {
    background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
    color: #ffffff;
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button .shopping-items-container.active .shopping-items {
    z-index: 1;
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button .shopping-items-container.active:before, .shopping-cart-button .shopping-items-container.active:after {
    content: "";
    display: block;
    border-radius: 50%;
  }
  .shopping-cart-button .shopping-items-container.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
  .shopping-cart-button .shopping-items-container.active:after {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    position: absolute;
    background: #ffffff;
  }
}
.shopping-cart-button .shopping-cart-label {
  display: none;
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-cart-label {
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shopping-cart-button .shopping-cart-label {
    gap: 12px;
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-cart-label.active {
    display: inline-flex;
  }
}
.shopping-cart-button .shopping-cart-label-empty {
  display: none;
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-cart-label-empty {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .shopping-cart-button .shopping-cart-label-empty {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .shopping-cart-button .shopping-cart-label-empty.active {
    display: inline-flex;
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button.floating-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    padding: 24px 12px 12px;
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button.floating-button .shopping-items-container {
    top: 19px;
    right: 6px;
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button.floating-button .svg-use-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.15);
    margin-left: 0;
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
@media screen and ((max-width: 64em)) {
  .shopping-cart-button.floating-button .svg-use-icon svg {
    width: 30px;
    height: 30px;
  }
}

.nav-link {
  width: auto;
  min-width: min-content;
  max-width: max-content;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  white-space: nowrap;
  color: #384750;
  background-size: 100%;
}
.nav-link:not(.mobile):hover, .nav-link:not(.mobile).nav-link-active:hover {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150%;
  transition: background-size 1s 0.1s;
}
.nav-link.mobile:hover, .nav-link.mobile:focus {
  color: #384750;
}
.nav-link.nav-link-active {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 22.4375em) and (orientation: portrait), (max-height: 300px) and (orientation: landscape) {
  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) {
  .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .nav-link {
    font-size: 27px;
    line-height: 36px;
  }
}
.nav-link-phone {
  font-size: 28px;
  line-height: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .nav-link-phone {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .nav-link-phone {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .nav-link-phone {
    font-size: 72px;
    line-height: 84px;
  }
}

.avatar-default {
  position: relative;
}
.avatar-default .svg-use-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease-in-out;
  outline: 1px solid transparent;
}
.avatar-default .svg-avatar-hover {
  opacity: 0;
}
@media (pointer: fine) and (hover: hover) {
  .avatar-default:hover .svg-avatar-hover {
    opacity: 1;
  }
  .avatar-default:hover .svg-avatar-default {
    opacity: 0;
  }
}

html.form-open .svg-avatar-hover {
  opacity: 1;
}
html.form-open .svg-avatar-default {
  opacity: 0;
}

.avatar-initials-wrapper {
  position: relative;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: opacity 300ms ease-in;
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
  width: 100%;
  height: 100%;
  cursor: default;
  outline: 1px solid transparent;
}
.avatar-initials-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  z-index: -2;
  border-radius: 50%;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.avatar-initials-wrapper span {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  color: #384750;
  font-size: 14px;
  line-height: 20px;
  transition: color 300ms ease-in-out;
}
@media screen and ((min-width: 48em)) {
  .avatar-initials-wrapper span {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .avatar-initials-wrapper span {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-initials-wrapper span {
    font-size: 30px;
    line-height: 48px;
  }
}
.avatar-initials-wrapper.active {
  -webkit-mask-image: none;
  overflow: unset;
}
.avatar-initials-wrapper.active:before {
  content: "";
  mask: none;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border: none;
}
.avatar-initials-wrapper.active:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -10px;
  z-index: -3;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.15);
}
@media screen and ((min-width: 64.0625em)) {
  .avatar-initials-wrapper.active:after {
    top: -10px;
    right: -10px;
    left: -10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.avatar-initials-wrapper.active span {
  color: #ffffff;
}

@media (pointer: fine) and (hover: hover) {
  .avatar-initials-wrapper:not(.no-hover):hover {
    -webkit-mask-image: none;
    overflow: unset;
  }
  .avatar-initials-wrapper:not(.no-hover):hover:before {
    content: "";
    mask: none;
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
    border: none;
  }
  .avatar-initials-wrapper:not(.no-hover):hover span {
    color: #ffffff;
  }
}

.avatar-img-wrapper {
  position: relative;
  display: block;
  z-index: 3;
  cursor: default;
}
@media screen and ((min-width: 64.0625em)) {
  .avatar-img-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
    border-radius: 50%;
    z-index: 2;
    visibility: hidden;
    transition: visibility 300ms ease-in-out;
  }
  .avatar-img-wrapper img {
    display: block;
    position: relative;
    border: 2px solid transparent;
    z-index: 3;
  }
}
.avatar-img-wrapper:hover:before {
  visibility: visible;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 600ms ease, box-shadow 200ms ease, grid-template-rows 600ms ease;
  transition: height 600ms ease-out, backdrop-filter 600ms, background 600ms ease-out;
  z-index: 1;
}
.mobile-nav:before {
  content: "";
  position: absolute;
  z-index: -3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and ((max-width: 37.4375em)) {
  .mobile-nav {
    height: 100%;
    display: block;
  }
}
.has-summary-nav .mobile-nav {
  position: static;
  height: 64px;
}
body.show-menu-bg .mobile-nav {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
@media (min-width: 37.5em) {
  body.show-menu-bg .mobile-nav {
    background: rgba(255, 255, 255, 0.8);
  }
}
body.show-menu-bg .mobile-nav .nav-menu:before {
  opacity: 0.8;
}
body.show-menu-bg .mobile-nav .avatar-initials-wrapper {
  z-index: 10;
}
body.show-menu-bg .mobile-nav .avatar-initials-wrapper.active:after {
  background: transparent;
  backdrop-filter: blur(15px);
  clip-path: inset(-10px -10px 0px -10px);
}
body.show-menu-bg .mobile-nav .user-menu-dropdown:after {
  opacity: 0;
}
@media screen and ((min-width: 37.5em)) {
  .mobile-nav .nav-menu {
    display: none;
  }
}
@media (max-width: 37.4375em) and (max-height: 600px) and (orientation: portrait) {
  .mobile-nav .nav-menu .nav-top .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 64em) and (max-height: 300px) and (orientation: landscape) {
  .mobile-nav .nav-menu .nav-top {
    max-height: 220px;
  }
}
@media (max-width: 64em) and (min-height: 301px) and (max-height: 599px) and (orientation: landscape) {
  .mobile-nav .nav-menu .nav-top {
    max-height: 240px;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(1) {
    order: 1;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(2) {
    order: 2;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(3) {
    order: 3;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(4) {
    order: 5;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(5) {
    order: 6;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(6) {
    order: 7;
  }
  .mobile-nav .nav-menu .nav-top .nav-link:nth-child(7) {
    order: 4;
  }
}
@media (max-width: 47.9375em) and (orientation: landscape), (max-height: 599px) and (orientation: landscape) {
  .mobile-nav .nav-menu {
    flex-wrap: wrap;
  }
  .mobile-nav .nav-menu .nav-bottom {
    margin-left: 64px;
  }
}
@media (max-width: 64em) and (max-height: 599px) and (orientation: landscape), (max-width: 37.4375em) {
  html.nav-is-open .mobile-nav {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 64em) and (max-height: 599px) and (orientation: landscape) and (min-width: 37.5em), (max-width: 37.4375em) and (min-width: 37.5em) {
  html.nav-is-open .mobile-nav {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 37.5em) and (max-height: 599px) {
  html.nav-is-open .mobile-nav .nav-right .avatar {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
}
html:not(.nav-is-open) body.show-menu-bg .mobile-nav {
  background: rgba(255, 255, 255, 0.6);
}
html.inner-layout:not(.nav-is-open) body.show-menu-bg .mobile-nav {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}
html.inner-layout.nav-is-open body .mobile-nav {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
}
html.form-open:not(.nav-is-open) body.show-menu-bg .mobile-nav {
  background: rgba(255, 255, 255, 0.8);
}
html:not(.nav-is-open) body.show-menu-bg html.form-open .mobile-nav {
  background: rgba(255, 255, 255, 0.8);
}
.has-cart .mobile-nav .nav-header .nav-right {
  margin-right: 46px;
}
.mobile-nav .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media screen and ((min-width: 48em)) {
  .mobile-nav .nav-container {
    height: 72px;
  }
}
.mobile-nav .auth-form-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: background-color 600ms ease, box-shadow 200ms ease, grid-template-rows 600ms ease;
}
html.form-open .mobile-nav .auth-form-container {
  grid-template-rows: 1fr;
}
.mobile-nav .auth-form-container > div {
  overflow: hidden;
}
.mobile-nav .nav-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and ((min-width: 48em)) {
  .mobile-nav .nav-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mobile-nav .nav-header .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.mobile-nav .nav-header .nav-right .links-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-nav .nav-header .nav-right .links-wrapper .nav-link-tel {
  position: absolute;
  right: 0;
}
@media screen and ((min-width: 64.0625em)) {
  body.show-button .mobile-nav .nav-header .nav-right .links-wrapper .nav-link-tel {
    right: calc(100% + 16px);
  }
}
@media screen and ((min-width: 90em)) {
  body.show-button .mobile-nav .nav-header .nav-right .links-wrapper .nav-link-tel {
    right: calc(100% + 24px);
  }
}
.mobile-nav .nav-header .nav-right .avatar {
  margin-left: 12px;
}
@media screen and ((min-width: 48em)) {
  .mobile-nav .nav-header .nav-right .avatar {
    margin-top: 1px;
    margin-left: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .mobile-nav .nav-header .nav-right .avatar {
    margin-top: 0;
  }
}
@media screen and ((min-width: 90em)) {
  .mobile-nav .nav-header .nav-right .avatar {
    margin-left: 24px;
  }
}
.mobile-nav .nav-header .nav-right .button {
  transform: translateY(-200px);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.18);
}
body.show-button .mobile-nav .nav-header .nav-right .button {
  transform: translateY(0px);
}
.mobile-nav .nav-header .nav-right a:focus {
  color: inherit;
}
.mobile-nav .nav-header .main-nav-logo {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.mobile-nav .nav-header .main-nav-logo .svg-logo-insureme {
  width: 137px;
  height: 40px;
}
@media screen and ((min-width: 48em)) {
  .mobile-nav .nav-header .main-nav-logo .svg-logo-insureme {
    width: 190px;
    height: 56px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .mobile-nav .nav-header .main-nav-logo .svg-logo-insureme {
    width: 164px;
    height: 48px;
  }
}
@media screen and ((min-width: 75em)) {
  .mobile-nav .nav-header .main-nav-logo .svg-logo-insureme {
    width: 218px;
    height: 64px;
  }
}
.mobile-nav .nav-header .main-nav-logo:hover .svg-logo-insureme:nth-child(2) {
  opacity: 1;
}
.mobile-nav .nav-header .main-nav-logo .svg-logo-insureme-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 200ms;
}
@media (max-width: 37.4375em) and (orientation: landscape) {
  .mobile-nav {
    width: 100vw;
    flex-direction: row;
  }
  .mobile-nav .nav-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .mobile-nav .nav-menu .nav-top {
    max-height: 80vh;
    flex-wrap: wrap;
  }
  .mobile-nav .nav-menu .nav-top .nav-link {
    font-size: 18px;
    line-height: 24px;
    min-width: 150px;
  }
  .mobile-nav .nav-menu .nav-bottom {
    width: 180px;
  }
  .mobile-nav .nav-menu .account-wrapper {
    margin-bottom: 16px;
  }
  .mobile-nav .nav-menu .nav-bottom-row {
    flex-direction: column;
  }
  .mobile-nav .nav-menu .nav-bottom-row div {
    width: 100%;
  }
}
@media (max-width: 37.4375em) and (orientation: landscape) and (max-width: 47.9375em) and (orientation: landscape), (max-width: 37.4375em) and (orientation: landscape) and (max-height: 600px) and (orientation: landscape) {
  .mobile-nav .nav-menu .nav-bottom-row {
    gap: 8px;
  }
  .mobile-nav .nav-menu .nav-bottom-row .button.md {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 37.4375em), (max-width: 64em) and (max-height: 599px) {
  .mobile-nav {
    overflow: hidden;
  }
  html.nav-is-open .mobile-nav .nav-menu {
    display: flex;
  }
  .mobile-nav .nav-right > .avatar {
    display: none !important;
  }
  .mobile-nav .nav-right > .user-menu-dropdown {
    display: none !important;
  }
}
.inner-layout .mobile-nav {
  position: relative;
}
.inner-layout .mobile-nav:before {
  content: none;
}
.inner-layout .mobile-nav .nav-left .btn-back .svg-prev-step-arrow {
  width: 32px;
  height: 32px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .mobile-nav .nav-left .btn-back .svg-prev-step-arrow {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .mobile-nav .nav-left .btn-back .svg-prev-step-arrow {
    width: 36px;
    height: 36px;
    margin-top: -6px;
  }
}

.nav-left {
  position: relative;
  z-index: 2;
}
.nav-left .menu-icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 5px;
}
.nav-left .menu-icon span {
  width: 100%;
  height: 2px;
  background-color: #384750;
  display: inline-block;
  border-radius: 4px;
  transition: transform 200ms linear, opacity 200ms linear;
  transform-origin: 0;
}
html.nav-is-open .nav-left .menu-icon span:first-child {
  transform: rotate(45deg);
}
html.nav-is-open .nav-left .menu-icon span:nth-child(2) {
  opacity: 0;
}
html.nav-is-open .nav-left .menu-icon span:last-child {
  transform: rotate(-45deg);
}
.nav-left .nav-link {
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
}
.nav-left .nav-link:last-child {
  margin-right: 0px;
}
@media screen and ((min-width: 75em)) {
  .nav-left .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) {
  .nav-left .nav-link {
    margin-right: 32px;
  }
}

.nav-right .avatar {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  position: relative;
  z-index: 10;
}
@media screen and ((min-width: 64.0625em)) {
  .nav-right .avatar {
    width: 42px;
    height: 42px;
    margin-left: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .nav-right .avatar {
    width: 63px;
    height: 63px;
    margin-left: 36px;
  }
}
.nav-right .svg-phone-line {
  width: 40px;
  height: 40px;
  margin-left: 12px;
}
@media screen and ((min-width: 48em)) {
  .nav-right .svg-phone-line {
    margin-left: 16px;
  }
}
@media screen and ((min-width: 90em)) {
  .nav-right .svg-phone-line {
    margin-left: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .nav-right .svg-phone-line {
    width: 60px;
    height: 60px;
    margin-left: 36px;
  }
}

.avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media screen and ((min-width: 48em)) {
  .avatar {
    width: 40px;
    height: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .avatar {
    width: 48px;
    height: 48px;
  }
}
.avatar > img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: relative;
  top: 2px;
  left: 2px;
}
.avatar-sm {
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-sm {
    width: 60px;
    height: 60px;
  }
}
.avatar-sm:before {
  border: 2px solid transparent;
}
.avatar-sm > span {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-sm > span {
    font-size: 24px;
    line-height: 36px;
  }
}
.avatar-lg {
  display: inline-block;
  width: 96px;
  min-width: 96px;
  height: 96px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-lg {
    width: 144px;
    min-width: 144px;
    height: 144px;
  }
}
.avatar-lg > span {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-lg > span {
    font-size: 54px;
    line-height: 60px;
  }
}
.avatar-xl {
  display: inline-block;
  width: 118px;
  min-width: 118px;
  height: 118px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-xl {
    width: 177px;
    min-width: 177px;
    height: 177px;
  }
}
.avatar-xl > span {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .avatar-xl > span {
    font-size: 54px;
    line-height: 60px;
  }
}

.profile-image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.profile-image-wrapper .profile-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 64px);
  padding-top: 10px;
  padding-bottom: 120px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav-menu .avatar,
.nav-menu .svg-phone-line,
.nav-menu .avatar-initials-wrapper {
  margin-right: 8px;
}
.nav-menu .avatar span,
.nav-menu .svg-phone-line span,
.nav-menu .avatar-initials-wrapper span {
  font-size: 14px;
}
.nav-menu .nav-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .nav-menu .nav-top {
    padding-left: 16px;
  }
}
.nav-menu .nav-top .nav-link {
  font-size: 18px;
  line-height: 24px;
}
@media screen and ((min-width: 22.5em)) {
  .nav-menu .nav-top .nav-link {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .nav-menu .nav-top .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .nav-menu .nav-top .nav-link {
    font-size: 20px;
    line-height: 32px;
  }
}
.nav-menu .nav-bottom .nav-link {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 24.375em) and (orientation: portrait), (min-height: 300px) and (orientation: landscape) {
  .nav-menu .nav-bottom .nav-link {
    font-size: 20px;
    line-height: 32px;
  }
}
.nav-menu .nav-bottom .account-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(200, 208, 220, 0.2);
  border-radius: 16px;
}
@media (max-height: 300px) and (orientation: landscape) {
  .nav-menu .nav-bottom .account-wrapper {
    margin-bottom: 16px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .nav-menu .nav-bottom .account-wrapper.side-menu-only {
    display: none;
  }
}
@media screen and ((min-width: 48em)) {
  .nav-menu .nav-bottom .account-wrapper.side-menu-only {
    display: flex;
  }
}
.nav-menu .nav-bottom .account-wrapper .user-account-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.nav-menu .nav-bottom .account-wrapper .avatar {
  width: 76px;
  height: 76px;
}
.nav-menu .nav-bottom .account-wrapper .avatar .user-initials {
  font-size: 24px;
  line-height: 32px;
}
.nav-menu .nav-bottom .account-wrapper .avatar-default {
  width: 36px;
  height: 36px;
}
.nav-menu .nav-bottom .nav-bottom-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (orientation: portrait) {
  .nav-menu .nav-bottom .nav-bottom-row div {
    width: 50%;
  }
}
@media screen and ((min-width: 37.5em)) {
  .nav-menu .nav-bottom .nav-bottom-row div {
    width: 100%;
  }
}
.nav-menu .nav-bottom .nav-bottom-row .store-platform {
  width: 100%;
  padding: 14px 0;
  display: flex;
  justify-content: center;
}
.nav-menu .nav-bottom .nav-bottom-row .store-platform div,
.nav-menu .nav-bottom .nav-bottom-row .store-platform svg {
  width: 123px;
  height: 28px;
}
.nav-menu .nav-bottom .nav-bottom-row .store-platform .store-theme-light {
  display: block;
}
.nav-menu .nav-bottom .nav-bottom-row .store-platform .store-theme-dark {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .nav-menu .nav-bottom .nav-bottom-row {
    flex-direction: column;
  }
}

.nav-menu.tablet-menu {
  top: 0;
  left: 0;
  position: absolute;
  padding: 24px 24px 32px 24px;
  width: 35%;
  height: calc(var(--menu-vh, 1vh) * 100);
  transform: translateX(-105%);
  visibility: hidden;
  z-index: 3;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
  box-shadow: 16px 0px 52px rgba(56, 71, 80, 0.2);
  backdrop-filter: blur(15px);
  transition: transform 600ms, visibility 600ms;
}
.nav-menu.tablet-menu .nav-top {
  padding-top: 44px;
}
@media (min-height: 600px) and (max-height: 700px) and (orientation: landscape) {
  .nav-menu.tablet-menu .nav-top {
    padding-top: 20px;
  }
}
@media (min-height: 600px) and (max-height: 700px) and (orientation: landscape) {
  .nav-menu.tablet-menu .nav-top > a {
    margin-bottom: 18px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .nav-menu.tablet-menu {
    width: 256px;
    padding-bottom: 32px;
  }
}
@media (min-height: 600px) and (max-height: 700px) and (orientation: landscape) {
  .nav-menu.tablet-menu {
    padding-bottom: 32px;
  }
}
@media (min-width: 37.5em) and (min-height: 600px) {
  html.nav-is-open .nav-menu.tablet-menu {
    transform: translateX(0);
    visibility: visible !important;
  }
}

html.tooltip-is-shown {
  height: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
}
html.tooltip-is-shown body {
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
}
html.tooltip-is-shown .plan-header,
html.tooltip-is-shown .main-nav {
  z-index: unset;
}
html.tooltip-is-shown .glass-box-container .glass-box {
  backdrop-filter: none;
}
html.tooltip-is-shown .website-header {
  z-index: 1;
}
html.inner-layout .mobile-nav .nav-left .btn-back {
  opacity: 1;
}
@media screen and ((max-width: 37.4375em)) {
  html.inner-layout .mobile-nav .nav-left .btn-back {
    transition: opacity 0ms ease-in;
    transition-delay: 600ms;
  }
}
html.inner-layout .mobile-nav .nav-left .close-logo-menu {
  height: 32px;
  width: 32px;
  opacity: 0;
  position: absolute;
  left: 0;
}
@media screen and ((max-width: 37.4375em)) {
  html.inner-layout .mobile-nav .nav-left .close-logo-menu {
    opacity: 0;
    transition: opacity 0ms ease-in;
    transition-delay: 600ms;
    pointer-events: none;
  }
}
html.inner-layout .mobile-nav .nav-left .close-logo-menu svg {
  height: 32px;
  fill: #384750;
}
@media screen and ((max-width: 37.4375em)) {
  html.inner-layout.nav-is-open .mobile-nav {
    height: 100%;
  }
}
html.inner-layout.nav-is-open .mobile-nav .nav-left .close-logo-menu {
  opacity: 1;
}
@media screen and ((max-width: 37.4375em)) {
  html.inner-layout.nav-is-open .mobile-nav .nav-left .close-logo-menu {
    transition: opacity 0ms ease-in;
    transition-delay: 0ms;
    pointer-events: all;
  }
}
@media screen and ((max-width: 37.4375em)) {
  html.inner-layout.nav-is-open .mobile-nav .nav-left .btn-back {
    opacity: 0;
    transition: opacity 0ms ease-in;
    pointer-events: none;
  }
}
html.nav-is-open {
  overflow: hidden !important;
}
@media screen and ((min-width: 64.0625em)) {
  html.nav-is-open {
    overflow: auto;
  }
}
@media screen and ((max-width: 74.9375em)) {
  html.plan-frame-is-open {
    overflow: hidden;
  }
}
html.plan-filters-is-open, html.cart-is-open {
  overflow: hidden !important;
}
html.plan-filters-is-open .site-scrollbar, html.cart-is-open .site-scrollbar {
  display: none;
}
html.plan-filters-is-open .inner-container, html.option-frame-is-open .inner-container {
  z-index: unset;
}
html.datepicker-is-open {
  overflow: hidden;
}
html.datepicker-is-open .website-header {
  z-index: 1;
}

.header-dark .main-nav .avatar-initials-wrapper span,
.header-dark .mobile-nav .avatar-initials-wrapper span {
  color: #fefefe;
}
.header-dark .main-nav .white-menu-logos,
.header-dark .mobile-nav .white-menu-logos {
  display: none;
}
.header-dark .main-nav .dark-menu-logos,
.header-dark .mobile-nav .dark-menu-logos {
  display: block;
}
body.show-menu-bg .header-dark .main-nav,
body.show-menu-bg .header-dark .mobile-nav {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body.show-menu-bg .header-dark .main-nav {
  background: linear-gradient(199deg, rgba(56, 71, 80, 0.6) 12.54%, rgba(56, 71, 80, 0.6) 75.24%);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.2);
}
html.nav-is-open .header-dark .mobile-nav {
  background: linear-gradient(199deg, rgba(56, 71, 80, 0.8) 12.54%, rgba(56, 71, 80, 0.8) 75.24%);
}
html body.show-menu-bg .header-dark .mobile-nav {
  background: linear-gradient(199deg, rgba(56, 71, 80, 0.8) 12.54%, rgba(56, 71, 80, 0.8) 75.24%);
}
.header-dark .nav-menu.tablet-menu {
  background: linear-gradient(199deg, rgba(56, 71, 80, 0.8) 12.54%, rgba(56, 71, 80, 0.8) 75.24%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-dark .nav-menu .nav-bottom .nav-bottom-row .store-platform {
  background-color: #ffffff;
}
.header-dark .nav-menu .nav-bottom .nav-bottom-row .store-platform .store-theme-light {
  display: none;
}
.header-dark .nav-menu .nav-bottom .nav-bottom-row .store-platform .store-theme-dark {
  display: block;
}
.header-dark .nav-menu .nav-bottom .account-wrapper {
  background: rgba(56, 71, 80, 0.8);
}
.header-dark .nav-link {
  color: #ffffff;
}
.header-dark .nav-left .menu-icon span {
  background-color: #ffffff;
}

.store-platform {
  border-radius: 40px;
  background: #384750;
}

body.has-header-banner .website-content {
  padding-top: 120px;
}
@media screen and ((min-width: 37.5em)) {
  body.has-header-banner .website-content {
    padding-top: 128px;
  }
}
@media screen and ((min-width: 48em)) {
  body.has-header-banner .website-content {
    padding-top: 136px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  body.has-header-banner .website-content {
    padding-top: 80px;
  }
}
body.has-header-banner.show-menu-bg .website-header {
  height: 64px;
}
@media screen and ((min-width: 48em)) {
  body.has-header-banner.show-menu-bg .website-header {
    height: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  body.has-header-banner.show-menu-bg .website-header {
    height: auto;
  }
}
body.has-header-banner.show-menu-bg .header-banner {
  height: 0;
  overflow: hidden;
}
body.has-header-banner.show-menu-bg .header-banner .banner {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
@media (min-width: 240em) and (min-height: 1900px) {
  body.has-header-banner.show-menu-bg .header-banner .banner {
    transform: translateY(-30px);
  }
}
body.has-header-banner.show-menu-bg .main-nav {
  box-shadow: none;
}
@media screen and ((max-width: 37.4375em)) {
  html.nav-is-open body.has-header-banner .website-header {
    height: 100%;
    border-bottom-width: 0;
  }
}
@media screen and ((max-width: 37.4375em)) {
  html.nav-is-open body.has-header-banner .header-banner {
    position: relative;
    z-index: -1;
  }
}
html.form-open body.has-header-banner .header-banner {
  height: 0;
}
@media screen and ((max-width: 37.4375em)) {
  body.has-header-banner .mobile-nav .nav-menu {
    transform: translateY(55px);
  }
}
@media screen and ((max-width: 37.4375em)) {
  body.has-header-banner .mobile-nav .nav-menu.menu-open {
    transform: translateY(0);
  }
}
@media screen and ((max-width: 37.4375em)) {
  body.has-header-banner .mobile-nav .nav-menu.menu-open ~ .header-banner .banner {
    opacity: 0;
    transition: none;
  }
}
@media screen and ((max-width: 37.4375em)) {
  body.has-header-banner .mobile-nav .nav-menu.menu-close {
    transform: translateY(0);
  }
}
@media screen and ((max-width: 37.4375em)) {
  body.has-header-banner .mobile-nav .nav-menu.menu-close ~ .header-banner .banner {
    transition: opacity 200ms 600ms ease-in-out;
  }
}
body.has-header-banner .website-header {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
@media screen and ((min-width: 37.5em)) {
  body.has-header-banner .website-header {
    height: 128px;
  }
}
@media screen and ((min-width: 48em)) {
  body.has-header-banner .website-header {
    height: 136px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  body.has-header-banner .website-header {
    height: auto;
  }
}
body.has-header-banner .header-banner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 64px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: height 600ms ease-in-out;
}
@media screen and ((min-width: 37.5em)) {
  body.has-header-banner .header-banner {
    position: static;
    transform: none;
    height: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  body.has-header-banner .header-banner {
    height: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.has-header-banner .header-banner .banner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 300ms 300ms ease-in-out, opacity 300ms 300ms ease-in-out;
}
body.has-header-banner .main-nav,
body.has-header-banner .mobile-nav {
  background: rgba(255, 255, 255, 0.8);
}

.phone-content > * {
  display: inherit;
}
.phone-content .divider {
  position: relative;
  margin-right: 8px;
  padding-right: 9px;
}
.phone-content .divider:before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #384750;
}

@keyframes borderAnimation {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ffffff;
  }
  100% {
    border-color: transparent;
  }
}
.website-content-bottom {
  position: relative;
  z-index: -1;
}

.website-footer {
  padding-top: 400px;
  margin-top: -420px;
  overflow: hidden;
}
.website-footer.footer-short {
  padding-top: 0;
  margin-top: 0;
}

.footer-banner {
  padding: 80px 0;
}
.footer-banner:before {
  content: "";
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  height: 700px;
  top: -45%;
  left: 0;
  position: absolute;
  z-index: -2;
  opacity: 1;
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  opacity: 0.3;
}
.webp .footer-banner:before {
  background-image: url("../img/ins/backgrounds/banner-bg-gradient-mobile.webp");
}
.no-webp .footer-banner:before {
  background-image: url("../img/ins/backgrounds/banner-bg-gradient-mobile.png");
}
@media (min-width: 24.4375em) {
  .footer-banner:before {
    width: calc(100% + 3rem);
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media screen and ((min-width: 37.5em)) {
  .footer-banner:before {
    height: 700px;
    top: -60%;
    left: 0;
    background-size: 1200px;
    background-position: top;
  }
  .webp .footer-banner:before {
    background-image: url("../img/ins/backgrounds/banner-bg-gradient-tablet.webp");
  }
  .no-webp .footer-banner:before {
    background-image: url("../img/ins/backgrounds/banner-bg-gradient-tablet.png");
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-banner:before {
    width: 1406px;
    height: 760px;
    top: -180px;
    right: -270px;
    left: 65%;
    transform: translateX(-50%);
    background-size: 1406px;
    background-position: unset;
    opacity: 0.25;
  }
  .webp .footer-banner:before {
    background-image: url("../img/ins/backgrounds/banner-bg-gradient.webp");
  }
  .no-webp .footer-banner:before {
    background-image: url("../img/ins/backgrounds/banner-bg-gradient.png");
  }
}
.footer-banner p {
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}
@media screen and ((min-width: 37.5em)) {
  .footer-banner p {
    margin-right: 42px;
  }
}
@media screen and ((min-width: 48em)) {
  .footer-banner p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
@media screen and ((min-width: 75em)) {
  .footer-banner p {
    margin-right: 0px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-banner p {
    font-size: 33px;
    line-height: 48px;
  }
}
.footer-banner a {
  font-size: 22px;
  line-height: 32px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  color: inherit;
  display: inline-block;
}
@media screen and ((min-width: 48em)) {
  .footer-banner a {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-banner a {
    font-size: 33px;
    line-height: 48px;
  }
}
.footer-banner .button {
  display: inline-block;
  z-index: 1;
}
@media screen and ((min-width: 37.5em)) {
  .footer-banner .button {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-banner .button {
    display: inline-block;
    width: unset;
    margin: unset;
  }
}
.footer-banner p,
.footer-banner a {
  width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .footer-banner p,
  .footer-banner a {
    width: unset;
  }
}
.footer-banner .banner {
  width: 100%;
  max-width: 1120px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 48px 0;
}
@media screen and ((min-width: 48em)) {
  .footer-banner .banner {
    padding: 48px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-banner .banner {
    padding: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and ((min-width: 75em)) {
  .footer-banner .banner {
    padding: 48px 88px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-banner .banner {
    max-width: 1680px;
    padding: 72px 132px;
  }
}
.footer-banner .banner-bg {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border: 1px solid #ffffff;
  backdrop-filter: blur(15px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 12px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-banner {
    padding: 120px 0;
  }
}

.inner-layout .banner-container {
  position: relative;
  margin-top: -60px;
}

.footer-nav-section {
  padding: 40px 24px 64px 24px;
  background: #fafcff;
}
.footer-nav-section .content {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
}
@media (min-width: 64.0625em) and (max-width: calc(1126px + 3rem)) {
  .footer-nav-section .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section .content {
    max-width: 1689px;
  }
}
@media screen and ((min-width: 48em)) {
  .footer-nav-section .cell {
    padding-left: 75px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-nav-section .cell {
    padding-left: 0;
  }
}
.footer-nav-section ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.footer-nav-section li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer-nav-section li.nav-category {
  margin-bottom: 36px;
}
.footer-nav-section li.select2-results__option {
  margin-bottom: 0;
}
.footer-nav-section a {
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
.footer-nav-section a:hover {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
@media screen and ((min-width: 64.0625em)) {
  .footer-nav-section a {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section a {
    font-size: 27px;
    line-height: 36px;
  }
}
.footer-nav-section li a {
  display: block;
  width: auto;
  min-width: min-content;
  max-width: max-content;
}
.footer-nav-section .nav-category {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
  display: inline-block;
}
@media screen and ((min-width: 48em)) {
  .footer-nav-section .nav-category {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section .nav-category {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 54px;
  }
}
.footer-nav-section .stores-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
@media screen and ((min-width: 48em)) {
  .footer-nav-section .stores-wrapper {
    margin-top: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-nav-section .stores-wrapper {
    position: relative;
    margin-top: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section .stores-wrapper {
    gap: 12px;
    margin-top: 48px;
  }
}
.footer-nav-section .stores-wrapper .store-platform {
  width: 150px;
  height: 48px;
  position: relative;
  padding: 12px;
  cursor: pointer;
  background-clip: initial;
}
@media screen and ((min-width: 64.0625em)) {
  .footer-nav-section .stores-wrapper .store-platform {
    height: 40px;
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-nav-section .stores-wrapper .store-platform {
    height: 60px;
    padding: 18px;
  }
}
.footer-nav-section .stores-wrapper .store-platform svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  width: 80%;
}
@media screen and ((min-width: 24.375em)) {
  .footer-nav-section {
    padding: 40px 40px 64px 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .footer-nav-section {
    padding: 40px 64px 40px 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-nav-section {
    padding: 40px 0;
  }
}

.footer-row {
  background: #384750;
  color: #ffffff;
}
.footer-row .gradient {
  height: 8px;
  width: 100%;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .gradient {
    height: 12px;
  }
}
.footer-row .solid {
  width: 100%;
  max-width: 1126px;
  padding: 12px 0 20px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-row .solid .svg-logo-light {
  order: 1;
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .solid .svg-logo-light {
    margin-bottom: 12px;
  }
}
.footer-row .solid p {
  order: 2;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 8px;
}
@media screen and ((min-width: 48em)) {
  .footer-row .solid p {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .solid p {
    font-size: 21px;
    padding: 0 12px;
  }
}
.footer-row .solid .links-wrapper {
  order: 3;
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .solid .links-wrapper {
    font-size: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .footer-row .solid {
    padding: 12px 64px 20px 64px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-row .solid .svg-logo-light {
    order: 2;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-row .solid {
    padding: 12px 0;
    justify-content: space-between;
    flex-direction: row;
  }
  .footer-row .solid .svg-logo-light {
    flex: unset;
    order: 2;
    margin-bottom: 0;
    margin-right: -100px;
  }
  .footer-row .solid p {
    order: 1;
  }
  .footer-row .solid .links-wrapper {
    order: 3;
  }
}
@media (min-width: 64.0625em) and (max-width: calc(1126px + 3rem)) {
  .footer-row .solid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .solid {
    max-width: 1689px;
    padding: 18px 0 30px 0;
  }
}
.footer-row .svg-logo-light svg {
  width: 200px;
  height: 56px;
  margin: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row .svg-logo-light svg {
    width: 300px;
    height: 84px;
  }
}
.footer-row a {
  color: inherit;
}
.footer-row a:not(:last-child) {
  margin-right: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-row a:not(:last-child) {
    margin-right: 36px;
  }
}

.footer-information {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  padding: 40px 32px;
}
@media screen and ((min-width: 48em)) {
  .footer-information {
    padding: 40px 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-information {
    padding: 40px 0;
  }
}
@media (min-width: 64.0625em) and (max-width: calc(1126px + 3rem)) {
  .footer-information {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-information {
    max-width: 1689px;
    padding: 60px 48px;
  }
}
.footer-information p {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-information p {
    font-size: 18px;
    line-height: 24px;
  }
}

.website-footer .form-language-select {
  margin: 68px 0 0 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .website-footer .form-language-select {
    margin: 102px 0 0 0;
  }
}

.footer-calc-banner {
  text-align: center;
}
.footer-calc-banner .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and ((min-width: 48em)) {
  .footer-calc-banner .banner {
    gap: 32px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-calc-banner .banner {
    gap: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-calc-banner .banner {
    gap: 36px;
  }
}
.footer-calc-banner .banner-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .footer-calc-banner .banner-buttons {
    flex-direction: row;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .footer-calc-banner .banner-buttons {
    gap: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-calc-banner .banner-buttons {
    gap: 96px;
  }
}
.footer-calc-banner .banner-links {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 24px;
  margin-top: 80px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-calc-banner .banner-links {
    margin-top: 120px;
    gap: 36px;
  }
}
.footer-calc-banner .banner-links a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  align-self: center;
}
@media screen and ((min-width: 37.5em)) {
  .footer-calc-banner .banner-links a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-calc-banner .banner-links a {
    font-size: 27px;
    line-height: 36px;
  }
}

.heading-5xl {
  font-size: 28px;
  line-height: 40px;
}
@media screen and ((min-width: 24.375em)) {
  .heading-5xl {
    font-size: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .heading-5xl {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1281px) {
  .heading-5xl {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-5xl {
    font-size: 90px;
    line-height: 96px;
  }
}
@media screen and ((max-width: 24.3125em)) {
  .inner-layout .heading-5xl {
    font-size: 36px;
  }
}
.heading-4xl {
  font-size: 22px;
  line-height: 36px;
}
@media screen and ((min-width: 37.5em)) {
  .heading-4xl {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .heading-4xl {
    font-size: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .heading-4xl {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-4xl {
    font-size: 72px;
    line-height: 84px;
  }
}
.heading-3xl {
  font-size: 22px;
  line-height: 32px;
}
@media screen and ((min-width: 37.5em)) {
  .heading-3xl {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .heading-3xl {
    font-size: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-3xl {
    font-size: 54px;
    line-height: 60px;
  }
}
.heading-2xl {
  font-size: 18px;
  line-height: 24px;
}
@media screen and ((min-width: 24.375em)) {
  .heading-2xl {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .heading-2xl {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 48em)) {
  .heading-2xl {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-2xl {
    font-size: 42px;
    line-height: 60px;
  }
}
@media screen and ((max-width: 24.3125em)) {
  .inner-layout .heading-2xl {
    font-size: 20px;
    line-height: 32px;
  }
}
.heading-xl {
  font-size: 18px;
  line-height: 24px;
}
@media screen and ((min-width: 24.375em)) {
  .heading-xl {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 48em)) {
  .heading-xl {
    font-size: 22px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .heading-xl {
    font-size: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-xl {
    font-size: 36px;
    line-height: 48px;
  }
}
.heading-lg {
  font-size: 18px;
  line-height: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .heading-lg {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-lg {
    font-size: 30px;
    line-height: 48px;
  }
}
.heading-md {
  font-size: 16px;
  line-height: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .heading-md {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .heading-md {
    font-size: 27px;
    line-height: 36px;
  }
}

.text-sm:has(sup) {
  margin-right: -7px;
}
.inner-layout .text-sm sup {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  top: -0.8em;
  left: 0.2em;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .text-sm sup {
    font-size: 18px;
    line-height: 24px;
  }
}
.text-sm.bold-sans sup {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}

.text-medium-lg:has(sup) {
  margin-right: -7px;
}
.inner-layout .text-medium-lg sup {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 14px;
  top: 0;
  left: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .text-medium-lg sup {
    font-size: 36px;
    line-height: 48px;
  }
}
.text-medium-lg.bold-sans sup {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}

p,
ul {
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  p,
  ul {
    font-size: 24px;
    line-height: 36px;
  }
}

.a11y {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute !important;
  width: 1px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.bold-sans {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}

.bold-semi-sans {
  font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
}

.bold-lato {
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}

.regular-lato {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.is-regular {
  font-weight: 400;
}

.is-medium {
  font-weight: 500;
}

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

.is-black {
  font-weight: 900;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-normalcase {
  text-transform: none !important;
}

.is-italic {
  font-style: italic;
}

.nbr {
  white-space: nowrap;
}

.wbr {
  word-wrap: break-word;
}

.wb-break-all {
  word-break: break-all;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-gradient {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
  background-size: 100%;
}
.text-gradient:hover {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150%;
  transition: background-size 1s 0.1s;
}
.text-gradient:focus {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}

.p16 {
  padding: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .p16 {
    padding: 24px;
  }
}

.medium-p24 {
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .medium-p24 {
    padding: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .medium-p24 {
    padding: 36px;
  }
}

.desktop-p48 {
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .desktop-p48 {
    padding: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .desktop-p48 {
    padding: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .desktop-p48 {
    padding: 72px;
  }
}

.p0_imp {
  padding: 0 !important;
}

.show {
  display: block !important;
}

.display-ib {
  display: inline-block;
}

.inline-imp {
  display: inline !important;
}

.block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex1 {
  flex: 1;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.space-between {
  justify-content: space-between;
}

.direction-column {
  flex-direction: column;
}

.shrink0 {
  flex-shrink: 0;
}

.column-span-2 {
  grid-column: span 2;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden {
  visibility: hidden;
}

.hide-case {
  visibility: hidden;
  height: 0;
  margin: 0 !important;
}
.hide-case > * {
  margin: 0 !important;
}

.margin-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

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

.w40 {
  width: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .w40 {
    width: 60px;
  }
}

.w64 {
  width: 64px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .w64 {
    width: 96px;
  }
}

.w192 {
  width: 192px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .w192 {
    width: 288px;
  }
}

.miw96 {
  min-width: 96px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw96 {
    min-width: 144px;
  }
}

.miw128 {
  min-width: 128px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw128 {
    min-width: 192px;
  }
}

.miw200 {
  min-width: 200px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw200 {
    min-width: 300px;
  }
}

.miw250 {
  min-width: 250px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw250 {
    min-width: 375px;
  }
}

.miw316 {
  min-width: 316px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw316 {
    min-width: 474px;
  }
}

.miw328 {
  min-width: 328px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .miw328 {
    min-width: 492px;
  }
}

.maw156 {
  max-width: 156px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw156 {
    max-width: 234px;
  }
}

.maw158 {
  max-width: 158px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw158 {
    max-width: 237px;
  }
}

.maw200 {
  max-width: 200px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw200 {
    max-width: 300px;
  }
}

.maw244 {
  max-width: 244px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw244 {
    max-width: 366px;
  }
}

.maw258 {
  max-width: 258px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw258 {
    max-width: 387px;
  }
}

.maw320 {
  max-width: 320px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw320 {
    max-width: 480px;
  }
}

.maw328 {
  max-width: 328px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw328 {
    max-width: 492px;
  }
}

.maw363 {
  max-width: 363px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw363 {
    max-width: 544.5px;
  }
}

.maw598 {
  max-width: 598px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw598 {
    max-width: 897px;
  }
}

.maw637 {
  max-width: 637px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw637 {
    max-width: 955.5px;
  }
}

.maw770 {
  max-width: 770px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw770 {
    max-width: 1155px;
  }
}

.maw1012 {
  max-width: 1012px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw1012 {
    max-width: 1518px;
  }
}

.maw1126 {
  max-width: 1126px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .maw1126 {
    max-width: 1689px;
  }
}

.h40 {
  height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .h40 {
    height: 60px;
  }
}

.h64 {
  height: 64px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .h64 {
    height: 96px;
  }
}

.h90 {
  height: 90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .h90 {
    height: 135px;
  }
}

.mh-auto {
  min-height: auto !important;
}

.mih24 {
  min-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .mih24 {
    min-height: 36px;
  }
}

.line-through {
  text-decoration: line-through;
}

.truncate-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.duration0 {
  animation-duration: 0s !important;
}

.bg_pink {
  background-color: #fc02c8;
}

.bg_primary_blue {
  background-color: #0e9bfc;
}

.bg_gray50 {
  background-color: #f1f4f9;
}

.c-gray-250 {
  color: #8296a9;
}

.c-gray-300 {
  color: #617384;
}

.c-gray-500 {
  color: #384750;
}

.fill-gray-500 {
  fill: #384750 !important;
}

.list-two-columns {
  columns: 2;
}

.list-style-none {
  list-style-type: none;
}

.filter-separator {
  margin: 0;
  border-bottom: 1px solid #a4b3c1;
}

.custom-scroll {
  display: inline-flex;
}

.white-background {
  background-color: #ffffff;
}

.help-link {
  text-decoration: underline;
  background-size: 100%;
}
.help-link.no-underline {
  text-decoration: none;
}
.help-link:hover {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150%;
  transition: background-size 1s 0.1s;
}
.help-link:focus {
  color: #384750;
}

@media screen and ((min-width: 0em)) {
  .responsive-word.hide-on-small,
  .responsive-title.hide-on-small {
    display: none;
  }
}
@media screen and ((min-width: 0em)) {
  .responsive-word.show-on-small,
  .responsive-title.show-on-small {
    display: initial;
  }
}
@media screen and ((min-width: 37.5em)) {
  .responsive-word.hide-on-medium,
  .responsive-title.hide-on-medium {
    display: none;
  }
}
@media screen and ((min-width: 37.5em)) {
  .responsive-word.show-on-medium,
  .responsive-title.show-on-medium {
    display: initial;
  }
}
@media screen and ((min-width: 48em)) {
  .responsive-word.hide-on-tablet,
  .responsive-title.hide-on-tablet {
    display: none;
  }
}
@media screen and ((min-width: 48em)) {
  .responsive-word.show-on-tablet,
  .responsive-title.show-on-tablet {
    display: initial;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .responsive-word.hide-on-desktop,
  .responsive-title.hide-on-desktop {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .responsive-word.show-on-desktop,
  .responsive-title.show-on-desktop {
    display: initial;
  }
}

.hide-for-1280 {
  display: block;
}
@media (min-width: 1280px) {
  .hide-for-1280 {
    display: none;
  }
}

.show-for-1280 {
  display: none;
}
@media (min-width: 1280px) {
  .show-for-1280 {
    display: block;
  }
}

@media screen and ((min-width: 48em)) {
  .disclaimer-asterisk {
    font-size: 18px;
    line-height: 20px;
    font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
    margin-right: 8px;
    vertical-align: sub;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .disclaimer-asterisk {
    font-size: 27px;
    line-height: 30px;
    margin-right: 12px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

ul,
ol,
dl {
  margin-left: 20px;
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  ul,
  ol,
  dl {
    margin-left: 30px;
    margin-bottom: 24px;
  }
}
ul:has(+ ul), ul:has(+ ol), ul:has(+ dl),
ol:has(+ ul),
ol:has(+ ol),
ol:has(+ dl),
dl:has(+ ul),
dl:has(+ ol),
dl:has(+ dl) {
  margin-bottom: 0;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
  margin-left: 20px;
  margin-bottom: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  ul ul,
  ul ol,
  ul dl,
  ol ul,
  ol ol,
  ol dl,
  dl ul,
  dl ol,
  dl dl {
    margin-left: 30px;
  }
}
ul.bold li::marker,
ol.bold li::marker,
dl.bold li::marker {
  font-weight: 600;
}
ul.dot-gradient,
ol.dot-gradient,
dl.dot-gradient {
  list-style-type: none;
}
ul.dot-gradient li,
ol.dot-gradient li,
dl.dot-gradient li {
  position: relative;
}
ul.dot-gradient li:before,
ol.dot-gradient li:before,
dl.dot-gradient li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  ul.dot-gradient li:before,
  ol.dot-gradient li:before,
  dl.dot-gradient li:before {
    top: 9px;
    left: -30px;
    width: 18px;
    height: 18px;
  }
}

ol[data-type=footnote] li {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  ol[data-type=footnote] li {
    margin-bottom: 12px;
  }
}

.info-section strong,
.info-section b {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.info-section h2:last-child {
  margin-bottom: 0;
}
.info-section h2,
.info-section .heading,
.info-section .reveal-heading {
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section h2,
  .info-section .heading,
  .info-section .reveal-heading {
    margin-bottom: 30px;
  }
}
.info-section h2:last-of-type:has(+ .resources),
.info-section .heading:last-of-type:has(+ .resources),
.info-section .reveal-heading:last-of-type:has(+ .resources) {
  margin-bottom: 80px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section h2:last-of-type:has(+ .resources),
  .info-section .heading:last-of-type:has(+ .resources),
  .info-section .reveal-heading:last-of-type:has(+ .resources) {
    margin-bottom: 120px;
  }
}
.info-section h3:has(+ p), .info-section h3:has(+ ul), .info-section h3:has(+ ol), .info-section h3:has(+ dl),
.info-section .sub-heading:has(+ p),
.info-section .sub-heading:has(+ ul),
.info-section .sub-heading:has(+ ol),
.info-section .sub-heading:has(+ dl) {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section h3:has(+ p), .info-section h3:has(+ ul), .info-section h3:has(+ ol), .info-section h3:has(+ dl),
  .info-section .sub-heading:has(+ p),
  .info-section .sub-heading:has(+ ul),
  .info-section .sub-heading:has(+ ol),
  .info-section .sub-heading:has(+ dl) {
    margin-bottom: 12px;
  }
}
.info-section h3:has(+ div[class*=form-group-]),
.info-section .sub-heading:has(+ div[class*=form-group-]) {
  margin-bottom: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section h3:has(+ div[class*=form-group-]),
  .info-section .sub-heading:has(+ div[class*=form-group-]) {
    margin-bottom: 30px;
  }
}
.info-section ul:has(+ h2), .info-section ul:has(+ h3), .info-section ul:has(.heading), .info-section ul:has(.sub-heading),
.info-section ol:has(+ h2),
.info-section ol:has(+ h3),
.info-section ol:has(.heading),
.info-section ol:has(.sub-heading),
.info-section dl:has(+ h2),
.info-section dl:has(+ h3),
.info-section dl:has(.heading),
.info-section dl:has(.sub-heading) {
  margin-bottom: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section ul:has(+ h2), .info-section ul:has(+ h3), .info-section ul:has(.heading), .info-section ul:has(.sub-heading),
  .info-section ol:has(+ h2),
  .info-section ol:has(+ h3),
  .info-section ol:has(.heading),
  .info-section ol:has(.sub-heading),
  .info-section dl:has(+ h2),
  .info-section dl:has(+ h3),
  .info-section dl:has(.heading),
  .info-section dl:has(.sub-heading) {
    margin-bottom: 30px;
  }
}
.info-section ul:has(+ ul),
.info-section ol:has(+ ul),
.info-section dl:has(+ ul) {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section ul:has(+ ul),
  .info-section ol:has(+ ul),
  .info-section dl:has(+ ul) {
    margin-bottom: 12px;
  }
}
.info-section p {
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section p {
    margin-bottom: 24px;
  }
}
.info-section p:last-of-type {
  margin-bottom: 0;
}
.info-section p:last-of-type:has(+ .element-checkbox-label), .info-section p:last-of-type:has(+ ul), .info-section p:last-of-type:has(+ ol), .info-section p:last-of-type:has(+ dl), .info-section p:has(+ .caption-gradient), .info-section p:has(+ ul), .info-section p:has(+ ol), .info-section p:has(+ dl) {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section p:last-of-type:has(+ .element-checkbox-label), .info-section p:last-of-type:has(+ ul), .info-section p:last-of-type:has(+ ol), .info-section p:last-of-type:has(+ dl), .info-section p:has(+ .caption-gradient), .info-section p:has(+ ul), .info-section p:has(+ ol), .info-section p:has(+ dl) {
    margin-bottom: 12px;
  }
}
.info-section p:last-of-type:has(+ ul[data-type=paragraph]), .info-section p:last-of-type:has(+ ol[data-type=paragraph]), .info-section p:last-of-type:has(+ dl[data-type=paragraph]), .info-section p:has(+ ul[data-type=paragraph]), .info-section p:has(+ ol[data-type=paragraph]), .info-section p:has(+ dl[data-type=paragraph]) {
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section p:last-of-type:has(+ ul[data-type=paragraph]), .info-section p:last-of-type:has(+ ol[data-type=paragraph]), .info-section p:last-of-type:has(+ dl[data-type=paragraph]), .info-section p:has(+ ul[data-type=paragraph]), .info-section p:has(+ ol[data-type=paragraph]), .info-section p:has(+ dl[data-type=paragraph]) {
    margin-bottom: 24px;
  }
}
.info-section p:has(+ h2), .info-section p:has(+ h3), .info-section p:has(+ .sub-heading), .info-section p:last-of-type:has(+ h2), .info-section p:last-of-type:has(+ h3) {
  margin-bottom: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section p:has(+ h2), .info-section p:has(+ h3), .info-section p:has(+ .sub-heading), .info-section p:last-of-type:has(+ h2), .info-section p:last-of-type:has(+ h3) {
    margin-bottom: 30px;
  }
}
.info-section p:last-of-type:has(+ .resources) {
  margin-bottom: 80px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section p:last-of-type:has(+ .resources) {
    margin-bottom: 120px;
  }
}
.info-section .infographic {
  margin: 16px 0 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .infographic {
    margin: 24px 0 30px;
  }
}
.info-section .infographic:has(> .disclaimer) .table-supplemental-plans {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .infographic:has(> .disclaimer) .table-supplemental-plans {
    margin-bottom: 12px 0;
  }
}
.info-section .toggle-box-head h2,
.info-section .toggle-box-head .heading, .info-section.accordion h2,
.info-section.accordion .heading {
  margin-bottom: 0;
}
.info-section .toggle-box-content,
.info-section .accordion-content {
  padding: 0 16px 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .toggle-box-content,
  .info-section .accordion-content {
    padding: 0 16px 24px;
  }
}
.info-section .testimonial-paragraph {
  margin: 32px 0;
}
@media screen and ((min-width: 37.5em)) {
  .info-section .testimonial-paragraph {
    padding: 0 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .info-section .testimonial-paragraph {
    padding: 0 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .testimonial-paragraph {
    margin: 48px;
    padding: 0 60px;
  }
}
.info-section .testimonial-paragraph .svg-quote {
  width: 48px;
  height: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .testimonial-paragraph .svg-quote {
    width: 72px;
    height: 72px;
  }
}
.info-section .resources p {
  margin-bottom: 0;
}
.info-section .resources p:has(sup) {
  position: relative;
  padding-left: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .resources p:has(sup) {
    padding-left: 21px;
  }
}
.info-section .resources p:has(sup) sup {
  display: inline-block;
  width: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  text-align: right;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .info-section .resources p:has(sup) sup {
    width: 18px;
    top: 9px;
  }
}

.container,
.form-container {
  width: 100%;
  margin-inline: auto;
}
.container-328,
.form-container-328 {
  max-width: 328px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-328,
  .form-container-328 {
    max-width: 492px;
  }
}
.container-508,
.form-container-508 {
  max-width: 508px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-508,
  .form-container-508 {
    max-width: 762px;
  }
}
.container-521,
.form-container-521 {
  max-width: 521px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-521,
  .form-container-521 {
    max-width: 781.5px;
  }
}
.container-546,
.form-container-546 {
  max-width: 546px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-546,
  .form-container-546 {
    max-width: 819px;
  }
}
.container-548,
.form-container-548 {
  max-width: 548px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-548,
  .form-container-548 {
    max-width: 822px;
  }
}
.container-560,
.form-container-560 {
  max-width: 560px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-560,
  .form-container-560 {
    max-width: 840px;
  }
}
.container-664,
.form-container-664 {
  max-width: 664px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-664,
  .form-container-664 {
    max-width: 996px;
  }
}
.container-671,
.form-container-671 {
  max-width: 671px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-671,
  .form-container-671 {
    max-width: 1006.5px;
  }
}
.container-678,
.form-container-678 {
  max-width: 678px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-678,
  .form-container-678 {
    max-width: 1017px;
  }
}
.container-678.form-container-tablet,
.form-container-678.form-container-tablet {
  max-width: 432px;
}
@media screen and ((min-width: 37.5em)) {
  .container-678.form-container-tablet,
  .form-container-678.form-container-tablet {
    max-width: 328px;
  }
}
@media screen and ((min-width: 48em)) {
  .container-678.form-container-tablet,
  .form-container-678.form-container-tablet {
    max-width: 678px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-678.form-container-tablet,
  .form-container-678.form-container-tablet {
    max-width: 1017px;
  }
}
.container-790,
.form-container-790 {
  max-width: 790px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-790,
  .form-container-790 {
    max-width: 1185px;
  }
}
.container-896,
.form-container-896 {
  max-width: 896px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-896,
  .form-container-896 {
    max-width: 1344px;
  }
}
.container-970,
.form-container-970 {
  max-width: 970px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-970,
  .form-container-970 {
    max-width: 1455px;
  }
}
.container-1120,
.form-container-1120 {
  max-width: 1120px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-1120,
  .form-container-1120 {
    max-width: 1680px;
  }
}
.container-1140,
.form-container-1140 {
  max-width: 1140px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-1140,
  .form-container-1140 {
    max-width: 1710px;
  }
}
.container-1152,
.form-container-1152 {
  max-width: 1152px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .container-1152,
  .form-container-1152 {
    max-width: 1728px;
  }
}

.form-group-xxs {
  max-width: 72px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-xxs {
    max-width: 108px;
  }
}
.form-group-xs {
  max-width: 110px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-xs {
    max-width: 165px;
  }
}
.form-group-sm {
  max-width: 432px;
  margin-inline: auto;
}
@media screen and ((min-width: 37.5em)) {
  .form-group-sm {
    max-width: 316px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-sm {
    max-width: 474px;
  }
}
.form-group-md {
  max-width: 432px;
  margin-inline: auto;
}
@media screen and ((min-width: 37.5em)) {
  .form-group-md {
    max-width: 328px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-md {
    max-width: 492px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .form-group-medium-full {
    max-width: 100%;
  }
}
@media screen and ((min-width: 48em)) {
  .form-group-tablet-full {
    max-width: 100%;
  }
}
.form-group-medium-664 {
  max-width: 432px;
  margin-inline: auto;
}
@media screen and ((min-width: 37.5em)) {
  .form-group-medium-664 {
    max-width: 664px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-medium-664 {
    max-width: 996px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .form-group-medium-678 {
    max-width: 678px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-group-medium-678 {
    max-width: 1017px;
  }
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
input[readonly]:focus, input:disabled:focus,
select[readonly]:focus,
select:disabled:focus,
textarea[readonly]:focus,
textarea:disabled:focus {
  background-color: #fafcff;
}

input:not[type=checkbox],
select {
  height: 52px;
}
.form-element input:not[type=checkbox],
.form-element select {
  height: 48px;
}

::-webkit-resizer {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none !important;
}

.form-element {
  position: relative;
  border-radius: 8px;
  padding: 2px;
  margin-bottom: 22px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element {
    margin-bottom: 33px;
  }
}
.form-element > * {
  position: relative;
}
.form-element .svg-use-icon {
  z-index: 1;
}
.form-element span.dash-element {
  padding: 5px;
  font-size: 1.2em;
}
.form-element span.input-hiding-unit {
  z-index: 1;
  opacity: 0;
}
.form-element:before, .form-element:after {
  content: "";
  display: block;
  border-radius: 8px;
  z-index: 0;
}
.form-element:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #a4b3c1;
}
.form-element:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background: #ffffff;
  border-radius: calc(8px - 1px);
}
.form-element:hover:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
.form-element:not(.form-element-select-plus-input).focused:before, .form-element:not(.form-element-select-plus-input):focus-within:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  border-radius: 10px;
}
.form-element:not(.form-element-select-plus-input).focused:after, .form-element:not(.form-element-select-plus-input):focus-within:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 8px;
}
.form-element:has(+ div.field-validation-error):before, .form-element:has(+ div.field-validation-error):focus-within:before {
  background: #e80f42;
}
.form-element:has(+ div.field-validation-error) ~ .form-caption {
  display: none;
}
.form-element:has(+ div.field-validation-error):hover:before {
  background: #e80f42;
}
.form-element:has(+ div.field-validation-error):focus:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.form-element:has(+ div.field-validation-error) input[type=radio]:not(:checked) + .option-label .indicator:before,
.form-element:has(+ div.field-validation-error) input[type=checkbox]:not(:checked) + .option-label .indicator:before {
  border-color: #e80f42;
}
.form-element:has(+ div.field-validation-error) .form-field {
  background-color: transparent;
  border-color: transparent;
}
.form-element:has(+ div.field-validation-error) .form-field::placeholder {
  color: transparent;
}
.form-element .svg-use-icon.active {
  opacity: 0;
}
.form-element:focus-within:not(.form-element-readonly) .svg-use-icon.active {
  opacity: 1;
}
.form-element .svg-use-icon {
  transition: opacity 200ms linear;
}
.form-element .svg-use-icon.svg-chevron-down, .form-element .svg-use-icon.close-button {
  width: 24px;
  height: 24px;
  top: 14px;
  right: 8px;
  position: absolute;
  left: unset !important;
}
.form-element .svg-use-icon.svg-chevron-down svg, .form-element .svg-use-icon.close-button svg {
  fill: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element .svg-use-icon.svg-chevron-down, .form-element .svg-use-icon.close-button {
    width: 36px;
    height: 36px;
    top: 21px;
    right: 12px;
  }
}
.form-element .svg-use-icon.svg-chevron-down {
  pointer-events: none;
}
.form-element .svg-use-icon.close-button {
  cursor: pointer;
}

.form-element-textarea {
  display: inline-block;
  width: 100%;
}
.form-element-textarea .form-field {
  min-height: 80px;
  width: 100%;
  max-width: 324px;
  min-width: 260px;
  max-height: 180px;
  padding-right: 15px;
  font-size: 1.125rem;
  line-height: 24px;
  overflow: hidden;
  opacity: 0;
}
@media screen and ((max-width: 37.4375em)) {
  .form-element-textarea .form-field {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-textarea .form-field {
    min-height: 120px;
    max-width: 492px;
    min-width: 300px;
    max-height: 375px;
    padding-right: 22.5px;
    font-size: 27px;
    line-height: 36px;
  }
}
.form-element-textarea .form-field:focus ~ .svg-textarea-icon {
  transform: translate(-1px, -1px);
}
.form-element-textarea .form-field input {
  width: 100%;
  height: 100%;
}
.form-element-textarea .form-field.resize-vertical {
  resize: vertical;
}
.form-element-textarea .svg-use-icon.svg-textarea-icon {
  right: 2px;
  bottom: 2px;
  position: absolute;
  top: unset;
  left: unset;
  width: 15px;
  height: 15px;
  padding: 5px 0 0 5px;
  background-color: #fefefe;
  border-radius: 0 0 8px 0;
  pointer-events: none;
  transition: transform 200ms;
  will-change: transform;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-textarea .svg-use-icon.svg-textarea-icon {
    width: 22.5px;
    height: 22.5px;
    padding: 7.5px 0 0 7.5px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .form-element-textarea {
    width: 100%;
  }
}

label {
  display: block;
  color: #8296a9;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  label {
    font-size: 16.5px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}

.form-label {
  right: 10px;
  left: 18px;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  top: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-label {
    right: 15px;
    left: 27px;
    top: 21px;
    font-size: 24px;
    line-height: 36px;
  }
}

.form-field {
  background-color: transparent;
  padding: 12px 8px 12px 16px;
  margin: 0;
  z-index: 1;
}
.form-field, .form-field:focus {
  border: 0px none;
}
.form-field::placeholder {
  color: transparent;
}
.form-field.has-value {
  padding-top: 22px;
  padding-bottom: 6px;
}
.form-field.has-value:not(:has(~ label)) {
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-field.has-value:not(:has(~ label)) {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.form-field.has-value ~ .form-label:not(.condensed) {
  top: 6px;
  font-size: 11px;
  line-height: 16px;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-field.has-value ~ .form-label:not(.condensed) {
    top: 9px;
    font-size: 16.5px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-field.has-value {
    padding-top: 33px;
    padding-bottom: 9px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-field {
    height: 70.4766px;
    font-size: 27px;
    padding: 18px 12px 18px 24px;
  }
}
.form-field-xs {
  height: 28px;
  padding: 4px 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-field-xs {
    height: 42px;
    padding: 6px 12px;
  }
}

.form-element-icon {
  position: relative;
}
.form-element-icon.form-mobile-date:not(.form-element-with-ghost-text) .form-label:not(.condensed) {
  left: 38px;
}
.form-element-icon.form-mobile-date:not(.form-element-with-ghost-text) .form-field {
  padding-left: 0px;
}
.form-element-icon .form-label:not(.condensed) {
  left: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-icon .form-label:not(.condensed) {
    left: 72px;
  }
}
.form-element-icon .form-field {
  padding-left: 46px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-icon .form-field {
    padding-left: 69px;
  }
}
.form-element-icon .svg-use-icon {
  width: 32px;
  height: 32px;
  top: 10px;
  left: 8px;
  position: absolute;
  pointer-events: none;
}
.form-element-icon .svg-use-icon svg {
  fill: #384750;
  transition: fill 200ms ease-in;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-icon .svg-use-icon {
    width: 48px;
    height: 48px;
    left: 12px;
    top: 15px;
  }
}
.form-element-icon .select2-selection {
  padding-left: 47px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-icon .select2-selection {
    padding-left: 70.5px;
  }
}

.form-element-no-icon {
  position: relative;
}
.form-element-no-icon .form-field {
  padding-left: 46px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-no-icon .form-field {
    padding-left: 69px;
  }
}
.form-element-no-icon .svg-use-icon {
  width: 32px;
  height: 32px;
  top: 10px;
  left: 8px;
  position: absolute;
  pointer-events: none;
}
.form-element-no-icon .svg-use-icon svg {
  fill: #384750;
  transition: fill 200ms ease-in;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-no-icon .svg-use-icon {
    width: 48px;
    height: 48px;
    left: 12px;
    top: 15px;
  }
}
.form-element-no-icon .select2-selection {
  padding-left: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-no-icon .select2-selection {
    padding-left: 24px;
  }
}

.form-element-wide {
  min-width: 320px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-wide {
    min-width: 480px;
  }
}

.form-heading {
  display: flex;
  align-items: center;
  position: relative;
}
.form-heading--icon {
  padding-left: 50px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-heading--icon {
    padding-left: 75px;
  }
}
.form-heading label {
  margin: 0 0 3px 0;
  text-transform: initial;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-heading label {
    margin: 0 0 4.5px 0;
  }
}
.form-heading .svg-use-icon {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 8px;
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 200ms linear;
}
.form-heading .svg-use-icon svg {
  fill: #384750;
}
.form-heading .svg-use-icon.active {
  opacity: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-heading .svg-use-icon {
    width: 48px;
    height: 48px;
    left: 12px;
  }
}

.form-element-with-ghost-text {
  padding-right: 8px;
  padding-left: 46px;
  text-align: left;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text {
    padding-right: 12px;
    padding-left: 69px;
  }
}
.form-element-with-ghost-text .form-field {
  width: auto;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
.form-element-with-ghost-text .unit-element {
  display: inline-block;
  opacity: 0;
  color: #8296a9;
  z-index: 1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text .unit-element {
    font-size: 24px;
  }
}
.form-element-with-ghost-text .has-value ~ .unit-element {
  opacity: 1;
}
.form-element-with-ghost-text .has-value .unit-element:nth-of-type(2) {
  opacity: 0;
}
.form-element-with-ghost-text.form-height {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text.form-height {
    height: 75px;
  }
}
.form-element-with-ghost-text.form-height .form-field,
.form-element-with-ghost-text.form-height .form-field:not(:has(+ label)) {
  padding-top: 22px;
  border-radius: 0;
  background: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text.form-height .form-field,
  .form-element-with-ghost-text.form-height .form-field:not(:has(+ label)) {
    padding-top: 33px;
  }
}
.form-element-with-ghost-text.form-height .unit-element {
  margin-top: auto;
  margin-bottom: 2px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text.form-height .unit-element {
    margin-bottom: 3px;
  }
}
.form-element-with-ghost-text.form-height input:nth-of-type(2) {
  margin-left: 12px;
  height: 100%;
}
@media screen and ((min-width: 75em)) {
  .form-element-with-ghost-text.form-height input:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text.form-height input:nth-of-type(2) {
    margin-left: 30px;
  }
}
.form-element-with-ghost-text [size="1"] {
  width: 12px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="1"] {
    width: 18px;
  }
}
.form-element-with-ghost-text [size="2"] {
  width: 22px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="2"] {
    width: 33px;
  }
}
.form-element-with-ghost-text [size="3"] {
  width: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="3"] {
    width: 48px;
  }
}
.form-element-with-ghost-text [size="4"] {
  width: 44px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="4"] {
    width: 66px;
  }
}
.form-element-with-ghost-text [size="5"] {
  width: 54px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="5"] {
    width: 81px;
  }
}
.form-element-with-ghost-text [size="6"] {
  width: 64px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-with-ghost-text [size="6"] {
    width: 96px;
  }
}

.form-birth-date {
  text-align: left;
}
.form-birth-date .form-field.has-value {
  padding-top: 22px;
  padding-bottom: 6px;
  height: 47px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date .form-field.has-value {
    padding-top: 33px;
    padding-bottom: 9px;
    height: 70.5px;
  }
}

.form-birth-date,
.form-manual-date {
  min-width: 185px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date,
  .form-manual-date {
    min-width: 277.5px;
  }
}
.form-birth-date input:first-of-type::placeholder,
.form-manual-date input:first-of-type::placeholder {
  letter-spacing: -1px;
}
.form-birth-date[data-checked=true] .form-field, .form-birth-date[data-focused=true] .form-field, .form-birth-date[data-focused=true]:has(+ div.field-validation-error) .form-field,
.form-manual-date[data-checked=true] .form-field,
.form-manual-date[data-focused=true] .form-field,
.form-manual-date[data-focused=true]:has(+ div.field-validation-error) .form-field {
  padding-top: 22px;
}
.form-birth-date[data-checked=true] .form-field::placeholder, .form-birth-date[data-focused=true] .form-field::placeholder, .form-birth-date[data-focused=true]:has(+ div.field-validation-error) .form-field::placeholder,
.form-manual-date[data-checked=true] .form-field::placeholder,
.form-manual-date[data-focused=true] .form-field::placeholder,
.form-manual-date[data-focused=true]:has(+ div.field-validation-error) .form-field::placeholder {
  color: #a4b3c1;
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date[data-checked=true] .form-field::placeholder, .form-birth-date[data-focused=true] .form-field::placeholder, .form-birth-date[data-focused=true]:has(+ div.field-validation-error) .form-field::placeholder,
  .form-manual-date[data-checked=true] .form-field::placeholder,
  .form-manual-date[data-focused=true] .form-field::placeholder,
  .form-manual-date[data-focused=true]:has(+ div.field-validation-error) .form-field::placeholder {
    font-size: 24px;
  }
}
.form-birth-date[data-checked=true] .form-field ~ .form-label:not(.condensed), .form-birth-date[data-focused=true] .form-field ~ .form-label:not(.condensed), .form-birth-date[data-focused=true]:has(+ div.field-validation-error) .form-field ~ .form-label:not(.condensed),
.form-manual-date[data-checked=true] .form-field ~ .form-label:not(.condensed),
.form-manual-date[data-focused=true] .form-field ~ .form-label:not(.condensed),
.form-manual-date[data-focused=true]:has(+ div.field-validation-error) .form-field ~ .form-label:not(.condensed) {
  top: 6px;
  font-size: 11px;
  line-height: 16px;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date[data-checked=true] .form-field ~ .form-label:not(.condensed), .form-birth-date[data-focused=true] .form-field ~ .form-label:not(.condensed), .form-birth-date[data-focused=true]:has(+ div.field-validation-error) .form-field ~ .form-label:not(.condensed),
  .form-manual-date[data-checked=true] .form-field ~ .form-label:not(.condensed),
  .form-manual-date[data-focused=true] .form-field ~ .form-label:not(.condensed),
  .form-manual-date[data-focused=true]:has(+ div.field-validation-error) .form-field ~ .form-label:not(.condensed) {
    top: 9px;
    font-size: 16.5px;
    line-height: 24px;
  }
}
.form-birth-date .form-field,
.form-manual-date .form-field {
  padding-top: 22px;
}
.form-birth-date .form-field:focus::placeholder, .form-birth-date .form-field.has-value::placeholder,
.form-manual-date .form-field:focus::placeholder,
.form-manual-date .form-field.has-value::placeholder {
  color: #a4b3c1;
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date .form-field:focus::placeholder, .form-birth-date .form-field.has-value::placeholder,
  .form-manual-date .form-field:focus::placeholder,
  .form-manual-date .form-field.has-value::placeholder {
    font-size: 24px;
  }
}
.form-birth-date [size="2"],
.form-manual-date [size="2"] {
  width: 30px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date [size="2"],
  .form-manual-date [size="2"] {
    width: 45px;
  }
}
.form-birth-date [size="4"],
.form-manual-date [size="4"] {
  width: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date [size="4"],
  .form-manual-date [size="4"] {
    width: 72px;
  }
}
.form-birth-date .dash-element,
.form-manual-date .dash-element {
  margin-right: 3px;
  margin-left: -5px;
  display: inline-block;
  z-index: 1;
  text-align: center;
  opacity: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-birth-date .dash-element,
  .form-manual-date .dash-element {
    font-size: 24px;
    margin-right: 4.5px;
    margin-left: -7.5px;
  }
}
.form-birth-date.has-value .dash-element,
.form-manual-date.has-value .dash-element {
  opacity: 1;
}
.form-birth-date.form-element-readonly .dash-element,
.form-birth-date.form-element-readonly input[type=date].has-value,
.form-manual-date.form-element-readonly .dash-element,
.form-manual-date.form-element-readonly input[type=date].has-value {
  color: #a4b3c1;
}
.form-birth-date [data-lastpass-icon-root],
.form-manual-date [data-lastpass-icon-root] {
  display: none;
}

.mobile-picker,
.desktop-picker {
  display: none;
}

.mobile-picker,
.form-mobile-date {
  height: 50px;
}
.mobile-picker input[type=date],
.form-mobile-date input[type=date] {
  position: relative;
  color: transparent;
  height: 46px;
  width: 100%;
}
.mobile-picker input[type=date].has-value,
.form-mobile-date input[type=date].has-value {
  color: inherit;
  line-height: 1.4;
  padding-top: 18px;
  padding-bottom: 0;
  height: 44px;
}
.mobile-picker input[type=date].has-value:not(:has(+ label)),
.form-mobile-date input[type=date].has-value:not(:has(+ label)) {
  padding-top: 18px;
  padding-bottom: 1px;
  height: auto;
  line-height: 24px;
}
.plan-accordion-wrapper .mobile-picker input[type=date].has-value,
.plan-accordion-wrapper .form-mobile-date input[type=date].has-value {
  padding-top: 2px;
}
.mobile-picker input[type=date]::-webkit-date-and-time-value,
.form-mobile-date input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.mobile-picker input[type=date]::-webkit-calendar-picker-indicator,
.form-mobile-date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.mobile-picker input[type=date]::-webkit-inner-spin-button,
.form-mobile-date input[type=date]::-webkit-inner-spin-button {
  z-index: 1;
}
.mobile-picker input[type=date]::-webkit-clear-button,
.form-mobile-date input[type=date]::-webkit-clear-button {
  z-index: 1;
}
.mobile-picker.form-element-calendar-xs,
.form-mobile-date.form-element-calendar-xs {
  padding-left: 36px;
  height: auto;
}
.mobile-picker.form-element-calendar-xs .svg-use-icon,
.form-mobile-date.form-element-calendar-xs .svg-use-icon {
  width: 24px;
  height: 24px;
  top: 4px;
}

.form-element-error:before, .form-element-error:focus-within:before {
  background: #e80f42;
}
.form-element-error ~ .form-caption {
  display: none;
}
.form-element-error:hover:before {
  background: #e80f42;
}
.form-element-error:focus:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.form-caption.keep-visible {
  display: block;
}

.form-error.is-visible + .keep-visible, .form-error.field-validation-error + .keep-visible {
  margin-top: -14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-error.is-visible + .keep-visible, .form-error.field-validation-error + .keep-visible {
    margin-top: -10px;
  }
}

.form-element-readonly,
.form-element-disabled {
  pointer-events: none;
}
.form-element-readonly:before,
.form-element-disabled:before {
  background: #a4b3c1;
}
.form-element-readonly:after,
.form-element-disabled:after {
  background: #fafcff;
}
.form-element-readonly .form-label,
.form-element-readonly .form-field,
.form-element-readonly .input-phone,
.form-element-readonly .select2-container--default .select2-selection__rendered, .form-element-readonly.form-element-select .select2-selection--multiple .select2-selection__choice,
.form-element-disabled .form-label,
.form-element-disabled .form-field,
.form-element-disabled .input-phone,
.form-element-disabled .select2-container--default .select2-selection__rendered,
.form-element-disabled.form-element-select .select2-selection--multiple .select2-selection__choice {
  color: #a4b3c1;
}
.form-element-readonly .select2-selection--multiple .select2-selection__choice__remove,
.form-element-disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.form-element-readonly.form-element-multi-select .select2-selection--multiple .select2-selection__choice,
.form-element-disabled.form-element-multi-select .select2-selection--multiple .select2-selection__choice {
  padding-right: 8px;
}
.form-element-readonly:focus-within:before, .form-element-readonly:hover:before,
.form-element-disabled:focus-within:before,
.form-element-disabled:hover:before {
  background: #a4b3c1;
}
.form-element-readonly:focus-within:after, .form-element-readonly:hover:after,
.form-element-disabled:focus-within:after,
.form-element-disabled:hover:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.form-element-readonly:focus-within .form-field, .form-element-readonly:hover .form-field,
.form-element-disabled:focus-within .form-field,
.form-element-disabled:hover .form-field {
  border: 0px none;
  background-color: transparent;
}
.form-element-readonly:focus-within > *, .form-element-readonly:hover > *,
.form-element-disabled:focus-within > *,
.form-element-disabled:hover > * {
  pointer-events: none;
}
.form-element-readonly + .form-caption,
.form-element-disabled + .form-caption {
  cursor: not-allowed;
}
.form-element-readonly + .form-caption .form-caption-title,
.form-element-disabled + .form-caption .form-caption-title {
  pointer-events: none;
}
.form-element-readonly + .form-caption .form-caption-content,
.form-element-disabled + .form-caption .form-caption-content {
  display: none !important;
}
.form-element-readonly + .form-caption .caption-gradient,
.form-element-disabled + .form-caption .caption-gradient {
  background-clip: unset;
  background: transparent;
  color: #a4b3c1;
  -webkit-text-fill-color: unset;
}
.form-element-readonly + .form-caption .svg-arrow-down svg,
.form-element-disabled + .form-caption .svg-arrow-down svg {
  fill: #a4b3c1;
}
.form-element-readonly .svg-use-icon svg,
.form-element-disabled .svg-use-icon svg {
  fill: #a4b3c1 !important;
}
.form-element-readonly.form-element-password .show-password,
.form-element-readonly.form-element-password .hide-password,
.form-element-disabled.form-element-password .show-password,
.form-element-disabled.form-element-password .hide-password {
  cursor: none;
  pointer-events: none;
}

.help-text {
  line-height: 1.4285;
}
.help-text p {
  line-height: inherit;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .help-text {
    font-size: 21px;
    line-height: 2.14275;
  }
}
.help-text ul {
  padding: 0;
  list-style-type: decimal;
}

.help-text-list {
  list-style-type: decimal;
  padding-left: 15px;
}
.help-text-list li {
  margin-bottom: 10px;
}
.help-text-list li:last-child {
  margin-bottom: 0;
}

.form-caption {
  margin-top: -22px;
  margin-bottom: 12px;
  line-height: 24px;
  text-align: right;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-caption {
    margin-top: -33px;
  }
}
.form-caption .form-caption-title {
  display: inline-block;
}
.form-caption .form-caption-title.is-open .svg-arrow-down {
  transform: rotate(180deg);
}
.form-caption .form-caption-title.is-open + .form-caption-content {
  margin: 4px 0 22px 0;
}
.form-caption .form-caption-title + .form-caption-content {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease-in, margin 0.15s ease-in;
}
.form-caption .form-caption-content {
  text-align: left;
}
.form-caption .form-caption-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-caption .form-caption-content p {
    font-size: 21px;
    line-height: 30px;
  }
}
.form-caption .svg-arrow-down {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.form-caption .svg-arrow-down svg {
  fill: #384750;
}
.form-caption > .svg-use-icon {
  width: 24px;
  height: 24px;
}
.form-caption > .svg-use-icon svg {
  fill: #fc02c8;
}
.form-caption.multi-captions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-caption.multi-captions .caption > .svg-use-icon {
  width: 24px;
  height: 24px;
}
.form-caption.multi-captions .caption > .svg-use-icon svg {
  fill: #fc02c8;
}

.caption-gradient {
  position: relative;
  display: inline-block;
  background: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%), linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-size: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.caption-gradient:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 100%;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .caption-gradient {
    font-size: 24px;
    line-height: 39px;
  }
}
@media (pointer: fine) and (hover: hover) {
  .caption-gradient:hover, .form-caption-title.is-open .caption-gradient {
    background: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%), linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
    background-size: 100% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-clip: text;
    transition: all 0.3s;
  }
  .caption-gradient:hover:before, .form-caption-title.is-open .caption-gradient:before {
    background-image: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: 100% 1px, 100% 1px;
  }
  .caption-gradient:hover .svg-arrow-down svg, .form-caption-title.is-open .caption-gradient .svg-arrow-down svg {
    fill: #7c53e4;
    transition: fill 0s 300ms, transform 300ms;
    transform: scale(1.15);
  }
}
@media (hover: none) and (pointer: coarse) {
  .caption-gradient:focus, .caption-gradient:focus-within {
    /* Styles for touchable devices */
    outline: none;
  }
}
.caption-gradient .svg-arrow-down {
  width: 24px;
  height: 24px;
  top: 0;
  right: -26px;
  position: absolute;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .caption-gradient .svg-arrow-down {
    width: 36px;
    height: 36px;
    right: -39px;
  }
}
.caption-gradient .svg-arrow-down svg {
  fill: #0f9cfd;
  transform: scale(1);
  transform-origin: center;
  will-change: transform fill;
}

.form-warning-message {
  margin-top: -14px;
}
.form-warning-message p {
  margin-bottom: 22px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-warning-message p {
    margin-top: -21px;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 30px;
  }
}

.form-element-error + .form-error {
  display: block;
}

.form-error {
  margin-top: -22px;
  line-height: 20px;
  min-height: 22px;
  margin-bottom: 12px;
  color: #e80f42;
  text-align: left;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-error {
    margin-top: -33px;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 30px;
  }
}
.form-error p {
  margin-bottom: 0;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-error p {
    line-height: 30px;
  }
}
.form-error.field-validation-error {
  display: block;
}
.form-error.field-validation-error + .form-warning-message {
  margin-top: -5px;
}
.form-error.text-center {
  text-align: center;
}
.form-error span.field-validation-error {
  display: block;
}
.form-error:has(span.field-validation-error) {
  display: block;
}

.form-input-search {
  position: relative;
  z-index: 1;
}
.form-input-search .form-element {
  margin-bottom: 0;
  z-index: 1;
}
.form-input-search .results-dropdown {
  position: absolute;
  border: 1px solid #a4b3c1;
  margin: 0;
  margin-top: -9px;
  padding-top: 7px;
  list-style: none;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-input-search .results-dropdown {
    margin-top: -13.5px;
    padding-top: 10.5px;
  }
}
.form-input-search .results-dropdown li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 52px;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 24px;
  color: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-input-search .results-dropdown li {
    min-height: 78px;
    padding: 8px 15px;
    font-size: 27px;
    line-height: 36px;
  }
}
.form-input-search .results-dropdown li:hover {
  background-color: #f1f4f9;
}
.form-input-search .results-dropdown li .name {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-input-search .results-dropdown li .name {
    font-size: 27px;
    line-height: 36px;
  }
}
.form-input-search .results-dropdown li.selected {
  background-color: #e6ebf2;
}

.form-element-select {
  padding: 0;
  text-align: left;
}
.form-element-select:before, .form-element-select:after {
  z-index: 1;
}
.form-element-select .select2,
.form-element-select .form-label,
.form-element-select .svg-use-icon {
  z-index: 2;
}
.form-element-select .select2 {
  width: 100% !important;
  padding: 2px;
}
.form-element-select.text-sm .select2-selection {
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select.text-sm .select2-selection {
    font-size: 24px;
  }
}
.form-element-select .select2-selection {
  min-height: 48px;
  font-size: 18px;
  border: none !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  cursor: pointer;
}
.form-element-select .select2-selection__placeholder {
  color: #8296a9 !important;
  opacity: 0;
}
.form-element-select .select2-selection__arrow {
  display: none;
}
.form-element-select .select2-selection--single .select2-selection__rendered {
  padding: 20px 30px 0 0;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select .select2-selection--single .select2-selection__rendered {
    padding: 30px 45px 0 0;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select .select2-selection {
    min-height: 72px;
    font-size: 27px;
  }
}
.form-element-select .svg-use-gradient {
  opacity: 0;
}
.form-element-select .additional-borders {
  display: none;
}
.form-element-select .select2-selection__placeholder {
  display: none;
}
.form-element-select .select2-container--open .select2-selection__placeholder {
  display: block;
}
@media screen and ((max-width: 24.3125em)) {
  .form-element-select .select2-container--open .select2-selection__placeholder {
    font-size: 14px;
  }
}
.form-element-select.select-no-label .select2-selection--single .select2-selection__rendered {
  padding: 14px 30px 0 15px;
}
.form-element-select.focused .svg-chevron-down {
  transform: rotate(180deg) scaleX(-1);
}
.form-element-select.focused .additional-borders {
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  border-left: 1px solid #a4b3c1;
  border-right: 1px solid #a4b3c1;
  background: #ffffff;
  z-index: 0;
}
.form-element-select.focused .select2-container--below ~ .additional-borders {
  bottom: 0;
  left: 0;
  position: absolute;
}
.form-element-select.focused .select2-container--above ~ .additional-borders {
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and ((max-width: 24.3125em)) {
  .form-element-select:not(.focused) .form-label.two-line-mobile {
    white-space: normal;
    padding-right: 40px;
    top: 2px;
    margin-bottom: 0;
  }
}
.form-element-select.has-value .select2-search--dropdown .select2-search__field {
  background-color: transparent;
}
.form-element-select.has-value .select2-search--dropdown .select2-search__field.has-search-value {
  background-color: #ffffff;
}
.form-element-select.focused .form-label, .form-element-select.has-value .form-label {
  top: 6px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select.focused .form-label, .form-element-select.has-value .form-label {
    top: 9px;
    font-size: 16.5px;
    line-height: 24px;
  }
}
.form-element-select.focused .select2-selection__placeholder, .form-element-select.has-value .select2-selection__placeholder {
  opacity: 1;
}
.form-element-select.focused .active, .form-element-select.has-value.focused .active {
  opacity: 1;
}
.form-element-select :focus {
  outline: none;
}

.select2-dropdown {
  top: 0;
  z-index: 999;
  border: 1px solid #a4b3c1;
}
.select2-dropdown--below {
  border-radius: 0 0 8px 8px;
}
.select2-dropdown--below .select2-results__options {
  border-radius: 0 0 8px 8px;
}
.select2-dropdown--below [data-overlayscrollbars~=host] {
  border-radius: 0 0 8px 8px;
}
.select2-dropdown--below .select2-search--dropdown {
  top: -34px;
}
.select2-dropdown--above {
  border-radius: 8px 8px 0 0;
}
.select2-dropdown--above .select2-results__options {
  border-radius: 8px 8px 0 0;
}
.select2-dropdown--above [data-overlayscrollbars~=host] {
  border-radius: 8px 8px 0 0;
}
.select2-dropdown--above .select2-search--dropdown {
  bottom: -51px;
}

.select2-search--dropdown {
  position: absolute;
  left: 41px;
  width: 85%;
}
.select2-search--dropdown .select2-search__field {
  border: none !important;
  margin: 0;
  padding-left: 0;
  padding-right: 15px;
  height: 25px;
  border-radius: 0;
  background-color: transparent;
  width: 75%;
}
.select2-search--dropdown .select2-search__field.has-search-value {
  background-color: #ffffff;
}

.select2-container--default .select2-results .select2-results__options {
  max-height: 260px;
  overflow: hidden;
  width: 100% !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .select2-container--default .select2-results .select2-results__options {
    max-height: 390px;
  }
}

.select2-dropdown .nicescroll-rails,
.dropdown .nicescroll-rails {
  overflow: hidden;
  border-radius: 4px;
}

.dropdown .nicescroll-rails {
  height: 190px !important;
}
@media screen and ((min-width: 37.5em)) {
  .dropdown .nicescroll-rails {
    height: 246px !important;
  }
}
@media (max-width: 64em) and (max-height: 800px) {
  .dropdown .nicescroll-rails {
    height: 190px !important;
  }
}

.select2-dropdown .nicescroll-rails {
  height: 246px !important;
}

.select2-results__option {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 14px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fefefe;
  color: #384750 !important;
}
.select2-results__option--highlighted {
  background-color: #f1f4f9 !important;
}
@media (pointer: coarse) and (hover: none) {
  .select2-results__option--highlighted {
    background-color: #fefefe !important;
  }
}
.select2-results__option--selected {
  background-color: #e6ebf2 !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .select2-results__option {
    min-height: 78px;
    padding: 21px;
    font-size: 27px;
    line-height: 36px;
  }
}

.select-relative-wrapper {
  position: relative;
}
.select-relative-wrapper > .form-element {
  margin: 0;
}
.select-relative-wrapper > .select2-container {
  position: static !important;
  margin-top: 0;
}
.select-relative-wrapper > .select2-container .select2-dropdown {
  position: relative;
}
.select-relative-wrapper .select2-dropdown--below, .select-relative-wrapper .select2-dropdown--above {
  border-top: none;
  border-bottom: 1px solid #a4b3c1;
  border-radius: 0 0 8px 8px;
}
.select-relative-wrapper .select2-dropdown--below .select2-results__options, .select-relative-wrapper .select2-dropdown--above .select2-results__options {
  border-radius: 0 0 8px 8px;
}
.select-relative-wrapper .select2-dropdown--below [data-overlayscrollbars~=host], .select-relative-wrapper .select2-dropdown--above [data-overlayscrollbars~=host] {
  border-radius: 0 0 8px 8px;
}
.select-relative-wrapper .select2-dropdown--below .select2-search--dropdown, .select-relative-wrapper .select2-dropdown--above .select2-search--dropdown {
  top: -34px;
}

.dropdown {
  display: none;
  position: absolute;
  width: 223px;
  z-index: 1006;
  background-color: #ffffff;
  border: 1px solid #a4b3c1;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dropdown {
    width: 334.5px;
  }
}

.dropdown-list {
  max-height: 208px;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  border-radius: 8px;
}
@media screen and ((min-width: 37.5em)) {
  .dropdown-list {
    max-height: 260px;
  }
}
@media (max-width: 64em) and (max-height: 800px) {
  .dropdown-list {
    max-height: 208px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dropdown-list {
    max-height: 390px;
  }
}
.dropdown-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 24px 14px 16px;
  min-height: 52px;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dropdown-list li {
    font-size: 24px;
    padding: 21px 36px 21px 24px;
    min-height: 78px;
  }
}
.dropdown-list li:hover {
  background-color: #f1f4f9;
}
.dropdown-list li.selected {
  background-color: #e6ebf2;
}
.dropdown-list li.selected:after {
  content: url("../img/ins/icons/tick-gradient.svg");
  right: 8px;
  position: absolute;
  transform: translate(-50%);
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dropdown-list li.selected:after {
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 90em) and (min-height: 1080px) {
  .half-screen-size .select2-container--default .select2-results .select2-results__options {
    max-height: 570px;
  }
}
@media (min-width: 90em) and (min-height: 1080px) {
  .half-screen-size .select2-dropdown .nicescroll-rails {
    height: 554px !important;
  }
}

.form-element-multi-select.focused.has-value .select2-selection .select2-search {
  margin-top: 0;
}
.form-element-multi-select.focused .select2-selection {
  padding-bottom: 0;
}
.form-element-multi-select.focused .select2-selection .select2-search {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select.focused .select2-selection .select2-search {
    margin-top: 22.5px;
  }
}
.form-element-multi-select.has-value .active,
.form-element-multi-select.has-value .default {
  display: none;
}
.form-element-multi-select.has-value .form-label {
  left: 18px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select.has-value .form-label {
    left: 27px;
  }
}
.form-element-multi-select.has-value .select2-selection {
  padding: 15px 20px 5px 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select.has-value .select2-selection {
    padding: 22.5px 30px 7.5px 15px;
  }
}
.form-element-multi-select.has-value .select2-selection .select2-search {
  display: inline-block;
  margin-left: 4px;
}
.form-element-multi-select .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
.form-element-multi-select .select2-selection--multiple .select2-selection__choice {
  background-color: #e6ebf2;
  color: #384750;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 30px 1px 8px;
  border: none;
  border-radius: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select .select2-selection--multiple .select2-selection__choice {
    font-size: 21px;
    line-height: 30px;
    padding: 1.5px 45px 1.5px 12px;
  }
}
.form-element-multi-select .select2-selection--multiple .select2-selection__choice__remove {
  top: 0;
  right: 0;
  position: absolute;
  left: unset;
  height: 100%;
  width: 30px;
  padding: 0 14px 0 8px;
  border: none;
  color: #384750;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0;
}
.form-element-multi-select .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #384750;
  background-color: unset;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select .select2-selection--multiple .select2-selection__choice__remove {
    width: 45px;
    padding: 0 21px 0 12px;
    font-size: 27px;
  }
}
.form-element-multi-select .select2-selection--multiple .select2-selection__choice:not([title]) {
  display: none;
}
.form-element-multi-select .select2-selection--multiple .select2-search {
  display: none;
}
.form-element-multi-select .select2-selection--multiple .select2-search__field {
  display: inline-block;
  margin: 0;
  height: 22px;
  min-height: 100%;
  border-radius: 0;
}
.form-element-multi-select .select2-selection--multiple .select2-search__field::placeholder {
  color: #8296a9;
}
.form-element-multi-select .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #8296a9;
}
.form-element-multi-select .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
  color: #8296a9;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select .select2-selection--multiple .select2-search__field {
    min-height: 36px;
  }
}
.form-element-multi-select .select2-results__option {
  position: relative;
  padding-right: 50px;
}
.form-element-multi-select .select2-results__option .svg-use-icon {
  display: none;
  width: 19px;
  height: 14px;
  left: unset;
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select .select2-results__option .svg-use-icon {
    width: 28.5px;
    height: 21px;
  }
}
.form-element-multi-select .select2-results__option--selected .svg-use-icon {
  display: block;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-select .select2-results__option {
    padding-right: 75px;
  }
}
.form-element-multi-select .select2-selection__choice__display {
  padding: 0 !important;
  cursor: pointer !important;
}
.form-element-multi-select .select2-selection__choice__display .svg-use-icon {
  display: none;
}

.form-language-select .select2-results__option {
  padding-left: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-language-select .select2-results__option {
    padding-left: 72px;
  }
}
.form-language-select .select2-results__option--selected {
  display: none;
}

.svg-language-icon {
  top: 10px;
  left: 8px;
  position: absolute;
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .svg-language-icon {
    width: 48px;
    height: 48px;
    top: 15px;
    left: 12px;
  }
}

.form-element-phone .form-field {
  display: flex;
  padding: 13px 0 12px 46px;
  overflow: hidden;
  cursor: text;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field {
    padding: 19.5px 0 18px 69px;
  }
}
.form-element-phone .form-field.has-value {
  padding-top: 21px;
  padding-bottom: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field.has-value {
    padding-top: 31.5px;
    padding-bottom: 6px;
  }
}
.form-element-phone .form-field .input-wrapper {
  position: relative;
}
.form-element-phone .form-field .input-wrapper.mask:before, .form-element-phone .form-field .input-wrapper.mask:after {
  font-size: 1.125rem;
  top: -4px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field .input-wrapper.mask:before, .form-element-phone .form-field .input-wrapper.mask:after {
    font-size: 27px;
    top: -6px;
  }
}
.form-element-phone .form-field .input-wrapper .input-phone {
  cursor: text;
}
.form-element-phone .form-field .input-wrapper .input-phone[readonly] {
  background-color: #ffffff;
}
.form-element-phone .form-field .input-wrapper:nth-child(1) {
  width: 100%;
}
.form-element-phone .form-field .input-wrapper:nth-child(1).mask .input-phone {
  padding-left: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field .input-wrapper:nth-child(1).mask .input-phone {
    padding-left: 6px;
  }
}
.form-element-phone .form-field .input-wrapper:nth-child(1).mask::before {
  content: attr(data-prefix-start);
  left: 0;
  position: absolute;
}
.form-element-phone .form-field .input-wrapper:nth-child(1).mask::after {
  content: attr(data-prefix-end);
  right: 2px;
  position: absolute;
}
.form-element-phone .form-field .input-wrapper.input-wrapper-ext.mask::before {
  content: attr(data-prefix);
  top: -1px;
  left: 0;
  position: absolute;
  color: #8296a9;
  font-size: 1rem;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field .input-wrapper.input-wrapper-ext.mask::before {
    font-size: 24px;
  }
}
.form-element-phone .form-field .input-wrapper.input-wrapper-ext .input-phone {
  width: 100%;
  padding-left: 23px;
  font-size: 1rem;
  background: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field .input-wrapper.input-wrapper-ext .input-phone {
    padding-left: 34.5px;
    font-size: 24px;
  }
}
@media screen and ((max-width: 24.3125em)) {
  .box-toggle .form-element-phone .form-field .input-wrapper-ext {
    max-width: 70px;
  }
}
.form-element-phone .form-field .input-phone {
  padding: 0;
  margin: 0;
  height: 1.375rem;
  border: none;
  border-radius: unset;
}
.form-element-phone .form-field .input-phone[disabled] {
  background: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-phone .form-field .input-phone {
    font-size: 27px;
    height: 33px;
  }
}
.form-element-phone.form-element-readonly .form-field .input-wrapper:nth-child(4).mask::before, .form-element-phone.form-element-disabled .form-field .input-wrapper:nth-child(4).mask::before {
  color: #a4b3c1;
}
.form-element-phone [data-lastpass-icon-root] {
  display: none;
}

input[type=radio]:checked, input[type=radio]:not(:checked),
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  display: none;
}
input[type=radio]:checked + .option-label.sm .indicator, input[type=radio]:not(:checked) + .option-label.sm .indicator,
input[type=checkbox]:checked + .option-label.sm .indicator,
input[type=checkbox]:not(:checked) + .option-label.sm .indicator {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  input[type=radio]:checked + .option-label.sm .indicator, input[type=radio]:not(:checked) + .option-label.sm .indicator,
  input[type=checkbox]:checked + .option-label.sm .indicator,
  input[type=checkbox]:not(:checked) + .option-label.sm .indicator {
    width: 36px;
    height: 36px;
  }
}
input[type=radio]:checked + .option-label .indicator, input[type=radio]:not(:checked) + .option-label .indicator,
input[type=checkbox]:checked + .option-label .indicator,
input[type=checkbox]:not(:checked) + .option-label .indicator {
  display: inline-block;
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  cursor: pointer;
}
input[type=radio]:checked + .option-label .indicator:before, input[type=radio]:not(:checked) + .option-label .indicator:before,
input[type=checkbox]:checked + .option-label .indicator:before,
input[type=checkbox]:not(:checked) + .option-label .indicator:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #a4b3c1;
}
input[type=radio]:checked + .option-label .indicator:after, input[type=radio]:not(:checked) + .option-label .indicator:after,
input[type=checkbox]:checked + .option-label .indicator:after,
input[type=checkbox]:not(:checked) + .option-label .indicator:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  position: absolute;
}
@media (min-width: 240em) and (min-height: 1900px) {
  input[type=radio]:checked + .option-label .indicator, input[type=radio]:not(:checked) + .option-label .indicator,
  input[type=checkbox]:checked + .option-label .indicator,
  input[type=checkbox]:not(:checked) + .option-label .indicator {
    width: 42px;
    height: 42px;
  }
}
input[type=radio]:checked + .option-label:before,
input[type=checkbox]:checked + .option-label:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
input[type=radio]:checked + .option-label:after,
input[type=checkbox]:checked + .option-label:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: calc(8px - 2px);
}
input[type=radio]:checked + .option-label .indicator:before,
input[type=checkbox]:checked + .option-label .indicator:before {
  border: none;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
input[type=radio]:checked + .option-label + .hidden-option,
input[type=checkbox]:checked + .option-label + .hidden-option {
  display: block;
}
input[type=radio]:not(:checked) + .option-label .indicator:after,
input[type=checkbox]:not(:checked) + .option-label .indicator:after {
  background: #fefefe;
}
input[type=radio]:not(:checked) + .option-label:hover .indicator:before,
input[type=checkbox]:not(:checked) + .option-label:hover .indicator:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border: none;
}
@media (hover: none) {
  input[type=radio]:not(:checked) + .option-label:hover .indicator:before,
  input[type=checkbox]:not(:checked) + .option-label:hover .indicator:before {
    border: 1px solid #a4b3c1;
  }
}

input[type=radio] + .option-label {
  margin: 0;
}
input[type=radio]:checked + .option-label .indicator:before, input[type=radio]:checked + .option-label .indicator:after, input[type=radio]:not(:checked) + .option-label .indicator:before, input[type=radio]:not(:checked) + .option-label .indicator:after {
  border-radius: 100%;
}
input[type=radio]:checked + .option-label .indicator:after {
  border: 3px solid #fefefe;
}
@media (min-width: 240em) and (min-height: 1900px) {
  input[type=radio]:checked + .option-label .indicator:after {
    border: 4.5px solid #fefefe;
  }
}

input[type=checkbox] + .option-label {
  margin: 0;
}
input[type=checkbox]:checked + .option-label .indicator, input[type=checkbox]:not(:checked) + .option-label .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
input[type=checkbox]:checked + .option-label .indicator:before, input[type=checkbox]:not(:checked) + .option-label .indicator:before {
  border-radius: 2px;
}
input[type=checkbox]:checked + .option-label .indicator:after, input[type=checkbox]:not(:checked) + .option-label .indicator:after {
  border-radius: 1px;
}
input[type=checkbox]:checked + .option-label .indicator .svg-tick-initial, input[type=checkbox]:not(:checked) + .option-label .indicator .svg-tick-initial {
  width: 19px;
  height: 14px;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
input[type=checkbox]:checked + .option-label .indicator .svg-tick-initial svg, input[type=checkbox]:not(:checked) + .option-label .indicator .svg-tick-initial svg {
  fill: #fefefe !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  input[type=checkbox]:checked + .option-label .indicator .svg-tick-initial, input[type=checkbox]:not(:checked) + .option-label .indicator .svg-tick-initial {
    width: 28.5px;
    height: 21px;
  }
}
input[type=checkbox]:checked + .option-label .indicator .svg-tick-initial {
  opacity: 1;
}

.form-element-error input[type=radio]:not(:checked) + .option-label .indicator:before,
.form-element-error input[type=checkbox]:not(:checked) + .option-label .indicator:before {
  border-color: #e80f42;
}

.form-element-readonly input[type=radio]:checked + .option-label .indicator:before,
.form-element-readonly input[type=checkbox]:checked + .option-label .indicator:before,
.form-element-disabled input[type=radio]:checked + .option-label .indicator:before,
.form-element-disabled input[type=checkbox]:checked + .option-label .indicator:before {
  background: #a4b3c1;
}
.form-element-readonly input[type=radio]:not(:checked) + .option-label .indicator:after,
.form-element-readonly input[type=checkbox]:not(:checked) + .option-label .indicator:after,
.form-element-disabled input[type=radio]:not(:checked) + .option-label .indicator:after,
.form-element-disabled input[type=checkbox]:not(:checked) + .option-label .indicator:after {
  background: #fafcff;
}
.form-element-readonly input[type=radio]:not(:checked) + .option-label:hover .indicator:before,
.form-element-readonly input[type=checkbox]:not(:checked) + .option-label:hover .indicator:before,
.form-element-disabled input[type=radio]:not(:checked) + .option-label:hover .indicator:before,
.form-element-disabled input[type=checkbox]:not(:checked) + .option-label:hover .indicator:before {
  background: #a4b3c1;
}
.form-element-readonly input[type=radio] + .option-label,
.form-element-readonly input[type=checkbox] + .option-label,
.form-element-disabled input[type=radio] + .option-label,
.form-element-disabled input[type=checkbox] + .option-label {
  pointer-events: none;
}

.element-checkbox-label input[type=checkbox] + .option-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
  width: fit-content;
}
.element-checkbox-label input[type=checkbox] + .option-label:last-of-type:not(:has(+ .checkbox-label-subtitle)) {
  margin-bottom: 0;
}
.element-checkbox-label input[type=checkbox] + .option-label.option-inline-label {
  display: inline-flex;
}
.element-checkbox-label .checkbox-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  align-self: center;
}
.element-checkbox-label .checkbox-label-title {
  text-transform: none;
  color: #384750;
  position: relative;
  display: inline;
}
.element-checkbox-label .plan-tooltip-container .plan-tooltip-text {
  text-transform: none;
  color: #384750;
}
.element-checkbox-label.members-checks .option-label {
  align-items: center !important;
}
.element-checkbox-label.members-checks .option-label .checkbox-label-title {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 253px;
  width: fit-content;
}
.element-checkbox-label .checkbox-label-subtitle {
  display: table;
  margin-left: 37px;
  margin-top: -14px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and ((min-width: 64.0625em)) {
  .element-checkbox-label .checkbox-label-subtitle {
    margin-top: -8px;
    margin-left: 0;
  }
}
@media screen and ((min-width: 90em)) {
  .element-checkbox-label .checkbox-label-subtitle {
    margin-top: -14px;
    margin-left: 37px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .element-checkbox-label .checkbox-label-subtitle {
    margin-left: 52.5px;
    font-size: 21px;
    line-height: 30px;
  }
}
.element-checkbox-label .option-label:not(:has(.checkbox-label-subtitle)) {
  align-items: center;
}
.element-checkbox-label + .form-error {
  margin-top: 2px;
  margin-left: 28px;
}

.form-element-radio,
.form-element-checkbox {
  display: flex;
  margin-bottom: 22px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio,
  .form-element-checkbox {
    margin-bottom: 33px;
  }
}
.form-element-radio .form-heading,
.form-element-radio .column.second-column > label,
.form-element-checkbox .form-heading,
.form-element-checkbox .column.second-column > label {
  grid-column: 1/-1;
}
.form-element-radio .option-label,
.form-element-checkbox .option-label {
  /* Styles for touchable devices */
}
@media (hover: none) and (pointer: coarse) {
  .form-element-radio .option-label:focus, .form-element-radio .option-label:focus-within,
  .form-element-checkbox .option-label:focus,
  .form-element-checkbox .option-label:focus-within {
    outline: none;
  }
}
.form-element-radio .column > label,
.form-element-checkbox .column > label {
  text-transform: initial;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
.form-element-radio .column.first-column,
.form-element-checkbox .column.first-column {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio .column.first-column,
  .form-element-checkbox .column.first-column {
    width: 60px;
  }
}
.form-element-radio .column.second-column,
.form-element-checkbox .column.second-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.form-element-radio .column.second-column .option:last-child .option-label,
.form-element-checkbox .column.second-column .option:last-child .option-label {
  margin-right: 0;
}
.form-element-radio .column .svg-use-icon,
.form-element-checkbox .column .svg-use-icon {
  width: 32px;
  height: 32px;
}
.form-element-radio .column .svg-use-icon svg,
.form-element-checkbox .column .svg-use-icon svg {
  fill: #384750;
}
.form-element-radio .option-label,
.form-element-checkbox .option-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
  text-transform: initial;
}
.form-element-radio .option-label .title,
.form-element-checkbox .option-label .title {
  line-height: 18px;
  font-size: 14px;
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio .option-label .title,
  .form-element-checkbox .option-label .title {
    line-height: 27px;
    font-size: 21px;
    margin-left: 15px;
  }
}
.form-element-radio input + .option-label,
.form-element-checkbox input + .option-label {
  margin-right: 24px;
}
.form-element-radio.info-icon .plan-option,
.form-element-checkbox.info-icon .plan-option {
  position: relative;
}
.form-element-radio.info-icon .plan-option.active .option-label,
.form-element-checkbox.info-icon .plan-option.active .option-label {
  box-shadow: none;
}
.form-element-radio.info-icon .plan-option.active .option-label .gradient-shadow,
.form-element-checkbox.info-icon .plan-option.active .option-label .gradient-shadow {
  opacity: 0.3;
}
.form-element-radio.info-icon .plan-option.active .option-label:before,
.form-element-checkbox.info-icon .plan-option.active .option-label:before {
  opacity: 0.8;
  background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
}
.form-element-radio.info-icon .plan-option.active .option-label:after,
.form-element-checkbox.info-icon .plan-option.active .option-label:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: calc(8px - 2px);
}
.form-element-radio.info-icon .option-info,
.form-element-checkbox.info-icon .option-info {
  top: 8px;
  right: 12px;
  position: absolute;
  z-index: 2;
}
.form-element-radio.info-icon .option-info .svg-use-icon,
.form-element-checkbox.info-icon .option-info .svg-use-icon {
  height: 22.4px;
  width: 22.4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.info-icon .option-info .svg-use-icon,
  .form-element-checkbox.info-icon .option-info .svg-use-icon {
    height: 33.6px;
    width: 33.6px;
  }
}
.form-element-radio.box-tile-icon,
.form-element-checkbox.box-tile-icon {
  position: relative;
  justify-content: center;
  gap: 8px;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon,
  .form-element-checkbox.box-tile-icon {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon,
  .form-element-checkbox.box-tile-icon {
    gap: 12px;
  }
}
.form-element-radio.box-tile-icon .option-label,
.form-element-checkbox.box-tile-icon .option-label {
  display: block;
  padding: 10px 4px 16px 4px;
  margin-right: 0;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .option-label,
  .form-element-checkbox.box-tile-icon .option-label {
    padding: 16px 4px 32px 4px;
  }
}
.form-element-radio.box-tile-icon .option-label .title,
.form-element-checkbox.box-tile-icon .option-label .title {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .option-label .title,
  .form-element-checkbox.box-tile-icon .option-label .title {
    line-height: 28px;
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .option-label .title,
  .form-element-checkbox.box-tile-icon .option-label .title {
    line-height: 42px;
    font-size: 27px;
  }
}
.form-element-radio.box-tile-icon .option-label .title.medicare,
.form-element-checkbox.box-tile-icon .option-label .title.medicare {
  font-size: 14px;
}
@media screen and ((min-width: 24.375em)) {
  .form-element-radio.box-tile-icon .option-label .title.medicare,
  .form-element-checkbox.box-tile-icon .option-label .title.medicare {
    font-size: 16px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .option-label .title.medicare,
  .form-element-checkbox.box-tile-icon .option-label .title.medicare {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .option-label .title.medicare,
  .form-element-checkbox.box-tile-icon .option-label .title.medicare {
    font-size: 27px;
  }
}
@media (hover: hover) {
  .form-element-radio.box-tile-icon .option-label:hover,
  .form-element-checkbox.box-tile-icon .option-label:hover {
    box-shadow: none;
  }
  .form-element-radio.box-tile-icon .option-label:hover:before,
  .form-element-checkbox.box-tile-icon .option-label:hover:before {
    opacity: 0.5;
    background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
  }
  .form-element-radio.box-tile-icon .option-label:hover .svg-use-icon.active,
  .form-element-checkbox.box-tile-icon .option-label:hover .svg-use-icon.active {
    opacity: 1 !important;
  }
  .form-element-radio.box-tile-icon .option-label:hover .gradient-shadow,
  .form-element-checkbox.box-tile-icon .option-label:hover .gradient-shadow {
    opacity: 0.15;
  }
}
@media (hover: none) {
  .form-element-radio.box-tile-icon .option-label:hover:before,
  .form-element-checkbox.box-tile-icon .option-label:hover:before {
    opacity: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .option-label,
  .form-element-checkbox.box-tile-icon .option-label {
    padding: 24px 24px 48px 24px;
  }
}
.form-element-radio.box-tile-icon input + .option-label .indicator,
.form-element-checkbox.box-tile-icon input + .option-label .indicator {
  position: absolute;
  top: 16px;
  left: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon input + .option-label .indicator,
  .form-element-checkbox.box-tile-icon input + .option-label .indicator {
    top: 24px;
    left: 21px;
  }
}
.form-element-radio.box-tile-icon .option,
.form-element-checkbox.box-tile-icon .option {
  width: calc(33.33% - 6px);
  max-width: 213px;
  min-width: auto;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .option,
  .form-element-checkbox.box-tile-icon .option {
    width: calc(33.33% - 8px * 2);
    max-width: 213px;
    min-width: auto;
  }
}
@media screen and ((min-width: 48em)) {
  .form-element-radio.box-tile-icon .option,
  .form-element-checkbox.box-tile-icon .option {
    width: 213px;
    min-width: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .option,
  .form-element-checkbox.box-tile-icon .option {
    width: 319.5px;
    max-width: 319.5px;
  }
}
.form-element-radio.box-tile-icon .option-content,
.form-element-checkbox.box-tile-icon .option-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.form-element-radio.box-tile-icon .icons-wrapper,
.form-element-checkbox.box-tile-icon .icons-wrapper {
  position: relative;
}
.form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon,
.form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon {
  transition: opacity 200ms linear;
}
.form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
.form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
  .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
  .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
    width: 216px;
    height: 216px;
  }
}
.form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active,
.form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active {
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active,
  .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active,
  .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active {
    width: 216px;
    height: 216px;
  }
}
.form-element-radio.box-tile-icon input:not(:checked) + .option-label .svg-use-icon.active,
.form-element-checkbox.box-tile-icon input:not(:checked) + .option-label .svg-use-icon.active {
  opacity: 0;
}
.form-element-radio.box-tile-icon input:checked + .option-label,
.form-element-checkbox.box-tile-icon input:checked + .option-label {
  box-shadow: none;
}
.form-element-radio.box-tile-icon input:checked + .option-label .gradient-shadow,
.form-element-checkbox.box-tile-icon input:checked + .option-label .gradient-shadow {
  opacity: 0.3;
}
.form-element-radio.box-tile-icon input:checked + .option-label:before,
.form-element-checkbox.box-tile-icon input:checked + .option-label:before {
  opacity: 0.8;
  background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
}
.form-element-radio.box-tile-icon input:checked + .option-label .svg-use-icon.active,
.form-element-checkbox.box-tile-icon input:checked + .option-label .svg-use-icon.active {
  opacity: 1;
}
.form-element-radio.box-tile-icon .gradient-shadow,
.form-element-checkbox.box-tile-icon .gradient-shadow {
  right: 0;
  bottom: -12px;
  position: absolute;
  z-index: -1;
  filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .gradient-shadow,
  .form-element-checkbox.box-tile-icon .gradient-shadow {
    bottom: -18px;
  }
}
.form-element-radio.box-tile-icon .letter-option,
.form-element-checkbox.box-tile-icon .letter-option {
  min-width: 76px;
  max-width: 156px;
  width: 100%;
}
.form-element-radio.box-tile-icon .letter-option .option-label,
.form-element-checkbox.box-tile-icon .letter-option .option-label {
  padding: 8px 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border: 1px solid #ffffff;
  backdrop-filter: blur(15px);
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .letter-option .option-label,
  .form-element-checkbox.box-tile-icon .letter-option .option-label {
    padding: 12px 4px;
  }
}
@media screen and ((min-width: 48em)) {
  .form-element-radio.box-tile-icon .letter-option .option-label,
  .form-element-checkbox.box-tile-icon .letter-option .option-label {
    padding: 16px 4px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.box-tile-icon .letter-option .option-label,
  .form-element-checkbox.box-tile-icon .letter-option .option-label {
    padding: 24px 6px;
  }
}
.form-element-radio.box-tile-icon .letter-option .option-label:after,
.form-element-checkbox.box-tile-icon .letter-option .option-label:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: none;
}
.form-element-radio.box-tile-icon .letter-option .option-label:before,
.form-element-checkbox.box-tile-icon .letter-option .option-label:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  z-index: 0;
}
.form-element-radio.box-tile-icon .letter-option .option-label:hover:after,
.form-element-checkbox.box-tile-icon .letter-option .option-label:hover:after {
  background: #ffffff;
}
.form-element-radio.box-tile-icon .letter-option .option-label:hover:before,
.form-element-checkbox.box-tile-icon .letter-option .option-label:hover:before {
  opacity: 1;
}
.form-element-radio.box-tile-icon .letter-option .option-label:hover .title,
.form-element-checkbox.box-tile-icon .letter-option .option-label:hover .title {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
.form-element-radio.box-tile-icon .letter-option .option-content,
.form-element-checkbox.box-tile-icon .letter-option .option-content {
  display: inline-flex;
  z-index: 2;
}
.form-element-radio.box-tile-icon .letter-option .title,
.form-element-checkbox.box-tile-icon .letter-option .title {
  font-size: 48px;
  line-height: 56px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-radio.box-tile-icon .letter-option .title,
  .form-element-checkbox.box-tile-icon .letter-option .title {
    font-size: 64px;
    line-height: 64px;
  }
}
.form-element-radio.box-tile-icon .letter-option input:checked + .option-label:after,
.form-element-checkbox.box-tile-icon .letter-option input:checked + .option-label:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #ffffff;
}
.form-element-radio.box-tile-icon .letter-option input:checked + .option-label .title,
.form-element-checkbox.box-tile-icon .letter-option input:checked + .option-label .title {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}

.box-tile {
  flex-wrap: wrap;
  position: relative;
}
.box-tile .options-wrapper {
  display: flex;
  width: 100%;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile .options-wrapper {
    gap: 12px;
  }
}
.box-tile .options-wrapper.options-column {
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile .options-wrapper.options-column {
    gap: 33px;
  }
}
.box-tile .form-heading {
  margin-bottom: 21px;
}
.box-tile .form-heading label {
  font-size: 14px;
  line-height: 20px;
  color: #384750;
  margin: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile .form-heading label {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile .form-heading {
    margin-bottom: 31.5px;
  }
}
.box-tile .option {
  width: 100%;
}
.box-tile .option.has-hidden-option input[type=radio]:checked + .option-label,
.box-tile .option.has-hidden-option input[type=checkbox]:checked + .option-label {
  margin-bottom: 0;
}
.box-tile .option.has-hidden-option .option-label {
  margin-bottom: 22px;
}
.box-tile .option .hidden-option {
  margin-top: 16px;
  display: none;
}
.box-tile .option-label {
  padding: 12px 16px 12px 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile .option-label {
    padding: 18px 24px 18px 12px;
  }
}
.box-tile .option-label:before, .box-tile .option-label:after {
  content: "";
  display: block;
  box-sizing: border-box;
  transform: translateZ(0);
  border-radius: 8px;
}
.box-tile .option-label:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.box-tile .option-label:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background: #fefefe;
  border-radius: calc(8px - 1px);
}
@media (pointer: fine) and (hover: hover) {
  .box-tile .option-label:hover:before {
    background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  }
}
.box-tile .option-label > span {
  position: relative;
  z-index: 1;
}

.box-tile-simple.box-tile .option {
  width: 100%;
  max-width: 100%;
}
.box-tile-simple.box-tile .option-label {
  padding: 12px 16px 12px 10px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 8px;
  margin-right: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile-simple.box-tile .option-label {
    padding: 18px 24px 18px 15px;
  }
}
.box-tile-simple.box-tile .title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .box-tile-simple.box-tile .title {
    font-size: 24px;
    line-height: 36px;
  }
}

.form-element-readonly.box-tile .option-label .title, .form-element-readonly.form-element-radio > label, .form-element-readonly.form-element-radio .option-label .title, .form-element-readonly.form-element-radio .column:nth-child(2) > label, .form-element-readonly.box-tile .form-heading label,
.form-element-disabled.box-tile .option-label .title,
.form-element-disabled.form-element-radio > label,
.form-element-disabled.form-element-radio .option-label .title,
.form-element-disabled.form-element-radio .column:nth-child(2) > label,
.form-element-disabled.box-tile .form-heading label {
  color: #a4b3c1;
}
.form-element-readonly.form-element-radio .form-element-icon .svg-use-icon.default svg,
.form-element-disabled.form-element-radio .form-element-icon .svg-use-icon.default svg {
  fill: #a4b3c1;
}
.form-element-readonly.form-element-radio .gradient-shadow, .form-element-readonly.form-element-checkbox .gradient-shadow,
.form-element-disabled.form-element-radio .gradient-shadow,
.form-element-disabled.form-element-checkbox .gradient-shadow {
  display: none;
}
.form-element-readonly.box-tile-icon input:checked + .option-label:before, .form-element-readonly.form-element-radio input:checked + .option-label:before,
.form-element-disabled.box-tile-icon input:checked + .option-label:before,
.form-element-disabled.form-element-radio input:checked + .option-label:before {
  background: #a4b3c1;
}
.form-element-readonly.box-tile-icon.box-tile .option-label:after, .form-element-readonly.form-element-radio.box-tile .option-label:after,
.form-element-disabled.box-tile-icon.box-tile .option-label:after,
.form-element-disabled.form-element-radio.box-tile .option-label:after {
  background: #fafcff;
}
.form-element-readonly.box-tile-icon.box-tile .option-label, .form-element-readonly.form-element-radio.box-tile .option-label,
.form-element-disabled.box-tile-icon.box-tile .option-label,
.form-element-disabled.form-element-radio.box-tile .option-label {
  box-shadow: none;
}
.form-element-readonly.box-tile-icon .option-label .svg-use-icon.default,
.form-element-disabled.box-tile-icon .option-label .svg-use-icon.default {
  opacity: 1;
  filter: opacity(0.5);
}
.form-element-readonly.box-tile-icon input:checked + .option-label .svg-use-icon.active,
.form-element-disabled.box-tile-icon input:checked + .option-label .svg-use-icon.active {
  opacity: 0;
}
.form-element-readonly.form-element-select-plus-input[data-checked=true]:before,
.form-element-readonly.form-element-select-plus-input[data-checked=true] input:checked + .option-label .indicator:before,
.form-element-disabled.form-element-select-plus-input[data-checked=true]:before,
.form-element-disabled.form-element-select-plus-input[data-checked=true] input:checked + .option-label .indicator:before {
  background: #a4b3c1;
}
.form-element-readonly.form-element-select-plus-input[data-checked=true] input:not(:checked) + .option-label .indicator:after,
.form-element-disabled.form-element-select-plus-input[data-checked=true] input:not(:checked) + .option-label .indicator:after {
  background: #fafcff;
}
.form-element-readonly.form-element-select-plus-input[data-checked=true] .label-solid,
.form-element-readonly.form-element-select-plus-input[data-checked=true] .dash-element,
.form-element-disabled.form-element-select-plus-input[data-checked=true] .label-solid,
.form-element-disabled.form-element-select-plus-input[data-checked=true] .dash-element {
  color: #8296a9;
}

@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .form-wrap > span {
    font-size: 24px;
  }
}
.form-element-range .form-wrap .form-element {
  margin: 0;
}
.form-element-range .form-wrap .form-element:has(span) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.form-element-range .heading {
  position: relative;
}
.form-element-range .heading .label-input {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .label-input {
    font-size: 27px;
    line-height: 36px;
  }
}
.form-element-range .heading label {
  margin: 0;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  color: #384750;
  text-transform: initial;
}
.form-element-range .heading .edit-label-wrap.opened .form-wrap {
  display: flex;
}
.form-element-range .heading .choose-amount-label {
  width: 100%;
  color: #617384;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .choose-amount-label {
    font-size: 24px;
  }
}
.form-element-range .heading .currency-sign {
  font-size: 18px;
  line-height: 24px;
  margin-right: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .currency-sign {
    font-size: 27px;
    line-height: 36px;
    margin-right: 6px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .form-wrap > span {
    font-size: 24px;
  }
}
.form-element-range .heading .form-wrap .form-element:not(.form-element-select):has(span) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.form-element-range .heading .form-element-input {
  border-radius: 4px;
}
.form-element-range .heading .form-element-input:before {
  border-radius: 4px;
}
.form-element-range .heading .form-element-input:after {
  border-radius: 3px;
}
.form-element-range .heading .form-element-input:focus:after, .form-element-range .heading .form-element-input:focus-within:after {
  border-radius: 2px;
}
.form-element-range .heading .form-element-select:before, .form-element-range .heading .form-element-select:after {
  border-radius: 4px;
}
.form-element-range .heading .form-element-select:after {
  border-radius: 3px;
}
.form-element-range .heading .form-element-select .select2-dropdown:before {
  height: 3px;
}
.form-element-range .heading .range-input-value {
  text-align: right;
  border: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 8px;
  font-weight: 400;
  z-index: 1;
  height: 2.25rem;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-value {
    max-width: 148.5px;
    font-size: 27px;
    height: 54px;
    padding-left: 6px;
    padding-right: 12px;
  }
}
.form-element-range .heading .range-input-value[size="3"] {
  min-width: 60px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-value[size="3"] {
    min-width: 90px;
  }
}
.form-element-range .heading .range-input-value[size="4"] {
  min-width: 75px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-value[size="4"] {
    min-width: 112.5px;
  }
}
.form-element-range .heading .range-input-value[size="5"] {
  min-width: 90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-value[size="5"] {
    min-width: 135px;
  }
}
.form-element-range .heading .range-input-value:focus-visible {
  outline: none;
}
.form-element-range .heading .range-input-subfix {
  position: relative;
  z-index: 1;
  color: #8296a9;
  margin-right: 10px;
}
.form-element-range .heading .range-input-subfix + .range-input-value {
  padding-right: 6px;
}
.form-element-range .heading .range-input-subfix + .range-input-value[size="3"], .form-element-range .heading .range-input-subfix + .range-input-value[size="4"] {
  min-width: 68px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-subfix + .range-input-value[size="3"], .form-element-range .heading .range-input-subfix + .range-input-value[size="4"] {
    min-width: 102px;
  }
}
.form-element-range .heading .range-input-subfix + .range-input-value[size="5"] {
  min-width: 78px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .range-input-subfix + .range-input-value[size="5"] {
    min-width: 117px;
  }
}
.form-element-range .heading .form-element-select .select2 {
  width: 92px !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .form-element-select .select2 {
    width: 138px;
  }
}
.form-element-range .heading .form-element-select .select2-selection {
  min-height: 38px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .form-element-select .select2-selection {
    min-height: 57px;
  }
}
.form-element-range .heading .form-element-select.select-no-label .select2-selection__rendered {
  padding: 7px 30px 0 12px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range .heading .form-element-select.select-no-label .select2-selection__rendered {
    padding: 10.5px 45px 0 18px;
  }
}
.form-element-range .heading .form-element-select .svg-use-icon.svg-chevron-down {
  top: 9px;
  right: 4px;
}
.form-element-range.form-element-disabled label,
.form-element-range.form-element-disabled .label-input,
.form-element-range.form-element-disabled .choose-amount-label {
  color: #a4b3c1;
  background-image: none;
}
.form-element-range.form-element-disabled .label-input {
  background-color: #a4b3c1;
}
.form-element-range.form-element-disabled .noUi-pips .noUi-value {
  color: #a4b3c1;
}
.form-element-range.form-element-disabled .noUi-connect {
  background: #a4b3c1;
}
.form-element-range.form-element-disabled .noUi-handle:after {
  background: #a4b3c1;
}
.form-element-range [data-values-bar-length*="["] .noUi-pips-horizontal {
  justify-content: space-between;
}
.form-element-range [data-values-bar-length*="["] .noUi-value {
  position: static;
  transform: none;
  margin: 0 !important;
}
.form-element-range.form-element-range-vertical {
  width: 86px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range.form-element-range-vertical {
    width: 129px;
  }
}
.form-element-range.form-element-range-vertical .heading {
  height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range.form-element-range-vertical .heading {
    height: 60px;
  }
}
.form-element-range.form-element-range-vertical .edit-label-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.form-element-range.form-element-range-vertical .form-wrap .currency-sign {
  top: 50%;
  left: -12px;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-range.form-element-range-vertical .form-wrap .currency-sign {
    left: -18px;
  }
}

.form-simple-range .noUi-vertical .noUi-handle,
.form-simple-range .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  border: 0;
  background: #ffffff;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-simple-range .noUi-vertical .noUi-handle,
  .form-simple-range .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
  }
}
.form-simple-range .noUi-vertical .noUi-handle:after, .form-simple-range .noUi-vertical .noUi-handle:before,
.form-simple-range .noUi-horizontal .noUi-handle:after,
.form-simple-range .noUi-horizontal .noUi-handle:before {
  display: none;
}
.form-simple-range .noUi-horizontal {
  height: 5px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-simple-range .noUi-horizontal {
    height: 7.5px;
  }
}
.form-simple-range .noUi-horizontal .noUi-handle {
  top: -4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-simple-range .noUi-horizontal .noUi-handle {
    top: -6px;
  }
}
.form-simple-range .noUi-horizontal .noUi-origin {
  width: calc(100% - 9px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-simple-range .noUi-horizontal .noUi-origin {
    width: calc(100% - 13.5px);
  }
}

@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .form-element-wrapper .dash {
    font-size: 24px;
  }
}
.form-element-multi-range .edit-label-wrap .form-element {
  position: relative;
  display: inline-block;
}
.form-element-multi-range .edit-label-wrap .range-input-value {
  max-width: 60px;
  padding-inline: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .range-input-value {
    max-width: 90px;
    padding-inline: 15px;
  }
}
.form-element-multi-range .edit-label-wrap .range-input-value[size="5"] {
  max-width: 70px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .range-input-value[size="5"] {
    max-width: 105px;
  }
}
.form-element-multi-range .edit-label-wrap .range-input-value[size="6"] {
  max-width: 78px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .range-input-value[size="6"] {
    max-width: 117px;
  }
}
.form-element-multi-range .edit-label-wrap .range-input-value[size="7"], .form-element-multi-range .edit-label-wrap .range-input-value[size="8"] {
  max-width: 84px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .range-input-value[size="7"], .form-element-multi-range .edit-label-wrap .range-input-value[size="8"] {
    max-width: 126px;
  }
}
.form-element-multi-range .edit-label-wrap .range-input-value[size="9"], .form-element-multi-range .edit-label-wrap .range-input-value[size="10"] {
  max-width: 110px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-multi-range .edit-label-wrap .range-input-value[size="9"], .form-element-multi-range .edit-label-wrap .range-input-value[size="10"] {
    max-width: 165px;
  }
}

.noUi-target {
  border-radius: 3px;
  background: #d0d4da;
  border: 0;
  box-shadow: none;
}

.noUi-vertical .noUi-handle,
.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(27, 27, 27, 0.05), 0px 1px 2px rgba(27, 27, 27, 0.02);
  border: 1px solid #a4b3c1;
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical .noUi-handle,
  .noUi-horizontal .noUi-handle {
    width: 48px;
    height: 48px;
  }
}
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.noUi-vertical .noUi-handle:after,
.noUi-horizontal .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border-radius: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical .noUi-handle:after,
  .noUi-horizontal .noUi-handle:after {
    width: 18px;
    height: 18px;
  }
}
.noUi-vertical .noUi-handle:hover,
.noUi-horizontal .noUi-handle:hover {
  border: none;
}
.noUi-vertical .noUi-handle:hover:before,
.noUi-horizontal .noUi-handle:hover:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.noUi-vertical .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active:hover,
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-horizontal .noUi-handle.noUi-active:hover {
  border: none;
}
.noUi-vertical .noUi-handle.noUi-active:before, .noUi-vertical .noUi-handle.noUi-active:hover:before,
.noUi-horizontal .noUi-handle.noUi-active:before,
.noUi-horizontal .noUi-handle.noUi-active:hover:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.noUi-vertical {
  height: 200px;
  width: 6px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical {
    height: 300px;
    width: 9px;
  }
}
.noUi-vertical .noUi-origin {
  top: calc(-100% + 64px);
  height: calc(100% - 32px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical .noUi-origin {
    top: calc(-100% + 96px);
    height: calc(100% - 45px);
  }
}
.noUi-vertical .noUi-connect {
  background: linear-gradient(0deg, #0e9bfc 0.83%, #ff00c7 94.84%);
}
.noUi-vertical .noUi-pips-vertical {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 0 22px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical .noUi-pips-vertical {
    padding: 0 0 0 33px;
  }
}
.noUi-vertical .noUi-pips-vertical .noUi-value {
  padding-left: 0;
}
.noUi-vertical .noUi-pips-vertical .noUi-value:first-child, .noUi-vertical .noUi-pips-vertical .noUi-value:last-child {
  position: static;
  display: inline-block;
  transform: none;
}
.noUi-vertical .noUi-handle {
  bottom: 0;
  right: -13px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-vertical .noUi-handle {
    right: -19.5px;
  }
}

.noUi-horizontal {
  height: 6px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-horizontal {
    height: 9px;
  }
}
.noUi-horizontal .noUi-origin {
  right: 17px;
  width: calc(100% - 30px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-horizontal .noUi-origin {
    width: calc(100% - 45px);
  }
}
.noUi-horizontal .noUi-connect {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.noUi-horizontal .noUi-pips {
  height: auto;
}
.noUi-horizontal .noUi-pips-horizontal {
  display: flex;
  margin-top: 17px;
  padding: 0;
}
.noUi-horizontal .noUi-pips-horizontal .noUi-value {
  transform: translateX(-50%);
}
.noUi-horizontal .noUi-pips-horizontal .noUi-value:first-child {
  position: static;
  display: inline-block;
  transform: none;
}
.noUi-horizontal .noUi-pips-horizontal .noUi-value:last-child {
  position: static;
  display: inline-block;
  margin-left: auto;
  transform: none;
}
.noUi-horizontal .noUi-pips-horizontal .noUi-marker-large {
  display: none;
}
.noUi-horizontal .noUi-handle {
  top: -14px;
  right: -19px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-horizontal .noUi-handle {
    top: -21px;
  }
}

.noUi-marker {
  display: none;
}

.noUi-value {
  font-size: 16px;
  line-height: 24px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #384750;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .noUi-value {
    font-size: 24px;
    line-height: 36px;
  }
}

.form-element-calendar {
  width: 100%;
  min-width: 260px;
}
.form-element-calendar:before, .form-element-calendar:after {
  z-index: 1;
}
.form-element-calendar .form-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-element-calendar .form-field {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-calendar .form-field {
    font-size: 24px;
    line-height: 36px;
  }
}
.form-element-calendar .form-field.has-value {
  padding-top: 20px;
  padding-bottom: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-calendar .form-field.has-value {
    padding-top: 30px;
    padding-bottom: 6px;
  }
}
.form-element-calendar .form-field, .form-element-calendar > .svg-use-icon {
  z-index: 2;
}
.form-element-calendar.form-element-calendar-xs .form-field {
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
  padding-left: 36px;
}
.form-element-calendar.form-element-calendar-xs .svg-use-icon {
  width: 24px;
  height: 24px;
  top: 4px;
}
.form-element-calendar .fixed-width {
  width: 292px;
  top: calc(100% + 4px);
  padding: 16px;
  border-radius: 8px;
}
.form-element-calendar .fixed-width .datepicker-today {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-calendar .subtitle-lg {
    display: none;
  }
}
.form-element-calendar .overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 2;
  touch-action: none;
}
@media screen and ((min-width: 37.5em)) {
  .form-element-calendar .overlay {
    display: none;
  }
}

.form-range-date-picker input[readonly] {
  background-color: #ffffff;
  cursor: pointer;
}
.form-range-date-picker .datepicker-today {
  display: none;
}

.datepicker {
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  position: absolute;
  top: calc(100% - 7px);
  z-index: 0;
  padding: 28px 28px 21px 28px;
  background: #fefefe;
  border: 1px solid #a4b3c1;
  box-shadow: 0px 4px 8px rgba(27, 27, 27, 0.1);
  border-radius: 0px 0px 8px 8px;
  transition: opacity 200ms;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker {
    padding: 42px 42px 31.5px 42px;
  }
}
.datepicker.floating-mobile-picker {
  position: fixed;
  left: 50%;
  top: calc(100% - 410px);
  top: calc(100dvh - 410px);
  width: 100%;
  padding: 24px 16px 22px 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px 8px 0 0;
  transform: translate3d(-50%, 50%, 0);
  transition: transform 0.4s ease-in;
}
.datepicker.floating-mobile-picker.isvisible-picker {
  z-index: 10;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
}
.datepicker.floating-mobile-picker.isvisible-picker ~ .overlay {
  display: block;
}
.datepicker.floating-mobile-picker.isvisible-picker .container {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.datepicker.floating-mobile-picker .container {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.datepicker.floating-mobile-picker .datepicker-days,
.datepicker.floating-mobile-picker .datepicker-months,
.datepicker.floating-mobile-picker .datepicker-years {
  max-width: 432px;
  margin: 0 auto;
}
.datepicker.floating-mobile-picker .close-button {
  top: 24px;
  right: 16px;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .datepicker.floating-mobile-picker .close-button {
    display: none;
  }
}
.datepicker.floating-mobile-picker .close-icon {
  width: 30px;
  height: 100%;
}
.datepicker.floating-mobile-picker .close-icon svg {
  fill: #384750;
}
.datepicker.isvisible-picker {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.datepicker.isvisible-picker ~ .svg-chevron-down {
  transform: rotate(180deg) scaleX(-1);
}
.datepicker .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.datepicker .navigation .prev-btn,
.datepicker .navigation .next-btn {
  position: relative;
}
.datepicker .navigation .prev-btn .svg-use-icon,
.datepicker .navigation .next-btn .svg-use-icon {
  width: 24px;
  height: 24px;
  position: static;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .navigation .prev-btn .svg-use-icon,
  .datepicker .navigation .next-btn .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.datepicker .navigation .prev-btn .hovered,
.datepicker .navigation .next-btn .hovered {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.datepicker .navigation .prev-btn:hover .hovered {
  opacity: 1;
}
.datepicker .navigation .next-btn:hover .hovered {
  opacity: 1;
}
.datepicker .navigation .navigation-label {
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .navigation .navigation-label {
    font-size: 21px;
    line-height: 30px;
  }
}
.datepicker .navigation .navigation-label .current-range-years {
  cursor: default;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .navigation {
    margin-bottom: 24px;
  }
}
.datepicker .months-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-left: 0;
  margin-bottom: 8px;
  list-style: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker .months-list li {
  font-size: 12px;
  line-height: 20px;
  color: #a4b3c1;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  cursor: default;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .months-list li {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .months-list {
    margin-bottom: 12px;
  }
}
.datepicker .datepicker-days .current-month-label,
.datepicker .datepicker-days .current-year-label {
  cursor: pointer;
}
.datepicker .datepicker-days .current-month-label:hover,
.datepicker .datepicker-days .current-year-label:hover {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
.datepicker .datepicker-months .current-year {
  cursor: pointer;
}
.datepicker .datepicker-months .current-year:hover {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
.datepicker .datepicker-months,
.datepicker .datepicker-years {
  display: none;
}
.datepicker .datepicker-months .navigation,
.datepicker .datepicker-years .navigation {
  margin-bottom: 25px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .datepicker-months .navigation,
  .datepicker .datepicker-years .navigation {
    margin-bottom: 37.5px;
  }
}
.datepicker .days-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.datepicker .days-container .day {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 8px auto 0;
  border-radius: 50%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .days-container .day {
    width: 45px;
    height: 45px;
    margin: 12px auto 0;
  }
}
.datepicker .days-container .day:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  z-index: -2;
  visibility: hidden;
}
.datepicker .days-container .day:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
}
.datepicker .days-container .day.day-selected {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  color: #ffffff;
}
.datepicker .days-container .day.day-selected:before, .datepicker .days-container .day.day-selected:after {
  visibility: hidden;
}
.datepicker .days-container .day.day-current:before {
  background: #d0d4da;
  visibility: visible;
}
.datepicker .days-container .day.day-current:after {
  background: #d0d4da;
}
.datepicker .days-container .day.day-current:hover:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.datepicker .days-container .day:not(.day-disabled):hover:before {
  visibility: visible;
}
.datepicker .days-container .day.range-from, .datepicker .days-container .day.range-to {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  color: #ffffff !important;
}
.datepicker .days-container .day.range-from:before, .datepicker .days-container .day.range-to:before {
  width: 50px;
  height: 100%;
  top: 0;
  background: #e6ebf2;
  visibility: visible;
  border-radius: 0;
}
.datepicker .days-container .day.range-from:before {
  left: unset;
  right: -35px;
}
.datepicker .days-container .day.range-to:before {
  left: -35px;
}
.datepicker .days-container .day.range-in {
  width: 100%;
  background: #e6ebf2;
  color: #384750;
  border-radius: unset !important;
}
.datepicker .days-container .day.range-in:before, .datepicker .days-container .day.range-in:after {
  display: none;
}
.datepicker .days-container .day:nth-child(7n).range-from:before {
  right: 0px;
  width: 15px;
}
.datepicker .days-container:has(.day.range-from):not(:has(.day.range-to)) .day.range-from:before {
  width: 20px;
  right: -10px;
}
.datepicker .days-container:has(.day.range-from):not(:has(.day.range-to)) .day:nth-child(7n).range-from:before {
  right: 0px;
  width: 15px;
}
.datepicker .datepicker-today {
  margin-top: 16px;
  margin-left: -28px;
  margin-right: -28px;
  text-align: center;
  border-top: 1px solid #a4b3c1;
}
.datepicker .datepicker-today .today-label {
  display: inline-block;
  line-height: 20px;
  padding-top: 16px;
}
.datepicker .datepicker-today .today-label:hover {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .datepicker-today .today-label {
    line-height: 30px;
    padding-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .datepicker-today {
    margin-top: 24px;
    margin-left: -42px;
    margin-right: -42px;
  }
}
.datepicker .months-container,
.datepicker .years-container {
  display: grid;
  align-content: space-between;
  height: 188px;
}
.datepicker .months-container .row,
.datepicker .years-container .row {
  display: flex;
  justify-content: space-between;
}
.datepicker .months-container .row > div:nth-child(2),
.datepicker .years-container .row > div:nth-child(2) {
  text-align: center;
}
.datepicker .months-container .row > div:nth-child(3),
.datepicker .years-container .row > div:nth-child(3) {
  text-align: right;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .months-container,
  .datepicker .years-container {
    height: 282px;
  }
}
.datepicker .day,
.datepicker .month,
.datepicker .year {
  font-size: 14px;
  line-height: 30px;
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .datepicker .day,
  .datepicker .month,
  .datepicker .year {
    font-size: 21px;
    line-height: 45px;
  }
}
.datepicker .month:hover,
.datepicker .year:not(.year-disabled):hover {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
.datepicker .day-next-month,
.datepicker .day-previous-month {
  color: #8296a9;
}
.datepicker .day-disabled,
.datepicker .month-disabled,
.datepicker .year-disabled {
  color: #d0d4da;
  pointer-events: none;
}
.datepicker .svg-use-icon svg {
  fill: #384750;
}

.form-mobile-date {
  overflow: hidden;
}

.form-element-select-plus-input {
  min-width: 190px;
  padding: 12px 16px 12px 10px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  overflow: hidden;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select-plus-input {
    min-width: 285px;
    padding: 18px 24px 18px 15px;
  }
}
.form-element-select-plus-input[data-checked=false] .form-manual-date {
  display: none;
}
.form-element-select-plus-input[data-checked=false]:hover .option-label .indicator::before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border: none;
}
.form-element-select-plus-input[data-checked=false]:before {
  background: transparent;
}
.form-element-select-plus-input[data-checked=true]:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.form-element-select-plus-input[data-checked=true]:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 6px;
}
.form-element-select-plus-input[data-checked=true] .checkbox {
  display: inline-block;
}
.form-element-select-plus-input[data-checked=true] .checkbox .label-solid {
  display: none;
}
.form-element-select-plus-input[data-checked=true] .form-manual-date {
  display: inline-block;
}
.form-element-select-plus-input .checkbox {
  z-index: 1;
}
.form-element-select-plus-input .checkbox .option-label {
  padding: 0;
}
.form-element-select-plus-input .checkbox .option-label .indicator .svg-tick-initial {
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select-plus-input .checkbox .option-label {
    width: 42px;
    height: 42px;
  }
}
.form-element-select-plus-input .form-label {
  overflow: visible;
}
.form-element-select-plus-input .label-solid {
  top: 3px;
  left: 38px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
  color: #384750;
  text-transform: none;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select-plus-input .label-solid {
    top: 4.5px;
    left: 57px;
    font-size: 24px;
    line-height: 36px;
  }
}
.form-element-select-plus-input.form-element-error:before {
  background: #e80f42 !important;
}
.form-element-select-plus-input.form-element-readonly .mobile-picker .form-field, .form-element-select-plus-input.form-element-disabled .mobile-picker .form-field {
  color: #a4b3c1 !important;
}
.form-element-select-plus-input .mobile-picker {
  top: 0;
  right: 0;
  position: absolute;
  width: calc(100% - 46px);
}
.form-element-select-plus-input .mobile-picker.has-value {
  display: block;
}
.form-element-select-plus-input .mobile-picker.has-value .placeholder {
  display: none;
}
.form-element-select-plus-input .mobile-picker .form-label {
  left: 0;
  top: 6px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
.form-element-select-plus-input .mobile-picker .form-field {
  z-index: 2;
  color: inherit;
  background: transparent;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 20px;
}
.form-element-select-plus-input .mobile-picker .placeholder {
  position: absolute;
  bottom: 6px;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
  color: #a4b3c1;
  width: calc(100% - 10px);
}
.form-element-select-plus-input .form-manual-date {
  width: calc(100% - 48px);
  padding: 0;
  top: 0px;
  left: 48px;
  position: absolute;
  z-index: 1;
}
.form-element-select-plus-input .form-manual-date label {
  top: 6px;
  left: 0 !important;
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select-plus-input .form-manual-date label {
    top: 9px;
    font-size: 16.5px;
    line-height: 24px;
  }
}
.form-element-select-plus-input .form-manual-date input {
  background: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-select-plus-input .form-manual-date {
    width: calc(100% - 72px);
    left: 72px;
  }
}

@media (max-width: 47.9375em) and (orientation: portrait) {
  .form-inline-elements {
    display: flex;
    gap: 16px;
  }
}
@media (max-width: 47.9375em) and (orientation: portrait) {
  .form-inline-elements .form-half-elements {
    width: 100%;
  }
}
.form-inline-elements.full {
  display: flex;
  gap: 16px;
}
.form-inline-elements.full .form-half-elements {
  width: 100%;
}

.form-element-radio.form-element-icon .form-heading {
  padding-left: 42px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.form-element-icon .form-heading {
    padding-left: 63px;
  }
}
.form-element-radio.form-element-icon .form-heading .svg-use-icon {
  left: 6px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio.form-element-icon .form-heading .svg-use-icon {
    left: 9px;
  }
}
.form-element-radio .form-heading {
  width: 100%;
}
.form-element-radio .form-heading > label {
  font-size: 14px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  line-height: 20px;
  letter-spacing: -0.2px;
  text-rendering: optimizeLegibility;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-radio .form-heading > label {
    font-size: 21px;
    line-height: 30px;
  }
}

.form-element-toggle {
  position: relative;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle {
    height: 48px;
  }
}
.form-element-toggle input[type=checkbox] {
  display: none;
  top: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
.form-element-toggle.right-label label {
  margin-right: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle.right-label label {
    margin-right: 12px;
  }
}
.form-element-toggle.left-label label {
  margin-left: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle.left-label label {
    margin-left: 12px;
  }
}
.form-element-toggle.multi-label label {
  margin: 0 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle.multi-label label {
    margin: 0 12px;
  }
}
.form-element-toggle label {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}
.form-element-toggle label:before {
  content: "";
  background: #d0d4da;
  height: 32px;
  width: 62px;
  position: relative;
  display: inline-block;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  box-sizing: border-box;
  transition: 0.5s cubic-bezier(0.52, -0.41, 0.55, 1.46);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle label:before {
    height: 48px;
    width: 93px;
    border-radius: 24px;
  }
}
.form-element-toggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  z-index: 2;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f1f4f9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  transition: 0.5s cubic-bezier(0.52, -0.41, 0.55, 1.46);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle label:after {
    height: 42px;
    width: 42px;
    border-radius: 24px;
  }
}
.form-element-toggle input[type=checkbox]:not(:checked) + label .option-yes {
  opacity: 0;
}
.form-element-toggle input[type=checkbox]:checked + label:before {
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
.form-element-toggle input[type=checkbox]:checked + label:after {
  left: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle input[type=checkbox]:checked + label:after {
    left: 48px;
  }
}
.form-element-toggle input[type=checkbox]:checked + label .option-yes {
  opacity: 1;
  color: #ffffff;
}
.form-element-toggle input[type=checkbox]:checked + label .option-no {
  opacity: 0;
}
.form-element-toggle span {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #384750;
  white-space: nowrap;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle span {
    font-size: 24px;
    line-height: 36px;
  }
}
.form-element-toggle .option-no,
.form-element-toggle .option-yes {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  text-transform: initial;
  transition: opacity 200ms 0.05s ease-in-out;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle .option-no,
  .form-element-toggle .option-yes {
    font-size: 19.5px;
  }
}
.form-element-toggle .option-yes {
  left: 0;
  margin-left: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle .option-yes {
    margin-left: 12px;
  }
}
.form-element-toggle .option-no {
  right: 0;
  margin-right: 8px;
  color: #617384;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle .option-no {
    margin-right: 12px;
  }
}
.form-element-toggle.reverted-toggle input[type=checkbox]:checked + label:before {
  background: #d0d4da;
}
.form-element-toggle.reverted-toggle input[type=checkbox] + label:before {
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}
.form-element-toggle.cart-form-element-toggle {
  height: 30px;
}
.form-element-toggle.cart-form-element-toggle label:before {
  height: 30px;
  width: 58px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle.cart-form-element-toggle label:before {
    height: 45px;
    width: 87px;
  }
}
.form-element-toggle.cart-form-element-toggle label:after {
  width: 26px;
  height: 26px;
}
.form-element-toggle.cart-form-element-toggle input[type=checkbox]:checked + label:after {
  left: 30px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-toggle.cart-form-element-toggle input[type=checkbox]:checked + label:after {
    left: 45px;
  }
}

.coverage-options-wrapper {
  position: relative;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper {
    margin-right: -8px;
    margin-left: -8px;
    max-width: 1127px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .coverage-options-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper {
    max-width: 1690.5px;
  }
}
@media (max-width: 767px) {
  .coverage-options-wrapper.columns-on-tablet .form-element-checkbox {
    flex-direction: column;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .icons-wrapper {
    position: relative;
    margin-right: 4px;
    margin-left: 0;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option.plan-option {
    width: 100%;
    max-width: 100%;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option .button {
    max-width: 88px;
    margin-left: auto;
    margin-top: 0;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-label {
    padding: 8px 16px;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-label .title {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    text-align: left;
    margin-top: 0;
    min-height: auto;
    max-width: 105px;
  }
}
@media screen and (max-width: 767px) and ((min-width: 24.375em)) {
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-label .title {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-label .title .title-text {
    margin-right: 8px;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-label .subtitle {
    margin-left: 0;
    margin-right: 0;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .option-content .option-info {
    margin-right: 7px;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .coverage-option-content {
    width: 100%;
    order: 5;
  }
  .coverage-options-wrapper.columns-on-tablet .box-tile-icon .coverage-option-content.active {
    margin: 8px 0 !important;
  }
  .coverage-options-wrapper.columns-on-tablet .info-icon .option-info {
    position: static;
  }
}
@media (min-width: 37.5em) and (max-width: 767px) {
  .coverage-options-wrapper.columns-on-tablet .option-info {
    pointer-events: none;
  }
  .coverage-options-wrapper.columns-on-tablet .info-frame-small-tablet {
    position: absolute;
    z-index: -1;
    padding: 0;
    border-radius: 8px;
    max-height: 0;
    min-height: 80px;
    top: -80px;
    visibility: hidden;
    opacity: 0;
  }
  .coverage-options-wrapper.columns-on-tablet .info-frame-small-tablet.is-visible {
    position: relative;
    top: 0;
    z-index: 1;
    max-height: 400px;
    visibility: visible;
    opacity: 1;
    padding: 2px;
    transition: max-height 0.8s ease-in, opacity 0s 0.8s ease-in;
  }
  .coverage-options-wrapper.columns-on-tablet .info-frame-small-tablet .plan-option-wrapper {
    padding: 8px 16px 24px 16px;
  }
  .coverage-options-wrapper.columns-on-tablet .info-frame-small-tablet .plan-info-icon .svg-use-icon {
    width: 64px;
    height: 64px;
  }
  .coverage-options-wrapper.columns-on-tablet .info-frame-small-tablet .plan-info-text-with-icon {
    align-items: center;
  }
}
.coverage-options-wrapper .box-tile-icon {
  gap: 8px;
  align-items: baseline;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon {
    flex-wrap: nowrap;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon {
    gap: 12px;
  }
}
.coverage-options-wrapper .box-tile-icon .option.plan-option {
  height: auto;
  width: calc(33.33% - 6px);
}
@media screen and ((min-width: 37.5em)) {
  .coverage-options-wrapper .box-tile-icon .option.plan-option {
    width: calc(33.33% - 8px);
  }
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .option.plan-option {
    max-width: 180px;
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .option.plan-option {
    max-width: 270px;
  }
}
.coverage-options-wrapper .box-tile-icon .option.plan-option.active .icons-wrapper .svg-use-icon.active {
  opacity: 1;
}
.coverage-options-wrapper .box-tile-icon .icons-wrapper {
  width: 64px;
  height: 64px;
  top: 0;
  margin-right: -12px;
  margin-left: -12px;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .icons-wrapper {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .icons-wrapper {
    margin-right: -18px;
    margin-left: -18px;
    width: 144px;
    height: 144px;
  }
}
.coverage-options-wrapper .box-tile-icon .icons-wrapper .svg-use-icon.active, .coverage-options-wrapper .box-tile-icon .icons-wrapper .svg-use-icon.default {
  width: 100%;
  height: 100%;
}
.coverage-options-wrapper .box-tile-icon .icons-wrapper .svg-use-icon.active {
  opacity: 0;
}
.coverage-options-wrapper .box-tile-icon .option-title-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .option-title-wrapper {
    flex-direction: column;
  }
}
.coverage-options-wrapper .box-tile-icon .coverage-option-content {
  max-height: 0;
  opacity: 0;
}
.coverage-options-wrapper .box-tile-icon .coverage-option-content.active {
  opacity: 1;
  max-height: 110px;
  height: 100%;
  margin-top: 16px;
  transition: margin 0.7s ease-in, opacity 0.2s 0.7s ease-in, max-height 0.7s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content.active {
    max-height: 240px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content.active {
    max-height: 360px;
  }
}
.coverage-options-wrapper .box-tile-icon .coverage-option-content.inactive {
  opacity: 0;
  max-height: 0;
  height: 100%;
  transition: margin 0.7s 0.1s ease-in, opacity 0.2s ease-in, max-height 0.7s 0.1s ease-in;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content .form-element-range .heading {
    margin-top: -16px;
  }
}
.coverage-options-wrapper .box-tile-icon .coverage-option-content .form-element-range.form-element-range-vertical {
  width: 70px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content .form-element-range.form-element-range-vertical {
    width: 105px;
  }
}
.coverage-options-wrapper .box-tile-icon .coverage-option-content .subtitle {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 0;
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content .subtitle {
    min-height: 240px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content .subtitle {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .coverage-option-content .subtitle {
    min-height: 360px;
    font-size: 21px;
    line-height: 30px;
  }
}
.coverage-options-wrapper .box-tile-icon .option-label {
  display: block;
  padding: 24px 16px;
  margin-right: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .option-label {
    padding: 36px 24px;
  }
}
.coverage-options-wrapper .box-tile-icon .option-label .title {
  font-size: 16px;
  margin-top: 2px;
  min-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .option-label .title {
    font-size: 24px;
    margin-top: 3px;
    min-height: 36px;
  }
}
.coverage-options-wrapper .box-tile-icon .option-label .option-content {
  align-items: center;
}
.coverage-options-wrapper .box-tile-icon .button {
  padding: 8px 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .box-tile-icon .button {
    padding: 12px 15px;
  }
}
.coverage-options-wrapper .box-tile-icon .info-frame-small-tablet {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .coverage-options-wrapper .box-tile-icon .info-frame-small-tablet {
    display: block;
  }
}
@media screen and ((min-width: 48em)) {
  .coverage-options-wrapper .box-tile-icon .info-frame-small-tablet {
    display: none;
  }
}
.coverage-options-wrapper .info-icon .option-info {
  top: 8px;
  right: 8px;
  position: absolute;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .coverage-options-wrapper .info-icon .option-info {
    top: 12px;
    right: 12px;
  }
}

.form-card,
.form-account-number {
  height: 52px;
  padding: 12px 8px 12px 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card,
  .form-account-number {
    height: 78px;
    padding: 18px 12px 18px 12px;
  }
}
.form-card:hover:before, .form-card.focused:before,
.form-account-number:hover:before,
.form-account-number.focused:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 98.48%) !important;
}
.form-card:hover > .svg-use-icon.default,
.form-account-number:hover > .svg-use-icon.default {
  opacity: 0;
}
.form-card:hover > .svg-use-icon.active,
.form-account-number:hover > .svg-use-icon.active {
  opacity: 1;
}
.form-card.focused .form-label, .form-card.has-value .form-label,
.form-account-number.focused .form-label,
.form-account-number.has-value .form-label {
  top: 6px;
  font-size: 11px;
  line-height: 16px;
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card.focused .form-label, .form-card.has-value .form-label,
  .form-account-number.focused .form-label,
  .form-account-number.has-value .form-label {
    top: 9px;
    font-size: 16.5px;
    line-height: 24px;
  }
}
.form-card .field-container,
.form-account-number .field-container {
  bottom: 6px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container,
  .form-account-number .field-container {
    bottom: 9px;
  }
}
.form-card .field-container > span,
.form-account-number .field-container > span {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container > span,
  .form-account-number .field-container > span {
    font-size: 27px;
    line-height: 36px;
  }
}
.form-card .field-container > input,
.form-account-number .field-container > input {
  margin-bottom: 0;
  padding: 0;
  height: auto;
  border-radius: 0;
  border: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container > input,
  .form-account-number .field-container > input {
    font-size: 27px;
    line-height: 36px;
  }
}
.form-card .field-container > input:read-only,
.form-account-number .field-container > input:read-only {
  pointer-events: none;
  background: #ffffff;
  opacity: 0;
  cursor: default;
}
.form-card .field-container > input::placeholder,
.form-account-number .field-container > input::placeholder {
  color: #8296a9;
}
.form-card .field-container .number-short,
.form-account-number .field-container .number-short {
  cursor: default;
}

.form-card.focused .field-container.card-number-container, .form-card.form-element-error .field-container.card-number-container {
  opacity: 1;
}
.form-card.focused .field-container.card-number-container input:not(:read-only), .form-card.form-element-error .field-container.card-number-container input:not(:read-only) {
  z-index: 2;
}
.form-card.focused .default-icon-active {
  opacity: 1;
}
.form-card.has-value .field-container.card-number-container {
  opacity: 1;
}
.form-card.has-value .field-container.exp-date-container, .form-card.has-value .field-container.cvc-container {
  z-index: 1;
}
.form-card .field-container.card-number-container {
  position: static;
  opacity: 0;
}
.form-card .field-container.card-number-container input,
.form-card .field-container.card-number-container .number-short {
  position: relative;
  top: 10px;
  left: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container.card-number-container input,
  .form-card .field-container.card-number-container .number-short {
    top: 15px;
    left: 60px;
  }
}
.form-card .field-container.card-number-container input {
  width: 88%;
}
.form-card .field-container.card-number-container input:read-only + .number-short {
  z-index: 1;
  display: inline-block;
}
.form-card .field-container.card-number-container input:not(:read-only) {
  z-index: 1;
}
.form-card .field-container.card-number-container input:not(:read-only) + .number-short {
  display: none;
}
.form-card .field-container.card-number-container .number-short {
  top: -14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container.card-number-container .number-short {
    top: -21px;
  }
}
.form-card .field-container.exp-date-container {
  max-width: 65px;
  left: 150px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container.exp-date-container {
    max-width: 97.5px;
    left: 225px;
  }
}
.form-card .field-container.cvc-container {
  max-width: 50px;
  left: 260px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-card .field-container.cvc-container {
    max-width: 75px;
    left: 390px;
  }
}

.form-account-number .field-container.routing-container {
  left: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-account-number .field-container.routing-container {
    left: 72px;
  }
}
.form-account-number .field-container.account-container {
  left: 116px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-account-number .field-container.account-container {
    left: 174px;
  }
}

.otp-input {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.otp-input .form-element, .otp-input .form-element::before, .otp-input .form-element:focus-within::before {
  border-radius: 4px;
}
.otp-input .form-element:has(.is-invalid-input)::before {
  background: #e80f42;
}
.otp-input .form-element::after {
  border-radius: 3px;
}
.otp-input .form-element:focus-within::after {
  border-radius: 2px;
}
.otp-input .form-element .form-field {
  padding: 12px;
  text-align: center;
  width: 44px;
  height: 48px;
}

.form-element-password {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and ((min-width: 48em)) {
  .form-element-password {
    display: block;
  }
}
.form-element-password .form-element {
  order: 1;
}
.form-element-password .password-hint {
  order: 4;
}
@media screen and ((min-width: 48em)) {
  .form-element-password .password-hint {
    order: 2;
  }
}
.form-element-password .form-error:nth-of-type(odd) {
  order: 2;
}
@media screen and ((min-width: 48em)) {
  .form-element-password .form-error:nth-of-type(odd) {
    order: 3;
  }
}
.form-element-password .form-error:nth-of-type(even) {
  order: 3;
}
@media screen and ((min-width: 48em)) {
  .form-element-password .form-error:nth-of-type(even) {
    order: 4;
  }
}
.form-element-password .form-field {
  padding-right: 46px;
}
.form-element-password .show-password,
.form-element-password .hide-password {
  left: auto;
  right: 8px;
  cursor: pointer;
  pointer-events: auto;
  width: 24px;
  height: 24px;
  top: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-password .show-password,
  .form-element-password .hide-password {
    width: 36px;
    height: 36px;
    right: 12px;
    top: 18px;
  }
}
.form-element-password .svg-padlock-locked,
.form-element-password .svg-padlock-locked-active {
  visibility: hidden;
}
.form-element-password .is-valid .svg-padlock-locked,
.form-element-password .is-valid .svg-padlock-locked-active, .form-element-password.is-valid .svg-padlock-locked,
.form-element-password.is-valid .svg-padlock-locked-active {
  visibility: visible;
}
.form-element-password .is-valid .svg-padlock,
.form-element-password .is-valid .svg-padlock-active, .form-element-password.is-valid .svg-padlock,
.form-element-password.is-valid .svg-padlock-active {
  visibility: hidden;
}

.password-hint {
  position: relative;
  width: 100%;
  display: none;
}
@media screen and ((min-width: 48em)) {
  .password-hint {
    background-color: #ffffff;
    z-index: 2;
    position: absolute;
    width: 193px;
    right: -208px;
    top: 0;
    left: auto;
    bottom: auto;
    transition: none;
    margin: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .password-hint {
    width: 239px;
    right: -250px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .password-hint {
    width: 358.5px;
    right: -375px;
    border-radius: 6px;
  }
}
@media screen and ((min-width: 48em)) {
  .password-hint:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #a4b3c1 transparent transparent #a4b3c1;
    background-color: #fefefe;
    display: block;
    transform: rotate(45deg);
    top: 18px;
    left: -5px;
    transform: rotate(-45deg);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .password-hint:after {
    top: 27px;
    left: -7.5px;
    height: 18px;
    width: 18px;
  }
}
.password-hint.is-hint-hidden {
  animation: slideUpFadeOut 0.5s ease forwards;
  display: block;
}
@media screen and ((min-width: 48em)) {
  .password-hint.is-hint-hidden {
    display: none;
    animation: none;
  }
}
.password-hint.is-hint-shown {
  animation: slideDownFadeIn 0.5s ease forwards;
  display: block;
}
@media screen and ((min-width: 48em)) {
  .password-hint.is-hint-shown {
    animation: none;
  }
}
@keyframes slideUpFadeOut {
  0% {
    max-height: 252px; /* Set the maximum height you want for the hidden element */
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDownFadeIn {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 252px; /* Set the maximum height you want for non-hidden elements */
    opacity: 1;
  }
}
.password-hint .password-hint-container {
  padding: 0 0 22px;
  display: flex;
  flex-direction: column;
  margin-top: -14px;
}
@media screen and ((min-width: 48em)) {
  .password-hint .password-hint-container {
    margin-top: 0;
    border: 1px solid #a4b3c1;
    border-radius: 4px;
    padding: 16px;
  }
}
.password-hint .hint-heading {
  color: #384750;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .password-hint .hint-heading {
    margin-bottom: 15px;
  }
}
.password-hint .validation-message {
  position: relative;
  margin-bottom: 4px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .password-hint .validation-message {
    margin-bottom: 6px;
    padding-left: 42px;
    font-size: 21px;
    line-height: 30px;
  }
}
.password-hint .validation-message:last-of-type {
  margin-bottom: 0;
}
.password-hint .validation-message.invalid:before, .password-hint .validation-message.valid:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .password-hint .validation-message.invalid:before, .password-hint .validation-message.valid:before {
    width: 30px;
    height: 30px;
  }
}
.password-hint .validation-message.invalid {
  color: #e80f42;
}
.password-hint .validation-message.invalid:before {
  background-image: url("../img/ins/icons/invalid.svg");
}
.password-hint .validation-message.valid:before {
  background-image: url("../img/ins/icons/valid.svg");
}
.password-hint .validation-message.length > .hidden {
  display: none;
}

.dashboard-verticals-form .form-element-checkbox.box-tile-icon .option-label {
  cursor: pointer;
  padding: 16px 4px;
  margin: 0;
}
@media screen and ((min-width: 37.5em)) {
  .dashboard-verticals-form .form-element-checkbox.box-tile-icon .option-label {
    padding: 16px 4px 32px 4px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dashboard-verticals-form .form-element-checkbox.box-tile-icon .option-label {
    padding: 24px 6px 48px 6px;
  }
}
.dashboard-verticals-form .form-element-checkbox .icons-wrapper {
  position: relative;
  top: 0;
}
.dashboard-verticals-form .form-element-checkbox .icons-wrapper .svg-use-icon.active {
  opacity: 0;
}

.form-element-ssn .show-password,
.form-element-ssn .hide-password {
  left: auto;
  right: 8px;
  cursor: pointer;
  pointer-events: auto;
  width: 24px;
  height: 24px;
  top: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .form-element-ssn .show-password,
  .form-element-ssn .hide-password {
    width: 36px;
    height: 36px;
    right: 12px;
    top: 18px;
  }
}

a.form-library-test-link {
  appearance: button;
  border: 2px solid black;
  border-radius: 20px;
  color: black;
  font-weight: bold;
  background: floralwhite;
  line-height: 1.15;
  padding: 10px;
  margin: 10px;
}

.form-progressive-questions .form-conditional-container {
  display: none;
}

.form-conditional-container:has(.form-conditional-error.field-validation-error) .form-conditional-group .form-element:before, .form-conditional-container:has(.form-conditional-error.field-validation-error) .form-conditional-group .form-element:focus-within:before {
  background: #e80f42;
}

#form-container-eligible {
  display: flex;
}
#form-container-eligible .form-element-checkbox.box-tile.box-tile-icon {
  flex: 1;
  margin-left: 4px;
  margin-right: 4px;
}
#form-container-eligible .form-element-checkbox.box-tile.box-tile-icon .option {
  width: 100%;
}
#form-container-eligible .form-element-checkbox.box-tile.box-tile-icon .option .option-label {
  height: 100%;
}

button {
  cursor: pointer;
}

[type=button],
[type=submit] {
  border-radius: 0;
}

.button {
  position: relative;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  border-radius: 500px;
  border: none;
  min-width: min-content;
  max-width: max-content;
  white-space: nowrap;
  text-transform: initial;
  z-index: 1;
}
.button.button-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button.is-centered {
  left: 50%;
  transform: translateX(-50%);
}
.button.sm {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  max-width: 120px;
  flex: 1 1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
.button.sm .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.sm .button-text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
.safari-below-16 .button.sm {
  width: 100%;
}
.button.md {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .button.md {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-auto {
    max-width: 100% !important;
  }
}
.button.lg {
  padding: 16px 24px;
  font-size: 20px;
  line-height: 32px;
}
.button.lg .icons-wrapper {
  width: 26px;
  height: 26px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
.button.lg .button-text {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
.button.md-s {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 120px;
}
@media screen and ((min-width: 37.5em)) {
  .button.md-s {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md-s .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md-s .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-s {
    max-width: 180px;
  }
}
.button.md-m {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 160px;
}
@media screen and ((min-width: 37.5em)) {
  .button.md-m {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md-m .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md-m .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-m {
    max-width: 240px;
  }
}
.button.md-l {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 200px;
}
@media screen and ((min-width: 37.5em)) {
  .button.md-l {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md-l .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md-l .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-l {
    max-width: 300px;
  }
}
.button.md-xl {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 328px;
}
@media screen and ((min-width: 37.5em)) {
  .button.md-xl {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md-xl .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md-xl .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-xl {
    max-width: 492px;
  }
}
.button.md-auto {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .button.md-auto {
    flex: 1 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
.button.md-auto .icons-wrapper {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.button.md-auto .button-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm {
    width: 100%;
  }
  .button.small-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .safari-below-16 .button.small-sm-auto {
    width: 100%;
  }
  .button.small-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 0em)) and ((min-width: 37.5em)) {
  .button.small-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.small-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 0em)) {
  .button.small-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 0em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.small-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm {
    width: 100%;
  }
  .button.medium-xs-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .safari-below-16 .button.medium-xs-sm-auto {
    width: 100%;
  }
  .button.medium-xs-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 22.5em)) and ((min-width: 37.5em)) {
  .button.medium-xs-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.medium-xs-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 22.5em)) {
  .button.medium-xs-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 22.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-xs-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm {
    width: 100%;
  }
  .button.medium-s-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .safari-below-16 .button.medium-s-sm-auto {
    width: 100%;
  }
  .button.medium-s-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 24.375em)) and ((min-width: 37.5em)) {
  .button.medium-s-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.medium-s-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .button.medium-s-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 24.375em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-s-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm {
    width: 100%;
  }
  .button.medium-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .safari-below-16 .button.medium-sm-auto {
    width: 100%;
  }
  .button.medium-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) and ((min-width: 37.5em)) {
  .button.medium-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.medium-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .button.medium-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.medium-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm {
    width: 100%;
  }
  .button.tablet-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .safari-below-16 .button.tablet-sm-auto {
    width: 100%;
  }
  .button.tablet-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 37.5em)) {
  .button.tablet-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.tablet-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .button.tablet-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.tablet-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm {
    width: 100%;
  }
  .button.desktop-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .safari-below-16 .button.desktop-sm-auto {
    width: 100%;
  }
  .button.desktop-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 37.5em)) {
  .button.desktop-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.desktop-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.desktop-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 64.0625em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.desktop-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm {
    width: 100%;
  }
  .button.large-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .safari-below-16 .button.large-sm-auto {
    width: 100%;
  }
  .button.large-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 75em)) and ((min-width: 37.5em)) {
  .button.large-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.large-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 75em)) {
  .button.large-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 75em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.large-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm {
    width: 100%;
  }
  .button.xlarge-sm-s {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-s {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-s .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-s .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm-s {
    width: 100%;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-m {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-m {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-m .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-m .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm-m {
    width: 100%;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-l {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-l {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-l .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-l .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm-l {
    width: 100%;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-xl {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-xl {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-xl .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-xl .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm-xl {
    width: 100%;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-auto {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 120px;
    flex: 1 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-auto {
    padding: 12px 18px;
    font-size: 24px;
    line-height: 36px;
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-sm-auto .button-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-sm-auto .button-text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .safari-below-16 .button.xlarge-sm-auto {
    width: 100%;
  }
  .button.xlarge-md {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-s {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md-s {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-s {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-s .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-s .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-s .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-s .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-s {
    max-width: 180px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-m {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md-m {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-m {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-m .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-m .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-m .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-m .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-m {
    max-width: 240px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-l {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md-l {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-l {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-l .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-l .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-l .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-l .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-l {
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-xl {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 328px;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md-xl {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-xl {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-xl .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-xl .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-xl .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-xl .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-xl {
    max-width: 492px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-auto {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and ((min-width: 90em)) and ((min-width: 37.5em)) {
  .button.xlarge-md-auto {
    flex: 1 1;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-auto {
    padding: 24px;
    font-size: 27px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-auto .icons-wrapper {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-auto .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-md-auto .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-md-auto .button-text {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-lg {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .button.xlarge-lg .icons-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-lg {
    padding: 24px 36px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media screen and ((min-width: 90em)) {
  .button.xlarge-lg .button-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and ((min-width: 90em)) and (min-width: 240em) and (min-height: 1900px) {
  .button.xlarge-lg .button-text {
    font-size: 30px;
    line-height: 48px;
  }
}
.button .icons-wrapper {
  display: inline-block;
  position: relative;
  pointer-events: none;
}
.button .icons-wrapper.left-position {
  margin-right: 6px;
}
.button .icons-wrapper.right-position {
  margin-left: 6px;
}
.button .icons-wrapper .svg-use-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}
.button .icons-wrapper .svg-use-icon svg {
  fill: #fc02c8;
}
.button .icons-wrapper .svg-use-icon.active {
  opacity: 0;
  fill: #ffffff;
}
.button .button-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border-radius: 500px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 200ms cubic-bezier(0.33, 1, 0.68, 1);
}
.button .button-background:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  z-index: -2;
  transition: opacity 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.button.solid {
  color: #ffffff;
}
.button:focus-visible {
  outline: none;
  box-shadow: -10px 10px 40px -10px rgba(255, 0, 199, 0.6509803922), 10px 10px 40px -10px rgba(14, 155, 252, 0.6705882353);
}
.button.outlined {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.button.outlined:not(.is-centered) {
  transform: translate(0px, 0px);
}
.button.outlined > span {
  vertical-align: middle;
}
.button.outlined .button-background {
  width: calc(100% - 0.5px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.button.outlined:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-right: 0.5px solid transparent;
  padding: 2px;
  z-index: -2;
  border-radius: inherit;
  background: inherit;
  background-origin: padding-box;
  background-clip: padding-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.button.outlined:after {
  width: 100%;
}
@media (pointer: fine) and (hover: hover) {
  .button.outlined:hover:not(.disabled) .button-background {
    opacity: 1;
  }
  .button.outlined:hover:not(.disabled) .button-background::before {
    transition-delay: 140ms;
    opacity: 1;
  }
  .button.outlined:hover:not(.disabled) .icons-wrapper .svg-use-icon {
    opacity: 0;
  }
  .button.outlined:hover:not(.disabled) .icons-wrapper .svg-use-icon.active {
    opacity: 1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .button.button-next, .button.button-save, .button.button-skip, .button.button-cancel, .button.button-add {
    min-width: 100%;
  }
}
@media (pointer: fine) and (hover: hover) {
  .button:hover:not(.disabled) {
    -webkit-text-fill-color: #ffffff;
  }
  .button:hover:not(.disabled):before {
    mask: none;
  }
  .button:hover:not(.disabled) .button-background:before {
    opacity: 1;
  }
}
.button.outlined-white {
  background: unset;
  color: #ffffff;
}
.button.outlined-white .outlined-white-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  border: 2px solid #ffffff;
  border-radius: inherit;
}
.button.outlined-white:hover:not(.disabled) {
  -webkit-text-fill-color: transparent;
}
.button.outlined-white:hover:not(.disabled) .outlined-white-background {
  background: #ffffff;
}
.button.outlined-white:hover:not(.disabled) .outlined-white-text {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
.button.is-full-width {
  min-width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .button.is-full-width {
    width: unset;
  }
}
.button:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
}
.button:active:after {
  opacity: 1;
}
.button.disabled {
  pointer-events: none;
}
.button.disabled:focus, .button.disabled:focus-within, .button.disabled:focus-visible {
  box-shadow: none;
}
.button.disabled:hover .button-background:before, .button:disabled:hover .button-background:before {
  opacity: 0 !important;
}
.button.disabled:hover.outlined, .button:disabled:hover.outlined {
  color: transparent;
}
.button.disabled:active:after, .button:disabled:active:after {
  opacity: 0 !important;
}
.button.back-top-button {
  bottom: 20px;
}
@media screen and ((min-width: 64.0625em)) {
  .button.back-top-button {
    bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.back-top-button {
    bottom: 72px;
  }
}
.button.go-bottom-button {
  bottom: 24px;
}
.button.back-top-button, .button.go-bottom-button {
  position: fixed;
  z-index: 999;
  right: 16px;
  height: 40px;
  padding: 10px 8px 10px 12px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.back-top-button, .button.go-bottom-button {
    height: 60px;
    padding: 15px 12px 15px 18px;
  }
}
.button.back-top-button:before, .button.back-top-button:after, .button.go-bottom-button:before, .button.go-bottom-button:after {
  content: "";
  display: block;
  border-radius: 40px;
  z-index: 0;
}
.button.back-top-button:before, .button.go-bottom-button:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: border-radius 0.2s ease-in;
}
.button.back-top-button:after, .button.go-bottom-button:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background: #ffffff;
  border-radius: 40px;
}
@media (pointer: fine) and (hover: hover) {
  .button.back-top-button:hover .button-text, .button.go-bottom-button:hover .button-text {
    -webkit-text-fill-color: transparent;
  }
  .button.back-top-button:hover:after, .button.go-bottom-button:hover:after {
    width: auto;
    height: auto;
    opacity: 1;
  }
  .button.back-top-button:hover:before, .button.go-bottom-button:hover:before {
    background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  }
}
.button.back-top-button .button-text, .button.go-bottom-button .button-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.back-top-button .button-text, .button.go-bottom-button .button-text {
    font-size: 21px;
    line-height: 30px;
  }
}
.button.back-top-button .icons-wrapper, .button.go-bottom-button .icons-wrapper {
  margin: 0;
  position: relative;
  z-index: 1;
}
.button.back-top-button .svg-use-icon svg, .button.go-bottom-button .svg-use-icon svg {
  fill: #0f9cfd;
}
.button.back-top-button.visible, .button.go-bottom-button.visible {
  opacity: 1;
  visibility: visible;
}

.button-link {
  display: inline-block;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-link:hover {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150%;
  transition: background-size 1s 0.1s;
}
.button-link.disabled {
  color: #a4b3c1;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.button-mobile-filter {
  display: flex;
  margin-top: -8px;
  flex-basis: 100%;
}
.button-mobile-filter.button .icons-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.button-mobile-filter.active {
  -webkit-text-fill-color: #ffffff;
}
.button-mobile-filter.active:before {
  mask: none;
}
.button-mobile-filter.active .button-background,
.button-mobile-filter.active .svg-use-icon.active {
  opacity: 1;
}
.button-mobile-filter.active .button-background :before {
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
  opacity: 1;
}

.button-white-background {
  background-color: white;
}
.button-white-background.button-shadow {
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}

.button-text {
  pointer-events: none;
}

.button.nav-start {
  flex: none;
}

.reveal-overlay {
  width: 100%;
  backdrop-filter: blur(1px);
  overflow-y: hidden;
}
.reveal-overlay > .nicescroll-rails {
  height: calc(100% - 8px) !important;
  overflow: hidden;
  border-radius: 8px;
}
.reveal-overlay.dark {
  background-color: rgba(0, 0, 0, 0.15);
}
.reveal-overlay.no-glass {
  backdrop-filter: none;
}

.reveal-scroll-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.reveal-scroll-container:has(.testimonials-modal) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reveal {
  width: 90%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(43, 16, 78, 0.1);
  margin-top: 0;
  outline: none;
}
@media screen and ((min-width: 37.5em)) {
  .reveal {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.reveal[size=sm], .reveal[size=md], .reveal[size=lg], .reveal[size=xl], .reveal[size="2xl"], .reveal[size="3xl"] {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  border-radius: 0;
}
@media screen and ((min-width: 37.5em)) {
  .reveal[size=sm], .reveal[size=md], .reveal[size=lg], .reveal[size=xl], .reveal[size="2xl"], .reveal[size="3xl"] {
    min-height: auto;
    border-radius: 8px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal[size=sm] {
    max-width: 460px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size=sm] {
    max-width: 690px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal[size=md] {
    max-width: 548px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size=md] {
    max-width: 822px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal[size=lg] {
    max-width: 640px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size=lg] {
    max-width: 960px;
  }
}
.reveal[size=xl] {
  max-width: 960px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size=xl] {
    max-width: 1440px;
  }
}
.reveal[size="2xl"] {
  max-width: 1012px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size="2xl"] {
    max-width: 1518px;
  }
}
.reveal[size="3xl"] {
  max-width: 1256px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal[size="3xl"] {
    max-width: 1884px;
  }
}
.reveal.space40 {
  padding: 24px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.space40 {
    padding: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.space40 {
    padding: 60px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal.space40 .close-button {
    right: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.space40 .close-button {
    right: 60px;
  }
}
.reveal.space64 {
  padding: 24px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.space64 {
    padding: 40px 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.space64 {
    padding: 60px 48px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal.space64 .close-button {
    right: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.space64 .close-button {
    right: 96px;
  }
}
.reveal .close-button {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal .close-button {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal .close-button {
    top: 60px;
    right: 60px;
    width: 48px;
    height: 48px;
  }
}
.reveal .close-button .svg-use-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.reveal .close-button svg {
  fill: #384750;
}
.reveal img,
.reveal video {
  width: 100%;
}
.reveal .reveal-heading {
  max-width: calc(100% - 34px);
}
.reveal .reveal-heading.text-center {
  padding-left: 34px;
}
.reveal .reveal-actions .button {
  margin-right: 5px;
}
@media screen and ((max-width: 24.3125em)) {
  .reveal .reveal-actions .button {
    max-width: 100%;
    margin-right: 0;
  }
  .reveal .reveal-actions .button:first-child {
    margin-bottom: 8px;
  }
}
.reveal .reveal-actions .button:last-child {
  margin-right: 0;
}
@media screen and ((max-width: 24.3125em)) {
  .reveal .reveal-actions {
    display: flex;
    flex-direction: column;
  }
}
.reveal .reveal-edit-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal .reveal-edit-actions {
    justify-content: space-between;
    flex-direction: row;
  }
}
.reveal .reveal-edit-actions .button {
  margin-right: 0;
  max-width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .reveal .reveal-edit-actions .button {
    margin-right: 5px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.medium-full-w {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.reveal.dmi-modal {
  height: 100%;
  padding: 24px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.dmi-modal {
    width: calc(100% - 48px);
    height: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .reveal.dmi-modal {
    padding: 24px;
  }
}
@media screen and ((min-width: 75em)) {
  .reveal.dmi-modal {
    padding: 40px 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.dmi-modal {
    padding: 60px 96px;
    margin-top: 36px;
    margin-bottom: 36px;
    width: calc(100% - 72px);
  }
}
.reveal.dmi-modal .close-button {
  top: 24px;
  right: 24px;
}
@media screen and ((min-width: 75em)) {
  .reveal.dmi-modal .close-button {
    top: 40px;
    right: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.dmi-modal .close-button {
    top: 60px;
    right: 96px;
  }
}
.reveal.dmi-modal .box-toggle .svg-chevron-up {
  display: none;
}
.reveal.dmi-modal .box-toggle .svg-chevron-up,
.reveal.dmi-modal .box-toggle .svg-chevron-right {
  width: 32px;
  height: 32px;
}
.reveal.dmi-modal .box-toggle .svg-chevron-up svg,
.reveal.dmi-modal .box-toggle .svg-chevron-right svg {
  fill: #384750;
}
.reveal.dmi-modal .box-toggle.opened .svg-chevron-up {
  display: inline-block;
}
.reveal.dmi-modal .box-toggle.opened .svg-chevron-right {
  display: none;
}
.reveal.dmi-modal .buttons-wrapper {
  margin-top: 0;
}
.reveal.prescription-modal {
  height: 100%;
  padding: 40px 0 26px 0;
  overflow: visible;
  outline: none;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.prescription-modal {
    width: calc(100% - 16px);
    height: auto;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal {
    border-radius: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .reveal.prescription-modal {
    padding: 40px 0 32px 0;
  }
}
@media (max-width: 37.4375em), (max-width: 47.9375em) and (orientation: landscape) {
  .reveal.prescription-modal {
    top: 0 !important;
    padding-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal {
    padding: 60px 0 48px 0;
  }
}
.reveal.prescription-modal .scenario-2 {
  display: none;
}
.reveal.prescription-modal .grid-x {
  padding: 0 12px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.prescription-modal .grid-x {
    padding: 0 20px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .reveal.prescription-modal .grid-x .cell {
    padding: 0 12px;
  }
}
.reveal.prescription-modal .close-button {
  width: 32px;
  height: 32px;
  top: 24px;
  right: 24px;
}
@media screen and ((min-width: 48em)) {
  .reveal.prescription-modal .close-button {
    width: 36px;
    height: 36px;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal .close-button {
    width: 54px;
    height: 54px;
    top: 45px;
    right: 45px;
  }
}
.reveal.prescription-modal .subtitle-wrapper {
  display: flex;
  align-items: center;
}
.reveal.prescription-modal .subtitle-wrapper .subtitle {
  flex: 1;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .subtitle-wrapper .subtitle {
    text-align: left;
  }
}
.reveal.prescription-modal .subtitle-wrapper .svg-use-icon {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal .subtitle-wrapper .svg-use-icon {
    width: 37.5px;
    height: 37.5px;
    margin-left: 12px;
  }
}
.reveal.prescription-modal .modal-head {
  text-align: center;
  padding: 0 64px;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .modal-head {
    padding: 0 20px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .reveal.prescription-modal .modal-head {
    padding: 0 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal .modal-head {
    padding: 0 96px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal .modal-head h2 {
    font-size: 22px;
  }
}
.reveal.prescription-modal .tab-contents {
  padding-inline: 34px;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .tab-contents {
    padding-inline: 0;
  }
}
.reveal.prescription-modal .scrollbar-container {
  display: flex;
  overflow: hidden;
  max-height: 44vh;
  padding: 10px 30px 14px 30px;
  overflow-y: scroll;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .scrollbar-container {
    padding: 10px 10px 14px 8px;
  }
}
@media (max-width: 37.4375em), (max-width: 47.9375em) and (orientation: landscape) {
  .reveal.prescription-modal .scrollbar-container {
    max-height: 100%;
    padding: 8px 16px 14px 16px;
  }
}
.reveal.prescription-modal .os-scrollbar.os-scrollbar-vertical {
  width: 8px;
  margin-right: 5px;
  padding: 10px 0 14px 0;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .os-scrollbar.os-scrollbar-vertical {
    width: 6px;
    margin-right: 3px;
  }
}
.reveal.prescription-modal .os-scrollbar .os-scrollbar-handle {
  width: 8px;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .os-scrollbar .os-scrollbar-handle {
    width: 6px;
  }
}
.reveal.prescription-modal .os-scrollbar .os-scrollbar-handle:after {
  width: 8px;
}
@media screen and ((max-width: 64em)) {
  .reveal.prescription-modal .os-scrollbar .os-scrollbar-handle:after {
    width: 6px;
  }
}
.reveal.prescription-modal #doctor-tab .grid-x,
.reveal.prescription-modal #facility-tab .grid-x {
  max-width: 665px;
  margin: 0 auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal #doctor-tab .grid-x,
  .reveal.prescription-modal #facility-tab .grid-x {
    max-width: 997.5px;
  }
}
.reveal.prescription-modal #prescription-tab .form-head {
  display: flex;
  padding: 0 32px;
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal #prescription-tab .form-head {
    flex-wrap: wrap;
    padding: 0 16px;
  }
}
.reveal.prescription-modal #prescription-tab .form-head .column {
  position: relative;
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(1) {
    min-width: 100%;
  }
}
.reveal.prescription-modal #prescription-tab .form-head .column:nth-child(2), .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(3) {
  width: 160px;
  margin-left: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(2), .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(3) {
    width: 240px;
    margin-left: 24px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(2) {
    flex: auto;
    width: auto;
    margin-left: 0;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal #prescription-tab .form-head .column:nth-child(3) {
    width: 120px;
  }
}
.reveal.prescription-modal .form-input-search {
  z-index: 2;
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal .sticky-head {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 10;
  }
  .reveal.prescription-modal .sticky-head:before {
    content: "";
    bottom: -20px;
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(0, transparent, white);
  }
}
@media screen and ((max-width: 37.4375em)) {
  .reveal.prescription-modal .sticky-head .close-button {
    top: 0;
  }
}
@media (max-width: 47.9375em) and (orientation: landscape) {
  .reveal.prescription-modal .select2-dropdown .nicescroll-rails {
    height: 140px !important;
  }
}
@media (max-width: 47.9375em) and (orientation: landscape) {
  .reveal.prescription-modal .select2-container--default .select2-results .select2-results__options {
    max-height: 156px;
  }
}
.reveal.plan-modal {
  padding: 0;
}
.reveal.plan-modal.reveal {
  overflow: visible;
  padding: 0;
}
.reveal.plan-modal.reveal img {
  width: auto;
}
.reveal.plan-modal.reveal .plan-tooltip-container {
  width: 312px !important;
}
.reveal.plan-modal .close-button {
  top: 14px;
  right: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.plan-modal .close-button {
    top: 21px;
    right: 24px;
  }
}
.reveal.plan-modal .plan-container {
  box-shadow: none;
  border-top-left-radius: inherit;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.plan-modal .plan-container {
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
.reveal.plan-modal .plan-container::before, .reveal.plan-modal .plan-container::after {
  display: none;
}
.reveal.plan-modal .plan-container .plan-footer {
  justify-content: flex-end;
}
.reveal.action-items-modal .dashboard-plans-wrapper.agent-dashboard.box-toggle {
  box-shadow: none;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.action-items-modal .dashboard-plans-wrapper.agent-dashboard.box-toggle {
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
.reveal.action-items-modal .dashboard-plans-wrapper.agent-dashboard .plan-accordion-wrapper {
  box-shadow: none;
  border: 1px solid #e6ebf2;
}
.reveal.action-items-modal .dashboard-plans-wrapper.agent-dashboard .plan-dashboard-controls .menu-dropdown {
  display: none;
}
.reveal.action-items-modal .dashboard-plans-wrapper.agent-dashboard img {
  width: auto;
}
.reveal.action-items-modal .plan-tooltip-container {
  width: 280px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.action-items-modal .plan-tooltip-container {
    width: 420px;
  }
}
.reveal.email-plan-modal {
  padding: 24px 0;
  overflow: hidden;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.email-plan-modal {
    padding: 40px 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .reveal.email-plan-modal {
    padding: 60px 0;
  }
}
.reveal.email-plan-modal .modals-wrapper {
  display: flex;
  transition: all 600ms ease-in;
}
.reveal.email-plan-modal .modals-wrapper > div {
  width: 100%;
  flex-shrink: 0;
  padding: 0 16px;
}
@media screen and ((min-width: 37.5em)) {
  .reveal.email-plan-modal .modals-wrapper > div {
    padding: 0 40px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .reveal.email-plan-modal .modals-wrapper > div {
    padding: 0 60px;
  }
}
.reveal.email-plan-modal .modals-wrapper.slide-left {
  transform: translateX(-100%);
}
.reveal.email-plan-modal .modals-wrapper.slide-left .add-email-container {
  opacity: 0;
  max-height: 0;
}
.reveal.email-plan-modal .add-email-container {
  max-height: 800px;
  transition: max-height 0s 600ms ease-in, opacity 600ms ease-in;
}
.reveal.confirm-member-relations-modal {
  overflow: visible;
}

.reveal:not(.testimonials-modal) {
  top: 0 !important;
}

.testimonials-modal {
  overflow: hidden !important;
  background-color: transparent;
  border: 0px none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
}
@media screen and ((max-width: 47.9375em)) {
  .testimonials-modal {
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
@media (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .testimonials-modal {
    height: 80%;
  }
}
@media screen and ((min-width: 48em)) {
  .testimonials-modal {
    overflow: visible !important;
  }
}
@media screen and ((min-width: 48em)) {
  .testimonials-modal {
    width: calc(100% - 160px);
    max-width: 1040px;
  }
}
@media screen and ((min-width: 90em)) {
  .testimonials-modal {
    width: calc(100% - 320px);
    max-width: 1040px;
  }
}
@media screen and ((min-width: 100em)) {
  .testimonials-modal {
    width: calc(100% - 560px);
    max-width: 1360px;
  }
}
@media screen and ((min-width: 120em)) {
  .testimonials-modal {
    width: 1360px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonials-modal {
    width: 2040px;
    max-width: 2040px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .testimonials-modal {
    padding: 0;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .testimonials-modal .video-wrapper {
    width: 100dvw;
    height: 100dvh;
  }
}
@media (min-width: 48em) and (max-width: 1025px) and (orientation: portrait) {
  .testimonials-modal .video-wrapper {
    height: 100%;
  }
}
.testimonials-modal video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-modal .video-container {
  margin: 0 auto;
}
@media (min-width: 48em) and (max-width: 1025px) and (orientation: portrait) {
  .testimonials-modal .video-container {
    height: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonials-modal .video-container {
    width: 100%;
  }
}
.testimonials-modal .video-container:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0) 100%);
  width: 100%;
  height: 48px;
}
@media screen and ((min-width: 64.0625em)) {
  .testimonials-modal .video-container:before {
    height: 80px;
  }
}
@media (min-width: 48em) and (min-aspect-ratio: 16/9) {
  .testimonials-modal .video-container {
    width: 140vh;
  }
}
@media (min-width: 64.0625em) and (min-aspect-ratio: 16/9) {
  .testimonials-modal .video-container {
    width: 148vh;
  }
}
@media (min-width: 90em) and (min-aspect-ratio: 16/9) {
  .testimonials-modal .video-container {
    width: 134vh;
  }
}
@media (min-width: 100em) and (min-aspect-ratio: 16/9) {
  .testimonials-modal .video-container {
    width: 120vh;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonials-modal .video-container {
    width: 100%;
  }
}
.testimonials-modal .close-button {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 46px;
  height: 46px;
}
@media screen and ((min-width: 48em)) {
  .testimonials-modal .close-button {
    top: 24px;
    right: 24px;
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 48em) and (max-height: 750px) {
  .testimonials-modal .close-button {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .testimonials-modal .close-button {
    top: 36px;
    right: 36px;
    width: 99px;
    height: 99px;
  }
}
.testimonials-modal .close-button span {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 300ms linear;
}
.testimonials-modal .close-button span svg {
  width: 100%;
  height: 100%;
}
.testimonials-modal .close-button span.svg-close-icon-hover {
  opacity: 0;
}
.testimonials-modal .close-button:hover span.svg-close-icon-hover {
  opacity: 1;
}

@media screen and ((min-width: 37.5em)) {
  .plan-tooltip:hover .plan-tooltip-container {
    display: block;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip:hover + .plan-tooltip-container {
    display: block;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-tooltip.heading-tooltip .plan-tooltip-container.right-center {
    top: 62px;
  }
}
.plan-tooltip .separated-title {
  display: inline-block;
}

.plan-tooltip-overlay {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(1px);
  top: 0;
  left: 0;
  z-index: 5;
  cursor: initial;
  touch-action: none;
}
.plan-tooltip-overlay.tooltip-hidden {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-overlay {
    display: none;
  }
}

.plan-tooltip-container {
  font-size: 14px;
  line-height: 20px;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-align: left;
  z-index: 6;
  white-space: initial;
  position: fixed;
  width: calc(100% - 34px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 24px 2px 12px 16px;
  cursor: initial;
  touch-action: none;
  overflow-y: hidden;
}
@media screen and ((max-width: 37.4375em)) {
  .plan-tooltip-container:not(:has(.plan-tooltip-heading)) {
    padding: 12px 0 12px 16px;
  }
  .plan-tooltip-container:not(:has(.plan-tooltip-heading)) .plan-tooltip-text-wrapper {
    padding: 12px 64px 12px 0;
  }
  .plan-tooltip-container:not(:has(.plan-tooltip-heading)) .close-button-dark {
    right: 16px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container {
    display: none;
    border: 1px solid #a4b3c1;
    padding: 7px 8px;
    position: absolute;
    max-height: none;
    width: 312px;
    left: auto;
    transform: none;
    top: calc(100% + 18px);
    overflow: unset;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-tooltip-container {
    width: 468px;
    font-size: 21px;
    line-height: 30px;
    padding: 10.5px 12px;
  }
}
.plan-tooltip-container:after {
  content: "";
  bottom: 10px;
  left: 0;
  position: absolute;
  width: calc(100% - 12px);
  height: 24px;
  background: linear-gradient(0deg, #fff 16.67%, rgba(255, 255, 255, 0) 81.25%);
  z-index: 1;
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container:after {
    position: absolute;
    height: 11.5px;
    width: 11.5px;
    border-width: 1px;
    border-style: solid;
    border-color: #a4b3c1 transparent transparent #a4b3c1;
    background-color: #fefefe;
    display: block;
  }
}
.plan-tooltip-container.double-cell .row .cell {
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-tooltip-container.double-cell .row .cell {
    font-size: 24px;
  }
}
.plan-tooltip-container.double-cell .row .cell:first-child {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.plan-tooltip-container.double-cell .row .cell:last-child {
  text-align: right !important;
}
.plan-tooltip-container.double-cell .row .cell.fs14 {
  font-size: 14px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-tooltip-container.double-cell .row .cell.fs14 {
    font-size: 21px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container.left-mobile {
    left: 0;
    position: absolute;
  }
  .plan-tooltip-container.left-mobile:after {
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container.right-mobile {
    right: 0;
    position: absolute;
  }
  .plan-tooltip-container.right-mobile:after {
    top: -6px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container.center-mobile {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .plan-tooltip-container.center-mobile:after {
    top: -3px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
}
@media screen and ((min-width: 48em)) {
  .plan-tooltip-container.left-tablet {
    left: 0;
    position: absolute;
  }
  .plan-tooltip-container.left-tablet:after {
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 48em)) {
  .plan-tooltip-container.right-tablet {
    right: 0;
    position: absolute;
  }
  .plan-tooltip-container.right-tablet:after {
    top: -6px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 48em)) {
  .plan-tooltip-container.center-tablet {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .plan-tooltip-container.center-tablet:after {
    top: -3px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container.top-center-mobile {
    top: unset;
    left: -50px;
    bottom: calc(100% + 10px);
  }
  .plan-tooltip-container.top-center-mobile:after {
    left: 50%;
    bottom: -2px;
    transform: rotate(-135deg) translateX(-50%);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-tooltip-container.left-desktop {
    left: 0;
    position: absolute;
    transform: none;
    top: calc(100% + 18px);
    bottom: unset;
  }
  .plan-tooltip-container.left-desktop:after {
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 75em)) {
  .plan-tooltip-container.left-large-desktop {
    left: 0;
    position: absolute;
    transform: none;
    top: calc(100% + 18px);
    bottom: unset;
  }
  .plan-tooltip-container.left-large-desktop:after {
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-tooltip-container.right-desktop {
    right: 0;
    position: absolute;
    transform: none;
  }
  .plan-tooltip-container.right-desktop:after {
    top: -6px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-tooltip-container.center-desktop {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .plan-tooltip-container.center-desktop:after {
    top: -3px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container.top-right {
    top: unset;
    left: 0;
    bottom: calc(100% + 10px);
  }
  .plan-tooltip-container.top-right:after {
    left: 16px;
    bottom: -6px;
    transform: rotate(-135deg);
  }
}
.plan-tooltip-container.tooltip-hidden {
  display: none;
}
.plan-tooltip-container .plan-tooltip-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding-right: 10px;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container .plan-tooltip-heading {
    position: relative;
  }
}
.plan-tooltip-container .plan-tooltip-heading:before {
  content: "";
  bottom: -28px;
  left: 0;
  position: absolute;
  width: calc(100% - 12px);
  height: 24px;
  background: linear-gradient(180deg, #fff 16.67%, rgba(255, 255, 255, 0) 81.25%);
  z-index: 1;
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-container .plan-tooltip-heading:before {
    display: none;
  }
}
.plan-tooltip-container .close-button-dark {
  margin-left: auto;
}
.plan-tooltip-container .close-button-dark .svg-use-icon {
  margin-top: -6px;
  width: 32px;
  height: 32px;
}
.plan-tooltip-container .close-button-dark .svg-use-icon svg {
  fill: #384750;
}
.plan-tooltip-container .plan-tooltip-sub-heading {
  order: 3;
  flex-basis: 100%;
  color: #617384;
}
.plan-tooltip-container .plan-tooltip-text ul {
  margin-bottom: 0;
}
.plan-tooltip-container .plan-tooltip-text ul li {
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-tooltip-container .plan-tooltip-text ul li {
    line-height: 30px;
  }
}

.disabled-tooltip {
  pointer-events: none;
  cursor: default;
}
.disabled-tooltip.dashed-border-bottom {
  border-bottom: 1px dashed transparent;
}

.tooltip-dynamic.show .plan-tooltip-container {
  display: flex;
}
.tooltip-dynamic .plan-tooltip-container {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 1001;
  padding: 24px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-dynamic .plan-tooltip-container {
    width: max-content;
    max-width: calc(100% - 64px);
    min-height: auto;
    padding: 8px 16px;
    margin-top: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .tooltip-dynamic .plan-tooltip-container {
    max-width: 800px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .tooltip-dynamic .plan-tooltip-container {
    max-width: 100%;
    max-width: 1200px;
    padding: 12px 24px;
    margin-top: -6px;
  }
}
.tooltip-dynamic .plan-tooltip-container .text {
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-dynamic .plan-tooltip-container .text {
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .tooltip-dynamic .plan-tooltip-container .text {
    font-size: 24px;
    line-height: 36px;
  }
}
.tooltip-dynamic .plan-tooltip-container .close-button-dark {
  margin-left: auto;
  margin-bottom: auto;
}
.tooltip-dynamic .plan-tooltip-container .close-button-dark .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .tooltip-dynamic .plan-tooltip-container .close-button-dark .svg-use-icon {
    width: 48px;
    height: 48px;
  }
}
.tooltip-dynamic .plan-tooltip-container .close-button-dark svg {
  fill: #384750;
}

.plans-tooltip-table-preview {
  display: table;
  width: 100%;
}
.plans-tooltip-table-preview .row {
  display: table-row;
}
.plans-tooltip-table-preview .row:last-child .cell {
  padding-bottom: 0;
}
.plans-tooltip-table-preview .row .cell {
  display: table-cell;
  width: auto;
  padding-bottom: 8px;
}
.plans-tooltip-table-preview .row .cell:first-child, .plans-tooltip-table-preview .row .cell:last-child {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.plans-tooltip-table-preview .row .cell:first-child {
  padding-right: 16px;
}
.plans-tooltip-table-preview .row .cell:last-child {
  padding-left: 16px;
}
.plans-tooltip-table-preview .row .cell:nth-child(2) {
  width: 100%;
}

@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container {
    width: 424px;
  }
}
.tooltip-l .plan-tooltip-container .cell {
  padding-bottom: 8px;
}
.tooltip-l .plan-tooltip-container .cell:first-child {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  width: auto;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container .cell:first-child {
    width: auto;
  }
}
.tooltip-l .plan-tooltip-container .cell:first-child > span:nth-child(2) {
  display: inline-block;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container .cell:first-child > span:nth-child(2) {
    display: inline;
  }
}
.tooltip-l .plan-tooltip-container .cell:nth-child(2) {
  padding-right: 16px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  width: auto;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container .cell:nth-child(2) {
    width: auto;
  }
}
.tooltip-l .plan-tooltip-container .cell:nth-child(2) > span:nth-child(2) {
  display: inline-block;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container .cell:nth-child(2) > span:nth-child(2) {
    display: inline;
  }
}
.tooltip-l .plan-tooltip-container .cell:last-child {
  padding-left: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-l .plan-tooltip-container .cell:last-child {
    text-align: left !important;
  }
}
.tooltip-l .plan-tooltip-container .empty-row .empty-cell {
  height: 0;
  margin: 0;
  padding: 0;
}
.tooltip-l .plan-tooltip-container .empty-row .empty-cell:first-child {
  white-space: nowrap;
  padding: 0;
}
.tooltip-l .plan-tooltip-container .empty-row .empty-cell:nth-child(2) {
  padding: 0;
}
.tooltip-l .plan-tooltip-container .empty-row .empty-cell hr {
  margin: 16px 0;
}
@media (min-width: 450px) {
  .tooltip-l .plan-tooltip-container wbr {
    display: none;
  }
}

@media screen and ((min-width: 37.5em)) {
  .tooltip-xl .plan-tooltip-container {
    width: 550px;
  }
}
@media screen and ((min-width: 48em)) {
  .tooltip-xl .plan-tooltip-container {
    width: 600px;
  }
}
.tooltip-xl .plan-tooltip-container .cell {
  padding-bottom: 8px;
}
.tooltip-xl .plan-tooltip-container .cell:first-child {
  white-space: normal;
  padding-right: 16px;
  padding-bottom: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.tooltip-xl .plan-tooltip-container .cell:nth-child(2) {
  padding: 0;
  width: auto;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-xl .plan-tooltip-container .cell:nth-child(2) {
    text-align: right;
  }
}
.tooltip-xl .plan-tooltip-container .cell:nth-child(2) > span:nth-child(2) {
  display: inline-block;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-xl .plan-tooltip-container .cell:nth-child(2) > span:nth-child(2) {
    display: inline;
  }
}
.tooltip-xl .plan-tooltip-container .row:last-child .cell {
  padding-bottom: 0;
}
.tooltip-xl .empty-row .empty-cell {
  height: 0;
  margin: 0;
  padding: 0;
}
.tooltip-xl .empty-row .empty-cell:first-child {
  white-space: nowrap;
  padding: 0;
}
.tooltip-xl .empty-row .empty-cell:nth-child(2) {
  padding: 0;
}
@media screen and ((min-width: 37.5em)) {
  .tooltip-xl .empty-row .empty-cell:nth-child(2) {
    white-space: nowrap;
  }
}
.tooltip-xl .empty-row .empty-cell hr {
  margin: 16px 0;
}

@media screen and ((max-width: 37.4375em)) {
  .plan-tooltip-container.no-title {
    padding: 24px 16px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .plan-tooltip-container.no-title .plan-tooltip-text-wrapper {
    padding: 0;
    display: flex;
    align-items: baseline;
  }
}

.plan-tooltip-text-wrapper {
  max-height: 78vh;
  position: relative;
  display: block;
  overflow-y: auto;
  padding: 12px 16px 12px 0;
}
@media screen and ((min-width: 37.5em)) {
  .plan-tooltip-text-wrapper {
    padding: 0;
    max-height: none;
    overflow: unset;
  }
}

@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip:hover .plan-tooltip-container {
    display: table;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container {
    min-width: 168px;
    max-width: 321px;
    width: 100%;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.left-mobile {
    position: absolute;
    left: auto;
    right: calc(100% + 11px);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.left-mobile:after {
    right: -6px;
    left: auto;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.left-mobile-top {
    top: -4px;
  }
  .plan-side-tooltip .plan-tooltip-container.left-mobile-top:after {
    top: 16px;
    transform: rotate(135deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.left-mobile-center {
    top: 50%;
    transform: translateY(-50%);
  }
  .plan-side-tooltip .plan-tooltip-container.left-mobile-center:after {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.left-mobile-bottom {
    top: auto;
    bottom: -8px;
  }
  .plan-side-tooltip .plan-tooltip-container.left-mobile-bottom:after {
    top: auto;
    bottom: 16px;
    transform: rotate(135deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile {
    position: absolute;
    right: calc(100% + 11px);
  }
}
.plan-side-tooltip .plan-tooltip-container.bottom-mobile:after {
  right: -6px;
  left: auto;
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-center:after {
    top: -2px;
    left: 50%;
    right: auto;
    transform: rotate(45deg) translateX(-50%);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-left {
    left: 0;
  }
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-left:after {
    top: -6px;
    left: 16px;
    right: auto;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-right {
    right: 0;
    left: auto;
  }
  .plan-side-tooltip .plan-tooltip-container.bottom-mobile-right:after {
    top: -6px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }
}

.sorting-caption .plan-tooltip-container {
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .sorting-caption .plan-tooltip-container {
    top: calc(100% + 10px);
  }
}
.sorting-caption .plan-tooltip-container .cell:first-child {
  white-space: normal;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
}
.sorting-caption .plan-tooltip-container .cell:nth-child(2) {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 37.5em)) {
  .sorting-caption .plan-tooltip-container .cell:nth-child(2) {
    text-align: left;
  }
}

.parallax-container {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  z-index: -1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-container {
    max-width: 2880px;
  }
}
.parallax-container.flipped .parallax-shape.left-top-shape-90 {
  left: auto;
  right: -70px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-container.flipped .parallax-shape.left-top-shape-90 {
    right: -112px;
  }
}
.parallax-container.flipped .parallax-shape.right-31pr {
  left: -90px;
  right: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-container.flipped .parallax-shape.right-31pr {
    left: -144px;
  }
}
.parallax-container.flipped .parallax-shape.right-bottom {
  top: auto;
  left: -90px;
  right: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-container.flipped .parallax-shape.right-bottom {
    left: -144px;
  }
}
.parallax-container.flipped .parallax-shape.left-62pr {
  left: auto;
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-container.flipped .parallax-shape.left-62pr {
    right: -144px;
  }
}

.glass-parallax-elements {
  position: absolute;
  top: 10vh;
  width: 100%;
  left: 0;
}

.parallax-shape {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: 0;
}
.parallax-shape.small {
  width: 180px;
  height: 180px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.small {
    width: 288px;
    height: 288px;
  }
}
.parallax-shape.medium {
  width: 180px;
  height: 180px;
}
@media screen and ((min-width: 37.5em)) {
  .parallax-shape.medium {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.medium {
    width: 396.8px;
    height: 396.8px;
  }
}
.parallax-shape.large {
  width: 248px;
  height: 248px;
}
@media screen and ((min-width: 37.5em)) {
  .parallax-shape.large {
    width: 352px;
    height: 352px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.large {
    width: 528px;
    height: 528px;
  }
}
.parallax-shape.right-top-shape-0 {
  top: 0;
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-top-shape-0 {
    right: -144px;
  }
}
.parallax-shape.right-top-shape-90 {
  top: -90px;
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-top-shape-90 {
    top: -144px;
    right: -144px;
  }
}
.parallax-shape.right-31pr {
  top: 31%;
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-31pr {
    right: -144px;
  }
}
.parallax-shape.right-77pr {
  top: 77%;
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-77pr {
    right: -144px;
  }
}
.parallax-shape.right-bottom {
  top: auto;
  right: -90px;
  bottom: 50px;
}
@media screen and ((min-width: 48em)) {
  .parallax-shape.right-bottom {
    bottom: 0px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-bottom {
    right: -144px;
  }
}
.parallax-shape.left-31pr {
  top: 31%;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-31pr {
    left: -144px;
  }
}
.parallax-shape.left-62pr {
  top: 62%;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-62pr {
    left: -144px;
  }
}
.parallax-shape.left-77pr {
  top: 77%;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-77pr {
    left: -144px;
  }
}
.parallax-shape.right-center-shape-90 {
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.right-center-shape-90 {
    right: -144px;
  }
}
.parallax-shape.left-top-shape-90 {
  top: -90px;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-top-shape-90 {
    top: -144px;
    left: -144px;
  }
}
.parallax-shape.left-top-down-shape-90 {
  top: 90px;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-top-down-shape-90 {
    top: 144px;
    left: -144px;
  }
}
.parallax-shape.left-bottom-shape-90 {
  bottom: -90px;
  left: -90px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .parallax-shape.left-bottom-shape-90 {
    bottom: -144px;
    left: -144px;
  }
}
@media (max-width: 599px) {
  .parallax-shape.left {
    left: 0 !important;
    transform: translateX(-45%);
  }
  .parallax-shape.right {
    right: 0 !important;
    transform: translateX(45%);
  }
}

.home-our-clients-parallax-left {
  top: -80px;
  left: -103px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .home-our-clients-parallax-left {
    top: -128px;
    left: -164.8px;
  }
}

.home-our-clients-parallax-right {
  top: 0;
  right: -200px;
}
@media screen and ((min-width: 48em)) {
  .home-our-clients-parallax-right {
    right: -160px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .home-our-clients-parallax-right {
    right: -120px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .home-our-clients-parallax-right {
    right: -192px;
  }
}

.home-jelly-parallax-left {
  top: -230px;
  left: -150px;
  z-index: -1;
}
@media screen and ((min-width: 37.5em)) {
  .home-jelly-parallax-left {
    top: -130px;
    left: -120px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .home-jelly-parallax-left {
    top: -130px;
    left: -150px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .home-jelly-parallax-left {
    top: -195px;
    left: -225px;
  }
}

.home-jelly-parallax-right {
  right: -130px;
  top: 100px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .home-jelly-parallax-right {
    right: -195px;
    top: 150px;
  }
}

.footer-parallax-left {
  top: 0px;
  left: -100px;
  bottom: 30px;
  z-index: -2;
}
@media screen and ((min-width: 37.5em)) {
  .footer-parallax-left {
    top: -150px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-parallax-left {
    left: -150px;
    top: -225px;
  }
}

.footer-parallax-right {
  right: -100px;
  top: -222px;
  z-index: -2;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .footer-parallax-right {
    right: -150px;
    top: -333px;
  }
}

.shape-3D {
  will-change: transform;
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shape-3D canvas {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-container {
  position: relative;
  overflow: hidden;
}
@media (pointer: fine) and (hover: hover) {
  .video-container:hover .controls {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-container .form-simple-range {
  position: relative;
  z-index: 2;
}
.video-container.video-playing .main-play-control {
  display: none;
}
.video-container.video-playing .pause-icon {
  display: block;
}
.video-container.video-playing .play-icon {
  display: none;
}
.video-container.video-paused .main-play-control {
  display: block;
}
.video-container.video-paused .pause-icon {
  display: none;
}
.video-container.video-paused .play-icon {
  display: block;
}
.video-container.video-end .main-play-control {
  display: block;
}
.video-container .pause-icon {
  display: none;
}
.video-container .main-play-control {
  width: 96px;
  height: 96px;
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  transition: opacity 0.2s ease-in;
}
@media screen and ((min-width: 48em)) {
  .video-container .main-play-control {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .main-play-control {
    width: 120px;
    height: 120px;
  }
}
.video-container .main-play-control:hover {
  opacity: 1;
}
.video-container .main-play-control svg {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 auto;
}
@media screen and ((min-width: 48em)) {
  .video-container .main-play-control svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .main-play-control svg {
    width: 42px;
    height: 42px;
  }
}
.video-container .controls {
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 16px 28px 16px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(100%);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
@media screen and ((min-width: 48em)) {
  .video-container .controls {
    padding: 35px 20px 10px 10px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .controls {
    padding: 52.5px 30px 15px 15px;
  }
}
.video-container .controls.show-controls {
  opacity: 1;
  transform: translateY(0);
}
.video-container .controls .play-control {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  flex-shrink: 0;
}
@media screen and ((max-width: 47.9375em)) {
  .video-container .controls .play-control {
    display: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .controls .play-control {
    width: 48px;
    height: 48px;
    margin-right: 7.5px;
  }
}
@media (pointer: fine) and (hover: hover) {
  .video-container .controls .play-control:hover {
    background: linear-gradient(262.33deg, #0e9bfc 0%, #ff00c7 100%);
  }
}
.video-container .controls .play-control .svg-use-icon {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .controls .play-control .svg-use-icon {
    width: 27px;
    height: 27px;
  }
}
.video-container .controls .play-control .svg-use-icon svg {
  fill: #ffffff;
}
.video-container .progress {
  position: relative;
  width: 100%;
  margin-right: auto;
}
@media screen and ((min-width: 48em)) {
  .video-container .progress {
    max-width: 85%;
  }
}
@media (pointer: fine) and (hover: hover) {
  .video-container .progress:hover .hover-duration {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
    transform: scale(1);
  }
}
.video-container .volume {
  position: relative;
  width: 100%;
  max-width: 90px;
  min-width: 60px;
  flex-shrink: 3;
  margin-left: 20px;
}
@media screen and ((max-width: 47.9375em)) {
  .video-container .volume {
    display: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .volume {
    max-width: 135px;
    min-width: 90px;
    margin-left: 30px;
  }
}
.video-container .noUi-base {
  top: -7px;
  height: 24px;
}
@media screen and ((min-width: 48em)) {
  .video-container .noUi-base {
    height: 20px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .noUi-base {
    top: -10.5px;
    height: 30px;
  }
}
.video-container .noUi-target {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and ((min-width: 48em)) {
  .video-container .noUi-target {
    height: 5px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .noUi-target {
    height: 7.5px;
  }
}
.video-container .noUi-connects {
  top: 7px;
  height: 8px;
  border-radius: 4px;
}
@media screen and ((min-width: 48em)) {
  .video-container .noUi-connects {
    height: 5px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .noUi-connects {
    top: 10.5px;
    height: 7.5px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .video-container .noUi-handle {
    display: none;
  }
}
.video-container .form-simple-range .noUi-handle {
  top: 3px;
  box-shadow: 0 0 2px #000;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .form-simple-range .noUi-handle {
    top: 4.5px;
  }
}
.video-container .form-simple-range .noUi-handle:focus {
  outline: 0;
}
.video-container .form-simple-range .noUi-handle:active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  transform: scale(1.5);
  opacity: 0.4;
}
.video-container .hover-time {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 8px;
  background: rgba(255, 255, 255, 0.6039215686);
  border-radius: 3px;
}
@media screen and ((min-width: 48em)) {
  .video-container .hover-time {
    height: 5px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .hover-time {
    height: 7.5px;
    border-radius: 4.5px;
  }
}
.video-container .hover-time .hover-duration {
  top: -40px;
  right: -20px;
  position: absolute;
  transform: scale(0.8);
  background: #ffffff;
  color: #384750;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .hover-time .hover-duration {
    padding: 6px 10.5px;
    border-radius: 7.5px;
    font-size: 19.5px;
    top: -60px;
    right: -30px;
  }
}
.video-container .hover-time .hover-duration:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  bottom: -3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(135deg);
  background-color: #ffffff;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .video-container .hover-time .hover-duration:before {
    width: 9px;
    height: 9px;
    bottom: -4.5px;
  }
}

[data-controls=prev]:not(.button),
[data-controls=next]:not(.button) {
  width: 74px;
  height: 144px;
  top: 50%;
  position: absolute;
  margin: -114px 0 0;
  z-index: 5;
  transform: none;
  cursor: pointer;
  pointer-events: all;
}
[data-controls=prev]:not(.button):disabled,
[data-controls=next]:not(.button):disabled {
  opacity: 0;
  pointer-events: none;
}
[data-controls=prev]:not(.button):not(:disabled):hover .svg-use-icon,
[data-controls=next]:not(.button):not(:disabled):hover .svg-use-icon {
  transform: none;
}
[data-controls=prev]:not(.button) .svg-use-icon,
[data-controls=next]:not(.button) .svg-use-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.7);
  transition: transform 300ms;
  will-change: transform;
}
@media (min-width: 2560px) {
  [data-controls=prev]:not(.button) .svg-use-icon,
  [data-controls=next]:not(.button) .svg-use-icon {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
[data-controls=prev]:not(.button) .svg-use-icon svg,
[data-controls=next]:not(.button) .svg-use-icon svg {
  width: 21px;
  height: 37px;
  transition: transform 600ms;
  will-change: transform;
}

[data-controls=next] {
  right: 0;
}
[data-controls=next] .svg-use-icon {
  border-radius: 72px 0 0 72px;
  transform: translate3d(50%, 0, 0);
}
[data-controls=next] .svg-use-icon svg {
  margin-left: 20px;
  transform: translateX(15px);
}

[data-controls=prev] {
  left: 0;
}
[data-controls=prev] .svg-use-icon {
  border-radius: 0 72px 72px 0;
  transform: translate3d(-50%, 0, 0);
}
[data-controls=prev] .svg-use-icon svg {
  margin-right: 20px;
  transform: translateX(-15px);
}

@media (pointer: coarse) {
  [data-controls=prev],
  [data-controls=next] {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 600px) and (hover: hover) and (pointer: fine) {
  [data-controls=prev],
  [data-controls=next] {
    display: block;
  }
}
[data-controls=prev]:focus, [data-controls=prev]:hover,
[data-controls=next]:focus,
[data-controls=next]:hover {
  outline: none;
  background: rgba(0, 0, 0, 0);
}
[data-controls=prev]:focus .svg-use-icon svg, [data-controls=prev]:hover .svg-use-icon svg,
[data-controls=next]:focus .svg-use-icon svg,
[data-controls=next]:hover .svg-use-icon svg {
  transform: translateX(0px);
}

@media screen and ((min-width: 37.5em)) {
  html.inner-layout body:not(.show-menu-bg) .website-header:before {
    content: "";
    position: absolute;
    z-index: -3;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and ((min-width: 37.5em)) {
  html.inner-layout .show-menu-bg .website-header:before {
    content: "";
    position: absolute;
    z-index: -3;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
html.is-custom-reveal-open .site-scrollbar {
  display: none;
}
html.summary-is-open .site-scrollbar {
  display: none;
}
@media screen and ((max-width: 37.4375em)) {
  html.summary-is-open .auth-modal {
    display: none;
  }
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open {
    overflow: hidden !important;
  }
}
html.summary-is-open:not(.form-is-open) .has-summary-nav .main-nav {
  visibility: hidden;
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open:not(.form-is-open) .has-summary-nav .main-nav {
    visibility: visible;
  }
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open:not(.form-is-open) .has-summary-nav .main-nav:before {
    bottom: 0;
  }
}
html.summary-is-open .website-header {
  position: absolute;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open .website-header {
    position: fixed;
    height: auto;
    min-height: auto;
    padding-bottom: 8px;
  }
}
html.summary-is-open .website-footer,
html.summary-is-open .enrollment-section,
html.summary-is-open .footer-information {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open .website-footer,
  html.summary-is-open .enrollment-section,
  html.summary-is-open .footer-information {
    display: block;
  }
}
@media screen and ((min-width: 37.5em)) {
  html.summary-is-open .summary-nav {
    background: transparent;
  }
}
@media screen and ((min-width: 64.0625em)) {
  html.summary-is-open .shopping-cart-button {
    display: none;
  }
}

body.way-down .has-summary-nav .website-header,
body.way-down .has-application-nav .website-header {
  transform: unset;
}

@media screen and ((min-width: 37.5em)) {
  body.show-menu-bg .has-summary-nav .website-header,
  body.show-menu-bg .has-application-nav .website-header {
    transform: unset;
    background: none;
  }
}
body.show-menu-bg .has-summary-nav .main-nav,
body.show-menu-bg .has-application-nav .main-nav {
  box-shadow: none;
  background: transparent;
}
@media screen and ((min-width: 37.5em)) {
  body.show-menu-bg .has-summary-nav .main-nav:before,
  body.show-menu-bg .has-application-nav .main-nav:before {
    content: none;
  }
}
body.show-menu-bg .has-summary-nav .summary-nav,
body.show-menu-bg .has-application-nav .summary-nav {
  background: transparent;
}

.website-content.has-summary-nav .website-header {
  backdrop-filter: none;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  height: 176px;
  position: absolute;
  top: 0;
}
@media screen and ((min-width: 37.5em)) {
  .website-content.has-summary-nav .website-header {
    position: fixed;
    height: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and ((max-width: 64em)) {
  .website-content.has-summary-nav .website-header {
    position: fixed;
    height: auto;
  }
}
.website-content.has-summary-nav .main-nav {
  background: white;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}
.website-content:not(.website-content.has-summary-nav) .website-header:before {
  content: none;
}

.summary-nav-select {
  z-index: 1001;
}
.summary-nav-select .select2-results__options {
  max-height: 156px !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav-select .select2-results__options {
    max-height: 234px !important;
  }
}
.summary-nav-select.select2-dropdown .nicescroll-rails {
  height: 142px !important;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav-select.select2-dropdown .nicescroll-rails {
    height: 213px !important;
  }
}

@media screen and ((min-width: 37.5em)) {
  .summary-nav {
    max-height: 85vh;
  }
}
@media (min-width: 37.5em) and (max-height: 600px) {
  .summary-nav {
    max-height: 80vh;
  }
}
.summary-nav.summary-is-hidden {
  box-shadow: 0px 4px 16px -4px rgba(56, 71, 80, 0.15);
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav.summary-is-hidden:before {
    content: "";
    position: absolute;
    z-index: -3;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-is-open .summary-nav {
    position: absolute;
    top: 0;
    z-index: 1004;
    outline: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-is-open .summary-nav .summary-user-profile {
    display: flex;
  }
}
.summary-is-open .summary-nav .summary-dropdown {
  display: block;
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and ((min-width: 37.5em)) {
  .summary-is-open .summary-nav .summary-dropdown {
    opacity: 1;
    visibility: visible;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and ((min-width: 75em)) {
  .summary-is-open .summary-nav .summary-dropdown {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 450px) and ((max-width: 64em)) {
  .summary-is-open .summary-nav .summary-dropdown {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-is-open .summary-nav .summary-dropdown {
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-is-open .summary-nav.summary-details-active .summary-tab-first {
    display: block;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-is-open .summary-nav.summary-details-active .summary-tab-first {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-is-open .summary-nav.summary-details-active .summary-tab-second {
    display: none;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-is-open .summary-nav.summary-details-active .summary-tab-second {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .summary-is-open .summary-nav.summary-details-active .summary-tab-second * {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
}
.summary-is-open .summary-nav.summary-details-active .summary-user-profile .svg-chevron {
  transform: rotate(180deg) scaleX(-1);
}
.summary-is-open .summary-nav.summary-details-active .summary-user-profile .svg-chevron svg {
  fill: url(#icon-gradient);
}
.summary-is-open .summary-nav.summary-details-active .summary-user-profile .icons-wrapper .svg-use-icon.active {
  opacity: 1;
}
.summary-is-open .summary-nav.summary-share-active .summary-tab-details .summary-dropdown-column {
  display: none;
}
@media screen and ((max-width: 37.4375em)) {
  .summary-is-open .summary-nav.summary-share-active .summary-tab-first {
    display: none;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-is-open .summary-nav.summary-share-active .summary-tab-first {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .summary-is-open .summary-nav.summary-share-active .summary-tab-first * {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-is-open .summary-nav.summary-share-active .summary-tab-second {
    display: block;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-is-open .summary-nav.summary-share-active .summary-tab-second {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
.summary-is-open .summary-nav.summary-share-active .button-share .svg-use-icon svg {
  fill: url(#icon-gradient);
}
.summary-is-open .summary-nav.summary-share-active .button-share .svg-share {
  display: none;
}
.summary-is-open .summary-nav.summary-share-active .button-share .svg-close-icon {
  display: block;
}
.summary-is-open .summary-nav.summary-share-active .button-share span {
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-share-active .summary-details.hide {
    visibility: visible;
    opacity: 1;
    height: initial;
  }
}
.summary-nav .summary-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 1rem 8px 1rem;
  height: auto;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-heading {
    height: 120px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-heading {
    height: 64px;
  }
}
@media screen and ((min-width: 75em)) {
  .summary-nav .summary-heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-heading {
    height: 96px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.summary-nav .summary-heading-mobile {
  margin-bottom: 24px;
  margin-top: 8px;
  text-align: center;
}
.summary-nav .summary-heading-mobile .button-close-summary {
  top: 24px;
  right: 16px;
  position: absolute;
}
.summary-nav .summary-heading-mobile .button-close-summary .svg-use-icon {
  width: 32px;
  height: 32px;
}
.summary-nav .summary-heading-mobile .button-close-summary .svg-use-icon svg {
  fill: #384750;
}
.summary-nav .summary-left {
  order: 2;
  margin: 4px 0;
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-left.hidden {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-left {
    margin: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-left {
    order: initial;
  }
}
.summary-nav .summary-middle {
  position: static;
  display: flex;
  justify-content: center;
  order: 1;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-middle {
    margin-bottom: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
  }
}
.summary-nav .summary-right {
  order: 3;
}
.summary-nav .summary-details-wrapper {
  display: block;
  /*&:hover {
      @include ins__text-gradient();
      .summary-details {
          li {
              color: transparent;
              .svg-use-icon {
                  &.active {
                      opacity: 1;
                  }
                  &.default {
                      opacity: 0;
                  }
              }
          }
      }
  }*/
}
.summary-nav .summary-details {
  display: flex;
  align-items: center;
  margin: 0;
}
.summary-nav .summary-details li {
  display: flex;
  align-items: center;
  margin-right: 16px;
  line-height: 24px;
  color: #617384;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-details li {
    margin-right: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}
.summary-nav .summary-details li:last-child {
  margin-right: 0;
}
.summary-nav .summary-details li .icons {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.summary-nav .summary-details li .icons .svg-use-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-details li .icons .svg-use-icon {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
}
.summary-nav .summary-details li .icons .svg-use-icon.active {
  position: absolute;
  opacity: 0;
}
.summary-nav .summary-details li .icons svg {
  fill: #384750;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-details.hide {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.summary-nav .summary-user-profile {
  display: flex;
  align-items: center;
}
@media (pointer: fine) and (hover: hover) {
  .summary-nav .summary-user-profile:hover .icons-wrapper .svg-use-icon.active {
    opacity: 1;
  }
  .summary-nav .summary-user-profile:hover .svg-chevron svg {
    fill: url(#icon-gradient);
  }
}
.summary-nav .summary-user-profile .title {
  margin-right: 8px;
  margin-left: 6px;
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-user-profile .title {
    margin-right: 12px;
    margin-left: 9px;
    font-size: 21px;
    line-height: 30px;
  }
}
.summary-nav .summary-user-profile .icons-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-user-profile .icons-wrapper {
    width: 48px;
    height: 48px;
  }
}
.summary-nav .summary-user-profile .icons-wrapper .svg-use-icon {
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
  cursor: pointer;
}
.summary-nav .summary-user-profile .icons-wrapper .svg-use-icon.active {
  left: 0;
  position: absolute;
  opacity: 0;
}
.summary-nav .summary-user-profile .svg-chevron {
  width: 24px;
  height: 24px;
  transition: none;
}
.summary-nav .summary-user-profile .svg-chevron svg {
  fill: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-user-profile .svg-chevron {
    width: 36px;
    height: 36px;
  }
}
.summary-nav .summary-banner:not(.banner-carousel) {
  display: flex;
  align-items: center;
  gap: 16px;
}
.summary-nav .summary-banner:not(.banner-carousel) .title {
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-banner:not(.banner-carousel) .title {
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-banner:not(.banner-carousel) .title {
    max-width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-banner:not(.banner-carousel) .title {
    max-width: 487.5px;
    font-size: 27px;
    line-height: 42px;
    margin-right: 24px;
  }
}
.summary-nav .summary-banner:not(.banner-carousel) .svg-use-icon {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-banner:not(.banner-carousel) .svg-use-icon {
    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-banner:not(.banner-carousel) .svg-use-icon {
    width: 72px;
    height: 72px;
    margin-right: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .summary-banner:not(.banner-carousel) {
    min-width: 530px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-banner:not(.banner-carousel) {
    min-width: 795px;
  }
}
.summary-nav .button-share {
  display: flex;
  align-items: center;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  color: #384750;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .button-share {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .button-share {
    font-size: 24px;
    line-height: 36px;
  }
}
.summary-nav .button-share .svg-use-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 12px;
}
.summary-nav .button-share .svg-use-icon svg {
  fill: #384750;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .button-share .svg-use-icon {
    width: 36px;
    height: 36px;
    margin-left: 15px;
    margin-right: 18px;
  }
}
.summary-nav .button-share .svg-close-icon {
  display: none;
}
@media (pointer: fine) and (hover: hover) {
  .summary-nav .button-share:hover span {
    background-color: #384750;
    background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
    background-clip: text;
    color: transparent;
  }
  .summary-nav .button-share:hover .svg-use-icon svg {
    fill: url(#icon-gradient);
  }
}
.summary-nav .summary-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-dropdown {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-dropdown {
    max-width: 2160px;
  }
}
.summary-nav .summary-dropdown .button-add-more {
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-dropdown .button-add-more {
    font-size: 24px;
    line-height: 36px;
  }
}
.summary-nav .summary-dropdown-container {
  display: grid;
  gap: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-dropdown-container {
    gap: 36px;
  }
}
.summary-nav .summary-dropdown-container.two-columns {
  grid-template-columns: repeat(2, calc(50% - 12px));
}
@media screen and ((max-width: 37.4375em)) {
  .summary-nav .summary-dropdown-container.two-columns {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.summary-nav .summary-dropdown-container.three-columns {
  grid-template-columns: 316px 1fr 316px;
  justify-content: space-between;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-dropdown-container.three-columns {
    display: block;
    grid-template-columns: unset;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-dropdown-container.three-columns {
    grid-template-columns: 474px 1fr 474px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-tab-first,
  .summary-nav .summary-tab-second {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 200ms 0.05s ease-in;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-nav .summary-tab-share .myself-wrapper .buttons-wrapper .button,
  .summary-nav .summary-tab-share .someone-else-wrapper .buttons-wrapper .button {
    margin: 0;
    padding: 16px;
    min-width: 100%;
  }
}
.summary-nav .summary-tab-share .get-assistance-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  height: 100%;
  margin: 0 auto;
}
.summary-nav .summary-tab-share .get-assistance-wrapper .buttons-wrapper {
  gap: 8px;
  margin-top: auto;
}
.summary-nav .summary-tab-share .get-assistance-wrapper .form-field {
  cursor: text;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .get-assistance-wrapper {
    max-width: 348px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .get-assistance-wrapper {
    max-width: 660px;
  }
}
.summary-nav .summary-tab-share .form-container {
  max-width: 432px;
  margin: 0 auto;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .summary-tab-share .form-container {
    max-width: 491px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-container {
    max-width: 736.5px;
  }
}
.summary-nav .summary-tab-share .form-container > .buttons-wrapper {
  gap: 8px;
  flex-wrap: nowrap;
  margin: 40px auto 0;
}
.summary-nav .summary-tab-share .form-container > .buttons-wrapper .button {
  min-width: calc(50% - 4px);
}
.summary-nav .summary-tab-share .form-title {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .form-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-nav .summary-tab-share .form-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 42px;
  }
}
.summary-nav .summary-tab-share .form-heading {
  display: block;
  text-align: center;
}
.summary-nav .summary-tab-share .form-group {
  display: grid;
  grid-template-columns: 168px 1fr;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .form-group {
    display: block;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-group {
    grid-template-columns: 252px 1fr;
  }
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .form-element-radio .options-wrapper {
    gap: 24px;
  }
  .summary-nav .summary-tab-share .form-element-radio .option-label {
    padding: 0;
    box-shadow: none;
  }
  .summary-nav .summary-tab-share .form-element-radio .option-label:before, .summary-nav .summary-tab-share .form-element-radio .option-label:after {
    display: none;
  }
}
.summary-nav .summary-tab-share .form-checkbox-wrapper {
  margin-right: 17px;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .form-checkbox-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-checkbox-wrapper {
    margin-right: 25.5px;
  }
}
.summary-nav .summary-tab-share .form-checkbox-wrapper .option-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.summary-nav .summary-tab-share .form-checkbox-wrapper .option-label .title {
  text-transform: initial;
  font-size: 16px;
  line-height: 24px;
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-checkbox-wrapper .option-label .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .form-checkbox-wrapper .option-label {
    gap: 8px 1.5;
  }
}
.summary-nav .summary-tab-share .radio-element-send-to {
  margin-bottom: 24px;
}
.summary-nav .summary-tab-share .radio-element-send-to .options-wrapper {
  justify-content: center;
}
@media screen and ((max-width: 64em)) {
  .summary-nav .summary-tab-share .radio-element-send-to .options-wrapper .option {
    display: inline-block;
    max-width: initial;
    width: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .summary-tab-share .radio-element-send-to {
    margin-bottom: 36px;
  }
}
@media screen and ((max-width: 64em)) {
  .summary-nav .two-cols-tablet {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .summary-nav .two-cols-tablet > div:nth-child(odd) {
    padding-right: 28px;
  }
  .summary-nav .two-cols-tablet > div:nth-child(even) {
    padding-left: 28px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .summary-nav .two-cols-tablet {
    margin-bottom: 18px;
  }
  .summary-nav .two-cols-tablet > div:nth-child(odd) {
    padding-right: 12px;
  }
  .summary-nav .two-cols-tablet > div:nth-child(even) {
    padding-left: 12px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .summary-nav .two-cols-tablet {
    grid-template-columns: unset;
  }
  .summary-nav .two-cols-tablet > div:nth-child(odd) {
    padding-right: 0;
  }
  .summary-nav .two-cols-tablet > div:nth-child(even) {
    padding-left: 0;
  }
}
.summary-nav .two-cols-tablet > div.full-width-tablet {
  grid-column: 1;
  padding-left: 0;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .two-cols-tablet > div.full-width-tablet {
    grid-column: 1/span 2;
  }
}
.summary-nav .dropdown-covered-members {
  margin: 0 auto;
  max-width: 432px;
  width: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .dropdown-covered-members {
    max-width: 648px;
  }
}
@media screen and ((max-width: 64em)) {
  .summary-nav .dropdown-covered-members {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.summary-nav .dropdown-covered-members .users-list-badges {
  justify-content: flex-start;
  margin-bottom: 22px;
}
@media screen and ((min-width: 37.5em)) {
  .summary-nav .dropdown-covered-members .users-list-badges {
    margin-bottom: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .summary-nav .dropdown-covered-members .users-list-badges {
    gap: 22px 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .dropdown-covered-members .users-list-badges {
    margin-bottom: 60px;
  }
}
@media screen and ((max-width: 64em)) {
  .summary-nav .dropdown-covered-members .form-container {
    max-width: 100%;
    margin-inline: unset;
  }
}
.summary-nav .dropdown-usage-details .form-element-range {
  margin-bottom: 28px;
}
.summary-nav .dropdown-usage-details .form-element-range:last-child {
  margin-bottom: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .summary-nav .dropdown-usage-details .form-element-range:last-child {
    margin-bottom: 30px;
  }
}

.auth-form-container h1 {
  margin-bottom: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .auth-form-container h1 {
    margin-bottom: 60px;
  }
}
.auth-form-container form {
  padding: 40px 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .auth-form-container form {
    padding: 60px 0;
  }
}
.auth-form-container .animation {
  transition: all 300ms ease-in-out;
}
.auth-form-container .animation.fade-out-right {
  opacity: 0;
  transform: translateX(100px);
}
.auth-form-container .animation.fade-out-left {
  opacity: 0;
  transform: translateX(-100px);
}
.auth-form-container .buttons-wrapper {
  margin-top: 40px;
}
.auth-form-container .buttons-wrapper .button-next {
  order: initial;
}

.auth-modal .form-caption-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .auth-modal .form-caption-title {
    font-size: 21px;
    line-height: 30px;
    margin-top: 12px;
  }
}
.auth-modal .form-caption-title .caption-gradient {
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .auth-modal .form-caption-title .caption-gradient {
    line-height: 30px;
  }
}

.form-checkbox-wrapper label {
  color: #384750;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  display: flex;
  gap: 10px;
}
.form-checkbox-wrapper label a {
  color: #384750;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.otp-container {
  margin: 0 auto;
}

.auth-modal {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: auto;
  top: 0;
  left: 100%;
  will-change: left;
  transition: left 600ms ease;
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .auth-modal {
    position: absolute;
  }
}
body.auth-modal-open .auth-modal {
  left: 0px;
}
.auth-modal .close-button {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
}
.auth-modal .close-button .svg-use-icon {
  height: 32px;
}
.auth-modal .close-button .svg-use-icon svg {
  fill: #384750;
}
.auth-modal .buttons-wrapper {
  margin-top: 40px;
}
.auth-modal h1 {
  margin-bottom: 40px;
}
@media screen and ((min-width: 48em)) {
  .auth-modal h1 {
    margin-bottom: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .auth-modal h1 {
    margin-bottom: 72px;
  }
}

.auth-footer .banner-container {
  display: none;
}

.menu-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -12px;
  padding: 4px;
}
@media screen and ((min-width: 37.5em)) {
  .menu-dropdown {
    padding: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown {
    padding: 12px;
  }
}
.menu-dropdown.active {
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.15);
}
.menu-dropdown.active:after {
  content: "";
  bottom: -18px;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown.active:after {
    height: 39px;
    bottom: -27px;
  }
}
.menu-dropdown.active:before {
  content: "";
  background-image: url("../img/ins/icons/outer-border.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-right: 0;
  left: -8px;
  bottom: -1px;
  width: 8px;
  height: 8px;
  z-index: 2;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown.active:before {
    left: -12px;
    width: 12px;
    height: 12px;
  }
}
.menu-dropdown.active .nav-menu {
  display: flex;
}
.menu-dropdown.active .icons-wrapper .svg-use-icon.active {
  opacity: 1;
}
.menu-dropdown .icons-wrapper {
  position: relative;
  cursor: pointer;
  margin-top: -12px;
}
.menu-dropdown .icons-wrapper:hover .svg-use-icon.active {
  opacity: 1;
}
.menu-dropdown .icons-wrapper .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown .icons-wrapper .svg-use-icon {
    width: 48px;
    height: 48px;
  }
}
.menu-dropdown .icons-wrapper .svg-use-icon.active {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.menu-dropdown .nav-menu {
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
  height: auto;
  align-items: flex-end;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.15);
  padding: 24px 16px;
  gap: 28px;
}
@media screen and ((min-width: 37.5em)) {
  .menu-dropdown .nav-menu {
    padding: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown .nav-menu {
    padding: 36px;
    gap: 42px;
  }
}
.menu-dropdown .nav-menu .nav-link {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .menu-dropdown .nav-menu .nav-link {
    font-size: 27px;
    line-height: 36px;
  }
}
.menu-dropdown.reversed::after {
  bottom: auto;
  top: -18px;
}
.menu-dropdown.reversed::before {
  bottom: auto;
  top: -1px;
  transform: rotate(270deg);
}
.menu-dropdown.reversed .nav-menu {
  top: auto;
  box-shadow: 0px -4px 16px rgba(56, 71, 80, 0.15);
}
.menu-dropdown.reversed.sm .nav-menu {
  bottom: 49px;
}
.menu-dropdown.reversed.md .nav-menu {
  bottom: 41px;
}
@media screen and ((min-width: 37.5em)) {
  .menu-dropdown.reversed.md .nav-menu {
    bottom: 57px;
  }
}

.main-nav .user-menu-dropdown,
.mobile-nav .user-menu-dropdown {
  margin-bottom: 0;
}
.main-nav .user-menu-dropdown.nav-menu,
.mobile-nav .user-menu-dropdown.nav-menu {
  display: none;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  right: -6px;
  align-items: flex-end;
  background-color: #ffffff;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.15);
  padding: 24px 16px;
  gap: 16px;
}
@media screen and ((min-width: 48em)) {
  .main-nav .user-menu-dropdown.nav-menu,
  .mobile-nav .user-menu-dropdown.nav-menu {
    padding: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .main-nav .user-menu-dropdown.nav-menu,
  .mobile-nav .user-menu-dropdown.nav-menu {
    right: -10px;
  }
}
.main-nav .user-menu-dropdown.nav-menu .nav-link,
.mobile-nav .user-menu-dropdown.nav-menu .nav-link {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.main-nav .user-menu-dropdown.active,
.mobile-nav .user-menu-dropdown.active {
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.15);
}
.main-nav .user-menu-dropdown.active.nav-menu,
.mobile-nav .user-menu-dropdown.active.nav-menu {
  display: flex;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}
.main-nav .avatar-initials-wrapper,
.mobile-nav .avatar-initials-wrapper {
  position: relative;
  z-index: 10;
}
.main-nav .avatar-initials-wrapper:after,
.mobile-nav .avatar-initials-wrapper:after {
  transition: background 600ms ease-out;
}
.main-nav .avatar-initials-wrapper.active:after,
.mobile-nav .avatar-initials-wrapper.active:after {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  clip-path: inset(-10px -10px 0px -10px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .main-nav .avatar-initials-wrapper.active:after,
  .mobile-nav .avatar-initials-wrapper.active:after {
    clip-path: inset(-10px -10px 6px -10px);
  }
}

.inner-layout .main-nav .user-menu-dropdown,
.inner-layout .mobile-nav .user-menu-dropdown {
  margin-bottom: 0;
}
.inner-layout .main-nav .user-menu-dropdown.nav-menu,
.inner-layout .mobile-nav .user-menu-dropdown.nav-menu {
  position: absolute;
}
@media screen and ((min-width: 48em)) {
  .inner-layout .main-nav .user-menu-dropdown.nav-menu,
  .inner-layout .mobile-nav .user-menu-dropdown.nav-menu {
    padding: 24px;
  }
}
.inner-layout .avatar-initials-wrapper.active {
  overflow: unset;
}

.plan-dashboard-controls .menu-dropdown {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  border-spacing: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  overflow: hidden;
}
table thead {
  background-color: #e6ebf2;
  text-align: left;
}
table thead th {
  padding: 12px 16px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  table thead th {
    padding: 18px 24px;
    font-size: 27px;
    line-height: 36px;
  }
}
table tbody td {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  table tbody td {
    padding: 15px 24px;
    font-size: 21px;
    line-height: 30px;
  }
}
table tbody td.w192 {
  width: 192px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  table tbody td.w192 {
    width: 288px;
  }
}
@media screen and ((min-width: 37.5em)) {
  table tbody td.maw190 {
    max-width: 190px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  table tbody td.maw190 {
    max-width: 285px;
  }
}
@media screen and ((min-width: 37.5em)) {
  table tbody td.maw294 {
    max-width: 294px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  table tbody td.maw294 {
    max-width: 441px;
  }
}
table .row-head {
  background-color: #f1f4f9;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  table .row-head {
    font-size: 21px;
    line-height: 30px;
  }
}
table tfoot {
  background-color: #fafcff;
}
table tfoot td {
  padding: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  table tfoot td {
    padding: 24px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  table tfoot .button {
    width: 100%;
    min-width: 100%;
  }
}
table .action-controls {
  justify-content: flex-end;
}

.table-container {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}

.table-row .svg-use-icon,
.table-column .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media screen and ((min-width: 64.0625em)) {
  .table-row .svg-use-icon,
  .table-column .svg-use-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row .svg-use-icon,
  .table-column .svg-use-icon {
    width: 60px;
    height: 60px;
  }
}

.table-row {
  display: flex;
  position: relative;
}
.table-row:first-child {
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.table-row:first-child .table-cell {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.table-row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.table-row.table-row-total {
  background-color: #fafcff;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .table-row.table-row-total {
    gap: 24px;
    align-items: baseline;
    justify-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row.table-row-total {
    padding: 36px;
  }
}
.table-row.table-row-total .info-wrapper {
  max-width: 180px;
  width: 100%;
  text-align: right;
}
@media screen and ((min-width: 37.5em)) {
  .table-row.table-row-total .info-wrapper {
    text-align: left;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row.table-row-total .info-wrapper {
    max-width: 270px;
  }
}
.table-row.table-row-total .average-cost {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row.table-row-total .average-cost {
    font-size: 24px;
    line-height: 36px;
  }
}
.table-row.table-row-total .info {
  font-size: 12px;
  line-height: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row.table-row-total .info {
    font-size: 18px;
    line-height: 24px;
  }
}
.table-row.table-row-dark:first-child {
  background-image: none;
  background-color: #384750;
}
.table-row .icons-wrapper {
  margin-left: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row .icons-wrapper {
    margin-left: 6px;
  }
}
.table-row .icons-wrapper .svg-use-icon {
  height: 20px;
  width: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row .icons-wrapper .svg-use-icon {
    height: 30px;
    width: 30px;
  }
}
.table-row .icons-wrapper .svg-use-icon svg {
  fill: #ffffff;
}
.table-row .table-cell {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: left;
}
@media screen and ((min-width: 37.5em)) {
  .table-row .table-cell {
    padding: 12px 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row .table-cell {
    font-size: 24px;
    line-height: 36px;
    padding: 18px 24px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-row .table-cell:first-child {
    flex: auto;
  }
}
.table-row .table-cell:last-child {
  border-right: none;
  flex-grow: 1;
  text-align: right;
}
@media screen and ((min-width: 37.5em)) {
  .table-row .table-cell:last-child {
    text-align: left;
  }
}
.table-row .table-cell .count {
  display: inline-block;
  min-width: 24px;
  margin-right: 4px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-row .table-cell .count {
    min-width: 36px;
    margin-right: 6px;
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) {
  .table-row:not(.no-hover):hover:after {
    content: none;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: -20px;
    background: rgba(242, 245, 249, 0.7);
    z-index: 1;
    border: 1px solid #ffffff;
    border-radius: 8px;
    backdrop-filter: blur(16px);
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and ((min-width: 48em)) {
  .table-row:not(.no-hover):hover:after {
    content: "";
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and (min-width: 240em) and (min-height: 1900px) {
  .table-row:not(.no-hover):hover:after {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and ((min-width: 48em)) {
  .table-row:not(.no-hover):hover .table-cell {
    z-index: 2;
    position: relative;
  }
}

.table-group-column:last-child .table-column:last-child .table-cell.cell-footer {
  border-bottom-right-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-group-column:last-child .table-column:last-child .table-cell.cell-footer {
    border-bottom-right-radius: 12px;
  }
}

.table-column .table-cell {
  padding: 8px 4px 4px 4px;
  background-color: #ffffff;
}
@media screen and ((min-width: 48em)) {
  .table-column .table-cell {
    padding: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-column .table-cell {
    padding: 12px;
  }
}
.table-column .table-cell:first-child {
  color: #ffffff;
}
.table-column .table-cell:last-child {
  background-color: #e6ebf2;
}
.table-column .table-cell.cell-heading {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.table-column .table-cell .cell-content {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-column .table-cell .cell-content {
    font-size: 24px;
    line-height: 36px;
  }
}
.table-column .table-cell.background-col-green-100 {
  background-color: #b0ffe2 !important;
}
.table-column .table-cell.background-col-red-100 {
  background-color: #ffb5c7 !important;
}
.table-column .table-cell.background-col-yellow-100 {
  background-color: #ffeec3 !important;
}
.table-column .heading {
  font-size: 18px;
  line-height: 24px;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media screen and ((min-width: 64.0625em)) {
  .table-column .heading {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-column .heading {
    font-size: 42px;
    line-height: 60px;
  }
}
.table-column .sub-heading {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-left: -16px;
  margin-right: -16px;
  white-space: nowrap;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-column .sub-heading {
    font-size: 18px;
    line-height: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.table-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-nav-wrapper .label {
  font-size: 14px;
  line-height: 20px;
  color: #617384;
  font-style: italic;
  flex-basis: 100%;
}
.table-nav-wrapper .points {
  justify-content: flex-end;
}

.shell {
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  width: 100%;
  max-width: 2254px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shell {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 3381px;
  }
}
.shell.section-inner h1 {
  margin-bottom: 0;
}
.shell .title-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding-inline: 24px;
  gap: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .shell .title-container {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .shell .title-container {
    padding-inline: 36px;
    gap: 36px;
  }
}
.shell .title-container .button {
  min-width: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .shell .title-container .button {
    min-width: 96px;
  }
}

.table-affordable-plan {
  width: 100%;
  text-align: center;
}
.table-affordable-plan .table-container {
  max-width: 726px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-affordable-plan .table-container {
    max-width: 1089px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .table-affordable-plan .table-cell:first-child {
    min-width: 214px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-affordable-plan .table-cell:first-child {
    min-width: 321px;
  }
}
.table-affordable-plan .table-cell:not(:first-child):not(:last-child) {
  display: none;
}
@media screen and ((min-width: 37.5em)) {
  .table-affordable-plan .table-cell:not(:first-child):not(:last-child) {
    width: 20%;
    display: block;
  }
}

.table-eligible-for .table-container {
  max-width: 519px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-eligible-for .table-container {
    max-width: 778.5px;
  }
}
.table-eligible-for .table-row {
  display: grid;
  grid-template-columns: 263px 1fr 1fr;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-eligible-for .table-row {
    grid-template-columns: 394.5px 1fr 1fr;
  }
}
.table-eligible-for .table-row:first-of-type .table-cell {
  height: auto;
}
.table-eligible-for .table-row .table-cell {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-eligible-for .table-row .table-cell {
    font-size: 24px;
    height: 132px;
    padding: 24px 12px;
  }
}
.table-eligible-for .table-row .table-cell:first-of-type {
  padding-left: 24px;
  justify-content: flex-start;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-eligible-for .table-row .table-cell:first-of-type {
    padding-left: 36px;
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) {
  .table-eligible-for .table-row:not(.no-hover):hover:after {
    width: calc(100% + 16px);
    left: -8px;
  }
}

.table-supplemental-plans {
  margin: 0 auto;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans {
    max-width: 1128px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans {
    max-width: 1692px;
  }
}
.table-supplemental-plans .table-container {
  display: grid;
  grid-template-columns: 171px minmax(156px, 100%);
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .table-supplemental-plans .table-container {
    grid-template-columns: 186px minmax(372px, 100%);
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container {
    grid-template-columns: minmax(186px, 262px) auto;
    overflow: visible;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container {
    grid-template-columns: minmax(279px, 393px) auto;
  }
}
.table-supplemental-plans .table-container .tns-outer {
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.table-supplemental-plans .table-container .table-group-column {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, minmax(52px, 100%));
}
@media screen and ((min-width: 37.5em)) {
  .table-supplemental-plans .table-container .table-group-column {
    grid-template-columns: repeat(3, minmax(62px, 100%));
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-group-column {
    grid-template-columns: repeat(3, minmax(60px, 97px));
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-group-column {
    grid-template-columns: repeat(3, minmax(90px, 145.5px));
  }
}
.table-supplemental-plans .table-container .table-scroll-container {
  display: flex;
  overflow: hidden;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-scroll-container {
    overflow: visible;
  }
}
.table-supplemental-plans .table-container .table-scroll-container .table-cell {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-supplemental-plans .table-container .header-gradient {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .header-gradient {
    padding: 18px 0;
  }
}
.table-supplemental-plans .table-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container:before {
    height: 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container:before {
    height: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container:before {
    height: 120px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.table-supplemental-plans .table-container .table-column {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-basis: 100%;
}
.table-supplemental-plans .table-container .table-column.static-column:before {
  content: "";
  top: 56px;
  right: -2px;
  position: absolute;
  z-index: 1;
  display: block;
  width: 2px;
  height: calc(100% - 56px);
  background-color: #e6ebf2;
  mix-blend-mode: multiply;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.static-column:before {
    display: none;
  }
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell:not(.cell-heading) {
  background-color: #f1f4f9;
  padding-right: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell:not(.cell-heading) {
    margin-left: 0;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell:not(.cell-heading) {
    border-right: 1px solid #d0d4da;
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell:not(.cell-heading) {
    background-color: #ffffff;
    padding-right: 4px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell:not(.cell-heading) {
    padding-right: 6px;
  }
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-heading {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-heading {
    border-top-left-radius: 12px;
  }
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
  top: 0;
  left: 0;
  position: absolute;
  background-size: calc(100vw - 32px);
}
@media screen and ((min-width: 37.5em)) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-heading:before {
    background-size: calc(100vw - 48px);
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-heading:before {
    display: none;
  }
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-footer {
  flex-basis: 100%;
  background-color: #e6ebf2;
  border-bottom-left-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-footer {
    border-bottom-left-radius: 12px;
  }
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell.cell-footer .cell-content {
  margin-bottom: auto;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell .cell-content {
  justify-content: end;
  max-width: 190px;
  width: 100%;
  margin-right: auto;
  text-align: right;
  font-size: 16px;
}
.table-supplemental-plans .table-container .table-column.static-column .table-cell .cell-content .plan-tooltip {
  margin-left: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column.static-column .table-cell .cell-content {
    max-width: 277.5px;
    font-size: 24px;
  }
}
.table-supplemental-plans .table-container .table-column .table-cell .cell-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  font-size: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column .table-cell .cell-content {
    min-height: 40px;
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column .table-cell .cell-content {
    min-height: 60px;
    font-size: 27px;
  }
}
.table-supplemental-plans .table-container .table-column .table-cell.cell-heading {
  min-height: 56px;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column .table-cell.cell-heading {
    min-height: 64px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column .table-cell.cell-heading {
    min-height: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column .table-cell.cell-heading {
    min-height: 120px;
  }
}
.table-supplemental-plans .table-container .table-column .table-cell.cell-footer .cell-content {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column .table-cell.cell-footer .cell-content {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column .table-cell.cell-footer .cell-content {
    font-size: 27px;
  }
}
.table-supplemental-plans .table-container .table-column .table-cell:last-child {
  padding-bottom: 20px;
  background-color: #f1f4f9;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column .table-cell:last-child {
    background-color: #e6ebf2;
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column .table-cell:last-child {
    padding-top: 12px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column .table-cell:last-child {
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column .table-cell:last-child {
    padding-top: 24px;
    padding-bottom: 27px;
  }
}
.table-supplemental-plans .table-container .table-column .table-cell:last-child .cell-content {
  display: block;
}
.table-supplemental-plans .table-container .table-column .table-cell .checkbox-wrapper {
  margin-top: 14px;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column .table-cell .checkbox-wrapper {
    margin-top: 23px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column .table-cell .checkbox-wrapper {
    margin-top: 28px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column .table-cell .checkbox-wrapper {
    margin-top: 42px;
  }
}
.table-supplemental-plans .table-container .table-column.selected:before {
  content: "";
  width: 100%;
  height: calc(100% - 52px);
  left: 0;
  position: absolute;
  top: 56px;
  background-color: #e6ebf2;
  mix-blend-mode: multiply;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.selected:before {
    top: 64px;
    height: calc(100% - 64px);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .table-column.selected:before {
    top: 80px;
    height: calc(100% - 80px);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column.selected:before {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.selected .cell-content {
    z-index: 2;
    position: relative;
  }
}
.table-supplemental-plans .table-container .table-column:not(.static-column) .cell-content {
  position: relative;
  z-index: 2;
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) {
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover:after {
    content: none;
    width: calc(100% + 8px);
    height: calc(100% + 44px);
    position: absolute;
    top: -22px;
    left: -4px;
    z-index: 1;
    background: rgba(242, 245, 249, 0.7);
    border: 1px solid #ffffff;
    border-radius: 8px;
    backdrop-filter: blur(16px);
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover:after {
    content: "";
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and (min-width: 240em) and (min-height: 1900px) {
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 66px);
    top: -33px;
    left: -6px;
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover .table-cell .heading,
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover .table-cell .sub-heading {
    z-index: 2;
    position: relative;
  }
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) {
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover .table-cell.cell-heading .heading,
  .table-supplemental-plans .table-container .table-column:not(.no-hover, .selected):hover .table-cell.cell-heading .sub-heading {
    color: #384750;
  }
}
.table-supplemental-plans .table-container .table-column.transparent-footer.static-column .table-cell:last-child {
  background-color: #f1f4f9;
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .table-column.transparent-footer.static-column .table-cell:last-child {
    background-color: transparent;
  }
}
.table-supplemental-plans .table-container .table-column.transparent-footer:not(.static-column) .table-cell:last-child {
  background-color: transparent;
}
.table-supplemental-plans .table-container .sub-heading-long {
  display: none;
}
@media screen and ((min-width: 24.375em)) {
  .table-supplemental-plans .table-container .sub-heading-long {
    display: block;
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .sub-heading-long {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .sub-heading-long {
    display: block;
  }
}
@media screen and ((min-width: 24.375em)) {
  .table-supplemental-plans .table-container .sub-heading-short {
    display: none;
  }
}
@media screen and ((min-width: 48em)) {
  .table-supplemental-plans .table-container .sub-heading-short {
    display: block;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table-supplemental-plans .table-container .sub-heading-short {
    display: none;
  }
}

.article-table .table-container {
  display: grid;
  grid-template-columns: minmax(100px, auto) 1fr;
  overflow: visible;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .article-table .table-container {
    grid-template-columns: minmax(150px, auto) 1fr;
  }
}
.article-table .table-container:before {
  display: none;
}
.article-table .table-container .table-scroll-container {
  display: flex;
}
@media screen and ((min-width: 48em)) {
  .article-table .table-container .table-scroll-container {
    display: grid;
  }
}
.article-table .table-container .table-scroll-container[data-group-columns="2"] {
  grid-template-columns: 1fr 1fr;
}
.article-table .table-container .table-scroll-container[data-group-columns="3"] {
  grid-template-columns: 1fr 1fr 1fr;
}
.article-table .table-container .table-scroll-container[data-group-columns="4"] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.article-table .table-container .table-scroll-container .table-group-column[data-group-columns="1"] {
  grid-template-columns: 1fr;
}
.article-table .table-container .table-scroll-container .table-group-column[data-group-columns="2"] {
  grid-template-columns: 1fr 1fr;
}
.article-table .table-container .table-scroll-container .table-group-column[data-group-columns="3"] {
  grid-template-columns: 1fr 1fr 1fr;
}
.article-table .table-container .table-scroll-container .table-group-column[data-group-columns="4"] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.article-table .table-container .table-column.static-column .table-cell {
  padding: 12px 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .article-table .table-container .table-column.static-column .table-cell {
    padding: 18px 24px;
  }
}
.article-table .table-container .table-column.static-column .table-cell.cell-heading {
  min-height: auto;
  overflow: unset;
}
@media screen and ((min-width: 64.0625em)) {
  .article-table .table-container .table-column.static-column .table-cell.cell-heading {
    min-height: auto;
  }
}
.article-table .table-container .table-column.static-column .table-cell.cell-heading:before {
  content: none;
}
.article-table .table-container .table-column.static-column .table-cell .cell-content {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  justify-content: start;
  text-align: left;
}
@media screen and ((max-width: 47.9375em)) {
  .article-table .table-container .table-column.static-column .table-cell .cell-content {
    max-width: 100px;
  }
}
.article-table .table-container .table-column.static-column .table-cell .cell-content.block {
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
}
.article-table .table-container .table-column.static-column.lato-regular .cell-content {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.article-table .table-container .table-column.static-column.lato-regular .table-cell.cell-footer .cell-content {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media screen and ((max-width: 47.9375em)) {
  .article-table .table-container .table-column.static-column.tablet-maw135 .cell-content {
    max-width: 135px;
  }
}
.article-table .table-container .table-column:not(.static-column) .table-cell {
  padding: 12px 16px;
}
@media screen and ((min-width: 48em)) {
  .article-table .table-container .table-column:not(.static-column) .table-cell {
    padding: 12px 16px 12px 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .article-table .table-container .table-column:not(.static-column) .table-cell {
    padding: 18px 24px 18px 12px;
  }
}
.article-table .table-container .table-column .table-cell.cell-heading {
  min-height: auto;
}
.article-table .table-container .table-column .table-cell.cell-heading .cell-content {
  justify-content: start;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.article-table .table-container .table-column .table-cell .cell-content {
  min-height: auto;
  text-align: left;
  align-items: baseline;
  justify-content: start;
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .article-table .table-container .table-column .table-cell .cell-content {
    font-size: 24px;
  }
}
.article-table .table-container .table-column .table-cell .cell-content > p {
  word-break: break-word;
}
.article-table .table-container .table-column .table-cell .cell-content.block {
  display: block;
}
.article-table .table-container .table-column .table-cell.cell-footer {
  height: 100%;
}
.article-table .table-container .table-column .table-cell.cell-footer .cell-content {
  text-align: left;
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .article-table .table-container .table-column .table-cell.cell-footer .cell-content {
    font-size: 24px;
  }
}

.article-table-simple .table-container {
  max-width: 100%;
}
.article-table-simple .table-cell {
  width: 50%;
}
@media screen and ((max-width: 37.4375em)) {
  .article-table-simple .table-cell:first-child {
    flex: none;
  }
}
.article-table-simple .table-cell:last-child {
  text-align: left;
}

.table-agent-container {
  margin-bottom: 40px;
  padding: 24px;
  overflow-y: visible;
  overflow-x: auto;
  box-shadow: none;
  background-color: transparent;
  min-height: 500px;
}
@media screen and ((min-width: 37.5em)) {
  .table-agent-container {
    padding-top: 40px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-agent-container .plan-clones {
    position: relative;
    z-index: 9999;
  }
}
.table-agent-container .plan-clones .plan-tooltip-container .plans-tooltip-table-preview .row .cell:first-child {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.table-agent-container .plan-clones .plan-tooltip-container .plans-tooltip-table-preview .row .cell:nth-child(2) {
  width: auto !important;
}
.table-agent-container .table__filters {
  position: relative;
  padding-bottom: 29px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent-container .table__filters {
    padding-bottom: 43.5px;
  }
}
.table-agent-container .table__filters .table__filter {
  position: absolute;
  top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s;
  gap: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  will-change: width, left;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent-container .table__filters .table__filter {
    top: -6px;
    gap: 6px;
    padding-bottom: 6px;
  }
}
.table-agent-container .table__filters .table__filter .expand-icons {
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent-container .table__filters .table__filter .expand-icons {
    width: 36px;
    height: 36px;
  }
}
.table-agent-container .table__filters .table__filter .expand-icons .svg-use-icon {
  position: absolute;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.table-agent-container .table__filters .table__filter .expand-icons .svg-use-icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent-container .table__filters .table__filter .expand-icons .svg-use-icon svg {
    width: 36px;
    height: 36px;
  }
}
.table-agent-container .table__filters .table__filter .expand-icons .svg-use-icon.active {
  opacity: 0;
}
.table-agent-container .table__filters .table__filter .expand-icons .plus {
  display: none;
}
.table-agent-container .table__filters .table__filter:hover .svg-use-icon.default {
  opacity: 0;
}
.table-agent-container .table__filters .table__filter:hover .svg-use-icon.active {
  opacity: 1;
}
.table-agent-container .table__filters .table__filter .before,
.table-agent-container .table__filters .table__filter .after {
  flex: 1;
  border-top: 1px solid #8296a9;
}
.table-agent-container .table__filters .table__filter .table__btn {
  position: relative;
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background-color: #384750;
  background-image: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  background-clip: text;
  color: transparent;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent-container .table__filters .table__filter .table__btn {
    padding: 3px 0;
    font-size: 21px;
    line-height: 30px;
  }
}
.table-agent-container .table__filters .table__filter.is-active {
  margin-right: 0;
  border-bottom: 1px solid #8296a9;
}
.table-agent-container .table__filters .table__filter.is-active .minus {
  display: none;
}
.table-agent-container .table__filters .table__filter.is-active .plus {
  display: block;
}
.table-agent-container .table__filters .table__filter.is-active .before,
.table-agent-container .table__filters .table__filter.is-active .after {
  display: none;
}
.table-agent-container .table__filters .table__filter.is-active:before {
  width: 0;
}
.table-agent-container .table__filters .table__filter.is-active .table__btn-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.table-agent-container .table__filters .table__filter--lg {
  min-width: 75px;
}

@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr {
    display: grid;
    align-items: center;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody td {
    padding: 0;
  }
}
@media screen and ((min-width: 37.5em)) {
  .table-income tbody td {
    height: 44px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-income tbody td {
    height: 66px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr:not(.row-head) {
    padding: 8px 16px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr:not(.row-head) td:first-child {
    grid-area: 1/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr:not(.row-head) td:nth-child(2) {
    grid-area: 2/1;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr:not(.row-head) td:nth-child(3) {
    grid-area: 1/1;
    grid-column: auto;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr.row-head {
    padding: 10px 16px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .table-income tbody tr.row-head td {
    grid-area: 2/1;
  }
}

.table-agent {
  white-space: nowrap;
  overflow: visible;
}
.table-agent tr {
  height: 56px;
  position: relative;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tr {
    height: 84px;
  }
}
.table-agent tr .highlight {
  min-width: 8px;
  max-width: 8px;
  padding: 0;
  width: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tr .highlight {
    min-width: 12px;
    max-width: 12px;
    width: 12px;
  }
}
.table-agent thead th {
  padding: 8px;
  font-weight: normal;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th {
    padding: 12px;
  }
}
.table-agent thead th .column-label {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .column-label {
    font-size: 21px;
    line-height: 60px;
  }
}
.table-agent thead th .table__header {
  position: relative;
}
.table-agent thead th .table__header:has(input) {
  min-width: 99px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .table__header:has(input) {
    min-width: 148.5px;
  }
}
.table-agent thead th .table__header:has(.choices) {
  min-width: 170px;
}
.table-agent thead th .table__header .filters-wrapper .svg-use-icon {
  cursor: pointer;
  pointer-events: all;
}
.table-agent thead th .table__header .filters-wrapper .svg-use-icon:hover svg {
  fill: url(#icon-gradient);
}
.table-agent thead th .table__header .filters-wrapper .svg-use-icon svg {
  fill: #384750;
}
.table-agent thead th .table__header.show-filter .form-element {
  display: block;
}
.table-agent thead th .table__header .form-element {
  display: none;
  position: absolute;
  top: 0;
  height: 40px;
}
.table-agent thead th .table__header .form-element .choices {
  min-height: 40px;
}
.table-agent thead th .table__header .form-element .choices .choices__list {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.table-agent thead th .table__header .form-element .choices .choices__list.choices__list--multiple {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.table-agent thead th .table__header .form-element .choices .choices__inner {
  min-height: 40px;
  overflow: visible;
}
.table-agent thead th .table__header .form-element .choices .choices__list--multiple .choices__item {
  display: flex;
  justify-content: space-between;
}
.table-agent thead th .table__header .form-element .condensed {
  position: absolute;
  left: 12px !important;
  right: 10px;
  top: 4px;
  font-size: 10px;
  line-height: 12px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .table__header .form-element .condensed {
    right: 15px;
    top: 6px;
    font-size: 15px;
    line-height: 18px;
  }
}
.table-agent thead th .table__header .form-element input {
  height: 36px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 14px 28px 2px 10px;
}
.table-agent thead th .table__header .form-element .choices__item {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.table-agent thead th .table__header .form-element.form-element-icon .svg-use-icon,
.table-agent thead th .table__header .form-element .svg-chevron-down {
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  left: auto;
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .table__header .form-element.form-element-icon .svg-use-icon,
  .table-agent thead th .table__header .form-element .svg-chevron-down {
    width: 36px;
    height: 36px;
    right: 12px;
    top: 12px;
  }
}
.table-agent thead th .table__header .form-element.form-element-select {
  min-width: 170px;
  min-height: 40px;
  height: auto;
}
.table-agent thead th .table__header .form-element.form-element-calendar {
  min-height: 40px;
  height: auto;
}
.table-agent thead th:first-child {
  border-radius: 8px 0 0 0;
}
.table-agent thead th:last-child {
  border-radius: 0 8px 0 0;
}
.table-agent thead th.has-border {
  position: relative;
}
.table-agent thead th.has-border::after {
  content: "";
  width: 6px;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 5;
  border-left: 1px solid #8296a9;
  height: calc(100% + 5px);
  top: -5px;
  border-right: 1px solid #8296a9;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th.has-border::after {
    width: 9px;
    height: calc(100% + 7.5px);
    top: -7.5px;
  }
}
.table-agent thead th .filters-wrapper {
  display: inline-block;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .filters-wrapper {
    height: 36px;
  }
}
.table-agent thead th .filters-wrapper .svg-use-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .filters-wrapper .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.table-agent thead th .filters-wrapper .filter-icon {
  visibility: hidden;
  position: relative;
}
.table-agent thead th .filters-wrapper .filter-icon .plan-tooltip-container {
  left: -12px;
  width: max-content;
  display: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent thead th .filters-wrapper .filter-icon .plan-tooltip-container {
    left: -18px;
  }
}
.table-agent thead th .filters-wrapper .filter-icon .plan-tooltip-container .applied-filters {
  white-space: pre;
}
.table-agent thead th .filters-wrapper .filter-icon.showing {
  visibility: visible;
}
.table-agent thead th:hover .filters-wrapper .filter-icon {
  visibility: visible;
}
.table-agent thead th:hover .filters-wrapper .filter-icon:hover.showing .plan-tooltip-container {
  display: block;
}
.table-agent tbody tr {
  background-color: #ffffff;
}
@media screen and ((min-width: 48em)) and (pointer: fine) and (hover: hover) {
  .table-agent tbody tr:hover {
    background-color: rgba(245, 247, 251, 0.7);
    box-shadow: 0px 4px 16px 0px rgba(56, 71, 80, 0.1);
    backdrop-filter: blur(15px);
    z-index: 1;
  }
  @supports (-webkit-hyphens: none) {
    .table-agent tbody tr:hover {
      backdrop-filter: none;
    }
  }
  .table-agent tbody tr:hover:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .table-agent tbody tr:hover:last-child td:first-child {
    border-bottom-left-radius: 0;
  }
  .table-agent tbody tr:hover:last-child td:last-child {
    border-bottom-right-radius: 0;
  }
  .table-agent tbody tr:hover td {
    z-index: 2;
    position: relative;
  }
  .table-agent tbody tr:hover td.highlight div {
    opacity: 1;
  }
  .table-agent tbody tr:last-child::after {
    border-radius: 0 0 8px 8px;
  }
}
.table-agent tbody tr:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: none;
}
@media (pointer: fine) and (hover: hover) {
  .table-agent tbody tr:last-child:hover td:first-child, .table-agent tbody tr:last-child:hover td:last-child {
    border: 1px solid #ffffff;
  }
}
.table-agent tbody tr:last-child td {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-agent tbody tr:last-child td:first-child {
  border: none;
  background: none;
}
.table-agent tbody tr:last-child td:last-child {
  border: none;
  background: none;
}
.table-agent tbody tr td {
  background-color: transparent;
  border: none;
  font-weight: 400;
  max-height: 56px;
  padding: 7px 8px;
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.table-agent tbody tr td .plan-tooltip-container {
  width: 200px !important;
}
.table-agent tbody tr td .plan-tooltip-container .plans-tooltip-table-preview .row .cell:first-child {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.table-agent tbody tr td .plan-tooltip-container .plans-tooltip-table-preview .row .cell:nth-child(2) {
  width: auto !important;
}
.table-agent tbody tr td.highlight div {
  width: 8px;
  position: absolute;
  top: -1px;
  border: 1px solid #ffffff;
  border-radius: 8px 0 0 8px;
  left: -8px;
  border-right: none;
  background: rgba(245, 247, 251, 0.7);
  box-shadow: 0px 4px 16px 0px rgba(56, 71, 80, 0.1);
  backdrop-filter: blur(15px);
  height: calc(100% + 2px);
  opacity: 0;
}
@supports (-webkit-hyphens: none) {
  .table-agent tbody tr td.highlight div {
    backdrop-filter: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td.highlight div {
    width: 12px;
    left: -12px;
  }
}
.table-agent tbody tr td.highlight div.right {
  border-radius: 0 8px 8px 0;
  right: -8px;
  border-left: none;
  border-right: 1px solid #ffffff;
  left: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td.highlight div.right {
    right: -12px;
  }
}
.table-agent tbody tr td:nth-child(14), .table-agent tbody tr td.th-button-details {
  max-width: 114px;
  width: 114px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td:nth-child(14), .table-agent tbody tr td.th-button-details {
    max-width: 171px;
    width: 171px;
  }
}
.table-agent tbody tr td:nth-child(15), .table-agent tbody tr td.th-button-dropdown {
  max-width: 48px;
  width: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td:nth-child(15), .table-agent tbody tr td.th-button-dropdown {
    max-width: 72px;
    width: 72px;
  }
}
.table-agent tbody tr td .menu-dropdown {
  height: 48px;
  width: 48px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td .menu-dropdown {
    height: 72px;
    width: 72px;
  }
}
.table-agent tbody tr td .menu-dropdown.active {
  background-color: #ffffff;
}
.table-agent tbody tr td .menu-dropdown .nav-menu, .table-agent tbody tr td .menu-dropdown::after {
  z-index: 3;
}
.table-agent tbody tr td .menu-dropdown::before {
  z-index: 4;
}
.table-agent tbody tr td .button {
  min-width: 98px;
  z-index: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table-agent tbody tr td .button {
    min-width: 147px;
  }
}

.section-common-questions .accordion:first-of-type .accordion-head {
  padding-top: 32px;
}
@media screen and ((min-width: 48em)) {
  .section-common-questions .accordion:first-of-type .accordion-head {
    padding-top: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-common-questions .accordion:first-of-type .accordion-head {
    padding-top: 24px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-common-questions .section-inner {
    padding-top: 104px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-common-questions .section-inner {
    padding-top: 156px;
  }
}
.inner-layout .section-common-questions h1 {
  margin-bottom: 32px;
}
@media screen and ((min-width: 37.5em)) {
  .inner-layout .section-common-questions h1 {
    width: calc(100% - 100px);
    margin-bottom: 125px;
  }
}
@media screen and ((min-width: 48em)) {
  .inner-layout .section-common-questions h1 {
    width: calc(100% - 130px);
    margin-bottom: 88px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .inner-layout .section-common-questions h1 {
    margin-inline: auto;
    margin-bottom: 130px;
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .inner-layout .section-common-questions h1 {
    margin-bottom: 195px;
  }
}
.section-common-questions .faq-container {
  position: relative;
}
.section-common-questions .ime-video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 318px;
  height: 335px;
  margin-bottom: -54px;
  pointer-events: none;
}
@media screen and ((min-width: 37.5em)) {
  .section-common-questions .ime-video {
    position: absolute;
    left: unset;
    right: -24px;
    top: -287px;
    transform: unset;
    margin-bottom: 0;
  }
}
@media screen and ((min-width: 48em)) {
  .section-common-questions .ime-video {
    right: 0;
    top: -281px;
    width: 306px;
    height: 328px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-common-questions .ime-video {
    right: -34px;
    top: -335px;
    width: 367px;
    height: 391px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-common-questions .ime-video {
    right: -51px;
    top: -502.5px;
    width: 550.5px;
    height: 586.5px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .section-common-questions .parallax-shape:first-child {
    top: 200px;
  }
}

.accordion:not(.is-open) .accordion-content:after {
  animation: heightAnimation 0.4s forwards;
}
.accordion.is-open .svg-chevron-down svg {
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
}
.accordion-content:after {
  content: "";
  bottom: 16px;
  left: 16px;
  position: absolute;
  z-index: 1;
  width: calc(100% - 32px);
  height: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 16.67%, rgba(255, 255, 255, 0) 81.25%);
  opacity: 0.1;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .accordion-content:after {
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
  }
}
.accordion .caption-gradient {
  line-height: 18px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .accordion .caption-gradient {
    line-height: 27px;
  }
}
.accordion .svg-chevron-down {
  width: 40px;
  height: 40px;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .accordion .svg-chevron-down {
    width: 60px;
    height: 60px;
  }
}
.accordion .svg-chevron-down svg {
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: 50% 50%;
  fill: #384750;
}
.accordion .svg-heart-default {
  margin-top: -16px;
  margin-bottom: -16px;
}

@keyframes heightAnimation {
  from {
    height: 40%;
  }
  to {
    height: 0;
  }
}
.inner-container-hero {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: baseline;
}
@media (min-width: 48em) and (orientation: landscape) {
  .inner-container-hero {
    flex-direction: row;
    align-items: center;
  }
}

.section-hero,
.section-hero .section-inner {
  -ms-scroll-limit: 0 0 0 0;
}
.section-hero.landing-page .hero-text h1.hero-text-index {
  /* iOS-specific styles */
}
@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 391px) and (max-width: 400px) {
    .section-hero.landing-page .hero-text h1.hero-text-index {
      display: flex;
      flex-direction: column;
    }
  }
}
.section-hero.landing-page .hero-text h1.hero-text-index .text-gradient {
  /* iOS-specific styles */
}
@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 391px) and (max-width: 400px) {
    .section-hero.landing-page .hero-text h1.hero-text-index .text-gradient {
      line-height: normal;
      display: inline-flex;
      align-self: center;
    }
  }
}
.section-hero.section-home-hero .section-inner .hero-image-front .hero-img-wrap {
  margin-bottom: 0;
}
.section-hero .section-inner {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (orientation: landscape) {
  .section-hero .section-inner {
    flex-direction: row;
  }
}
@media (orientation: portrait) {
  .section-hero .section-inner {
    min-height: calc(100vh + 80px);
    min-height: calc(var(--vh, 1vh) * 100 + 80px);
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 37.4375em) and (min-height: 587px), (orientation: portrait) and (min-width: 24.375em) and (min-height: 650px) {
  .section-hero .section-inner {
    min-height: calc(100vh - 64px);
    min-height: calc(var(--vh, 1vh) * 100 - (64px));
  }
}
@media (orientation: portrait) and (max-width: 37.4375em) and (min-height: 587px) {
  .has-header-banner .section-hero .section-inner {
    min-height: calc(100vh - 120px);
    min-height: calc(var(--vh, 1vh) * 100 - (120px));
  }
}
@media (orientation: portrait) and (max-width: 37.4375em) and (min-height: 687px), (orientation: portrait) and (min-width: 24.375em) and (min-height: 750px) {
  .section-hero .section-inner {
    min-height: calc(100vh - (64px + 80px));
    min-height: calc(var(--vh, 1vh) * 100 - (64px + 80px));
  }
}
@media (orientation: portrait) and (min-height: 900px) {
  .section-hero .section-inner {
    min-height: calc(900px - 64px - 80px);
  }
}
@media (orientation: portrait) and (min-width: 37.5em) and (orientation: portrait) {
  .section-hero .section-inner {
    min-height: 100vh-64px;
    min-height: calc(var(--vh, 1vh) * 100 - 64px);
    height: 100vh-64px;
  }
}
@media (orientation: portrait) and (min-width: 37.5em) and (orientation: portrait) and (min-height: 900px) {
  .section-hero .section-inner {
    min-height: calc(100vh - (64px + 120px));
    min-height: calc(var(--vh, 1vh) * 100 - (64px + 120px));
  }
}
@media (orientation: portrait) and (min-width: 37.5em) and (orientation: portrait) and (min-height: 1100px) {
  .section-hero .section-inner {
    min-height: calc(1100px - (64px + 120px));
  }
  .section-hero .section-inner .hero-img-wrap {
    width: 100%;
  }
}
@media (orientation: portrait) and (min-width: 37.5em) and (orientation: portrait) {
  .section-hero .section-inner .button.is-full-width {
    width: 100%;
  }
}
@media screen and (orientation: portrait) and ((min-width: 48em)) {
  .section-hero .section-inner {
    min-height: auto;
  }
  .section-hero .section-inner .hero-image-front {
    width: 83%;
    margin-top: -24%;
    align-self: end;
    margin-left: auto;
  }
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    width: 100%;
  }
  .section-hero .section-inner .hero-content p,
  .section-hero .section-inner .hero-content h2 {
    width: 50%;
  }
  .section-hero .section-inner .button.is-full-width {
    width: unset;
  }
}
@media (orientation: landscape) {
  .section-hero .section-inner .hero-image-front {
    align-self: flex-end;
  }
}
@media screen and (orientation: landscape) and (min-width: 901px) {
  .section-hero .section-inner .hero-image-front {
    align-self: auto;
  }
}
@media (orientation: landscape) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    max-height: 100%;
  }
}
@media (orientation: landscape) and (max-width: 900px) and (max-height: 450px) {
  .section-hero .section-inner {
    height: 100vh;
    min-height: 100vh;
  }
}
@media (orientation: landscape) and (max-width: 900px) and (min-height: 361px) and (max-height: 752px) {
  .section-hero .section-inner {
    height: calc(100vh - 64px);
    min-height: calc(100vh - 64px);
  }
}
@media (orientation: landscape) and (min-width: 37.5em) {
  .section-hero .section-inner {
    padding-bottom: 0;
  }
}
@media (orientation: landscape) and (max-width: 900px) and (max-height: 360px) {
  .section-hero .section-inner {
    height: calc(360px - 64px);
    min-height: calc(360px - 64px);
  }
}
@media (orientation: landscape) and (min-width: 48em) and (min-height: 600px) {
  .section-hero .section-inner {
    height: calc(100vh - (72px + 120px));
    min-height: calc(100vh - (72px + 120px));
  }
}
@media (orientation: landscape) and (min-width: 901px) and (max-height: 600px) {
  .section-hero .section-inner {
    height: calc(600px - 64px);
    min-height: calc(600px - 64px);
  }
}
@media (orientation: landscape) and (min-width: 64.0625em) and (min-height: 600px) {
  .section-hero .section-inner {
    height: calc(100vh - (72px + 80px));
    min-height: calc(100vh - (72px + 80px));
  }
}
@media (orientation: landscape) and (min-width: 75em) and (min-height: 760px) {
  .section-hero .section-inner {
    height: calc(100vh - (80px + 96px));
    min-height: calc(100vh - (80px + 96px));
  }
}
@media (orientation: landscape) and (min-width: 75em) and (max-height: 639px) {
  .section-hero .section-inner {
    height: calc(600px - 80px);
    min-height: calc(600px - 80px);
  }
}
@media (orientation: landscape) and (min-width: 75em) and (min-height: 640px) and (max-height: 759px) {
  .section-hero .section-inner {
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
}
@media (orientation: landscape) and (min-width: 100em) and (min-height: 770px) {
  .section-hero .section-inner {
    height: calc(100vh - (80px + 120px));
    min-height: calc(100vh - (80px + 120px));
  }
}
@media (orientation: landscape) and (min-width: 240em) and (min-height: 770px) {
  .section-hero .section-inner {
    height: calc(100vh - (80px + 120px));
    min-height: calc(100vh - (80px + 120px));
  }
}
@media (orientation: landscape) and (min-width: 240em) and (min-height: 1900px) {
  .section-hero .section-inner {
    height: calc(100vh - (80px + 210px));
    min-height: calc(100vh - (80px + 210px));
  }
}
.section-hero .section-inner .hero-content {
  width: 100%;
  padding-top: 16px;
  flex-grow: 0;
}
@media screen and ((min-width: 37.5em)) {
  .section-hero .section-inner .hero-content {
    padding-top: 40px;
  }
}
@media (min-width: 48em) and (orientation: portrait) {
  .section-hero .section-inner .hero-content {
    padding: 80px 0 0 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-hero .section-inner .hero-content {
    padding: 80px 0 0 8%;
  }
}
@media (min-width: 48em) and (orientation: landscape) {
  .section-hero .section-inner .hero-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64.0625em) and (orientation: landscape) {
  .section-hero .section-inner .hero-content {
    padding: 0 0 0 7%;
  }
}
@media (orientation: landscape) {
  .section-hero .section-inner .hero-content {
    width: 56%;
  }
}
@media (orientation: landscape) and (max-width: 900px) and (max-height: 600px) {
  .section-hero .section-inner .hero-content {
    padding-top: 30px;
  }
  .section-hero .section-inner .hero-content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .section-hero .section-inner .hero-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .section-hero .section-inner .hero-content .button {
    margin-top: 16px;
    padding: 12px 16px;
  }
}
@media (min-width: 64.0625em) and (max-width: 1440px) and (max-height: 600px) {
  .section-hero .section-inner .hero-content {
    margin-top: -50px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-hero .section-inner .hero-content {
    width: 55%;
  }
}
.section-hero .section-inner .hero-text {
  text-align: center;
}
@media (min-width: 1400px) {
  .section-hero .section-inner .hero-text {
    flex-shrink: 0;
  }
}
@media (orientation: landscape), (min-width: 48em) {
  .section-hero .section-inner .hero-text {
    text-align: left;
  }
}
@media (min-width: 90em) and (orientation: landscape) {
  .section-hero .section-inner .hero-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 100em) and (orientation: landscape) {
  .section-hero .section-inner .hero-text {
    margin-bottom: 120px;
  }
}
.section-hero .section-inner .hero-content .button {
  display: none;
}
@media (orientation: landscape), (min-width: 48em) {
  .section-hero .section-inner .hero-content .button {
    display: inline-block;
  }
}
.section-hero .section-inner .button-mobile-wrapper {
  padding-block: 24px;
}
@media (orientation: landscape) {
  .section-hero .section-inner .button-mobile-wrapper {
    display: none;
  }
}
.section-hero .section-inner .hero-image-front {
  position: relative;
}
@media (orientation: landscape) {
  .section-hero .section-inner .hero-image-front {
    width: 44%;
    height: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-hero .section-inner .hero-image-front {
    width: 45%;
  }
}
@media (max-width: 37.4375em) and (orientation: portrait) and (min-height: 650px) {
  .section-hero .section-inner .hero-image-front {
    justify-content: flex-end;
  }
}
.section-hero .section-inner .hero-image-front .hero-img-wrap {
  width: 100%;
  height: inherit;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-hero .section-inner .hero-image-front .hero-img-wrap .overlay-video {
  position: absolute;
  z-index: 1;
}
@media (max-width: 64em) and (max-height: 361px) and (orientation: landscape) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap img,
  .section-hero .section-inner .hero-image-front .hero-img-wrap video {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
}
@media (max-width: 64em) and (min-height: 362px) and (orientation: landscape) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap img,
  .section-hero .section-inner .hero-image-front .hero-img-wrap video {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-53%);
    width: 80vh;
    height: auto;
  }
}
@media (min-width: 48em) and (orientation: landscape) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap img,
  .section-hero .section-inner .hero-image-front .hero-img-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: calc(90% - 40px);
  }
}
@media (min-width: 75.0625em) and (orientation: landscape) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap img,
  .section-hero .section-inner .hero-image-front .hero-img-wrap video {
    height: calc(95% - 40px);
  }
}
@media (max-width: 64em) and (orientation: landscape) and (aspect-ratio: 2/1) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-55%);
    width: 100%;
    height: auto;
  }
}
@media (max-width: 37.4375em) and (orientation: portrait) and (min-height: 600px) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    margin-bottom: -16px;
    transform-origin: bottom;
  }
}
@media (max-width: 37.4375em) and (orientation: portrait) and (max-height: 600px) {
  .section-hero .section-inner .hero-image-front .hero-img-wrap {
    transform-origin: center;
  }
  .section-hero .section-inner .hero-image-front .hero-img-wrap img {
    width: 85%;
  }
}
@media (max-aspect-ratio: 1/1) and (min-aspect-ratio: 2/3) {
  .section-hero .hero-image-front .hero-img-wrap {
    transform: scale(1);
  }
}
@media (max-aspect-ratio: 2/3) and (min-aspect-ratio: 1/2) {
  .section-hero .hero-image-front .hero-img-wrap {
    transform: scale(1.1);
  }
}
@media (max-aspect-ratio: 1/2) {
  .section-hero .hero-image-front .hero-img-wrap {
    transform: scale(1.3);
  }
}
@media (min-width: 37.5em) and (max-aspect-ratio: 1/1) and (min-aspect-ratio: 4/5) {
  .section-hero .hero-image-front .hero-img-wrap {
    transform: scale(1);
    width: 70%;
  }
}
@media (min-width: 37.5em) and (max-aspect-ratio: 4/5) {
  .section-hero .hero-image-front .hero-img-wrap {
    width: 80%;
    transform: scale(1.1);
  }
}
@media (min-width: 48em) and (max-aspect-ratio: 1/1) {
  .section-hero .hero-image-front .hero-img-wrap {
    transform: scale(1);
    width: 100%;
  }
}

@media (min-width: 37.5em) and (max-aspect-ratio: 4/5) {
  .about-us-hero .hero-image-front .hero-img-wrap {
    margin-top: -40px;
    transform: scale(1.2);
  }
}
@media (min-width: 48em) and (max-aspect-ratio: 1/1) {
  .about-us-hero .hero-image-front .hero-img-wrap {
    margin-top: 64px;
  }
}

.marquee {
  position: relative;
  display: flex;
  gap: 24px;
  z-index: 2;
  width: 100%;
  max-width: 3440px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 3440px) {
  .marquee:before, .marquee:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 360px;
    background: linear-gradient(to right, #fefefe, rgba(254, 254, 254, 0));
    z-index: 1;
  }
  .marquee::before {
    left: -8px;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
  .marquee:after {
    right: -8px;
    background: linear-gradient(to left, #fefefe, rgba(254, 254, 254, 0));
  }
}
@media (min-width: 1025px) and (orientation: landscape) and (min-height: 640px) and (max-height: 825px) {
  .marquee {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .marquee {
    gap: 36px;
  }
}

.marquee:hover .marquee-content {
  animation-play-state: paused !important;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  gap: 24px;
  width: max-content; /* Ensure content width is based on its content */
  animation: scroll linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .marquee-content {
    gap: 36px;
  }
}
.marquee-content .svg-use-icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .marquee-content .svg-use-icon {
    width: 48px;
    height: 48px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Updated to -50% for seamless animation */
  }
}
.website-section-logos {
  margin: 0;
}
.website-section-logos .section-inner {
  padding: 0;
}
@media (orientation: portrait) and (min-width: 767px) and (max-width: 1024px) {
  .website-section-logos .section-inner {
    padding: 0px 0 40px 0;
  }
}

@media screen and ((min-width: 64.0625em)) {
  .logos-queue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) and ((min-width: 100em)) {
  .logos-queue {
    justify-content: space-between;
  }
}
.logos-queue .logos-wrapper {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}
@media screen and ((min-width: 48em)) {
  .logos-queue .logos-wrapper {
    gap: 24px;
  }
}
.logos-queue .logo-item {
  height: 92px;
}
@media screen and ((min-width: 37.5em)) {
  .logos-queue .logo-item {
    height: 120px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .logos-queue .logo-item {
    height: 180px;
  }
}
@media screen and ((min-width: 75em)) {
  .logos-queue .logo-item {
    max-width: 15%;
    max-height: 120px;
    height: auto;
  }
}
@media screen and ((min-width: 240em)) {
  .logos-queue .logo-item {
    height: 210px;
    max-height: 210px;
  }
}
.logos-queue.logos-mobile-carousel, .logos-queue.logos-tablet-carousel {
  overflow: hidden;
}
/*# sourceMappingURL=global.css.map */
