@charset "UTF-8";
/*@import "./_variables.scss";
@import "./_colors.scss";
@import "./_functions.scss";
@import "./_mixins.scss";
@import "./_layout.scss";*/
/*	==========================================================================
   	Fonts
   	========================================================================== */
/*	==========================================================================
   	Links
   	========================================================================== */
/*	==========================================================================
   	Buttons
   	========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@font-face {
  font-family: "DIN Condensed";
  src: url("/Assets/font/subset-DINCondensed-Regular.eot?");
  src: url("/Assets/font/subset-DINCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/Assets/font/subset-DINCondensed-Regular.woff2") format("woff2"), url("/Assets/font/subset-DINCondensed-Regular.woff") format("woff"), url("/Assets/font/subset-DINCondensed-Regular.ttf") format("truetype"), url("/Assets/font/subset-DINCondensed-Regular.svg#DINCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Condensed";
  src: url("/Assets/font/subset-DINCondensed-Light.eot?");
  src: url("/Assets/font/subset-DINCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/Assets/font/subset-DINCondensed-Light.woff2") format("woff2"), url("/Assets/font/subset-DINCondensed-Light.woff") format("woff"), url("/Assets/font/subset-DINCondensed-Light.ttf") format("truetype"), url("/Assets/font/subset-DINCondensed-Light.svg#DINCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3,
h4,
p,
span,
div,
ul,
ol,
li,
dl,
dt,
dd,
form,
article,
section {
  font-family: "DIN Condensed";
}

p.is-subheading {
  color: #006AFF;
  font-style: normal;
  font-weight: 700;
}

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

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

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

@media only screen and (max-width: 575px) {
  .is-display1 {
    font-size: 48rem;
    line-height: 64rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display1 {
    font-size: 48rem;
    line-height: 64rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display1 {
    font-size: 90rem;
    line-height: 112rem;
  }
}

@media only screen and (max-width: 575px) {
  .is-display2 {
    font-size: 40rem;
    line-height: 52rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display2 {
    font-size: 40rem;
    line-height: 52rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display2 {
    font-size: 67rem;
    line-height: 80rem;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .is-headline1 {
    font-size: 33rem;
    line-height: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  h1,
  .is-headline1 {
    font-size: 33rem;
    line-height: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
  .is-headline1 {
    font-size: 51rem;
    line-height: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  h2,
  .is-headline2 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
@media only screen and (min-width: 576px) {
  h2,
  .is-headline2 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
  .is-headline2 {
    font-size: 38rem;
    line-height: 52rem;
  }
}

@media only screen and (max-width: 575px) {
  h3,
  .is-headline3 {
    font-size: 23rem;
    line-height: 28rem;
  }
}
@media only screen and (min-width: 576px) {
  h3,
  .is-headline3 {
    font-size: 23rem;
    line-height: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  h3,
  .is-headline3 {
    font-size: 28rem;
    line-height: 36rem;
  }
}

@media only screen and (max-width: 575px) {
  h4,
  .is-headline4 {
    font-size: 19rem;
    line-height: 24rem;
  }
}
@media only screen and (min-width: 576px) {
  h4,
  .is-headline4 {
    font-size: 19rem;
    line-height: 24rem;
  }
}
@media only screen and (min-width: 1200px) {
  h4,
  .is-headline4 {
    font-size: 21rem;
    line-height: 28rem;
  }
}

h1 .link,
h2 .link,
h3 .link,
h4 .link {
  color: inherit !important;
}

@media only screen and (max-width: 575px) {
  .is-display {
    font-size: 48rem;
    line-height: 60rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display {
    font-size: 48rem;
    line-height: 60rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display {
    font-size: 64rem;
    line-height: 80rem;
    letter-spacing: -2%;
  }
}

.is-body-lg, .is-body-lg > * {
  font-size: 18px;
  line-height: 28px;
}

.is-body-md, .is-body-md > * {
  font-size: 16px;
  line-height: 28px;
}

.is-body-sm, .is-body-sm > * {
  font-size: 14px;
  line-height: 20px;
}

.is-body-xs, .is-body-xs > * {
  font-size: 12px;
  line-height: 16px;
}

section,
header,
footer {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  section,
  header,
  footer {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section,
  header,
  footer {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section,
  header,
  footer {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section,
  header,
  footer {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section,
  header,
  footer {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section,
  header,
  footer {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section,
  header,
  footer {
    max-width: 1520rem;
  }
}
section .wrapper,
header .wrapper,
footer .wrapper {
  width: 100%;
  max-width: 100%;
}
section.is-fullwidth,
header.is-fullwidth,
footer.is-fullwidth {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 32rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 32rem;
  }
}
section.has-wide-content .wrapper,
header.has-wide-content .wrapper,
footer.has-wide-content .wrapper {
  margin-inline: auto;
}
@media only screen and (max-width: 575px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1520rem;
  }
}
section.has-narrow-content .wrapper,
header.has-narrow-content .wrapper,
footer.has-narrow-content .wrapper {
  margin-inline: auto;
}
@media only screen and (max-width: 575px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1520rem;
  }
}
section.has-narrow-content .wrapper > *,
header.has-narrow-content .wrapper > *,
footer.has-narrow-content .wrapper > * {
  max-width: 740rem;
}
section.has-centered-content .wrapper > *,
header.has-centered-content .wrapper > *,
footer.has-centered-content .wrapper > * {
  margin-inline: auto;
}

@media only screen and (max-width: 575px) {
  .has-medium-top-padding {
    padding-top: 32rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-medium-top-padding {
    padding-top: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-medium-top-padding {
    padding-top: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-large-top-padding {
    padding-top: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-large-top-padding {
    padding-top: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-large-top-padding {
    padding-top: 80rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-medium-bottom-padding {
    padding-bottom: 32rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-medium-bottom-padding {
    padding-bottom: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-medium-bottom-padding {
    padding-bottom: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-large-bottom-padding {
    padding-bottom: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-large-bottom-padding {
    padding-bottom: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-large-bottom-padding {
    padding-bottom: 80rem;
  }
}

.has-content-aligned-to-top {
  align-items: start;
}

.has-content-aligned-to-center {
  align-items: center;
}

.has-content-aligned-to-bottom {
  align-items: end;
}

@media only screen and (max-width: 575px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (min-width: 576px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: -96rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: -136rem !important;
  }
}

.body-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
  animation: animBg 1s ease;
  background-repeat: no-repeat;
  background-position: center 80rem;
  background-size: 100% auto;
  animation-fill-mode: forwards;
}
.is-cookies-settings-open .body-bg-image {
  background-image: none !important;
}

@keyframes animBg {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > div.text-content, section:not(.is-announcement) > .wrapper > .section-body > .space,
.box > .wrapper > div.text-content,
.box > .wrapper > .space,
.accordion-item__body > div.text-content,
.accordion-item__body > .space,
.box__body > div.text-content,
.box__body > .space,
.grid-column > div.text-content,
.grid-column > .space {
  margin-block: 0;
}
@media only screen and (max-width: 575px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > .text-content + *:not(hr, .space, .column-layout),
.box > .wrapper > .text-content + *:not(hr, .space, .column-layout),
.accordion-item__body > .text-content + *:not(hr, .space, .column-layout),
.box__body > .text-content + *:not(hr, .space, .column-layout),
.grid-column > .text-content + *:not(hr, .space, .column-layout) {
  margin-top: 24rem;
}
section:not(.is-announcement) > .wrapper > .section-body > hr.is-small,
.box > .wrapper > hr.is-small,
.accordion-item__body > hr.is-small,
.box__body > hr.is-small,
.grid-column > hr.is-small {
  margin-block: 48rem;
}
section:not(.is-announcement) > .wrapper > .section-body > *:first-child,
.box > .wrapper > *:first-child,
.accordion-item__body > *:first-child,
.box__body > *:first-child,
.grid-column > *:first-child {
  margin-top: 0 !important;
}
section:not(.is-announcement) > .wrapper > .section-body > *:last-child,
.box > .wrapper > *:last-child,
.accordion-item__body > *:last-child,
.box__body > *:last-child,
.grid-column > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 48rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 48rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 64rem;
    margin-bottom: 28rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 40rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 40rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 52rem;
    margin-bottom: 24rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 36rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 28rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 28rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
.text-content > .is-body-lg {
  margin-bottom: 24rem;
}
.text-content > .is-body-md, .text-content > p {
  margin-bottom: 20rem;
}
.text-content > .is-body-sm {
  margin-bottom: 16rem;
}
.text-content > .is-body-xs {
  margin-bottom: 16rem;
}
.text-content *:first-child {
  margin-top: 0;
}
.text-content *:last-child {
  margin-bottom: 0;
}
.text-content *:only-child {
  margin-block: 0;
}

.list-item__thumb {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

:root {
  font-size: 1px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #182233;
}
@media only screen and (min-width: 1920px) {
  :root {
    font-size: calc(1px + (1.5 - 1) * (100vw - 1920px) / (3840 - 1920));
  }
}

p,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Inter";
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

a, a *,
button,
button *,
input,
input * {
  font-family: "DIN Condensed";
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

p,
div,
a,
span,
ul,
ol,
li {
  font-size: 17rem;
  line-height: 28rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

summary {
  display: block;
  /* works in firefox */
  list-style: none;
  /* works in firefox */
}

summary::after {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.hide {
  display: none !important;
}

.text-content p + p, .text-content p + ul, .text-content p + ol, .text-content p + address, .text-content p + table, .text-content p + nav,
.text-content ul + p,
.text-content ul + ul,
.text-content ul + ol,
.text-content ul + address,
.text-content ul + table,
.text-content ul + nav,
.text-content ol + p,
.text-content ol + ul,
.text-content ol + ol,
.text-content ol + address,
.text-content ol + table,
.text-content ol + nav,
.text-content address + p,
.text-content address + ul,
.text-content address + ol,
.text-content address + address,
.text-content address + table,
.text-content address + nav,
.text-content table + p,
.text-content table + ul,
.text-content table + ol,
.text-content table + address,
.text-content table + table,
.text-content table + nav,
.text-content nav + p,
.text-content nav + ul,
.text-content nav + ol,
.text-content nav + address,
.text-content nav + table,
.text-content nav + nav {
  margin-top: 12rem;
}
.text-content p + h2, .text-content p + .h2, .text-content p + h3, .text-content p + .h3,
.text-content ul + h2,
.text-content ul + .h2,
.text-content ul + h3,
.text-content ul + .h3,
.text-content ol + h2,
.text-content ol + .h2,
.text-content ol + h3,
.text-content ol + .h3,
.text-content address + h2,
.text-content address + .h2,
.text-content address + h3,
.text-content address + .h3,
.text-content table + h2,
.text-content table + .h2,
.text-content table + h3,
.text-content table + .h3,
.text-content nav + h2,
.text-content nav + .h2,
.text-content nav + h3,
.text-content nav + .h3 {
  margin-top: 20rem;
}
.text-content h2 + p, .text-content h2 + ul, .text-content h2 + ol, .text-content h2 + address, .text-content h2 + table, .text-content h2 + nav,
.text-content .h2 + p,
.text-content .h2 + ul,
.text-content .h2 + ol,
.text-content .h2 + address,
.text-content .h2 + table,
.text-content .h2 + nav,
.text-content h3 + p,
.text-content h3 + ul,
.text-content h3 + ol,
.text-content h3 + address,
.text-content h3 + table,
.text-content h3 + nav,
.text-content .h3 + p,
.text-content .h3 + ul,
.text-content .h3 + ol,
.text-content .h3 + address,
.text-content .h3 + table,
.text-content .h3 + nav {
  margin-top: 8rem;
}
.text-content a {
  font-size: 1em;
  text-underline-offset: 3rem;
  color: #0C66E4;
}
.text-content a:hover {
  text-decoration: none;
}
.text-content ol {
  counter-reset: main-counter;
  list-style-type: none;
  padding-left: 0;
}
.text-content ol > li {
  counter-increment: main-counter;
  padding-left: 25rem;
  position: relative;
}
.text-content ol > li:before {
  content: counter(main-counter, decimal) ".";
  display: inline-block;
  width: 25rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.text-content ol ol,
.text-content ol ul {
  margin-left: 16rem;
}
.text-content ol ol > li {
  list-style-type: none;
  padding-left: 24rem;
}
.text-content ol ol > li:before {
  content: counter(main-counter, lower-alpha) ")";
  display: inline-block;
  width: 25rem;
  text-align: center;
}
.text-content ul {
  list-style-type: none;
  padding-left: 0;
}
.text-content ul > li {
  list-style-type: none;
  padding-left: 20rem;
  position: relative;
}
.text-content ul > li:before {
  content: "●";
  display: inline-block;
  width: 20rem;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.text-content ul ul,
.text-content ul ol {
  margin-left: 20rem;
}
.text-content ul ul > li {
  list-style-type: none;
  padding-left: 20rem;
}
.text-content ul ul > li:before {
  content: "●";
  display: inline-block;
  width: 20rem;
  text-align: left;
}
.text-content table {
  border-collapse: collapse;
}
.text-content table *,
.text-content table caption {
  text-align: left;
}
.text-content table caption {
  margin-bottom: 12rem;
  font-size: 28rem;
  line-height: 40rem;
}
.text-content table td,
.text-content table th {
  border: solid 1rem;
  padding: 8rem;
}
.text-content address {
  margin-bottom: 12rem;
}
@media only screen and (min-width: 1200px) {
  .text-content address {
    margin-bottom: 20rem;
  }
}
.text-content {
  column-count: var(--columns);
  column-gap: 40rem;
}
.text-content.has-1-columns {
  max-width: 740rem;
}
@media only screen and (max-width: 575px) {
  .text-content.has-1-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-1-columns {
    --columns: 1;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-2-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-2-columns {
    --columns: 2;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-3-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-3-columns {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .text-content.has-3-columns {
    --columns: 3;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-4-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-4-columns {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .text-content.has-4-columns {
    --columns: 3;
  }
}
@media only screen and (min-width: 1366px) {
  .text-content.has-4-columns {
    --columns: 4;
  }
}

*:focus {
  outline: none;
  box-shadow: #ADD1FF 0 0 0 4rem;
}

.is-inverse:focus,
.is-inverse *:focus {
  box-shadow: #0058CC 0 0 0 4rem;
}

.ng-hide {
  display: none !important;
}

.box {
  --box-bg-color: transparent;
  background-color: var(--box-bg-color);
  color: #182233;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .box {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  .box {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .box {
    flex-direction: row;
  }
}
.box .box__body {
  flex: 1;
}
@media only screen and (max-width: 575px) {
  .box .box__body {
    padding: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .box .box__body {
    padding: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .box .box__body {
    padding: 64rem;
  }
}
.box .box__body .text-content .is-subheading {
  margin-block: 12rem;
}
.box .box__body .text-content h1,
.box .box__body .text-content h2,
.box .box__body .text-content h3,
.box .box__body .text-content h4,
.box .box__body .text-content h5,
.box .box__body .text-content h6 {
  margin: 0;
}
.box .box__body .text-content > *:first-child {
  margin-top: 0;
}
.box .box__body .text-content > *:last-child {
  margin-bottom: 0;
}
.box .box__image img, .box .box__image > .image img, .box .box__image > picture img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .box .box__image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 576px) {
  .box .box__image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 768px) {
  .box .box__image {
    flex-direction: row;
    flex-basis: 50%;
    aspect-ratio: initial;
  }
  .box .box__image img, .box .box__image > .image img, .box .box__image > picture img {
    min-height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .box .box__image {
    flex-basis: 440rem;
  }
}
@media only screen and (min-width: 1366px) {
  .box .box__image {
    flex-basis: 480rem;
  }
}
@media only screen and (min-width: 1680px) {
  .box .box__image {
    flex-basis: 520rem;
  }
}
.box.is-dark, .box.is-dark > * {
  color: #DEE4EA;
}
.box.is-dark .text-content .is-subheading {
  color: #85B8FF;
}
.box.is-dark .text-content, .box.is-dark .text-content > * {
  color: #DEE4EA;
}
.box.has-centered-content .box__body {
  text-align: center;
}
.box.has-centered-content .box__body > * {
  margin-inline: auto;
}
.box.has-centered-content .box__body .button-set {
  display: inline-flex;
}
.box.is-tiny {
  border-radius: 0;
}
.box.is-tiny .box__body {
  padding: 28rem;
}
@media only screen and (max-width: 575px) {
  .box.with-image .box__body .column-layout {
    --grid-columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .box.with-image .box__body .column-layout {
    --grid-columns: 1;
  }
}
@media only screen and (min-width: 1366px) {
  .box.with-image .box__body .column-layout {
    --grid-columns: 12;
  }
}

.box-cta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20rem;
}
.box-cta .box-cta__message {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.box-cta .box-cta__cta .button-set {
  gap: 12rem;
}
.box-cta.for-light-mode {
  background: #FFFFFF;
}
.box-cta.for-dark-mode {
  background: #1D2125;
}
.box-cta.for-dark-mode .box-cta__message {
  color: #8696A7;
}
.box-cta.for-dark-mode .box-cta__message h2,
.box-cta.for-dark-mode .box-cta__message .is-headline2 {
  color: #C7D1DB;
}
.box-cta.for-dark-mode .box-cta__message .is-subheading {
  color: #85B8FF;
}
.box-cta.for-inverse-mode {
  background: #006AFF;
}
.box-cta.for-inverse-mode .box-cta__message * {
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .box-cta {
    padding: 24rem;
    flex-direction: column;
    width: 100%;
  }
  .box-cta .box-cta__cta {
    width: 100%;
  }
  .box-cta .box-cta__cta .button-set {
    display: flex;
    width: 100%;
  }
  .box-cta .box-cta__cta .button-set > .box-button {
    justify-content: center;
    flex-grow: 1;
  }
  .box-cta .box-cta__cta form fieldset {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  .box-cta {
    padding: 40rem;
    flex-direction: column;
  }
  .box-cta .box-cta__cta {
    width: 100%;
  }
  .box-cta .box-cta__cta .button-set {
    display: flex;
    width: 100%;
  }
  .box-cta .box-cta__cta .button-set > .box-button {
    justify-content: center;
    flex-grow: 1;
  }
  .box-cta .box-cta__cta form fieldset .form-control.is-input {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .box-cta .box-cta__cta .button-set > .box-button {
    flex-grow: 0;
  }
  .box-cta .box-cta__cta form fieldset .form-control.is-input {
    flex-grow: 0;
    min-width: 350rem;
  }
}
@media only screen and (min-width: 992px) {
  .box-cta {
    flex-direction: row;
  }
  .box-cta .box-cta__message {
    width: 410rem;
  }
  .box-cta .box-cta__cta {
    width: 330rem;
  }
  .box-cta .box-cta__cta .button-set {
    display: flex;
    width: 100%;
  }
  .box-cta .box-cta__cta .button-set > .box-button {
    justify-content: center;
    flex-grow: 1;
  }
  .box-cta .box-cta__cta form fieldset {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .box-cta {
    padding: 96rem 95rem;
  }
  .box-cta .box-cta__message {
    width: 460rem;
  }
  .box-cta .box-cta__cta {
    width: 350rem;
  }
}
@media only screen and (min-width: 1366px) {
  .box-cta {
    padding: 96rem 110rem;
  }
  .box-cta .box-cta__message {
    width: 520rem;
  }
  .box-cta .box-cta__cta {
    width: 410rem;
  }
  .box-cta .box-cta__cta .button-set > .box-button {
    flex-grow: 0;
  }
  .box-cta .box-cta__cta form fieldset {
    flex-direction: row;
  }
  .box-cta .box-cta__cta form fieldset .form-control.is-input {
    flex-grow: 1;
    min-width: 280rem;
  }
}
@media only screen and (min-width: 1680px) {
  .box-cta {
    padding: 96rem 130rem;
  }
  .box-cta .box-cta__message {
    width: 610rem;
  }
  .box-cta .box-cta__cta {
    width: 480rem;
  }
  .box-cta .box-cta__cta form fieldset {
    width: 100%;
  }
}

.box-button {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  border-radius: 6rem;
  text-decoration: none;
  transition: background-color 100ms;
  border: none;
  outline: none;
  cursor: pointer;
}
.box-button span {
  font-family: DIN Condensed;
  font-weight: 500;
  text-transform: uppercase;
}
.box-button.is-primary.for-light-mode {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
.box-button.is-primary.for-light-mode:hover, .box-button.is-primary.for-light-mode.is-active {
  background-color: #000000;
}
.box-button.is-primary.for-light-mode.is-destructive {
  background-color: #E4250C;
}
.box-button.is-primary.for-light-mode.is-destructive:hover, .box-button.is-primary.for-light-mode.is-destructive.is-active {
  background-color: #AE2A19;
}
.box-button.is-primary.for-light-mode.is-success {
  background-color: #1F845A;
}
.box-button.is-primary.for-light-mode.is-success:hover, .box-button.is-primary.for-light-mode.is-success.is-active {
  background-color: #164B35;
}
.box-button.is-primary.for-light-mode.is-greyscale {
  background-color: #2C3E5D;
}
.box-button.is-primary.for-light-mode.is-greyscale:hover, .box-button.is-primary.for-light-mode.is-greyscale.is-active {
  background-color: #182233;
}
.box-button.is-primary.for-light-mode.is-disabled, .box-button.is-primary.for-light-mode.is-disabled:hover, .box-button.is-primary.for-light-mode.is-disabled.is-active {
  background-color: #F1F2F4;
  color: #626F86;
}
.box-button.is-primary.for-dark-mode {
  background-color: #85B8FF;
  color: #082145;
}
.box-button.is-primary.for-dark-mode:hover, .box-button.is-primary.for-dark-mode.is-active {
  background-color: #388BFF;
}
.box-button.is-primary.for-dark-mode.is-destructive {
  background-color: #FF9C8F;
}
.box-button.is-primary.for-dark-mode.is-destructive:hover, .box-button.is-primary.for-dark-mode.is-destructive.is-active {
  background-color: #EF5C48;
}
.box-button.is-primary.for-dark-mode.is-success {
  background-color: #7EE2B8;
}
.box-button.is-primary.for-dark-mode.is-success:hover, .box-button.is-primary.for-dark-mode.is-success.is-active {
  background-color: #2ABB7F;
}
.box-button.is-primary.for-dark-mode.is-greyscale {
  background-color: #B6C2CF;
  color: #1D2125;
}
.box-button.is-primary.for-dark-mode.is-greyscale:hover, .box-button.is-primary.for-dark-mode.is-greyscale.is-active {
  background-color: #C7D1DB;
}
.box-button.is-primary.for-dark-mode.is-disabled, .box-button.is-primary.for-dark-mode.is-disabled:hover, .box-button.is-primary.for-dark-mode.is-disabled.is-active {
  background-color: #738496;
  color: #22272B;
}
.box-button.is-primary.for-inverse-mode {
  background-color: #F7F8F9;
  color: #0C66E4;
}
.box-button.is-primary.for-inverse-mode.is-destructive {
  color: #CA3521;
}
.box-button.is-primary.for-inverse-mode.is-success {
  color: #216E4E;
}
.box-button.is-primary.for-inverse-mode.is-greyscale {
  color: #2C3E5D;
}
.box-button.is-primary.for-inverse-mode.is-disabled, .box-button.is-primary.for-inverse-mode.is-disabled:hover, .box-button.is-primary.for-inverse-mode.is-disabled.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.box-button.is-secondary {
  border-width: 1rem;
  border-style: solid;
}
.box-button.is-secondary.for-light-mode {
  border-color: #006AFF;
  border-width: 1rem;
  border-style: solid;
  color: #006AFF;
}
.box-button.is-secondary.for-light-mode:hover, .box-button.is-secondary.for-light-mode.is-active {
  background-color: #E9F2FF;
}
.box-button.is-secondary.for-light-mode.is-destructive {
  border-color: #CA3521;
  color: #CA3521;
}
.box-button.is-secondary.for-light-mode.is-destructive:hover, .box-button.is-secondary.for-light-mode.is-destructive.is-active {
  background-color: #FFEDEB;
}
.box-button.is-secondary.for-light-mode.is-success {
  border-color: #216E4E;
  color: #216E4E;
}
.box-button.is-secondary.for-light-mode.is-success:hover, .box-button.is-secondary.for-light-mode.is-success.is-active {
  background-color: #DFFCF0;
}
.box-button.is-secondary.for-light-mode.is-greyscale {
  border-color: #2C3E5D;
  color: #2C3E5D;
}
.box-button.is-secondary.for-light-mode.is-greyscale:hover, .box-button.is-secondary.for-light-mode.is-greyscale.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.box-button.is-secondary.for-light-mode.is-disabled, .box-button.is-secondary.for-light-mode.is-disabled:hover, .box-button.is-secondary.for-light-mode.is-disabled.is-active {
  background-color: transparent;
  border-color: #626F86;
  color: #626F86;
}
.box-button.is-secondary.for-dark-mode {
  border-color: #85B8FF;
  color: #85B8FF;
}
.box-button.is-secondary.for-dark-mode:hover, .box-button.is-secondary.for-dark-mode.is-active {
  background-color: #082145;
}
.box-button.is-secondary.for-dark-mode.is-destructive {
  border-color: #FF9C8F;
  color: #FF9C8F;
}
.box-button.is-secondary.for-dark-mode.is-destructive:hover, .box-button.is-secondary.for-dark-mode.is-destructive.is-active {
  background-color: #391813;
}
.box-button.is-secondary.for-dark-mode.is-success {
  border-color: #7EE2B8;
  color: #7EE2B8;
}
.box-button.is-secondary.for-dark-mode.is-success:hover, .box-button.is-secondary.for-dark-mode.is-success.is-active {
  background-color: #133527;
}
.box-button.is-secondary.for-dark-mode.is-greyscale {
  border-color: #B6C2CF;
  color: #B6C2CF;
}
.box-button.is-secondary.for-dark-mode.is-greyscale:hover, .box-button.is-secondary.for-dark-mode.is-greyscale.is-active {
  background-color: #2C333A;
}
.box-button.is-secondary.for-dark-mode.is-disabled, .box-button.is-secondary.for-dark-mode.is-disabled:hover, .box-button.is-secondary.for-dark-mode.is-disabled.is-active {
  border-color: #738496;
  color: #738496;
  background-color: transparent;
}
.box-button.is-secondary.for-inverse-mode {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-button.is-secondary.for-inverse-mode:hover, .box-button.is-secondary.for-inverse-mode.is-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.box-button.is-secondary.for-inverse-mode.is-destructive {
  border-color: #FFEDEB;
  color: #FFEDEB;
}
.box-button.is-secondary.for-inverse-mode.is-success {
  border-color: #DFFCF0;
  color: #DFFCF0;
}
.box-button.is-secondary.for-inverse-mode.is-greyscale {
  border-color: #F7F8F9;
  color: #F7F8F9;
}
.box-button.is-secondary.for-inverse-mode.is-disabled, .box-button.is-secondary.for-inverse-mode.is-disabled:hover, .box-button.is-secondary.for-inverse-mode.is-disabled.is-active {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.box-button.is-tertiary.for-light-mode {
  color: #006AFF;
}
.box-button.is-tertiary.for-light-mode:hover, .box-button.is-tertiary.for-light-mode.is-active {
  background-color: #E9F2FF;
}
.box-button.is-tertiary.for-light-mode.is-destructive {
  color: #CA3521;
}
.box-button.is-tertiary.for-light-mode.is-destructive:hover, .box-button.is-tertiary.for-light-mode.is-destructive.is-active {
  background-color: #FFEDEB;
}
.box-button.is-tertiary.for-light-mode.is-success {
  color: #216E4E;
}
.box-button.is-tertiary.for-light-mode.is-success:hover, .box-button.is-tertiary.for-light-mode.is-success.is-active {
  background-color: #DFFCF0;
}
.box-button.is-tertiary.for-light-mode.is-greyscale {
  color: #202D44;
}
.box-button.is-tertiary.for-light-mode.is-greyscale:hover, .box-button.is-tertiary.for-light-mode.is-greyscale.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.box-button.is-tertiary.for-light-mode.is-disabled, .box-button.is-tertiary.for-light-mode.is-disabled:hover, .box-button.is-tertiary.for-light-mode.is-disabled.is-active {
  background-color: transparent;
  color: #626F86;
}
.box-button.is-tertiary.for-dark-mode {
  color: #85B8FF;
}
.box-button.is-tertiary.for-dark-mode:hover, .box-button.is-tertiary.for-dark-mode.is-active {
  background-color: #082145;
}
.box-button.is-tertiary.for-dark-mode.is-destructive {
  color: #FF9C8F;
}
.box-button.is-tertiary.for-dark-mode.is-destructive:hover, .box-button.is-tertiary.for-dark-mode.is-destructive.is-active {
  background-color: #391813;
}
.box-button.is-tertiary.for-dark-mode.is-success {
  color: #7EE2B8;
}
.box-button.is-tertiary.for-dark-mode.is-success:hover, .box-button.is-tertiary.for-dark-mode.is-success.is-active {
  background-color: #133527;
}
.box-button.is-tertiary.for-dark-mode.is-greyscale {
  color: #B6C2CF;
}
.box-button.is-tertiary.for-dark-mode.is-greyscale:hover, .box-button.is-tertiary.for-dark-mode.is-greyscale.is-active {
  background-color: #2C333A;
}
.box-button.is-tertiary.for-dark-mode.is-disabled, .box-button.is-tertiary.for-dark-mode.is-disabled:hover, .box-button.is-tertiary.for-dark-mode.is-disabled.is-active {
  color: #626F86;
  background-color: transparent;
}
.box-button.is-tertiary.for-inverse-mode {
  color: #E9F2FF;
}
.box-button.is-tertiary.for-inverse-mode:hover, .box-button.is-tertiary.for-inverse-mode.is-active {
  background-color: #F7F8F9;
  color: #0C66E4;
}
.box-button.is-tertiary.for-inverse-mode.is-destructive {
  color: #FFEDEB;
}
.box-button.is-tertiary.for-inverse-mode.is-destructive:hover, .box-button.is-tertiary.for-inverse-mode.is-destructive.is-active {
  color: #CA3521;
}
.box-button.is-tertiary.for-inverse-mode.is-success {
  color: #DFFCF0;
}
.box-button.is-tertiary.for-inverse-mode.is-success:hover, .box-button.is-tertiary.for-inverse-mode.is-success.is-active {
  color: #216E4E;
}
.box-button.is-tertiary.for-inverse-mode.is-greyscale {
  color: #F7F8F9;
}
.box-button.is-tertiary.for-inverse-mode.is-greyscale:hover, .box-button.is-tertiary.for-inverse-mode.is-greyscale.is-active {
  color: #2C3E5D;
}
.box-button.is-tertiary.for-inverse-mode.is-disabled, .box-button.is-tertiary.for-inverse-mode.is-disabled:hover, .box-button.is-tertiary.for-inverse-mode.is-disabled.is-active {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.box-button.has-lead-icon {
  flex-direction: row-reverse;
}
.box-button.is-small {
  width: auto;
  height: 40rem;
  padding: 10rem 16rem;
}
.box-button.is-small svg {
  width: 20rem;
  height: 20rem;
}
.box-button.is-small span {
  font-size: 14rem;
  line-height: 20rem;
}
.box-button.is-medium {
  width: auto;
  height: 48rem;
  padding: 12rem 20rem;
}
.box-button.is-medium svg {
  width: 24rem;
  height: 24rem;
}
.box-button.is-medium span {
  font-size: 16rem;
  line-height: 24rem;
}
.box-button.is-large {
  width: auto;
  height: 60rem;
  padding: 16rem 28rem;
}
.box-button.is-large span {
  font-size: 18rem;
  line-height: 28rem;
}
.box-button.is-disabled {
  cursor: not-allowed;
}

.box-toggle {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  border-radius: 6rem;
  text-decoration: none;
}
.box-toggle span {
  font-family: DIN Condensed;
  font-weight: 500;
}
.box-toggle.for-light-mode {
  background-color: transparent;
  border-color: #2C3E5D;
  border-width: 1rem;
  border-style: solid;
  color: #2C3E5D;
  transition: background-color 150ms;
}
.box-toggle.for-light-mode:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.box-toggle.for-light-mode.is-active {
  background-color: #2C3E5D;
  color: #F7F8F9;
}
.box-toggle.for-light-mode.is-disabled {
  color: #626F86;
  border-color: #B3B9C4;
  background-color: #F7F8F9;
}
.box-toggle.for-dark-mode {
  background-color: transparent;
  border-color: #DEE4EA;
  border-width: 1rem;
  border-style: solid;
  color: #DEE4EA;
  transition: background-color 150ms;
}
.box-toggle.for-dark-mode:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.box-toggle.for-dark-mode.is-active {
  background-color: #DEE4EA;
  color: #161A1D;
}
.box-toggle.for-dark-mode.is-disabled {
  color: #8696A7;
  border-color: #454F59;
  background-color: transparent;
}
.box-toggle.for-inverse-mode {
  background-color: transparent;
  border-color: #FFFFFF;
  border-width: 1rem;
  border-style: solid;
  color: #FFFFFF;
  transition: background-color 150ms;
}
.box-toggle.for-inverse-mode:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.box-toggle.for-inverse-mode.is-active {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #2C3E5D;
}
.box-toggle.for-inverse-mode.is-disabled {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}
.box-toggle.is-first {
  border-radius: 6rem 0 0 6rem;
  border-right-width: 0;
}
.box-toggle.is-middle {
  border-radius: 0;
  border-right-width: 0;
}
.box-toggle.is-last {
  border-radius: 0 6rem 6rem 0;
  border-right-width: 1rem;
}
.box-toggle.has-lead-icon {
  flex-direction: row-reverse;
}
.box-toggle.is-small {
  width: auto;
  height: 40rem;
  padding: 10rem 16rem;
}
.box-toggle.is-small svg {
  width: 20rem;
  height: 20rem;
}
.box-toggle.is-small span {
  font-size: 14rem;
  line-height: 20rem;
}
.box-toggle.is-medium {
  width: auto;
  height: 48rem;
  padding: 12rem 20rem;
}
.box-toggle.is-medium svg {
  width: 24rem;
  height: 24rem;
}
.box-toggle.is-medium span {
  font-size: 16rem;
  line-height: 24rem;
}
.box-toggle.is-large {
  width: auto;
  height: 60rem;
  padding: 16rem 28rem;
}
.box-toggle.is-large span {
  font-size: 18rem;
  line-height: 28rem;
}
.box-toggle.is-disabled {
  cursor: not-allowed;
}

.button-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: black;
}
.button-set.is-vertical {
  flex-direction: column;
  align-items: baseline;
}
@media only screen and (max-width: 575px) {
  .button-set.with-gap {
    column-gap: 30rem;
    row-gap: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .button-set.with-gap {
    column-gap: 30rem;
    row-gap: 20rem;
  }
}
@media only screen and (min-width: 1680px) {
  .button-set.with-gap {
    column-gap: 40rem;
    row-gap: 30rem;
  }
}

.icon-button {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  border-radius: 6rem;
  text-decoration: none;
  transition: background-color 100ms;
  border: none;
  outline: none;
  cursor: pointer;
}
.icon-button span {
  font-family: DIN Condensed;
  font-weight: 500;
}
.icon-button.is-primary.for-light-mode {
  background-color: #006AFF;
  color: #FFFFFF;
}
.icon-button.is-primary.for-light-mode:hover, .icon-button.is-primary.for-light-mode.is-active {
  background-color: #0055CC;
}
.icon-button.is-primary.for-light-mode.is-destructive {
  background-color: #E4250C;
}
.icon-button.is-primary.for-light-mode.is-destructive:hover, .icon-button.is-primary.for-light-mode.is-destructive.is-active {
  background-color: #AE2A19;
}
.icon-button.is-primary.for-light-mode.is-success {
  background-color: #1F845A;
}
.icon-button.is-primary.for-light-mode.is-success:hover, .icon-button.is-primary.for-light-mode.is-success.is-active {
  background-color: #164B35;
}
.icon-button.is-primary.for-light-mode.is-greyscale {
  background-color: #2C3E5D;
}
.icon-button.is-primary.for-light-mode.is-greyscale:hover, .icon-button.is-primary.for-light-mode.is-greyscale.is-active {
  background-color: #182233;
}
.icon-button.is-primary.for-light-mode.is-disabled, .icon-button.is-primary.for-light-mode.is-disabled:hover, .icon-button.is-primary.for-light-mode.is-disabled.is-active {
  background-color: #F1F2F4;
  color: #626F86;
}
.icon-button.is-primary.for-dark-mode {
  background-color: #85B8FF;
  color: #082145;
}
.icon-button.is-primary.for-dark-mode:hover, .icon-button.is-primary.for-dark-mode.is-active {
  background-color: #388BFF;
}
.icon-button.is-primary.for-dark-mode.is-destructive {
  background-color: #FF9C8F;
}
.icon-button.is-primary.for-dark-mode.is-destructive:hover, .icon-button.is-primary.for-dark-mode.is-destructive.is-active {
  background-color: #EF5C48;
}
.icon-button.is-primary.for-dark-mode.is-success {
  background-color: #7EE2B8;
}
.icon-button.is-primary.for-dark-mode.is-success:hover, .icon-button.is-primary.for-dark-mode.is-success.is-active {
  background-color: #2ABB7F;
}
.icon-button.is-primary.for-dark-mode.is-greyscale {
  background-color: #B6C2CF;
  color: #1D2125;
}
.icon-button.is-primary.for-dark-mode.is-greyscale:hover, .icon-button.is-primary.for-dark-mode.is-greyscale.is-active {
  background-color: #8696A7;
}
.icon-button.is-primary.for-dark-mode.is-disabled, .icon-button.is-primary.for-dark-mode.is-disabled:hover, .icon-button.is-primary.for-dark-mode.is-disabled.is-active {
  background-color: #738496;
  color: #22272B;
}
.icon-button.is-primary.for-inverse-mode {
  background-color: #F7F8F9;
  color: #0C66E4;
}
.icon-button.is-primary.for-inverse-mode.is-destructive {
  color: #CA3521;
}
.icon-button.is-primary.for-inverse-mode.is-success {
  color: #216E4E;
}
.icon-button.is-primary.for-inverse-mode.is-greyscale {
  color: #2C3E5D;
}
.icon-button.is-primary.for-inverse-mode.is-disabled, .icon-button.is-primary.for-inverse-mode.is-disabled:hover, .icon-button.is-primary.for-inverse-mode.is-disabled.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.icon-button.is-secondary {
  border-width: 1rem;
  border-style: solid;
}
.icon-button.is-secondary.for-light-mode {
  border-color: #0C66E4;
  border-width: 1rem;
  border-style: solid;
  color: #0C66E4;
}
.icon-button.is-secondary.for-light-mode:hover, .icon-button.is-secondary.for-light-mode.is-active {
  background-color: #E9F2FF;
}
.icon-button.is-secondary.for-light-mode.is-destructive {
  border-color: #E4250C;
  color: #E4250C;
}
.icon-button.is-secondary.for-light-mode.is-destructive:hover, .icon-button.is-secondary.for-light-mode.is-destructive.is-active {
  background-color: #FFEDEB;
}
.icon-button.is-secondary.for-light-mode.is-success {
  border-color: #216E4E;
  color: #216E4E;
}
.icon-button.is-secondary.for-light-mode.is-success:hover, .icon-button.is-secondary.for-light-mode.is-success.is-active {
  background-color: #DFFCF0;
}
.icon-button.is-secondary.for-light-mode.is-greyscale {
  border-color: #202D44;
  color: #202D44;
}
.icon-button.is-secondary.for-light-mode.is-greyscale:hover, .icon-button.is-secondary.for-light-mode.is-greyscale.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.icon-button.is-secondary.for-light-mode.is-disabled, .icon-button.is-secondary.for-light-mode.is-disabled:hover, .icon-button.is-secondary.for-light-mode.is-disabled.is-active {
  background-color: transparent;
  border-color: #626F86;
  color: #626F86;
}
.icon-button.is-secondary.for-dark-mode {
  border-color: #85B8FF;
  color: #85B8FF;
}
.icon-button.is-secondary.for-dark-mode:hover, .icon-button.is-secondary.for-dark-mode.is-active {
  background-color: #082145;
}
.icon-button.is-secondary.for-dark-mode.is-destructive {
  border-color: #FF9C8F;
  color: #FF9C8F;
}
.icon-button.is-secondary.for-dark-mode.is-destructive:hover, .icon-button.is-secondary.for-dark-mode.is-destructive.is-active {
  background-color: #391813;
}
.icon-button.is-secondary.for-dark-mode.is-success {
  border-color: #7EE2B8;
  color: #7EE2B8;
}
.icon-button.is-secondary.for-dark-mode.is-success:hover, .icon-button.is-secondary.for-dark-mode.is-success.is-active {
  background-color: #133527;
}
.icon-button.is-secondary.for-dark-mode.is-greyscale {
  border-color: #B6C2CF;
  color: #B6C2CF;
}
.icon-button.is-secondary.for-dark-mode.is-greyscale:hover, .icon-button.is-secondary.for-dark-mode.is-greyscale.is-active {
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-button.is-secondary.for-dark-mode.is-disabled, .icon-button.is-secondary.for-dark-mode.is-disabled:hover, .icon-button.is-secondary.for-dark-mode.is-disabled.is-active {
  border-color: #738496;
  color: #738496;
  background-color: transparent;
}
.icon-button.is-secondary.for-inverse-mode {
  border-color: #E9F2FF;
  color: #E9F2FF;
}
.icon-button.is-secondary.for-inverse-mode:hover, .icon-button.is-secondary.for-inverse-mode.is-active {
  background-color: #F7F8F9;
  color: #0C66E4;
}
.icon-button.is-secondary.for-inverse-mode.is-destructive {
  border-color: #FFEDEB;
  color: #FFEDEB;
}
.icon-button.is-secondary.for-inverse-mode.is-destructive:hover, .icon-button.is-secondary.for-inverse-mode.is-destructive.is-active {
  color: #CA3521;
}
.icon-button.is-secondary.for-inverse-mode.is-success {
  border-color: #DFFCF0;
  color: #DFFCF0;
}
.icon-button.is-secondary.for-inverse-mode.is-success:hover, .icon-button.is-secondary.for-inverse-mode.is-success.is-active {
  color: #216E4E;
}
.icon-button.is-secondary.for-inverse-mode.is-greyscale {
  border-color: #F7F8F9;
  color: #F7F8F9;
}
.icon-button.is-secondary.for-inverse-mode.is-greyscale:hover, .icon-button.is-secondary.for-inverse-mode.is-greyscale.is-active {
  color: #2C3E5D;
}
.icon-button.is-secondary.for-inverse-mode.is-disabled, .icon-button.is-secondary.for-inverse-mode.is-disabled:hover, .icon-button.is-secondary.for-inverse-mode.is-disabled.is-active {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.icon-button.is-tertiary.for-light-mode {
  color: #0C66E4;
}
.icon-button.is-tertiary.for-light-mode:hover, .icon-button.is-tertiary.for-light-mode.is-active {
  background-color: #E9F2FF;
}
.icon-button.is-tertiary.for-light-mode.is-destructive {
  color: #E4250C;
}
.icon-button.is-tertiary.for-light-mode.is-destructive:hover, .icon-button.is-tertiary.for-light-mode.is-destructive.is-active {
  background-color: #FFEDEB;
}
.icon-button.is-tertiary.for-light-mode.is-success {
  color: #216E4E;
}
.icon-button.is-tertiary.for-light-mode.is-success:hover, .icon-button.is-tertiary.for-light-mode.is-success.is-active {
  background-color: #DFFCF0;
}
.icon-button.is-tertiary.for-light-mode.is-greyscale {
  color: #202D44;
}
.icon-button.is-tertiary.for-light-mode.is-greyscale:hover, .icon-button.is-tertiary.for-light-mode.is-greyscale.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.icon-button.is-tertiary.for-light-mode.is-disabled, .icon-button.is-tertiary.for-light-mode.is-disabled:hover, .icon-button.is-tertiary.for-light-mode.is-disabled.is-active {
  background-color: transparent;
  color: #626F86;
}
.icon-button.is-tertiary.for-dark-mode {
  color: #85B8FF;
}
.icon-button.is-tertiary.for-dark-mode:hover, .icon-button.is-tertiary.for-dark-mode.is-active {
  background-color: #082145;
}
.icon-button.is-tertiary.for-dark-mode.is-destructive {
  color: #FF9C8F;
}
.icon-button.is-tertiary.for-dark-mode.is-destructive:hover, .icon-button.is-tertiary.for-dark-mode.is-destructive.is-active {
  background-color: #391813;
}
.icon-button.is-tertiary.for-dark-mode.is-success {
  color: #7EE2B8;
}
.icon-button.is-tertiary.for-dark-mode.is-success:hover, .icon-button.is-tertiary.for-dark-mode.is-success.is-active {
  background-color: #133527;
}
.icon-button.is-tertiary.for-dark-mode.is-greyscale {
  color: #B6C2CF;
}
.icon-button.is-tertiary.for-dark-mode.is-greyscale:hover, .icon-button.is-tertiary.for-dark-mode.is-greyscale.is-active {
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-button.is-tertiary.for-dark-mode.is-disabled, .icon-button.is-tertiary.for-dark-mode.is-disabled:hover, .icon-button.is-tertiary.for-dark-mode.is-disabled.is-active {
  color: #626F86;
  background-color: transparent;
}
.icon-button.is-tertiary.for-inverse-mode {
  color: #E9F2FF;
}
.icon-button.is-tertiary.for-inverse-mode:hover, .icon-button.is-tertiary.for-inverse-mode.is-active {
  background-color: #F7F8F9;
  color: #0C66E4;
}
.icon-button.is-tertiary.for-inverse-mode.is-destructive {
  color: #FFEDEB;
}
.icon-button.is-tertiary.for-inverse-mode.is-destructive:hover, .icon-button.is-tertiary.for-inverse-mode.is-destructive.is-active {
  color: #CA3521;
}
.icon-button.is-tertiary.for-inverse-mode.is-success {
  color: #DFFCF0;
}
.icon-button.is-tertiary.for-inverse-mode.is-success:hover, .icon-button.is-tertiary.for-inverse-mode.is-success.is-active {
  color: #216E4E;
}
.icon-button.is-tertiary.for-inverse-mode.is-greyscale {
  color: #F7F8F9;
}
.icon-button.is-tertiary.for-inverse-mode.is-greyscale:hover, .icon-button.is-tertiary.for-inverse-mode.is-greyscale.is-active {
  color: #2C3E5D;
}
.icon-button.is-tertiary.for-inverse-mode.is-disabled, .icon-button.is-tertiary.for-inverse-mode.is-disabled:hover, .icon-button.is-tertiary.for-inverse-mode.is-disabled.is-active {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.icon-button.has-lead-icon {
  flex-direction: row-reverse;
}
.icon-button.is-small {
  width: auto;
  height: 40rem;
  padding: 10rem;
}
.icon-button.is-small svg {
  width: 20rem;
  height: 20rem;
}
.icon-button.is-small span {
  font-size: 14rem;
  line-height: 20rem;
}
.icon-button.is-medium {
  width: auto;
  height: 48rem;
  padding: 12rem;
}
.icon-button.is-medium svg {
  width: 24rem;
  height: 24rem;
}
.icon-button.is-medium span {
  font-size: 16rem;
  line-height: 24rem;
}
.icon-button.is-large {
  width: auto;
  height: 60rem;
  padding: 18rem;
}
.icon-button.is-large span {
  font-size: 18rem;
  line-height: 28rem;
}
.icon-button.is-disabled {
  cursor: not-allowed;
}

.icon-toggle {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  border-radius: 6rem;
  text-decoration: none;
}
.icon-toggle.for-light-mode {
  background-color: transparent;
  border-color: #2C3E5D;
  border-width: 1rem;
  border-style: solid;
  color: #2C3E5D;
  transition: background-color 150ms;
}
.icon-toggle.for-light-mode:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.icon-toggle.for-light-mode.is-active {
  background-color: #2C3E5D;
  color: #F7F8F9;
}
.icon-toggle.for-light-mode.is-disabled {
  color: #626F86;
  border-color: #B3B9C4;
  background-color: #F7F8F9;
}
.icon-toggle.for-dark-mode {
  background-color: transparent;
  border-color: #DEE4EA;
  border-width: 1rem;
  border-style: solid;
  color: #DEE4EA;
  transition: background-color 150ms;
}
.icon-toggle.for-dark-mode:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-toggle.for-dark-mode.is-active {
  background-color: #DEE4EA;
  color: #161A1D;
}
.icon-toggle.for-dark-mode.is-disabled {
  color: #8696A7;
  border-color: #454F59;
  background-color: transparent;
}
.icon-toggle.for-inverse-mode {
  background-color: transparent;
  border-color: #FFFFFF;
  border-width: 1rem;
  border-style: solid;
  color: #FFFFFF;
  transition: background-color 150ms;
}
.icon-toggle.for-inverse-mode:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-toggle.for-inverse-mode.is-active {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #2C3E5D;
}
.icon-toggle.for-inverse-mode.is-disabled {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}
.icon-toggle.is-first {
  border-radius: 6rem 0 0 6rem;
  border-right-width: 0;
}
.icon-toggle.is-middle {
  border-radius: 0;
  border-right-width: 0;
}
.icon-toggle.is-last {
  border-radius: 0 6rem 6rem 0;
  border-right-width: 1rem;
}
.icon-toggle.has-lead-icon {
  flex-direction: row-reverse;
}
.icon-toggle.is-small {
  width: auto;
  height: 40rem;
  padding: 10rem;
}
.icon-toggle.is-small svg {
  width: 20rem;
  height: 20rem;
}
.icon-toggle.is-medium {
  width: auto;
  height: 48rem;
  padding: 12rem;
}
.icon-toggle.is-medium svg {
  width: 24rem;
  height: 24rem;
}
.icon-toggle.is-large {
  width: auto;
  height: 60rem;
  padding: 18rem;
}
.icon-toggle.is-disabled {
  cursor: not-allowed;
}

.link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #09326C;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-line: underline;
  text-decoration-thickness: 1rem;
}
.link.for-light-mode.is-destructive {
  color: #E4250C;
}
.link.for-light-mode.is-success {
  color: #1F845A;
}
.link.for-light-mode.is-greyscale {
  color: #2C3E5D;
}
.link.for-dark-mode {
  color: #85B8FF;
}
.link.for-dark-mode.is-destructive {
  color: #FF9C8F;
}
.link.for-dark-mode.is-success {
  color: #7EE2B8;
}
.link.for-dark-mode.is-greyscale {
  color: #DCDFE4;
}
.link.for-inverse-mode {
  color: #FFFFFF;
}
.link.for-inverse-mode.is-destructive {
  color: #FFEDEB;
}
.link.for-inverse-mode.is-success {
  color: #DFFCF0;
}
.link.for-inverse-mode.is-greyscale {
  color: #F7F8F9;
}

.link-button {
  position: relative;
  text-decoration: none;
  color: #006AFF;
}
.link-button span {
  font-family: DIN Condensed;
  font-weight: 500;
  font-size: inherit;
}
.link-button > span {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
}
.link-button:hover > span::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: solid 1rem currentColor;
}
.link-button:hover.is-small > span::after {
  height: 22rem;
}
.link-button:hover.is-medium > span::after {
  height: 26rem;
}
.link-button:hover.is-large > span::after {
  height: 31rem;
}
.link-button.has-lead-icon > span {
  flex-direction: row-reverse;
}
.link-button.for-light-mode.is-destructive {
  color: #E4250C;
}
.link-button.for-light-mode.is-success {
  color: #1F845A;
}
.link-button.for-light-mode.is-greyscale {
  color: #202D44;
}
.link-button.for-light-mode.is-disabled {
  color: #626F86;
}
.link-button.for-dark-mode {
  color: #85B8FF;
}
.link-button.for-dark-mode.is-destructive {
  color: #FF9C8F;
}
.link-button.for-dark-mode.is-success {
  color: #7EE2B8;
}
.link-button.for-dark-mode.is-greyscale {
  color: #DCDFE4;
}
.link-button.for-dark-mode.is-disabled {
  color: #8696A7;
}
.link-button.for-inverse-mode {
  color: #FFFFFF;
}
.link-button.for-inverse-mode.is-destructive {
  color: #FFEDEB;
}
.link-button.for-inverse-mode.is-success {
  color: #DFFCF0;
}
.link-button.for-inverse-mode.is-greyscale {
  color: #F7F8F9;
}
.link-button.for-inverse-mode.is-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.link-button.is-small {
  line-height: 20rem;
}
.link-button.is-small span {
  font-size: 14rem;
  line-height: 20rem;
}
.link-button.is-medium {
  line-height: 24rem;
}
.link-button.is-medium span {
  font-size: 16rem;
  line-height: 24rem;
}
.link-button.is-large {
  line-height: 28rem;
}
.link-button.is-large span {
  font-size: 18rem;
  line-height: 28rem;
}
.link-button.is-disabled {
  color: #667085;
  cursor: not-allowed;
}
.link-button.is-disabled span::after {
  display: none;
}

.check-item {
  display: flex;
  column-gap: 12rem;
  align-items: flex-start;
  position: relative;
}
.check-item svg {
  flex-basis: 24rem;
  min-width: 24rem;
  margin-top: 0.1em;
  color: #006AFF;
}

.check-item-set {
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
}

.accordion-item {
  counter-increment: cislovani;
  border-bottom: 2rem #000 solid;
  transition-duration: 0.2s;
}
.accordion-item[aria-expanded=true], .accordion-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.accordion-item[aria-expanded=true] {
  height: auto;
}
.accordion-item[aria-expanded=true] .accordion-item__body {
  padding-bottom: 40rem;
}
.accordion-item[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.accordion-item[aria-expanded=false] .accordion-item__body {
  display: none;
}
.accordion-item .accordion-item__heading {
  display: grid;
  grid-template-columns: auto max-content;
  align-items: baseline;
  column-gap: 20rem;
  position: relative;
  padding: 24rem;
  padding-right: 72rem;
  font-weight: 700;
  cursor: pointer;
}
.accordion-item .accordion-item__heading * {
  margin: 0;
}
.accordion-item .accordion-item__heading svg {
  position: absolute;
  right: 24rem;
  top: calc(84rem / 2 - 32rem / 2);
}
.accordion-item .accordion-item__body {
  padding-left: 24rem;
  padding-right: 72rem;
}
.accordion-item[aria-expanded=true] * {
  background-color: transparent;
}
.accordion-item[aria-expanded=true] .accordion-item__body {
  display: block;
}

.is-announcement {
  padding-block: 16rem;
}
.is-announcement * {
  font-size: 14rem;
  font-family: DIN Condensed;
  font-weight: 500;
  line-height: 20rem;
}
.is-announcement .wrapper .section-body {
  display: flex;
  gap: 16rem;
  align-items: flex-start;
}
.is-announcement .wrapper .section-body span.icon {
  width: 20rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.is-announcement .wrapper .section-body > div {
  flex: 1;
}
.is-announcement .wrapper .section-body > div p {
  margin-bottom: 8rem;
}
.is-announcement .wrapper .section-body > .icon-button {
  align-self: center;
}
.is-announcement.is-neutral {
  background-color: #E9F2FF;
}
.is-announcement.is-neutral span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS45OTk4NCAxNC4xNjY3VjEwTTkuOTk5ODQgNi42NjY2N0gxMC4wMDgyTTE4LjMzMzIgMTBDMTguMzMzMiAxNC42MDI0IDE0LjYwMjIgMTguMzMzMyA5Ljk5OTg0IDE4LjMzMzNDNS4zOTc0NiAxOC4zMzMzIDEuNjY2NSAxNC42MDI0IDEuNjY2NSAxMEMxLjY2NjUgNS4zOTc2MyA1LjM5NzQ2IDEuNjY2NjcgOS45OTk4NCAxLjY2NjY3QzE0LjYwMjIgMS42NjY2NyAxOC4zMzMyIDUuMzk3NjMgMTguMzMzMiAxMFoiIHN0cm9rZT0iIzEwMTgyOCIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}
.is-announcement.is-success {
  background: #DFFCF0;
}
.is-announcement.is-success span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjI0OTg0IDkuOTk5OTlMOC43NDk4NCAxMi41TDEzLjc0OTggNy40OTk5OU0xOC4zMzMyIDkuOTk5OTlDMTguMzMzMiAxNC42MDI0IDE0LjYwMjIgMTguMzMzMyA5Ljk5OTg0IDE4LjMzMzNDNS4zOTc0NiAxOC4zMzMzIDEuNjY2NSAxNC42MDI0IDEuNjY2NSA5Ljk5OTk5QzEuNjY2NSA1LjM5NzYyIDUuMzk3NDYgMS42NjY2NiA5Ljk5OTg0IDEuNjY2NjZDMTQuNjAyMiAxLjY2NjY2IDE4LjMzMzIgNS4zOTc2MiAxOC4zMzMyIDkuOTk5OTlaIiBzdHJva2U9IiMwMjdBNDgiIHN0cm9rZS13aWR0aD0iMS42NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==");
}
.is-announcement.is-warning {
  background-color: #FFF4E5;
}
.is-announcement.is-warning span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS45OTk2MyA2LjUwMDAxVjkuODMzMzRNOS45OTk2MyAxMy4xNjY3SDEwLjAwOE04Ljg0NTczIDIuMjQzMTFMMS45OTE2NiAxNC4wODJDMS42MTE0OSAxNC43Mzg2IDEuNDIxNCAxNS4wNjY5IDEuNDQ5NSAxNS4zMzY0QzEuNDc0IDE1LjU3MTUgMS41OTcxNCAxNS43ODUgMS43ODgyOCAxNS45MjRDMi4wMDc0MSAxNi4wODMzIDIuMzg2NzkgMTYuMDgzMyAzLjE0NTU2IDE2LjA4MzNIMTYuODUzN0MxNy42MTI1IDE2LjA4MzMgMTcuOTkxOSAxNi4wODMzIDE4LjIxMSAxNS45MjRDMTguNDAyMSAxNS43ODUgMTguNTI1MyAxNS41NzE1IDE4LjU0OTggMTUuMzM2NEMxOC41Nzc5IDE1LjA2NjkgMTguMzg3OCAxNC43Mzg2IDE4LjAwNzYgMTQuMDgyTDExLjE1MzUgMi4yNDMxMUMxMC43NzQ3IDEuNTg4ODEgMTAuNTg1MyAxLjI2MTY2IDEwLjMzODIgMS4xNTE3OEMxMC4xMjI3IDEuMDU1OTMgOS44NzY2IDEuMDU1OTMgOS42NjEwNSAxLjE1MTc4QzkuNDEzOTQgMS4yNjE2NiA5LjIyNDU0IDEuNTg4ODEgOC44NDU3MyAyLjI0MzExWiIgc3Ryb2tlPSIjQjU0NzA4IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
.is-announcement.is-alert {
  background-color: #FFEDEB;
}
.is-announcement.is-alert span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljk5OTg0IDYuNjY2NjlWMTBNOS45OTk4NCAxMy4zMzM0SDEwLjAwODJNMTguMzMzMiAxMEMxOC4zMzMyIDE0LjYwMjQgMTQuNjAyMiAxOC4zMzM0IDkuOTk5ODQgMTguMzMzNEM1LjM5NzQ2IDE4LjMzMzQgMS42NjY1IDE0LjYwMjQgMS42NjY1IDEwQzEuNjY2NSA1LjM5NzY1IDUuMzk3NDYgMS42NjY2OSA5Ljk5OTg0IDEuNjY2NjlDMTQuNjAyMiAxLjY2NjY5IDE4LjMzMzIgNS4zOTc2NSAxOC4zMzMyIDEwWiIgc3Ryb2tlPSIjRDkyRDIwIiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=");
}
@media only screen and (max-width: 575px) {
  .is-announcement span.icon {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .is-announcement span.icon {
    display: block;
  }
}
.is-announcement.for-dark-mode {
  background-color: #2C333A;
  color: #DEE4EA;
}
.is-announcement.for-dark-mode.is-neutral span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjUzXzY5MzkpIj4NCjxwYXRoIGQ9Ik0xMC4wMDAxIDE0LjE2NjdWMTBNMTAuMDAwMSA2LjY2NjY5SDEwLjAwODRNMTguMzMzNCAxMEMxOC4zMzM0IDE0LjYwMjQgMTQuNjAyNSAxOC4zMzM0IDEwLjAwMDEgMTguMzMzNEM1LjM5NzcxIDE4LjMzMzQgMS42NjY3NSAxNC42MDI0IDEuNjY2NzUgMTBDMS42NjY3NSA1LjM5NzY1IDUuMzk3NzEgMS42NjY2OSAxMC4wMDAxIDEuNjY2NjlDMTQuNjAyNSAxLjY2NjY5IDE4LjMzMzQgNS4zOTc2NSAxOC4zMzM0IDEwWiIgc3Ryb2tlPSIjREVFNEVBIiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEyNTNfNjkzOSI+DQo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+");
}
.is-announcement.for-dark-mode.is-success span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjUzXzcwMTUpIj4NCjxwYXRoIGQ9Ik02LjI1MDA4IDEwTDguNzUwMDggMTIuNUwxMy43NTAxIDcuNTAwMDJNMTguMzMzNCAxMEMxOC4zMzM0IDE0LjYwMjQgMTQuNjAyNSAxOC4zMzM0IDEwLjAwMDEgMTguMzMzNEM1LjM5NzcxIDE4LjMzMzQgMS42NjY3NSAxNC42MDI0IDEuNjY2NzUgMTBDMS42NjY3NSA1LjM5NzY1IDUuMzk3NzEgMS42NjY2OSAxMC4wMDAxIDEuNjY2NjlDMTQuNjAyNSAxLjY2NjY5IDE4LjMzMzQgNS4zOTc2NSAxOC4zMzM0IDEwWiIgc3Ryb2tlPSIjN0VFMkI4IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEyNTNfNzAxNSI+DQo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+");
}
.is-announcement.for-dark-mode.is-warning span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljk5OTg4IDcuNDk5OTVWMTAuODMzM005Ljk5OTg4IDE0LjE2NjZIMTAuMDA4Mk04Ljg0NTk4IDMuMjQzMDVMMS45OTE5IDE1LjA4MTlDMS42MTE3MyAxNS43Mzg2IDEuNDIxNjUgMTYuMDY2OSAxLjQ0OTc0IDE2LjMzNjRDMS40NzQyNSAxNi41NzE0IDEuNTk3MzkgMTYuNzg1IDEuNzg4NTIgMTYuOTI0QzIuMDA3NjUgMTcuMDgzMyAyLjM4NzA0IDE3LjA4MzMgMy4xNDU4MSAxNy4wODMzSDE2Ljg1MzlDMTcuNjEyNyAxNy4wODMzIDE3Ljk5MjEgMTcuMDgzMyAxOC4yMTEyIDE2LjkyNEMxOC40MDI0IDE2Ljc4NSAxOC41MjU1IDE2LjU3MTQgMTguNTUgMTYuMzM2NEMxOC41NzgxIDE2LjA2NjkgMTguMzg4IDE1LjczODYgMTguMDA3OCAxNS4wODE5TDExLjE1MzggMy4yNDMwNUMxMC43NzUgMi41ODg3NSAxMC41ODU2IDIuMjYxNTkgMTAuMzM4NSAyLjE1MTcyQzEwLjEyMjkgMi4wNTU4NyA5Ljg3Njg0IDIuMDU1ODcgOS42NjEyOSAyLjE1MTcyQzkuNDE0MTkgMi4yNjE1OSA5LjIyNDc4IDIuNTg4NzUgOC44NDU5OCAzLjI0MzA1WiIgc3Ryb2tlPSIjRkVDNTdCIiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.is-announcement.for-dark-mode.is-alert span.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjUzXzcxMjkpIj4NCjxwYXRoIGQ9Ik0xMC4wMDAxIDYuNjY2NjNWOS45OTk5Nk0xMC4wMDAxIDEzLjMzMzNIMTAuMDA4NE0xOC4zMzM0IDkuOTk5OTZDMTguMzMzNCAxNC42MDIzIDE0LjYwMjUgMTguMzMzMyAxMC4wMDAxIDE4LjMzMzNDNS4zOTc3MSAxOC4zMzMzIDEuNjY2NzUgMTQuNjAyMyAxLjY2Njc1IDkuOTk5OTZDMS42NjY3NSA1LjM5NzU5IDUuMzk3NzEgMS42NjY2MyAxMC4wMDAxIDEuNjY2NjNDMTQuNjAyNSAxLjY2NjYzIDE4LjMzMzQgNS4zOTc1OSAxOC4zMzM0IDkuOTk5OTZaIiBzdHJva2U9IiNGODc0NjIiIHN0cm9rZS13aWR0aD0iMS42NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI1M183MTI5Ij4NCjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4NCjwvY2xpcFBhdGg+DQo8L2RlZnM+DQo8L3N2Zz4=");
}

.avatar {
  aspect-ratio: 1/1;
  display: grid;
  position: relative;
}
.avatar, .avatar > * {
  border-radius: 50%;
}
.avatar.is-icon > div, .avatar.is-text > div {
  display: flex;
  place-items: center;
  place-content: center;
}
.avatar .is-link {
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.avatar.is-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.avatar.is-photo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar.is-text {
  font-style: normal;
  font-weight: 400;
}
.avatar.is-xxs {
  min-width: 24rem;
  max-width: 24rem;
}
.avatar.is-xxs > div > svg {
  width: 16rem;
  height: 16rem;
}
.avatar.is-xxs > * {
  font-size: 12rem;
  line-height: 16rem;
}
.avatar.is-xs {
  min-width: 32rem;
  max-width: 32rem;
}
.avatar.is-xs > div > svg {
  width: 20rem;
  height: 20rem;
}
.avatar.is-xs > * {
  font-size: 14rem;
  line-height: 20rem;
}
.avatar.is-sm {
  min-width: 40rem;
  max-width: 40rem;
}
.avatar.is-sm > div > svg {
  width: 24rem;
  height: 24rem;
}
.avatar.is-sm > * {
  font-size: 16rem;
  line-height: 28rem;
}
.avatar.is-md {
  min-width: 48rem;
  max-width: 48rem;
}
.avatar.is-md > div > svg {
  width: 28rem;
  height: 28rem;
}
.avatar.is-md > * {
  font-size: 18rem;
  line-height: 28rem;
}
.avatar.is-lg {
  min-width: 64rem;
  max-width: 64rem;
}
.avatar.is-lg > div > svg {
  width: 32rem;
  height: 32rem;
}
.avatar.is-lg > * {
  font-size: 28rem;
  line-height: 36rem;
}
.avatar.is-xl {
  min-width: 96rem;
  max-width: 96rem;
}
.avatar.is-xl > div > svg {
  width: 48rem;
  height: 48rem;
}
.avatar.is-xl > * {
  font-size: 38rem;
  line-height: 52rem;
}
.avatar.is-xxl {
  min-width: 160rem;
  max-width: 160rem;
}
.avatar.is-xxl > div > svg {
  width: 80rem;
  height: 80rem;
}
.avatar.is-xxl > * {
  font-size: 67rem;
  line-height: 80rem;
}
.avatar.for-light-mode {
  background-color: #DCDFE4;
  color: #182233;
}
.avatar.for-dark-mode {
  background-color: #2C333A;
  color: #DEE4EA;
}
.avatar.for-inverse-mode {
  background-color: #FFFFFF;
  color: #006AFF;
}

.avatar-label {
  display: inline-flex;
}
.avatar-label.as-row {
  gap: 12rem;
  align-items: center;
}
.avatar-label.as-card {
  flex-direction: column;
  gap: 12rem;
  align-items: flex-start;
}
.avatar-label.for-light-mode .avatar-label__name {
  color: #182233;
}
.avatar-label.for-light-mode .avatar-label__label {
  color: #626F86;
}
.avatar-label.for-dark-mode .avatar-label__name {
  color: #DEE4EA;
}
.avatar-label.for-dark-mode .avatar-label__label {
  color: #8696A7;
}
.avatar-label.for-inverse-mode .avatar-label__name {
  color: #FFFFFF;
}
.avatar-label.for-inverse-mode .avatar-label__label {
  color: rgba(255, 255, 255, 0.7);
}

.column-layout {
  --grid-columns: 12;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(0, -webkit-min-content);
  grid-auto-rows: minmax(0, min-content);
  max-width: 100%;
}
.column-layout > .grid-column {
  position: relative;
  display: grid;
  align-items: baseline;
  grid-column-end: span min((var(--grid-column-span, 1)), var(--grid-columns));
  height: max-content;
}
@media only screen and (max-width: 575px) {
  .column-layout {
    --grid-columns: 1;
  }
  .column-layout.with-gap {
    gap: 30rem;
  }
  .column-layout .grid-column {
    --grid-column-span: 12;
  }
}
@media only screen and (min-width: 576px) {
  .column-layout {
    --grid-columns: 1;
  }
  .column-layout.with-gap {
    gap: 30rem;
  }
  .column-layout .grid-column {
    --grid-column-span: 12;
  }
}
@media only screen and (min-width: 768px) {
  .column-layout {
    --grid-columns: 12;
  }
  .column-layout .span-1-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-2-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-3-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-4-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-5-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-6-columns {
    --grid-column-span: 6;
  }
}
@media only screen and (min-width: 1366px) {
  .column-layout .span-1-columns {
    --grid-column-span: 1;
  }
  .column-layout .span-2-columns {
    --grid-column-span: 2;
  }
  .column-layout .span-3-columns {
    --grid-column-span: 3;
  }
  .column-layout .span-4-columns {
    --grid-column-span: 4;
  }
  .column-layout .span-5-columns {
    --grid-column-span: 5;
  }
  .column-layout .span-6-columns {
    --grid-column-span: 6;
  }
  .column-layout .span-7-columns {
    --grid-column-span: 7;
  }
  .column-layout .span-8-columns {
    --grid-column-span: 8;
  }
  .column-layout .span-9-columns {
    --grid-column-span: 9;
  }
  .column-layout .span-10-columns {
    --grid-column-span: 10;
  }
  .column-layout .span-11-columns {
    --grid-column-span: 11;
  }
  .column-layout .span-12-columns {
    --grid-column-span: 12;
  }
}
@media only screen and (min-width: 1680px) {
  .column-layout.with-gap {
    gap: 40rem;
  }
}

.cookie-banner {
  display: flex;
  position: relative;
  background-color: #FFFFFF;
}
.cookie-banner .text-content {
  max-width: 100%;
  flex: 1;
}
.cookie-banner nav.with-gap {
  gap: 12rem;
}
@media only screen and (max-width: 575px) {
  .cookie-banner {
    flex-direction: column;
    gap: 16rem;
    margin: 32rem 16rem;
    box-shadow: 0rem 4rem 6rem -2rem rgba(16, 24, 40, 0.03), 0rem 12rem 16rem -4rem rgba(16, 24, 40, 0.08);
    border-radius: 12rem;
    border: 1rem solid #F1F2F4;
    padding: 16rem;
  }
  .cookie-banner .text-content > .is-body-md,
  .cookie-banner .text-content > p {
    margin: 0;
    margin-bottom: 6rem;
  }
  .cookie-banner nav.with-gap {
    margin-top: 8rem;
    flex-direction: column;
  }
  .cookie-banner nav.with-gap > [class*=box-button].is-small {
    width: 100%;
    justify-content: center;
  }
  .cookie-banner .icon-button {
    position: absolute;
    right: 16rem;
    top: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  .cookie-banner {
    flex-direction: column;
    gap: 16rem;
    margin: 32rem 16rem;
    box-shadow: 0rem 4rem 6rem -2rem rgba(16, 24, 40, 0.03), 0rem 12rem 16rem -4rem rgba(16, 24, 40, 0.08);
    border-radius: 12rem;
    border: 1rem solid #F1F2F4;
    padding: 16rem;
  }
  .cookie-banner .text-content > .is-body-md,
  .cookie-banner .text-content > p {
    margin: 0;
    margin-bottom: 6rem;
  }
  .cookie-banner nav.with-gap {
    margin-top: 8rem;
    flex-direction: row;
  }
  .cookie-banner nav.with-gap > [class*=box-button].is-small {
    width: auto;
    justify-content: center;
  }
  .cookie-banner .icon-button {
    position: absolute;
    right: 16rem;
    top: 16rem;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-banner {
    flex-direction: row;
    align-items: center;
  }
  .cookie-banner nav.with-gap {
    margin-top: 0;
  }
  .cookie-banner .icon-button {
    position: initial;
  }
}
@media only screen and (min-width: 1366px) {
  .cookie-banner {
    margin-inline: auto;
    max-width: 1280rem;
  }
}
.cookie-settings {
  width: 100%;
  min-height: 100%;
  background-color: #FFFFFF;
}
.cookie-settings > .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32rem;
  padding: 32rem 16rem 48rem 16rem;
  max-width: 800rem;
  margin-inline: auto;
}
.cookie-settings nav.with-gap {
  gap: 12rem;
}
.cookie-settings hr.is-large {
  margin-block: 0rem;
  border: 0;
  border-bottom-width: 1rem;
  border-bottom-style: solid;
  border-bottom-color: #DCDFE4;
  outline: none;
}
.cookie-settings .cookie-type {
  display: flex;
  padding: 12rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
  align-self: stretch;
  border-radius: 12rem;
}
.cookie-settings .cookie-type[aria-required=true] {
  background: #F7F8F9;
}
.cookie-settings .cookie-type > div {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.cookie-settings .cookie-type > div > p:first-child {
  color: #626F86;
}
.cookie-settings .accordion {
  max-width: 100%;
  width: 100%;
}
.cookie-settings .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1rem solid #F1F2F4;
  padding: 0;
}
.cookie-settings .accordion .accordion-item .accordion-item__heading {
  font-size: 16rem;
  line-height: 24rem;
  padding: 0;
  padding-bottom: 16rem;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 8rem;
}
.cookie-settings .accordion .accordion-item .accordion-item__heading svg {
  position: static;
}
.cookie-settings .accordion .accordion-item .accordion-item__body {
  max-width: 100%;
  padding-inline: 0;
  display: none;
  flex-direction: column;
  gap: 12rem;
  padding-bottom: 20rem;
}
.cookie-settings .accordion .accordion-item .accordion-item__body dl {
  background-color: #F7F8F9;
  padding: 12rem;
  border-radius: 12rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.cookie-settings .accordion .accordion-item .accordion-item__body dl > *,
.cookie-settings .accordion .accordion-item .accordion-item__body dl > * p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.cookie-settings .accordion .accordion-item .accordion-item__body dl dt {
  font-weight: 600;
}
.cookie-settings .accordion .accordion-item .accordion-item__body dl dd {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.cookie-settings .accordion .accordion-item[aria-expanded=true] .accordion-item__body {
  display: flex;
}
.cookie-settings .accordion.cookies-info-button .accordion-item {
  border-bottom: none;
}
.cookie-settings .accordion.cookies-info-button .accordion-item[aria-expanded=true] .accordion-item__body {
  display: block;
}
@media only screen and (max-width: 575px) {
  .cookie-settings nav:last-child {
    flex-direction: column;
  }
  .cookie-settings nav:last-child > * {
    width: 100%;
    justify-content: center;
  }
  .cookie-settings nav:last-child > *.box-button.is-tertiary {
    order: 5;
  }
}
@media only screen and (min-width: 576px) {
  .cookie-settings nav:last-child {
    flex-direction: column;
  }
  .cookie-settings nav:last-child > * {
    width: 100%;
    justify-content: center;
  }
  .cookie-settings nav:last-child > *.box-button.is-tertiary {
    order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .cookie-settings > .wrapper > .cookie-type {
    width: 100%;
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-areas: "switch info" "switch accordion";
    column-gap: 24rem;
    row-gap: 32rem;
    max-width: 800rem;
    margin-inline: auto;
  }
  .cookie-settings > .wrapper > .cookie-type[aria-required=true] {
    grid-template-areas: "switch info";
  }
  .cookie-settings > .wrapper > .cookie-type label {
    grid-area: switch;
  }
  .cookie-settings > .wrapper > .cookie-type .info {
    grid-area: info;
  }
  .cookie-settings > .wrapper > .cookie-type .accordion {
    grid-area: accordion;
  }
  .cookie-settings nav:last-child {
    flex-direction: row;
    justify-content: flex-end;
  }
  .cookie-settings nav:last-child > * {
    width: auto;
  }
  .cookie-settings nav:last-child > *.box-button.is-tertiary {
    order: initial;
    margin-left: auto;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
.faq-list .faq-question {
  display: flex;
  gap: 20rem;
}
.faq-list svg {
  flex-basis: 54rem;
  min-width: 54rem;
  max-width: 54rem;
}
.faq-list.is-horizontal .faq-question {
  flex-direction: row;
}
.faq-list.is-horizontal .faq-question svg {
  margin-left: -8rem;
  margin-top: -8rem;
  margin-right: -8rem;
}
@media only screen and (max-width: 575px) {
  .faq-list.is-horizontal .faq-question {
    flex-direction: column;
  }
  .faq-list.is-horizontal .faq-question svg {
    margin-left: -8rem;
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
.faq-list.is-vertical .faq-question {
  flex-direction: column;
}
.faq-list.is-vertical .faq-question svg {
  margin-left: -8rem;
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.feature {
  --icon-size: 60rem;
  display: flex;
  gap: 20rem;
}
.feature > picture, .feature > .image, .feature > svg {
  min-width: var(--icon-size);
  max-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  flex-basis: var(--icon-size);
}
.feature > picture > img, .feature > .image > img, .feature > svg > img {
  width: var(--icon-size);
  height: var(--icon-size);
}
.feature .feature__content .text-content h1,
.feature .feature__content .text-content h2,
.feature .feature__content .text-content h3 {
  margin-block: 0;
}
.feature .feature__content .button-set {
  margin-block: 20rem;
}
.feature .feature__content > *:first-child {
  margin-top: 0;
}
.feature .feature__content > *:last-child {
  margin-bottom: 0;
}
.feature.is-vertical {
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .feature.is-horizontal {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  .feature.is-horizontal {
    flex-direction: row;
    align-items: center;
  }
}

footer {
  background-color: transparent;
  text-transform: uppercase;
  padding-top: 32rem;
}
footer nav {
  margin: 0 !important;
}
footer .link-button.is-medium span {
  font-size: 20rem;
  line-height: 20rem;
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #535862);
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
footer .wrapper > hr:not(.pipe) {
  border-color: #202D44;
  border-width: 1rem;
  max-width: 100%;
}
footer .wrapper .logo svg {
  width: auto;
  max-height: 40rem;
}
footer .footer__bottom,
footer .footer__top {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  footer .footer__top,
  footer .footer__bottom,
  footer .links--gdpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer__bottom {
    gap: 80rem;
  }
  footer .footer__bottom .link-button {
    display: inline-flex;
    justify-items: flex-start;
    width: max-content;
  }
  footer .links--gdpr {
    margin-top: 8rem;
  }
  footer .links--gdpr .pipe {
    display: none;
  }
  footer .links--social {
    display: flex;
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media only screen and (min-width: 576px) {
  footer .footer__top,
  footer .footer__bottom,
  footer .links--gdpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer__bottom {
    gap: 80rem;
  }
  footer .footer__bottom .link-button {
    display: inline-flex;
    justify-items: flex-start;
    width: max-content;
  }
  footer .links--gdpr {
    margin-top: 8rem;
  }
  footer .links--gdpr .pipe {
    display: none;
  }
  footer .links--social {
    display: flex;
    justify-content: space-between;
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__top,
  footer .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer__bottom {
    align-items: baseline;
  }
  footer .links--social {
    gap: 0;
  }
}
@media only screen and (min-width: 992px) {
  footer .links--gdpr {
    flex-direction: row;
    column-gap: 20rem;
  }
  footer .links--gdpr .pipe {
    display: block;
  }
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  font-feature-settings: "tnum" on, "lnum" on;
  font-family: "DIN Condensed";
  font-weight: 400;
  border-radius: 6rem;
}
.label .link-button {
  color: inherit;
  max-height: fit-content;
}
.label .link-button span {
  font-weight: 400;
}
.label .link-button:hover span::after {
  display: none;
}
.label.is-small {
  padding: 4rem 8rem;
  min-height: 24rem;
  font-size: 14rem;
  line-height: 20rem;
}
.label.is-small svg {
  width: 12rem;
}
.label.is-medium {
  min-height: 36rem;
  padding: 4rem 8rem;
  font-size: 16rem;
  line-height: 28rem;
}
.label.is-medium svg {
  width: 20rem;
}
.label.is-large {
  min-height: 44rem;
  padding: 8rem 8rem;
  font-size: 18rem;
  line-height: 28rem;
}
.label.is-large svg {
  width: 24rem;
}
.label.for-light-mode.is-default.is-plain {
  color: #44546F;
  background-color: #DCDFE4;
}
.label.for-light-mode.is-default.is-solid {
  color: #F7F8F9;
  background: #182233;
}
.label.for-light-mode.is-alert.is-plain {
  color: #AE2A19;
  background: #FFD2CC;
}
.label.for-light-mode.is-alert.is-solid {
  color: #FFEDEB;
  background: #CA3521;
}
.label.for-light-mode.is-warning.is-plain {
  color: #974F0C;
  background: #FFE2BD;
}
.label.for-light-mode.is-warning.is-solid {
  color: #FFFFFF;
  background: #B65C02;
}
.label.for-light-mode.is-success.is-plain {
  color: #216E4E;
  background: #BAF3DB;
}
.label.for-light-mode.is-success.is-solid {
  color: #FFFFFF;
  background: #1F845A;
}
.label.for-dark-mode.is-default.is-plain {
  color: #9FADBC;
  background: #2C333A;
}
.label.for-dark-mode.is-default.is-solid {
  color: #2C333A;
  background: #9FADBC;
}
.label.for-dark-mode.is-alert.is-plain {
  color: #FF9C8F;
  background: #601E16;
}
.label.for-dark-mode.is-alert.is-solid {
  color: #391813;
  background: #FF9C8F;
}
.label.for-dark-mode.is-warning.is-plain {
  color: #FEC57B;
  background: #5F3811;
}
.label.for-dark-mode.is-warning.is-solid {
  color: #43290F;
  background: #FEC57B;
}
.label.for-dark-mode.is-success.is-plain {
  color: #7EE2B8;
  background: #164B35;
}
.label.for-dark-mode.is-success.is-solid {
  color: #133527;
  background: #7EE2B8;
}
.label.for-inverse-mode {
  background: #FFFFFF;
}
.label.for-inverse-mode.is-default {
  color: #006AFF;
}
.label.for-inverse-mode.is-alert {
  color: #E4250C;
}
.label.for-inverse-mode.is-warning {
  color: #B65C02;
}
.label.for-inverse-mode.is-success {
  color: #1F845A;
}

.label-list {
  display: inline-flex;
  flex-direction: row;
  gap: 12rem;
  flex-wrap: wrap;
  align-items: center;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 2rem;
  border-bottom-color: currentColor;
}
hr.is-small {
  max-width: 165rem;
  margin-block: 20rem;
}
hr.is-medium {
  max-width: 100%;
  margin-block: 40rem;
}
hr.is-large {
  max-width: 100%;
  margin-block: 96rem;
}

.list-view {
  display: grid;
  grid-template-rows: auto;
  column-gap: 30rem;
  row-gap: 48rem;
}
@media only screen and (max-width: 575px) {
  .list-view.with-1-item-per-row {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .list-view.with-1-item-per-row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list-view.with-1-item-per-row {
    margin: 0;
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .list-view.with-1-item-per-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .list-view.with-1-item-per-row {
    row-gap: 96rem;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view.with-1-item-per-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1680px) {
  .list-view.with-1-item-per-row {
    column-gap: 40rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .list-view.with-2-item-per-row {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .list-view.with-2-item-per-row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list-view.with-2-item-per-row {
    margin: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .list-view.with-2-item-per-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .list-view.with-2-item-per-row {
    row-gap: 96rem;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view.with-2-item-per-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1680px) {
  .list-view.with-2-item-per-row {
    column-gap: 40rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .list-view.with-3-item-per-row {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .list-view.with-3-item-per-row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list-view.with-3-item-per-row {
    margin: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .list-view.with-3-item-per-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .list-view.with-3-item-per-row {
    row-gap: 96rem;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view.with-3-item-per-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1680px) {
  .list-view.with-3-item-per-row {
    column-gap: 40rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .list-view.with-4-item-per-row {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .list-view.with-4-item-per-row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list-view.with-4-item-per-row {
    margin: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .list-view.with-4-item-per-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .list-view.with-4-item-per-row {
    row-gap: 96rem;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view.with-4-item-per-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1680px) {
  .list-view.with-4-item-per-row {
    column-gap: 40rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .list-view.with-5-item-per-row {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .list-view.with-5-item-per-row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list-view.with-5-item-per-row {
    margin: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .list-view.with-5-item-per-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .list-view.with-5-item-per-row {
    row-gap: 96rem;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view.with-5-item-per-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1680px) {
  .list-view.with-5-item-per-row {
    column-gap: 40rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.list-view.of-default {
  column-gap: 40rem;
  row-gap: 0rem;
}
.list-view.of-default article {
  border: 0;
}
.list-view.is-empty {
  grid-template-columns: repeat(1, 1fr);
}
.list-view.is-empty > .empty-state-body {
  display: flex;
  flex-direction: column;
  row-gap: 24rem;
  padding-block: 96rem;
  align-items: center;
  text-align: center;
}

.logo {
  align-self: center;
}
.logo > a {
  color: inherit;
  line-height: 0;
}
.logo.for-light-mode {
  color: #202D44;
}
.logo.for-dark-mode {
  color: #DEE4EA;
}
.logo.for-inverse-mode {
  color: #DEE4EA;
}

.is-pagination {
  display: flex;
  gap: 20rem !important;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

.paging-indicator {
  display: block;
  border-radius: 50%;
}
.paging-indicator.is-primary-light {
  background: #E9F2FF;
}
.paging-indicator.is-primary-light.is-active {
  background: #0C66E4;
}
.paging-indicator.is-primary-dark {
  background: #388BFF;
}
.paging-indicator.is-primary-dark.is-active {
  background: #FFFFFF;
}
.paging-indicator.is-gray-light {
  background: #DCDFE4;
}
.paging-indicator.is-gray-light.is-active {
  background: #2C3E5D;
}
.paging-indicator.is-gray-dark {
  background: #8590A2;
}
.paging-indicator.is-gray-dark.is-active {
  background: #FFFFFF;
}
.paging-indicator.is-md {
  width: 8rem;
  height: 8rem;
}
.paging-indicator.is-md.is-line {
  width: 40rem;
  height: 6rem;
  border-radius: 3rem;
}
.paging-indicator.is-lg {
  width: 10rem;
  height: 10rem;
}
.paging-indicator.is-lg.is-line {
  width: 40rem;
  height: 8rem;
  border-radius: 4rem;
}

.list--process {
  display: inline-flex;
  flex-direction: column;
  gap: 40rem;
  counter-reset: list_process_counter;
}
.list--process li {
  position: relative;
  padding-top: 52rem;
}
.list--process li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40rem;
  min-width: 40rem;
  min-height: 40rem;
  background-color: #006AFF;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  counter-increment: list_process_counter;
  content: counter(list_process_counter) ".";
}

@media only screen and (min-width: 768px) {
  .list--process {
    gap: 20rem;
  }
  .list--process li {
    padding-top: 8rem;
    padding-left: 68rem;
    min-height: 48rem;
  }
  .list--process li::before {
    line-height: 48rem;
    min-width: 48rem;
    min-height: 48rem;
  }
}
.quote {
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  grid-template-rows: max-content max-content;
  max-width: 780rem;
}
.quote blockquote {
  display: inline-flex;
}
.quote blockquote * {
  font-size: 22rem;
  line-height: 34rem;
}
.quote blockquote *:last-child {
  margin-bottom: 0;
}
.quote figcaption {
  text-align: right;
}
.quote figcaption::before {
  content: "— ";
}
.quote figcaption .comma::before {
  content: ", ";
  width: fit-content;
}

.slider.with-dots {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  width: 100%;
  align-content: center;
  justify-content: center;
  padding: 96px 128px;
}
.slider.with-dots .slider__slides {
  display: flex;
  overflow-x: hidden;
}
.slider.with-dots .slider__slides > * {
  min-width: 100%;
  flex: 1;
  flex-basis: 100%;
}
.slider.with-dots .slider__paging {
  display: flex;
  align-self: center;
  justify-self: center;
  gap: 16rem;
}
.slider.with-arrows {
  position: relative;
  overflow: auto;
  background-color: transparent;
  display: flex;
  overflow-x: auto;
}
.slider.with-arrows .slider__slides {
  display: flex;
  flex-wrap: nowrap;
  max-width: max-content;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .slider.with-arrows .slider__slides {
    height: 420rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider.with-arrows .slider__slides {
    height: 420rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider.with-arrows .slider__slides {
    height: 556rem;
  }
}
.slider.with-arrows .slider__slides::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 575px) {
  .slider.with-arrows .slider__slides > picture, .slider.with-arrows .slider__slides > picture > img {
    width: 280rem;
    aspect-ratio: 2/3;
  }
}
@media only screen and (min-width: 576px) {
  .slider.with-arrows .slider__slides > picture, .slider.with-arrows .slider__slides > picture > img {
    width: 280rem;
    aspect-ratio: 2/3;
  }
}
@media only screen and (min-width: 992px) {
  .slider.with-arrows .slider__slides > picture, .slider.with-arrows .slider__slides > picture > img {
    width: 800rem;
    aspect-ratio: 3/2;
  }
}
.slider.with-arrows .slider__slides > picture, .slider.with-arrows .slider__slides > picture > img {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .slider.with-arrows .slider__slides {
    column-gap: 15rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider.with-arrows .slider__slides {
    column-gap: 15rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider.with-arrows .slider__slides {
    column-gap: 40rem;
  }
}
.slider.with-arrows .slider__buttons {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-self: center;
  justify-self: center;
  z-index: 99;
}
.slider.with-arrows .slider__buttons .button-set {
  justify-content: space-between;
  width: 100%;
}
.slider.with-arrows .slider__buttons .button-set .icon-button {
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .slider.with-arrows .slider__buttons {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .slider.with-arrows .slider__buttons {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .slider.with-arrows .slider__buttons {
    display: block;
  }
  .slider.with-arrows .slider__buttons .button-set .icon-button:first-child {
    left: 30rem;
  }
  .slider.with-arrows .slider__buttons .button-set .icon-button:last-child {
    right: 30rem;
  }
}
@media only screen and (min-width: 1680px) {
  .slider.with-arrows .slider__buttons .button-set .icon-button:first-child {
    left: 40rem;
  }
  .slider.with-arrows .slider__buttons .button-set .icon-button:last-child {
    right: 40rem;
  }
}

.space {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .space.is-small {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .space.is-small {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .space.is-small {
    min-height: 20rem;
  }
}
@media only screen and (max-width: 575px) {
  .space.is-medium {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .space.is-medium {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .space.is-medium {
    min-height: 40rem;
  }
}
@media only screen and (max-width: 575px) {
  .space.is-large {
    min-height: 32rem;
  }
}
@media only screen and (min-width: 576px) {
  .space.is-large {
    min-height: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .space.is-large {
    min-height: 64rem;
  }
}
@media only screen and (max-width: 575px) {
  .space.is-xlarge {
    min-height: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .space.is-xlarge {
    min-height: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .space.is-xlarge {
    min-height: 80rem;
  }
}

.list--statistics {
  display: flex;
  justify-content: space-between;
}
.list--statistics li {
  color: #006AFF;
  display: block;
}
.list--statistics li span {
  display: block;
  font-weight: 700;
  font-size: 36rem;
  line-height: 48rem;
  color: inherit;
}
.list--statistics li.divider {
  background-color: #DCDFE4;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .list--statistics li {
    font-weight: 700;
    font-size: 28rem;
    line-height: 36rem;
  }
  .list--statistics li span {
    font-weight: 400;
    font-size: 128rem;
    line-height: 148rem;
  }
  .list--statistics li.divider {
    width: 5rem;
  }
}
.is-tab {
  display: inline-block;
  transition: all 200ms;
}
.is-tab a {
  display: flex;
  column-gap: 8rem;
  text-decoration: none;
  height: 56rem;
  align-items: center;
  padding-inline: 16rem;
  transition: all 200ms;
}
.is-tab a .label {
  transition: all 200ms;
  border-radius: 40rem;
}
.is-tab.is-default {
  box-shadow: inset 0 -1px 0 0 #B3B9C4;
}
.is-tab.is-default * {
  color: black;
}
.is-tab.is-active, .is-tab:hover {
  box-shadow: inset 0 -2px 0 0 #006AFF;
}
.is-tab.is-active *, .is-tab:hover * {
  color: #006AFF;
}
.is-tab.is-active .label.for-light-mode.is-default.is-plain, .is-tab:hover .label.for-light-mode.is-default.is-plain {
  background: #E9F2FF;
  color: #006AFF;
}
.is-tab.is-disabled * {
  cursor: not-allowed;
  color: #8590A2;
}
.is-tab.is-disabled .label.for-light-mode.is-default.is-plain {
  background: #F1F2F4;
  color: #8590A2;
}
.is-tab.is-disabled:hover {
  box-shadow: inset 0 -1px 0 0 #B3B9C4;
}
.is-tab.is-disabled:hover .label.for-light-mode.is-default.is-plain {
  background: #F1F2F4;
}

.tabs {
  display: flex;
}

li.tag,
li.tag .link-button span {
  display: inline-flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  font-feature-settings: "tnum" on, "lnum" on;
  font-family: "Inter";
  font-size: 17rem;
  line-height: 28rem;
  font-weight: 500;
  color: black;
}

.tag-list {
  display: inline-flex;
  flex-direction: row;
  column-gap: 12rem;
  flex-wrap: wrap;
  align-items: center;
  color: black;
}
.tag-list.has-delimeter > *:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 24rem;
  margin-left: 12rem;
  background-color: currentColor;
}

.team-member {
  gap: 20rem;
  display: inline-flex;
  align-items: flex-start;
}
.team-member .body {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.team-member .position {
  margin-top: -12rem;
}
.team-member .description {
  color: var(--neutral-light-mode-700, #626F86);
}
.team-member .button-set.is-vertical {
  gap: 12rem;
}
.team-member .button-set.is-horizontal {
  gap: 0;
  margin-left: -12rem;
}
.team-member .link-button {
  color: #006AFF;
}
.team-member.as-row .avatar {
  flex-grow: 0;
  flex-shrink: 1;
}
@media only screen and (max-width: 575px) {
  .team-member.as-row {
    flex-direction: column;
  }
  .team-member.as-row .avatar {
    align-self: flex-start;
  }
}
.team-member.as-card {
  flex-direction: column;
}

time {
  display: flex;
  gap: 12rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40rem;
}
.testimonial blockquote cite {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonial blockquote cite .avatar + p {
  margin-top: 20rem;
}

.tooltip {
  padding: 4rem 8rem;
  border-radius: 4rem;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 4rem 8rem);
  width: max-content;
  position: relative;
}
.tooltip .text {
  max-width: 200rem;
}
.tooltip:after {
  content: "";
  position: absolute;
  border-radius: 0 0 0 3rem;
  width: 12rem;
  height: 12rem;
  background: #F7F8F9;
}
.tooltip.on-top:after {
  margin-top: -6rem;
  top: 100%;
  transform: rotate(-45deg);
}
.tooltip.on-top.with-arrow-at-start:after {
  left: 8rem;
}
.tooltip.on-top.with-arrow-at-middle:after {
  left: calc(50% - 6rem);
}
.tooltip.on-top.with-arrow-at-end:after {
  right: 8rem;
}
.tooltip.on-bottom:after {
  margin-bottom: -6rem;
  bottom: 100%;
  transform: rotate(135deg);
}
.tooltip.on-bottom.with-arrow-at-start:after {
  left: 8rem;
}
.tooltip.on-bottom.with-arrow-at-middle:after {
  left: calc(50% - 6rem);
}
.tooltip.on-bottom.with-arrow-at-end:after {
  right: 8rem;
}
.tooltip.on-left:after {
  margin-left: -6rem;
  left: 0;
  top: calc(50% - 6rem);
  transform: rotate(45deg);
}
.tooltip.on-left.with-arrow-at-start:after {
  top: 8rem;
}
.tooltip.on-left.with-arrow-at-middle:after {
  top: calc(50% - 6rem);
}
.tooltip.on-left.with-arrow-at-end:after {
  top: calc(100% - 20rem);
}
.tooltip.on-right:after {
  margin-left: -6rem;
  left: 100%;
  top: calc(50% - 6rem);
  transform: rotate(-135deg);
}
.tooltip.on-right.with-arrow-at-start:after {
  top: 8rem;
}
.tooltip.on-right.with-arrow-at-middle:after {
  top: calc(50% - 6rem);
}
.tooltip.on-right.with-arrow-at-end:after {
  top: calc(100% - 20rem);
}
.tooltip.for-light-mode, .tooltip.for-light-mode:after {
  background: #F7F8F9;
  color: #182233;
}
.tooltip.for-dark-mode, .tooltip.for-dark-mode:after {
  background: #2C333A;
  color: #DEE4EA;
}

.user-menu {
  display: inline-flex;
  padding: 8rem;
  align-items: flex-start;
  gap: 4rem;
  border-radius: 6rem;
  border: 1rem solid #B3B9C4;
  cursor: pointer;
}
.user-menu > .avatar-label .avatar-label__name {
  font-weight: 400;
  color: #626F86 !important;
}
.user-menu.is-opened .icon-button {
  transform: rotate(180deg);
}
.user-menu:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.1);
}
.user-menu .icon-button, .user-menu .icon-button:hover {
  background-color: transparent !important;
}

.form-control.is-date-picker-interval {
  display: flex;
  border-style: solid;
  border-color: rgb(152, 162, 179);
  border-width: 1rem;
  border-radius: 6rem;
}
.form-control.is-date-picker-interval:hover {
  border-color: black;
}
.form-control.is-date-picker-interval .field-area {
  display: flex;
  width: 100%;
}
.form-control.is-date-picker-interval .field-area .form-control.is-input:hover .body {
  border-color: rgb(152, 162, 179);
}
.form-control.is-date-picker-interval .field-area .form-control.is-input .body {
  border-width: 0;
}
.form-control.is-date-picker-interval .field-area .form-control.is-input .body input {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .form-control.is-date-picker-interval .field-area {
    flex-direction: column;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input {
    flex-basis: 100%;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input:first-child .body {
    border-radius: 6rem 6rem 0 0;
    border-bottom-width: 1rem;
  }
}
@media only screen and (min-width: 576px) {
  .form-control.is-date-picker-interval .field-area {
    flex-direction: row;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input {
    width: auto;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input:first-child {
    flex: 1;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input:first-child .body {
    border-radius: 6rem 0 0 6rem;
    border-right-width: 1rem;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input:last-child {
    flex: 1;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input:last-child .body {
    border-radius: 0 6rem 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .form-control.is-date-picker-interval .field-area {
    width: max-content;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input .body {
    border-width: 0;
  }
  .form-control.is-date-picker-interval .field-area .form-control.is-input .body input {
    max-width: 128rem;
  }
}
@media only screen and (min-width: 1200px) {
  .form-control.is-date-picker-interval {
    width: max-content;
  }
}

.form-control.is-dropdown {
  display: inline-flex;
  flex-direction: column;
}
.form-control.is-dropdown > span {
  font-weight: 700;
}
.form-control.is-dropdown.as-button {
  min-width: 330rem;
  max-width: 330rem;
  width: 330rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.form-control.is-dropdown.as-button .box-button span {
  flex: 1;
}
.form-control.is-dropdown.as-button.is-opened svg {
  transform: rotate(180deg);
}
.form-control.is-dropdown.as-input .form-control.is-input .icon-button {
  border-left: 0;
}
.form-control.is-dropdown.as-input.is-opened .form-control.is-input .icon-button {
  transform: rotate(180deg);
}

form,
fieldset {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  border: 0;
}

form .form__graphics {
  max-height: max-content;
}
form .form__info h3 {
  color: var(--neutral-light-mode-1100, #182233);
  margin-block: 12rem;
}
form .form__info p {
  color: var(--neutral-light-mode-800, #44546F);
}
form fieldset {
  margin-top: 32rem;
}
form fieldset .box-button {
  margin-top: 32rem;
}
form .box-button {
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  form.has-padding {
    padding: 28rem;
  }
  form fieldset {
    gap: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  form.has-padding {
    padding: 40rem;
  }
  form fieldset {
    gap: 20rem;
  }
}
form.is-inline fieldset {
  display: inline-flex;
  flex-direction: row;
  margin-top: 0;
  justify-items: flex-start;
  gap: 12rem;
}
@media only screen and (max-width: 575px) {
  form.is-inline fieldset {
    flex-direction: column;
  }
  form.is-inline fieldset .is-input input[type=text],
  form.is-inline fieldset .is-input input[type=email],
  form.is-inline fieldset .is-input input[type=password] {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  form.is-inline fieldset {
    flex-direction: row;
    flex-wrap: wrap;
  }
  form.is-inline fieldset .is-input input[type=text],
  form.is-inline fieldset .is-input input[type=email],
  form.is-inline fieldset .is-input input[type=password] {
    width: 280rem;
  }
}
form.is-inline fieldset > * {
  margin: 0;
}

.form-control.is-checkbox {
  display: inline-flex;
  gap: 12rem;
  cursor: pointer;
  align-items: center;
  border: none;
}
.form-control.is-checkbox span {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 28rem;
}
.form-control.is-checkbox input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  min-width: 24rem;
  min-height: 24rem;
  max-width: 24rem;
  max-height: 24rem;
  border-radius: 6rem;
  display: grid;
  place-content: center;
  border-width: 1rem;
  border-style: solid;
  position: relative;
}
.form-control.is-checkbox input::before {
  display: inline-block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 16rem;
  height: 16rem;
}
.form-control.is-checkbox input:checked::before, .form-control.is-checkbox input:indeterminate::before {
  transform: scale(1);
}
.form-control.is-checkbox.for-light-mode input:checked::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3334 4L6.00008 11.3333L2.66675 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-light-mode input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33325 8H12.6666" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-light-mode.is-default input {
  border: 1rem solid #626F86;
}
.form-control.is-checkbox.for-light-mode.is-default input:checked, .form-control.is-checkbox.for-light-mode.is-default input:indeterminate {
  background-color: #388BFF;
  border-color: #388BFF;
}
.form-control.is-checkbox.for-light-mode.is-default:hover input, .form-control.is-checkbox.for-light-mode.is-default:focus-within input {
  border-color: #006AFF;
  box-shadow: 0 0 0 5rem #ADD1FF;
}
.form-control.is-checkbox.for-light-mode.is-default:hover input:checked, .form-control.is-checkbox.for-light-mode.is-default:hover input:indeterminate, .form-control.is-checkbox.for-light-mode.is-default:focus-within input:checked, .form-control.is-checkbox.for-light-mode.is-default:focus-within input:indeterminate {
  background-color: #006AFF;
}
.form-control.is-checkbox.for-light-mode.is-alert input {
  border: 1rem solid #EF5C48;
}
.form-control.is-checkbox.for-light-mode.is-alert input:checked, .form-control.is-checkbox.for-light-mode.is-alert input:indeterminate {
  background-color: #EF5C48;
  border-color: #EF5C48;
}
.form-control.is-checkbox.for-light-mode.is-alert:hover input, .form-control.is-checkbox.for-light-mode.is-alert:focus-within input {
  border-color: #E4250C;
  box-shadow: 0 0 0 5rem #FEE4E2;
}
.form-control.is-checkbox.for-light-mode.is-alert:hover input:checked, .form-control.is-checkbox.for-light-mode.is-alert:hover input:indeterminate, .form-control.is-checkbox.for-light-mode.is-alert:focus-within input:checked, .form-control.is-checkbox.for-light-mode.is-alert:focus-within input:indeterminate {
  background-color: #E4250C;
}
.form-control.is-checkbox.for-light-mode.is-warning input {
  border: 1rem solid #F18D13;
}
.form-control.is-checkbox.for-light-mode.is-warning input:checked, .form-control.is-checkbox.for-light-mode.is-warning input:indeterminate {
  background-color: #F18D13;
  border-color: #F18D13;
}
.form-control.is-checkbox.for-light-mode.is-warning:hover input, .form-control.is-checkbox.for-light-mode.is-warning:focus-within input {
  border-color: #D97008;
  box-shadow: 0 0 0 5rem #FEF0C7;
}
.form-control.is-checkbox.for-light-mode.is-warning:hover input:checked, .form-control.is-checkbox.for-light-mode.is-warning:hover input:indeterminate, .form-control.is-checkbox.for-light-mode.is-warning:focus-within input:checked, .form-control.is-checkbox.for-light-mode.is-warning:focus-within input:indeterminate {
  background-color: #D97008;
}
.form-control.is-checkbox.for-light-mode.is-success input {
  border: 1rem solid #2ABB7F;
}
.form-control.is-checkbox.for-light-mode.is-success input:checked, .form-control.is-checkbox.for-light-mode.is-success input:indeterminate {
  background-color: #2ABB7F;
  border-color: #2ABB7F;
}
.form-control.is-checkbox.for-light-mode.is-success:hover input, .form-control.is-checkbox.for-light-mode.is-success:focus-within input {
  border-color: #22A06B;
  box-shadow: 0 0 0 5rem #D1FADF;
}
.form-control.is-checkbox.for-light-mode.is-success:hover input:checked, .form-control.is-checkbox.for-light-mode.is-success:hover input:indeterminate, .form-control.is-checkbox.for-light-mode.is-success:focus-within input:checked, .form-control.is-checkbox.for-light-mode.is-success:focus-within input:indeterminate {
  background-color: #22A06B;
}
.form-control.is-checkbox.for-light-mode.is-disabled input {
  background-color: #F1F2F4;
  border-color: #B3B9C4;
}
.form-control.is-checkbox.for-light-mode.is-disabled input:checked, .form-control.is-checkbox.for-light-mode.is-disabled input:indeterminate {
  border-color: #B3B9C4;
  background-color: #B3B9C4;
}
.form-control.is-checkbox.for-light-mode.is-disabled:hover input {
  border-color: #B3B9C4;
  box-shadow: none;
}
.form-control.is-checkbox.for-light-mode.is-disabled:hover input:checked, .form-control.is-checkbox.for-light-mode.is-disabled:hover input:indeterminate {
  background-color: #B3B9C4;
}
.form-control.is-checkbox.for-dark-mode {
  color: #B6C2CF;
}
.form-control.is-checkbox.for-dark-mode:hover input, .form-control.is-checkbox.for-dark-mode:focus-within input {
  border-color: #006AFF;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-checkbox.for-dark-mode:hover input:checked, .form-control.is-checkbox.for-dark-mode:hover input:indeterminate, .form-control.is-checkbox.for-dark-mode:focus-within input:checked, .form-control.is-checkbox.for-dark-mode:focus-within input:indeterminate {
  background-color: #006AFF;
}
.form-control.is-checkbox.for-dark-mode input:checked::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3334 4L6.00008 11.3333L2.66675 8" stroke="%231A0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-dark-mode input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33325 8H12.6666" stroke="%231A0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-dark-mode.is-default input {
  border: 1rem solid #8696A7;
}
.form-control.is-checkbox.for-dark-mode.is-default input:checked, .form-control.is-checkbox.for-dark-mode.is-default input:indeterminate {
  background-color: #85B8FF;
  border-color: #85B8FF;
}
.form-control.is-checkbox.for-dark-mode.is-default:hover input {
  border-color: #388BFF;
}
.form-control.is-checkbox.for-dark-mode.is-default:hover input:checked, .form-control.is-checkbox.for-dark-mode.is-default:hover input:indeterminate {
  background-color: #388BFF;
  border-color: #388BFF;
}
.form-control.is-checkbox.for-dark-mode.is-alert input {
  border: 1rem solid #FF9C8F;
}
.form-control.is-checkbox.for-dark-mode.is-alert input:checked, .form-control.is-checkbox.for-dark-mode.is-alert input:indeterminate {
  background-color: #FF9C8F;
  border-color: #FF9C8F;
}
.form-control.is-checkbox.for-dark-mode.is-alert:hover input {
  border-color: #EF5C48;
}
.form-control.is-checkbox.for-dark-mode.is-alert:hover input:checked, .form-control.is-checkbox.for-dark-mode.is-alert:hover input:indeterminate {
  background-color: #EF5C48;
  border-color: #EF5C48;
}
.form-control.is-checkbox.for-dark-mode.is-warning input {
  border: 1rem solid #FEC57B;
}
.form-control.is-checkbox.for-dark-mode.is-warning input:checked, .form-control.is-checkbox.for-dark-mode.is-warning input:indeterminate {
  background-color: #FEC57B;
  border-color: #FEC57B;
}
.form-control.is-checkbox.for-dark-mode.is-warning:hover input {
  border-color: #F18D13;
}
.form-control.is-checkbox.for-dark-mode.is-warning:hover input:checked, .form-control.is-checkbox.for-dark-mode.is-warning:hover input:indeterminate {
  background-color: #F18D13;
  border-color: #F18D13;
}
.form-control.is-checkbox.for-dark-mode.is-success input {
  border: 1rem solid #7EE2B8;
}
.form-control.is-checkbox.for-dark-mode.is-success input:checked, .form-control.is-checkbox.for-dark-mode.is-success input:indeterminate {
  background-color: #7EE2B8;
  border-color: #7EE2B8;
}
.form-control.is-checkbox.for-dark-mode.is-success:hover input {
  border-color: #2ABB7F;
}
.form-control.is-checkbox.for-dark-mode.is-success:hover input:checked, .form-control.is-checkbox.for-dark-mode.is-success:hover input:indeterminate {
  background-color: #2ABB7F;
  border-color: #2ABB7F;
}
.form-control.is-checkbox.for-dark-mode.is-disabled input {
  background-color: #2C333A;
  border-color: #596773;
}
.form-control.is-checkbox.for-dark-mode.is-disabled input:checked, .form-control.is-checkbox.for-dark-mode.is-disabled input:indeterminate {
  border-color: #596773;
  background-color: #596773;
}
.form-control.is-checkbox.for-dark-mode.is-disabled:hover input {
  border-color: #596773;
  box-shadow: none;
}
.form-control.is-checkbox.for-dark-mode.is-disabled:hover input:checked, .form-control.is-checkbox.for-dark-mode.is-disabled:hover input:indeterminate {
  border-color: #596773;
  background-color: #596773;
  box-shadow: none;
}
.form-control.is-checkbox.for-inverse-mode {
  color: #FFFFFF;
}
.form-control.is-checkbox.for-inverse-mode input {
  background-color: #FFFFFF;
}
.form-control.is-checkbox.for-inverse-mode.is-default:hover input, .form-control.is-checkbox.for-inverse-mode.is-default:focus-within input {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.form-control.is-checkbox.for-inverse-mode.is-default input {
  border: 1rem solid #FFFFFF;
}
.form-control.is-checkbox.for-inverse-mode.is-default input:checked::before {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M13.3332 4L5.99984 11.3333L2.6665 8' stroke='%230C66E4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.form-control.is-checkbox.for-inverse-mode.is-default input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%230C66E4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-alert input, .form-control.is-checkbox.for-inverse-mode.is-warning input, .form-control.is-checkbox.for-inverse-mode.is-success input {
  background: #FFFFFF;
  box-shadow: 0 0 0 1rem #FFFFFF;
}
.form-control.is-checkbox.for-inverse-mode.is-alert:hover input, .form-control.is-checkbox.for-inverse-mode.is-alert:focus-within input, .form-control.is-checkbox.for-inverse-mode.is-warning:hover input, .form-control.is-checkbox.for-inverse-mode.is-warning:focus-within input, .form-control.is-checkbox.for-inverse-mode.is-success:hover input, .form-control.is-checkbox.for-inverse-mode.is-success:focus-within input {
  box-shadow: 0px 0px 0px 5rem rgba(255, 255, 255, 0.5), 0px 0px 0px 1rem #FFFFFF;
}
.form-control.is-checkbox.for-inverse-mode.is-alert.is-disabled input, .form-control.is-checkbox.for-inverse-mode.is-alert.is-disabled input:hover, .form-control.is-checkbox.for-inverse-mode.is-warning.is-disabled input, .form-control.is-checkbox.for-inverse-mode.is-warning.is-disabled input:hover, .form-control.is-checkbox.for-inverse-mode.is-success.is-disabled input, .form-control.is-checkbox.for-inverse-mode.is-success.is-disabled input:hover {
  box-shadow: 0px 0px 0px 0, 0px 0px 0px 0;
}
.form-control.is-checkbox.for-inverse-mode.is-alert input {
  border: 2rem solid #E4250C;
}
.form-control.is-checkbox.for-inverse-mode.is-alert input:checked::before {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M13.3332 4L5.99984 11.3333L2.6665 8' stroke='%23E4250C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.form-control.is-checkbox.for-inverse-mode.is-alert input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%23E4250C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-warning input {
  border: 2rem solid #F18D13;
}
.form-control.is-checkbox.for-inverse-mode.is-warning input:checked::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3337 4L6.00033 11.3333L2.66699 8" stroke="%23974F0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-warning input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%23974F0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-success input {
  border: 2rem solid #2ABB7F;
}
.form-control.is-checkbox.for-inverse-mode.is-success input:checked::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3337 4L6.00033 11.3333L2.66699 8" stroke="%23216E4E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-success input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%23216E4E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-disabled {
  color: rgba(255, 255, 255, 0.6);
}
.form-control.is-checkbox.for-inverse-mode.is-disabled input {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}
.form-control.is-checkbox.for-inverse-mode.is-disabled input:checked::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3337 4L6.00033 11.3333L2.66699 8" stroke="black" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-disabled input:indeterminate::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33301 8H12.6663" stroke="black" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form-control.is-checkbox.for-inverse-mode.is-disabled input:checked, .form-control.is-checkbox.for-inverse-mode.is-disabled input:indeterminate {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}
.form-control.is-checkbox.for-inverse-mode.is-disabled:hover input, .form-control.is-checkbox.for-inverse-mode.is-disabled:hover input:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
  box-shadow: none;
}
.form-control.is-checkbox.is-disabled, .form-control.is-checkbox.is-disabled > input {
  cursor: not-allowed !important;
}

.is-checkbox-group {
  display: inline-flex;
}
.is-checkbox-group.is-horizontal {
  column-gap: 40rem;
}
.is-checkbox-group.is-vertical {
  flex-direction: column;
  row-gap: 12rem;
}

.is-input {
  display: inline-flex;
  flex-direction: column;
  gap: 8rem;
}
.is-input, .is-input * {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 24rem;
}
.is-input > span {
  font-weight: 700;
}
.is-input .body {
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 48rem;
  padding-block: 12rem;
  border-width: 1rem;
  border-style: solid;
  border-color: #B3B9C4;
  background-color: white;
  border-radius: 6rem;
  width: 100%;
  z-index: 2;
}
.is-input .body > span {
  display: flex;
  color: #667085;
}
.is-input .body > span * {
  align-self: center;
}
.is-input .body > .box-button, .is-input .body > .icon-button {
  border-radius: 0;
  overflow: hidden;
}
.is-input .body > .box-button:first-child, .is-input .body > .icon-button:first-child {
  border-right: 1rem solid #B3B9C4;
}
.is-input .body > .box-button:last-child, .is-input .body > .icon-button:last-child {
  border-left: 1rem solid #B3B9C4;
}
.is-input .body > .box-button:not(.for-action):hover, .is-input .body > .icon-button:not(.for-action):hover {
  background-color: transparent !important;
}
.is-input .body > .box-button.for-action {
  border-radius: 0 6rem 6rem 0;
  z-index: 2;
  margin-right: -1rem;
  border-left: none;
  mix-blend-mode: normal;
  outline: none;
  border: 0;
  cursor: pointer;
}
.is-input .body > input {
  padding-inline: 16rem;
}
.is-input .body > .leading-icon, .is-input .body > .payment-icon {
  margin-left: 8rem;
}
.is-input .body > .trailing-icon {
  margin-right: 8rem;
}
.is-input.is-disabled .payment-icon {
  filter: grayscale(1);
}
.is-input input[type=text],
.is-input input[type=password],
.is-input input[type=email] {
  height: 100%;
  width: 280rem;
  border: 0;
  outline: none;
  box-shadow: none;
  flex: 1;
  background: transparent;
}
.is-input input[type=text]::placeholder,
.is-input input[type=password]::placeholder,
.is-input input[type=email]::placeholder {
  color: #667085;
}
.is-input.is-filled .body > span {
  color: #101828;
}
.is-input.is-filled .body > .trailing-icon {
  color: #2C3E5D;
}
.is-input.for-light-mode .icon-button,
.is-input.for-light-mode .box-button {
  mix-blend-mode: darken;
}
.is-input.for-light-mode.is-default:hover .body, .is-input.for-light-mode.is-default:focus-within .body {
  box-shadow: 0 0 0 5rem #ADD1FF;
  border-color: #006AFF;
}
.is-input.for-light-mode.is-warning .caption-text {
  color: #B65C02;
}
.is-input.for-light-mode.is-warning .body {
  border-color: #F18D13;
}
.is-input.for-light-mode.is-warning .body .trailing-icon {
  color: #F18D13;
}
.is-input.for-light-mode.is-warning:hover .body, .is-input.for-light-mode.is-warning:focus .body {
  box-shadow: 0 0 0 5rem #FEF0C7;
}
.is-input.for-light-mode.is-warning.is-filled:hover input[type=text] {
  color: #7A271A;
}
.is-input.for-light-mode.is-alert .caption-text {
  color: #D92D20;
}
.is-input.for-light-mode.is-alert .body {
  border-color: #F04438;
}
.is-input.for-light-mode.is-alert .body .trailing-icon {
  color: #F04438;
}
.is-input.for-light-mode.is-alert:hover .body {
  box-shadow: 0 0 0 5rem #FEE4E2;
}
.is-input.for-light-mode.is-alert.is-filled:hover input[type=text] {
  color: #7A271A;
}
.is-input.for-light-mode.is-success .caption-text {
  color: #1F845A;
}
.is-input.for-light-mode.is-success .body {
  border-color: #12B76A;
}
.is-input.for-light-mode.is-success .body .trailing-icon {
  color: #12B76A;
}
.is-input.for-light-mode.is-success:hover .body {
  box-shadow: 0 0 0 5rem #D1FADF;
}
.is-input.for-light-mode.is-success:hover .body .leading-icon {
  color: #054F31;
}
.is-input.for-light-mode.is-success.is-filled:hover input[type=text] {
  color: #054F31;
}
.is-input.for-light-mode.is-disabled > span,
.is-input.for-light-mode.is-disabled .caption-text, .is-input.for-light-mode.is-disabled:hover > span,
.is-input.for-light-mode.is-disabled:hover .caption-text, .is-input.for-light-mode.is-disabled:focus > span,
.is-input.for-light-mode.is-disabled:focus .caption-text {
  color: #626F86;
}
.is-input.for-light-mode.is-disabled .body, .is-input.for-light-mode.is-disabled:hover .body, .is-input.for-light-mode.is-disabled:focus .body {
  box-shadow: none;
  border-color: #8590A2;
}
.is-input.for-light-mode.is-disabled .body,
.is-input.for-light-mode.is-disabled .body *, .is-input.for-light-mode.is-disabled:hover .body,
.is-input.for-light-mode.is-disabled:hover .body *, .is-input.for-light-mode.is-disabled:focus .body,
.is-input.for-light-mode.is-disabled:focus .body * {
  background-color: #F2F4F7;
}
.is-input.for-light-mode.is-disabled .body > a, .is-input.for-light-mode.is-disabled:hover .body > a, .is-input.for-light-mode.is-disabled:focus .body > a {
  background: transparent !important;
}
.is-input.for-light-mode.is-disabled * {
  cursor: not-allowed !important;
}
.is-input.for-dark-mode .icon-button,
.is-input.for-dark-mode .box-button {
  mix-blend-mode: lighten;
}
.is-input.for-dark-mode > span {
  color: #DEE4EA;
}
.is-input.for-dark-mode:hover .body, .is-input.for-dark-mode:focus-within .body {
  box-shadow: 0px 0px 0px 5rem rgba(255, 255, 255, 0.3);
  border-color: #E9F2FF;
}
.is-input.for-dark-mode input {
  color: #B6C2CF;
}
.is-input.for-dark-mode input::placeholder {
  color: #738496;
}
.is-input.for-dark-mode .body {
  background: #1D2125;
}
.is-input.for-dark-mode .body > a:first-child {
  border-right: 1rem solid #596773;
}
.is-input.for-dark-mode .body > a:last-child {
  border-left: 1rem solid #596773;
}
.is-input.for-dark-mode.is-default .caption-text {
  color: #B6C2CF;
}
.is-input.for-dark-mode.is-default .body {
  border-color: #596773;
}
.is-input.for-dark-mode.is-default:hover .body, .is-input.for-dark-mode.is-default:focus .body {
  border-color: #85B8FF;
}
.is-input.for-dark-mode.is-warning .caption-text {
  color: #FEC57B;
}
.is-input.for-dark-mode.is-warning .body {
  border-color: #FEC57B;
}
.is-input.for-dark-mode.is-warning .trailing-icon {
  color: #FEC57B;
}
.is-input.for-dark-mode.is-alert .caption-text {
  color: #F87462;
}
.is-input.for-dark-mode.is-alert .body {
  border-color: #FF9C8F;
}
.is-input.for-dark-mode.is-alert .trailing-icon {
  color: #FF9C8F;
}
.is-input.for-dark-mode.is-success .caption-text {
  color: #7EE2B8;
}
.is-input.for-dark-mode.is-success .body {
  border-color: #7EE2B8;
}
.is-input.for-dark-mode.is-success .trailing-icon {
  color: #7EE2B8;
}
.is-input.for-dark-mode.is-disabled > span,
.is-input.for-dark-mode.is-disabled .caption-text,
.is-input.for-dark-mode.is-disabled .body * {
  color: #626F86;
}
.is-input.for-dark-mode.is-disabled .body {
  border-color: #596773;
  background: #22272B;
}
.is-input.for-dark-mode.is-disabled .body > a {
  background: transparent !important;
}
.is-input.for-dark-mode.is-disabled .body, .is-input.for-dark-mode.is-disabled:hover .body, .is-input.for-dark-mode.is-disabled:focus-within .body {
  box-shadow: none;
  border-color: #596773;
}
.is-input.for-dark-mode.is-disabled,
.is-input.for-dark-mode.is-disabled * {
  cursor: not-allowed !important;
}
.is-input.for-inverse-mode > span {
  color: var(--white-100, #FFF);
}
.is-input.for-inverse-mode:hover .body, .is-input.for-inverse-mode:focus-within .body {
  box-shadow: 0px 0px 0px 5rem rgba(255, 255, 255, 0.3);
  border-color: var(--white-100, #FFF);
}
.is-input.for-inverse-mode input {
  color: #2C3E5D;
}
.is-input.for-inverse-mode input::placeholder {
  color: #626F86;
}
.is-input.for-inverse-mode .body {
  background: var(--white-100, #FFF);
  border-color: var(--white-100, #FFF);
}
.is-input.for-inverse-mode.is-default .caption-text {
  color: var(--white-90, rgba(255, 255, 255, 0.9));
}
.is-input.for-inverse-mode.is-warning .caption-text {
  color: #FFF4E5;
}
.is-input.for-inverse-mode.is-warning .trailing-icon {
  color: #FEC57B;
}
.is-input.for-inverse-mode.is-alert .caption-text {
  color: #FFEDEB;
}
.is-input.for-inverse-mode.is-alert .trailing-icon {
  color: #FF9C8F;
}
.is-input.for-inverse-mode.is-success .caption-text {
  color: #DFFCF0;
}
.is-input.for-inverse-mode.is-success .trailing-icon {
  color: #7EE2B8;
}
.is-input.for-inverse-mode.is-disabled > span,
.is-input.for-inverse-mode.is-disabled .caption-text {
  color: var(--white-70, rgba(255, 255, 255, 0.7));
}
.is-input.for-inverse-mode.is-disabled .body {
  border-color: transparent;
  background: var(--white-60, rgba(255, 255, 255, 0.6));
}
.is-input.for-inverse-mode.is-disabled .body > a {
  background: transparent !important;
}
.is-input.for-inverse-mode.is-disabled .body, .is-input.for-inverse-mode.is-disabled:hover .body, .is-input.for-inverse-mode.is-disabled:focus .body {
  box-shadow: none;
  border-color: transparent;
}
.is-input.for-inverse-mode.is-disabled,
.is-input.for-inverse-mode.is-disabled * {
  cursor: not-allowed !important;
}

.form-control.is-label-select {
  display: inline-flex;
  flex-direction: column;
  gap: 8rem;
}
.form-control.is-label-select > span {
  font-weight: 700;
}
.form-control.is-label-select:hover .body, .form-control.is-label-select:focus-within .body {
  box-shadow: 0 0 0 5rem #ADD1FF;
}
.form-control.is-label-select > .body {
  display: grid;
  grid-template-areas: "labels button" "input button";
  padding: 4rem 16rem;
  align-items: center;
  align-content: center;
  gap: 8rem;
  border-width: 1rem;
  border-style: solid;
  border-color: #98A2B3;
  background-color: white;
  border-radius: 6rem;
}
.form-control.is-label-select > .body, .form-control.is-label-select > .body * {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 24rem;
}
.form-control.is-label-select > .body input {
  border: none;
  grid-area: input;
}
.form-control.is-label-select > .body input:focus {
  box-shadow: none;
}
.form-control.is-label-select > .body .icon-button {
  margin-right: -16rem;
  grid-area: button;
}
.form-control.is-label-select > .body .icon-button:hover, .form-control.is-label-select > .body .icon-button:focus {
  background: transparent !important;
  box-shadow: none;
}
.form-control.is-label-select > .body .label-list {
  gap: 4rem;
  grid-area: labels;
}

.form-control.is-nested-item {
  display: flex;
  gap: 20rem;
  align-items: center;
  padding: 4rem;
  border-radius: 6rem;
  background: #F7F8F9;
}
.form-control.is-nested-item > .body {
  flex: 1;
}
.form-control.is-nested-item > .body * {
  font-weight: 500;
  line-height: 24rem;
}
.form-control.is-nested-item > .body .title {
  color: #006AFF;
}
.form-control.is-nested-item > .body .description {
  color: #626F86;
}

.number-input-button {
  position: relative;
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(208, 213, 221);
  border-width: 1rem;
  border-style: solid;
  color: #101828;
}
.number-input-button:hover {
  background-color: rgb(235, 243, 255);
}
.number-input-button.is-disabled {
  color: rgb(102, 112, 133);
}
.number-input-button.is-disabled, .number-input-button.is-disabled:hover {
  background-color: #F2F4F7;
}
.number-input-button.is-small {
  width: auto;
  height: 40rem;
  padding: 10rem;
}
.number-input-button.is-small svg {
  width: 20rem;
  height: 20rem;
}
.number-input-button.is-medium {
  width: auto;
  height: 48rem;
  padding: 12rem;
}
.number-input-button.is-medium svg {
  width: 24rem;
  height: 24rem;
}
.number-input-button.is-large {
  width: auto;
  height: 60rem;
  padding: 18rem;
}
.number-input-button.is-disabled {
  cursor: not-allowed;
}

.form-control.is-radio-button {
  display: inline-flex;
  gap: 12rem;
  cursor: pointer;
  align-items: center;
}
.form-control.is-radio-button span {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 28rem;
}
.form-control.is-radio-button input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  appearance: none;
  min-width: 24rem;
  min-height: 24rem;
  max-width: 24rem;
  max-height: 24rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border-width: 1rem;
  border-style: solid;
}
.form-control.is-radio-button input[type=radio]::before {
  content: "";
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.form-control.is-radio-button input[type=radio]:checked::before {
  transform: scale(1);
}
.form-control.is-radio-button input[type=radio]:disabled {
  cursor: not-allowed;
}
.form-control.is-radio-button.for-light-mode.is-default {
  color: #182233;
}
.form-control.is-radio-button.for-light-mode.is-default input[type=radio] {
  border-color: #626F86;
}
.form-control.is-radio-button.for-light-mode.is-default input[type=radio]:checked {
  border: 2rem solid #006AFF;
}
.form-control.is-radio-button.for-light-mode.is-default input[type=radio]:checked::before {
  background-color: #006AFF;
}
.form-control.is-radio-button.for-light-mode.is-default:hover input[type=radio], .form-control.is-radio-button.for-light-mode.is-default:focus input[type=radio] {
  border: 2rem solid #006AFF;
  box-shadow: 0 0 0 5rem #ADD1FF;
}
.form-control.is-radio-button.for-light-mode.is-alert {
  color: #182233;
}
.form-control.is-radio-button.for-light-mode.is-alert input[type=radio] {
  border-color: #E4250C;
}
.form-control.is-radio-button.for-light-mode.is-alert input[type=radio]:checked {
  border: 2rem solid #E4250C;
}
.form-control.is-radio-button.for-light-mode.is-alert input[type=radio]:checked::before {
  background-color: #E4250C;
}
.form-control.is-radio-button.for-light-mode.is-alert:hover input[type=radio], .form-control.is-radio-button.for-light-mode.is-alert:focus input[type=radio] {
  border: 2rem solid #E4250C;
  box-shadow: 0 0 0 5rem #FEE4E2;
}
.form-control.is-radio-button.for-light-mode.is-warning {
  color: #182233;
}
.form-control.is-radio-button.for-light-mode.is-warning input[type=radio] {
  border-color: #F18D13;
}
.form-control.is-radio-button.for-light-mode.is-warning input[type=radio]:checked {
  border: 2rem solid #F18D13;
}
.form-control.is-radio-button.for-light-mode.is-warning input[type=radio]:checked::before {
  background-color: #F18D13;
}
.form-control.is-radio-button.for-light-mode.is-warning:hover input[type=radio], .form-control.is-radio-button.for-light-mode.is-warning:focus input[type=radio] {
  border: 2rem solid #F18D13;
  box-shadow: 0 0 0 5rem #FEF0C7;
}
.form-control.is-radio-button.for-light-mode.is-success {
  color: #182233;
}
.form-control.is-radio-button.for-light-mode.is-success input[type=radio] {
  border-color: #2ABB7F;
}
.form-control.is-radio-button.for-light-mode.is-success input[type=radio]:checked {
  border: 2rem solid #2ABB7F;
}
.form-control.is-radio-button.for-light-mode.is-success input[type=radio]:checked::before {
  background-color: #2ABB7F;
}
.form-control.is-radio-button.for-light-mode.is-success:hover input[type=radio], .form-control.is-radio-button.for-light-mode.is-success:focus input[type=radio] {
  border: 2rem solid #2ABB7F;
  box-shadow: 0 0 0 5rem #D1FADF;
}
.form-control.is-radio-button.for-light-mode.is-disabled {
  color: #626F86;
}
.form-control.is-radio-button.for-light-mode.is-disabled input[type=radio], .form-control.is-radio-button.for-light-mode.is-disabled input[type=radio]:hover, .form-control.is-radio-button.for-light-mode.is-disabled input[type=radio]:focus, .form-control.is-radio-button.for-light-mode.is-disabled:hover input[type=radio], .form-control.is-radio-button.for-light-mode.is-disabled:hover input[type=radio]:hover, .form-control.is-radio-button.for-light-mode.is-disabled:hover input[type=radio]:focus, .form-control.is-radio-button.for-light-mode.is-disabled:focus input[type=radio], .form-control.is-radio-button.for-light-mode.is-disabled:focus input[type=radio]:hover, .form-control.is-radio-button.for-light-mode.is-disabled:focus input[type=radio]:focus {
  border-width: 1rem;
  border-color: #B3B9C4 !important;
  background-color: #F1F2F4;
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-radio-button.for-light-mode.is-disabled input[type=radio]:checked, .form-control.is-radio-button.for-light-mode.is-disabled:hover input[type=radio]:checked, .form-control.is-radio-button.for-light-mode.is-disabled:focus input[type=radio]:checked {
  border: 2rem solid #8590A2;
  background-color: transparent;
}
.form-control.is-radio-button.for-light-mode.is-disabled input[type=radio]:checked::before, .form-control.is-radio-button.for-light-mode.is-disabled:hover input[type=radio]:checked::before, .form-control.is-radio-button.for-light-mode.is-disabled:focus input[type=radio]:checked::before {
  background-color: #8590A2;
}
.form-control.is-radio-button.for-dark-mode.is-default {
  color: #B6C2CF;
}
.form-control.is-radio-button.for-dark-mode.is-default input[type=radio] {
  border-color: #8696A7;
}
.form-control.is-radio-button.for-dark-mode.is-default input[type=radio]:checked {
  border: 2rem solid #85B8FF;
}
.form-control.is-radio-button.for-dark-mode.is-default input[type=radio]:checked::before {
  background-color: #85B8FF;
}
.form-control.is-radio-button.for-dark-mode.is-default:hover input[type=radio], .form-control.is-radio-button.for-dark-mode.is-default:focus input[type=radio] {
  border: 2rem solid #85B8FF;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-radio-button.for-dark-mode.is-alert {
  color: #B6C2CF;
}
.form-control.is-radio-button.for-dark-mode.is-alert input[type=radio] {
  border-color: #8696A7;
}
.form-control.is-radio-button.for-dark-mode.is-alert input[type=radio]:checked {
  border: 2rem solid #FF9C8F;
}
.form-control.is-radio-button.for-dark-mode.is-alert input[type=radio]:checked::before {
  background-color: #FF9C8F;
}
.form-control.is-radio-button.for-dark-mode.is-alert:hover input[type=radio], .form-control.is-radio-button.for-dark-mode.is-alert:focus input[type=radio] {
  border: 2rem solid #FF9C8F;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-radio-button.for-dark-mode.is-warning {
  color: #B6C2CF;
}
.form-control.is-radio-button.for-dark-mode.is-warning input[type=radio] {
  border-color: #8696A7;
}
.form-control.is-radio-button.for-dark-mode.is-warning input[type=radio]:checked {
  border: 2rem solid #FEC57B;
}
.form-control.is-radio-button.for-dark-mode.is-warning input[type=radio]:checked::before {
  background-color: #FEC57B;
}
.form-control.is-radio-button.for-dark-mode.is-warning:hover input[type=radio], .form-control.is-radio-button.for-dark-mode.is-warning:focus input[type=radio] {
  border: 2rem solid #FEC57B;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-radio-button.for-dark-mode.is-success {
  color: #B6C2CF;
}
.form-control.is-radio-button.for-dark-mode.is-success input[type=radio] {
  border-color: #8696A7;
}
.form-control.is-radio-button.for-dark-mode.is-success input[type=radio]:checked {
  border: 2rem solid #7EE2B8;
}
.form-control.is-radio-button.for-dark-mode.is-success input[type=radio]:checked::before {
  background-color: #7EE2B8;
}
.form-control.is-radio-button.for-dark-mode.is-success:hover input[type=radio], .form-control.is-radio-button.for-dark-mode.is-success:focus input[type=radio] {
  border: 2rem solid #7EE2B8;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-radio-button.for-dark-mode.is-disabled {
  color: #8696A7;
}
.form-control.is-radio-button.for-dark-mode.is-disabled input[type=radio], .form-control.is-radio-button.for-dark-mode.is-disabled input[type=radio]:hover, .form-control.is-radio-button.for-dark-mode.is-disabled input[type=radio]:focus, .form-control.is-radio-button.for-dark-mode.is-disabled:hover input[type=radio], .form-control.is-radio-button.for-dark-mode.is-disabled:hover input[type=radio]:hover, .form-control.is-radio-button.for-dark-mode.is-disabled:hover input[type=radio]:focus, .form-control.is-radio-button.for-dark-mode.is-disabled:focus input[type=radio], .form-control.is-radio-button.for-dark-mode.is-disabled:focus input[type=radio]:hover, .form-control.is-radio-button.for-dark-mode.is-disabled:focus input[type=radio]:focus {
  border-width: 1rem;
  border-color: #596773 !important;
  background-color: #2C333A;
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-radio-button.for-dark-mode.is-disabled input[type=radio]:checked, .form-control.is-radio-button.for-dark-mode.is-disabled:hover input[type=radio]:checked, .form-control.is-radio-button.for-dark-mode.is-disabled:focus input[type=radio]:checked {
  border-width: 2rem;
  border-color: #8590A2 !important;
  background-color: transparent;
}
.form-control.is-radio-button.for-dark-mode.is-disabled input[type=radio]:checked::before, .form-control.is-radio-button.for-dark-mode.is-disabled:hover input[type=radio]:checked::before, .form-control.is-radio-button.for-dark-mode.is-disabled:focus input[type=radio]:checked::before {
  background-color: #8590A2;
}
.form-control.is-radio-button.for-inverse-mode.is-default {
  color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-default input[type=radio] {
  border-color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-default input[type=radio]:checked {
  border: 2rem solid #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-default input[type=radio]:checked::before {
  background-color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-default:hover input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-default:focus input[type=radio] {
  border: 2rem solid #FFFFFF;
  box-shadow: 0 0 0 5rem #ADD1FF;
}
.form-control.is-radio-button.for-inverse-mode.is-alert {
  color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-alert input[type=radio] {
  border: 2rem solid #E4250C;
  background: #FFFFFF;
  box-shadow: 0 0 0 1rem #FFF;
}
.form-control.is-radio-button.for-inverse-mode.is-alert input[type=radio]:checked::before {
  background-color: #E4250C;
}
.form-control.is-radio-button.for-inverse-mode.is-alert:hover input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-alert:focus input[type=radio] {
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.5), 0 0 0 1rem #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-warning {
  color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-warning input[type=radio] {
  border: 2rem solid #F18D13;
  background: #FFFFFF;
  box-shadow: 0 0 0 1rem #FFF;
}
.form-control.is-radio-button.for-inverse-mode.is-warning input[type=radio]:checked::before {
  background-color: #F18D13;
}
.form-control.is-radio-button.for-inverse-mode.is-warning:hover input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-warning:focus input[type=radio] {
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.5), 0 0 0 1rem #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-success {
  color: #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-success input[type=radio] {
  border: 2rem solid #2ABB7F;
  background: #FFFFFF;
  box-shadow: 0 0 0 1rem #FFF;
}
.form-control.is-radio-button.for-inverse-mode.is-success input[type=radio]:checked::before {
  background-color: #2ABB7F;
}
.form-control.is-radio-button.for-inverse-mode.is-success:hover input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-success:focus input[type=radio] {
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.5), 0 0 0 1rem #FFFFFF;
}
.form-control.is-radio-button.for-inverse-mode.is-disabled {
  color: rgba(255, 255, 255, 0.7);
}
.form-control.is-radio-button.for-inverse-mode.is-disabled input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-disabled input[type=radio]:hover, .form-control.is-radio-button.for-inverse-mode.is-disabled input[type=radio]:focus, .form-control.is-radio-button.for-inverse-mode.is-disabled:hover input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-disabled:hover input[type=radio]:hover, .form-control.is-radio-button.for-inverse-mode.is-disabled:hover input[type=radio]:focus, .form-control.is-radio-button.for-inverse-mode.is-disabled:focus input[type=radio], .form-control.is-radio-button.for-inverse-mode.is-disabled:focus input[type=radio]:hover, .form-control.is-radio-button.for-inverse-mode.is-disabled:focus input[type=radio]:focus {
  border-width: 1rem;
  border-color: rgba(255, 255, 255, 0.4) !important;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-radio-button.for-inverse-mode.is-disabled input[type=radio]:checked, .form-control.is-radio-button.for-inverse-mode.is-disabled:hover input[type=radio]:checked, .form-control.is-radio-button.for-inverse-mode.is-disabled:focus input[type=radio]:checked {
  border-width: 2rem;
  border-color: rgba(255, 255, 255, 0.5) !important;
  background-color: transparent;
}
.form-control.is-radio-button.for-inverse-mode.is-disabled input[type=radio]:checked::before, .form-control.is-radio-button.for-inverse-mode.is-disabled:hover input[type=radio]:checked::before, .form-control.is-radio-button.for-inverse-mode.is-disabled:focus input[type=radio]:checked::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.form-control.is-radio-button.is-disabled {
  cursor: not-allowed !important;
}

.is-radio-button-group {
  display: inline-flex;
}
.is-radio-button-group.is-horizontal {
  column-gap: 40rem;
}
.is-radio-button-group.is-vertical {
  flex-direction: column;
  row-gap: 12rem;
}

.form-control.is-switch {
  cursor: pointer;
  display: inline-flex;
  gap: 16rem;
  align-items: center;
  font-size: 16rem;
  line-height: 28rem;
}
.form-control.is-switch [type=checkbox],
.form-control.is-switch [type=radio] {
  position: absolute;
  left: -9999rem;
}
.form-control.is-switch .ch-bg {
  border-radius: 30rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 44rem;
  height: 24rem;
  padding: 0 2rem;
  min-height: 0;
}
.form-control.is-switch .ch-btn {
  border-radius: 20px;
  width: 20px;
  height: 20px;
}
.form-control.is-switch .checkbox:checked + .ch-bg {
  justify-content: flex-end;
}
.form-control.is-switch.for-light-mode {
  color: #182233;
}
.form-control.is-switch.for-light-mode:hover .ch-bg, .form-control.is-switch.for-light-mode:focus .ch-bg {
  box-shadow: 0 0 0 5rem #ADD1FF;
}
.form-control.is-switch.for-light-mode .ch-bg {
  background: #626F86;
}
.form-control.is-switch.for-light-mode .ch-btn {
  background: white;
}
.form-control.is-switch.for-light-mode .checkbox:checked + .ch-bg {
  background: #2ABB7F;
}
.form-control.is-switch.for-light-mode.is-disabled {
  color: #626F86;
}
.form-control.is-switch.for-light-mode.is-disabled .ch-bg,
.form-control.is-switch.for-light-mode.is-disabled .checkbox:checked + .ch-bg {
  background: #8590A2;
}
.form-control.is-switch.for-light-mode.is-disabled .ch-btn {
  background: #F7F8F9;
}
.form-control.is-switch.for-light-mode.is-disabled:hover .ch-bg, .form-control.is-switch.for-light-mode.is-disabled:focus .ch-bg {
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-switch.for-dark-mode {
  color: #DEE4EA;
}
.form-control.is-switch.for-dark-mode:hover .ch-bg, .form-control.is-switch.for-dark-mode:focus .ch-bg {
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-switch.for-dark-mode .ch-bg {
  background: #8696A7;
}
.form-control.is-switch.for-dark-mode .ch-btn {
  background: #1D2125;
}
.form-control.is-switch.for-dark-mode .checkbox:checked + .ch-bg {
  background: #7EE2B8;
}
.form-control.is-switch.for-dark-mode.is-disabled {
  color: #8696A7;
}
.form-control.is-switch.for-dark-mode.is-disabled .ch-bg,
.form-control.is-switch.for-dark-mode.is-disabled .checkbox:checked + .ch-bg {
  background: #596773;
}
.form-control.is-switch.for-dark-mode.is-disabled .ch-btn {
  background: #22272B;
}
.form-control.is-switch.for-dark-mode.is-disabled:hover .ch-bg, .form-control.is-switch.for-dark-mode.is-disabled:focus .ch-bg {
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-switch.for-inverse-mode {
  color: #FFFFFF;
}
.form-control.is-switch.for-inverse-mode:hover .ch-bg, .form-control.is-switch.for-inverse-mode:focus .ch-bg {
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.3);
}
.form-control.is-switch.for-inverse-mode .ch-bg {
  background: rgba(255, 255, 255, 0.5);
}
.form-control.is-switch.for-inverse-mode .ch-btn {
  background: #FFFFFF;
}
.form-control.is-switch.for-inverse-mode .checkbox:checked + .ch-bg {
  background: rgba(0, 0, 0, 0.3);
}
.form-control.is-switch.for-inverse-mode.is-disabled {
  color: rgba(255, 255, 255, 0.7);
}
.form-control.is-switch.for-inverse-mode.is-disabled .ch-bg,
.form-control.is-switch.for-inverse-mode.is-disabled .checkbox:checked + .ch-bg {
  background: rgba(255, 255, 255, 0.3);
}
.form-control.is-switch.for-inverse-mode.is-disabled .ch-btn {
  background: rgba(255, 255, 255, 0.5);
}
.form-control.is-switch.for-inverse-mode.is-disabled:hover .ch-bg, .form-control.is-switch.for-inverse-mode.is-disabled:focus .ch-bg {
  box-shadow: 0 0 0 0 transparent;
}
.form-control.is-switch.is-disabled, .form-control.is-switch.is-disabled > input {
  cursor: not-allowed !important;
}

.is-textarea {
  display: inline-flex;
  flex-direction: column;
  gap: 8rem;
}
.is-textarea, .is-textarea * {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 24rem;
}
.is-textarea > span {
  font-weight: 700;
}
.is-textarea .body {
  display: inline-flex;
  align-items: flex-start;
  align-content: center;
  gap: 8rem;
  height: max-content;
  padding: 12rem 16rem;
  border-width: 1rem;
  border-style: solid;
  border-color: #98A2B3;
  background-color: white;
  border-radius: 6rem;
  width: 100%;
}
.is-textarea .body > span {
  display: flex;
  color: #667085;
}
.is-textarea .body > span * {
  align-self: center;
}
.is-textarea .body:focus {
  outline: none;
  box-shadow: #ADD1FF 0 0 0 4rem;
}
.is-textarea .body:hover {
  border-color: #101828;
}
.is-textarea textarea {
  height: min-content;
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  flex: 1;
}
.is-textarea textarea::placeholder {
  color: #667085;
}
.is-textarea.is-filled .body > span {
  color: #101828;
}
.is-textarea.is-alert .caption-text {
  color: #D92D20;
}
.is-textarea.is-alert .body {
  border-color: #F04438;
}
.is-textarea.is-alert .body .trailing-icon {
  color: #F04438;
}
.is-textarea.is-alert:hover .body {
  border-color: #7A271A;
}
.is-textarea.is-alert:hover .body .leading-icon {
  color: #7A271A;
}
.is-textarea.is-alert.is-filled:hover textarea {
  color: #7A271A;
}
.is-textarea.is-success .body {
  border-color: #12B76A;
}
.is-textarea.is-success .body .trailing-icon {
  color: #12B76A;
}
.is-textarea.is-success:hover .body {
  border-color: #054F31;
}
.is-textarea.is-success:hover .body .leading-icon {
  color: #054F31;
}
.is-textarea.is-success.is-filled:hover textarea {
  color: #054F31;
}
.is-textarea.is-disabled .body, .is-textarea.is-disabled:hover .body, .is-textarea.is-disabled:focus .body {
  border-color: #98A2B3;
}
.is-textarea.is-disabled .body, .is-textarea.is-disabled .body *, .is-textarea.is-disabled:hover .body, .is-textarea.is-disabled:hover .body *, .is-textarea.is-disabled:focus .body, .is-textarea.is-disabled:focus .body * {
  background-color: #F2F4F7;
}
.is-textarea.is-disabled * {
  cursor: not-allowed !important;
}

.list-item.is-default .list-item__title {
  font-weight: 700;
}
.list-item.is-default.as-row {
  margin: 0;
  border-style: solid;
  border-color: #F1F2F4;
}
@media only screen and (max-width: 575px) {
  .list-item.is-default.as-row {
    padding-block: 8rem;
  }
}
@media only screen and (min-width: 576px) {
  .list-item.is-default.as-row {
    padding-block: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .list-item.is-default.as-row {
    padding-block: 12rem;
  }
}

.list-item.is-news {
  display: flex;
  gap: 20rem;
}
.list-item.is-news .list-item__thumb {
  aspect-ratio: 3/2;
  height: max-content;
}
.list-item.is-news .list-item__body {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.list-item.is-news .list-item__body > .list-item__text {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.list-item.is-news .list-item__description {
  color: var(--neutral-light-mode-700, #626F86);
}
.list-item.is-news .attributes {
  color: var(--neutral-light-mode-700, #626F86);
}
@media only screen and (max-width: 575px) {
  .list-item.is-news.as-row {
    flex-direction: column;
  }
  .list-item.is-news.as-row .list-item__thumb img {
    align-self: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .list-item.is-news.as-row .list-item__thumb {
    flex-basis: 160rem;
    min-width: 160rem;
  }
}
.list-item.is-news.as-card {
  flex-direction: column;
}

.list-item.is-partner.as-card {
  display: flex;
  flex-direction: column;
}
.list-item.is-partner.as-card .list-item__thumb {
  order: 1;
  margin-bottom: 20rem;
}
.list-item.is-partner.as-card .list-item__thumb picture,
.list-item.is-partner.as-card .list-item__thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.list-item.is-partner.as-card .list-item__title {
  order: 2;
  margin-bottom: 8rem;
  font-size: 28rem;
  line-height: 36rem;
}
.list-item.is-partner.as-card .tag-list {
  order: 3;
  margin-bottom: 8rem;
}
.list-item.is-partner.as-card .list-item__body {
  order: 4;
}
.list-item.is-partner.as-card nav {
  order: 5;
  margin-top: 20rem;
}

.list-item.is-product {
  display: flex;
  gap: 20rem;
}
.list-item.is-product .list-item__thumb {
  aspect-ratio: 3/2;
  height: max-content;
}
.list-item.is-product .list-item__body {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.list-item.is-product .list-item__body > .list-item__text {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.list-item.is-product .list-item__description {
  color: var(--neutral-light-mode-700, #626F86);
}
.list-item.is-product .attributes {
  color: var(--neutral-light-mode-700, #626F86);
}
@media only screen and (max-width: 575px) {
  .list-item.is-product.as-row {
    flex-direction: column;
  }
  .list-item.is-product.as-row .list-item__thumb img {
    align-self: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .list-item.is-product.as-row .list-item__thumb {
    flex-basis: 160rem;
    min-width: 160rem;
  }
}
.list-item.is-product.as-card {
  flex-direction: column;
}

.list-item.is-search-result.as-row {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  position: relative;
}
.list-item.is-search-result.as-row > * {
  margin: 0;
}
.list-item.is-search-result.as-row > .link-button {
  margin-top: 4rem;
  position: static;
  align-self: baseline;
}

audio {
  width: 100%;
}

picture {
  overflow: hidden;
  transform-style: preserve-3d;
}
picture,
picture img {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  transition: all 0.35s;
  border-radius: var(--radius-2xl, 16rem);
  aspect-ratio: 21/9;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform;
}
picture.is-link:hover img {
  transform: scale(1.05);
}
picture a::after {
  position: absolute;
  z-index: 99;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
picture .overlay {
  display: flex;
  padding: 4px 16px 4px 7px;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 999px;
  background: var(--Component-colors-Alpha-alpha-black-60, rgba(0, 0, 0, 0.6));
  min-height: 37rem;
  backface-visibility: hidden;
  will-change: transform;
}
picture .overlay svg {
  width: 24rem;
  height: 24rem;
  min-width: 24rem;
  min-height: 24rem;
  max-width: 24rem;
  max-height: 24rem;
  display: inline-block;
  position: relative;
  transform: translateZ(0);
}
picture .overlay span {
  color: #E9E5DC;
  font-family: DIN Condensed;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.image figcaption {
  margin-top: 12rem;
}
.image figcaption.is-right {
  text-align: right;
}

video {
  width: 100%;
  aspect-ratio: 16/9;
}

.video.is-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video.is-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  display: grid;
}
.gallery > picture {
  aspect-ratio: 16/9;
}
.gallery > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery.has-2-columns {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.has-2-columns.has-highlighted-photo > picture:nth-child(1) {
  grid-column: 1/3;
}
.gallery.has-3-columns {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.has-3-columns.has-highlighted-photo > picture:nth-child(1) {
  grid-column: 1/4;
}
@media only screen and (max-width: 575px) {
  .gallery.has-2-columns, .gallery.has-3-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.has-2-columns > picture, .gallery.has-3-columns > picture {
    aspect-ratio: 1/1;
  }
  .gallery.has-2-columns.has-highlighted-photo > picture:nth-child(1), .gallery.has-3-columns.has-highlighted-photo > picture:nth-child(1) {
    grid-column: 1/1;
  }
}
@media only screen and (max-width: 575px) {
  .gallery.has-4-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.has-4-columns > picture {
    aspect-ratio: 1/1;
  }
  .gallery.has-4-columns.has-highlighted-photo > picture:nth-child(1) {
    grid-column: 1/1;
  }
}
@media only screen and (min-width: 576px) {
  .gallery.has-4-columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.has-4-columns.has-highlighted-photo > picture:nth-child(1) {
    grid-column: 1/1;
  }
}
@media only screen and (min-width: 992px) {
  .gallery.has-4-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.has-4-columns.has-highlighted-photo > picture:nth-child(1) {
    grid-column: 1/5;
  }
}
@media only screen and (max-width: 575px) {
  .gallery {
    gap: 12rem;
  }
}
@media only screen and (min-width: 576px) {
  .gallery {
    gap: 16rem;
  }
}
@media only screen and (min-width: 992px) {
  .gallery {
    gap: 20rem;
  }
}

header {
  text-transform: uppercase;
}
header .link-button.is-medium {
  font-size: 24rem;
  line-height: 24rem;
}
header .link-button.is-medium small,
header .link-button.is-medium span {
  font-size: 20rem;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48rem;
  padding-bottom: 32rem;
}
header nav {
  display: inline-block;
}

aside {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
}
aside .button-set {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20rem;
}
aside .button-set .box-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.signpost {
  display: grid;
}
@media only screen and (max-width: 575px) {
  .signpost {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .signpost {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .signpost {
    grid-template-columns: repeat(2, 1fr);
    gap: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  .signpost {
    gap: 40rem;
  }
}
@media only screen and (min-width: 1366px) {
  .signpost {
    grid-template-columns: repeat(3, 1fr);
  }
}

.signpost-item {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  transition: background-color 0.2s;
  align-items: stretch;
  position: relative;
  background: #F7F8F9;
}
.signpost-item .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12rem;
}
.signpost-item.is-default .button-set .link-button {
  position: static;
}
.signpost-item.is-default .button-set .link-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.signpost-item.is-default:hover {
  background-color: #F1F2F4;
}
@media only screen and (max-width: 575px) {
  .signpost-item.is-default {
    padding: 28rem;
  }
}
@media only screen and (min-width: 576px) {
  .signpost-item.is-default {
    padding: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .signpost-item.is-default {
    padding: 48rem;
  }
}
.signpost-item.is-background-image {
  position: relative;
  overflow: hidden;
}
.signpost-item.is-background-image picture {
  aspect-ratio: 16/9;
}
.signpost-item.is-background-image .gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
}
.signpost-item.is-background-image .body {
  position: absolute;
  z-index: 60;
  left: 24rem;
  bottom: 24rem;
  right: 24rem;
  color: #FFFFFF;
}

.autocomplete {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0rem 4rem 6rem 0rem rgba(26, 26, 26, 0.06), 0rem 6rem 20rem -2rem rgba(26, 26, 26, 0.14);
  border-radius: 6rem;
  overflow: hidden;
}
.autocomplete ul {
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
.autocomplete.is-default {
  max-height: 240rem;
}
.lightbox {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #F7F8F9;
  align-items: center;
}
.lightbox > .button-set {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lightbox .lightbox__image {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12rem;
  max-height: 100%;
}
.lightbox .lightbox__image picture,
.lightbox .lightbox__image img {
  object-fit: contain;
  width: auto;
}
.lightbox .lightbox__image .button-set.is-paging {
  gap: 12rem;
}
.lightbox .lightbox__image .button-set.is-paging > span {
  color: #202D44;
  font-weight: 700;
}
.lightbox .lightbox__image > .controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lightbox .lightbox__body {
  display: flex;
  max-height: 100%;
}
.lightbox .lightbox__body .lightbox__description h2 {
  margin-bottom: 12rem;
}
.lightbox .lightbox__body .lightbox__description p {
  color: #626F86;
}
@media only screen and (max-width: 575px) {
  .lightbox {
    padding: 48rem 15rem;
  }
  .lightbox .lightbox__image {
    align-items: center;
  }
  .lightbox .lightbox__body {
    gap: 30rem;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  .lightbox {
    padding: 48rem 30rem;
  }
  .lightbox .lightbox__image {
    align-items: center;
  }
  .lightbox .lightbox__body {
    gap: 30rem;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .lightbox .lightbox__image {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .lightbox {
    padding: 64rem 30rem;
  }
  .lightbox .lightbox__body {
    flex-direction: row;
  }
  .lightbox .lightbox__body .lightbox__image {
    order: 1;
    max-height: calc(100vh - 128rem);
  }
  .lightbox .lightbox__body .lightbox__description {
    max-width: 301rem;
    max-height: 580rem;
    padding-right: 24rem;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 1200px) {
  .lightbox .lightbox__body .lightbox__description {
    max-width: 387rem;
    max-height: 456rem;
  }
}
@media only screen and (min-width: 1366px) {
  .lightbox .lightbox__body .lightbox__description {
    max-width: 440rem;
    max-height: 400rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lightbox {
    padding: 64rem 40rem;
  }
  .lightbox .lightbox__body {
    gap: 40rem;
  }
  .lightbox .lightbox__body .lightbox__description {
    max-width: 587rem;
    max-height: 316rem;
  }
}

.menu-item {
  position: relative;
  display: flex;
  column-gap: 8rem;
  align-items: center;
  text-decoration: none;
  padding-block: 12rem;
  padding-inline: 8rem;
  min-width: min-content;
}
.menu-item span {
  font-family: DIN Condensed;
  font-size: 16rem;
  line-height: 24rem;
  display: flex;
}
.menu-item .icon {
  min-width: 24rem;
}
.menu-item .title {
  display: block;
}
.menu-item .description {
  color: #626F86;
  flex: 1;
}
.menu-item:hover {
  cursor: pointer;
}
.menu-item.is-resting {
  background-color: transparent;
  color: #101828;
}
.menu-item.is-resting:hover {
  background-color: #F7F8F9;
}
.menu-item.is-selected {
  background-color: #CCE0FF;
}
.menu-item.is-disabled {
  color: rgb(102, 112, 133);
  cursor: not-allowed;
}
.menu-item.is-disabled, .menu-item.is-disabled:hover {
  background-color: #F2F4F7;
}
.menu-item.is-first {
  border-radius: 6rem 6rem 0 0;
}
.menu-item.is-middle {
  border-radius: 0;
}
.menu-item.is-last {
  border-radius: 0 0 6rem 6rem;
}

.modal {
  position: relative;
  display: flex;
  gap: 16rem;
  padding: 24rem;
  border-radius: 6rem;
  background: #FFFFFF;
  box-shadow: 0rem 4rem 6rem 0rem rgba(26, 26, 26, 0.06), 0rem 6rem 20rem -2rem rgba(26, 26, 26, 0.14);
}
.modal .is-close-button {
  position: absolute;
  top: 0;
  right: 0;
}
.modal > svg {
  min-width: 48rem;
  min-height: 48rem;
}
.modal .controls {
  margin-top: 40rem;
  display: flex;
  gap: 20rem;
}
.modal.is-vertical {
  flex-direction: column;
  width: 360rem;
}
.modal.is-vertical .body .controls {
  flex-direction: column;
}
.modal.is-vertical .body .controls .button-set {
  order: -1;
  display: flex;
  gap: 20rem;
}
.modal.is-vertical .body .controls .button-set > * {
  display: flex;
  width: 100%;
  justify-content: center;
}
.modal.is-horizontal {
  width: 842rem;
}
.modal.is-horizontal .body .controls {
  align-items: center;
  justify-content: space-between;
}
.modal.is-horizontal .body .controls .button-set {
  gap: 12rem;
}

nav.is-menu.for-mobile {
  display: flex;
  flex-direction: column;
  padding: 48rem;
  background-color: #E9F2FF;
  position: relative;
  min-height: 100vh;
}
nav.is-menu.for-mobile .icon-button:hover {
  background-color: transparent;
}
nav.is-menu.for-mobile > .icon-button {
  position: absolute;
  right: 0;
  top: 0;
}
nav.is-menu.for-mobile .button-set {
  margin-top: 24rem;
  gap: 0;
  margin-left: -12rem;
  flex-wrap: nowrap;
}
nav.is-menu.for-mobile ul {
  display: flex;
  flex-direction: column;
}
nav.is-menu.for-mobile li .link-button {
  display: flex;
}
nav.is-menu.for-mobile li .link-button::after {
  content: "";
  height: 48rem;
  left: 0;
  width: 100%;
  position: absolute;
  margin-top: -12rem;
}
nav.is-menu.for-mobile li .link-button span::after {
  display: none;
}
nav.is-menu.for-mobile li .link-button:not(.is-opened) {
  color: black;
}
nav.is-menu.for-mobile > ul {
  row-gap: 34rem;
}
nav.is-menu.for-mobile > ul > li > .is-submenu {
  row-gap: 28rem;
  padding-top: 24rem;
  display: none;
}
nav.is-menu.for-mobile > ul > li > .is-submenu > li {
  padding-left: 20rem;
}
nav.is-menu.for-mobile > ul > li.is-opened {
  display: flex;
  flex-direction: column;
}
nav.is-menu.for-mobile > ul > li.is-opened, nav.is-menu.for-mobile > ul > li.is-opened .link-button {
  color: #006AFF;
}
nav.is-menu.for-mobile > ul > li.is-opened .link-button svg {
  transform: rotate(180deg);
}
nav.is-menu.for-mobile > ul > li.is-opened > ul.is-submenu {
  display: flex;
}

nav.is-submenu.for-desktop {
  padding: 24rem;
  background-color: #FFFFFF;
  box-shadow: 0rem 4rem 6rem 0rem rgba(26, 26, 26, 0.06), 0rem 6rem 20rem -2rem rgba(26, 26, 26, 0.14);
  width: max-content;
  display: none;
  position: absolute;
  margin-top: 16rem;
  top: auto;
  z-index: 9999;
}
.hover nav.is-submenu.for-desktop {
  display: block;
}
nav.is-submenu.for-desktop > ul {
  display: grid;
  column-gap: 64rem;
  row-gap: 40rem;
  margin: auto;
  max-width: max-content;
  align-items: baseline;
  grid-template-columns: repeat(3, 226rem);
}
nav.is-submenu.for-desktop > ul li {
  padding: 24rem;
  width: 226rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  color: rgb(52, 64, 84);
}
nav.is-submenu.for-desktop > ul li:hover {
  background: #F7F8F9;
}
nav.is-submenu.for-desktop > ul li .link-button {
  position: static;
  white-space: nowrap;
}
nav.is-submenu.for-desktop > ul li .link-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

section, section.is-default {
  background-color: transparent;
}
section.is-darker {
  background-color: #F2F4F7;
}

.accordion h2 {
  margin-bottom: 20rem;
}

.section-hero {
  display: flex;
  width: 100%;
  height: auto;
}
.section-hero > * {
  flex-basis: 50%;
}
.section-hero .section-hero__body {
  width: 100%;
}
.section-hero .section-hero__body .text-content {
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .section-hero .section-hero__body .button-set,
  .section-hero .section-hero__body .form {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero .section-hero__body .button-set,
  .section-hero .section-hero__body .form {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero .section-hero__body .button-set,
  .section-hero .section-hero__body .form {
    margin-block: 40rem;
  }
}
.section-hero .section-hero__body .button-set {
  display: flex;
}
.section-hero .section-hero__body .form {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.section-hero .section-hero__body .form .form-control.is-input {
  width: min(348rem);
}
@media only screen and (max-width: 991px) {
  .section-hero .section-hero__body .form .form-control.is-input {
    width: 100%;
  }
}
.section-hero .section-hero__body > *:first-child {
  margin-top: 0 !important;
}
.section-hero .section-hero__body > *:last-child {
  margin-bottom: 0 !important;
}
.section-hero.is-background-image, .section-hero.is-split-form-with-background-image {
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.section-hero.is-background-image .section-hero__image, .section-hero.is-split-form-with-background-image .section-hero__image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.section-hero.is-background-image .section-hero__image picture, .section-hero.is-split-form-with-background-image .section-hero__image picture {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.section-hero.is-background-image .section-hero__image picture img, .section-hero.is-split-form-with-background-image .section-hero__image picture img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.section-hero.is-background-image .section-hero__body,
.section-hero.is-background-image .section-hero__form, .section-hero.is-split-form-with-background-image .section-hero__body,
.section-hero.is-split-form-with-background-image .section-hero__form {
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .section-hero.is-split-image {
    flex-direction: column;
  }
  .section-hero.is-split-image .section-hero__body {
    padding-block: 40rem;
  }
  .section-hero.is-split-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .button-set > * {
    flex: 1;
    justify-content: center;
  }
  .section-hero.is-split-image .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-image .section-hero__body > .form .form-control {
    min-width: 100%;
  }
  .section-hero.is-split-image .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-split-image {
    flex-direction: column;
  }
  .section-hero.is-split-image .section-hero__body {
    padding-block: 40rem;
  }
  .section-hero.is-split-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .button-set > * {
    flex: 1;
    justify-content: center;
  }
  .section-hero.is-split-image .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-image .section-hero__body > .form .form-control {
    min-width: 100%;
  }
  .section-hero.is-split-image .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-image .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
  .section-hero.is-split-image .section-hero__image {
    max-width: 330rem;
    align-self: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-split-image .section-hero__body > .form {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    align-items: baseline;
  }
  .section-hero.is-split-image .section-hero__body > .form .form-control {
    min-width: auto;
  }
  .section-hero.is-split-image .section-hero__body > .form .button-set {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero.is-split-image {
    flex-direction: row;
    gap: 48rem;
  }
  .section-hero.is-split-image .section-hero__image {
    max-width: 100%;
  }
  .section-hero.is-split-image .section-hero__body {
    padding-block: 0;
  }
  .section-hero.is-split-image .section-hero__body > .button-set {
    width: auto;
  }
  .section-hero.is-split-image .section-hero__body > .button-set > * {
    max-width: max-content;
    flex: auto;
  }
  .section-hero.is-split-image .section-hero__body > .form {
    width: 100%;
  }
  .section-hero.is-split-image .section-hero__body > .form .form-control {
    min-width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero.is-split-image {
    gap: 64rem;
  }
  .section-hero.is-split-image .section-hero__body h1 {
    margin-top: 12rem;
    margin-bottom: 20rem;
  }
  .section-hero.is-split-image .section-hero__body > .button-set {
    width: auto;
    margin-block: 40rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero.is-split-form {
    flex-direction: column;
  }
  .section-hero.is-split-form .section-hero__body {
    padding-block: 40rem;
  }
  .section-hero.is-split-form .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-form .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .button-set > * {
    flex: 1;
    justify-content: center;
  }
  .section-hero.is-split-form .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-form .section-hero__body > .form .form-control {
    min-width: 100%;
  }
  .section-hero.is-split-form .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
  .section-hero.is-split-form .section-hero__form {
    width: 100%;
    align-self: center;
  }
  .section-hero.is-split-form .section-hero__form form {
    padding-block: 32rem;
    border-radius: 6rem;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-split-form {
    flex-direction: column;
  }
  .section-hero.is-split-form .section-hero__body {
    padding-block: 40rem;
  }
  .section-hero.is-split-form .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-form .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .button-set > * {
    flex: 1;
    justify-content: center;
  }
  .section-hero.is-split-form .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-form .section-hero__body > .form .form-control {
    min-width: 100%;
  }
  .section-hero.is-split-form .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-form .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
  .section-hero.is-split-form .section-hero__form {
    width: 100%;
    align-self: center;
    background: #F1F2F4;
    border-radius: 12rem;
  }
  .section-hero.is-split-form .section-hero__form,
  .section-hero.is-split-form .section-hero__form form {
    padding: 32rem;
  }
  .section-hero.is-split-form .section-hero__form form {
    border-radius: 6rem;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-split-form .section-hero__body > .form {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    align-items: baseline;
    width: 100%;
  }
  .section-hero.is-split-form .section-hero__body > .form .form-control {
    min-width: auto;
  }
  .section-hero.is-split-form .section-hero__body > .form .button-set {
    width: auto;
    margin: 0;
  }
  .section-hero.is-split-form .section-hero__body > .button-set {
    width: auto;
  }
  .section-hero.is-split-form .section-hero__body > .button-set > * {
    flex: 0;
    min-width: max-content;
  }
  .section-hero.is-split-form .section-hero__form {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero.is-split-form {
    flex-direction: row;
    gap: 48rem;
  }
  .section-hero.is-split-form .section-hero__form {
    max-width: 100%;
  }
  .section-hero.is-split-form .section-hero__body {
    padding-block: 0;
  }
  .section-hero.is-split-form .section-hero__body > .button-set {
    width: auto;
    max-width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero.is-split-form {
    gap: 64rem;
  }
  .section-hero.is-split-form .section-hero__body h1 {
    margin-top: 12rem;
    margin-bottom: 20rem;
  }
  .section-hero.is-split-form .section-hero__body > .button-set {
    margin-block: 40rem;
  }
  .section-hero.is-split-form .section-hero__form,
  .section-hero.is-split-form .section-hero__form form {
    padding: 40rem;
  }
}
@media only screen and (min-width: 1366px) {
  .section-hero.is-split-form .section-hero__form,
  .section-hero.is-split-form .section-hero__form form {
    padding: 64rem;
  }
}
.section-hero.is-background-image .section-hero__body {
  background: #E9F2FF;
}
@media only screen and (max-width: 575px) {
  .section-hero.is-background-image {
    flex-direction: column;
    padding-block: 40rem;
    padding-inline: 15rem;
  }
  .section-hero.is-background-image .section-hero__body {
    padding: 24rem;
  }
  .section-hero.is-background-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-background-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 20rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set > * {
    width: 100%;
    justify-content: center;
  }
  .section-hero.is-background-image .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-background-image .section-hero__body > .form .form-control {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-background-image .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-background-image .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-background-image {
    flex-direction: column;
    padding-block: 40rem;
    padding-inline: 15rem;
  }
  .section-hero.is-background-image .section-hero__body {
    padding: 32rem;
  }
  .section-hero.is-background-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-background-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 12rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set > * {
    justify-content: center;
  }
  .section-hero.is-background-image .section-hero__body > .form {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12rem;
  }
  .section-hero.is-background-image .section-hero__body > .form .button-set {
    display: flex;
    width: auto;
    margin: 0;
  }
  .section-hero.is-background-image .section-hero__image {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-background-image {
    padding-block: 40rem;
    padding-inline: 60rem;
  }
  .section-hero.is-background-image .section-hero__body > .form {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    align-items: baseline;
  }
  .section-hero.is-background-image .section-hero__body > .form .form-control {
    min-width: auto;
  }
  .section-hero.is-background-image .section-hero__body > .form .button-set {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero.is-background-image {
    padding-inline: 80rem;
    flex-direction: row;
    gap: 48rem;
  }
  .section-hero.is-background-image .section-hero__image {
    max-width: 100%;
  }
  .section-hero.is-background-image .section-hero__body {
    max-width: 466rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set {
    width: auto;
  }
  .section-hero.is-background-image .section-hero__body > .button-set > * {
    flex: 0;
    min-width: max-content;
  }
  .section-hero.is-background-image .section-hero__body > .form {
    width: 100%;
  }
  .section-hero.is-background-image .section-hero__body > .form .form-control {
    min-width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero.is-background-image {
    padding-block: 80rem;
    padding-inline: 95rem;
    gap: 64rem;
  }
  .section-hero.is-background-image .section-hero__body {
    padding: 48rem;
    max-width: 540rem;
  }
  .section-hero.is-background-image .section-hero__body h1 {
    margin-top: 12rem;
    margin-bottom: 20rem;
  }
  .section-hero.is-background-image .section-hero__body > .button-set {
    width: auto;
    margin-block: 40rem;
  }
}
@media only screen and (min-width: 1366px) {
  .section-hero.is-background-image {
    padding-inline: 110rem;
  }
  .section-hero.is-background-image .section-hero__body {
    min-width: 740rem;
    max-width: 740rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero.is-split-form-with-background-image {
    flex-direction: column;
    padding-block: 32rem;
    padding-inline: 15rem;
    gap: 40rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__image {
    display: none;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body {
    min-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 20rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set > * {
    width: 100%;
    justify-content: center;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .form-control {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form {
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(26, 26, 26, 0.06), 0px 6px 20px -2px rgba(26, 26, 26, 0.14);
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control.is-input input[type=text], .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control.is-input input[type=password] {
    width: 100%;
  }
  .section-hero.is-split-form-with-background-image.for-dark-mode .section-hero__body .text-content > *:not(.is-subheading) {
    color: initial;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-split-form-with-background-image {
    flex-direction: column;
    padding-block: 32rem;
    padding-inline: 15rem;
    gap: 40rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__image {
    display: none;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body {
    min-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body .is-subheading {
    margin: 0;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body h1 {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set {
    width: 100%;
    margin-block: 20rem;
    gap: 20rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set > * {
    width: 100%;
    justify-content: center;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set {
    width: auto;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set > * {
    flex: 1;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form {
    display: block;
    width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .form-control {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .button-set {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 12rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .button-set > * {
    min-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form {
    max-width: 510rem;
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(26, 26, 26, 0.06), 0px 6px 20px -2px rgba(26, 26, 26, 0.14);
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control {
    min-width: 100%;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control.is-input input[type=text], .section-hero.is-split-form-with-background-image .section-hero__form .form .form-control.is-input input[type=password] {
    width: 100%;
  }
  .section-hero.is-split-form-with-background-image.for-dark-mode .section-hero__body .text-content > *:not(.is-subheading) {
    color: initial;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-split-form-with-background-image {
    padding-block: 40rem;
    padding-inline: 60rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set {
    width: auto;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set > * {
    flex: 0;
    min-width: max-content;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    align-items: baseline;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .form-control {
    min-width: auto;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .form .button-set {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero.is-split-form-with-background-image {
    padding-inline: 80rem;
    flex-direction: row;
    gap: 48rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__image {
    display: initial;
    max-width: 100%;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body {
    min-width: auto;
    max-width: 466rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form {
    min-width: auto;
  }
  .section-hero.is-split-form-with-background-image.for-dark-mode .section-hero__body .text-content > *:not(.is-subheading) {
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero.is-split-form-with-background-image {
    padding-block: 80rem;
    padding-inline: 95rem;
    gap: 64rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body {
    max-width: 540rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body h1 {
    margin-top: 12rem;
    margin-bottom: 20rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body > .button-set {
    width: auto;
    margin-block: 40rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form {
    padding: 64rem;
  }
}
@media only screen and (min-width: 1366px) {
  .section-hero.is-split-form-with-background-image {
    padding-inline: 160rem;
    gap: 64rem;
  }
}
@media only screen and (min-width: 1680px) {
  .section-hero.is-split-form-with-background-image {
    align-items: center;
    justify-content: center;
  }
  .section-hero.is-split-form-with-background-image .section-hero__body {
    flex-basis: 728rem;
    max-width: 728rem;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form {
    display: flex;
    flex-basis: 728rem;
    max-width: 728rem;
    justify-content: center;
  }
  .section-hero.is-split-form-with-background-image .section-hero__form .form {
    max-width: 612rem;
  }
}
.section-hero.is-article {
  flex-direction: column;
  gap: 40rem;
}
.section-hero.is-article .text-content {
  display: none;
}
.section-hero.is-article .section-hero__body {
  max-width: 730rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.section-hero.is-article .section-hero__image {
  flex-basis: 100%;
  width: 100%;
  overflow: hidden;
  order: -1;
}
.section-hero.is-article .section-hero__image picture,
.section-hero.is-article .section-hero__image figure,
.section-hero.is-article .section-hero__image .image,
.section-hero.is-article .section-hero__image img {
  object-fit: cover;
  border-radius: 0 0 20rem 20rem;
}
@media only screen and (max-width: 575px) {
  .section-hero.is-article .section-hero__image picture,
  .section-hero.is-article .section-hero__image figure,
  .section-hero.is-article .section-hero__image .image,
  .section-hero.is-article .section-hero__image img {
    max-height: 186rem;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-article .section-hero__image picture,
  .section-hero.is-article .section-hero__image figure,
  .section-hero.is-article .section-hero__image .image,
  .section-hero.is-article .section-hero__image img {
    max-height: 186rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-article .section-hero__image picture,
  .section-hero.is-article .section-hero__image figure,
  .section-hero.is-article .section-hero__image .image,
  .section-hero.is-article .section-hero__image img {
    max-height: 312rem;
  }
}
.section-hero.is-centered {
  flex-direction: column;
  position: relative;
  border-radius: 0;
}
.section-hero.is-centered .section-hero__body {
  margin-inline: auto;
}
.section-hero.is-centered .section-hero__body > .text-content h1 {
  font-weight: 700;
}
.section-hero.is-centered .section-hero__body > .button-set {
  gap: 12rem;
}
@media only screen and (max-width: 575px) {
  .section-hero.is-centered {
    padding: 32rem 15rem 16rem 15rem;
  }
  .section-hero.is-centered .section-hero__image {
    display: none;
  }
  .section-hero.is-centered .section-hero__body {
    display: block;
    position: relative;
    min-height: fit-content;
    max-width: 330rem;
  }
  .section-hero.is-centered .section-hero__body .text-content h1,
  .section-hero.is-centered .section-hero__body .text-content p {
    color: #202D44;
  }
}
@media only screen and (min-width: 576px) {
  .section-hero.is-centered {
    padding: 32rem 15rem 16rem 15rem;
  }
  .section-hero.is-centered .section-hero__image {
    display: none;
  }
  .section-hero.is-centered .section-hero__body {
    display: block;
    position: relative;
    min-height: fit-content;
    max-width: 510rem;
  }
  .section-hero.is-centered .section-hero__body .text-content h1,
  .section-hero.is-centered .section-hero__body .text-content p {
    color: #202D44;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero.is-centered .section-hero__body {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero.is-centered {
    padding: 0;
  }
  .section-hero.is-centered .section-hero__body {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1024rem;
    height: 624rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-inline: auto;
  }
  .section-hero.is-centered .section-hero__body > .text-content {
    align-self: center;
    white-space: normal;
    margin-inline: auto;
    text-align: center;
    max-width: 740rem;
  }
  .section-hero.is-centered .section-hero__body > .text-content h1,
  .section-hero.is-centered .section-hero__body > .text-content p {
    color: #FFFFFF;
    margin-inline: auto;
  }
  .section-hero.is-centered .section-hero__image {
    display: block;
    width: 100%;
    height: 624rem;
  }
  .section-hero.is-centered .section-hero__image picture,
  .section-hero.is-centered .section-hero__image figure,
  .section-hero.is-centered .section-hero__image .image,
  .section-hero.is-centered .section-hero__image img {
    border-radius: 0;
    width: 100%;
    height: 624rem;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero.is-centered .section-hero__body > .text-content {
    max-width: 100%;
  }
}
.section-hero.for-dark-mode:not(.is-background-image, .is-split-form-with-background-image) .is-subheading {
  color: #85B8FF;
}
.section-hero.for-dark-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h1,
.section-hero.for-dark-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h2,
.section-hero.for-dark-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h3 {
  color: #DEE4EA;
}
.section-hero.for-dark-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body p:not(.is-subheading) {
  color: #FFFFFF;
}
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) p {
  color: rgba(255, 255, 255, 0.7);
}
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) .is-subheading {
  color: #FFFFFF;
}
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h1,
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h2,
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body h3 {
  color: #FFFFFF;
}
.section-hero.for-inverse-mode:not(.is-background-image, .is-split-form-with-background-image) .section-hero__body p:not(.is-subheading) {
  color: rgba(255, 255, 255, 0.7);
}

.zig-zag {
  width: 100%;
  display: flex;
}
.zig-zag .zig-zag__body {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.zig-zag .zig-zag__body .text-content h1,
.zig-zag .zig-zag__body .text-content h2,
.zig-zag .zig-zag__body .text-content h3 {
  margin-bottom: 12rem;
}
.zig-zag .zig-zag__body .text-content p {
  color: #626F86;
}
.zig-zag .zig-zag__body .button-set {
  gap: 12rem;
}
@media only screen and (max-width: 575px) {
  .zig-zag {
    flex-direction: column;
    gap: 40rem;
  }
  .zig-zag .zig-zag__image {
    order: 2;
  }
  .zig-zag .zig-zag__body {
    order: 1;
  }
}
@media only screen and (min-width: 576px) {
  .zig-zag {
    flex-direction: column;
    gap: 40rem;
  }
  .zig-zag .zig-zag__image {
    order: 2;
    max-width: 330rem;
    align-self: center;
  }
  .zig-zag .zig-zag__body {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .zig-zag {
    flex-direction: row;
    column-gap: 48rem;
  }
  .zig-zag > * {
    flex: 1;
  }
  .zig-zag .zig-zag__image {
    max-width: 100%;
    align-self: auto;
  }
  .zig-zag.with-image-left .zig-zag__image {
    order: 1;
  }
  .zig-zag.with-image-left .zig-zag__body {
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .zig-zag {
    gap: 96rem;
  }
}
.zig-zag.has-content-aligned-to-top {
  align-items: flex-start;
}
.zig-zag.has-content-aligned-to-center {
  align-items: center;
}
.zig-zag.has-content-aligned-to-bottom {
  align-items: flex-end;
}

/*	==========================================================================
   	Fonts
   	========================================================================== */
/*	==========================================================================
   	Links
   	========================================================================== */
/*	==========================================================================
   	Buttons
   	========================================================================== */
@font-face {
  font-family: "DIN Condensed";
  src: url("/Assets/font/subset-DINCondensed-Regular.eot?");
  src: url("/Assets/font/subset-DINCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/Assets/font/subset-DINCondensed-Regular.woff2") format("woff2"), url("/Assets/font/subset-DINCondensed-Regular.woff") format("woff"), url("/Assets/font/subset-DINCondensed-Regular.ttf") format("truetype"), url("/Assets/font/subset-DINCondensed-Regular.svg#DINCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Condensed";
  src: url("/Assets/font/subset-DINCondensed-Light.eot?");
  src: url("/Assets/font/subset-DINCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/Assets/font/subset-DINCondensed-Light.woff2") format("woff2"), url("/Assets/font/subset-DINCondensed-Light.woff") format("woff"), url("/Assets/font/subset-DINCondensed-Light.ttf") format("truetype"), url("/Assets/font/subset-DINCondensed-Light.svg#DINCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3,
h4,
p,
span,
div,
ul,
ol,
li,
dl,
dt,
dd,
form,
article,
section {
  font-family: "DIN Condensed";
}

p.is-subheading {
  color: #006AFF;
  font-style: normal;
  font-weight: 700;
}

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

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

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

@media only screen and (max-width: 575px) {
  .is-display1 {
    font-size: 48rem;
    line-height: 64rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display1 {
    font-size: 48rem;
    line-height: 64rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display1 {
    font-size: 90rem;
    line-height: 112rem;
  }
}

@media only screen and (max-width: 575px) {
  .is-display2 {
    font-size: 40rem;
    line-height: 52rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display2 {
    font-size: 40rem;
    line-height: 52rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display2 {
    font-size: 67rem;
    line-height: 80rem;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .is-headline1 {
    font-size: 33rem;
    line-height: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  h1,
  .is-headline1 {
    font-size: 33rem;
    line-height: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
  .is-headline1 {
    font-size: 51rem;
    line-height: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  h2,
  .is-headline2 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
@media only screen and (min-width: 576px) {
  h2,
  .is-headline2 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
  .is-headline2 {
    font-size: 38rem;
    line-height: 52rem;
  }
}

@media only screen and (max-width: 575px) {
  h3,
  .is-headline3 {
    font-size: 23rem;
    line-height: 28rem;
  }
}
@media only screen and (min-width: 576px) {
  h3,
  .is-headline3 {
    font-size: 23rem;
    line-height: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  h3,
  .is-headline3 {
    font-size: 28rem;
    line-height: 36rem;
  }
}

@media only screen and (max-width: 575px) {
  h4,
  .is-headline4 {
    font-size: 19rem;
    line-height: 24rem;
  }
}
@media only screen and (min-width: 576px) {
  h4,
  .is-headline4 {
    font-size: 19rem;
    line-height: 24rem;
  }
}
@media only screen and (min-width: 1200px) {
  h4,
  .is-headline4 {
    font-size: 21rem;
    line-height: 28rem;
  }
}

h1 .link,
h2 .link,
h3 .link,
h4 .link {
  color: inherit !important;
}

@media only screen and (max-width: 575px) {
  .is-display {
    font-size: 48rem;
    line-height: 60rem;
  }
}
@media only screen and (min-width: 576px) {
  .is-display {
    font-size: 48rem;
    line-height: 60rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-display {
    font-size: 64rem;
    line-height: 80rem;
    letter-spacing: -2%;
  }
}

.is-body-lg, .is-body-lg > * {
  font-size: 18px;
  line-height: 28px;
}

.is-body-md, .is-body-md > * {
  font-size: 16px;
  line-height: 28px;
}

.is-body-sm, .is-body-sm > * {
  font-size: 14px;
  line-height: 20px;
}

.is-body-xs, .is-body-xs > * {
  font-size: 12px;
  line-height: 16px;
}

section,
header,
footer {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  section,
  header,
  footer {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section,
  header,
  footer {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section,
  header,
  footer {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section,
  header,
  footer {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section,
  header,
  footer {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section,
  header,
  footer {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section,
  header,
  footer {
    max-width: 1520rem;
  }
}
section .wrapper,
header .wrapper,
footer .wrapper {
  width: 100%;
  max-width: 100%;
}
section.is-fullwidth,
header.is-fullwidth,
footer.is-fullwidth {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 32rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.with-margin .wrapper,
  header.with-margin .wrapper,
  footer.with-margin .wrapper {
    padding-inline: 32rem;
  }
}
section.has-wide-content .wrapper,
header.has-wide-content .wrapper,
footer.has-wide-content .wrapper {
  margin-inline: auto;
}
@media only screen and (max-width: 575px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.has-wide-content .wrapper,
  header.has-wide-content .wrapper,
  footer.has-wide-content .wrapper {
    max-width: 1520rem;
  }
}
section.has-narrow-content .wrapper,
header.has-narrow-content .wrapper,
footer.has-narrow-content .wrapper {
  margin-inline: auto;
}
@media only screen and (max-width: 575px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 330rem;
  }
}
@media only screen and (min-width: 576px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 510rem;
  }
}
@media only screen and (min-width: 768px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 690rem;
  }
}
@media only screen and (min-width: 992px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 930rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1110rem;
  }
}
@media only screen and (min-width: 1366px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1290rem;
  }
}
@media only screen and (min-width: 1680px) {
  section.has-narrow-content .wrapper,
  header.has-narrow-content .wrapper,
  footer.has-narrow-content .wrapper {
    max-width: 1520rem;
  }
}
section.has-narrow-content .wrapper > *,
header.has-narrow-content .wrapper > *,
footer.has-narrow-content .wrapper > * {
  max-width: 740rem;
}
section.has-centered-content .wrapper > *,
header.has-centered-content .wrapper > *,
footer.has-centered-content .wrapper > * {
  margin-inline: auto;
}

@media only screen and (max-width: 575px) {
  .has-medium-top-padding {
    padding-top: 32rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-medium-top-padding {
    padding-top: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-medium-top-padding {
    padding-top: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-large-top-padding {
    padding-top: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-large-top-padding {
    padding-top: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-large-top-padding {
    padding-top: 80rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-medium-bottom-padding {
    padding-bottom: 32rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-medium-bottom-padding {
    padding-bottom: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-medium-bottom-padding {
    padding-bottom: 64rem;
  }
}

@media only screen and (max-width: 575px) {
  .has-large-bottom-padding {
    padding-bottom: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .has-large-bottom-padding {
    padding-bottom: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .has-large-bottom-padding {
    padding-bottom: 80rem;
  }
}

.has-content-aligned-to-top {
  align-items: start;
}

.has-content-aligned-to-center {
  align-items: center;
}

.has-content-aligned-to-bottom {
  align-items: end;
}

@media only screen and (max-width: 575px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (min-width: 576px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: -96rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .has-bottom-overlap.section-hero, .has-bottom-overlap.filter {
    margin-bottom: -136rem !important;
  }
}

.body-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
  animation: animBg 1s ease;
  background-repeat: no-repeat;
  background-position: center 80rem;
  background-size: 100% auto;
  animation-fill-mode: forwards;
}
.is-cookies-settings-open .body-bg-image {
  background-image: none !important;
}

@keyframes animBg {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > div.text-content, section:not(.is-announcement) > .wrapper > .section-body > .space,
.box > .wrapper > div.text-content,
.box > .wrapper > .space,
.accordion-item__body > div.text-content,
.accordion-item__body > .space,
.box__body > div.text-content,
.box__body > .space,
.grid-column > div.text-content,
.grid-column > .space {
  margin-block: 0;
}
@media only screen and (max-width: 575px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
}
@media only screen and (min-width: 576px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6),
  .grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6) {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.box > .wrapper > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.accordion-item__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.box__body > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins,
.grid-column > *:not(hr, nav.button-set, div.feature.is-horizontal, div.text-content, div.space, p, h1, h2, h3, h4, h5, h6).has-no-margins {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  section:not(.is-announcement) > .wrapper > .section-body > nav.button-set, section:not(.is-announcement) > .wrapper > .section-body > div.feature.is-horizontal,
  .box > .wrapper > nav.button-set,
  .box > .wrapper > div.feature.is-horizontal,
  .accordion-item__body > nav.button-set,
  .accordion-item__body > div.feature.is-horizontal,
  .box__body > nav.button-set,
  .box__body > div.feature.is-horizontal,
  .grid-column > nav.button-set,
  .grid-column > div.feature.is-horizontal {
    margin-block: 20rem;
  }
}
section:not(.is-announcement) > .wrapper > .section-body > .text-content + *:not(hr, .space, .column-layout),
.box > .wrapper > .text-content + *:not(hr, .space, .column-layout),
.accordion-item__body > .text-content + *:not(hr, .space, .column-layout),
.box__body > .text-content + *:not(hr, .space, .column-layout),
.grid-column > .text-content + *:not(hr, .space, .column-layout) {
  margin-top: 24rem;
}
section:not(.is-announcement) > .wrapper > .section-body > hr.is-small,
.box > .wrapper > hr.is-small,
.accordion-item__body > hr.is-small,
.box__body > hr.is-small,
.grid-column > hr.is-small {
  margin-block: 48rem;
}
section:not(.is-announcement) > .wrapper > .section-body > *:first-child,
.box > .wrapper > *:first-child,
.accordion-item__body > *:first-child,
.box__body > *:first-child,
.grid-column > *:first-child {
  margin-top: 0 !important;
}
section:not(.is-announcement) > .wrapper > .section-body > *:last-child,
.box > .wrapper > *:last-child,
.accordion-item__body > *:last-child,
.box__body > *:last-child,
.grid-column > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 48rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 48rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h1, .text-content > .is-headline1 {
    margin-top: 64rem;
    margin-bottom: 28rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 40rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 40rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h2, .text-content > .is-headline2 {
    margin-top: 52rem;
    margin-bottom: 24rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h3, .text-content > .is-headline3 {
    margin-top: 36rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 28rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 576px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 28rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-content > h4, .text-content > .is-headline4 {
    margin-top: 32rem;
    margin-bottom: 12rem;
  }
}
.text-content > .is-body-lg {
  margin-bottom: 24rem;
}
.text-content > .is-body-md, .text-content > p {
  margin-bottom: 20rem;
}
.text-content > .is-body-sm {
  margin-bottom: 16rem;
}
.text-content > .is-body-xs {
  margin-bottom: 16rem;
}
.text-content *:first-child {
  margin-top: 0;
}
.text-content *:last-child {
  margin-bottom: 0;
}
.text-content *:only-child {
  margin-block: 0;
}

.list-item__thumb {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

:root {
  font-size: 1px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #182233;
}
@media only screen and (min-width: 1920px) {
  :root {
    font-size: calc(1px + (1.5 - 1) * (100vw - 1920px) / (3840 - 1920));
  }
}

p,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Inter";
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

a, a *,
button,
button *,
input,
input * {
  font-family: "DIN Condensed";
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

p,
div,
a,
span,
ul,
ol,
li {
  font-size: 17rem;
  line-height: 28rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

summary {
  display: block;
  /* works in firefox */
  list-style: none;
  /* works in firefox */
}

summary::after {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.hide {
  display: none !important;
}

.text-content p + p, .text-content p + ul, .text-content p + ol, .text-content p + address, .text-content p + table, .text-content p + nav,
.text-content ul + p,
.text-content ul + ul,
.text-content ul + ol,
.text-content ul + address,
.text-content ul + table,
.text-content ul + nav,
.text-content ol + p,
.text-content ol + ul,
.text-content ol + ol,
.text-content ol + address,
.text-content ol + table,
.text-content ol + nav,
.text-content address + p,
.text-content address + ul,
.text-content address + ol,
.text-content address + address,
.text-content address + table,
.text-content address + nav,
.text-content table + p,
.text-content table + ul,
.text-content table + ol,
.text-content table + address,
.text-content table + table,
.text-content table + nav,
.text-content nav + p,
.text-content nav + ul,
.text-content nav + ol,
.text-content nav + address,
.text-content nav + table,
.text-content nav + nav {
  margin-top: 12rem;
}
.text-content p + h2, .text-content p + .h2, .text-content p + h3, .text-content p + .h3,
.text-content ul + h2,
.text-content ul + .h2,
.text-content ul + h3,
.text-content ul + .h3,
.text-content ol + h2,
.text-content ol + .h2,
.text-content ol + h3,
.text-content ol + .h3,
.text-content address + h2,
.text-content address + .h2,
.text-content address + h3,
.text-content address + .h3,
.text-content table + h2,
.text-content table + .h2,
.text-content table + h3,
.text-content table + .h3,
.text-content nav + h2,
.text-content nav + .h2,
.text-content nav + h3,
.text-content nav + .h3 {
  margin-top: 20rem;
}
.text-content h2 + p, .text-content h2 + ul, .text-content h2 + ol, .text-content h2 + address, .text-content h2 + table, .text-content h2 + nav,
.text-content .h2 + p,
.text-content .h2 + ul,
.text-content .h2 + ol,
.text-content .h2 + address,
.text-content .h2 + table,
.text-content .h2 + nav,
.text-content h3 + p,
.text-content h3 + ul,
.text-content h3 + ol,
.text-content h3 + address,
.text-content h3 + table,
.text-content h3 + nav,
.text-content .h3 + p,
.text-content .h3 + ul,
.text-content .h3 + ol,
.text-content .h3 + address,
.text-content .h3 + table,
.text-content .h3 + nav {
  margin-top: 8rem;
}
.text-content a {
  font-size: 1em;
  text-underline-offset: 3rem;
  color: #0C66E4;
}
.text-content a:hover {
  text-decoration: none;
}
.text-content ol {
  counter-reset: main-counter;
  list-style-type: none;
  padding-left: 0;
}
.text-content ol > li {
  counter-increment: main-counter;
  padding-left: 25rem;
  position: relative;
}
.text-content ol > li:before {
  content: counter(main-counter, decimal) ".";
  display: inline-block;
  width: 25rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.text-content ol ol,
.text-content ol ul {
  margin-left: 16rem;
}
.text-content ol ol > li {
  list-style-type: none;
  padding-left: 24rem;
}
.text-content ol ol > li:before {
  content: counter(main-counter, lower-alpha) ")";
  display: inline-block;
  width: 25rem;
  text-align: center;
}
.text-content ul {
  list-style-type: none;
  padding-left: 0;
}
.text-content ul > li {
  list-style-type: none;
  padding-left: 20rem;
  position: relative;
}
.text-content ul > li:before {
  content: "●";
  display: inline-block;
  width: 20rem;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.text-content ul ul,
.text-content ul ol {
  margin-left: 20rem;
}
.text-content ul ul > li {
  list-style-type: none;
  padding-left: 20rem;
}
.text-content ul ul > li:before {
  content: "●";
  display: inline-block;
  width: 20rem;
  text-align: left;
}
.text-content table {
  border-collapse: collapse;
}
.text-content table *,
.text-content table caption {
  text-align: left;
}
.text-content table caption {
  margin-bottom: 12rem;
  font-size: 28rem;
  line-height: 40rem;
}
.text-content table td,
.text-content table th {
  border: solid 1rem;
  padding: 8rem;
}
.text-content address {
  margin-bottom: 12rem;
}
@media only screen and (min-width: 1200px) {
  .text-content address {
    margin-bottom: 20rem;
  }
}
.text-content {
  column-count: var(--columns);
  column-gap: 40rem;
}
.text-content.has-1-columns {
  max-width: 740rem;
}
@media only screen and (max-width: 575px) {
  .text-content.has-1-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-1-columns {
    --columns: 1;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-2-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-2-columns {
    --columns: 2;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-3-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-3-columns {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .text-content.has-3-columns {
    --columns: 3;
  }
}
@media only screen and (max-width: 575px) {
  .text-content.has-4-columns {
    --columns: 1;
  }
}
@media only screen and (min-width: 576px) {
  .text-content.has-4-columns {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .text-content.has-4-columns {
    --columns: 3;
  }
}
@media only screen and (min-width: 1366px) {
  .text-content.has-4-columns {
    --columns: 4;
  }
}

*:focus {
  outline: none;
  box-shadow: #ADD1FF 0 0 0 4rem;
}

.is-inverse:focus,
.is-inverse *:focus {
  box-shadow: #0058CC 0 0 0 4rem;
}

.ng-hide {
  display: none !important;
}

.grid-layout {
  --column-gap: 4rem;
  --row-gap: 4rem;
  --column-min-width: 350rem;
  display: grid;
  grid-template-rows: auto;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  grid-auto-rows: minmax(0, -webkit-min-content);
  grid-auto-rows: minmax(0, min-content);
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-min-width), 1fr));
  background-color: transparent;
}
.grid-layout.has-lg-column-gap {
  --column-gap: 40rem;
}
.grid-layout.has-lg-row-gap {
  --row-gap: 40rem;
}
@media only screen and (max-width: 575px) {
  .grid-layout {
    --column-min-width: 100%;
    --column-gap: 8rem;
    --row-gap: 8rem;
  }
}
@media only screen and (min-width: 576px) {
  .grid-layout {
    --column-min-width: 350rem;
    --column-gap: 8rem;
    --row-gap: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .grid-layout {
    --column-min-width: 460rem;
  }
}

table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
}
table *,
table caption {
  text-align: left;
}
table caption {
  margin-bottom: 12rem;
  font-size: 28rem;
  line-height: 40rem;
}

td {
  padding-inline: 24rem;
  padding-block: 16rem;
  border: none;
  border-bottom: 1rem solid var(--neutral-light-mode-300, #DCDFE4);
  background: var(--neutral-light-mode-100, #F7F8F9);
}
td:hover {
  background: var(--neutral-light-mode-200, #F1F2F4);
}
td, td span, td p {
  font-family: "DIN Condensed";
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem;
}
td.is-disabled {
  background: var(--neutral-light-mode-200, #F1F2F4);
  cursor: not-allowed;
}
td.is-disabled, td.is-disabled > * {
  color: var(--neutral-light-mode-700, #626F86);
}

th {
  padding-inline: 24rem;
  padding-block: 12rem;
  border: none;
  border-bottom: 1rem solid var(--neutral-light-mode-300, #DCDFE4);
  background: var(--white-100, #FFF);
  font-family: "DIN Condensed";
  font-size: 12rem;
  font-style: normal;
  font-weight: 500;
  line-height: 18rem;
  text-align: left;
}
th:hover {
  background: var(--neutral-light-mode-100, #F7F8F9);
}
th.is-disabled {
  background: var(--neutral-light-mode-200, #F1F2F4);
  cursor: not-allowed;
}
th.is-disabled, th.is-disabled > * {
  color: var(--neutral-light-mode-700, #626F86);
}

.form-control.is-drop-zone {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.form-control.is-drop-zone * {
  display: block;
  font-family: "DIN Condensed";
}
.form-control.is-drop-zone > p {
  color: var(--bottom-text-color);
}
.form-control.is-drop-zone .drop-zone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20rem;
  padding: 32rem 32rem 48rem;
  border-radius: 12rem;
  background-color: var(--background-color);
  border: dashed 2rem var(--color);
  width: 100%;
  text-align: center;
}
.form-control.is-drop-zone .drop-zone:hover, .form-control.is-drop-zone .drop-zone.is-drag-over {
  border-color: var(--color-hover);
}
.form-control.is-drop-zone.is-standard .drop-zone, .form-control.is-drop-zone.is-standard > p {
  --background-color: #EBF3FF;
  --color: #85BAFF;
  --color-hover: #0058CC;
  --bottom-text-color: #344054;
}
.form-control.is-drop-zone.is-alert .drop-zone, .form-control.is-drop-zone.is-alert > p {
  --background-color: #FEF3F2;
  --color: #FDA29B;
  --color-hover: #D92D20;
  --bottom-text-color: #D92D20;
}
.form-control.is-drop-zone.is-disabled .drop-zone, .form-control.is-drop-zone.is-disabled > p, .form-control.is-drop-zone.is-disabled > label {
  --background-color: #F2F4F7;
  --color: #667085;
  --color-hover: #667085;
  --bottom-text-color: #667085;
  cursor: not-allowed;
}
.form-control.is-drop-zone.is-disabled .drop-zone *, .form-control.is-drop-zone.is-disabled > p *, .form-control.is-drop-zone.is-disabled > label * {
  color: var(--color);
}
.form-control.is-drop-zone.is-disabled label {
  color: var(--bottom-text-color);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #E9E5DC;
}
body.mobile-menu-active {
  min-height: 100vh;
  background-image: none !important;
  background-color: rgba(216, 230, 249, 0.93);
  /*   background: $color-yellow;*/
}
body.mobile-menu-active header,
body.mobile-menu-active main,
body.mobile-menu-active footer {
  display: none;
}
body.mobile-menu-active nav.is-menu.for-mobile {
  display: flex;
}
body.open-lightbox header,
body.open-lightbox main,
body.open-lightbox footer,
body.open-lightbox .cookie-banner-wrap,
body.open-lightbox .cookie-settings {
  display: none;
}
@media only screen and (max-width: 575px) {
  body {
    padding: 16rem;
  }
}
@media only screen and (min-width: 576px) {
  body {
    padding: 16rem;
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding: 32rem;
  }
}
@media only screen and (min-width: 768px) {
  body.is-autocomplete-active {
    position: relative;
  }
  body.is-autocomplete-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
  }
  body.is-autocomplete-main-active main {
    z-index: 0;
  }
}
body .lightbox {
  display: none;
  background: #E9E5DC;
  padding: 0;
  /* Backdrop blurs/backdrop-blur-xl */
  backdrop-filter: blur(20px);
}
body .lightbox .video-wrap {
  max-width: 844rem;
  align-self: center;
  margin-inline: auto;
}
body .lightbox .video-wrap .video-container {
  margin-block: 20rem;
}
body .lightbox .video-title {
  color: var(--colors-text-text-primary-900, #181D27);
  font-family: "DIN Condensed";
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  /* 100% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
body .lightbox .close {
  display: flex;
  justify-content: end;
  margin-right: -16rem;
}
body .lightbox #video-description {
  color: var(--colors-text-text-tertiary-600, #535862);
  /* Desktop/Body XS/Medium */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
}
body.lightbox-is-open .lightbox {
  display: block;
}
body.lightbox-is-open .content-container,
body.lightbox-is-open header,
body.lightbox-is-open footer,
body.lightbox-is-open .page-content,
body.lightbox-is-open .share-affix-box,
body.lightbox-is-open .newsletter-block-wrap {
  display: none !important;
}

main {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
main section:last-child {
  flex-grow: 2;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40rem;
  padding-top: 75rem;
  width: auto;
  max-width: 600rem;
  margin: 20px auto;
}

.search-form-main .box-button,
#product-detail-buy,
.btn-form-email-send {
  cursor: pointer;
  border: 0;
}

body.is-menu-fixed main {
  margin-top: 80rem;
}

header {
  transition-duration: 0.2s;
}
header.off-canvas {
  top: -100%;
  position: fixed;
  left: 0;
  right: 0;
  width: auto;
}
header.without-transition {
  transition-duration: 0s !important;
}
header.fixed {
  top: 0;
  z-index: 999;
}

.has-submenu.hover > a svg {
  transform-origin: center center;
  transform: rotate(180deg);
}

.grid-column picture,
.grid-column picture img {
  width: auto;
}

@media only screen and (min-width: 1366px) {
  .columns-with-fixed-aside .span-4-columns {
    position: sticky;
    top: 0;
  }
  .is-menu-fixed .columns-with-fixed-aside .span-4-columns {
    top: 80rem;
  }
}
.list-item img {
  width: 100%;
}

label.error {
  color: red;
}

.files-list,
.form-links-item {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}

.form-links-content {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}

.remove-links-input {
  cursor: pointer;
}

.form-links-item:first-child .remove-links-input {
  display: none;
}

.form-component.is-uploading .upload-remove-file,
.form-component.is-uploading .upload-remove-error-file {
  display: none;
}

.form-control.is-drop-zone .caption-text {
  display: none;
}
.form-control.is-drop-zone.is-alert .caption-text {
  display: block;
}

.button-set.with-gap-small {
  column-gap: 20rem;
  row-gap: 20rem;
}

body main section:first-child {
  margin-top: 0;
}

.is-pagination {
  display: flex;
  justify-content: center;
}

nav.is-menu.for-mobile {
  display: none;
}

.search-form-header .box-button {
  cursor: pointer;
  border: 0;
}

.owl-carousel {
  column-gap: 0 !important;
}

body.is-cookies-settings-open {
  background: #E9E5DC;
}
body.is-cookies-settings-open header,
body.is-cookies-settings-open main,
body.is-cookies-settings-open footer,
body.is-cookies-settings-open aside,
body.is-cookies-settings-open .page-content-container,
body.is-cookies-settings-open .body-bg-image {
  display: none;
}

.cookie-settings {
  display: none;
  margin: 0 auto;
}
.is-cookies-settings-open .cookie-settings {
  display: flex;
  min-height: 95vh;
}

.cookie-banner-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
}
.cookie-banner-wrap.cookie-banner-wrap--active {
  display: block;
}

.lightbox .lightbox__image.is-video {
  flex-grow: 1;
}
.lightbox .video.is-embed {
  width: 100%;
}
.lightbox .owl-carousel.owl-drag .owl-item {
  padding-right: 20rem;
}

.search-all-wrap {
  position: absolute;
  top: calc(100% + 10rem);
  right: 20rem;
  z-index: 10;
  display: none;
}
.search-all-wrap.is-active {
  display: block;
}

/*@import "../sassOld/_gallery.scss";*/