/*
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.
*/
/*
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.
*/
:root {
  --breakpoint-small: 0;
  --breakpoint-medium-xs: 360px;
  --breakpoint-medium-s: 390px;
  --breakpoint-medium: 600px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1025px;
  --breakpoint-large: 1200px;
  --breakpoint-xlarge: 1440px;
  --breakpoint-xxlarge: 1600px;
  --breakpoint-xxxlarge: 1920px;
  --breakpoint-uhd: 2560px;
  --breakpoint-four-k: 3840px;
  --web-view-navbar-height: 24px;
}

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

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

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

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

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

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

.plan-options-wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media screen and ((min-width: 48em)) {
  .plan-options-wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media screen and ((min-width: 90em)) {
  .plan-options-wrapper {
    max-width: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-options-wrapper {
    margin-bottom: 36px;
  }
}
.plan-options-wrapper .form-element-readonly .option-info {
  pointer-events: auto;
}
.plan-options-wrapper.disabled {
  pointer-events: none;
}
.plan-options-wrapper.disabled .option-info {
  pointer-events: auto;
}

.plans-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and ((min-width: 48em)) {
  .plans-container {
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container {
    max-width: 1516.5px;
  }
}
.plans-container .form-element-radio,
.plans-container .form-element-checkbox {
  display: flex;
  margin-bottom: 0;
}
@media screen and ((min-width: 48em)) {
  .plans-container .form-element-radio,
  .plans-container .form-element-checkbox {
    flex-wrap: nowrap;
  }
}
.plans-container .form-element-radio .option-label,
.plans-container .form-element-checkbox .option-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  text-transform: initial;
}
.plans-container .form-element-radio .option-label .title,
.plans-container .form-element-checkbox .option-label .title {
  line-height: 20px;
  font-size: 14px;
  color: #384750;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  margin: 4px 0 0 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio .option-label .title,
  .plans-container .form-element-checkbox .option-label .title {
    line-height: 30px;
    font-size: 21px;
    margin: 6px 0 0 15px;
  }
}
.plans-container .form-element-radio .no-shadow > .option-label,
.plans-container .form-element-checkbox .no-shadow > .option-label {
  box-shadow: none;
}
.plans-container .form-element-radio input + .option-label,
.plans-container .form-element-checkbox input + .option-label {
  margin-right: 24px;
}
.plans-container .form-element-radio.box-tile-icon,
.plans-container .form-element-checkbox.box-tile-icon {
  position: relative;
  justify-content: center;
  gap: 8px;
}
@media screen and ((min-width: 90em)) {
  .plans-container .form-element-radio.box-tile-icon,
  .plans-container .form-element-checkbox.box-tile-icon {
    gap: 15px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon,
  .plans-container .form-element-checkbox.box-tile-icon {
    gap: 22.5px;
  }
}
.plans-container .form-element-radio.box-tile-icon .option-label,
.plans-container .form-element-checkbox.box-tile-icon .option-label {
  display: block;
  padding: 24px 10px 16px 10px;
  margin-right: 0;
}
@media screen and ((min-width: 37.5em)) {
  .plans-container .form-element-radio.box-tile-icon .option-label,
  .plans-container .form-element-checkbox.box-tile-icon .option-label {
    padding: 24px 8px 16px 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .option-label,
  .plans-container .form-element-checkbox.box-tile-icon .option-label {
    padding: 36px 18px 16px 12px;
    font-size: 27px;
  }
}
.plans-container .form-element-radio.box-tile-icon .option-label .title,
.plans-container .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)) {
  .plans-container .form-element-radio.box-tile-icon .option-label .title,
  .plans-container .form-element-checkbox.box-tile-icon .option-label .title {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .option-label .title,
  .plans-container .form-element-checkbox.box-tile-icon .option-label .title {
    line-height: 36px;
    font-size: 27px;
  }
}
.plans-container .form-element-radio.box-tile-icon .option-label:hover,
.plans-container .form-element-checkbox.box-tile-icon .option-label:hover {
  box-shadow: none;
}
.plans-container .form-element-radio.box-tile-icon .option-label:hover:before,
.plans-container .form-element-checkbox.box-tile-icon .option-label:hover:before {
  opacity: 0.5;
  background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
}
@media (hover: none) {
  .plans-container .form-element-radio.box-tile-icon .option-label:hover:before,
  .plans-container .form-element-checkbox.box-tile-icon .option-label:hover:before {
    opacity: 0;
  }
}
.plans-container .form-element-radio.box-tile-icon .option-label:hover .svg-use-icon.active,
.plans-container .form-element-checkbox.box-tile-icon .option-label:hover .svg-use-icon.active {
  opacity: 1 !important;
}
.plans-container .form-element-radio.box-tile-icon .option-label:hover .gradient-shadow,
.plans-container .form-element-checkbox.box-tile-icon .option-label:hover .gradient-shadow {
  opacity: 0.15;
}
.plans-container .form-element-radio.box-tile-icon input + .option-label .indicator,
.plans-container .form-element-checkbox.box-tile-icon input + .option-label .indicator {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon input + .option-label .indicator,
  .plans-container .form-element-checkbox.box-tile-icon input + .option-label .indicator {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .option,
  .plans-container .form-element-checkbox.box-tile-icon .option {
    width: 319.5px;
    height: 324px;
  }
}
.plans-container .form-element-radio.box-tile-icon .option.plan-option,
.plans-container .form-element-checkbox.box-tile-icon .option.plan-option {
  height: auto;
  width: calc(33.33% - 6px);
  max-width: 213px;
  min-width: auto;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .plans-container .form-element-radio.box-tile-icon .option.plan-option,
  .plans-container .form-element-checkbox.box-tile-icon .option.plan-option {
    height: auto;
    width: calc(33.33% - 6px);
    max-width: 253px;
    min-width: auto;
  }
}
@media screen and ((min-width: 48em)) {
  .plans-container .form-element-radio.box-tile-icon .option.plan-option,
  .plans-container .form-element-checkbox.box-tile-icon .option.plan-option {
    max-width: 156px;
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .option.plan-option,
  .plans-container .form-element-checkbox.box-tile-icon .option.plan-option {
    width: 234px;
    height: 240px;
    max-width: 100%;
  }
}
.plans-container .form-element-radio.box-tile-icon .option.plan-option .option-info,
.plans-container .form-element-checkbox.box-tile-icon .option.plan-option .option-info {
  top: 8px;
  right: 12px;
  position: absolute;
  z-index: 2;
}
.plans-container .form-element-radio.box-tile-icon .option.plan-option .option-info .svg-use-icon,
.plans-container .form-element-checkbox.box-tile-icon .option.plan-option .option-info .svg-use-icon {
  height: 24px;
  width: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .option.plan-option .option-info .svg-use-icon,
  .plans-container .form-element-checkbox.box-tile-icon .option.plan-option .option-info .svg-use-icon {
    height: 36px;
    width: 36px;
    top: 12px;
    right: 18px;
  }
}
.plans-container .form-element-radio.box-tile-icon .option-content,
.plans-container .form-element-checkbox.box-tile-icon .option-content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  z-index: 1;
}
.plans-container .form-element-radio.box-tile-icon .icons-wrapper,
.plans-container .form-element-checkbox.box-tile-icon .icons-wrapper {
  position: relative;
  height: auto;
}
@media screen and ((max-width: 64em)) {
  .plans-container .form-element-radio.box-tile-icon .icons-wrapper,
  .plans-container .form-element-checkbox.box-tile-icon .icons-wrapper {
    top: 0;
    margin-top: 17px;
  }
}
.plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon,
.plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon {
  transition: opacity 200ms linear;
}
.plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active, .plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
.plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active,
.plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
  width: 96px;
  height: 96px;
  position: relative;
  margin: 0 auto;
  transform: none;
  left: auto;
  right: auto;
  display: block;
}
@media screen and ((max-width: 37.4375em)) {
  .plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active, .plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
  .plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active,
  .plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
    width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active, .plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.default,
  .plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active,
  .plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.default {
    width: 144px;
    height: 144px;
  }
}
.plans-container .form-element-radio.box-tile-icon .icons-wrapper .svg-use-icon.active,
.plans-container .form-element-checkbox.box-tile-icon .icons-wrapper .svg-use-icon.active {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.plans-container .form-element-radio.box-tile-icon input:not(:checked) + .option-label .svg-use-icon.active,
.plans-container .form-element-checkbox.box-tile-icon input:not(:checked) + .option-label .svg-use-icon.active {
  opacity: 0;
}
.plans-container .form-element-radio.box-tile-icon input:checked + .option-label,
.plans-container .form-element-checkbox.box-tile-icon input:checked + .option-label {
  box-shadow: none;
}
.plans-container .form-element-radio.box-tile-icon input:checked + .option-label .gradient-shadow,
.plans-container .form-element-checkbox.box-tile-icon input:checked + .option-label .gradient-shadow {
  opacity: 0.3;
}
.plans-container .form-element-radio.box-tile-icon input:checked + .option-label:before,
.plans-container .form-element-checkbox.box-tile-icon input:checked + .option-label:before {
  opacity: 0.8;
  background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
}
.plans-container .form-element-radio.box-tile-icon input:checked + .option-label .svg-use-icon.active,
.plans-container .form-element-checkbox.box-tile-icon input:checked + .option-label .svg-use-icon.active {
  opacity: 1;
}
.plans-container .form-element-radio.box-tile-icon .gradient-shadow,
.plans-container .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) {
  .plans-container .form-element-radio.box-tile-icon .gradient-shadow,
  .plans-container .form-element-checkbox.box-tile-icon .gradient-shadow {
    bottom: -18px;
  }
}
.plans-container .no-plans-warning {
  display: none;
}
.plans-container .no-plans-warning.active {
  display: block;
}

.plan-wrapper {
  margin-top: 24px;
}
@media screen and ((min-width: 48em)) {
  .plan-wrapper {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
@media screen and ((min-width: 90em)) {
  .plan-wrapper {
    max-width: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-wrapper {
    margin-top: 36px;
  }
}
.plan-wrapper:first-of-type {
  margin-top: 0;
}
.plan-wrapper.hide {
  display: none;
}
.plan-wrapper .button-enroll.added-to-cart,
.plan-wrapper .button-enroll.added-to-cart-sm {
  display: none;
}
.plan-wrapper.added-to-cart .button-enroll.enroll {
  display: none;
}
@media (min-width: 601px) {
  .plan-wrapper.added-to-cart .button-enroll.added-to-cart {
    display: unset;
  }
}
@media (max-width: 600px) {
  .plan-wrapper.added-to-cart .button-enroll.added-to-cart-sm {
    display: unset;
  }
}

.plan-container {
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border-top-left-radius: 0;
  position: relative;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.plan-container:before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  position: absolute;
  background: #ffffff;
  content: "";
  display: block;
  border-radius: 8px;
  border-top-left-radius: 0;
  z-index: -1;
  transition: border-radius 0.2s ease-in;
}
.plan-container:after {
  content: "";
  display: block;
  z-index: -1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  position: absolute;
  margin: 0 auto;
  background-color: #fefefe;
  border-radius: 6px;
  border-top-left-radius: 0;
  transition: background-color 0.4s ease-in;
}
.plan-container.active:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.plan-container.active:after {
  background-color: transparent;
}
.plan-container.not-active:before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.plan-container.not-active:after {
  background-color: #ffffff;
}
@media screen and ((min-width: 48em)) {
  .plan-container.plan-altrua .plan-header {
    justify-content: flex-start;
  }
}
.plan-container.plan-altrua .plan-heading {
  flex-basis: auto;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container.plan-mixture .plan-header {
    justify-content: flex-start;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-container.plan-mixture .plan-header {
    justify-content: flex-start;
  }
}
.plan-container.plan-mixture .plan-heading {
  flex-basis: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container.plan-mixture .plan-heading {
    flex-basis: auto;
  }
}
.plan-container .plan-header {
  position: relative;
  margin: -1px;
  padding: 1rem 1rem;
  border-bottom: 1px solid #a4b3c1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 1;
  background-color: white;
  border-top-right-radius: 6px;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-header {
    padding: 0.5rem 1rem;
    flex-wrap: nowrap;
  }
}
.plan-container .plan-logo {
  display: flex;
  align-items: center;
  align-self: baseline;
  justify-content: center;
  width: 140px;
  height: 40px;
  order: 1;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-logo {
    width: 256px;
    height: 64px;
    flex-shrink: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-logo {
    width: 384px;
    height: 96px;
  }
}
.plan-container .plan-logo .svg-logo {
  max-width: 76%;
}
.plan-container .plan-logo .brand-name {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  text-align: center;
}
.plan-container .plan-logo:has(.svg-logo) .brand-name {
  display: none;
}
.plan-container .plan-body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 2.625rem 0.5rem;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body {
    padding: 1.5rem 0.5rem 2.625rem 0.5rem;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body {
    margin-bottom: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body {
    padding: 2.5rem 1.5rem 3.625rem 1.375rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body {
    padding: 60px 36px 87px 33px;
  }
}
.plan-container .plan-body.collapsed {
  height: auto;
  overflow: initial;
  padding-bottom: 2.375rem;
}
@media screen and ((max-width: 47.9375em)) {
  .plan-container .plan-body.collapsed {
    margin-bottom: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body.collapsed {
    padding-bottom: 2.625rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body.collapsed {
    padding-bottom: 63px;
  }
}
.plan-container .plan-body.collapsed .plan-lower-body {
  display: block;
}
.plan-container .plan-body.collapsed .plan-body-links {
  display: flex;
}
.plan-container .plan-body.collapsed .plan-check-marks {
  margin-top: 0;
  margin-bottom: 37px;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body.collapsed .plan-check-marks {
    margin-bottom: 55.5px;
  }
}
.plan-container .plan-body .plan-upper-body {
  display: flex;
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-upper-body {
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-upper-body {
    flex-direction: row;
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-upper-body {
    gap: 24px;
  }
}
.plan-container .plan-body .plan-upper-body.show-content {
  margin-bottom: 24px;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-upper-body.show-content {
    margin-bottom: 40px;
  }
}
.plan-container .plan-body .plan-lower-body {
  display: none;
}
.plan-container .plan-body .plan-cost {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-cost {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
}
.plan-container .plan-body .plan-cost .add-gradient {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-cost .add-gradient {
    font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  }
}
.plan-container .plan-body .plan-cost h3 {
  order: 3;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-cost h3 {
    order: 2;
  }
}
.plan-container .plan-body .plan-cost .plan-previous-cost {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #617384;
  order: 2;
  white-space: nowrap;
  margin-left: auto;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-cost .plan-previous-cost {
    order: 3;
    margin-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-cost .plan-previous-cost {
    font-size: 24px;
  }
}
.plan-container .plan-body .plan-cost .plan-monthly-title {
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-cost .plan-monthly-title {
    font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  }
}
.plan-container .plan-body .plan-cost .plan-monthly-title sup {
  top: -6px;
  right: -14px;
  position: absolute;
  left: auto;
}
.plan-container .plan-body .plan-annual-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-annual-cost {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-annual-cost {
    flex: 1;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-annual-cost .plan-cost-title {
    font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  }
}
.plan-container .plan-body .plan-price-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-price-info {
    gap: 12px;
  }
}
.plan-container .plan-body .plan-info-option {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-info-option {
    gap: 12px;
  }
}
.plan-container .plan-body .plan-info-title {
  font-size: 16px;
  line-height: 24px;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-info-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-info-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-container .plan-body .plan-lower-headings,
.plan-container .plan-body .plan-lower-content {
  display: flex;
}
@media screen and ((min-width: 37.5em)) {
  .plan-container .plan-body .plan-lower-headings,
  .plan-container .plan-body .plan-lower-content {
    gap: 4px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-lower-headings,
  .plan-container .plan-body .plan-lower-content {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-lower-headings,
  .plan-container .plan-body .plan-lower-content {
    gap: 24px;
  }
}
.plan-container .plan-body .plan-lower-headings {
  gap: 10px;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-headings {
    gap: 4px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-lower-headings {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-lower-headings {
    gap: 24px;
  }
}
.plan-container .plan-body .plan-lower-headings .heading-wrapper {
  position: relative;
  flex: 1;
  padding: 0 10px;
}
.plan-container .plan-body .plan-lower-heading {
  flex: 1;
  display: flex;
  text-align: center;
  white-space: nowrap;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-heading {
    text-align: left;
    align-items: center;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-lower-heading {
    flex-direction: row;
  }
}
.plan-container .plan-body .plan-lower-heading:last-child {
  padding-right: 10px;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-heading:last-child {
    padding-right: 0;
  }
}
.plan-container .plan-body .plan-lower-heading .heading-wrapper {
  position: relative;
  flex: 1;
}
@media screen and ((min-width: 90em)) {
  .plan-container .plan-body .plan-lower-heading .heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.plan-container .plan-body .plan-lower-heading .heading-wrapper .heading-link {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-lower-heading .heading-wrapper .heading-link {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-container .plan-body .plan-lower-info {
  display: none;
  width: auto;
  border-collapse: collapse;
  flex: 1;
}
.plan-container .plan-body .plan-lower-info:last-of-type .cell:last-child {
  text-align: right;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-info {
    display: table-column;
  }
}
.plan-container .plan-body .plan-lower-info.plan-lower-info-flexible {
  flex-direction: column;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-info.plan-lower-info-flexible {
    display: flex;
  }
}
.plan-container .plan-body .plan-lower-info .plan-info-option {
  justify-content: flex-start;
}
.plan-container .plan-body .plan-lower-info .plan-info-title {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-info .plan-info-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-lower-info .plan-info-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-container .plan-body .plan-visits {
  flex: 1;
}
.plan-container .plan-body .plan-drugs {
  flex: 1;
}
.plan-container .plan-body .plan-services {
  flex: 1;
}
.plan-container .plan-body .plan-lower-heading .add-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-lower-heading .add-gradient {
    justify-content: flex-start;
  }
}
.plan-container .plan-body .plan-lower-heading svg {
  width: 28px;
  height: 28px;
}
.plan-container .plan-body .plan-body-links {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-size: 14px;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-body-links {
    justify-content: flex-end;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-body-links {
    gap: 36px;
  }
}
.plan-container .plan-body .plan-body-links .heading-link {
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-body-links .heading-link {
    font-size: 24px;
    line-height: 30px;
  }
}
.plan-container .plan-body .plan-check-marks {
  display: none;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-check-marks {
    margin-top: 40px;
    display: block;
    text-align: center;
    margin-right: -7px;
    margin-left: -7px;
    padding-right: 14px;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-body .plan-check-marks {
    padding: 0 54px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-check-marks {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.plan-container .plan-body .plan-check-marks > span {
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: calc(25% - 6px);
  font-size: 14px;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-body .plan-check-marks > span {
    width: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-check-marks > span {
    gap: 9px;
    font-size: 21px;
  }
}
.plan-container .plan-body .plan-check-marks > span .svg-use-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-body .plan-check-marks > span .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.plan-container .plan-body .plan-check-marks .disabled {
  color: #a4b3c1;
}
.plan-container .plan-footer {
  padding: 2.5rem 1rem 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafcff;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and ((max-width: 37.4375em)) {
  .plan-container .plan-footer {
    flex-wrap: wrap;
  }
  .plan-container .plan-footer .plan-not-enabled {
    order: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .plan-container .plan-footer .form-element-toggle {
    order: 2;
  }
  .plan-container .plan-footer .button-enroll {
    order: 3;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-footer {
    padding: 0.75rem 1rem;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-container .plan-footer {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-footer {
    padding: 18px 36px;
  }
}
.plan-container .plan-footer:not(:has(.form-element-toggle)):not(:has(.button-enroll)) {
  background: transparent;
  padding: 1.5rem 1rem;
}
@media screen and ((min-width: 48em)) {
  .plan-container .plan-footer:not(:has(.form-element-toggle)):not(:has(.button-enroll)) {
    padding: 1.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .plan-footer:not(:has(.form-element-toggle)):not(:has(.button-enroll)) {
    padding: 36px;
  }
}
.plan-container .plan-footer .buttons-wrapper {
  flex-basis: 100%;
  justify-content: flex-end;
  order: 4;
}
.plan-container .plan-footer .buttons-wrapper .button-icon {
  padding: 0;
}
.plan-container .plan-footer .buttons-wrapper .button-icon .svg-use-icon svg {
  fill: #384750;
}
@media screen and ((max-width: 37.4375em)) {
  .plan-container .plan-footer .buttons-wrapper .button:not(.caption-gradient) {
    max-width: 120px;
  }
}
.plan-container .plan-footer .plan-not-enabled {
  margin-top: 20px;
  flex-basis: 75%;
}
.plan-container .plan-footer:has(.plan-not-enabled) .buttons-wrapper {
  flex-basis: 0%;
}
.plan-container .button-enroll {
  z-index: 1;
}
.plan-container .button-details.active .icons-wrapper {
  transform: rotate(180deg);
}
.plan-container .button-details.active .show-details-text {
  display: none;
}
.plan-container .button-details.active .hide-details-text {
  display: inline;
}
.plan-container .button-details .hide-details-text {
  display: none;
}
.plan-container .button-details .icons-wrapper {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-container .button-details .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.plan-container .button-details-wrapper {
  top: -18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 40px;
}

.plan-lower-info .row {
  display: table-row;
}
.plan-lower-info .row:last-child .cell {
  padding-bottom: 0;
}
.plan-lower-info .cell {
  display: table-cell;
  width: auto;
  padding-bottom: 0.5rem;
}
@media screen and ((min-width: 48em)) {
  .plan-lower-info .cell {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
}
.plan-lower-info .cell:first-child {
  padding-right: 0.5rem;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-lower-info .cell:first-child {
    padding-right: 0.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-lower-info .cell:first-child {
    padding-right: 0.75rem;
  }
}
.plan-lower-info .cell:last-child {
  padding-right: 0;
  width: 100%;
  text-align: right;
}
@media screen and ((min-width: 48em)) {
  .plan-lower-info .cell:last-child {
    text-align: left;
  }
}

@media screen and ((min-width: 48em)) {
  .plan-lower-info-flexible .cell:first-child {
    padding-right: 0.25rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-lower-info-flexible .cell:first-child {
    padding-right: 0.375rem;
  }
}

.plan-heading {
  display: flex;
  gap: 4px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  order: 3;
  flex-basis: 100%;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-heading {
    order: 2;
  }
}
.plan-heading .plan-color {
  display: none;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  align-self: flex-start;
  flex-shrink: 0;
  margin: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-heading .plan-color {
    gap: 6px;
    margin: 6px;
    height: 24px;
    width: 24px;
  }
}
.plan-heading .plan-bronze {
  display: block;
  background: #be9455;
}
.plan-heading .plan-ruby {
  display: block;
  background: #df5564;
}
.plan-heading .plan-sapphire {
  display: block;
  background: #0a70ba;
}
.plan-heading .plan-emerald {
  display: block;
  background: #65ddbb;
}
.plan-heading .plan-diamond {
  display: block;
  background: #b9dff0;
}
.plan-heading .plan-silver {
  display: block;
  background: #88a4c6;
}
.plan-heading .plan-gold {
  display: block;
  background: #fabc0b;
}
.plan-heading .plan-platinum {
  display: block;
  background: #c5c5c5;
}
.plan-heading .plan-catastrofic {
  display: block;
  background: #484848;
}

.plan-duration {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  order: 2;
  width: 140px;
  gap: 4px;
}
@media screen and ((min-width: 37.5em)) {
  .plan-duration {
    width: 173px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-duration {
    order: 3;
  }
}
.plan-duration .heading {
  position: relative;
}
.plan-duration .sub-heading {
  font-size: 12px;
  line-height: 16px;
  color: #617384;
  position: relative;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-duration .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
.plan-duration .sub-heading.not-rated {
  font-style: italic;
}
.plan-duration .sub-heading.not-rated .plan-tooltip-text {
  font-style: normal;
}

.plan-rating {
  position: relative;
  width: 136px;
  height: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  order: 2;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-rating {
    order: 3;
  }
}
.plan-rating img {
  width: 100%;
}
.plan-rating .rating-bottom,
.plan-rating .rating-top {
  position: absolute;
  width: 100%;
}
.plan-rating .rating-top {
  clip-path: inset(0% 100% 0% 0%);
  display: flex;
}
.plan-rating .rating-top img {
  width: 100%;
  height: 100%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-rating {
    width: 204px;
    height: 34.5px;
  }
}

.plan-label {
  width: 190px;
  padding: 6px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-label {
    width: 285px;
    padding: 9px 24px;
  }
}
.plan-label.plan-label-affordable {
  display: inline-flex;
  justify-content: center;
  background-color: #fc02c8;
}
.plan-label.plan-label-premium {
  display: inline-flex;
  justify-content: center;
  background-color: #7c53e4;
}
.plan-label.plan-label-recommended {
  display: inline-flex;
  justify-content: center;
  background-color: #0e9bfc;
}
.plan-label .label {
  color: #ffffff;
}

div.plan-label:not([class^="plan-label plan-label-"]) + .plan-container:before, div.plan-label:not([class^="plan-label plan-label-"]) + .plan-container:after {
  border-top-left-radius: 8px;
}
div.plan-label:not([class^="plan-label plan-label-"]) + .plan-container .plan-header {
  border-top-left-radius: 6px;
}

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

.clickable {
  cursor: pointer;
}

.button-gradient .button-text.show-details-text, .button-gradient .button-text.hide-details-text {
  display: none;
}
.button-gradient .button-text.show-details-text.active, .button-gradient .button-text.hide-details-text.active {
  display: flex;
}

.plan-option-frame {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 1001;
  visibility: hidden;
  overflow-y: hidden;
}
@media screen and ((min-width: 37.5em)) {
  .plan-option-frame {
    position: absolute;
    height: auto;
    border-radius: 8px;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-option-frame {
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: none;
  }
}
.plan-option-frame.active {
  visibility: visible;
  height: 100%;
}
@media screen and ((min-width: 48em)) {
  .plan-option-frame.active .plan-option-wrapper {
    height: auto;
  }
}
.plan-option-frame .plan-option-wrapper {
  padding: 24px 32px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 24px;
  position: relative;
}
@media screen and ((min-width: 48em)) {
  .plan-option-frame .plan-option-wrapper {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-option-frame .plan-option-wrapper {
    padding: 16px 30px 16px 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-option-frame .plan-option-wrapper {
    padding: 24px 45px 24px 36px;
  }
}
.plan-option-frame .plan-info-icon {
  align-self: center;
}
@media screen and ((min-width: 37.5em)) {
  .plan-option-frame .plan-info-icon {
    align-self: self-start;
  }
}
.plan-option-frame .plan-info-icon .svg-use-icon {
  width: 96px;
  height: 96px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-option-frame .plan-info-icon .svg-use-icon {
    width: 144px;
    height: 144px;
  }
}
.plan-option-frame .plan-info-text {
  flex-direction: column;
  gap: 16px;
  flex-basis: 100%;
}
@media screen and ((min-width: 75em)) {
  .plan-option-frame .plan-info-text {
    gap: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-option-frame .plan-info-text {
    gap: 12px;
  }
}
.plan-option-frame .plan-info-text .plan-info-list-benefits {
  display: flex;
  flex-direction: column;
}
@media screen and ((min-width: 48em)) {
  .plan-option-frame .plan-info-text .plan-info-list-benefits {
    gap: 42px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .plan-option-frame .plan-info-text .plan-info-list-benefits {
    gap: 63px;
  }
}
.plan-option-frame .plan-info-text .plan-info-benefits {
  font-size: 14px;
  line-height: 20px;
  flex-basis: 50%;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-option-frame .plan-info-text .plan-info-benefits {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-option-frame .plan-info-text-with-icon {
  display: flex;
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .plan-option-frame .plan-info-text-with-icon {
    flex-direction: row;
    gap: 16px;
  }
}
.plan-option-frame .close-button-dark {
  top: 28px;
  left: 32px;
  position: absolute;
}
@media screen and ((min-width: 37.5em)) {
  .plan-option-frame .close-button-dark {
    top: 12px;
    right: 12px;
    left: auto;
  }
}
.plan-option-frame .close-button-dark .svg-use-icon {
  width: 32px;
  height: 32px;
}
.plan-option-frame .close-button-dark .svg-use-icon svg {
  fill: #384750;
}
.plan-option-frame.option-frame-static {
  position: static;
  visibility: visible;
}

.add-gradient:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 24;
}
@media screen and ((min-width: 48em)) {
  .add-gradient:after {
    background: linear-gradient(0deg, #fff 16.67%, rgba(255, 255, 255, 0) 81.25%);
    animation: addGradient 2s ease forwards;
    animation-fill-mode: forwards;
    animation-delay: 0s;
  }
}

.remove-gradient:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 24;
}
@media screen and ((min-width: 48em)) {
  .remove-gradient:after {
    background: linear-gradient(0deg, #fff 16.67%, rgba(255, 255, 255, 0) 81.25%);
    animation: removeGradient 1.6s ease forwards;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }
}

@keyframes addGradient {
  from {
    height: 96px;
  }
  to {
    height: 24px;
  }
}
@keyframes removeGradient {
  from {
    height: 24px;
  }
  to {
    height: 96px;
  }
}
@media screen and ((max-width: 64em)) {
  .is-mobile .button-details:hover:not(.disabled) {
    -webkit-text-fill-color: transparent;
  }
}
@media screen and ((max-width: 64em)) {
  .is-mobile .button-details:hover:not(.disabled):before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
    border-radius: inherit;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}
@media screen and ((max-width: 64em)) {
  .is-mobile .button-details:hover:not(.disabled) .button-background {
    opacity: 0 !important;
  }
}
@media screen and ((max-width: 64em)) {
  .is-mobile .button-details:hover:not(.disabled) .icons-wrapper .svg-use-icon.active {
    opacity: 0;
  }
}
@media screen and ((max-width: 64em)) {
  .is-mobile .button-details:hover:not(.disabled) .icons-wrapper .svg-use-icon:not(.active) {
    opacity: 1;
  }
}

.plan-giveback {
  display: flex;
  align-self: center;
  gap: 6px;
  order: 4;
  flex-basis: 100%;
  justify-content: flex-end;
  color: #617384;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-giveback {
    gap: 9px;
    font-size: 24px;
  }
}
.plan-giveback .svg-use-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-giveback .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}

.multi-plan-modal {
  overflow: visible;
}
.multi-plan-modal .status {
  text-transform: none;
}
.multi-plan-modal .members-checks {
  width: fit-content;
}
.multi-plan-modal .members-checks .checkbox-label {
  position: relative;
  min-width: 56px;
}
.multi-plan-modal .members-checks .checkbox-label .plan-tooltip-text {
  text-transform: none;
  color: #384750;
}
.multi-plan-modal .members-statuses {
  width: fit-content;
}

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

@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .jelly-to-your-peanut-butter {
    margin-bottom: 110px;
  }
}
.jelly-to-your-peanut-butter .bg-gradient::before {
  top: -80px;
}
@media screen and ((min-width: 37.5em)) {
  .jelly-to-your-peanut-butter .bg-gradient::before {
    top: -200px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .jelly-to-your-peanut-butter .bg-gradient::before {
    width: 700px;
    height: 700px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jelly-to-your-peanut-butter .break-title {
  display: block;
}
@media screen and ((min-width: 24.375em)) {
  .jelly-to-your-peanut-butter .break-title {
    display: inline-block;
  }
}
@media screen and ((min-width: 37.5em)) {
  .jelly-to-your-peanut-butter .break-title {
    display: block;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .jelly-to-your-peanut-butter .break-title {
    display: inline-block;
  }
}

.glass-carousel-container {
  position: relative;
}
@media (max-width: 599px) {
  .glass-carousel-container {
    padding-left: 0;
  }
}
.glass-carousel-container .inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.sandwich-container {
  position: relative;
  z-index: 1;
}
.sandwich-container .sandwich-wrapper {
  width: 364px;
  height: 220px;
  position: relative;
}
@media screen and ((min-width: 48em)) {
  .sandwich-container .sandwich-wrapper {
    width: 590px;
    height: 330px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .sandwich-container .sandwich-wrapper {
    width: 768px;
    height: 440px;
  }
}
.sandwich-container .sandwich-sequence {
  width: 768px;
  height: 440px;
  transform: scale(0.4);
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -384px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}
.webp .sandwich-container .sandwich-sequence {
  background-image: url("../img/ins/peanut-butter/sandwich-long.webp");
}
.no-webp .sandwich-container .sandwich-sequence {
  background-image: url("../img/ins/peanut-butter/sandwich-long.png");
}
@media screen and ((min-width: 24.375em)) {
  .sandwich-container .sandwich-sequence {
    transform: scale(0.45);
    top: -50%;
  }
}
@media screen and ((min-width: 48em)) {
  .sandwich-container .sandwich-sequence {
    transform: scale(0.75);
    top: -10%;
    left: -15%;
    margin-left: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .sandwich-container .sandwich-sequence {
    transform: scale(1);
    top: 0;
    left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .sandwich-container .sandwich-sequence {
    transform: scale(1.4);
    transform-origin: top center;
  }
}
.sandwich-container .arrow-us {
  width: 40px;
  height: 59px;
  position: absolute;
  left: 0%;
  top: 7%;
  flex-shrink: 0;
}
@media (min-width: 601px) and (max-width: 690px) {
  .sandwich-container .arrow-us {
    flex-shrink: 1;
  }
}
@media (min-width: 24.375em) {
  .sandwich-container .arrow-us {
    left: -2%;
    top: 7%;
  }
}
@media (min-width: 37.5em) {
  .sandwich-container .arrow-us {
    width: 76px;
    height: 75px;
    left: -15%;
  }
}
@media (min-width: 48em) {
  .sandwich-container .arrow-us {
    top: 25%;
    left: -5%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .sandwich-container .arrow-us {
    width: 76px;
    height: 63px;
    top: 28%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .sandwich-container .arrow-us {
    transform: scale(1.7);
    left: -28%;
    top: 39%;
  }
}
.sandwich-container .arrow-us img {
  height: auto;
  margin: 0;
  position: absolute;
}
.sandwich-container .arrow-us img:first-child, .sandwich-container .arrow-us img:nth-child(2), .sandwich-container .arrow-us img:nth-child(3) {
  top: 0;
  left: 0;
  opacity: 0;
}
.sandwich-container .arrow-us img:nth-child(4), .sandwich-container .arrow-us img:nth-child(5), .sandwich-container .arrow-us img:nth-child(6) {
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: top left;
}
.sandwich-container .arrow-you {
  width: 40px;
  height: 57px;
  position: absolute;
  top: 40%;
  right: -2%;
  flex-shrink: 0;
}
@media (min-width: 601px) and (max-width: 690px) {
  .sandwich-container .arrow-you {
    flex-shrink: 1;
  }
}
@media (min-width: 37.5em) {
  .sandwich-container .arrow-you {
    width: 75px;
    height: 72px;
    top: 35%;
    right: -17%;
  }
}
@media (min-width: 48em) {
  .sandwich-container .arrow-you {
    top: 45%;
    right: -5%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .sandwich-container .arrow-you {
    width: 89px;
    height: 60px;
    top: 40%;
    right: -6%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .sandwich-container .arrow-you {
    transform: scale(1.7);
    right: -30%;
    top: 56%;
  }
}
.sandwich-container .arrow-you img {
  height: auto;
  margin: 0;
  position: absolute;
}
.sandwich-container .arrow-you img:first-child, .sandwich-container .arrow-you img:nth-child(2), .sandwich-container .arrow-you img:nth-child(3) {
  bottom: 0;
  right: 0;
  opacity: 0;
}
.sandwich-container .arrow-you img:nth-child(4), .sandwich-container .arrow-you img:nth-child(5), .sandwich-container .arrow-you img:nth-child(6) {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
}

.equal-height-cards .inner {
  display: flex;
  z-index: 2;
}
@media screen and ((min-width: 37.5em)) {
  .equal-height-cards .inner {
    align-items: stretch;
  }
}

.glass-carousel-container .inner {
  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);
}

.tns-item:last-of-type {
  padding-right: 0 !important;
}

.glass-carousel-card {
  margin: 0;
  padding: 24px 14px;
  background: transparent;
  flex: 1;
  min-height: 330px;
}
@media (min-width: 37.5em) and (max-width: 64em) {
  .glass-carousel-card {
    padding: 32px 16px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .glass-carousel-card {
    border: none;
    min-height: 344px;
  }
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 550px) {
  .glass-carousel-card {
    min-height: 190px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .glass-carousel-card {
    min-height: 432px;
    padding: 64px 40px 80px;
  }
}
@media (min-width: 64.0625em) and (orientation: landscape) and (max-height: 770px) {
  .glass-carousel-card {
    min-height: 280px;
    padding: 30px 40px 30px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-carousel-card {
    min-height: 648px;
  }
}
.glass-carousel-card:not(:last-child) {
  margin-right: 0;
}
@media (min-width: 37.5em) and (max-width: 64em) {
  .glass-carousel-card:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .glass-carousel-card:not(:last-child) {
    margin-right: 32px;
  }
}
.glass-carousel-card .card-img-holder {
  width: 256px;
  height: auto;
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 550px) {
  .glass-carousel-card .card-img-holder {
    width: 119px;
  }
}
@media (min-width: 64.0625em) and (orientation: landscape) and (max-height: 770px) {
  .glass-carousel-card .card-img-holder {
    width: 180px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-carousel-card .card-img-holder {
    width: 384px;
  }
  .glass-carousel-card .card-img-holder img {
    width: 100%;
  }
}
.glass-carousel-card .card-section {
  padding: 0;
}
.glass-carousel-card .card-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@media screen and ((min-width: 48em)) {
  .glass-carousel-card .card-section p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-carousel-card .card-section p {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .glass-carousel-card p {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 1184px) {
  .jelly-to-your-peanut-butter.slick-initialized {
    margin-left: -32px;
    margin-right: -32px;
  }
  .jelly-to-your-peanut-butter .slick-slide > div {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .jelly-to-your-peanut-butter.slick-initialized {
    margin-left: -16px;
    margin-right: -16px;
  }
  .jelly-to-your-peanut-butter .slick-slide > div {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.jelly-to-your-peanut-butter .tns-nav {
  position: static;
  bottom: auto;
  font-size: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 32px 0 0 0;
  width: 100%;
}
.jelly-to-your-peanut-butter .tns-nav button {
  position: relative;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  cursor: pointer;
}
.jelly-to-your-peanut-butter .tns-nav button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #d0d4da;
  margin-right: 5px;
  -webkit-transition: width 0.3s, background 0.3s;
  transition: width 0.3s, background 0.3s;
}
.jelly-to-your-peanut-butter .tns-nav button.tns-nav-active {
  width: 40px;
}
.jelly-to-your-peanut-butter .tns-nav button.tns-nav-active::before {
  width: 40px;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  opacity: 1;
}
.jelly-to-your-peanut-butter .tns-ovh {
  overflow: visible;
}

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

@media (min-width: 240em) and (min-height: 1900px) {
  .bg-gradient.bg-gradient-purple:has(.self-enroll):before {
    top: 450px;
  }
}

.self-enroll {
  width: 100%;
  padding-right: 1rem;
  margin: 0 auto;
}
@media screen and ((min-width: 37.5em)) {
  .self-enroll {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 75em) {
  .self-enroll {
    max-width: 90rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll {
    max-width: calc(90rem * 1.5);
  }
}
.self-enroll .section-head {
  padding-left: 1rem;
}
@media screen and ((min-width: 37.5em)) {
  .self-enroll .section-head {
    padding-left: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .section-head {
    padding-left: 24px;
  }
}
.self-enroll .section-head h2 {
  margin-left: -12px;
  margin-right: -12px;
  white-space: nowrap;
}
.self-enroll .section-head h2 span {
  display: inline-block;
}
@media screen and ((min-width: 64.0625em)) {
  .self-enroll .glass-carousel-container {
    padding-inline: 7.25rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container {
    padding-inline: 10.875rem;
  }
}
.self-enroll .glass-carousel-container .glass-parallax-elements {
  height: 100%;
  width: 100%;
  top: 0;
}
.self-enroll .glass-carousel-container .tns-slider {
  display: flex;
}
.self-enroll .glass-carousel-container .tns-slider .tns-item {
  flex: 1;
}
.self-enroll .glass-carousel-container .tns-slider .tns-item:last-of-type {
  padding-right: 0 !important;
}
.self-enroll .glass-carousel-container .tns-nav {
  margin-top: 2rem;
}
.self-enroll .glass-carousel-container .cards-container {
  gap: 1.5rem;
  justify-content: center;
}
@media screen and ((min-width: 37.5em)) {
  .self-enroll .glass-carousel-container .cards-container {
    gap: 1rem;
  }
}
@media screen and ((min-width: 48em)) {
  .self-enroll .glass-carousel-container .cards-container {
    gap: 1.5rem;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .self-enroll .glass-carousel-container .cards-container {
    gap: 2rem;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container .cards-container {
    gap: 48px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container .cards-container .card picture {
    width: 360px;
  }
  .self-enroll .glass-carousel-container .cards-container .card picture img {
    width: 100%;
  }
}
.self-enroll .glass-carousel-container .glass-carousel-card {
  padding-block: 2rem;
  padding-inline: 1.5rem;
  margin: 0;
  max-width: 520px;
  gap: 1.5rem;
}
@media screen and ((min-width: 37.5em)) {
  .self-enroll .glass-carousel-container .glass-carousel-card {
    padding-block: 2rem;
    padding-inline: 1rem;
  }
}
@media screen and ((min-width: 48em)) {
  .self-enroll .glass-carousel-container .glass-carousel-card {
    padding-block: 2.5rem;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .self-enroll .glass-carousel-container .glass-carousel-card {
    gap: 2rem;
    padding-block: 3rem;
    padding-inline: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container .glass-carousel-card {
    gap: 48px;
    padding-block: 72px;
    max-width: 780px;
  }
}
.self-enroll .glass-carousel-container .parallax-shape.left-shape {
  left: -64px;
}
@media screen and ((min-width: 64.0625em)) {
  .self-enroll .glass-carousel-container .parallax-shape.left-shape {
    left: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container .parallax-shape.left-shape {
    left: 48px;
  }
}
.self-enroll .glass-carousel-container .parallax-shape.right-shape {
  right: -80px;
  top: 250px;
}
@media screen and ((min-width: 64.0625em)) {
  .self-enroll .glass-carousel-container .parallax-shape.right-shape {
    right: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .self-enroll .glass-carousel-container .parallax-shape.right-shape {
    right: 64px;
  }
}

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

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

.reveal-table {
  border-collapse: collapse;
}
.reveal-table .row {
  display: table-row;
}
.reveal-table .row:last-child .cell {
  padding-right: 0;
  padding-bottom: 0;
}
.reveal-table .cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 16px;
}
.reveal-table .cell:first-child {
  width: 100%;
  padding-right: 12px;
  text-align: left;
}
.reveal-table .cell:nth-child(2) {
  text-align: right;
}
.reveal-table:last-child .row .cell:last-child {
  padding-right: 12px;
}
.email-plan-modal .reveal-table .row:last-child .cell {
  padding-bottom: 0;
}
.email-plan-modal .reveal-table .cell {
  padding-bottom: 8px;
}
.email-plan-modal .reveal-table .cell:first-child {
  width: 35%;
}

[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);
}

.tab-button {
  cursor: pointer;
}
@media screen and ((min-width: 48em)) {
  .tab-button {
    pointer-events: none;
    cursor: default;
  }
}
.tab-button.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(261.34deg, #56b9fd 27%, #ff4dd8 98.48%);
}
@media screen and ((min-width: 48em)) {
  .tab-button.active:after {
    content: none;
  }
}

.tab-contents .tab-content {
  display: none;
}
.tab-contents .tab-content.active {
  display: initial;
}

.tab-headings {
  margin: 0 -9px 16px -9px;
  overflow-x: auto;
  padding: 0 10px 8px 10px;
  scrollbar-width: none; /* For Chrome and Safari */
  scrollbar-color: transparent transparent; /* For Chrome and Safari */
  scroll-behavior: smooth;
  transition: scroll-left 0.5s ease-out;
  border-bottom: 1px solid #a4b3c1;
}
@media screen and ((min-width: 37.5em)) {
  .tab-headings {
    margin: 0 -9px 16px -9px;
  }
}
@media screen and ((min-width: 48em)) {
  .tab-headings {
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.tab-headings::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.tab-headings::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

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

.button-sort {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  position: relative;
  border-radius: 8px;
  max-width: 216px;
  white-space: nowrap;
  padding: 11px 8px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
}
@media screen and ((min-width: 48em)) {
  .button-sort {
    padding: 9px 8px;
  }
}
@media screen and ((max-width: 47.9375em)) {
  .button-sort {
    max-width: 100%;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button-sort {
    max-width: 324px;
    padding: 13.5px 12px;
  }
}
.button-sort.outlined {
  padding-top: 12px;
}
@media screen and ((min-width: 37.5em)) {
  .button-sort.outlined {
    padding-top: 10px;
  }
}
.button-sort.outlined:before {
  background-origin: border-box;
  background-clip: border-box;
  border: 2px solid transparent;
  padding: 0;
}
.button-sort.outlined .button-background {
  width: 100%;
}
.button-sort.button-pink {
  color: #fc02c8;
  border: 1px solid #fc02c8;
}
.button-sort.button-purple {
  color: #7c53e4;
  border: 1px solid #7c53e4;
}
.button-sort.button-blue {
  color: #0e9bfc;
  border: 1px solid #0e9bfc;
}

.button-sort-background {
  max-width: 216px;
  border-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button-sort-background {
    max-width: 324px;
    border-radius: 12px;
  }
}

.button-sort:not(.button-gradient):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: 8px;
  pointer-events: none;
}

.button-sort.button-gradient {
  height: 100%;
}
.button-sort.button-gradient:before {
  border: 1px solid transparent;
}
.button-sort.button-gradient:hover {
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  mask-image: radial-gradient(white, black);
}
.button-sort.button-gradient:hover:before {
  content: "";
  border: 2px solid transparent;
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask-composite: exclude;
}
.button-sort.button-gradient:hover:after {
  opacity: 0;
}
.button-sort.button-gradient:hover .button-background {
  background: none;
}
.button-sort.button-gradient:hover .button-background:before {
  content: "";
  background: none;
}
.button-sort.button-gradient .button-background {
  border-radius: 8px;
  transition: none;
}
.button-sort.button-gradient.active {
  -webkit-text-fill-color: #ffffff;
}
.button-sort.button-gradient.active .button-background {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  border-radius: 8px;
  opacity: 1;
  pointer-events: all;
}
.button-sort.button-gradient.active .button-background:before {
  content: "";
  background: linear-gradient(264.34deg, #0e9bfc -53.81%, #ff00c7 100%);
  opacity: 0;
}

.button-sort:hover:before {
  opacity: 1;
}
.button-sort.button-pink:hover:before {
  border-color: #fc02c8;
}
.button-sort.button-pink.active {
  color: #ffffff;
  background-color: #fc02c8;
}
.button-sort.button-purple:hover:before {
  border-color: #7c53e4;
}
.button-sort.button-purple.active {
  color: #ffffff;
  background-color: #7c53e4;
}
.button-sort.button-blue:hover:before {
  border-color: #0e9bfc;
}
.button-sort.button-blue.active {
  color: #ffffff;
  background-color: #0e9bfc;
}

.animated.delay-01s {
  animation-delay: 0.1s;
}

.animated.delay-02s {
  animation-delay: 0.2s;
}

.animated.delay-03s {
  animation-delay: 0.3s;
}

.animated.delay-05s {
  animation-delay: 0.5s;
}

.animated.delay-07s {
  animation-delay: 0.7s;
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp-100 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp-100 {
  animation-name: fadeInUp-100;
}

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

.plan-filters {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 2rem 2rem 1.5rem;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  background: #ffffff;
}
@media screen and ((min-width: 37.5em)) {
  .plan-filters {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    padding: 1.5rem 2rem 2rem 1.5rem;
  }
}
@media screen and ((min-width: 75em)) {
  .plan-filters {
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    display: block;
    width: 290px;
    padding: 2rem 1rem;
    flex-shrink: 0;
  }
}
@media screen and ((min-width: 90em)) {
  .plan-filters {
    width: 315px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-filters {
    width: 472.5px;
    padding: 48px 24px;
  }
}
.plan-filters h5 {
  white-space: nowrap;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-filters .form-element-range {
    width: 100%;
  }
}
.plan-filters.plan-filters-opened {
  width: 100%;
  display: inline-flex;
  overflow-y: auto;
  z-index: 1001;
  left: 0;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  height: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .plan-filters.plan-filters-opened {
    width: 339px;
    overflow-y: hidden;
    flex-shrink: 0;
  }
}
.plan-filters .close-button-dark:not(.modal-close-btn) {
  top: 24px;
  right: 24px;
  position: absolute;
}
.plan-filters .close-button-dark:not(.modal-close-btn) .svg-use-icon {
  width: 32px;
  height: 32px;
}
.plan-filters .close-button-dark:not(.modal-close-btn) .svg-use-icon svg {
  fill: #384750;
}

.ribbon {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 80px;
  width: 80px;
  z-index: 4;
}
.ribbon .ribbon-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  top: 18px;
  left: 12px;
  transform: rotate(45deg);
  transform-origin: center;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.ribbon .ribbon-text .ribbon-warning-icon {
  display: none;
  width: 18px;
  height: 16px;
}
.ribbon .ribbon-text .ribbon-warning-icon .svg-use-icon {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.ribbon .ribbon-text .ribbon-warning-icon .svg-use-icon svg {
  fill: none;
}
.ribbon .ribbon-text.ribbon-warning .ribbon-warning-icon {
  display: inline-block;
}
.ribbon .plan-tooltip-container {
  color: #384750;
  padding: 24px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .ribbon .plan-tooltip-container {
    padding: 8px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .ribbon .plan-tooltip-container.right-mobile {
    position: absolute;
    right: 33px;
    bottom: 88px;
    top: auto;
  }
  .ribbon .plan-tooltip-container.right-mobile:after {
    bottom: -6px;
    top: auto;
    right: 16px;
    left: auto;
    transform: rotate(-135deg);
  }
}
@media screen and ((min-width: 37.5em)) {
  .ribbon .plan-tooltip-container.bottom {
    position: absolute;
    top: 68px;
    right: -10px;
    bottom: auto;
  }
  .ribbon .plan-tooltip-container.bottom:after {
    bottom: auto;
    top: -6px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }
}
@media screen and ((min-width: 48em)) {
  .ribbon .plan-tooltip-container.bottom {
    top: 55px;
    right: 4px;
    position: absolute;
  }
}
@media screen and ((min-width: 75em)) {
  .ribbon .plan-tooltip-container.bottom {
    top: 68px;
    right: -10px;
    position: absolute;
  }
}

.plans-comparison-banner {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 8px 16px;
  display: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  z-index: 2;
}
@media screen and ((min-width: 48em)) {
  .plans-comparison-banner {
    padding: 16px 24px;
  }
}
@media screen and ((min-width: 75em)) {
  .plans-comparison-banner {
    padding: 16px 40px;
  }
}
.plans-comparison-banner.active {
  display: block;
}
.plans-comparison-banner .plans-comparison-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 1360px;
  width: 100%;
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-banner .plans-comparison-wrapper {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-comparison-wrapper {
    max-width: 2040px;
    gap: 24px;
  }
}
.plans-comparison-banner .plans-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-banner .plans-wrapper {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-wrapper {
    gap: 24px;
  }
}
.plans-comparison-banner .plans-wrapper .plan {
  position: relative;
  height: 64px;
  width: 550px;
  min-width: 0;
  flex: 1;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-banner .plans-wrapper .plan {
    padding: 8px 8px 8px 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-wrapper .plan {
    height: 96px;
    width: 150%;
    max-width: 825px;
    padding: 12px;
  }
}
.plans-comparison-banner .plans-wrapper .plan:before {
  content: "";
  border-radius: 8px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  position: absolute;
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
  z-index: -1;
}
.plans-comparison-banner .plans-wrapper .plan:after {
  content: "";
  border-radius: 7px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
}
.plans-comparison-banner .plans-wrapper .plan.active {
  display: block;
}
.plans-comparison-banner .plans-wrapper .plan .plan-info {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-wrapper .plan .plan-info {
    gap: 6px;
  }
}
.plans-comparison-banner .plans-wrapper .plan .plan-provider,
.plans-comparison-banner .plans-wrapper .plan .plan-premium {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-wrapper .plan .plan-provider,
  .plans-comparison-banner .plans-wrapper .plan .plan-premium {
    font-size: 24px;
    line-height: 39px;
  }
}
.plans-comparison-banner .plans-wrapper .plan .plan-provider {
  flex: 1;
}
.plans-comparison-banner .plans-wrapper .plan .plan-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-wrapper .plan .plan-title {
    font-size: 24px;
    line-height: 39px;
  }
}
.plans-comparison-banner .plan-count {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #617384;
}
@media screen and ((min-width: 48em)) {
  .plans-comparison-banner .plan-count {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-banner .plan-count {
    white-space: nowrap;
    display: initial;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plan-count {
    font-size: 21px;
  }
}
.plans-comparison-banner .plans-comparison-action {
  display: flex;
  gap: 16px;
  margin-top: 0;
  margin-left: auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .plans-comparison-action {
    gap: 24px;
  }
}
.plans-comparison-banner .plans-comparison-action .button {
  max-width: none;
}
.plans-comparison-banner .button-remove-comparison .svg-use-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-banner .button-remove-comparison .svg-use-icon {
    width: 36px;
    height: 36px;
  }
}
.plans-comparison-banner .button-remove-comparison .svg-use-icon svg {
  fill: #384750;
}

@media screen and ((min-width: 48em)) {
  .button.button-clear {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .button.button-clear {
    display: flex;
  }
}
.button.button-clear .icons-wrapper {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .button.button-clear .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}

.enrollment-sorting-plans-container.plan-full-details-container {
  justify-content: flex-start;
  display: block;
  width: 100%;
}
.enrollment-sorting-plans-container .plans-compare-results {
  margin: 0;
}
.enrollment-sorting-plans-container .plan-full-details {
  max-width: 895px;
}
@media screen and ((min-width: 64.0625em)) {
  .enrollment-sorting-plans-container .plan-full-details {
    margin: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .enrollment-sorting-plans-container .plan-full-details {
    max-width: 1342.5px;
  }
}

.table .row {
  display: flex;
  width: 100%;
  gap: 8px;
  position: relative;
}
@media screen and ((min-width: 75em)) {
  .table .row {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .row {
    gap: 48px;
  }
}
.table .row:last-child .cell:not(:first-child), .table .row.last-row .cell:not(:first-child) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  order: 2;
}
@media screen and ((min-width: 48em)) {
  .table .row:last-child .cell:not(:first-child).sides-shadow, .table .row.last-row .cell:not(:first-child).sides-shadow {
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
.table .row:last-child .cell:not(:first-child).sides-shadow:before, .table .row:last-child .cell:not(:first-child).sides-shadow:after, .table .row.last-row .cell:not(:first-child).sides-shadow:before, .table .row.last-row .cell:not(:first-child).sides-shadow:after {
  content: none;
}
.table .row.row-resources, .table .row.previous-row {
  z-index: 1;
}
.table .row.plan-resources .cell {
  padding-top: 0;
}
@media screen and ((min-width: 48em)) {
  .table .row.plan-resources .cell {
    padding-top: 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .row.plan-resources .cell {
    padding-top: 18px;
  }
}
.table .cell {
  flex: 1;
  max-width: 516px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: white;
  position: relative;
  min-width: auto;
}
@media screen and ((min-width: 48em)) {
  .table .cell {
    flex: auto;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table .cell {
    max-width: 316px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell {
    max-width: 474px;
  }
}
.table .cell:first-child {
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}
.table .cell:first-child:after {
  content: none;
}
.table .cell:last-child {
  margin-right: 0;
}
.table .cell.sides-shadow:before {
  box-shadow: -16px 0 15px -19px rgba(56, 71, 80, 0.1) inset;
  content: none;
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
@media screen and ((min-width: 48em)) {
  .table .cell.sides-shadow:before {
    content: "";
  }
}
.table .cell.sides-shadow:after {
  box-shadow: 16px 0 15px -19px rgba(56, 71, 80, 0.1) inset;
  content: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
}
@media screen and ((min-width: 48em)) {
  .table .cell.sides-shadow:after {
    content: "";
  }
}
.table .cell.plan-wrapper {
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
}
.table .cell.plan-wrapper:after {
  content: none;
}
.table .cell.plan-wrapper:not(:has(.plan-label)) {
  margin-top: 31px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell.plan-wrapper:not(:has(.plan-label)) {
    margin-top: 44.8px;
  }
}
.table .cell.plan-wrapper:not(:has(.plan-label)) .plan-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell.plan-wrapper .plan-label {
    height: 48px;
  }
}
.table .cell.plan-legend-heading {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  flex-basis: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .table .cell.plan-legend-heading {
    padding-left: 16px;
  }
}
@media screen and ((min-width: 48em)) {
  .table .cell.plan-legend-heading {
    flex: 0 0 186px;
    padding-left: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table .cell.plan-legend-heading {
    flex: 0 0 316px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell.plan-legend-heading {
    font-size: 24px;
    line-height: 36px;
    flex: 0 0 474px;
  }
}
.table .cell.plan-legend-heading .form-element-select {
  z-index: 4;
}
.table .cell.plan-legend-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 18px;
  padding: 24px 0 40px 0;
}
@media screen and ((min-width: 48em)) {
  .table .cell.plan-legend-text {
    padding: 20px 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell.plan-legend-text {
    padding: 30px 0;
    font-size: 27px;
    line-height: 36px;
  }
}
.table .cell.plan-legend-text:has(.plan-separator) {
  padding: 0;
  flex-basis: 33.33%;
}
.table .cell .plan-separator {
  height: 1px;
  display: block;
  border-top: 1px solid #d0d4da;
  margin: 10px 0 24px 0;
}
@media screen and ((min-width: 48em)) {
  .table .cell .plan-separator {
    margin: 16px 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell .plan-separator {
    margin: 20px 0 40px 0;
  }
}
.table .cell .plan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  position: relative;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px 8px 16px 8px;
}
@media screen and ((min-width: 48em)) {
  .table .cell .plan-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 24px 8px 4px 8px;
  }
}
@media screen and ((min-width: 75em)) {
  .table .cell .plan-content {
    padding: 24px 8px 16px 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell .plan-content {
    padding: 24px 12px;
  }
}
.table .cell .plan-content .plan-heading {
  margin-bottom: 12px;
}
@media screen and ((min-width: 48em)) {
  .table .cell .plan-content .plan-heading {
    margin-bottom: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell .plan-content .plan-heading {
    margin-bottom: 24px;
  }
}
.table .cell .plan-content .plan-not-enabled {
  order: 3;
}
.table .cell .button-enroll {
  margin-top: auto;
  order: 3;
  z-index: 0;
  width: 100%;
}
.table .cell .plan-rating {
  max-width: 96px;
  width: max-content;
}
@media screen and ((min-width: 37.5em)) {
  .table .cell .plan-rating {
    max-width: 145px;
  }
}
.table .cell .plan-label {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
}
@media screen and ((min-width: 48em)) {
  .table .cell .plan-label {
    padding: 6px 16px;
  }
}
.table .cell .plan-label-none + .plan-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table .cell .plan-heading {
  text-align: left;
  order: 2;
  flex-direction: row;
}
.table .cell .action-controls {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
@media screen and ((max-width: 37.4375em)) {
  .table .cell .action-controls {
    padding: 0 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell .action-controls {
    gap: 24px;
  }
}
.table .cell .action-controls .plan-not-enabled {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 16px;
}
.table .cell .plan-logo {
  max-width: 256px;
  width: 100%;
  height: 40px;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and ((min-width: 48em)) {
  .table .cell .plan-logo {
    height: 54px;
    margin-bottom: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table .cell .plan-logo {
    height: 64px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell .plan-logo {
    height: 96px;
    max-width: 384px;
    margin-bottom: 36px;
  }
}
.table .cell .plan-logo .svg-logo {
  max-width: 76%;
}
.table .cell .plan-logo .brand-name {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  text-align: center;
}
.table .cell .plan-logo:has(.svg-logo) .brand-name {
  display: none;
}
.table .cell.plan-filter {
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
@media screen and ((min-width: 37.5em)) {
  .table .cell.plan-filter {
    order: 1;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table .cell.plan-filter {
    margin-left: 0;
    max-width: 316px;
    flex: 0 0 316px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table .cell.plan-filter {
    max-width: 474px;
    flex: 0 0 474px;
  }
}
.table .cell.plan-filter.plan-legend-heading {
  background-color: transparent;
}
.table.plan-info-header {
  margin-bottom: 24px;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and ((min-width: 37.5em)) {
  .table.plan-info-header {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-header {
    margin-bottom: 0;
  }
}
.table.plan-info-header > .row {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-header > .row {
    gap: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table.plan-info-header > .row {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
@media screen and ((min-width: 75em)) {
  .table.plan-info-header > .row {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table.plan-info-header > .row {
    gap: 48px;
  }
}
.table.plan-info-header .plan-header-table {
  order: 1;
}
@media screen and ((min-width: 37.5em)) {
  .table.plan-info-header .plan-header-table {
    order: 2;
  }
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-header .plan-header-table {
    margin-right: 0;
    margin-left: 194px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table.plan-info-header .plan-header-table {
    margin-left: 0;
  }
}
@media screen and ((min-width: 75em)) {
  .table.plan-info-header .plan-header-table {
    margin-left: 0;
  }
}
.table.plan-info-header .plan-header-table .plan-heading {
  flex-basis: auto;
}
.table.plan-info-header .plan-header-table .row .cell:nth-child(1):nth-last-child(3) .plan-heading, .table.plan-info-header .plan-header-table .row .cell:nth-child(2):nth-last-child(2) .plan-heading, .table.plan-info-header .plan-header-table .row .cell:nth-child(3):nth-last-child(1) .plan-heading {
  flex-direction: column;
}
@media screen and ((min-width: 37.5em)) {
  .table.plan-info-header .plan-header-table .row .cell:nth-child(1):nth-last-child(3) .plan-heading, .table.plan-info-header .plan-header-table .row .cell:nth-child(2):nth-last-child(2) .plan-heading, .table.plan-info-header .plan-header-table .row .cell:nth-child(3):nth-last-child(1) .plan-heading {
    flex-direction: row;
  }
}
.table.plan-info-table {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and ((min-width: 37.5em)) {
  .table.plan-info-table {
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 16px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-table {
    padding-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
}
.table.plan-info-table .row {
  gap: 0;
  flex-wrap: wrap;
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-table .row {
    gap: 8px;
    flex-wrap: nowrap;
  }
}
@media screen and ((min-width: 75em)) {
  .table.plan-info-table .row {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table.plan-info-table .row {
    gap: 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .table.plan-info-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 ((min-width: 48em)) {
  .table.plan-info-table .row:not(.no-hover):hover:after {
    content: "";
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .table.plan-info-table .row:not(.no-hover):hover:after {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media screen and ((min-width: 48em)) and ((min-width: 48em)) {
  .table.plan-info-table .row:not(.no-hover):hover .cell .cell-content {
    z-index: 2;
    position: relative;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .table.plan-info-table .row[data-filter]:not(:first-child) .cell {
    padding: 24px 0 16px 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table.plan-info-table .row[data-filter]:not(:first-child) .cell {
    padding: 36px 0 24px 0;
  }
}
.table.plan-info-table .row[data-filter]:not(:first-child).row-resources .cell {
  padding-bottom: 0;
}
@media screen and ((min-width: 64.0625em)) {
  .table.plan-info-table .row[data-filter]:first-child .cell {
    padding-bottom: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .table.plan-info-table .row[data-filter]:first-child .cell {
    padding-bottom: 24px;
  }
}
.table.plan-info-table .row.first-row[data-filter]:first-child .cell, .table.plan-info-table .row.first-row[data-filter]:not(:first-child) .cell {
  padding-top: 0;
}
.table.plan-info-table .row.plan-resources:hover:after {
  content: none;
}
.table .network-benefit .in-network,
.table .network-benefit .out-of-network {
  display: none;
}
.table.in-active .in-network {
  display: unset;
}
.table.out-active .out-of-network {
  display: unset;
}
.table .button-enroll.added-to-cart,
.table .button-enroll.added-to-cart-sm {
  display: none;
}
.table .added-to-cart .button-enroll.enroll {
  display: none;
}
@media (min-width: 601px) {
  .table .added-to-cart .button-enroll.added-to-cart {
    display: unset;
  }
}
@media (max-width: 600px) {
  .table .added-to-cart .button-enroll.added-to-cart-sm {
    display: unset;
  }
}
.table.filtered .row.section-previous-row {
  z-index: 1;
}
.table.filtered .row.section-last-row .cell:not(:first-child) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  order: 2;
}
@media screen and ((min-width: 48em)) {
  .table.filtered .row.section-last-row .cell:not(:first-child).sides-shadow {
    box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  }
}
.table.filtered .row.section-last-row .cell:not(:first-child).sides-shadow:before, .table.filtered .row.section-last-row .cell:not(:first-child).sides-shadow:after {
  content: none;
}

@media screen and ((min-width: 48em)) {
  .plan-full-details .table.plan-info-header > .row {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-full-details .table.plan-info-header > .row {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table.plan-info-header > .row {
    gap: 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-full-details .table.plan-info-table .row {
    gap: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plan-full-details .table.plan-info-table .row {
    gap: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table.plan-info-table .row {
    gap: 48px;
  }
}
.plan-full-details .table .cell {
  max-width: 100%;
}
@media screen and ((min-width: 48em)) {
  .plan-full-details .table .cell {
    max-width: 545px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table .cell {
    max-width: 817.5px;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-full-details .table .cell.plan-legend-heading {
    flex: 0 0 316px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table .cell.plan-legend-heading {
    flex: 0 0 474px;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-full-details .table .cell.plan-filter {
    order: 1;
    max-width: 316px;
    flex: 0 0 316px;
    margin-left: 0;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table .cell.plan-filter {
    max-width: 474px;
    flex: 0 0 474px;
  }
}
.plan-full-details .table .cell .plan-heading {
  flex-direction: row;
}
.plan-full-details .table .cell .plan-content {
  max-width: 545px;
  width: 100%;
  min-width: auto;
}
@media screen and ((min-width: 37.5em)) {
  .plan-full-details .table .cell .plan-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and ((min-width: 37.5em)) and (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table .cell .plan-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.plan-full-details .table .cell .plan-content .plan-heading {
  margin-bottom: 24px;
}
@media screen and ((min-width: 64.0625em)) {
  .plan-full-details .table .cell .plan-content .plan-heading {
    text-align: center;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-full-details .table .cell .plan-content .plan-heading {
    margin-bottom: 36px;
  }
}
.plan-full-details .table.plan-info-header .plan-header-table {
  margin-left: 0;
  flex-grow: 1;
}
@media screen and ((min-width: 48em)) {
  .plan-full-details .plans-comparison-filter-container .plans-comparison-filter {
    flex-direction: column;
  }
}

.plans-comparison-filter-container {
  width: 100%;
  align-self: baseline;
  border-radius: 8px;
  z-index: 4;
}
.plans-comparison-filter-container .plans-comparison-filter {
  border-radius: 8px;
  background: white;
  backdrop-filter: blur(15px);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .plans-comparison-filter-container .plans-comparison-filter {
    flex-direction: row;
  }
}
@media screen and ((min-width: 48em)) {
  .plans-comparison-filter-container .plans-comparison-filter {
    gap: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-filter-container .plans-comparison-filter {
    gap: 0;
    padding: 32px 16px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-filter-container .plans-comparison-filter {
    margin-top: 48px;
    padding: 48px 24px;
  }
}
.plans-comparison-filter-container .plans-comparison-filter .form-element-select {
  width: 100%;
  margin-bottom: 0;
  z-index: 4;
}
@media screen and ((min-width: 37.5em)) {
  .plans-comparison-filter-container .plans-comparison-filter .form-element-select {
    min-width: 209px;
    max-width: 282px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .plans-comparison-filter-container .plans-comparison-filter .form-element-select {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-filter-container .plans-comparison-filter .form-element-select {
    margin-bottom: 36px;
  }
}
.plans-comparison-filter-container .plans-comparison-filter .form-element-toggle.multi-label {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and ((min-width: 37.5em)) {
  .plans-comparison-filter-container .plans-comparison-filter .form-element-toggle.multi-label {
    flex-grow: 2;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plans-comparison-filter-container .plans-comparison-filter .form-element-toggle.multi-label {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.cart-is-open .cart-container-overlay {
  display: block;
}
.cart-is-open .button {
  z-index: unset;
}
.cart-is-open .form-element-toggle label::after {
  z-index: unset;
}

.cart-content-wrapper.has-item {
  margin-bottom: 80px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-content-wrapper.has-item {
    margin-bottom: 120px;
  }
}

.active-plan {
  display: block;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .active-plan {
    margin-top: 36px;
  }
}

.plan-accordion-upper-body {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6ebf2;
  display: none;
  margin-bottom: 8px;
  padding: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-upper-body {
    margin-bottom: 12px;
    padding: 24px;
  }
}
.plan-accordion-upper-body .plan-container .plan-body .plan-info-title {
  font-size: 14px;
  line-height: 36px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-upper-body .plan-container .plan-body .plan-info-title {
    font-size: 21px;
    line-height: 54px;
  }
}
.plan-accordion-upper-body .tns-ovh {
  overflow: unset;
  overflow-y: visible;
  position: relative;
  z-index: 2;
}
.plan-accordion-upper-body .tns-inner {
  overflow-x: clip;
}

.safari-below-16 .plan-accordion-upper-body {
  overflow: hidden;
}
.safari-below-16 .plan-accordion-upper-body .tns-outer {
  margin-right: -16px;
}

.cart-container-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
}

@keyframes cart-slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes cart-slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.cart-container {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1001;
  right: 0%;
  transform: translateX(0);
  transform: translateX(100%);
}
@media (min-width: 645px) {
  .cart-container {
    width: 644px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-container {
    width: 966px;
  }
}
.cart-container.is-open {
  animation: cart-slideIn 1s ease-in forwards;
}
.cart-container.is-closed {
  animation: cart-slideOut 1s ease-in;
}
.cart-container.reload-open {
  transform: translateX(0);
}

.cart {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  height: 100vh;
  height: 100svh;
  min-height: 100%;
  margin-bottom: 50px;
  padding: 24px 16px;
}
@media screen and ((min-width: 48em)) {
  .cart {
    padding: 32px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .cart {
    flex-direction: column;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart {
    padding: 48px;
    gap: 36px;
    margin-bottom: 75px;
  }
}

.cart-control {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}
.cart-control h4 {
  text-align: center;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .cart-control h4 {
    text-align: left;
  }
}
.cart-control .close-button-dark {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cart-control .close-button-dark .svg-use-icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-control .close-button-dark .svg-use-icon {
    width: 45px;
    height: 45px;
  }
}
.cart-control .close-button-dark .svg-use-icon svg {
  fill: #384750;
}

.cart-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-heading {
    gap: 24px;
  }
}

.cart-video {
  position: relative;
}
.cart-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cart-video video {
  max-width: 100%;
  width: 100%;
  max-height: 430px;
  clip-path: inset(1px 1px);
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-video video {
    max-height: 645px;
  }
}

.cart-plans-container {
  border-radius: 8px;
  border: 1px solid #e6ebf2;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 16px;
  margin: 0;
}
@media screen and ((min-width: 37.5em)) {
  .cart-plans-container {
    padding: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-plans-container {
    padding: 36px;
  }
}
.cart-plans-container .cart-supp-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-plans-container .cart-supp-benefits {
    margin-bottom: 48px;
  }
}
@media screen and ((min-width: 48em)) {
  .cart-plans-container .plan-options-wrapper {
    margin: 0;
  }
}
.cart-plans-container .form-caption {
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
  z-index: 1001;
}
@media screen and ((min-width: 37.5em)) {
  .cart-plans-container .form-caption {
    margin-top: 0;
  }
}
.cart-plans-container .select-supplement {
  display: none;
  margin-top: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-plans-container .select-supplement {
    margin-top: 36px;
  }
}
.cart-plans-container .select-supplement.active {
  display: block;
}
.cart-plans-container .form-element {
  margin-bottom: 0;
  z-index: 1002;
}
.cart-plans-container.plans-container .form-element-checkbox {
  flex-wrap: wrap;
  z-index: 0;
}
@media screen and ((min-width: 48em)) {
  .cart-plans-container.plans-container .form-element-checkbox.box-tile-icon {
    gap: 15px;
  }
}
.cart-plans-container .plan-info-icon.show-for-medium {
  display: none !important;
}
.cart-plans-container .plan-info-icon.hide-for-medium {
  display: flex !important;
  align-self: center;
}
.cart-plans-container .plan-option-frame {
  z-index: 1003;
}
.cart-plans-container .plan-option-frame .plan-info-text .plan-info-list-benefits {
  flex-direction: column;
  gap: 0;
}
.cart-plans-container .form-element-checkbox.box-tile-icon .option-label .title {
  min-height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-plans-container .form-element-checkbox.box-tile-icon .option-label .title {
    min-height: 36px;
  }
}

.cart-plans .plan-accordion-wrapper .plan-accordion-header {
  margin-top: 0;
}
.cart-plans .form-element-calendar input {
  min-width: 270px;
}
.cart-plans .form-element-calendar .datepicker-days {
  z-index: 1001;
}

.plan-accordion-wrapper {
  background-color: #f1f4f9;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container {
  backdrop-filter: none;
  box-shadow: none;
  border: none;
}
.plan-accordion-wrapper .plan-accordion-body .plan-options-wrapper {
  margin: 0;
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading {
    flex-wrap: nowrap;
    gap: 12px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading {
    gap: 18px;
    margin-bottom: 6px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-type {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
  order: 3;
  flex-basis: 100%;
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-type {
    order: 2;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo {
  display: flex;
  align-items: center;
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  order: 1;
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo {
    order: 1;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo {
    width: 240px;
    height: 60px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo .svg-logo {
  max-width: 76%;
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo .brand-name {
  font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-logo:has(.svg-logo) .brand-name {
  display: none;
}
.plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-price {
  margin-left: auto;
  order: 2;
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-heading .plan-price {
    order: 3;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-item-count-range {
  margin: 16px 0;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container {
  width: 100%;
  box-shadow: none;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container:before {
  content: none;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-lower-content {
  padding-top: 0;
  display: flex;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-lower-content {
    gap: 12px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body {
  padding: 0;
  height: auto;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info {
  display: block;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .row:last-of-type .cell {
  padding-bottom: 0;
  vertical-align: middle;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell {
  text-align: left;
  padding-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell {
    min-height: 54px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:first-child {
  text-wrap: nowrap;
}
@media screen and ((min-width: 24.375em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:first-child {
    padding-right: 24px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:first-child {
    padding-right: 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:first-child {
    padding-right: 40px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:nth-child(2) {
  width: 100%;
  padding-right: 32px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:nth-child(2) {
    padding-right: 48px;
    min-height: 54px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:last-child {
  padding-right: 0;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:nth-child(3) {
  text-align: right;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell:has(.status) {
  vertical-align: middle;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .cell .form-error.field-validation-error {
  margin-top: 0;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .not-included {
  color: #a4b3c1;
  display: none;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select {
  max-width: 168px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select {
    max-width: 252px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .select2 {
  padding: 1px;
  font-size: 16px;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .select2-selection {
  min-height: 30px;
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .select2-selection {
    min-height: 45px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .select2-results__option {
  font-size: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .select2-results__option {
    min-height: 45px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .svg-use-icon.svg-chevron-down {
  right: 3px;
  top: 5px;
}
@media screen and ((min-width: 24.375em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .svg-use-icon.svg-chevron-down {
    right: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-select .svg-use-icon.svg-chevron-down {
    right: 12px;
    top: 7.5px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .select-no-label .select2-selection--single .select2-selection__rendered {
  padding: 3px 22px 0 10px;
}
@media screen and ((min-width: 24.375em)) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .select-no-label .select2-selection--single .select2-selection__rendered {
    padding: 3px 30px 0 15px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .select-no-label .select2-selection--single .select2-selection__rendered {
    padding: 4.5px 45px 0 22.5px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-toggle {
  vertical-align: middle;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element-toggle input[type=checkbox] {
  margin-bottom: 0;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .option-label .indicator {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-lower-info .form-element input {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .plan-privilege-error {
  color: #e80f42;
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .status {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-body .plan-container .plan-body .status {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-accordion-wrapper .plan-accordion-body .plan-container .form-element-range {
  padding-bottom: 0;
}
.plan-accordion-wrapper .plan-accordion-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  margin-top: -8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-header {
    margin-top: -12px;
    margin-bottom: 12px;
  }
}
.plan-accordion-wrapper .plan-accordion-header .plan-headings {
  display: flex;
  align-self: center;
  flex-grow: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-accordion-wrapper .plan-accordion-header .plan-headings .plan-sub-headings {
  flex-basis: 100%;
  display: inline-table;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-header .plan-headings .plan-sub-headings {
    font-size: 21px;
    line-height: 30px;
  }
}
.plan-accordion-wrapper .plan-accordion-header .plan-price {
  margin-left: auto;
  margin-right: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-accordion-header .plan-price {
    margin-right: 24px;
  }
}
.plan-accordion-wrapper .plan-icon .svg-use-icon {
  width: 64px;
  height: 64px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion-wrapper .plan-icon .svg-use-icon {
    width: 96px;
    height: 96px;
  }
}
.plan-accordion-wrapper .action-controls {
  margin-left: -32px;
}
@media screen and ((min-width: 37.5em)) {
  .plan-accordion-wrapper .action-controls {
    margin-left: 0;
  }
}

.action-controls {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .action-controls {
    gap: 12px;
  }
}
.action-controls .icons-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .action-controls .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.action-controls .icons-wrapper .svg-use-icon {
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
  cursor: pointer;
}
.action-controls .icons-wrapper .svg-use-icon.active {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.action-controls .icons-wrapper .svg-use-icon:hover.active {
  opacity: 1;
}

.cart-total-banner {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 24px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  backdrop-filter: blur(15px);
  position: sticky;
  bottom: 0;
}
@media screen and ((min-width: 37.5em)) {
  .cart-total-banner {
    padding: 16px 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-total-banner {
    padding: 24px 48px;
    gap: 36px;
  }
}
.cart-total-banner.has-item {
  display: flex;
}
.cart-total-banner .button-enroll {
  z-index: 1;
}

.plan-accordion.plan-accordion-header {
  margin-bottom: 0;
}
.plan-accordion .svg-arrow-down {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-accordion .svg-arrow-down {
    width: 48px;
    height: 48px;
  }
}
.plan-accordion .svg-arrow-down svg {
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: 50% 50%;
  fill: #384750;
}
.plan-accordion .plan-headings-wrapper {
  display: flex;
  flex-basis: 100%;
}
.plan-accordion.is-open .svg-arrow-down svg {
  transform: rotate(180deg);
}

.plan-accordion-content {
  margin-top: 8px;
}
.plan-accordion-content .plan-accordion-upper-body {
  display: block;
}
.plan-accordion-content .cart-no-plan {
  padding: 16px;
}
.plan-accordion-content .cart-supp-benefits {
  display: none;
}
.plan-accordion-content .plan-accordion-upper-body {
  margin-bottom: 8px;
}
.plan-accordion-content .final-expense-banner {
  margin-bottom: 14px;
}
.plan-accordion-content .final-expense-container {
  margin-top: 8px;
  margin-bottom: 14px;
}

.cart-no-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e6ebf2;
  margin-bottom: 8px;
}
@media screen and ((min-width: 37.5em)) {
  .cart-no-plan {
    padding: 16px 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-no-plan {
    padding: 24px 36px;
    margin-bottom: 12px;
  }
}
.cart-no-plan.hidden {
  display: none;
}
.cart-no-plan .heading {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .cart-no-plan .heading {
    font-size: 18px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-no-plan .heading {
    font-size: 27px;
  }
}
.cart-no-plan .button .icons-wrapper {
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-no-plan .button .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}

.cart-no-plan-button .show-details-text {
  padding-bottom: 1px;
}

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

@media (min-width: 240em) and (min-height: 1900px) {
  .cart-empty-state .cart-subtitle {
    font-size: 24px;
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -600px, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -600px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes maxHeightUp {
  from {
    max-height: 510px;
  }
  to {
    max-height: 0px;
  }
}
@keyframes maxHeightDown {
  from {
    max-height: 0px;
  }
  to {
    max-height: 510px;
  }
}
.cart-empty-state {
  opacity: 1;
}
.cart-empty-state.hidden {
  visibility: visible;
  animation: maxHeightUp 1.4s;
  animation-fill-mode: both;
}
.cart-empty-state.hidden .cart-heading,
.cart-empty-state.hidden .cart-video {
  animation: fadeOutUpBig 1.5s;
  animation-fill-mode: both;
}
.cart-empty-state.shown {
  animation: maxHeightDown 1.4s;
  animation-fill-mode: both;
}
.cart-empty-state.shown .cart-heading,
.cart-empty-state.shown .cart-video {
  animation: fadeInDownBig 1.5s;
  animation-fill-mode: both;
}

.cart-compare-banner {
  padding: 24px 0;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .cart-compare-banner {
    padding: 36px 0;
  }
}

.final-expense-container {
  display: none;
}
.final-expense-container .plan-accordion-wrapper {
  padding: 0;
  margin-bottom: 0;
}
.final-expense-container .plan-accordion-upper-body {
  margin-top: 0;
}

.plan-options-wrapper .options-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 0;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-options-wrapper .options-group {
    gap: 12px;
  }
}
.plan-options-wrapper .options-group .plan-option {
  height: auto;
  width: calc(33.33% - 6px);
  max-width: 213px;
  min-width: auto;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .plan-options-wrapper .options-group .plan-option {
    height: auto;
    width: calc(33.33% - 6px);
    max-width: 253px;
    min-width: auto;
  }
}
@media screen and ((min-width: 48em)) {
  .plan-options-wrapper .options-group .plan-option {
    max-width: 156px;
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-options-wrapper .options-group .plan-option {
    width: 234px;
    height: 240px;
    max-width: 100%;
  }
}
.plan-options-wrapper .options-group .plan-option .option-info {
  top: 8px;
  right: 12px;
  position: absolute;
  z-index: 2;
}
.plan-options-wrapper .options-group .plan-option .option-info .svg-use-icon {
  height: 24px;
  width: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .plan-options-wrapper .options-group .plan-option .option-info .svg-use-icon {
    height: 36px;
    width: 36px;
    top: 12px;
    right: 18px;
  }
}
.plan-options-wrapper .options-group .plan-option .box-tile-icon {
  height: 100%;
}
.plan-options-wrapper .options-group .box-tile-icon .option {
  width: 100%;
}

.dashboard-plans-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and ((min-width: 64.0625em)) {
  .dashboard-plans-wrapper {
    flex-wrap: nowrap;
    max-width: 1124px;
  }
}
.dashboard-plans-wrapper .plan-accordion-wrapper {
  max-width: 672px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and ((min-width: 37.5em)) {
  .dashboard-plans-wrapper .plan-accordion-wrapper {
    max-width: 546px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .dashboard-plans-wrapper .plan-accordion-wrapper {
    max-width: 546px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dashboard-plans-wrapper .plan-accordion-wrapper {
    max-width: 819px;
  }
}
.dashboard-plans-wrapper .plan-accordion-wrapper:after, .dashboard-plans-wrapper .plan-accordion-wrapper:before {
  content: none;
}
.dashboard-plans-wrapper .plan-accordion-wrapper .plan-title {
  margin-bottom: 0;
}
.dashboard-plans-wrapper .plan-accordion-content {
  display: none;
}
@media screen and ((min-width: 64.0625em)) {
  .dashboard-plans-wrapper .plan-accordion-content {
    display: block;
  }
}
.dashboard-plans-wrapper .plan-accordion-content.show-content {
  display: block;
}
.dashboard-plans-wrapper .plan-dashboard-controls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  margin-top: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .dashboard-plans-wrapper .plan-dashboard-controls {
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .dashboard-plans-wrapper .plan-dashboard-controls {
    margin-top: 24px;
  }
}
.dashboard-plans-wrapper .plan-dashboard-controls .button .svg-use-icon.active {
  left: 50%;
}
.dashboard-plans-wrapper .plan-dashboard-controls .button-details-wrapper {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
}
.dashboard-plans-wrapper .plan-accordion-upper-body {
  display: block;
  height: 100%;
}
.dashboard-plans-wrapper .plan-accordion-upper-body .plan-container .plan-body {
  height: 100%;
}
.dashboard-plans-wrapper .plan-accordion-upper-body .plan-container .plan-body .plan-lower-content {
  flex: 1;
}
.dashboard-plans-wrapper .plan-accordion-upper-body .plan-container .plan-body .plan-lower-content .not-included {
  display: block;
}

.dashboard-self-enroll {
  position: relative;
  margin: 0 auto;
  max-width: 1072px;
}
.dashboard-self-enroll .glass-carousel-container {
  position: relative;
  padding-inline: 0;
  padding-bottom: 0;
}
.dashboard-self-enroll .glass-carousel-container .glass-parallax-elements {
  margin: 0;
}
.dashboard-self-enroll .glass-carousel-container .glass-parallax-elements .left-shape {
  left: -84px;
}
.dashboard-self-enroll .glass-carousel-container .glass-parallax-elements .right-shape {
  right: -100px;
}

.svg-action-icon {
  width: 40px;
  height: 40px;
}
@media screen and ((min-width: 48em)) {
  .svg-action-icon {
    display: inline-block;
  }
}

.confetti-container {
  position: fixed;
  top: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
}
.confetti-container video {
  width: auto;
  height: 100vh;
}

.section-no-coverage .title-break {
  display: none;
}
@media (min-width: 510px) and (max-width: 675px), (min-width: 768px) and (max-width: 845px) {
  .section-no-coverage .title-break {
    display: block;
  }
}
.section-no-coverage .form-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-no-coverage .form-container .phone-number-title .nav-link {
  font-size: 28px;
  line-height: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .section-no-coverage .form-container .phone-number-title .nav-link:not(.no-qle) {
    font-size: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .section-no-coverage .form-container .phone-number-title .nav-link:not(.no-qle) {
    font-size: 48px;
    line-height: 56px;
  }
}
.section-no-coverage .ime-section {
  position: relative;
  margin-top: 150px;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and ((min-width: 48em)) {
  .section-no-coverage .ime-section {
    margin-bottom: 180px;
  }
}
.section-no-coverage .ime-section:not(:last-child) {
  margin-bottom: 220px;
}
.section-no-coverage .ime-section .video {
  position: absolute;
  top: -199px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 650px;
}
.section-no-coverage .ime-section .hand-video {
  position: absolute;
  top: -26px;
  left: 50%;
  z-index: 100;
  pointer-events: none;
}
.section-no-coverage .ime-section .hand-video.left {
  transform: translateX(-150px);
}
.section-no-coverage .ime-section .hand-video.right {
  transform: translateX(90px);
}
.section-no-coverage .no-coverage-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 328px;
}
@media (min-width: 535px) and (max-width: 767px) {
  .section-no-coverage .no-coverage-cards {
    padding-inline: 15%;
  }
}
@media screen and ((min-width: 48em)) {
  .section-no-coverage .no-coverage-cards {
    flex-wrap: nowrap;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards {
    gap: 12px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card {
  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);
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid white;
  border-radius: 12px;
  padding: 14px 2px;
  position: relative;
  flex: 0 0 24%;
  cursor: pointer;
  transition: background 600ms ease, border-color 600ms ease, box-shadow 600ms ease;
}
@media screen and ((min-width: 48em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card {
    flex: 0 0 auto;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card > * {
  z-index: 1;
}
.section-no-coverage .no-coverage-cards .no-coverage-card::before, .section-no-coverage .no-coverage-cards .no-coverage-card::after {
  content: "";
  display: block;
  box-sizing: border-box;
  transform: translateZ(0);
  border-radius: 12px;
}
.section-no-coverage .no-coverage-cards .no-coverage-card::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  position: absolute;
}
.section-no-coverage .no-coverage-cards .no-coverage-card::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: calc(12px - 2px);
}
@media screen and ((min-width: 24.375em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card {
    padding: 22px 2px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card {
    padding: 22px 6px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card .icon-wrapper {
  position: relative;
  text-align: center;
}
.section-no-coverage .no-coverage-cards .no-coverage-card .icon-wrapper .active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section-no-coverage .no-coverage-cards .no-coverage-card .icon-wrapper svg {
  width: 72px;
  height: 72px;
  fill: #617384;
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card .icon-wrapper svg {
    width: 96px;
    height: 96px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.section-no-coverage .no-coverage-cards .no-coverage-card .info > * {
  z-index: 2;
}
.section-no-coverage .no-coverage-cards .no-coverage-card .info > span {
  width: 96px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and ((min-width: 24.375em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card .info > span {
    width: 104px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card .info > span {
    width: 132px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card .info .button {
  min-width: 100%;
}
.section-no-coverage .no-coverage-cards .no-coverage-card:has(.button) {
  cursor: auto;
  padding: 10px;
}
@media screen and ((min-width: 24.375em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card:has(.button) {
    padding: 14px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card:has(.button) {
    padding: 14px 10px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card:has(.button) .info > span {
  width: 80px;
}
@media screen and ((min-width: 64.0625em)) {
  .section-no-coverage .no-coverage-cards .no-coverage-card:has(.button) .info > span {
    width: 124px;
  }
}
.section-no-coverage .no-coverage-cards .no-coverage-card:only-of-type {
  min-width: 306px;
}
.section-no-coverage .no-coverage-cards .no-coverage-card:only-of-type .info .button {
  max-width: 124px;
  min-width: 124px;
}
.section-no-coverage .no-coverage-cards .no-coverage-card:hover, .section-no-coverage .no-coverage-cards .no-coverage-card.hovered {
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  box-shadow: 0px 0px 14px 0px rgba(255, 0, 199, 0.2), 0px 8px 24px 0px rgba(56, 71, 80, 0.1);
}
.section-no-coverage .no-coverage-cards .no-coverage-card:hover::before, .section-no-coverage .no-coverage-cards .no-coverage-card.hovered::before {
  background: linear-gradient(261.34deg, #0e9bfc 1.88%, #ff00c7 100%);
}
.section-no-coverage .no-coverage-cards .no-coverage-card:hover::after, .section-no-coverage .no-coverage-cards .no-coverage-card.hovered::after {
  background: #fefefe;
}
.section-no-coverage .no-coverage-cards .no-coverage-card:hover .icon-wrapper .active, .section-no-coverage .no-coverage-cards .no-coverage-card.hovered .icon-wrapper .active {
  visibility: visible;
}
.section-no-coverage .no-coverage-cards .no-coverage-card:hover .icon-wrapper .default, .section-no-coverage .no-coverage-cards .no-coverage-card.hovered .icon-wrapper .default {
  visibility: hidden;
}

.eyes-container {
  width: 650px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -108px;
  left: 49.8%;
  transform: translateX(-50%);
}
.eyes-container .eye {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  background: white;
  transform: translateY(13px);
}
.eyes-container .eye::after {
  /*pupil*/
  position: absolute;
  bottom: 17px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: linear-gradient(0deg, #121315 42.86%, #696f7b 135.71%);
  border-radius: 150px;
  content: " ";
}

.section-e-sign.has-plan .plans-container {
  margin-left: -8px;
  margin-right: -8px;
  width: auto;
}
@media screen and ((min-width: 48em)) {
  .section-e-sign.has-plan .plans-container {
    margin: 0 auto;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-e-sign.has-plan .plans-container {
    width: 100%;
  }
}
.section-e-sign .glass-box {
  padding: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-e-sign .glass-box {
    padding: 24px;
  }
}
.section-e-sign .glass-box > :last-child {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-e-sign .glass-box > :last-child {
    margin-bottom: 12px;
  }
}
.section-e-sign .box-toggle {
  margin-bottom: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-e-sign .box-toggle {
    margin-bottom: 12px;
  }
}
.section-e-sign .plan-container {
  padding-top: 0;
}
.section-e-sign .copy-url {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-e-sign .copy-url {
    gap: 12px;
  }
}
.section-e-sign .copy-url .icons-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-e-sign .copy-url .icons-wrapper {
    width: 36px;
    height: 36px;
  }
}
.section-e-sign .copy-url .icons-wrapper .svg-use-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-e-sign .copy-url .icons-wrapper .svg-use-icon.active {
  opacity: 0;
}
.section-e-sign .copy-url .icons-wrapper:hover .svg-use-icon.default {
  opacity: 0;
}
.section-e-sign .copy-url .icons-wrapper:hover .svg-use-icon.active {
  opacity: 1;
}
.section-e-sign h2,
.section-e-sign h3 {
  color: #384750;
}
.section-e-sign h3.not-completed {
  flex-direction: column;
  justify-content: center;
}
@media screen and ((min-width: 37.5em)) {
  .section-e-sign h3.not-completed {
    flex-direction: row;
  }
}
.section-e-sign h3 .warning {
  text-transform: uppercase;
  color: #e80f42;
}
.section-e-sign h3 .success {
  text-transform: uppercase;
  color: #b0ffe2;
}
.section-e-sign .buttons-wrapper > .button-icon {
  padding: 0;
}
.section-e-sign .buttons-wrapper > .button-icon .svg-use-icon svg {
  fill: #384750;
}
.section-e-sign .svg-use-icon.fill-gray-500 svg {
  fill: #384750;
}

html.application-nav-is-open .site-scrollbar {
  display: none;
}
html.application-nav-is-open .website-header {
  height: 100vh;
  height: 100svh;
}
html.application-nav-is-open.tooltip-is-shown .website-header {
  z-index: 9;
}

.website-content.has-application-nav .website-header:before {
  content: "" !important;
  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)) {
  .website-content.has-application-nav .website-header:before {
    content: none;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .website-content.has-application-nav .website-header {
    background-color: #ffffff;
  }
}
@media screen and ((min-width: 37.5em)) {
  .website-content.has-application-nav .website-header {
    position: fixed;
    height: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and ((max-width: 64em)) {
  .website-content.has-application-nav .website-header {
    position: fixed;
    height: auto;
  }
}
.website-content.has-application-nav .website-header .mobile-nav {
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  height: 64px;
}

.application-nav-button {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #384750;
}
@media screen and ((min-width: 37.5em)) {
  .application-nav-button {
    gap: 8px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-nav-button {
    gap: 12px;
  }
}
.application-nav-button .icons-wrapper {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and ((min-width: 37.5em)) {
  .application-nav-button .icons-wrapper {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-nav-button .icons-wrapper {
    width: 48px;
    height: 48px;
  }
}
.application-nav-button .icons-wrapper .svg-use-icon {
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
  cursor: pointer;
}
.application-nav-button .icons-wrapper .svg-use-icon.default {
  opacity: 1;
}
.application-nav-button .icons-wrapper .svg-use-icon.active {
  left: 0;
  position: absolute;
  opacity: 0;
}
.application-nav-button.active .icons-wrapper .svg-use-icon.default {
  opacity: 0;
}
.application-nav-button.active .icons-wrapper .svg-use-icon.active {
  opacity: 1;
}
.application-nav-button.active .svg-chevron-down {
  transform: rotate(180deg);
}
.application-nav-button .svg-chevron {
  width: 24px;
  height: 24px;
  transition: none;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-nav-button .svg-chevron {
    width: 36px;
    height: 36px;
  }
}
.application-nav-button .svg-chevron svg {
  fill: #384750;
}

.application-nav {
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and ((min-width: 37.5em)) {
  .application-nav {
    height: auto;
    overflow: unset;
    display: none;
    max-height: 85vh;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-nav {
    height: auto;
    overflow: unset;
    display: none;
    max-height: 85vh;
  }
}
@media (min-width: 37.5em) and (max-height: 600px) {
  .application-nav {
    max-height: 80vh;
  }
}
.application-nav.opened {
  display: block;
}
@media screen and ((max-width: 37.4375em)) {
  .application-nav.opened {
    height: 100%;
  }
}
.application-nav > .container {
  padding: 16px;
}
@media screen and ((min-width: 37.5em)) {
  .application-nav > .container {
    padding: 16px 24px 40px 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-nav > .container {
    padding: 16px 40px 40px 40px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-nav > .container {
    padding: 24px 60px 60px 60px;
  }
}

h2 {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 240em) and (min-height: 1900px) {
  h2 {
    max-width: 2160px;
  }
}

.application-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper {
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper {
    gap: 48px;
    max-width: 2160px;
  }
}
.application-wrapper:has(.points[style*="display: none"]) {
  gap: 16px;
}
@media screen and ((min-width: 48em)) {
  .application-wrapper:has(.points[style*="display: none"]) {
    flex-direction: row;
  }
}
@media screen and ((min-width: 48em)) {
  .application-wrapper:has(.points[style*="display: none"]) .members-container {
    width: 66%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper:has(.points[style*="display: none"]) .members-container {
    width: 77%;
  }
}
@media screen and ((min-width: 48em)) {
  .application-wrapper:has(.points[style*="display: none"]) #tns1 {
    width: 100%;
  }
}
@media screen and ((min-width: 48em)) {
  .application-wrapper:has(.points[style*="display: none"]) .info-container {
    width: 33%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper:has(.points[style*="display: none"]) .info-container {
    width: 23%;
  }
}
.application-wrapper .info-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 328px;
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper .info-container {
    width: 23%;
    max-width: none;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .info-container {
    gap: 24px;
  }
}
.application-wrapper .info-container ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 14px;
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper .members-container {
    width: 73%;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper .members-container .tns-ovh {
    overflow: unset;
  }
}
.application-wrapper .members-container .points .point:first-child {
  margin-top: 24px;
}
@media screen and ((min-width: 37.5em)) {
  .application-wrapper .members-container .points .point:first-child {
    margin-top: 16px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper .members-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .members-wrapper {
    gap: 24px;
  }
}
.application-wrapper .member {
  width: 100%;
  min-width: 226px;
  display: inline-block;
}
@media screen and ((min-width: 64.0625em)) {
  .application-wrapper .member {
    max-width: calc(33% - 10px);
    width: 100%;
  }
}
@media screen and ((min-width: 75em)) {
  .application-wrapper .member {
    max-width: calc(33% - 8px);
  }
}
@media screen and ((min-width: 90em)) {
  .application-wrapper .member {
    max-width: calc(25% - 12px);
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .member {
    max-width: calc(25% - 18px);
  }
}
.application-wrapper .member .member-container {
  padding: 22px 16px 16px 16px;
}
@media screen and ((min-width: 37.5em)) {
  .application-wrapper .member .member-container {
    padding: 22px 16px 24px 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .member .member-container {
    padding: 33px 24px 36px 24px;
  }
}
@media screen and ((max-width: 64em)) {
  .application-wrapper .member.tns-item:last-of-type {
    padding-right: 18px !important;
  }
}
.application-wrapper .member-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .member-info {
    font-size: 21px;
    line-height: 30px;
  }
}
.application-wrapper .member-info:last-child {
  margin-bottom: 0;
}
.application-wrapper .member-info.has-coverage > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .member-info.has-coverage > div {
    gap: 12px;
  }
}
.application-wrapper .member-info .icon-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
}
@media (min-width: 240em) and (min-height: 1900px) {
  .application-wrapper .member-info .icon-wrapper {
    width: 36px;
    height: 36px;
  }
}
.application-wrapper .buttons-wrapper {
  margin-top: 24px;
}

.choices {
  margin: 0;
}

.choices__inner {
  position: relative;
  border-radius: 8px;
  background-color: transparent;
  min-height: 52px;
  border: none !important;
  font-size: 18px;
}

.choices[data-type*=select-multiple] .choices__inner {
  padding: 11px 7.5px;
  cursor: pointer;
}
.choices[data-type*=select-multiple] .choices__inner input[type*=search] {
  display: none;
}

.choices[data-type*=select-one] .choices__inner:before,
.choices[data-type*=select-multiple] .choices__inner:before {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: #a4b3c1;
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.choices[data-type*=select-one] .choices__inner:after,
.choices[data-type*=select-multiple] .choices__inner:after {
  content: "";
  position: absolute;
  border-radius: 7px;
  background: #fff;
  z-index: 102;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  width: auto;
  height: auto;
  border: none;
  margin: 0 !important;
}

.choices[data-type*=select-multiple] .choices__button {
  border-left: none;
  filter: brightness(0.25);
  margin-left: 4px;
}

.choices:hover .choices__inner:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}

.choices.is-open .choices__inner:before,
.choices.is-focused .choices__inner:before {
  border-radius: 10px;
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}

.choices.is-open .choices__inner:after,
.choices.is-focused .choices__inner:after {
  border-radius: 8px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.choices.is-open .choices__inner {
  border-radius: 10px;
}

.form-element-select.choices .svg-use-icon.svg-chevron-down {
  pointer-events: none;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 8px;
  position: absolute;
  left: unset;
  z-index: 103;
}

.form-element-select.choices .svg-use-icon.svg-chevron-down svg {
  fill: #384750;
}

.form-element-select.choices.is-open .svg-use-icon.svg-chevron-down {
  transform: rotate(180deg);
}

.choices[data-type*=select-one].is-open:before,
.choices[data-type*=select-multiple].is-open:before {
  content: "";
  position: absolute;
  z-index: 102;
  width: 1px;
  height: 9px;
  background: #a4b3c1;
  border: none;
  bottom: -1px;
  left: 0px;
  top: auto;
  margin: 0 !important;
}

.choices[data-type*=select-one].is-open:after,
.choices[data-type*=select-multiple].is-open:after {
  content: "";
  position: absolute;
  z-index: 102;
  width: 1px;
  height: 9px;
  background: #a4b3c1;
  border: none;
  bottom: -1px;
  right: 0px;
  top: auto;
  margin: 0 !important;
}

.choices[data-type*=select-one].is-flipped.is-open:before,
.choices[data-type*=select-multiple].is-flipped.is-open:before {
  content: "";
  position: absolute;
  z-index: 102;
  width: 1px;
  height: 9px;
  background: #a4b3c1;
  border: none;
  bottom: auto;
  left: 0px;
  top: -1px;
  margin: 0 !important;
}

.choices[data-type*=select-one].is-flipped.is-open:after,
.choices[data-type*=select-multiple].is-flipped.is-open:after {
  content: "";
  position: absolute;
  z-index: 102;
  width: 1px;
  height: 9px;
  background: #a4b3c1;
  border: none;
  bottom: auto;
  right: 0px;
  top: -1px;
  margin: 0 !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #e6ebf2;
}

.choices__list--dropdown .choices__item--selectable[data-select-text],
.choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  font-size: 18px;
}

.choices[data-type*=select-multiple] .choices__input {
  position: relative;
  z-index: 103;
  background: none;
  border: none;
  outline: none;
  height: 22px;
  width: 10px;
  margin: 0;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 200;
  margin-top: 1px;
  border-top-width: 0 !important;
}

.choices.is-flipped .choices__list--dropdown {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
}

.choices.is-flipped .choices__list--dropdown {
  margin-bottom: 0;
}

.choices__list--single,
.choices__list--multiple {
  position: relative;
  z-index: 103;
}

.choices__list--dropdown .choices__item--selectable:after {
  display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 0 !important;
}

.choices__list--dropdown .choices__item {
  min-height: 41px;
}

.choices__list--multiple .choices__item,
.choices__list--multiple .choices__item[data-deletable] {
  background-color: #e6ebf2;
  color: #384750;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 10px 1px 8px;
  border: none;
  border-radius: 20px;
}

.form-element-select.choices {
  position: relative;
  margin-bottom: 22px;
}

/* disabled state */
.form-element-disabled .choices .choices__inner,
.form-element-disabled .choices .choices__item,
.form-element-disabled .choices .choices__item[data-deletable],
.form-element-disabled .choices .choices__button,
.form-element-disabled .choices .choices__input {
  cursor: default;
}

.choices[data-type*=select-one].is-disabled .choices__inner:after,
.choices[data-type*=select-multiple].is-disabled .choices__inner:after {
  background: #fafcff;
}

.form-element-select.choices .choices[data-type*=select-one].is-disabled .choices__inner:before,
.form-element-select.choices .choices[data-type*=select-multiple].is-disabled .choices__inner:before {
  background: #a4b3c1;
}

.form-element-select.choices.form-element-disabled .svg-use-icon.svg-use-icon,
.form-element-select.choices .choices.is-disabled .choices__item,
.form-element-select.choices .choices[data-type*=select-multiple].is-disabled .choices__item[data-deletable] {
  opacity: 0.6;
}

/* disabled state */
/* dropdown label */
.form-element-select.choices .form-label {
  z-index: 104;
}

.form-element-select.choices.has-value .choices__inner .choices__list {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  padding-left: 10px;
  box-decoration-break: clone;
}

.form-element-select.choices.has-value .choices__inner {
  padding-top: 20px;
  padding-bottom: 1px;
}

.form-element-select.choices.has-value .choices__inner .choices__list {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  padding-left: 10px;
}

/* dropdown label */
/* dropdown with icon */
.form-element-select.choices.form-element-icon .choices__inner .choices__list--single .choices__item {
  padding-left: 40px;
}

.form-element-select.choices.form-element-icon .choices__inner .choices__list--multiple {
  padding-left: 40px;
}

.form-element-select.choices.form-element-icon.has-value .choices__inner .choices__list--multiple {
  padding-left: 40px;
}

.form-element-select.choices .svg-use-icon {
  z-index: 104;
}

.form-element-select.choices .svg-use-icon.active {
  opacity: 0;
}

.form-element-select.choices.is-open .svg-use-icon.active {
  opacity: 1;
}

.form-element-select.choices.is-open .svg-use-icon.default {
  opacity: 0;
}

/* dropdown with icon */
.form-element-select.choices:has(+ div.field-validation-error) .choices[data-type*=select-one] .choices__inner:before,
.form-element-select.choices:has(+ div.field-validation-error) .choices[data-type*=select-multiple] .choices__inner:before {
  background: #e80f42;
}

.form-element-select.choices:has(+ div.field-validation-error) .choices[data-type*=select-one].is-open .choices__inner:before,
.form-element-select.choices:has(+ div.field-validation-error) .choices[data-type*=select-multiple].is-open .choices__inner:before {
  background: linear-gradient(262.33deg, #0e9bfc -21.2%, #ff00c7 117.33%);
}

/* scrollbar */
@-moz-document url-prefix() {
  .choices__list {
    scrollbar-width: thin;
    scrollbar-color: #0e9bfc #fff;
  }
}
.choices__list::-moz-scrollbar {
  width: 8px;
}

.choices__list::-moz-scrollbar-thumb {
  background: linear-gradient(360deg, #0e9bfc 0.83%, #ff00c7 94.84%);
  border-radius: 6px;
}

.choices__list::-moz-scrollbar-track {
  background: #f1f1f1;
}

.choices__list::-moz-scrollbar-button {
  display: none;
}

.choices__list::-webkit-scrollbar {
  width: 8px;
}

.choices__list::-webkit-scrollbar-button {
  display: none;
}

.choices__list::-webkit-scrollbar-thumb {
  background: linear-gradient(360deg, #0e9bfc 0.83%, #ff00c7 94.84%);
  border-radius: 6px;
}

.choices__list::-webkit-scrollbar-thumb:hover {
  background-size: 100% 200%;
}

.choices__list::-webkit-scrollbar-track {
  background: #fff !important;
}

.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;
  }
}
@media screen and ((min-width: 37.5em)) {
  .i-was-wondering {
    padding-top: 160px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .i-was-wondering {
    padding-top: 180px;
  }
}
.section-buying-guides .i-was-wondering {
  padding-top: 40px;
}
@media screen and ((min-width: 37.5em)) {
  .section-buying-guides .i-was-wondering {
    padding-top: 100px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-title-wrap {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-title-wrap {
    padding-right: 0;
  }
}
.section-buying-guides .i-was-wondering .i-was-wondering-video-holder {
  padding-top: 0;
}
@media screen and ((min-width: 37.5em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 120px;
  }
}
@media screen and ((min-width: 48em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 108px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 60px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 180px;
  }
}
.section-buying-guides .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
  z-index: 2;
  margin: 0 auto;
}
@media screen and ((max-width: 37.4375em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 237px;
  }
}
@media screen and ((min-width: 37.5em)) and ((max-width: 64em)) {
  .section-buying-guides .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    right: 0;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .section-buying-guides .i-was-wondering .video-wrapper {
    height: 300px;
    overflow: hidden;
    margin-bottom: -45px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .section-buying-guides .i-was-wondering .parallax-shape.left-top-down-shape-90 {
    top: 290px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .section-tools-calculators .i-was-wondering {
    padding-top: 80px;
  }
}
@media screen and ((min-width: 48em)) {
  .section-tools-calculators .i-was-wondering {
    padding-top: 72px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-tools-calculators .i-was-wondering {
    padding-top: 80px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-tools-calculators .i-was-wondering {
    padding-top: 120px;
  }
}
.section-tools-calculators .i-was-wondering .heading-5xl {
  white-space: nowrap;
}
@media screen and ((min-width: 37.5em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-title-wrap {
    padding-left: 0;
    padding-right: 220px;
  }
}
@media screen and ((min-width: 75em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-title-wrap {
    padding-right: 0;
  }
}
.section-tools-calculators .i-was-wondering .subtitle {
  max-width: 626px;
  margin: 16px auto 0;
}
@media screen and ((min-width: 37.5em)) {
  .section-tools-calculators .i-was-wondering .subtitle {
    margin-top: 24px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-tools-calculators .i-was-wondering .subtitle {
    margin-top: 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-tools-calculators .i-was-wondering .subtitle {
    max-width: 939px;
    margin-top: 48px;
  }
}
.section-tools-calculators .i-was-wondering .i-was-wondering-video-holder {
  padding-top: 0;
}
@media screen and ((min-width: 37.5em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 120px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder {
    max-width: 1128px;
    margin-inline: auto;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder {
    max-width: 1692px;
    padding-top: 180px;
  }
}
.section-tools-calculators .i-was-wondering .i-was-wondering-video-holder:before {
  display: none;
}
.section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
  z-index: 2;
  margin: 0 auto;
}
@media screen and ((max-width: 37.4375em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 560px;
    width: 237px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 298px;
    top: -240px;
    right: -60px;
  }
}
@media screen and ((min-width: 48em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    top: -220px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    top: -255px;
    right: 0;
  }
}
@media screen and ((min-width: 75em)) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    right: -25px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-tools-calculators .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 447px;
    right: -37.5px;
  }
}
@media screen and ((max-width: 37.4375em)) {
  .section-tools-calculators .i-was-wondering .video-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
}
.section-tools-calculators .i-was-wondering .qna:first-child {
  position: relative;
}
.section-tools-calculators .i-was-wondering .qna:first-child: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-tools-calculators .i-was-wondering .qna:first-child:before {
    display: none;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .section-tools-calculators .i-was-wondering .qna:nth-child(3) {
    margin-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .section-tools-calculators .i-was-wondering .qna:nth-child(3) {
    margin-top: 36px;
  }
}
.i-was-wondering .i-was-wondering-title-wrap {
  position: relative;
  z-index: 2;
}
@media screen and ((min-width: 37.5em)) {
  .i-was-wondering .i-was-wondering-title-wrap {
    padding-left: 40px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .i-was-wondering .i-was-wondering-title-wrap {
    padding-left: 0;
  }
}
.i-was-wondering .i-was-wondering-video-holder {
  padding-top: 24px;
  position: relative;
}
@media screen and ((min-width: 24.375em)) {
  .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 32px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 178px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 218px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .i-was-wondering .i-was-wondering-video-holder {
    padding-top: 254px;
  }
}
.i-was-wondering .i-was-wondering-video-holder.bg-gradient::before {
  z-index: -1;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-size: 300px;
  background-position: center;
  transform: scale(2);
}
@media screen and ((min-width: 37.5em)) {
  .i-was-wondering .i-was-wondering-video-holder.bg-gradient::before {
    width: 400px;
    height: 400px;
    background-size: 400px;
    left: auto;
    top: -108px;
    right: 116px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .i-was-wondering .i-was-wondering-video-holder.bg-gradient::before {
    width: 560px;
    height: 560px;
    top: 16px;
    right: -24px;
    background-size: 560px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .i-was-wondering .i-was-wondering-video-holder.bg-gradient::before {
    width: 560px;
    height: 560px;
    top: 21px;
    right: 95px;
    background-size: 560px;
  }
}
.i-was-wondering .i-was-wondering-video-holder .grid-x {
  justify-content: center;
}
.i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
  display: block;
  pointer-events: none;
  width: 210px;
  height: auto;
  min-height: 310px;
  margin: 0;
  position: relative;
  z-index: 8;
}
@media screen and ((max-width: 37.4375em)) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    margin: 0 auto -44px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 250px;
    min-height: 370px;
    margin-bottom: 0;
    top: -140px;
    right: 50px;
    position: absolute;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 290px;
    min-height: 429px;
    top: -150px;
  }
}
@media screen and ((min-width: 90em)) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    right: 128px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 435px;
    min-height: 643.5px;
    top: -296px;
    right: 162px;
  }
}
@media (min-width: 48em) and (max-width: 64em) and (orientation: landscape) and (max-height: 770px) {
  .i-was-wondering .i-was-wondering-video-holder .i-was-wondering-video {
    width: 210px;
    top: -118px;
  }
}

.qna {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(56, 71, 80, 0.1);
  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);
}
.qna + .qna {
  margin-top: 8px;
}
@media screen and ((min-width: 37.5em)) {
  .qna + .qna {
    margin-top: 16px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .qna + .qna {
    margin-top: 24px;
  }
}
@media screen and ((min-width: 48em)) {
  .qna {
    display: flex;
    flex-direction: column;
  }
  .qna + .qna {
    margin-top: 24px;
  }
}
@media screen and ((min-width: 48em)) and (min-width: 240em) and (min-height: 1900px) {
  .qna + .qna {
    margin-top: 36px;
  }
}
@media screen and ((min-width: 48em)) {
  .qna + .qna:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .qna + .qna:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .qna {
    padding: 60px 48px;
  }
}
.qna .qna-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 16px;
  cursor: pointer;
}
@media screen and ((min-width: 37.5em)) {
  .qna .qna-head {
    gap: 24px;
    pointer-events: none;
    padding: 8px 16px 0 16px;
  }
}
@media screen and ((min-width: 48em)) {
  .qna .qna-head {
    flex-direction: column-reverse;
    padding: 40px 32px 0 32px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .qna .qna-head {
    gap: 36px;
    padding: 60px 48px 0 48px;
  }
}
.qna .qna-head .qna-svg {
  flex-shrink: 0;
}
.qna .qna-content {
  display: none;
  padding: 0 24px 24px;
}
@media screen and ((max-width: 37.4375em)) {
  .qna .qna-content {
    margin-top: -16px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .qna .qna-content {
    flex: 1 0 auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 32px 40px;
  }
}
@media screen and ((min-width: 48em)) {
  .qna .qna-content {
    padding-top: 24px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .qna .qna-content {
    padding-top: 36px;
  }
}
.qna .qna-content p {
  margin-bottom: 0;
}
@media screen and ((max-width: 47.9375em)) {
  .qna .qna-title {
    margin-right: auto;
  }
}
.qna .svg-use-icon {
  transition: none;
}
.qna .qna-svg {
  width: 64px;
  height: 64px;
}
@media screen and ((min-width: 37.5em)) {
  .qna .qna-svg {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .qna .qna-svg {
    width: 180px;
    height: 180px;
  }
}
.qna .svg-arrow-down {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
}
.qna .svg-arrow-down svg {
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  fill: #384750;
}
.qna.is-open .svg-arrow-down svg {
  transform: rotate(180deg);
}

/*
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.
*/
/* prettier-ignore */
.mt0 {
  margin-top: 0px;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt22 {
  margin-top: 22px;
}

.mt24 {
  margin-top: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt36 {
  margin-top: 36px;
}

.mt40 {
  margin-top: 40px;
}

.mt42 {
  margin-top: 42px;
}

.mt45 {
  margin-top: 45px;
}

.mt48 {
  margin-top: 48px;
}

.mt56 {
  margin-top: 56px;
}

.mt60 {
  margin-top: 60px;
}

.mt64 {
  margin-top: 64px;
}

.mt68 {
  margin-top: 68px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt96 {
  margin-top: 96px;
}

.mt120 {
  margin-top: 120px;
}

.mt128 {
  margin-top: 128px;
}

.mt156 {
  margin-top: 156px;
}

.mt165 {
  margin-top: 165px;
}

.mt180 {
  margin-top: 180px;
}

.mt216 {
  margin-top: 216px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb52 {
  margin-bottom: 52px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb62 {
  margin-bottom: 62px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb68 {
  margin-bottom: 68px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb78 {
  margin-bottom: 78px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb112 {
  margin-bottom: 112px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb128 {
  margin-bottom: 128px;
}

.mb165 {
  margin-bottom: 165px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb216 {
  margin-bottom: 216px;
}

.ml0 {
  margin-left: 0px;
}

.ml8 {
  margin-left: 8px;
}

.ml12 {
  margin-left: 12px;
}

.ml14 {
  margin-left: 14px;
}

.ml16 {
  margin-left: 16px;
}

.ml18 {
  margin-left: 18px;
}

.ml22 {
  margin-left: 22px;
}

.ml28 {
  margin-left: 28px;
}

.ml30 {
  margin-left: 30px;
}

.ml36 {
  margin-left: 36px;
}

.ml42 {
  margin-left: 42px;
}

.ml48 {
  margin-left: 48px;
}

.ml60 {
  margin-left: 60px;
}

.ml68 {
  margin-left: 68px;
}

.mr0 {
  margin-right: 0px;
}

.mr4 {
  margin-right: 4px;
}

.mr8 {
  margin-right: 8px;
}

.mr12 {
  margin-right: 12px;
}

.mr16 {
  margin-right: 16px;
}

.mr24 {
  margin-right: 24px;
}

.mr36 {
  margin-right: 36px;
}

.mr40 {
  margin-right: 40px;
}

.p4 {
  padding: 4px;
}

.p6 {
  padding: 6px;
}

.p8 {
  padding: 8px;
}

.p16 {
  padding: 16px;
}

.p24 {
  padding: 24px;
}

.p48 {
  padding: 48px;
}

.pt0 {
  padding-top: 0px;
}

.pt12 {
  padding-top: 12px;
}

.pt24 {
  padding-top: 24px;
}

.pt48 {
  padding-top: 48px;
}

.pt60 {
  padding-top: 60px;
}

.pt64 {
  padding-top: 64px;
}

.pt90 {
  padding-top: 90px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb28 {
  padding-bottom: 28px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb44 {
  padding-bottom: 44px;
}

.pb48 {
  padding-bottom: 48px;
}

.pb64 {
  padding-bottom: 64px;
}

.pb68 {
  padding-bottom: 68px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl0 {
  padding-left: 0px;
}

.pl12 {
  padding-left: 12px;
}

.pl16 {
  padding-left: 16px;
}

.pr0 {
  padding-right: 0px;
}

.pr4 {
  padding-right: 4px;
}

.pr12 {
  padding-right: 12px;
}

.pr16 {
  padding-right: 16px;
}

.pr60 {
  padding-right: 60px;
}

@media screen and ((min-width: 22.5em)) {
  .medium-xs-mt0 {
    margin-top: 0px;
  }
  .medium-xs-mt4 {
    margin-top: 4px;
  }
  .medium-xs-mt6 {
    margin-top: 6px;
  }
  .medium-xs-mt8 {
    margin-top: 8px;
  }
  .medium-xs-mt12 {
    margin-top: 12px;
  }
  .medium-xs-mt16 {
    margin-top: 16px;
  }
  .medium-xs-mt18 {
    margin-top: 18px;
  }
  .medium-xs-mt20 {
    margin-top: 20px;
  }
  .medium-xs-mt22 {
    margin-top: 22px;
  }
  .medium-xs-mt24 {
    margin-top: 24px;
  }
  .medium-xs-mt25 {
    margin-top: 25px;
  }
  .medium-xs-mt28 {
    margin-top: 28px;
  }
  .medium-xs-mt30 {
    margin-top: 30px;
  }
  .medium-xs-mt32 {
    margin-top: 32px;
  }
  .medium-xs-mt36 {
    margin-top: 36px;
  }
  .medium-xs-mt40 {
    margin-top: 40px;
  }
  .medium-xs-mt42 {
    margin-top: 42px;
  }
  .medium-xs-mt45 {
    margin-top: 45px;
  }
  .medium-xs-mt48 {
    margin-top: 48px;
  }
  .medium-xs-mt56 {
    margin-top: 56px;
  }
  .medium-xs-mt60 {
    margin-top: 60px;
  }
  .medium-xs-mt64 {
    margin-top: 64px;
  }
  .medium-xs-mt68 {
    margin-top: 68px;
  }
  .medium-xs-mt80 {
    margin-top: 80px;
  }
  .medium-xs-mt90 {
    margin-top: 90px;
  }
  .medium-xs-mt96 {
    margin-top: 96px;
  }
  .medium-xs-mt120 {
    margin-top: 120px;
  }
  .medium-xs-mt128 {
    margin-top: 128px;
  }
  .medium-xs-mt156 {
    margin-top: 156px;
  }
  .medium-xs-mt165 {
    margin-top: 165px;
  }
  .medium-xs-mt180 {
    margin-top: 180px;
  }
  .medium-xs-mt216 {
    margin-top: 216px;
  }
  .medium-xs-mb0 {
    margin-bottom: 0px;
  }
  .medium-xs-mb4 {
    margin-bottom: 4px;
  }
  .medium-xs-mb6 {
    margin-bottom: 6px;
  }
  .medium-xs-mb8 {
    margin-bottom: 8px;
  }
  .medium-xs-mb12 {
    margin-bottom: 12px;
  }
  .medium-xs-mb14 {
    margin-bottom: 14px;
  }
  .medium-xs-mb15 {
    margin-bottom: 15px;
  }
  .medium-xs-mb16 {
    margin-bottom: 16px;
  }
  .medium-xs-mb18 {
    margin-bottom: 18px;
  }
  .medium-xs-mb20 {
    margin-bottom: 20px;
  }
  .medium-xs-mb21 {
    margin-bottom: 21px;
  }
  .medium-xs-mb22 {
    margin-bottom: 22px;
  }
  .medium-xs-mb24 {
    margin-bottom: 24px;
  }
  .medium-xs-mb28 {
    margin-bottom: 28px;
  }
  .medium-xs-mb30 {
    margin-bottom: 30px;
  }
  .medium-xs-mb32 {
    margin-bottom: 32px;
  }
  .medium-xs-mb34 {
    margin-bottom: 34px;
  }
  .medium-xs-mb36 {
    margin-bottom: 36px;
  }
  .medium-xs-mb40 {
    margin-bottom: 40px;
  }
  .medium-xs-mb42 {
    margin-bottom: 42px;
  }
  .medium-xs-mb44 {
    margin-bottom: 44px;
  }
  .medium-xs-mb45 {
    margin-bottom: 45px;
  }
  .medium-xs-mb48 {
    margin-bottom: 48px;
  }
  .medium-xs-mb50 {
    margin-bottom: 50px;
  }
  .medium-xs-mb52 {
    margin-bottom: 52px;
  }
  .medium-xs-mb56 {
    margin-bottom: 56px;
  }
  .medium-xs-mb60 {
    margin-bottom: 60px;
  }
  .medium-xs-mb62 {
    margin-bottom: 62px;
  }
  .medium-xs-mb64 {
    margin-bottom: 64px;
  }
  .medium-xs-mb68 {
    margin-bottom: 68px;
  }
  .medium-xs-mb72 {
    margin-bottom: 72px;
  }
  .medium-xs-mb78 {
    margin-bottom: 78px;
  }
  .medium-xs-mb80 {
    margin-bottom: 80px;
  }
  .medium-xs-mb90 {
    margin-bottom: 90px;
  }
  .medium-xs-mb100 {
    margin-bottom: 100px;
  }
  .medium-xs-mb112 {
    margin-bottom: 112px;
  }
  .medium-xs-mb120 {
    margin-bottom: 120px;
  }
  .medium-xs-mb128 {
    margin-bottom: 128px;
  }
  .medium-xs-mb165 {
    margin-bottom: 165px;
  }
  .medium-xs-mb200 {
    margin-bottom: 200px;
  }
  .medium-xs-mb216 {
    margin-bottom: 216px;
  }
  .medium-xs-ml0 {
    margin-left: 0px;
  }
  .medium-xs-ml8 {
    margin-left: 8px;
  }
  .medium-xs-ml12 {
    margin-left: 12px;
  }
  .medium-xs-ml14 {
    margin-left: 14px;
  }
  .medium-xs-ml16 {
    margin-left: 16px;
  }
  .medium-xs-ml18 {
    margin-left: 18px;
  }
  .medium-xs-ml22 {
    margin-left: 22px;
  }
  .medium-xs-ml28 {
    margin-left: 28px;
  }
  .medium-xs-ml30 {
    margin-left: 30px;
  }
  .medium-xs-ml36 {
    margin-left: 36px;
  }
  .medium-xs-ml42 {
    margin-left: 42px;
  }
  .medium-xs-ml48 {
    margin-left: 48px;
  }
  .medium-xs-ml60 {
    margin-left: 60px;
  }
  .medium-xs-ml68 {
    margin-left: 68px;
  }
  .medium-xs-mr0 {
    margin-right: 0px;
  }
  .medium-xs-mr4 {
    margin-right: 4px;
  }
  .medium-xs-mr8 {
    margin-right: 8px;
  }
  .medium-xs-mr12 {
    margin-right: 12px;
  }
  .medium-xs-mr16 {
    margin-right: 16px;
  }
  .medium-xs-mr24 {
    margin-right: 24px;
  }
  .medium-xs-mr36 {
    margin-right: 36px;
  }
  .medium-xs-mr40 {
    margin-right: 40px;
  }
  .medium-xs-p4 {
    padding: 4px;
  }
  .medium-xs-p6 {
    padding: 6px;
  }
  .medium-xs-p8 {
    padding: 8px;
  }
  .medium-xs-p16 {
    padding: 16px;
  }
  .medium-xs-p24 {
    padding: 24px;
  }
  .medium-xs-p48 {
    padding: 48px;
  }
  .medium-xs-pt0 {
    padding-top: 0px;
  }
  .medium-xs-pt12 {
    padding-top: 12px;
  }
  .medium-xs-pt24 {
    padding-top: 24px;
  }
  .medium-xs-pt48 {
    padding-top: 48px;
  }
  .medium-xs-pt60 {
    padding-top: 60px;
  }
  .medium-xs-pt64 {
    padding-top: 64px;
  }
  .medium-xs-pt90 {
    padding-top: 90px;
  }
  .medium-xs-pb20 {
    padding-bottom: 20px;
  }
  .medium-xs-pb24 {
    padding-bottom: 24px;
  }
  .medium-xs-pb28 {
    padding-bottom: 28px;
  }
  .medium-xs-pb40 {
    padding-bottom: 40px;
  }
  .medium-xs-pb44 {
    padding-bottom: 44px;
  }
  .medium-xs-pb48 {
    padding-bottom: 48px;
  }
  .medium-xs-pb64 {
    padding-bottom: 64px;
  }
  .medium-xs-pb68 {
    padding-bottom: 68px;
  }
  .medium-xs-pb90 {
    padding-bottom: 90px;
  }
  .medium-xs-pl0 {
    padding-left: 0px;
  }
  .medium-xs-pl12 {
    padding-left: 12px;
  }
  .medium-xs-pl16 {
    padding-left: 16px;
  }
  .medium-xs-pr0 {
    padding-right: 0px;
  }
  .medium-xs-pr4 {
    padding-right: 4px;
  }
  .medium-xs-pr12 {
    padding-right: 12px;
  }
  .medium-xs-pr16 {
    padding-right: 16px;
  }
  .medium-xs-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 24.375em)) {
  .medium-s-mt0 {
    margin-top: 0px;
  }
  .medium-s-mt4 {
    margin-top: 4px;
  }
  .medium-s-mt6 {
    margin-top: 6px;
  }
  .medium-s-mt8 {
    margin-top: 8px;
  }
  .medium-s-mt12 {
    margin-top: 12px;
  }
  .medium-s-mt16 {
    margin-top: 16px;
  }
  .medium-s-mt18 {
    margin-top: 18px;
  }
  .medium-s-mt20 {
    margin-top: 20px;
  }
  .medium-s-mt22 {
    margin-top: 22px;
  }
  .medium-s-mt24 {
    margin-top: 24px;
  }
  .medium-s-mt25 {
    margin-top: 25px;
  }
  .medium-s-mt28 {
    margin-top: 28px;
  }
  .medium-s-mt30 {
    margin-top: 30px;
  }
  .medium-s-mt32 {
    margin-top: 32px;
  }
  .medium-s-mt36 {
    margin-top: 36px;
  }
  .medium-s-mt40 {
    margin-top: 40px;
  }
  .medium-s-mt42 {
    margin-top: 42px;
  }
  .medium-s-mt45 {
    margin-top: 45px;
  }
  .medium-s-mt48 {
    margin-top: 48px;
  }
  .medium-s-mt56 {
    margin-top: 56px;
  }
  .medium-s-mt60 {
    margin-top: 60px;
  }
  .medium-s-mt64 {
    margin-top: 64px;
  }
  .medium-s-mt68 {
    margin-top: 68px;
  }
  .medium-s-mt80 {
    margin-top: 80px;
  }
  .medium-s-mt90 {
    margin-top: 90px;
  }
  .medium-s-mt96 {
    margin-top: 96px;
  }
  .medium-s-mt120 {
    margin-top: 120px;
  }
  .medium-s-mt128 {
    margin-top: 128px;
  }
  .medium-s-mt156 {
    margin-top: 156px;
  }
  .medium-s-mt165 {
    margin-top: 165px;
  }
  .medium-s-mt180 {
    margin-top: 180px;
  }
  .medium-s-mt216 {
    margin-top: 216px;
  }
  .medium-s-mb0 {
    margin-bottom: 0px;
  }
  .medium-s-mb4 {
    margin-bottom: 4px;
  }
  .medium-s-mb6 {
    margin-bottom: 6px;
  }
  .medium-s-mb8 {
    margin-bottom: 8px;
  }
  .medium-s-mb12 {
    margin-bottom: 12px;
  }
  .medium-s-mb14 {
    margin-bottom: 14px;
  }
  .medium-s-mb15 {
    margin-bottom: 15px;
  }
  .medium-s-mb16 {
    margin-bottom: 16px;
  }
  .medium-s-mb18 {
    margin-bottom: 18px;
  }
  .medium-s-mb20 {
    margin-bottom: 20px;
  }
  .medium-s-mb21 {
    margin-bottom: 21px;
  }
  .medium-s-mb22 {
    margin-bottom: 22px;
  }
  .medium-s-mb24 {
    margin-bottom: 24px;
  }
  .medium-s-mb28 {
    margin-bottom: 28px;
  }
  .medium-s-mb30 {
    margin-bottom: 30px;
  }
  .medium-s-mb32 {
    margin-bottom: 32px;
  }
  .medium-s-mb34 {
    margin-bottom: 34px;
  }
  .medium-s-mb36 {
    margin-bottom: 36px;
  }
  .medium-s-mb40 {
    margin-bottom: 40px;
  }
  .medium-s-mb42 {
    margin-bottom: 42px;
  }
  .medium-s-mb44 {
    margin-bottom: 44px;
  }
  .medium-s-mb45 {
    margin-bottom: 45px;
  }
  .medium-s-mb48 {
    margin-bottom: 48px;
  }
  .medium-s-mb50 {
    margin-bottom: 50px;
  }
  .medium-s-mb52 {
    margin-bottom: 52px;
  }
  .medium-s-mb56 {
    margin-bottom: 56px;
  }
  .medium-s-mb60 {
    margin-bottom: 60px;
  }
  .medium-s-mb62 {
    margin-bottom: 62px;
  }
  .medium-s-mb64 {
    margin-bottom: 64px;
  }
  .medium-s-mb68 {
    margin-bottom: 68px;
  }
  .medium-s-mb72 {
    margin-bottom: 72px;
  }
  .medium-s-mb78 {
    margin-bottom: 78px;
  }
  .medium-s-mb80 {
    margin-bottom: 80px;
  }
  .medium-s-mb90 {
    margin-bottom: 90px;
  }
  .medium-s-mb100 {
    margin-bottom: 100px;
  }
  .medium-s-mb112 {
    margin-bottom: 112px;
  }
  .medium-s-mb120 {
    margin-bottom: 120px;
  }
  .medium-s-mb128 {
    margin-bottom: 128px;
  }
  .medium-s-mb165 {
    margin-bottom: 165px;
  }
  .medium-s-mb200 {
    margin-bottom: 200px;
  }
  .medium-s-mb216 {
    margin-bottom: 216px;
  }
  .medium-s-ml0 {
    margin-left: 0px;
  }
  .medium-s-ml8 {
    margin-left: 8px;
  }
  .medium-s-ml12 {
    margin-left: 12px;
  }
  .medium-s-ml14 {
    margin-left: 14px;
  }
  .medium-s-ml16 {
    margin-left: 16px;
  }
  .medium-s-ml18 {
    margin-left: 18px;
  }
  .medium-s-ml22 {
    margin-left: 22px;
  }
  .medium-s-ml28 {
    margin-left: 28px;
  }
  .medium-s-ml30 {
    margin-left: 30px;
  }
  .medium-s-ml36 {
    margin-left: 36px;
  }
  .medium-s-ml42 {
    margin-left: 42px;
  }
  .medium-s-ml48 {
    margin-left: 48px;
  }
  .medium-s-ml60 {
    margin-left: 60px;
  }
  .medium-s-ml68 {
    margin-left: 68px;
  }
  .medium-s-mr0 {
    margin-right: 0px;
  }
  .medium-s-mr4 {
    margin-right: 4px;
  }
  .medium-s-mr8 {
    margin-right: 8px;
  }
  .medium-s-mr12 {
    margin-right: 12px;
  }
  .medium-s-mr16 {
    margin-right: 16px;
  }
  .medium-s-mr24 {
    margin-right: 24px;
  }
  .medium-s-mr36 {
    margin-right: 36px;
  }
  .medium-s-mr40 {
    margin-right: 40px;
  }
  .medium-s-p4 {
    padding: 4px;
  }
  .medium-s-p6 {
    padding: 6px;
  }
  .medium-s-p8 {
    padding: 8px;
  }
  .medium-s-p16 {
    padding: 16px;
  }
  .medium-s-p24 {
    padding: 24px;
  }
  .medium-s-p48 {
    padding: 48px;
  }
  .medium-s-pt0 {
    padding-top: 0px;
  }
  .medium-s-pt12 {
    padding-top: 12px;
  }
  .medium-s-pt24 {
    padding-top: 24px;
  }
  .medium-s-pt48 {
    padding-top: 48px;
  }
  .medium-s-pt60 {
    padding-top: 60px;
  }
  .medium-s-pt64 {
    padding-top: 64px;
  }
  .medium-s-pt90 {
    padding-top: 90px;
  }
  .medium-s-pb20 {
    padding-bottom: 20px;
  }
  .medium-s-pb24 {
    padding-bottom: 24px;
  }
  .medium-s-pb28 {
    padding-bottom: 28px;
  }
  .medium-s-pb40 {
    padding-bottom: 40px;
  }
  .medium-s-pb44 {
    padding-bottom: 44px;
  }
  .medium-s-pb48 {
    padding-bottom: 48px;
  }
  .medium-s-pb64 {
    padding-bottom: 64px;
  }
  .medium-s-pb68 {
    padding-bottom: 68px;
  }
  .medium-s-pb90 {
    padding-bottom: 90px;
  }
  .medium-s-pl0 {
    padding-left: 0px;
  }
  .medium-s-pl12 {
    padding-left: 12px;
  }
  .medium-s-pl16 {
    padding-left: 16px;
  }
  .medium-s-pr0 {
    padding-right: 0px;
  }
  .medium-s-pr4 {
    padding-right: 4px;
  }
  .medium-s-pr12 {
    padding-right: 12px;
  }
  .medium-s-pr16 {
    padding-right: 16px;
  }
  .medium-s-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 37.5em)) {
  .medium-mt0 {
    margin-top: 0px;
  }
  .medium-mt4 {
    margin-top: 4px;
  }
  .medium-mt6 {
    margin-top: 6px;
  }
  .medium-mt8 {
    margin-top: 8px;
  }
  .medium-mt12 {
    margin-top: 12px;
  }
  .medium-mt16 {
    margin-top: 16px;
  }
  .medium-mt18 {
    margin-top: 18px;
  }
  .medium-mt20 {
    margin-top: 20px;
  }
  .medium-mt22 {
    margin-top: 22px;
  }
  .medium-mt24 {
    margin-top: 24px;
  }
  .medium-mt25 {
    margin-top: 25px;
  }
  .medium-mt28 {
    margin-top: 28px;
  }
  .medium-mt30 {
    margin-top: 30px;
  }
  .medium-mt32 {
    margin-top: 32px;
  }
  .medium-mt36 {
    margin-top: 36px;
  }
  .medium-mt40 {
    margin-top: 40px;
  }
  .medium-mt42 {
    margin-top: 42px;
  }
  .medium-mt45 {
    margin-top: 45px;
  }
  .medium-mt48 {
    margin-top: 48px;
  }
  .medium-mt56 {
    margin-top: 56px;
  }
  .medium-mt60 {
    margin-top: 60px;
  }
  .medium-mt64 {
    margin-top: 64px;
  }
  .medium-mt68 {
    margin-top: 68px;
  }
  .medium-mt80 {
    margin-top: 80px;
  }
  .medium-mt90 {
    margin-top: 90px;
  }
  .medium-mt96 {
    margin-top: 96px;
  }
  .medium-mt120 {
    margin-top: 120px;
  }
  .medium-mt128 {
    margin-top: 128px;
  }
  .medium-mt156 {
    margin-top: 156px;
  }
  .medium-mt165 {
    margin-top: 165px;
  }
  .medium-mt180 {
    margin-top: 180px;
  }
  .medium-mt216 {
    margin-top: 216px;
  }
  .medium-mb0 {
    margin-bottom: 0px;
  }
  .medium-mb4 {
    margin-bottom: 4px;
  }
  .medium-mb6 {
    margin-bottom: 6px;
  }
  .medium-mb8 {
    margin-bottom: 8px;
  }
  .medium-mb12 {
    margin-bottom: 12px;
  }
  .medium-mb14 {
    margin-bottom: 14px;
  }
  .medium-mb15 {
    margin-bottom: 15px;
  }
  .medium-mb16 {
    margin-bottom: 16px;
  }
  .medium-mb18 {
    margin-bottom: 18px;
  }
  .medium-mb20 {
    margin-bottom: 20px;
  }
  .medium-mb21 {
    margin-bottom: 21px;
  }
  .medium-mb22 {
    margin-bottom: 22px;
  }
  .medium-mb24 {
    margin-bottom: 24px;
  }
  .medium-mb28 {
    margin-bottom: 28px;
  }
  .medium-mb30 {
    margin-bottom: 30px;
  }
  .medium-mb32 {
    margin-bottom: 32px;
  }
  .medium-mb34 {
    margin-bottom: 34px;
  }
  .medium-mb36 {
    margin-bottom: 36px;
  }
  .medium-mb40 {
    margin-bottom: 40px;
  }
  .medium-mb42 {
    margin-bottom: 42px;
  }
  .medium-mb44 {
    margin-bottom: 44px;
  }
  .medium-mb45 {
    margin-bottom: 45px;
  }
  .medium-mb48 {
    margin-bottom: 48px;
  }
  .medium-mb50 {
    margin-bottom: 50px;
  }
  .medium-mb52 {
    margin-bottom: 52px;
  }
  .medium-mb56 {
    margin-bottom: 56px;
  }
  .medium-mb60 {
    margin-bottom: 60px;
  }
  .medium-mb62 {
    margin-bottom: 62px;
  }
  .medium-mb64 {
    margin-bottom: 64px;
  }
  .medium-mb68 {
    margin-bottom: 68px;
  }
  .medium-mb72 {
    margin-bottom: 72px;
  }
  .medium-mb78 {
    margin-bottom: 78px;
  }
  .medium-mb80 {
    margin-bottom: 80px;
  }
  .medium-mb90 {
    margin-bottom: 90px;
  }
  .medium-mb100 {
    margin-bottom: 100px;
  }
  .medium-mb112 {
    margin-bottom: 112px;
  }
  .medium-mb120 {
    margin-bottom: 120px;
  }
  .medium-mb128 {
    margin-bottom: 128px;
  }
  .medium-mb165 {
    margin-bottom: 165px;
  }
  .medium-mb200 {
    margin-bottom: 200px;
  }
  .medium-mb216 {
    margin-bottom: 216px;
  }
  .medium-ml0 {
    margin-left: 0px;
  }
  .medium-ml8 {
    margin-left: 8px;
  }
  .medium-ml12 {
    margin-left: 12px;
  }
  .medium-ml14 {
    margin-left: 14px;
  }
  .medium-ml16 {
    margin-left: 16px;
  }
  .medium-ml18 {
    margin-left: 18px;
  }
  .medium-ml22 {
    margin-left: 22px;
  }
  .medium-ml28 {
    margin-left: 28px;
  }
  .medium-ml30 {
    margin-left: 30px;
  }
  .medium-ml36 {
    margin-left: 36px;
  }
  .medium-ml42 {
    margin-left: 42px;
  }
  .medium-ml48 {
    margin-left: 48px;
  }
  .medium-ml60 {
    margin-left: 60px;
  }
  .medium-ml68 {
    margin-left: 68px;
  }
  .medium-mr0 {
    margin-right: 0px;
  }
  .medium-mr4 {
    margin-right: 4px;
  }
  .medium-mr8 {
    margin-right: 8px;
  }
  .medium-mr12 {
    margin-right: 12px;
  }
  .medium-mr16 {
    margin-right: 16px;
  }
  .medium-mr24 {
    margin-right: 24px;
  }
  .medium-mr36 {
    margin-right: 36px;
  }
  .medium-mr40 {
    margin-right: 40px;
  }
  .medium-p4 {
    padding: 4px;
  }
  .medium-p6 {
    padding: 6px;
  }
  .medium-p8 {
    padding: 8px;
  }
  .medium-p16 {
    padding: 16px;
  }
  .medium-p24 {
    padding: 24px;
  }
  .medium-p48 {
    padding: 48px;
  }
  .medium-pt0 {
    padding-top: 0px;
  }
  .medium-pt12 {
    padding-top: 12px;
  }
  .medium-pt24 {
    padding-top: 24px;
  }
  .medium-pt48 {
    padding-top: 48px;
  }
  .medium-pt60 {
    padding-top: 60px;
  }
  .medium-pt64 {
    padding-top: 64px;
  }
  .medium-pt90 {
    padding-top: 90px;
  }
  .medium-pb20 {
    padding-bottom: 20px;
  }
  .medium-pb24 {
    padding-bottom: 24px;
  }
  .medium-pb28 {
    padding-bottom: 28px;
  }
  .medium-pb40 {
    padding-bottom: 40px;
  }
  .medium-pb44 {
    padding-bottom: 44px;
  }
  .medium-pb48 {
    padding-bottom: 48px;
  }
  .medium-pb64 {
    padding-bottom: 64px;
  }
  .medium-pb68 {
    padding-bottom: 68px;
  }
  .medium-pb90 {
    padding-bottom: 90px;
  }
  .medium-pl0 {
    padding-left: 0px;
  }
  .medium-pl12 {
    padding-left: 12px;
  }
  .medium-pl16 {
    padding-left: 16px;
  }
  .medium-pr0 {
    padding-right: 0px;
  }
  .medium-pr4 {
    padding-right: 4px;
  }
  .medium-pr12 {
    padding-right: 12px;
  }
  .medium-pr16 {
    padding-right: 16px;
  }
  .medium-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 48em)) {
  .tablet-mt0 {
    margin-top: 0px;
  }
  .tablet-mt4 {
    margin-top: 4px;
  }
  .tablet-mt6 {
    margin-top: 6px;
  }
  .tablet-mt8 {
    margin-top: 8px;
  }
  .tablet-mt12 {
    margin-top: 12px;
  }
  .tablet-mt16 {
    margin-top: 16px;
  }
  .tablet-mt18 {
    margin-top: 18px;
  }
  .tablet-mt20 {
    margin-top: 20px;
  }
  .tablet-mt22 {
    margin-top: 22px;
  }
  .tablet-mt24 {
    margin-top: 24px;
  }
  .tablet-mt25 {
    margin-top: 25px;
  }
  .tablet-mt28 {
    margin-top: 28px;
  }
  .tablet-mt30 {
    margin-top: 30px;
  }
  .tablet-mt32 {
    margin-top: 32px;
  }
  .tablet-mt36 {
    margin-top: 36px;
  }
  .tablet-mt40 {
    margin-top: 40px;
  }
  .tablet-mt42 {
    margin-top: 42px;
  }
  .tablet-mt45 {
    margin-top: 45px;
  }
  .tablet-mt48 {
    margin-top: 48px;
  }
  .tablet-mt56 {
    margin-top: 56px;
  }
  .tablet-mt60 {
    margin-top: 60px;
  }
  .tablet-mt64 {
    margin-top: 64px;
  }
  .tablet-mt68 {
    margin-top: 68px;
  }
  .tablet-mt80 {
    margin-top: 80px;
  }
  .tablet-mt90 {
    margin-top: 90px;
  }
  .tablet-mt96 {
    margin-top: 96px;
  }
  .tablet-mt120 {
    margin-top: 120px;
  }
  .tablet-mt128 {
    margin-top: 128px;
  }
  .tablet-mt156 {
    margin-top: 156px;
  }
  .tablet-mt165 {
    margin-top: 165px;
  }
  .tablet-mt180 {
    margin-top: 180px;
  }
  .tablet-mt216 {
    margin-top: 216px;
  }
  .tablet-mb0 {
    margin-bottom: 0px;
  }
  .tablet-mb4 {
    margin-bottom: 4px;
  }
  .tablet-mb6 {
    margin-bottom: 6px;
  }
  .tablet-mb8 {
    margin-bottom: 8px;
  }
  .tablet-mb12 {
    margin-bottom: 12px;
  }
  .tablet-mb14 {
    margin-bottom: 14px;
  }
  .tablet-mb15 {
    margin-bottom: 15px;
  }
  .tablet-mb16 {
    margin-bottom: 16px;
  }
  .tablet-mb18 {
    margin-bottom: 18px;
  }
  .tablet-mb20 {
    margin-bottom: 20px;
  }
  .tablet-mb21 {
    margin-bottom: 21px;
  }
  .tablet-mb22 {
    margin-bottom: 22px;
  }
  .tablet-mb24 {
    margin-bottom: 24px;
  }
  .tablet-mb28 {
    margin-bottom: 28px;
  }
  .tablet-mb30 {
    margin-bottom: 30px;
  }
  .tablet-mb32 {
    margin-bottom: 32px;
  }
  .tablet-mb34 {
    margin-bottom: 34px;
  }
  .tablet-mb36 {
    margin-bottom: 36px;
  }
  .tablet-mb40 {
    margin-bottom: 40px;
  }
  .tablet-mb42 {
    margin-bottom: 42px;
  }
  .tablet-mb44 {
    margin-bottom: 44px;
  }
  .tablet-mb45 {
    margin-bottom: 45px;
  }
  .tablet-mb48 {
    margin-bottom: 48px;
  }
  .tablet-mb50 {
    margin-bottom: 50px;
  }
  .tablet-mb52 {
    margin-bottom: 52px;
  }
  .tablet-mb56 {
    margin-bottom: 56px;
  }
  .tablet-mb60 {
    margin-bottom: 60px;
  }
  .tablet-mb62 {
    margin-bottom: 62px;
  }
  .tablet-mb64 {
    margin-bottom: 64px;
  }
  .tablet-mb68 {
    margin-bottom: 68px;
  }
  .tablet-mb72 {
    margin-bottom: 72px;
  }
  .tablet-mb78 {
    margin-bottom: 78px;
  }
  .tablet-mb80 {
    margin-bottom: 80px;
  }
  .tablet-mb90 {
    margin-bottom: 90px;
  }
  .tablet-mb100 {
    margin-bottom: 100px;
  }
  .tablet-mb112 {
    margin-bottom: 112px;
  }
  .tablet-mb120 {
    margin-bottom: 120px;
  }
  .tablet-mb128 {
    margin-bottom: 128px;
  }
  .tablet-mb165 {
    margin-bottom: 165px;
  }
  .tablet-mb200 {
    margin-bottom: 200px;
  }
  .tablet-mb216 {
    margin-bottom: 216px;
  }
  .tablet-ml0 {
    margin-left: 0px;
  }
  .tablet-ml8 {
    margin-left: 8px;
  }
  .tablet-ml12 {
    margin-left: 12px;
  }
  .tablet-ml14 {
    margin-left: 14px;
  }
  .tablet-ml16 {
    margin-left: 16px;
  }
  .tablet-ml18 {
    margin-left: 18px;
  }
  .tablet-ml22 {
    margin-left: 22px;
  }
  .tablet-ml28 {
    margin-left: 28px;
  }
  .tablet-ml30 {
    margin-left: 30px;
  }
  .tablet-ml36 {
    margin-left: 36px;
  }
  .tablet-ml42 {
    margin-left: 42px;
  }
  .tablet-ml48 {
    margin-left: 48px;
  }
  .tablet-ml60 {
    margin-left: 60px;
  }
  .tablet-ml68 {
    margin-left: 68px;
  }
  .tablet-mr0 {
    margin-right: 0px;
  }
  .tablet-mr4 {
    margin-right: 4px;
  }
  .tablet-mr8 {
    margin-right: 8px;
  }
  .tablet-mr12 {
    margin-right: 12px;
  }
  .tablet-mr16 {
    margin-right: 16px;
  }
  .tablet-mr24 {
    margin-right: 24px;
  }
  .tablet-mr36 {
    margin-right: 36px;
  }
  .tablet-mr40 {
    margin-right: 40px;
  }
  .tablet-p4 {
    padding: 4px;
  }
  .tablet-p6 {
    padding: 6px;
  }
  .tablet-p8 {
    padding: 8px;
  }
  .tablet-p16 {
    padding: 16px;
  }
  .tablet-p24 {
    padding: 24px;
  }
  .tablet-p48 {
    padding: 48px;
  }
  .tablet-pt0 {
    padding-top: 0px;
  }
  .tablet-pt12 {
    padding-top: 12px;
  }
  .tablet-pt24 {
    padding-top: 24px;
  }
  .tablet-pt48 {
    padding-top: 48px;
  }
  .tablet-pt60 {
    padding-top: 60px;
  }
  .tablet-pt64 {
    padding-top: 64px;
  }
  .tablet-pt90 {
    padding-top: 90px;
  }
  .tablet-pb20 {
    padding-bottom: 20px;
  }
  .tablet-pb24 {
    padding-bottom: 24px;
  }
  .tablet-pb28 {
    padding-bottom: 28px;
  }
  .tablet-pb40 {
    padding-bottom: 40px;
  }
  .tablet-pb44 {
    padding-bottom: 44px;
  }
  .tablet-pb48 {
    padding-bottom: 48px;
  }
  .tablet-pb64 {
    padding-bottom: 64px;
  }
  .tablet-pb68 {
    padding-bottom: 68px;
  }
  .tablet-pb90 {
    padding-bottom: 90px;
  }
  .tablet-pl0 {
    padding-left: 0px;
  }
  .tablet-pl12 {
    padding-left: 12px;
  }
  .tablet-pl16 {
    padding-left: 16px;
  }
  .tablet-pr0 {
    padding-right: 0px;
  }
  .tablet-pr4 {
    padding-right: 4px;
  }
  .tablet-pr12 {
    padding-right: 12px;
  }
  .tablet-pr16 {
    padding-right: 16px;
  }
  .tablet-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 64.0625em)) {
  .desktop-mt0 {
    margin-top: 0px;
  }
  .desktop-mt4 {
    margin-top: 4px;
  }
  .desktop-mt6 {
    margin-top: 6px;
  }
  .desktop-mt8 {
    margin-top: 8px;
  }
  .desktop-mt12 {
    margin-top: 12px;
  }
  .desktop-mt16 {
    margin-top: 16px;
  }
  .desktop-mt18 {
    margin-top: 18px;
  }
  .desktop-mt20 {
    margin-top: 20px;
  }
  .desktop-mt22 {
    margin-top: 22px;
  }
  .desktop-mt24 {
    margin-top: 24px;
  }
  .desktop-mt25 {
    margin-top: 25px;
  }
  .desktop-mt28 {
    margin-top: 28px;
  }
  .desktop-mt30 {
    margin-top: 30px;
  }
  .desktop-mt32 {
    margin-top: 32px;
  }
  .desktop-mt36 {
    margin-top: 36px;
  }
  .desktop-mt40 {
    margin-top: 40px;
  }
  .desktop-mt42 {
    margin-top: 42px;
  }
  .desktop-mt45 {
    margin-top: 45px;
  }
  .desktop-mt48 {
    margin-top: 48px;
  }
  .desktop-mt56 {
    margin-top: 56px;
  }
  .desktop-mt60 {
    margin-top: 60px;
  }
  .desktop-mt64 {
    margin-top: 64px;
  }
  .desktop-mt68 {
    margin-top: 68px;
  }
  .desktop-mt80 {
    margin-top: 80px;
  }
  .desktop-mt90 {
    margin-top: 90px;
  }
  .desktop-mt96 {
    margin-top: 96px;
  }
  .desktop-mt120 {
    margin-top: 120px;
  }
  .desktop-mt128 {
    margin-top: 128px;
  }
  .desktop-mt156 {
    margin-top: 156px;
  }
  .desktop-mt165 {
    margin-top: 165px;
  }
  .desktop-mt180 {
    margin-top: 180px;
  }
  .desktop-mt216 {
    margin-top: 216px;
  }
  .desktop-mb0 {
    margin-bottom: 0px;
  }
  .desktop-mb4 {
    margin-bottom: 4px;
  }
  .desktop-mb6 {
    margin-bottom: 6px;
  }
  .desktop-mb8 {
    margin-bottom: 8px;
  }
  .desktop-mb12 {
    margin-bottom: 12px;
  }
  .desktop-mb14 {
    margin-bottom: 14px;
  }
  .desktop-mb15 {
    margin-bottom: 15px;
  }
  .desktop-mb16 {
    margin-bottom: 16px;
  }
  .desktop-mb18 {
    margin-bottom: 18px;
  }
  .desktop-mb20 {
    margin-bottom: 20px;
  }
  .desktop-mb21 {
    margin-bottom: 21px;
  }
  .desktop-mb22 {
    margin-bottom: 22px;
  }
  .desktop-mb24 {
    margin-bottom: 24px;
  }
  .desktop-mb28 {
    margin-bottom: 28px;
  }
  .desktop-mb30 {
    margin-bottom: 30px;
  }
  .desktop-mb32 {
    margin-bottom: 32px;
  }
  .desktop-mb34 {
    margin-bottom: 34px;
  }
  .desktop-mb36 {
    margin-bottom: 36px;
  }
  .desktop-mb40 {
    margin-bottom: 40px;
  }
  .desktop-mb42 {
    margin-bottom: 42px;
  }
  .desktop-mb44 {
    margin-bottom: 44px;
  }
  .desktop-mb45 {
    margin-bottom: 45px;
  }
  .desktop-mb48 {
    margin-bottom: 48px;
  }
  .desktop-mb50 {
    margin-bottom: 50px;
  }
  .desktop-mb52 {
    margin-bottom: 52px;
  }
  .desktop-mb56 {
    margin-bottom: 56px;
  }
  .desktop-mb60 {
    margin-bottom: 60px;
  }
  .desktop-mb62 {
    margin-bottom: 62px;
  }
  .desktop-mb64 {
    margin-bottom: 64px;
  }
  .desktop-mb68 {
    margin-bottom: 68px;
  }
  .desktop-mb72 {
    margin-bottom: 72px;
  }
  .desktop-mb78 {
    margin-bottom: 78px;
  }
  .desktop-mb80 {
    margin-bottom: 80px;
  }
  .desktop-mb90 {
    margin-bottom: 90px;
  }
  .desktop-mb100 {
    margin-bottom: 100px;
  }
  .desktop-mb112 {
    margin-bottom: 112px;
  }
  .desktop-mb120 {
    margin-bottom: 120px;
  }
  .desktop-mb128 {
    margin-bottom: 128px;
  }
  .desktop-mb165 {
    margin-bottom: 165px;
  }
  .desktop-mb200 {
    margin-bottom: 200px;
  }
  .desktop-mb216 {
    margin-bottom: 216px;
  }
  .desktop-ml0 {
    margin-left: 0px;
  }
  .desktop-ml8 {
    margin-left: 8px;
  }
  .desktop-ml12 {
    margin-left: 12px;
  }
  .desktop-ml14 {
    margin-left: 14px;
  }
  .desktop-ml16 {
    margin-left: 16px;
  }
  .desktop-ml18 {
    margin-left: 18px;
  }
  .desktop-ml22 {
    margin-left: 22px;
  }
  .desktop-ml28 {
    margin-left: 28px;
  }
  .desktop-ml30 {
    margin-left: 30px;
  }
  .desktop-ml36 {
    margin-left: 36px;
  }
  .desktop-ml42 {
    margin-left: 42px;
  }
  .desktop-ml48 {
    margin-left: 48px;
  }
  .desktop-ml60 {
    margin-left: 60px;
  }
  .desktop-ml68 {
    margin-left: 68px;
  }
  .desktop-mr0 {
    margin-right: 0px;
  }
  .desktop-mr4 {
    margin-right: 4px;
  }
  .desktop-mr8 {
    margin-right: 8px;
  }
  .desktop-mr12 {
    margin-right: 12px;
  }
  .desktop-mr16 {
    margin-right: 16px;
  }
  .desktop-mr24 {
    margin-right: 24px;
  }
  .desktop-mr36 {
    margin-right: 36px;
  }
  .desktop-mr40 {
    margin-right: 40px;
  }
  .desktop-p4 {
    padding: 4px;
  }
  .desktop-p6 {
    padding: 6px;
  }
  .desktop-p8 {
    padding: 8px;
  }
  .desktop-p16 {
    padding: 16px;
  }
  .desktop-p24 {
    padding: 24px;
  }
  .desktop-p48 {
    padding: 48px;
  }
  .desktop-pt0 {
    padding-top: 0px;
  }
  .desktop-pt12 {
    padding-top: 12px;
  }
  .desktop-pt24 {
    padding-top: 24px;
  }
  .desktop-pt48 {
    padding-top: 48px;
  }
  .desktop-pt60 {
    padding-top: 60px;
  }
  .desktop-pt64 {
    padding-top: 64px;
  }
  .desktop-pt90 {
    padding-top: 90px;
  }
  .desktop-pb20 {
    padding-bottom: 20px;
  }
  .desktop-pb24 {
    padding-bottom: 24px;
  }
  .desktop-pb28 {
    padding-bottom: 28px;
  }
  .desktop-pb40 {
    padding-bottom: 40px;
  }
  .desktop-pb44 {
    padding-bottom: 44px;
  }
  .desktop-pb48 {
    padding-bottom: 48px;
  }
  .desktop-pb64 {
    padding-bottom: 64px;
  }
  .desktop-pb68 {
    padding-bottom: 68px;
  }
  .desktop-pb90 {
    padding-bottom: 90px;
  }
  .desktop-pl0 {
    padding-left: 0px;
  }
  .desktop-pl12 {
    padding-left: 12px;
  }
  .desktop-pl16 {
    padding-left: 16px;
  }
  .desktop-pr0 {
    padding-right: 0px;
  }
  .desktop-pr4 {
    padding-right: 4px;
  }
  .desktop-pr12 {
    padding-right: 12px;
  }
  .desktop-pr16 {
    padding-right: 16px;
  }
  .desktop-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 75em)) {
  .large-mt0 {
    margin-top: 0px;
  }
  .large-mt4 {
    margin-top: 4px;
  }
  .large-mt6 {
    margin-top: 6px;
  }
  .large-mt8 {
    margin-top: 8px;
  }
  .large-mt12 {
    margin-top: 12px;
  }
  .large-mt16 {
    margin-top: 16px;
  }
  .large-mt18 {
    margin-top: 18px;
  }
  .large-mt20 {
    margin-top: 20px;
  }
  .large-mt22 {
    margin-top: 22px;
  }
  .large-mt24 {
    margin-top: 24px;
  }
  .large-mt25 {
    margin-top: 25px;
  }
  .large-mt28 {
    margin-top: 28px;
  }
  .large-mt30 {
    margin-top: 30px;
  }
  .large-mt32 {
    margin-top: 32px;
  }
  .large-mt36 {
    margin-top: 36px;
  }
  .large-mt40 {
    margin-top: 40px;
  }
  .large-mt42 {
    margin-top: 42px;
  }
  .large-mt45 {
    margin-top: 45px;
  }
  .large-mt48 {
    margin-top: 48px;
  }
  .large-mt56 {
    margin-top: 56px;
  }
  .large-mt60 {
    margin-top: 60px;
  }
  .large-mt64 {
    margin-top: 64px;
  }
  .large-mt68 {
    margin-top: 68px;
  }
  .large-mt80 {
    margin-top: 80px;
  }
  .large-mt90 {
    margin-top: 90px;
  }
  .large-mt96 {
    margin-top: 96px;
  }
  .large-mt120 {
    margin-top: 120px;
  }
  .large-mt128 {
    margin-top: 128px;
  }
  .large-mt156 {
    margin-top: 156px;
  }
  .large-mt165 {
    margin-top: 165px;
  }
  .large-mt180 {
    margin-top: 180px;
  }
  .large-mt216 {
    margin-top: 216px;
  }
  .large-mb0 {
    margin-bottom: 0px;
  }
  .large-mb4 {
    margin-bottom: 4px;
  }
  .large-mb6 {
    margin-bottom: 6px;
  }
  .large-mb8 {
    margin-bottom: 8px;
  }
  .large-mb12 {
    margin-bottom: 12px;
  }
  .large-mb14 {
    margin-bottom: 14px;
  }
  .large-mb15 {
    margin-bottom: 15px;
  }
  .large-mb16 {
    margin-bottom: 16px;
  }
  .large-mb18 {
    margin-bottom: 18px;
  }
  .large-mb20 {
    margin-bottom: 20px;
  }
  .large-mb21 {
    margin-bottom: 21px;
  }
  .large-mb22 {
    margin-bottom: 22px;
  }
  .large-mb24 {
    margin-bottom: 24px;
  }
  .large-mb28 {
    margin-bottom: 28px;
  }
  .large-mb30 {
    margin-bottom: 30px;
  }
  .large-mb32 {
    margin-bottom: 32px;
  }
  .large-mb34 {
    margin-bottom: 34px;
  }
  .large-mb36 {
    margin-bottom: 36px;
  }
  .large-mb40 {
    margin-bottom: 40px;
  }
  .large-mb42 {
    margin-bottom: 42px;
  }
  .large-mb44 {
    margin-bottom: 44px;
  }
  .large-mb45 {
    margin-bottom: 45px;
  }
  .large-mb48 {
    margin-bottom: 48px;
  }
  .large-mb50 {
    margin-bottom: 50px;
  }
  .large-mb52 {
    margin-bottom: 52px;
  }
  .large-mb56 {
    margin-bottom: 56px;
  }
  .large-mb60 {
    margin-bottom: 60px;
  }
  .large-mb62 {
    margin-bottom: 62px;
  }
  .large-mb64 {
    margin-bottom: 64px;
  }
  .large-mb68 {
    margin-bottom: 68px;
  }
  .large-mb72 {
    margin-bottom: 72px;
  }
  .large-mb78 {
    margin-bottom: 78px;
  }
  .large-mb80 {
    margin-bottom: 80px;
  }
  .large-mb90 {
    margin-bottom: 90px;
  }
  .large-mb100 {
    margin-bottom: 100px;
  }
  .large-mb112 {
    margin-bottom: 112px;
  }
  .large-mb120 {
    margin-bottom: 120px;
  }
  .large-mb128 {
    margin-bottom: 128px;
  }
  .large-mb165 {
    margin-bottom: 165px;
  }
  .large-mb200 {
    margin-bottom: 200px;
  }
  .large-mb216 {
    margin-bottom: 216px;
  }
  .large-ml0 {
    margin-left: 0px;
  }
  .large-ml8 {
    margin-left: 8px;
  }
  .large-ml12 {
    margin-left: 12px;
  }
  .large-ml14 {
    margin-left: 14px;
  }
  .large-ml16 {
    margin-left: 16px;
  }
  .large-ml18 {
    margin-left: 18px;
  }
  .large-ml22 {
    margin-left: 22px;
  }
  .large-ml28 {
    margin-left: 28px;
  }
  .large-ml30 {
    margin-left: 30px;
  }
  .large-ml36 {
    margin-left: 36px;
  }
  .large-ml42 {
    margin-left: 42px;
  }
  .large-ml48 {
    margin-left: 48px;
  }
  .large-ml60 {
    margin-left: 60px;
  }
  .large-ml68 {
    margin-left: 68px;
  }
  .large-mr0 {
    margin-right: 0px;
  }
  .large-mr4 {
    margin-right: 4px;
  }
  .large-mr8 {
    margin-right: 8px;
  }
  .large-mr12 {
    margin-right: 12px;
  }
  .large-mr16 {
    margin-right: 16px;
  }
  .large-mr24 {
    margin-right: 24px;
  }
  .large-mr36 {
    margin-right: 36px;
  }
  .large-mr40 {
    margin-right: 40px;
  }
  .large-p4 {
    padding: 4px;
  }
  .large-p6 {
    padding: 6px;
  }
  .large-p8 {
    padding: 8px;
  }
  .large-p16 {
    padding: 16px;
  }
  .large-p24 {
    padding: 24px;
  }
  .large-p48 {
    padding: 48px;
  }
  .large-pt0 {
    padding-top: 0px;
  }
  .large-pt12 {
    padding-top: 12px;
  }
  .large-pt24 {
    padding-top: 24px;
  }
  .large-pt48 {
    padding-top: 48px;
  }
  .large-pt60 {
    padding-top: 60px;
  }
  .large-pt64 {
    padding-top: 64px;
  }
  .large-pt90 {
    padding-top: 90px;
  }
  .large-pb20 {
    padding-bottom: 20px;
  }
  .large-pb24 {
    padding-bottom: 24px;
  }
  .large-pb28 {
    padding-bottom: 28px;
  }
  .large-pb40 {
    padding-bottom: 40px;
  }
  .large-pb44 {
    padding-bottom: 44px;
  }
  .large-pb48 {
    padding-bottom: 48px;
  }
  .large-pb64 {
    padding-bottom: 64px;
  }
  .large-pb68 {
    padding-bottom: 68px;
  }
  .large-pb90 {
    padding-bottom: 90px;
  }
  .large-pl0 {
    padding-left: 0px;
  }
  .large-pl12 {
    padding-left: 12px;
  }
  .large-pl16 {
    padding-left: 16px;
  }
  .large-pr0 {
    padding-right: 0px;
  }
  .large-pr4 {
    padding-right: 4px;
  }
  .large-pr12 {
    padding-right: 12px;
  }
  .large-pr16 {
    padding-right: 16px;
  }
  .large-pr60 {
    padding-right: 60px;
  }
}
@media screen and ((min-width: 90em)) {
  .xlarge-mt0 {
    margin-top: 0px;
  }
  .xlarge-mt4 {
    margin-top: 4px;
  }
  .xlarge-mt6 {
    margin-top: 6px;
  }
  .xlarge-mt8 {
    margin-top: 8px;
  }
  .xlarge-mt12 {
    margin-top: 12px;
  }
  .xlarge-mt16 {
    margin-top: 16px;
  }
  .xlarge-mt18 {
    margin-top: 18px;
  }
  .xlarge-mt20 {
    margin-top: 20px;
  }
  .xlarge-mt22 {
    margin-top: 22px;
  }
  .xlarge-mt24 {
    margin-top: 24px;
  }
  .xlarge-mt25 {
    margin-top: 25px;
  }
  .xlarge-mt28 {
    margin-top: 28px;
  }
  .xlarge-mt30 {
    margin-top: 30px;
  }
  .xlarge-mt32 {
    margin-top: 32px;
  }
  .xlarge-mt36 {
    margin-top: 36px;
  }
  .xlarge-mt40 {
    margin-top: 40px;
  }
  .xlarge-mt42 {
    margin-top: 42px;
  }
  .xlarge-mt45 {
    margin-top: 45px;
  }
  .xlarge-mt48 {
    margin-top: 48px;
  }
  .xlarge-mt56 {
    margin-top: 56px;
  }
  .xlarge-mt60 {
    margin-top: 60px;
  }
  .xlarge-mt64 {
    margin-top: 64px;
  }
  .xlarge-mt68 {
    margin-top: 68px;
  }
  .xlarge-mt80 {
    margin-top: 80px;
  }
  .xlarge-mt90 {
    margin-top: 90px;
  }
  .xlarge-mt96 {
    margin-top: 96px;
  }
  .xlarge-mt120 {
    margin-top: 120px;
  }
  .xlarge-mt128 {
    margin-top: 128px;
  }
  .xlarge-mt156 {
    margin-top: 156px;
  }
  .xlarge-mt165 {
    margin-top: 165px;
  }
  .xlarge-mt180 {
    margin-top: 180px;
  }
  .xlarge-mt216 {
    margin-top: 216px;
  }
  .xlarge-mb0 {
    margin-bottom: 0px;
  }
  .xlarge-mb4 {
    margin-bottom: 4px;
  }
  .xlarge-mb6 {
    margin-bottom: 6px;
  }
  .xlarge-mb8 {
    margin-bottom: 8px;
  }
  .xlarge-mb12 {
    margin-bottom: 12px;
  }
  .xlarge-mb14 {
    margin-bottom: 14px;
  }
  .xlarge-mb15 {
    margin-bottom: 15px;
  }
  .xlarge-mb16 {
    margin-bottom: 16px;
  }
  .xlarge-mb18 {
    margin-bottom: 18px;
  }
  .xlarge-mb20 {
    margin-bottom: 20px;
  }
  .xlarge-mb21 {
    margin-bottom: 21px;
  }
  .xlarge-mb22 {
    margin-bottom: 22px;
  }
  .xlarge-mb24 {
    margin-bottom: 24px;
  }
  .xlarge-mb28 {
    margin-bottom: 28px;
  }
  .xlarge-mb30 {
    margin-bottom: 30px;
  }
  .xlarge-mb32 {
    margin-bottom: 32px;
  }
  .xlarge-mb34 {
    margin-bottom: 34px;
  }
  .xlarge-mb36 {
    margin-bottom: 36px;
  }
  .xlarge-mb40 {
    margin-bottom: 40px;
  }
  .xlarge-mb42 {
    margin-bottom: 42px;
  }
  .xlarge-mb44 {
    margin-bottom: 44px;
  }
  .xlarge-mb45 {
    margin-bottom: 45px;
  }
  .xlarge-mb48 {
    margin-bottom: 48px;
  }
  .xlarge-mb50 {
    margin-bottom: 50px;
  }
  .xlarge-mb52 {
    margin-bottom: 52px;
  }
  .xlarge-mb56 {
    margin-bottom: 56px;
  }
  .xlarge-mb60 {
    margin-bottom: 60px;
  }
  .xlarge-mb62 {
    margin-bottom: 62px;
  }
  .xlarge-mb64 {
    margin-bottom: 64px;
  }
  .xlarge-mb68 {
    margin-bottom: 68px;
  }
  .xlarge-mb72 {
    margin-bottom: 72px;
  }
  .xlarge-mb78 {
    margin-bottom: 78px;
  }
  .xlarge-mb80 {
    margin-bottom: 80px;
  }
  .xlarge-mb90 {
    margin-bottom: 90px;
  }
  .xlarge-mb100 {
    margin-bottom: 100px;
  }
  .xlarge-mb112 {
    margin-bottom: 112px;
  }
  .xlarge-mb120 {
    margin-bottom: 120px;
  }
  .xlarge-mb128 {
    margin-bottom: 128px;
  }
  .xlarge-mb165 {
    margin-bottom: 165px;
  }
  .xlarge-mb200 {
    margin-bottom: 200px;
  }
  .xlarge-mb216 {
    margin-bottom: 216px;
  }
  .xlarge-ml0 {
    margin-left: 0px;
  }
  .xlarge-ml8 {
    margin-left: 8px;
  }
  .xlarge-ml12 {
    margin-left: 12px;
  }
  .xlarge-ml14 {
    margin-left: 14px;
  }
  .xlarge-ml16 {
    margin-left: 16px;
  }
  .xlarge-ml18 {
    margin-left: 18px;
  }
  .xlarge-ml22 {
    margin-left: 22px;
  }
  .xlarge-ml28 {
    margin-left: 28px;
  }
  .xlarge-ml30 {
    margin-left: 30px;
  }
  .xlarge-ml36 {
    margin-left: 36px;
  }
  .xlarge-ml42 {
    margin-left: 42px;
  }
  .xlarge-ml48 {
    margin-left: 48px;
  }
  .xlarge-ml60 {
    margin-left: 60px;
  }
  .xlarge-ml68 {
    margin-left: 68px;
  }
  .xlarge-mr0 {
    margin-right: 0px;
  }
  .xlarge-mr4 {
    margin-right: 4px;
  }
  .xlarge-mr8 {
    margin-right: 8px;
  }
  .xlarge-mr12 {
    margin-right: 12px;
  }
  .xlarge-mr16 {
    margin-right: 16px;
  }
  .xlarge-mr24 {
    margin-right: 24px;
  }
  .xlarge-mr36 {
    margin-right: 36px;
  }
  .xlarge-mr40 {
    margin-right: 40px;
  }
  .xlarge-p4 {
    padding: 4px;
  }
  .xlarge-p6 {
    padding: 6px;
  }
  .xlarge-p8 {
    padding: 8px;
  }
  .xlarge-p16 {
    padding: 16px;
  }
  .xlarge-p24 {
    padding: 24px;
  }
  .xlarge-p48 {
    padding: 48px;
  }
  .xlarge-pt0 {
    padding-top: 0px;
  }
  .xlarge-pt12 {
    padding-top: 12px;
  }
  .xlarge-pt24 {
    padding-top: 24px;
  }
  .xlarge-pt48 {
    padding-top: 48px;
  }
  .xlarge-pt60 {
    padding-top: 60px;
  }
  .xlarge-pt64 {
    padding-top: 64px;
  }
  .xlarge-pt90 {
    padding-top: 90px;
  }
  .xlarge-pb20 {
    padding-bottom: 20px;
  }
  .xlarge-pb24 {
    padding-bottom: 24px;
  }
  .xlarge-pb28 {
    padding-bottom: 28px;
  }
  .xlarge-pb40 {
    padding-bottom: 40px;
  }
  .xlarge-pb44 {
    padding-bottom: 44px;
  }
  .xlarge-pb48 {
    padding-bottom: 48px;
  }
  .xlarge-pb64 {
    padding-bottom: 64px;
  }
  .xlarge-pb68 {
    padding-bottom: 68px;
  }
  .xlarge-pb90 {
    padding-bottom: 90px;
  }
  .xlarge-pl0 {
    padding-left: 0px;
  }
  .xlarge-pl12 {
    padding-left: 12px;
  }
  .xlarge-pl16 {
    padding-left: 16px;
  }
  .xlarge-pr0 {
    padding-right: 0px;
  }
  .xlarge-pr4 {
    padding-right: 4px;
  }
  .xlarge-pr12 {
    padding-right: 12px;
  }
  .xlarge-pr16 {
    padding-right: 16px;
  }
  .xlarge-pr60 {
    padding-right: 60px;
  }
}
@media (min-width: 240em) and (min-height: 1900px) {
  .four-k-mt0 {
    margin-top: 0px;
  }
  .four-k-mt4 {
    margin-top: 4px;
  }
  .four-k-mt6 {
    margin-top: 6px;
  }
  .four-k-mt8 {
    margin-top: 8px;
  }
  .four-k-mt12 {
    margin-top: 12px;
  }
  .four-k-mt16 {
    margin-top: 16px;
  }
  .four-k-mt18 {
    margin-top: 18px;
  }
  .four-k-mt20 {
    margin-top: 20px;
  }
  .four-k-mt22 {
    margin-top: 22px;
  }
  .four-k-mt24 {
    margin-top: 24px;
  }
  .four-k-mt25 {
    margin-top: 25px;
  }
  .four-k-mt28 {
    margin-top: 28px;
  }
  .four-k-mt30 {
    margin-top: 30px;
  }
  .four-k-mt32 {
    margin-top: 32px;
  }
  .four-k-mt36 {
    margin-top: 36px;
  }
  .four-k-mt40 {
    margin-top: 40px;
  }
  .four-k-mt42 {
    margin-top: 42px;
  }
  .four-k-mt45 {
    margin-top: 45px;
  }
  .four-k-mt48 {
    margin-top: 48px;
  }
  .four-k-mt56 {
    margin-top: 56px;
  }
  .four-k-mt60 {
    margin-top: 60px;
  }
  .four-k-mt64 {
    margin-top: 64px;
  }
  .four-k-mt68 {
    margin-top: 68px;
  }
  .four-k-mt80 {
    margin-top: 80px;
  }
  .four-k-mt90 {
    margin-top: 90px;
  }
  .four-k-mt96 {
    margin-top: 96px;
  }
  .four-k-mt120 {
    margin-top: 120px;
  }
  .four-k-mt128 {
    margin-top: 128px;
  }
  .four-k-mt156 {
    margin-top: 156px;
  }
  .four-k-mt165 {
    margin-top: 165px;
  }
  .four-k-mt180 {
    margin-top: 180px;
  }
  .four-k-mt216 {
    margin-top: 216px;
  }
  .four-k-mb0 {
    margin-bottom: 0px;
  }
  .four-k-mb4 {
    margin-bottom: 4px;
  }
  .four-k-mb6 {
    margin-bottom: 6px;
  }
  .four-k-mb8 {
    margin-bottom: 8px;
  }
  .four-k-mb12 {
    margin-bottom: 12px;
  }
  .four-k-mb14 {
    margin-bottom: 14px;
  }
  .four-k-mb15 {
    margin-bottom: 15px;
  }
  .four-k-mb16 {
    margin-bottom: 16px;
  }
  .four-k-mb18 {
    margin-bottom: 18px;
  }
  .four-k-mb20 {
    margin-bottom: 20px;
  }
  .four-k-mb21 {
    margin-bottom: 21px;
  }
  .four-k-mb22 {
    margin-bottom: 22px;
  }
  .four-k-mb24 {
    margin-bottom: 24px;
  }
  .four-k-mb28 {
    margin-bottom: 28px;
  }
  .four-k-mb30 {
    margin-bottom: 30px;
  }
  .four-k-mb32 {
    margin-bottom: 32px;
  }
  .four-k-mb34 {
    margin-bottom: 34px;
  }
  .four-k-mb36 {
    margin-bottom: 36px;
  }
  .four-k-mb40 {
    margin-bottom: 40px;
  }
  .four-k-mb42 {
    margin-bottom: 42px;
  }
  .four-k-mb44 {
    margin-bottom: 44px;
  }
  .four-k-mb45 {
    margin-bottom: 45px;
  }
  .four-k-mb48 {
    margin-bottom: 48px;
  }
  .four-k-mb50 {
    margin-bottom: 50px;
  }
  .four-k-mb52 {
    margin-bottom: 52px;
  }
  .four-k-mb56 {
    margin-bottom: 56px;
  }
  .four-k-mb60 {
    margin-bottom: 60px;
  }
  .four-k-mb62 {
    margin-bottom: 62px;
  }
  .four-k-mb64 {
    margin-bottom: 64px;
  }
  .four-k-mb68 {
    margin-bottom: 68px;
  }
  .four-k-mb72 {
    margin-bottom: 72px;
  }
  .four-k-mb78 {
    margin-bottom: 78px;
  }
  .four-k-mb80 {
    margin-bottom: 80px;
  }
  .four-k-mb90 {
    margin-bottom: 90px;
  }
  .four-k-mb100 {
    margin-bottom: 100px;
  }
  .four-k-mb112 {
    margin-bottom: 112px;
  }
  .four-k-mb120 {
    margin-bottom: 120px;
  }
  .four-k-mb128 {
    margin-bottom: 128px;
  }
  .four-k-mb165 {
    margin-bottom: 165px;
  }
  .four-k-mb200 {
    margin-bottom: 200px;
  }
  .four-k-mb216 {
    margin-bottom: 216px;
  }
  .four-k-ml0 {
    margin-left: 0px;
  }
  .four-k-ml8 {
    margin-left: 8px;
  }
  .four-k-ml12 {
    margin-left: 12px;
  }
  .four-k-ml14 {
    margin-left: 14px;
  }
  .four-k-ml16 {
    margin-left: 16px;
  }
  .four-k-ml18 {
    margin-left: 18px;
  }
  .four-k-ml22 {
    margin-left: 22px;
  }
  .four-k-ml28 {
    margin-left: 28px;
  }
  .four-k-ml30 {
    margin-left: 30px;
  }
  .four-k-ml36 {
    margin-left: 36px;
  }
  .four-k-ml42 {
    margin-left: 42px;
  }
  .four-k-ml48 {
    margin-left: 48px;
  }
  .four-k-ml60 {
    margin-left: 60px;
  }
  .four-k-ml68 {
    margin-left: 68px;
  }
  .four-k-mr0 {
    margin-right: 0px;
  }
  .four-k-mr4 {
    margin-right: 4px;
  }
  .four-k-mr8 {
    margin-right: 8px;
  }
  .four-k-mr12 {
    margin-right: 12px;
  }
  .four-k-mr16 {
    margin-right: 16px;
  }
  .four-k-mr24 {
    margin-right: 24px;
  }
  .four-k-mr36 {
    margin-right: 36px;
  }
  .four-k-mr40 {
    margin-right: 40px;
  }
  .four-k-p4 {
    padding: 4px;
  }
  .four-k-p6 {
    padding: 6px;
  }
  .four-k-p8 {
    padding: 8px;
  }
  .four-k-p16 {
    padding: 16px;
  }
  .four-k-p24 {
    padding: 24px;
  }
  .four-k-p48 {
    padding: 48px;
  }
  .four-k-pt0 {
    padding-top: 0px;
  }
  .four-k-pt12 {
    padding-top: 12px;
  }
  .four-k-pt24 {
    padding-top: 24px;
  }
  .four-k-pt48 {
    padding-top: 48px;
  }
  .four-k-pt60 {
    padding-top: 60px;
  }
  .four-k-pt64 {
    padding-top: 64px;
  }
  .four-k-pt90 {
    padding-top: 90px;
  }
  .four-k-pb20 {
    padding-bottom: 20px;
  }
  .four-k-pb24 {
    padding-bottom: 24px;
  }
  .four-k-pb28 {
    padding-bottom: 28px;
  }
  .four-k-pb40 {
    padding-bottom: 40px;
  }
  .four-k-pb44 {
    padding-bottom: 44px;
  }
  .four-k-pb48 {
    padding-bottom: 48px;
  }
  .four-k-pb64 {
    padding-bottom: 64px;
  }
  .four-k-pb68 {
    padding-bottom: 68px;
  }
  .four-k-pb90 {
    padding-bottom: 90px;
  }
  .four-k-pl0 {
    padding-left: 0px;
  }
  .four-k-pl12 {
    padding-left: 12px;
  }
  .four-k-pl16 {
    padding-left: 16px;
  }
  .four-k-pr0 {
    padding-right: 0px;
  }
  .four-k-pr4 {
    padding-right: 4px;
  }
  .four-k-pr12 {
    padding-right: 12px;
  }
  .four-k-pr16 {
    padding-right: 16px;
  }
  .four-k-pr60 {
    padding-right: 60px;
  }
}
/*# sourceMappingURL=app-inner.css.map */
