button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

.bg-image img,
.bg-image picture,
.bg-image picture img,
.covered,
.cover-bg {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
}

.stretched-link::before,
.covered-pointer {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.d-flex-cc,
.d-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  line-height: 1.35;
  font-size: 20px;
}

@media only screen and (max-width: 1599px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1022px) {
  body {
    font-size: 16px;
  }
}

.text--100 {
  font-size: 100px;
  line-height: 0.95;
}

@media only screen and (max-width: 1919px) {
  .text--100 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1599px) {
  .text--100 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .text--100 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--100 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .text--100 {
    font-size: 36px;
  }
}

.text--42 {
  font-size: 42px;
  line-height: 1.25;
}

@media only screen and (max-width: 1599px) {
  .text--42 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .text--42 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--42 {
    font-size: 24px;
  }
}

.text--52 {
  font-size: 52px;
  line-height: 1.25;
}

@media only screen and (max-width: 1599px) {
  .text--52 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1200px) {
  .text--52 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--52 {
    font-size: 30px;
  }
}

.text--26 {
  font-size: 26px;
  line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
  .text--26 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--26 {
    font-size: 18px;
  }
}

.text--24 {
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 1919px) {
  .text--24 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1599px) {
  .text--24 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--24 {
    font-size: 18px;
  }
}

.text--20 {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
  .text--20 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1022px) {
  .text--20 {
    font-size: 16px;
  }
}

.text--18 {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 1022px) {
  .text--18 {
    font-size: 16px;
  }
}

.text--16 {
  font-size: 16px;
  line-height: 1.75;
}

.text--14 {
  font-size: 14px;
  line-height: 1.5;
}

.text--13 {
  font-size: 13px;
  line-height: 1.46;
}

.text--12 {
  font-size: 12px;
  line-height: normal;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
  outline-color: var(--color-focus);
  outline-style: solid;
  outline-offset: 0;
  outline-width: 2.5px;
  transition: outline-offset 0.2s linear;
}

.text *,
.title *,
.title-main * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-align: inherit;
  font-style: inherit;
  font-family: inherit;
}

.overflow-backface {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.bg-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

:root {
  --color-white: #fff;
  --color-cloud: #fbfbfb;
  --color-black: #000;
  --color-blackish: #001930;
  --color-blue: #024691;
  --color-blue-rollover: #1d225c;
  --color-blue-light: #f4f5fd;
  --color-blue-border: #f5f8fb;
  --color-gray-light: #f3f6f8;
  --color-gray: #c3cbd0;
  --color-gold: #d6ae68;
  --color-gold-rollover: #d3a24c;
  --color-border: #cfd5dc;
  --color-warning: #ffa726;
  --color-error: #da1020;
  --color-success: #66bb6a;
  --color-validation-failed: #da1020;
  --font-primary: neue-haas-grotesk-text, sans-serif;
  --font-secondary: Aeonik, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 1rem;
}

button {
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

input,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  word-wrap: normal;
  text-transform: none;
}

input {
  overflow: visible;
}

[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (min-width: 320px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-left {
    text-align: left;
  }

  .text-xs-right {
    text-align: right;
  }

  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1023px) {
  .text-md-center {
    text-align: center;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1201px) {
  .text-lg-center {
    text-align: center;
  }

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1599px) {
  .text-xl-center {
    text-align: center;
  }

  .text-xl-left {
    text-align: left;
  }

  .text-xl-right {
    text-align: right;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  padding: 0;
  width: 100%;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .container {
    max-width: calc(100% - 60px);
  }

}

@media only screen and (min-width: 1023px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .container {
    max-width: 990px;
    padding-left: 8px;
    padding-right: 8px;
  }

}

@media only screen and (min-width: 1201px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .container {
    max-width: 1200px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (min-width: 1600px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .container {
    max-width: 1414px;
    padding-left: 8px;
    padding-right: 8px;
  }

}

:focus {
  outline: none;
}

a,
button,
.btn,
.focus-visible,
.focus-within {
  outline-offset: 6px;
}

.animate-fade.is-visible {
  opacity: 1;
  transition: opacity 250ms linear;
}

.animate-fade.is-hidden {
  opacity: 0;
  transition: opacity 250ms linear;
  pointer-events: none;
}

@keyframes mouse {
  0% {
    top: 8px;
  }

  50% {
    top: 14px;
  }

  100% {
    top: 8px;
  }
}

.moveAnimationCenter .moveFromBottom,
.moveAnimationCenter .moveFromTop,
.moveAnimationCenter .moveFromLeft,
.moveAnimationCenter .fadeIn,
.moveAnimationCenter .moveFromRight,
.moveAnimation .moveFromBottom,
.moveAnimation .moveFromTop,
.moveAnimation .moveFromLeft,
.moveAnimation .fadeIn,
.moveAnimation .moveFromRight {
  will-change: transform;
  transition-property: transform, opacity, color, box-shadow;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  opacity: 0;
}

.moveAnimationCenter .moveFromLeft,
.moveAnimation .moveFromLeft {
  transform: translate3d(-50%, 0, 0);
}

.moveAnimationCenter .moveFromRight,
.moveAnimation .moveFromRight {
  transform: translate3d(50%, 0, 0);
}

.moveAnimationCenter .moveFromTop,
.moveAnimation .moveFromTop {
  transform: translate3d(0, -150px, 0);
}

.moveAnimationCenter .moveFromBottom,
.moveAnimation .moveFromBottom {
  transform: translate3d(0, 150px, 0);
}

.moveAnimationCenter.in-viewport .moveFromTop,
.moveAnimationCenter.in-viewport .moveFromBottom,
.moveAnimationCenter.in-viewport .moveFromLeft,
.moveAnimationCenter.in-viewport .moveFromRight,
.moveAnimation.in-viewport .moveFromTop,
.moveAnimation.in-viewport .moveFromBottom,
.moveAnimation.in-viewport .moveFromLeft,
.moveAnimation.in-viewport .moveFromRight {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.moveAnimationCenter.in-viewport .fadeIn,
.moveAnimation.in-viewport .fadeIn {
  opacity: 1;
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.mt-160 {
  margin-top: 160px;
}

@media only screen and (max-width: 1200px) {
  .mt-160 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-160 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-160 {
    margin-top: 60px;
  }
}

.mt-150 {
  margin-top: 150px;
}

@media only screen and (max-width: 1200px) {
  .mt-150 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-150 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media only screen and (max-width: 1599px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .mt-100 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}

@media only screen and (max-width: 1200px) {
  .mt-90 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 60px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .mt-80 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
  .mt-70 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .mt-50 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1022px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}

@media only screen and (max-width: 1200px) {
  .mt-24 {
    margin-top: 15px;
  }
}

.mt-20 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 12px;
  }
}

.mt-16 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mt-16 {
    margin-top: 8px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}

@media only screen and (max-width: 1200px) {
  .mb-160 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-160 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-160 {
    margin-bottom: 60px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1200px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-150 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1022px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 12px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .mb-16 {
    margin-bottom: 8px;
  }
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,
      initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.cover-bg {
  background-size: cover;
  background-position: center center;
}

.cover-bg img {
  display: none;
}

.covered {
  max-height: initial;
}

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

.bg-image img,
.bg-image picture,
.bg-image picture img {
  max-height: initial;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-cloud {
  background-color: var(--color-cloud);
}

.bg-gray-light {
  background-color: var(--color-gray-light);
}

.bg-gold {
  background-color: var(--color-gold);
  color: var(--color-cloud);
}

.bg-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.bg-blue .title {
  color: inherit;
}

.bg-blue-gradient {
  background-image: linear-gradient(to right,
      #f3f6f8 0%,
      rgba(243, 246, 248, 0.5) 30%,
      rgba(243, 246, 248, 0) 100%);
}

.bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.overflow-h {
  overflow: hidden;
}

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

.text-right {
  text-align: right;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text--white {
  color: var(--color-white);
}

.text--blue {
  color: var(--color-blue);
}

.text--gold {
  color: var(--color-gold);
}

.text--lt {
  font-weight: 300;
}

.text--bd {
  font-weight: 700;
}

.text--md {
  font-weight: 500;
}

.text--sb {
  font-weight: 600;
}

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

.hide {
  display: none;
}

.show {
  display: block;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.container--large {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  padding: 0;
}

@media only screen and (max-width: 1599px) {
  .container--large {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 1022px) {
  .container--large {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .container--large {
    max-width: calc(100% - 60px);
  }
}

.f-auto {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.p-0 {
  padding: 0 !important;
}

.p-none {
  pointer-events: none;
}

.p-relative {
  position: relative;
}

.mx-auto {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.stretched-link {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
}

.stretched-link::before {
  content: "";
  z-index: 3;
}

.back-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

html,
body {
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--color-blue);
  color: var(--color-white);
}

body {
  color: var(--color-blackish);
  font-family: var(--font-primary);
  position: relative;
  height: auto;
  width: 100%;
}

body.body-scroll-locked,
body.is-open-menu,
body.is-open-search,
body.is-open-mega-menu,
body.noscroll {
  overflow: hidden;
  padding-right: var(--scroll-width, 0px);
}

body #CybotCookiebotDialog {
  border-radius: 0;
  font-family: "neue-haas-grotesk-text", sans-serif;
}

body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 24px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  font-family: var(--font-secondary);
  font-size: 14px;
  width: auto;
  border: none;
  min-height: 54px;
  color: var(--color-white);
  background-color: var(--color-blue-rollover);
}

body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 24px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  font-family: var(--font-secondary);
  font-size: 14px;
  width: auto;
  min-height: 54px;
  color: var(--color-blue-rollover);
  background-color: transparent;
  border: 1px solid var(--color-blue-rollover);
}

body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type):hover,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type):hover {
  border: 1px solid var(--color-gray);
  color: var(--color-gray);
}

body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) .CybotCookiebotDialogArrow,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton .CybotCookiebotDialogArrow,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) .CybotCookiebotDialogArrow {
  display: none;
}

body #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

body #CybotCookiebotDialog h2 {
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerHeader,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
  font-family: var(--font-secondary);
}

body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  padding-left: 36px !important;
}

body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard {
  padding-left: 36px;
  margin-left: 0;
}

body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow {
  border-radius: 0;
  border: none;
}

body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type {
  margin-top: 40px;
}

body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup {
  border-radius: 0;
}

body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
  border-radius: 0;
}

.noselect,
.noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
  font-style: italic;
}

h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h2 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h3 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h4 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h5 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
}

figure img {
  margin: 0;
}

.sc-general {
  width: 100%;
  position: relative;
  scroll-margin-top: 0;
}

.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0 !important;
}

form select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset !important;
  -webkit-text-fill-color: var(--color-gray) !important;
}

input:auto-fill,
select:auto-fill,
textarea:auto-fill {
  color: var(--color-gray) !important;
  background-color: var(--color-white) !important;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input:invalid:not(:focus) {
  outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
  display: none;
}

main {
  width: 100%;
  flex: 1 0 auto;
}

.sdt-env__badge {
  position: fixed;
  display: block;
  right: 40px;
  /* same as height */
  height: 40px;
  line-height: 40px;
  transform-origin: 100% 0;
  background-color: #1a2e44;
  padding: 0 35px;
  border-radius: 15px 15px 0 0;
  transform: rotate(270deg);
  z-index: 99999;
  font-weight: bold;
  color: white;
  font-size: 13px;
  font-family: sans-serif;
}

.sdt-env__badge .icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+") !important;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  float: right;
  width: 20px;
  height: 30px;
  margin-left: 10px;
}

.sdt-env__badge .icon::before {
  background-color: transparent;
}

.sdt-env__badge .mailtrap-unread-email {
  display: inline-block;
  box-sizing: border-box;
  margin: 12px 0 0 25px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

.sdt-env__badge.local {
  background-color: #fdb833;
  color: #2b2b2b;
}

.sdt-env__badge.staging {
  background-color: #ea3546;
}

.sdt-env__badge.production {
  background-color: #1789fc;
}

img.lazyload,
img.lazyloaded {
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
  position: absolute !important;
  right: 100vw !important;
  top: -100vh !important;
}

#wp-admin-bar-sp-role-switcher span.on {
  background-color: #d63638;
  display: inline-block;
  box-sizing: border-box;
  margin: 1px 0 -1px 2px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

#wp-admin-bar-sp-role-switcher span.on:before {
  content: "\f177";
  font-family: "Dashicons";
  /* stylelint-disable-line */
}

#wp-admin-bar-sp-role-switcher span.off:before {
  content: "\f530";
  font-family: Dashicons;
  /* stylelint-disable-line */
}

#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
  color: #d63638;
}

.development-error--active {
  overflow: hidden;
}

.development-error__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 100000000000000000;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10vh 15px 0;
}

@media (max-height: 812px) {
  .development-error__wrapper {
    padding: 15px 15px 0;
  }
}

.development-error__wrapper.is-hidden {
  display: none;
}

.development-error {
  --size-gap-half: 4px;
  --size-gap: 8px;
  --size-gap-double: 16px;
  --size-gap-triple: 24px;
  --size-gap-quad: 32px;
  --size-font-small: 14px;
  --size-font: 16px;
  --size-font-big: 20px;
  --size-font-bigger: 24px;
  --color-accents-1: #808080;
  --color-accents-2: #222222;
  --color-accents-3: #404040;
  --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo,
    Courier, monospace;
  --color-ansi-selection: rgba(95, 126, 151, 0.48);
  --color-ansi-bg: #111111;
  --color-ansi-fg: #cccccc;
  --color-ansi-white: #777777;
  --color-ansi-black: #141414;
  --color-ansi-blue: #00aaff;
  --color-ansi-cyan: #88ddff;
  --color-ansi-green: #98ec65;
  --color-ansi-magenta: #aa88ff;
  --color-ansi-red: #ff5555;
  --color-ansi-yellow: #ffcc33;
  --color-ansi-bright-white: #ffffff;
  --color-ansi-bright-black: #777777;
  --color-ansi-bright-blue: #33bbff;
  --color-ansi-bright-cyan: #bbecff;
  --color-ansi-bright-green: #b6f292;
  --color-ansi-bright-magenta: #cebbff;
  --color-ansi-bright-red: #ff8888;
  --color-ansi-bright-yellow: #ffd966;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  outline: none;
  background: white;
  border-radius: var(--size-gap);
  box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
  max-height: calc(100% - 56px);
  overflow-y: hidden;
}

@media (min-width: 576px) {
  .development-error {
    max-width: 540px;
    box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .development-error {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .development-error {
    max-width: 960px;
  }
}

.development-error small {
  font-size: 80%;
  color: #757575;
}

.development-error__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.2);
  pointer-events: all;
  cursor: not-allowed;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: -1;
}

.development-error__banner {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top-width: var(--size-gap-half);
  border-bottom-width: 0;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: var(--color-ansi-red);
}

.development-error__header {
  position: relative;
  margin-bottom: var(--size-gap-double);
}

.development-error__header button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
  font-size: 24px;
}

.development-error__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding: 0;
}

.development-error__content {
  position: relative;
  overflow-y: auto;
  border: none;
  margin: 0;
  padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.development-error__body {
  position: relative;
  flex: 1 1 auto;
}

.development-error__terminal {
  border-radius: var(--size-gap-half);
  background-color: var(--color-ansi-bg);
  color: var(--color-ansi-fg);
}

.development-error__terminal * {
  color: inherit;
  background-color: transparent;
  font-family: var(--font-stack-monospace);
}

.development-error__terminal>* {
  margin: 0;
  padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}

.development-error__terminal pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.development-error__terminal pre b {
  color: var(--color-ansi-cyan);
}

.development-error footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--size-gap);
}

.development-error footer button small {
  color: black;
  font-weight: 500;
}

.development-error footer small span {
  color: black;
}

.btn {
  cursor: pointer;
  font-family: var(--font-primary);
  min-height: 50px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-white);
  line-height: 1;
  padding: 6px 8px 6px 22px;
  display: inline-flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 40px;
  border: 0;
  background-color: var(--color-blue);
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    opacity 0.3s ease;
}

.btn:hover,
.btn:focus {
  background-color: var(--color-blue-rollover);
  border-color: var(--color-blue-rollover);
}

.btn--only-icon {
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  .btn--only-icon {
    padding: 8px 14px;
  }
}

.btn .btn__text {
  display: block;
  pointer-events: none;
}

.btn__icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--color-gold);
  flex-shrink: 0;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.27);
}

.btn .icon {
  transition: transform 0.3s ease;
}

.btn .icon::before {
  background-color: var(--color-white);
}

.btn--secondary {
  background-color: var(--color-gold);
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: var(--color-gold-rollover);
}

.btn--secondary .btn__icon {
  background-color: var(--color-blue);
}

.btn--without-icon {
  justify-content: center;
  padding: 6px 24px;
}

.btn--left-icon .btn__icon {
  order: -1;
}

.btn--without-border {
  flex-direction: row-reverse;
  min-height: 50px;
  color: var(--color-white);
  padding: 8px 28px 8px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
}

.btn--without-border .btn__icon {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.btn--without-border .icon {
  width: 32px;
  height: 24px;
}

.btn--without-border .icon::before {
  background-color: var(--color-gold);
}

.btn--without-border:hover,
.btn--without-border:focus {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.btn--ghost {
  border: 1px solid var(--color-blue);
  min-height: 70px;
  background-color: transparent;
  color: var(--color-blue);
  padding: 8px 28px 8px 42px;
  font-size: 20px;
}

@media (max-width: 1022px) {
  .btn--ghost {
    padding: 8px 28px 8px 24px;
    font-size: 18px;
  }
}

.btn--ghost.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn--ghost .btn__icon {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.btn--ghost .icon {
  width: 32px;
  height: 24px;
}

.btn--ghost .icon::before {
  background-color: var(--color-gold);
}

.btn--ghost:hover,
.btn--ghost:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.btn--white {
  padding-right: 18px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}

.btn--white .btn__icon {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.btn--white .icon::before {
  background-color: currentColor;
}

.btn--white:hover,
.btn--white:focus {
  background-color: var(--color-gold);
  color: var(--color-white);
}

.btn[disabled],
.btn--disabled {
  cursor: not-allowed;
  transition: none;
  pointer-events: none;
  opacity: 0.6;
}

.btn[disabled] .btn__icon,
.btn--disabled .btn__icon {
  transform: none !important;
}

.btn--download {
  font-size: 20px;
  min-height: 70px;
  font-weight: 400;
  border-radius: 40px;
  width: 100%;
  padding: 8px 32px 8px 42px;
}

.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0);
}

.checkbox {
  user-select: none;
  line-height: 1.5;
}

.checkbox__label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin: 0;
  min-height: 24px;
  display: block;
  transition: color 0.3s ease;
}

.checkbox__label::after,
.checkbox__label:before {
  content: "";
  left: 0;
  top: 3px;
  position: absolute;
  pointer-events: none;
  width: 24px;
  height: 24px;
  border-radius: 3px;
}

.checkbox__label:before {
  border: 1px solid rgba(2, 70, 147, 0.5);
  background-color: transparent;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.checkbox__label::after {
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.895' height='10.832' viewBox='0 0 14.895 10.832'%3E%3Cpath id='Path_1073_-_Outline' data-name='Path 1073 - Outline' d='M4.422.02A1.467,1.467,0,0,1,3.368-.424L-.388-4.181a1.209,1.209,0,0,1-.361-.827,1.188,1.188,0,0,1,.367-.9,1.2,1.2,0,0,1,.861-.373,1.2,1.2,0,0,1,.861.373L4.423-2.815l7.632-7.632a1.218,1.218,0,0,1,.813-.363h.057a1.179,1.179,0,0,1,.847.364,1.2,1.2,0,0,1,.373.861,1.2,1.2,0,0,1-.373.862L5.477-.425A1.467,1.467,0,0,1,4.422.02Z' transform='translate(0.75 10.812)' fill='%23024691'/%3E%3C/svg%3E%0A") no-repeat center/15px auto;
}

.checkbox input:checked~label {
  color: var(--color-blue);
}

.checkbox input:checked~label::before {
  border-color: var(--color-blue);
}

.checkbox input:checked~label::after {
  transform: scale(1);
}

.checkbox a {
  text-decoration: underline;
  color: var(--color-blue);
}

.checkbox a:hover {
  text-decoration: none;
}

.checkbox.is-validation-failed .checkbox__label::before,
.is-validation-failed .checkbox .checkbox__label::before {
  border-color: var(--color-validation-failed);
}

.checkbox .fv-plugins-message-container {
  text-align: left;
  padding-left: 26px;
  margin: 0 0 10px;
}

.custom-list {
  user-select: none;
  display: grid;
  margin-top: 74px;
  gap: 20px;
  position: relative;
}

@media only screen and (max-width: 1022px) {
  .custom-list {
    display: block;
    gap: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1022px) {
  .custom-list__title {
    display: inline-flex;
    min-height: 50px;
    gap: 8px;
    align-items: center;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 8px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color-white);
  }

  .custom-list__title .icon {
    width: 10px;
    height: 16px;
  }

  .custom-list__title .icon::before {
    background-color: var(--color-gold);
  }
}

@media only screen and (max-width: 1022px) {
  .custom-list__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 3;
    border-radius: 15px;
    color: var(--color-blackish);
    padding: 18px 22px;
    box-shadow: 0 23px 36px rgba(0, 0, 0, 0.1);
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
}

@media only screen and (max-width: 1022px) {
  .custom-list:hover .custom-list__content {
    visibility: visible;
    opacity: 1;
  }
}

.dropdown {
  width: 100%;
  position: relative;
  user-select: none;
  max-width: 338px;
}

.dropdown__label {
  position: relative;
  margin: 0 0 6px;
  display: block;
  z-index: 4;
  transition: opacity 0.3s ease;
}

.dropdown__placeholder {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  outline: none;
  z-index: 1;
  cursor: pointer;
  padding: 4px 14px;
  display: flex;
  align-items: center;
  color: var(--color-blue-rollover);
  transition: border-color 0.3s ease, color 0.3s ease;
  background-color: var(--color-white);
}

.dropdown__placeholder img {
  width: 24px;
  margin-right: 12px;
  height: 12px;
}

.dropdown__placeholder .icon {
  width: 12px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.dropdown__placeholder .icon::before {
  background-color: var(--color-blue);
}

.dropdown__placeholder-text {
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.dropdown__list {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  width: 100%;
  z-index: 9;
  left: 0;
  display: none;
}

.dropdown__list-item {
  position: relative;
}

.dropdown__list-inner {
  overflow: auto;
  border-radius: 0 0 5px 5px;
  max-height: 180px;
  border: 1px solid var(--color-gray);
  background-color: var(--color-white);
  border-top: 0;
}

@media only screen and (min-width: 1023px) {
  .dropdown__list-inner {
    scrollbar-track-color: rgba(195, 203, 208, 0.2);
    scrollbar-face-color: #c3cbd0;
    scrollbar-arrow-color: #c3cbd0;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .dropdown__list-inner::-webkit-scrollbar {
    width: 4px;
  }

  .dropdown__list-inner ::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(195, 203, 208, 0.2);
  }

  .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(195, 203, 208, 0.6);
  }

  .dropdown__list-inner::-webkit-scrollbar-thumb {
    background: #c3cbd0;
    width: 4px;
    border-radius: 0;
  }

  .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(195, 203, 208, 0.84);
  }

  .dropdown__list-inner ::-webkit-scrollbar {
    width: 4px;
  }
}

.dropdown__list-inner input:not([type="submit"]):not(.input-field__input) {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.dropdown__list-inner input:not([type="submit"]):not(.input-field__input):checked+.dropdown__list-option {
  font-weight: 500;
  opacity: 1;
}

.dropdown__list-option {
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  opacity: 0.5;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.dropdown__list-option.is-active,
.dropdown__list-option:hover {
  opacity: 1;
  background: var(--color-gray-light);
}

.dropdown__list-option.is-disabled {
  background: rgba(195, 203, 208, 0.2);
  color: var(--color-gray);
  pointer-events: none;
}

.dropdown__search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 20px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border-left: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
}

.dropdown__search input {
  background-color: var(--color-white);
  width: 100%;
  height: 36px;
  border-radius: 0;
  padding: 0 16px;
  outline: none;
  color: inherit;
  font-size: 16px;
  border: 1px solid var(--color-gray);
  transition: border-color 0.3s ease;
}

.dropdown.is-open .dropdown__placeholder {
  border-radius: 5px 5px 0 0;
}

.dropdown.is-open .icon {
  transform: scaleY(-1);
}

.dropdown.is-open .dropdown__list {
  display: block;
}

.dropdown--search .dropdown__list {
  padding-top: 52px;
}

.dropdown--search .dropdown__search {
  opacity: 1;
  pointer-events: all;
}

.dropdown--secondary .dropdown__label {
  opacity: 0.5;
  margin-bottom: 0;
  flex-shrink: 0;
  font-weight: 400;
}

.dropdown--secondary .dropdown__placeholder {
  gap: 16px;
}

.dropdown--secondary .dropdown__placeholder-text {
  display: block;
  width: 100%;
  padding-right: 10px;
  flex: auto;
}

.dropdown--default {
  max-width: 100%;
}

.dropdown--default .dropdown__placeholder {
  height: 58px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  color: var(--color-gray);
  opacity: 1;
}

.dropdown--default .dropdown__placeholder-text {
  opacity: 1;
}

.dropdown.is-validation-failed .dropdown__placeholder {
  border-color: var(--color-validation-failed);
}

.dropdown.is-validation-failed .fv-plugins-message-container {
  margin-top: 4px;
}

.dropdown.is-selected .dropdown__placeholder-text {
  opacity: 1;
  color: var(--color-blackish);
}

.mod-input {
  max-width: 460px;
  width: 100%;
  position: relative;
}

.mod-input ::-webkit-input-placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input ::-moz-placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input ::-ms-input-placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input :-moz-placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input :-ms-input-placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input ::placeholder {
  color: #c3cbd0;
  opacity: 1;
}

.mod-input__label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.mod-input__field {
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  border-radius: 5px;
  outline: none;
  z-index: 1;
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 400;
  padding: 6px 14px;
  transition: border-color 0.3s ease;
  color: var(--color-blackish);
}

.mod-input__field:focus {
  border-color: var(--color-blue);
}

.invalid-days .mod-input__field,
.is-validation-failed .mod-input__field,
.mod-input__field.is-validation-failed {
  color: var(--color-validation-failed);
  border-color: var(--color-validation-failed);
}

.mod-input__field:-webkit-autofill {
  color: var(--color-black) !important;
  -webkit-text-fill-color: var(--color-gray) !important;
}

.mod-input__field:-webkit-autofill::selection {
  background-color: transparent !important;
  -webkit-text-fill-color: var(--color-gray) !important;
}

.mod-input input:-webkit-autofill {
  color: var(--color-gray) !important;
  -webkit-text-fill-color: var(--color-gray) !important;
}

.mod-input input:-webkit-autofill:focus {
  color: var(--color-gray) !important;
  -webkit-text-fill-color: var(--color-gray) !important;
}

.mod-input__inner {
  position: relative;
}

.mod-input textarea {
  resize: vertical;
  min-height: 196px;
  padding: 10px 10px;
}

@media only screen and (max-width: 1022px) {
  .mod-input textarea {
    min-height: 130px;
  }
}

.mod-input--without-label ::-webkit-input-placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input--without-label ::-moz-placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input--without-label ::-ms-input-placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input--without-label :-moz-placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input--without-label :-ms-input-placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input--without-label ::placeholder {
  color: #c3cbd0;
  opacity: 0.8;
}

.mod-input.is-disabled {
  opacity: 0.5;
}

.mod-input.is-disabled ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled ::placeholder {
  color: #fff;
  opacity: 1;
}

.mod-input.is-disabled .mod-input__field {
  background-color: var(--color-gray-light);
  color: var(--color-gray);
}

.mod-input.is-disabled .mod-input__field {
  pointer-events: none;
}

.mod-input.invalid-days ::-webkit-input-placeholder,
.mod-input.is-validation-failed ::-webkit-input-placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days ::-moz-placeholder,
.mod-input.is-validation-failed ::-moz-placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days ::-ms-input-placeholder,
.mod-input.is-validation-failed ::-ms-input-placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days :-moz-placeholder,
.mod-input.is-validation-failed :-moz-placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days :-ms-input-placeholder,
.mod-input.is-validation-failed :-ms-input-placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days ::placeholder,
.mod-input.is-validation-failed ::placeholder {
  color: #da1020;
  opacity: 1;
}

.mod-input.invalid-days .fv-plugins-message-container,
.mod-input.is-validation-failed .fv-plugins-message-container {
  margin-top: 4px;
}

.mod-input.is-focused .mod-input__placeholder {
  opacity: 0;
}

.mod-input.is-focused .mod-input__field {
  border-color: var(--color-blue);
}

.invalid-days-message,
.fv-plugins-message-container,
.validation-message {
  color: var(--color-validation-failed);
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.invalid-days-message,
.validation-message {
  display: none;
}

.invalid-days .invalid-days-message,
.is-validation-failed .validation-message {
  display: block;
}

.form-success-message,
.form-error-message {
  margin: 10px 0;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {

  .form-success-message,
  .form-error-message {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.form-success-message.is-hidden,
.form-error-message.is-hidden {
  display: none;
}

.form-error-message {
  background-color: rgba(218, 16, 32, 0.5);
  border: 1px solid var(--color-validation-failed);
}

.form-success-message {
  background-color: rgba(102, 187, 106, 0.5);
  border: 1px solid var(--color-success);
}

.mod-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 30;
  background-color: var(--color-white);
}

.show-loader .mod-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mod-loader svg {
  width: 120px;
  height: 120px;
}

.mod-loader__spinner {
  border: 5px solid var(--color-blue);
  border-radius: 50%;
  border-top: 5px solid transparent;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* stylelint-enable */
.icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.icon {
  display: block;
  position: relative;
}

.icon::before {
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s ease;
}

.icon-chevron-up,
.icon-chevron-down {
  width: 8px;
  height: 6px;
}

.icon-chevron-up:before,
.icon-chevron-down:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.132' height='11.896' viewBox='0 0 22.132 11.896'%3E%3Cg id='Group_13182' data-name='Group 13182' transform='translate(11.914) rotate(90)'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' fill='%23024691'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.132' height='11.896' viewBox='0 0 22.132 11.896'%3E%3Cg id='Group_13182' data-name='Group 13182' transform='translate(11.914) rotate(90)'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' fill='%23024691'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-chevron-left,
.icon-chevron-right {
  width: 12px;
  height: 22px;
}

.icon-chevron-left:before,
.icon-chevron-right:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.896' height='22.132' viewBox='0 0 11.896 22.132'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' transform='translate(0 10.218)' fill='%23024691'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.896' height='22.132' viewBox='0 0 11.896 22.132'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' transform='translate(0 10.218)' fill='%23024691'/%3E%3C/svg%3E%0A");
}

.icon-arrow-left,
.icon-arrow-right {
  width: 16px;
  height: 12px;
}

.icon-arrow-left:before,
.icon-arrow-right:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.037' height='11.979' viewBox='0 0 16.037 11.979'%3E%3Cpath id='Path_988' data-name='Path 988' d='M14.162-3.63H.587A.568.568,0,0,1,.168-3.8.568.568,0,0,1,0-4.217a.568.568,0,0,1,.168-.418A.568.568,0,0,1,.587-4.8H14.162L9.781-9.184a.582.582,0,0,1-.179-.4.572.572,0,0,1,.179-.426.6.6,0,0,1,.418-.2.572.572,0,0,1,.418.191L15.759-4.88a.919.919,0,0,1,.215.314.956.956,0,0,1,.062.35.956.956,0,0,1-.062.35.919.919,0,0,1-.215.314L10.618,1.587a.586.586,0,0,1-.407.179.567.567,0,0,1-.43-.186.6.6,0,0,1-.191-.415A.569.569,0,0,1,9.781.75Z' transform='translate(0 10.212)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.037' height='11.979' viewBox='0 0 16.037 11.979'%3E%3Cpath id='Path_988' data-name='Path 988' d='M14.162-3.63H.587A.568.568,0,0,1,.168-3.8.568.568,0,0,1,0-4.217a.568.568,0,0,1,.168-.418A.568.568,0,0,1,.587-4.8H14.162L9.781-9.184a.582.582,0,0,1-.179-.4.572.572,0,0,1,.179-.426.6.6,0,0,1,.418-.2.572.572,0,0,1,.418.191L15.759-4.88a.919.919,0,0,1,.215.314.956.956,0,0,1,.062.35.956.956,0,0,1-.062.35.919.919,0,0,1-.215.314L10.618,1.587a.586.586,0,0,1-.407.179.567.567,0,0,1-.43-.186.6.6,0,0,1-.191-.415A.569.569,0,0,1,9.781.75Z' transform='translate(0 10.212)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon-arrow-left.medium,
.icon-arrow-right.medium {
  width: 54px;
  height: 40px;
}

@media only screen and (max-width: 1022px) {

  .icon-arrow-left.medium,
  .icon-arrow-right.medium {
    width: 40px;
    height: 28px;
  }
}

.icon-arrow-left.large,
.icon-arrow-right.large {
  width: 58px;
  height: 44px;
}

@media only screen and (max-width: 1599px) {

  .icon-arrow-left.large,
  .icon-arrow-right.large {
    width: 48px;
    height: 40px;
  }
}

@media only screen and (max-width: 1022px) {

  .icon-arrow-left.large,
  .icon-arrow-right.large {
    width: 40px;
    height: 28px;
  }
}

.icon-arrow-left:before,
.icon-chevron-left:before,
.icon-chevron-up:before {
  transform: scale(-1);
}

.icon-check {
  width: 14px;
  height: 10px;
}

.icon-check:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.641' height='7' viewBox='0 0 9.641 7'%3E%3Cg id='Group_8155' data-name='Group 8155' transform='translate(0 11.304)'%3E%3Cpath id='Path_689' data-name='Path 689' d='M3.3-4.3,0-7.607l.662-.662L3.3-5.628,8.979-11.3l.662.662Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.641' height='7' viewBox='0 0 9.641 7'%3E%3Cg id='Group_8155' data-name='Group 8155' transform='translate(0 11.304)'%3E%3Cpath id='Path_689' data-name='Path 689' d='M3.3-4.3,0-7.607l.662-.662L3.3-5.628,8.979-11.3l.662.662Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-close {
  width: 20px;
  height: 20px;
}

.icon-close:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2876 9.71228L9.71222 2.28766' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2.2876 2.28772L9.71222 9.71234' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2876 9.71228L9.71222 2.28766' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2.2876 2.28772L9.71222 9.71234' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.icon-check-rounded {
  width: 18px;
  height: 18px;
}

.icon-check-rounded:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.105' height='15.105' viewBox='0 0 15.105 15.105'%3E%3Cpath id='Path_791' data-name='Path 791' d='M7.555-2.895A7.361,7.361,0,0,1,4.61-3.489,7.633,7.633,0,0,1,2.21-5.1,7.621,7.621,0,0,1,.6-7.5,7.345,7.345,0,0,1,0-10.445,7.359,7.359,0,0,1,.595-13.39a7.633,7.633,0,0,1,1.614-2.4,7.625,7.625,0,0,1,2.4-1.615A7.351,7.351,0,0,1,7.553-18a7.263,7.263,0,0,1,2.1.3,7.927,7.927,0,0,1,1.925.873.488.488,0,0,1,.223.278.34.34,0,0,1-.059.323.443.443,0,0,1-.3.176.48.48,0,0,1-.343-.076A6.662,6.662,0,0,0,9.4-16.9a6.515,6.515,0,0,0-1.845-.265A6.472,6.472,0,0,0,2.8-15.2,6.472,6.472,0,0,0,.839-10.447,6.472,6.472,0,0,0,2.8-5.7,6.472,6.472,0,0,0,7.553-3.734,6.472,6.472,0,0,0,12.3-5.7a6.472,6.472,0,0,0,1.962-4.752q0-.319-.027-.619a4.8,4.8,0,0,0-.1-.612.469.469,0,0,1,.048-.343.394.394,0,0,1,.272-.2.363.363,0,0,1,.312.063.47.47,0,0,1,.182.278,6.431,6.431,0,0,1,.111.7,7.141,7.141,0,0,1,.037.739A7.357,7.357,0,0,1,14.511-7.5,7.627,7.627,0,0,1,12.9-5.1a7.623,7.623,0,0,1-2.4,1.614A7.349,7.349,0,0,1,7.555-2.895ZM6.346-8.356l7.869-7.874a.43.43,0,0,1,.286-.128.4.4,0,0,1,.311.132.406.406,0,0,1,.131.294.412.412,0,0,1-.134.3L6.82-7.642a.651.651,0,0,1-.475.2.65.65,0,0,1-.474-.2L3.657-9.857a.422.422,0,0,1-.126-.289.391.391,0,0,1,.126-.3.411.411,0,0,1,.3-.134.412.412,0,0,1,.3.134Z' transform='translate(0 18)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.105' height='15.105' viewBox='0 0 15.105 15.105'%3E%3Cpath id='Path_791' data-name='Path 791' d='M7.555-2.895A7.361,7.361,0,0,1,4.61-3.489,7.633,7.633,0,0,1,2.21-5.1,7.621,7.621,0,0,1,.6-7.5,7.345,7.345,0,0,1,0-10.445,7.359,7.359,0,0,1,.595-13.39a7.633,7.633,0,0,1,1.614-2.4,7.625,7.625,0,0,1,2.4-1.615A7.351,7.351,0,0,1,7.553-18a7.263,7.263,0,0,1,2.1.3,7.927,7.927,0,0,1,1.925.873.488.488,0,0,1,.223.278.34.34,0,0,1-.059.323.443.443,0,0,1-.3.176.48.48,0,0,1-.343-.076A6.662,6.662,0,0,0,9.4-16.9a6.515,6.515,0,0,0-1.845-.265A6.472,6.472,0,0,0,2.8-15.2,6.472,6.472,0,0,0,.839-10.447,6.472,6.472,0,0,0,2.8-5.7,6.472,6.472,0,0,0,7.553-3.734,6.472,6.472,0,0,0,12.3-5.7a6.472,6.472,0,0,0,1.962-4.752q0-.319-.027-.619a4.8,4.8,0,0,0-.1-.612.469.469,0,0,1,.048-.343.394.394,0,0,1,.272-.2.363.363,0,0,1,.312.063.47.47,0,0,1,.182.278,6.431,6.431,0,0,1,.111.7,7.141,7.141,0,0,1,.037.739A7.357,7.357,0,0,1,14.511-7.5,7.627,7.627,0,0,1,12.9-5.1a7.623,7.623,0,0,1-2.4,1.614A7.349,7.349,0,0,1,7.555-2.895ZM6.346-8.356l7.869-7.874a.43.43,0,0,1,.286-.128.4.4,0,0,1,.311.132.406.406,0,0,1,.131.294.412.412,0,0,1-.134.3L6.82-7.642a.651.651,0,0,1-.475.2.65.65,0,0,1-.474-.2L3.657-9.857a.422.422,0,0,1-.126-.289.391.391,0,0,1,.126-.3.411.411,0,0,1,.3-.134.412.412,0,0,1,.3.134Z' transform='translate(0 18)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon-info {
  width: 20px;
  height: 20px;
}

.icon-info:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Group_7988' data-name='Group 7988' opacity='0.5'%3E%3Cpath id='Path_700' data-name='Path 700' d='M8.75-4.75h1.5V-10.5H8.75Zm.75-7.462a.782.782,0,0,0,.575-.232.781.781,0,0,0,.232-.576.782.782,0,0,0-.232-.575.782.782,0,0,0-.575-.232.782.782,0,0,0-.575.232.782.782,0,0,0-.232.575.781.781,0,0,0,.232.576A.781.781,0,0,0,9.5-12.212ZM9.5,0A9.253,9.253,0,0,1,5.8-.748,9.6,9.6,0,0,1,2.78-2.778,9.593,9.593,0,0,1,.748-5.794,9.245,9.245,0,0,1,0-9.5,9.254,9.254,0,0,1,.748-13.2a9.6,9.6,0,0,1,2.03-3.017,9.591,9.591,0,0,1,3.016-2.031A9.245,9.245,0,0,1,9.5-19a9.255,9.255,0,0,1,3.705.748,9.6,9.6,0,0,1,3.017,2.03,9.592,9.592,0,0,1,2.031,3.016A9.245,9.245,0,0,1,19-9.5,9.256,9.256,0,0,1,18.252-5.8a9.6,9.6,0,0,1-2.03,3.017A9.592,9.592,0,0,1,13.206-.748,9.245,9.245,0,0,1,9.5,0Zm0-1.5a7.721,7.721,0,0,0,5.675-2.325A7.721,7.721,0,0,0,17.5-9.5a7.721,7.721,0,0,0-2.325-5.675A7.721,7.721,0,0,0,9.5-17.5a7.721,7.721,0,0,0-5.675,2.325A7.721,7.721,0,0,0,1.5-9.5,7.721,7.721,0,0,0,3.825-3.825,7.721,7.721,0,0,0,9.5-1.5Z' transform='translate(0 19)' fill='%23001930'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Group_7988' data-name='Group 7988' opacity='0.5'%3E%3Cpath id='Path_700' data-name='Path 700' d='M8.75-4.75h1.5V-10.5H8.75Zm.75-7.462a.782.782,0,0,0,.575-.232.781.781,0,0,0,.232-.576.782.782,0,0,0-.232-.575.782.782,0,0,0-.575-.232.782.782,0,0,0-.575.232.782.782,0,0,0-.232.575.781.781,0,0,0,.232.576A.781.781,0,0,0,9.5-12.212ZM9.5,0A9.253,9.253,0,0,1,5.8-.748,9.6,9.6,0,0,1,2.78-2.778,9.593,9.593,0,0,1,.748-5.794,9.245,9.245,0,0,1,0-9.5,9.254,9.254,0,0,1,.748-13.2a9.6,9.6,0,0,1,2.03-3.017,9.591,9.591,0,0,1,3.016-2.031A9.245,9.245,0,0,1,9.5-19a9.255,9.255,0,0,1,3.705.748,9.6,9.6,0,0,1,3.017,2.03,9.592,9.592,0,0,1,2.031,3.016A9.245,9.245,0,0,1,19-9.5,9.256,9.256,0,0,1,18.252-5.8a9.6,9.6,0,0,1-2.03,3.017A9.592,9.592,0,0,1,13.206-.748,9.245,9.245,0,0,1,9.5,0Zm0-1.5a7.721,7.721,0,0,0,5.675-2.325A7.721,7.721,0,0,0,17.5-9.5a7.721,7.721,0,0,0-2.325-5.675A7.721,7.721,0,0,0,9.5-17.5a7.721,7.721,0,0,0-5.675,2.325A7.721,7.721,0,0,0,1.5-9.5,7.721,7.721,0,0,0,3.825-3.825,7.721,7.721,0,0,0,9.5-1.5Z' transform='translate(0 19)' fill='%23001930'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-download {
  width: 22px;
  height: 24px;
}

.icon-download:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='Group_13363' data-name='Group 13363' xmlns='http://www.w3.org/2000/svg' width='21.23' height='24.23' viewBox='0 0 21.23 24.23'%3E%3Cpath id='Path_1075' data-name='Path 1075' d='M10.615-15.845l-6.4-6.4,1.426-1.426L9.62-19.693V-32h1.99v12.307l3.981-3.981,1.426,1.426Z' transform='translate(0 32)' fill='%23fff'/%3E%3Cpath id='Path_1076' data-name='Path 1076' d='M1.99-10.77a1.91,1.91,0,0,1-1.393-.6A1.91,1.91,0,0,1,0-12.76V-17.5H1.99v4.744H19.24V-17.5h1.99v4.744a1.91,1.91,0,0,1-.6,1.393,1.91,1.91,0,0,1-1.393.6Z' transform='translate(0 35)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg id='Group_13363' data-name='Group 13363' xmlns='http://www.w3.org/2000/svg' width='21.23' height='24.23' viewBox='0 0 21.23 24.23'%3E%3Cpath id='Path_1075' data-name='Path 1075' d='M10.615-15.845l-6.4-6.4,1.426-1.426L9.62-19.693V-32h1.99v12.307l3.981-3.981,1.426,1.426Z' transform='translate(0 32)' fill='%23fff'/%3E%3Cpath id='Path_1076' data-name='Path 1076' d='M1.99-10.77a1.91,1.91,0,0,1-1.393-.6A1.91,1.91,0,0,1,0-12.76V-17.5H1.99v4.744H19.24V-17.5h1.99v4.744a1.91,1.91,0,0,1-.6,1.393,1.91,1.91,0,0,1-1.393.6Z' transform='translate(0 35)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon.gold::before {
  background-color: var(--color-gold);
}

.margin {
  display: block;
  width: 100%;
}

.margin--300 {
  height: 300px;
}

@media only screen and (max-width: 1919px) {
  .margin--300 {
    height: 240px;
  }
}

@media only screen and (max-width: 1599px) {
  .margin--300 {
    height: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--300 {
    height: 140px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--300 {
    height: 90px;
  }
}

.margin--260 {
  height: 260px;
}

@media only screen and (max-width: 1919px) {
  .margin--260 {
    height: 200px;
  }
}

@media only screen and (max-width: 1599px) {
  .margin--260 {
    height: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--260 {
    height: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--260 {
    height: 80px;
  }
}

.margin--200 {
  height: 200px;
}

@media only screen and (max-width: 1919px) {
  .margin--200 {
    height: 180px;
  }
}

@media only screen and (max-width: 1599px) {
  .margin--200 {
    height: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--200 {
    height: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--200 {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--200 {
    height: 60px;
  }
}

.margin--180 {
  height: 180px;
}

@media only screen and (max-width: 1599px) {
  .margin--180 {
    height: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--180 {
    height: 120px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--180 {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--180 {
    height: 60px;
  }
}

.margin--160 {
  height: 160px;
}

@media only screen and (max-width: 1919px) {
  .margin--160 {
    height: 140px;
  }
}

@media only screen and (max-width: 1599px) {
  .margin--160 {
    height: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--160 {
    height: 80px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--160 {
    height: 60px;
  }
}

.margin--150 {
  height: 150px;
}

@media only screen and (max-width: 1919px) {
  .margin--150 {
    height: 130px;
  }
}

@media only screen and (max-width: 1599px) {
  .margin--150 {
    height: 110px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--150 {
    height: 60px;
  }
}

.margin--130 {
  height: 130px;
}

@media only screen and (max-width: 1599px) {
  .margin--130 {
    height: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--130 {
    height: 60px;
  }
}

.margin--120 {
  height: 120px;
}

@media only screen and (max-width: 1599px) {
  .margin--120 {
    height: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--120 {
    height: 60px;
  }
}

.margin--108 {
  height: 108px;
}

@media only screen and (max-width: 1599px) {
  .margin--108 {
    height: 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--108 {
    height: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--108 {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--108 {
    height: 40px;
  }
}

.margin--104 {
  height: 104px;
}

@media only screen and (max-width: 1599px) {
  .margin--104 {
    height: 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--104 {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--104 {
    height: 60px;
  }
}

.margin--100 {
  height: 100px;
}

@media only screen and (max-width: 1200px) {
  .margin--100 {
    height: 80px;
  }
}

@media only screen and (max-width: 1022px) {
  .margin--100 {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--100 {
    height: 50px;
  }
}

.margin--90 {
  height: 90px;
}

@media only screen and (max-width: 1599px) {
  .margin--90 {
    height: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--90 {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--90 {
    height: 50px;
  }
}

.margin--80 {
  height: 80px;
}

@media only screen and (max-width: 1599px) {
  .margin--80 {
    height: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--80 {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--80 {
    height: 40px;
  }
}

.margin--70 {
  height: 70px;
}

@media only screen and (max-width: 1599px) {
  .margin--70 {
    height: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .margin--70 {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--70 {
    height: 40px;
  }
}

.margin--65 {
  height: 65px;
}

@media only screen and (max-width: 1200px) {
  .margin--65 {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--65 {
    height: 35px;
  }
}

.margin--60 {
  height: 60px;
}

@media only screen and (max-width: 1200px) {
  .margin--60 {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--60 {
    height: 30px;
  }
}

.margin--50 {
  height: 50px;
}

@media only screen and (max-width: 1200px) {
  .margin--50 {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--50 {
    height: 30px;
  }
}

.margin--40 {
  height: 40px;
}

@media only screen and (max-width: 1200px) {
  .margin--40 {
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .margin--40 {
    height: 20px;
  }
}

.margin--32 {
  height: 32px;
}

@media only screen and (max-width: 767px) {
  .margin--32 {
    height: 20px;
  }
}

.margin--30 {
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .margin--30 {
    height: 20px;
  }
}

.margin--24 {
  height: 24px;
}

.margin--20 {
  height: 20px;
}

.margin--16 {
  height: 16px;
}

.radio-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0);
}

.radio-button {
  user-select: none;
}

.radio-button__label {
  position: relative;
  cursor: pointer;
  margin: 0;
  min-height: 24px;
  display: block;
  padding-left: 36px;
  transition: color 0.3s ease;
}

.radio-button__label::after,
.radio-button__label:before {
  content: "";
  left: 0;
  top: 4px;
  position: absolute;
  pointer-events: none;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.radio-button__label:before {
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  transition: background-color 0.3s ease, border 0.3s ease;
  width: 22px;
  height: 22px;
  top: 2px;
}

@media only screen and (max-width: 1599px) {
  .radio-button__label:before {
    top: 1px;
  }
}

.radio-button__label::after {
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: var(--color-blue);
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 1599px) {
  .radio-button__label::after {
    top: 6px;
  }
}

.radio-button input:checked~label {
  color: var(--color-blue);
}

.radio-button input:checked~label::after {
  transform: scale(1);
}

.radio-button a {
  text-decoration: underline;
  font-weight: 700;
}

.radio-button a:hover {
  color: var(--color-blue-rollover);
}

.radio-button.is-validation-failed .radio-button__label::before,
.is-validation-failed .radio-button .radio-button__label::before {
  border-color: var(--color-validation-failed);
}

.radio-button .fv-plugins-message-container {
  text-align: left;
  padding-left: 36px;
}

.title--h6,
.title--h5,
.title--h4,
.title--h3,
.title--h2,
.title--h1 {
  font-weight: 500;
  line-height: normal;
}

.title--h1 {
  font-size: 80px;
  line-height: 1.05;
}

@media only screen and (max-width: 1919px) {
  .title--h1 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1599px) {
  .title--h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .title--h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .title--h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

.title--h2 {
  font-size: 62px;
}

@media only screen and (max-width: 1599px) {
  .title--h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1200px) {
  .title--h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .title--h2 {
    font-size: 32px;
    line-height: 1.26;
  }
}

.title--h3 {
  font-size: 42px;
}

@media only screen and (max-width: 1599px) {
  .title--h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .title--h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .title--h3 {
    font-size: 28px;
  }
}

.title--h4 {
  font-size: 32px;
}

@media only screen and (max-width: 1200px) {
  .title--h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .title--h4 {
    font-size: 24px;
  }
}

.title--h5 {
  font-size: 26px;
  line-height: 1.25;
}

@media only screen and (max-width: 1599px) {
  .title--h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1022px) {
  .title--h5 {
    font-size: 20px;
  }
}

.title--h6 {
  font-size: 20px;
}

.title {
  color: var(--color-blue);
}

.mod-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.mod-toggle__label {
  margin-bottom: 0;
}

.mod-toggle__switch {
  position: relative;
  display: flex;
  align-items: center;
  width: 38px;
  height: 24px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .mod-toggle__switch {
    width: 30px;
    height: 20px;
  }
}

.mod-toggle__switch::before,
.mod-toggle__switch::after {
  position: absolute;
  display: block;
  content: "";
}

.mod-toggle__switch:before {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-light);
  border-radius: 20px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.mod-toggle__switch::after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #8b8c86;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .mod-toggle__switch::after {
    width: 16px;
    height: 16px;
  }
}

.mod-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0);
}

.mod-toggle input:checked+.mod-toggle__label .mod-toggle__switch::after {
  transform: translate(14px, 0);
  background-color: var(--color-blue);
}

@media only screen and (max-width: 767px) {
  .mod-toggle input:checked+.mod-toggle__label .mod-toggle__switch::after {
    transform: translate(10px, 0);
  }
}

.mod-toggle.is-disabled .mod-toggle__switch {
  cursor: not-allowed;
}

.mod-toggle.is-disabled .mod-toggle__switch::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.mod-toggle.is-disabled .mod-toggle__switch::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.advance-cookie-banner {
  line-height: 1.5;
}

.advance-cookie-banner__bar {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 998;
  max-height: 100vh;
  transition: opacity 0.5s ease;
  padding: 40px 0;
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-neutral);
}

@media only screen and (max-width: 1022px) {
  .advance-cookie-banner__bar {
    padding: 44px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__bar {
    background-color: var(--color-neutral);
  }
}

.cookie-not-set .advance-cookie-banner__bar {
  opacity: 1;
  pointer-events: all;
}

.advance-cookie-banner__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  align-items: center;
}

@media only screen and (max-width: 1022px) {
  .advance-cookie-banner__inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 1599px) {
  .advance-cookie-banner__left {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__left {
    line-height: normal;
  }
}

.advance-cookie-banner a {
  text-decoration: underline;
}

.advance-cookie-banner a:hover {
  text-decoration: none;
  color: var(--color-blue-rollover);
}

.advance-cookie-banner__button {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1599px) {
  .advance-cookie-banner__button {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1022px) {
  .advance-cookie-banner__button {
    margin-right: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__button {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner .btn {
    padding: 10px 18px 8px;
  }
}

.advance-cookie-banner .btn--cookie-setting {
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.advance-cookie-banner .btn--cookie-setting:hover {
  color: var(--color-blue-rollover);
}

.advance-cookie-banner .btn--accept-cookie {
  margin-left: 44px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner .btn--accept-cookie {
    margin-left: 0;
  }
}

.advance-cookie-banner .btn[disabled] {
  pointer-events: none;
  background-color: var(--color-white);
  color: var(--color-blue-rollover);
}

.advance-cookie-banner .btn[disabled]::after {
  width: 100%;
  height: 100%;
}

.advance-cookie-banner__modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: opacity 0.4s ease;
  padding: 28px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal {
    padding: 18px 10px;
    font-size: 14px;
  }
}

.advance-cookie-banner__modal.is-open-modal {
  opacity: 1;
  pointer-events: all;
}

.advance-cookie-banner__modal-close {
  position: absolute;
  top: 20px;
  z-index: 9;
  right: 20px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-close {
    top: 10px;
  }
}

.advance-cookie-banner__modal-close .icon {
  pointer-events: none;
  width: 14px;
  height: 14px;
}

.advance-cookie-banner__modal-close:hover .icon::before {
  background-color: var(--color-blue-rollover);
}

.advance-cookie-banner__modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.advance-cookie-banner__modal-body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
  box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  z-index: 1000;
  padding: 45px 34px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-body {
    padding: 16px;
  }
}

.advance-cookie-banner__modal-header {
  border-bottom: 0.5px solid currentColor;
  padding: 20px 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-header {
    padding: 0 0 16px;
    margin-bottom: 30px;
  }
}

.advance-cookie-banner__modal-content .editor-text {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-content .editor-text {
    margin-bottom: 22px;
  }
}

.advance-cookie-banner__modal-content .editor-text p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.advance-cookie-banner__modal-content .editor-text p:first-child {
  margin-top: 0;
}

.advance-cookie-banner__modal-content .editor-text p a {
  text-decoration: underline;
}

.advance-cookie-banner__modal-content .editor-text p a:hover {
  text-decoration: none;
}

.advance-cookie-banner__modal-item {
  margin-bottom: 18px;
  position: relative;
}

.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
  pointer-events: none;
  opacity: 0;
}

.advance-cookie-banner__modal-cookie-title {
  margin-bottom: 18px;
  padding-right: 140px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-cookie-title {
    padding-right: 80px;
    margin-bottom: 8px;
  }
}

.advance-cookie-banner__modal-active-label {
  position: absolute;
  right: 12px;
  top: 0;
  font-weight: 600;
  color: var(--color-blue-rollover);
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-active-label {
    font-size: 12px;
    top: 4px;
  }
}

.advance-cookie-banner__modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal-footer {
    flex-direction: column;
    gap: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .advance-cookie-banner__modal-footer .btn__text {
    flex-shrink: 0;
  }
}

.advance-cookie-banner__modal .mod-toggle {
  position: absolute;
  right: 14px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .advance-cookie-banner__modal .mod-toggle {
    right: 0;
  }
}

.advance-cookie-banner__close {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 1919px) {
  .advance-cookie-banner__close {
    right: 16px;
  }
}

@media only screen and (max-width: 1022px) {
  .advance-cookie-banner__close {
    top: 0;
    right: 10px;
    transform: translate(0, 0);
  }
}

.advance-cookie-banner__close .icon {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1022px) {
  .advance-cookie-banner__close .icon {
    width: 16px;
    height: 16px;
  }
}

.advance-cookie-banner__close .icon::before {
  background-color: currentColor;
}

.advance-cookie-banner__close:hover .icon {
  opacity: 1;
}

.form-component {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 480px;
}

@media only screen and (max-width: 1022px) {
  .form-component {
    max-width: 100%;
  }
}

.form-component__title {
  line-height: 1.25;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .form-component__title {
    font-size: 22px;
  }
}

.form-component__body {
  display: grid;
  grid-gap: 18px;
}

.form-component__item.has-title {
  margin-top: 22px;
}

.form-component__form {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.form-component__submit {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .form-component__submit {
    margin-top: 26px;
  }
}

.form-component__submit .btn {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 50px;
}

.form-component__alert {
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  text-align: left;
  margin-top: 20px;
  border: 1px solid currentColor;
  font-size: 16px;
}

.form-component__alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form-component__alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.form-component__success {
  display: none;
  margin: 0 auto;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.form-component__success .title {
  margin-bottom: 0 !important;
}

.form-component__mandatory-text,
.form-component__info-text {
  margin-top: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {

  .form-component__mandatory-text,
  .form-component__info-text {
    margin-top: 24px;
  }
}

.form-component__hidden-text,
.form-component__info-text {
  display: flex;
  opacity: 0.5;
  gap: 8px;
}

.form-component__info-text .icon {
  flex-shrink: 0;
}

.form-component__hidden-text a,
.form-component__hidden-text span,
.form-component__info-text a,
.form-component__info-text span {
  text-decoration: underline;
}

.form-component__hidden-text.accordion-title,
.form-component__info-text.accordion-title {
  cursor: pointer;
}

.form-component__hidden-text a:hover,
.form-component__info-text a:hover {
  color: var(--color-blue);
}

.form-component__hidden-text {
  opacity: 1;
  display: none;
}

.form-component__hidden-text-inner {
  padding: 10px 0 10px 28px;
}

.form-component a {
  text-decoration: underline;
}

.form-component .editor-text {
  margin-top: 24px;
}

.form-component .editor-text a {
  text-decoration: underline;
}

.form-component .editor-text a:hover {
  color: var(--color-blue-rollover);
}

.form-component [data-validator]+[data-validator] {
  display: none;
}

.form-component.show-thankyou .form-component__form {
  display: none;
}

.form-component.show-thankyou .form-component__success {
  display: flex;
}

.modal,
.form-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  scrollbar-track-color: rgba(2, 70, 145, 0.4);
  scrollbar-face-color: rgba(2, 70, 145, 0.4);
  scrollbar-arrow-color: rgba(2, 70, 145, 0.4);
  visibility: hidden;
  opacity: 0;
  padding: 40px 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(13px) brightness(100%);
  backdrop-filter: blur(13px) brightness(100%);
}

.modal::-webkit-scrollbar,
.form-modal::-webkit-scrollbar {
  width: 4px;
}

.modal ::-webkit-scrollbar-track,
.form-modal ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(2, 70, 145, 0.4);
}

.modal ::-webkit-scrollbar-thumb:window-inactive,
.form-modal ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(2, 70, 145, 0.4);
}

.modal::-webkit-scrollbar-thumb,
.form-modal::-webkit-scrollbar-thumb {
  background: rgba(2, 70, 145, 0.4);
  width: 4px;
  border-radius: 4px;
}

.modal::-webkit-scrollbar-thumb:hover,
.form-modal::-webkit-scrollbar-thumb:hover {
  background: rgba(2, 70, 145, 0.4);
}

.modal ::-webkit-scrollbar,
.form-modal ::-webkit-scrollbar {
  width: 4px;
}

@media only screen and (max-width: 767px) {

  .modal,
  .form-modal {
    padding: 18px 18px;
  }
}

.modal.is-open-modal,
.form-modal.is-open-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal__overlay,
.form-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal__body,
.form-modal__body {
  position: relative;
  z-index: 3;
  border-radius: 30px;
  padding: 36px 32px;
  background-color: var(--color-white);
  margin: auto;
  max-width: 470px;
  box-shadow: 0 23px 36px rgba(2, 70, 145, 0.1);
}

.result-screen .editor-text .text--42 {
  font-size: 42px;
  line-height: 1.25;
}

.modal__body {
  width: 100%;
  max-width: 456px;
  min-height: 300px;
  padding: 32px;
}

.modal__logo {
  margin: 32px 0 16px;
  max-width: 180px;
}

.modal__text {
  line-height: 1.2;
  margin-bottom: 74px;
}

@media only screen and (max-width: 1599px) {
  .result-screen .editor-text .text--42 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .result-screen .editor-text .text--42 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen .editor-text .text--42 {
    font-size: 24px;
  }

  .form-modal__body {
    padding: 24px 32px;
  }

  .modal__body {
    border-radius: 16px;
  }

  .modal__logo {
    margin: 20px 0 22px;
    max-width: 166px;
  }

  .modal__text {
    line-height: 1.4;
    margin-bottom: 44px;
  }
}

.result-screen {
  position: relative;
  user-select: none;
  width: 100%;
  overflow: hidden;
  padding: 82px 0;
}

@media only screen and (max-width: 1022px) {
  .result-screen {
    padding: 0 0 20px;
  }
}

.result-screen__row {
  display: grid;
  grid-gap: 46px;
  grid-template-columns: 46.2% 1fr;
  align-items: center;
  min-height: 808px;
  position: relative;
}

@media only screen and (max-width: 1599px) {
  .result-screen__row {
    min-height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  .result-screen__row {
    min-height: 600px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__row {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    gap: 30px;
    min-height: 1px;
  }
}

.result-screen__image {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 1022px) {
  .result-screen__image {
    width: 100%;
    right: 0;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 20px;
  }
}

.result-screen__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.result-screen__image img {
  mix-blend-mode: multiply;
}

.result-screen__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1022px) {
  .result-screen__left {
    width: 100%;
  }
}

.result-screen__left-button {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .result-screen__left-button {
    margin-top: 16px;
  }
}

.result-screen__right {
  position: relative;
  color: var(--color-white);
  padding: 60px 24px 60px 96px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 1599px) {
  .result-screen__right {
    padding: 60px 10px 60px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .result-screen__right {
    width: 100%;
    padding: 40px 0 40px 40px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__right {
    padding: 24px 0 32px;
  }
}

.result-screen__right-background {
  background-color: var(--color-blue);
  position: absolute;
  left: 0;
  top: 0;
  width: 55vw;
  height: 100%;
  border-radius: 60px 0 0 60px;
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-background {
    width: 100vw;
    left: -30px;
    right: initial;
    border-radius: 0 0 30px 30px;
  }
}

.result-screen__right-background::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg);
  background-color: var(--color-blue);
  top: 50%;
  left: 0;
  margin: -8px 0 0 -8px;
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-background::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    margin: 0 0 -8px -8px;
  }
}

.result-screen__right-image {
  position: relative;
  z-index: 3;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
  margin-left: 30px;
}

@media only screen and (max-width: 1599px) {
  .result-screen__right-image {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-image {
    padding-bottom: 62%;
    border-radius: 0 0 15px 15px;
    margin-bottom: -58px;
  }
}

.result-screen__right-image-wrapper {
  height: 420px;
  width: 628px;
}

@media only screen and (max-width: 1599px) {
  .result-screen__right-image-wrapper {
    height: 380px;
    width: 580px;
  }
}

@media only screen and (max-width: 1200px) {
  .result-screen__right-image-wrapper {
    height: 300px;
    width: 460px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-image-wrapper {
    width: 100%;
    height: auto;
  }
}

.result-screen__right-footer {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-footer {
    margin-top: 32px;
  }
}

.result-screen__right-footer-title {
  margin-bottom: 4px;
}

.result-screen__right-footer-buttons {
  display: flex;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .result-screen__right-footer-buttons {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-footer-buttons {
    gap: 20px;
  }
}

.result-screen__right-footer .btn {
  min-width: 1px;
}

@media only screen and (max-width: 1200px) {
  .result-screen__right-footer .btn {
    min-width: 290px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__right-footer .btn {
    min-width: 1px;
  }
}

.result-screen__content {
  position: relative;
  z-index: 3;
  margin: auto;
  padding-bottom: 24px;
}

.result-screen__title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1022px) {
  .result-screen__title {
    margin-bottom: 16px;
  }
}

.result-screen__title:last-child {
  margin-bottom: 0;
}

.result-screen__super-title {
  position: relative;
  z-index: 3;
  margin-bottom: auto;
  text-transform: uppercase;
}

.result-screen__super-title.text--gold {
  color: var(--color-gold);
}

.result-screen__sub-title {
  line-height: 1.35;
  margin-bottom: 20px;

}

@media only screen and (max-width: 1022px) {
  .result-screen__sub-title {
    margin-bottom: 10px;
  }
}

.result-screen .editor-text {
  line-height: 1.55;
}

@media only screen and (max-width: 767px) {
  .result-screen .editor-text {
    font-size: 14px;
    line-height: 1.38;
  }
}

.result-screen .editor-text p {
  margin-top: 0;
  margin-bottom: 5px;
}

.result-screen .editor-text p:last-child {
  margin-bottom: 0;
}

.result-screen .editor-text h2 {
  margin-top: 14px;
}

@media only screen and (max-width: 1022px) {
  .result-screen .editor-text .mobile-hide {
    display: none;
  }
}

.result-screen .editor-text h2 a,
.result-screen .editor-text h2 strong,
.result-screen .editor-text h4 a,
.result-screen .editor-text h4 strong,
.result-screen .editor-text h5 a,
.result-screen .editor-text h5 strong,
.result-screen .editor-text h6 a,
.result-screen .editor-text h6 strong,
.result-screen .editor-text p a,
.result-screen .editor-text p strong {
  text-decoration: none;
  font-weight: inherit;
  color: var(--color-gold);
}

.result-screen__button {
  margin-top: 40px;
}

@media only screen and (max-width: 1022px) {
  .result-screen__button {
    margin-top: 28px;
  }
}

.result-screen__graphic {
  position: absolute;
  max-width: 484px;
  left: 0;
  top: 15%;
  transform: translate(-36%, 0);
}

@media only screen and (max-width: 1599px) {
  .result-screen__graphic {
    max-width: 400px;
    top: 10px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__graphic {
    top: initial;
    bottom: 60px;
    max-width: 198px;
    transform: translate(-28%, 0);
    display: none;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__graphic--top-right {
    display: block;
    bottom: initial;
    top: 0;
    left: initial;
    right: 0;
    transform: translate(56%, -40%);
  }
}

.result-screen__hexagon-small,
.result-screen__hexagon {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.result-screen__hexagon-small img,
.result-screen__hexagon img {
  width: 100%;
  object-fit: contain;
}

.result-screen__hexagon {
  left: -78px;
  top: -138px;
  max-width: 372px;
}

@media only screen and (max-width: 1200px) {
  .result-screen__hexagon {
    max-width: 262px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen__hexagon {
    max-width: 200px;
    left: -45px;
    top: -103px;
  }
}

.result-screen__hexagon-small {
  right: -16px;
  bottom: -100px;
  max-width: 170px;
  z-index: 4;
}

@media only screen and (max-width: 1022px) {
  .result-screen__hexagon-small {
    right: 14px;
    bottom: -112px;
    max-width: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .result-screen--reverse .result-screen__left {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1023px) {
  .result-screen--reverse .result-screen__right {
    order: -1;
    padding: 110px 50px 50px 26px;
  }
}

@media only screen and (min-width: 1023px) {
  .result-screen--reverse .result-screen__right-background {
    left: initial;
    right: 0;
    border-radius: 0 60px 60px 0;
  }

  .result-screen--reverse .result-screen__right-background::after {
    left: initial;
    right: 0;
    margin: -8px -8px 0 0;
  }
}

@media only screen and (min-width: 1023px) {
  .result-screen--reverse .result-screen__row {
    grid-gap: 56px;
    grid-template-columns: 32.6% 1fr;
  }
}

@media only screen and (min-width: 1023px) {
  .result-screen.has-image .result-screen__row {
    align-items: flex-end;
  }
}

.result-screen.has-image .result-screen__right {
  justify-content: center;
}

@media only screen and (max-width: 1022px) {
  .result-screen.has-image .result-screen__graphic {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .result-screen--accordions .result-screen__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.result-screen--image-text .result-screen__right {
  padding: 50px 26px;
  justify-content: center;
}

@media only screen and (max-width: 1022px) {
  .result-screen--image-text .result-screen__right {
    padding: 0;
  }
}

.result-screen--image-text .result-screen__left {
  padding-left: 230px;
}

@media only screen and (max-width: 1200px) {
  .result-screen--image-text .result-screen__left {
    padding-left: 164px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen--image-text .result-screen__left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen--image-text .result-screen__row {
    gap: 90px;
  }
}

.result-screen--image-text .editor-text {
  max-width: 590px;
  font-size: 16px;
}

.result-screen--image-text .editor-text h5,
.result-screen--image-text .editor-text h6 {
  line-height: 1.3;
  margin-bottom: 28px;
}

.result-screen--image-text .editor-text ul {
  margin-top: 0;
  padding-left: 10px;
}

@media only screen and (max-width: 1022px) {
  .result-screen--has-footer .result-screen__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen--has-footer .result-screen__sub-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1022px) {
  .result-screen--has-footer .result-screen__right-footer-title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}

.result-slider {
  user-select: none;
  z-index: 99;
  background-color: var(--color-white);
  display: none;
}

@media only screen and (min-width: 1023px) {
  .result-slider {
    scrollbar-track-color: rgba(2, 70, 145, 0.4);
    scrollbar-face-color: rgba(2, 70, 145, 0.4);
    scrollbar-arrow-color: rgba(2, 70, 145, 0.4);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .result-slider::-webkit-scrollbar {
    width: 4px;
  }

  .result-slider ::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(2, 70, 145, 0.4);
  }

  .result-slider ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(2, 70, 145, 0.4);
  }

  .result-slider::-webkit-scrollbar-thumb {
    background: rgba(2, 70, 145, 0.4);
    width: 4px;
    border-radius: 4px;
  }

  .result-slider::-webkit-scrollbar-thumb:hover {
    background: rgba(2, 70, 145, 0.4);
  }

  .result-slider ::-webkit-scrollbar {
    width: 4px;
  }
}

.result-slider.is-open {
  display: block;
}

.result-slider__top {
  position: relative;
}

@media only screen and (max-width: 1022px) {
  .result-slider__nav {
    display: none;
  }
}

.result-slider__back-arrow,
.result-slider__nav-arrow {
  width: 50px;
  height: 50px;
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.3s ease;
}


.result-slider__back-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.result-slider__back-arrow .icon,
.result-slider__nav-arrow .icon {
  width: 26px;
  height: 20px;
}

.result-slider__back-arrow,
.result-slider__nav-arrow.left-arrow {
  left: 24px;
}

.result-slider__back-arrow .icon.blue::before,
.result-slider__nav-arrow.left-arrow .icon::before {
  background-color: var(--color-blue);
}

.result-slider__back-arrow .icon.white::before,
.revert-arrow .result-slider__nav-arrow.left-arrow .icon::before {
  background-color: var(--color-white);
}

.result-slider__nav-arrow.right-arrow {
  right: 24px;
}

.result-slider__nav-arrow.right-arrow .icon::before {
  background-color: var(--color-white);
}

.revert-arrow .result-slider__nav-arrow.right-arrow .icon::before {
  background-color: var(--color-blue);
}

.result-slider__nav-arrow[aria-disabled="true"] {
  opacity: 0;
  pointer-events: none;
}

.result-slider__bottom {
  margin-top: auto;
  padding: 36px 0;
}

@media only screen and (max-width: 1022px) {
  .result-slider__bottom {
    padding: 10px 0 30px;
  }

  .result-slider__back-arrow {
    display: none;
  }
}

.result-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.result-slider__pagination-arrow {
  transition: opacity 0.3s ease;
  position: relative;
  top: 8px;
}

.result-slider__pagination-arrow .icon {
  width: 20px;
  height: 20px;
}

.result-slider__pagination-arrow .icon::before {
  background-color: var(--color-blue);
}

.result-slider__pagination-arrow.left-arrow {
  margin-right: 10px;
}

.result-slider__pagination-arrow.right-arrow {
  margin-left: 10px;
}

.result-slider__pagination-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.result-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.result-slider .swiper-pagination {
  display: flex;
  position: relative;
  left: initial;
  right: initial;
  top: 0;
  width: auto;
}

.result-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.result-slider .swiper-pagination-bullet {
  width: 80px;
  flex-shrink: 0;
  opacity: 0.3;
  color: var(--color-blue);
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid currentColor;
  text-align: center;
  padding: 0 0 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  height: auto;
  margin: 0;
}


.result-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.result-slider .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

.result-slider .swiper-slide:last-child .result-screen__image img {
  transform: scaleX(-1);
}

.hamburger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.hamburger {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.hamburger {
  cursor: pointer;
  z-index: 12;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-blue-border);
  gap: 8px;
  transition: 0.3s ease;
}

.hamburger:after {
  z-index: 9;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.hamburger__bar {
  background-color: var(--color-blue);
  height: 2px;
  display: block;
  width: 28px;
  pointer-events: none;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.is-open-menu .hamburger__bar:first-child {
  transform: translateY(10px) rotate(225deg);
}

.is-open-menu .hamburger__bar:nth-child(2) {
  transform: scale(0);
}

.is-open-menu .hamburger__bar:last-child {
  transform: translateY(-10px) rotate(315deg);
}

.editor-text h6,
.editor-text h5,
.editor-text h4,
.editor-text h3,
.editor-text h2,
.editor-text h1 {
  font-weight: 500;
  line-height: normal;
}

.editor-text h1 {
  font-size: 80px;
  line-height: 1.05;
}

@media only screen and (max-width: 1919px) {
  .editor-text h1 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1599px) {
  .editor-text h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .editor-text h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .editor-text h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

.editor-text h2 {
  font-size: 62px;
}

@media only screen and (max-width: 1599px) {
  .editor-text h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1200px) {
  .editor-text h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .editor-text h2 {
    font-size: 32px;
    line-height: 1.26;
  }
}

.editor-text h3 {
  font-size: 42px;
}

@media only screen and (max-width: 1599px) {
  .editor-text h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .editor-text h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .editor-text h3 {
    font-size: 28px;
  }
}

.editor-text h4 {
  font-size: 32px;
}

@media only screen and (max-width: 1200px) {
  .editor-text h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .editor-text h4 {
    font-size: 24px;
  }
}

.editor-text h5 {
  font-size: 26px;
  line-height: 1.25;
}

@media only screen and (max-width: 1599px) {
  .editor-text h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1022px) {
  .editor-text h5 {
    font-size: 20px;
  }
}

.editor-text h6 {
  font-size: 20px;
}

.editor-text {
  width: 100%;
}

.container .editor-text .container {
  max-width: 100%;
  padding: 0;
}

.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {

  .editor-text h1,
  .editor-text h2,
  .editor-text h3,
  .editor-text h4,
  .editor-text h5,
  .editor-text h6 {
    margin-bottom: 24px;
  }
}

*+.editor-text h1,
*+.editor-text h2,
*+.editor-text h3,
*+.editor-text h4,
*+.editor-text h5,
*+.editor-text h6 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {

  *+.editor-text h1,
  *+.editor-text h2,
  *+.editor-text h3,
  *+.editor-text h4,
  *+.editor-text h5,
  *+.editor-text h6 {
    margin-top: 30px;
  }
}

.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
  margin-top: 0;
}

.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
  margin-top: 24px;
  margin-bottom: 24px;
}

.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
  margin-top: 0;
}

.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
  margin-bottom: 0;
}

.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
  text-decoration: underline;
}

.editor-text p+h1,
.editor-text p+h2,
.editor-text p+h3,
.editor-text p+h4,
.editor-text ul+h1,
.editor-text ul+h2,
.editor-text ul+h3,
.editor-text ul+h4,
.editor-text table+h1,
.editor-text table+h2,
.editor-text table+h3,
.editor-text table+h4,
.editor-text ol+h1,
.editor-text ol+h2,
.editor-text ol+h3,
.editor-text ol+h4 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {

  .editor-text p+h1,
  .editor-text p+h2,
  .editor-text p+h3,
  .editor-text p+h4,
  .editor-text ul+h1,
  .editor-text ul+h2,
  .editor-text ul+h3,
  .editor-text ul+h4,
  .editor-text table+h1,
  .editor-text table+h2,
  .editor-text table+h3,
  .editor-text table+h4,
  .editor-text ol+h1,
  .editor-text ol+h2,
  .editor-text ol+h3,
  .editor-text ol+h4 {
    margin-top: 40px;
  }
}

.editor-text img.aligncenter,
.editor-text img.alignright,
.editor-text img.aligleft,
.editor-text img.alignnone {
  display: block;
}

.editor-text img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.editor-text img.alignright {
  margin-left: auto;
}

.editor-text img.aligleft {
  margin-right: auto;
}

.editor-text figure img {
  margin: 0;
}

.editor-text ol,
.editor-text ul {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 40px;
}

.editor-text ol:last-child,
.editor-text ul:last-child {
  margin-bottom: 0;
}

.editor-text ol:first-child,
.editor-text ul:first-child {
  margin-top: 0;
}

.editor-text ol li,
.editor-text ul li {
  padding-left: 20px;
  position: relative;
}

.editor-text ol li::before,
.editor-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
}

@media only screen and (max-width: 1022px) {

  .editor-text ol li::before,
  .editor-text ul li::before {
    top: calc(0.5em + 1px);
  }
}

.editor-text ol ol,
.editor-text ol ul,
.editor-text ul ol,
.editor-text ul ul {
  padding-top: 16px;
}

.editor-text ul li::before {
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  border-radius: 100%;
  left: 0;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .editor-text ul li::before {
    top: 6px;
  }
}

.editor-text ol {
  counter-reset: ol_text_counter;
}

.editor-text ol li {
  counter-increment: ol_text_counter;
}

.editor-text ol li:before {
  content: counter(ol_text_counter) ".";
  top: 0;
}

.editor-text table {
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .editor-text table {
    display: block;
    overflow: auto;
  }
}

.editor-text table tr {
  border: 0;
  position: relative;
}

.editor-text table tr:nth-child(even)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue-border);
  border-radius: 10px;
  z-index: -1;
}

.editor-text table th,
.editor-text table td {
  padding: 24px;
  height: auto !important;
}

@media only screen and (max-width: 767px) {

  .editor-text table th,
  .editor-text table td {
    padding: 16px;
    min-width: 120px;
  }
}

.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
  border: 0;
}

.editor-text table.first-row-header tr:first-child td,
.editor-text table.first-row-header tr:first-child th {
  padding: 14px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-blackish);
}

.editor-text blockquote p {
  margin: 0 !important;
}

.quiz-module {
  position: relative;
  background-color: #fbfbfb;
  overflow: hidden;
  user-select: none;
}

.quiz-module__body {
  padding: 80px 0;
}

@media only screen and (max-width: 1022px) {
  .quiz-module__body {
    padding: 0 0 20px;
  }
}

.quiz-module__item-row {
  display: grid;
  grid-template-columns: 43.5% 1fr;
  grid-gap: 16px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-row {
    grid-template-columns: 1fr;
    display: flex;
    grid-gap: 0;
    gap: 34px;
    flex-direction: column;
  }
}

.quiz-module__item-left {
  min-height: 778px;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-right: 80px;
  color: var(--color-white);
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-left {
    min-height: 700px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-left {
    min-height: 1px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 0 20px;
  }
}

.quiz-module__item-blue-bg {
  background-color: var(--color-blue);
  position: absolute;
  right: 0;
  top: 0;
  width: 48vw;
  height: 100%;
  border-radius: 0 60px 60px 0;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-blue-bg {
    width: 52vw;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-blue-bg {
    width: 100vw;
    left: -30px;
    right: initial;
    border-radius: 0 0 30px 30px;
  }
}

.quiz-module__item-blue-bg::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  margin-right: -8px;
  margin-top: -8px;
  transform: rotate(45deg);
  background-color: var(--color-blue);
  top: 50%;
  right: 0;
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-blue-bg::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    margin: 0 0 -8px -8px;
  }
}

.quiz-module__item-title {
  position: relative;
  z-index: 3;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.quiz-module__item-left-content {
  max-width: 360px;
  margin-left: 120px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-gap: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-title {
    font-size: 34px;
    line-height: 1.4;
  }

  .quiz-module__item-left-content {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-title {
    font-size: 24px;
    max-width: 230px;
  }

  .quiz-module__item-left-content {
    gap: 10px;
    margin: 0;
  }
}

.quiz-module__item-image {
  position: absolute;
  left: -2px;
  top: 38px;
  height: 450px;
  width: 354px;
  pointer-events: none;
  z-index: 0;
}

.quiz-module__item-graphic {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.quiz-module__item-hexagon {
  position: absolute;
  right: -45px;
  top: -32px;
  z-index: 1;
  max-width: 300px;
}

.quiz-module__item-map-icon {
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-image {
    max-width: 224px;
    height: 300px;
  }

  .quiz-module__item-hexagon {
    right: 38px;
    top: 40px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-image {
    max-width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .quiz-module__item-hexagon {
    right: -6px;
    top: 1px;
    max-width: 152px;
  }
}

.quiz-module__item-image img {
  width: 100%;
  height: auto;
}

.quiz-module__item-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px 40px 84px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-right {
    padding: 40px 20px 40px 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .quiz-module__item-right {
    padding: 20px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-right {
    padding: 0 0 24px;
    flex: auto;
    gap: 30px;
    justify-content: flex-start;
  }

  .quiz-module__item-graphic {
    max-width: 170px;
    left: -50px;
    top: -50px;
  }
}

.quiz-module__item-right .btn {
  min-width: 448px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__item-right .btn {
    min-width: 340px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-right .btn {
    width: 100%;
    min-width: 1px;
    max-width: 400px;
  }
}

.quiz-module__item-pagination {
  position: absolute;
  right: 30px;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--color-gold);
  font-size: 20px;
  display: grid;
  grid-gap: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-pagination {
    position: relative;
    right: initial;
    transform: translate(0, 0);
    top: 0;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-gap: 0;
    gap: 20px;
    margin: 26px auto 0;
  }
}

.quiz-module__item-pagination-text {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.quiz-module__item-pagination-text.is-completed,
.quiz-module__item-pagination-text.is-active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}

.quiz-module__input-field {
  display: flex;
  flex-direction: column;
  max-width: 574px;
  min-height: 472px;
  justify-content: center;
  padding-top: 126px;
}

.quiz-module__item-location-validation,
.quiz-module__item-validation {
  margin-top: 20px;
  font-size: 14px;
  color: var(--color-validation-failed);
  display: none;
}

.quiz-module__item-location-validation {
  padding-left: 0;
  margin-top: 8px;
}

.mod-input .quiz-module__item-validation {
  padding: 0;
  margin: 8px 0 0;
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-validation {
    margin: 6px 0 0;
    padding-left: 34px;
  }

  .quiz-module__input-field {
    align-items: flex-start;
    max-width: 100%;
    min-height: 1px;
    justify-content: flex-start;
    padding-top: 0;
  }
}

.invalid-location .quiz-module__item-location-validation,
.is-validation-failed .quiz-module__item-validation {
  display: block;
}

.quiz-module__inputs {
  transform-style: preserve-3d;
  max-width: 560px;
  display: grid;
  grid-gap: 51px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__inputs {
    grid-gap: 32px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__inputs {
    grid-gap: 40px;
  }
}

.quiz-module__button {
  margin-top: 86px;
}

@media only screen and (max-width: 1599px) {
  .quiz-module__button {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__button {
    margin-top: auto;
  }
}

.is-failed .quiz-module__button .btn {
  animation: horizontal-shaking 0.6s;
}

.quiz-module .swiper-slide {
  overflow: hidden;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  75% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.checkbox-group {
  margin-top: 68px;
}

.checkbox-group__label {
  margin-bottom: 24px;
  line-height: 1.5;
}

.checkbox-group__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 34px 40px;
  max-width: 567px;
}

.checkbox.text--13 {
  font-size: 13px;
  line-height: 1.4;
}

.checkbox.text--13 .checkbox__label {
  padding-left: 24px;
}

.checkbox.text--13 .checkbox__label::after,
.checkbox.text--13 .checkbox__label:before {
  width: 16px;
  height: 16px;
  top: 1px;
}

.checkbox.text--13 .checkbox__label::after {
  background-size: 10px auto;
}

@media only screen and (max-width: 1200px) {
  .checkbox-group__row {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    max-width: 100%;
  }

  .checkbox-group {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 1022px) {
  .quiz-module__item-row--step-2 .quiz-module__item-left-content {
    display: none;
  }

  .quiz-module__item-row--step-2 .quiz-module__item-left {
    padding: 4px 0 16px;
  }

  .quiz-module__item-row--step-2 .quiz-module__item-hexagon {
    top: -99px;
    max-height: initial;
  }

  .quiz-module__item-row--step-2 .quiz-module__item-logo {
    display: none;
  }

  .quiz-module__item-row--step-2 {
    gap: 22px;
  }

  .checkbox-group {
    margin-top: 16px;
  }

  .checkbox-group__label {
    margin-bottom: 16px;
  }

  .checkbox-group__row {
    grid-gap: 24px;
    max-height: 44vh;
    overflow: auto;
  }

  .checkbox-group__row::-webkit-scrollbar {
    width: 4px;
  }

  .checkbox-group__row::-webkit-scrollbar-track {
    border-radius: 0;
    background: #c3cbd0;
  }

  .checkbox-group__row::-webkit-scrollbar-thumb {
    background: var(--color-blue);
    border-radius: 0;
  }

  .checkbox-group__row::-webkit-scrollbar-thumb:hover {
    background: var(--color-blue);
  }

  .checkbox__label::after,
  .checkbox__label:before {
    top: 0;
  }

  .checkbox__label {
    padding-left: 34px;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 660px;
  grid-gap: 20px;
}

.card {
  position: relative;
  height: 200px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: var(--color-white);
  font-size: 18px;
  padding: 22px;
}

.card input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.card__box::after,
.card__image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #001930 0%, rgba(0, 25, 48, 0.39) 100%, rgba(0, 25, 48, 0) 205%);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.card__text {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  font-weight: 400;
  opacity: 0.5;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.card__box {
  border-radius: 15px;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid var(--color-blue);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}

.card__box::after {
  background-image: linear-gradient(to top, #001930 0%, rgba(0, 25, 48, 0.1) 30%, rgba(0, 25, 48, 0) 60%, rgba(0, 25, 48, 0) 10%);
}

.card:hover .card__image::after {
  opacity: 0.5;
}

.card:hover .card__text {
  opacity: 1;
}

.card input:checked~.card__image::after {
  opacity: 0;
}

.card input:checked~.card__box,
.card input:checked~.card__box::after,
.card input:checked~.card__text {
  opacity: 1;
}

.card-list--single {
  grid-template-columns: 1fr;
  grid-gap: 25px;
  max-width: 575px;
}

.text--15 {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1600px) {
  .card {
    height: 160px;
  }
}

@media (max-width: 1200px) {
  .card {
    height: 120px;
    padding: 16px;
  }
}

@media (max-width: 1022px) {
  .quiz-module__item-sub-title {
    display: none;
  }

  .quiz-module__item-map-icon {
    max-width: 32px;
  }

  .card-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .card {
    height: 80px;
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  }
}

.card-radio {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #001930;
  height: auto;
  min-height: 90px;
  background-color: #f5f5f5;
  border-radius: 15px;
  flex-direction: row;
  padding: 0;
  box-shadow: none;
}

.card-radio .card__image {
  width: 120px;
  position: relative;
  flex-shrink: 0;
}

.card-radio .card__text {
  opacity: 1;
  padding-right: 56px;
}

.card-radio .card__image::after {
  display: none;
}

.card-radio .card__box {
  border: 0;
  opacity: 1;
}

.card-radio .card__box::before,
.card-radio .card__box::after {
  content: '';
  position: absolute;
  background: var(--color-white);
  width: 22px;
  height: 22px;
  right: 24px;
  top: 50%;
  z-index: 3;
  border: 1px solid var(--color-blue);
  border-radius: 100%;
  transform: translate(0, -50%);
  left: initial;
  pointer-events: none;
}

.card-radio .card__box::before {
  width: 12px;
  height: 12px;
  z-index: 4;
  right: 29px;
  background-color: var(--color-blue);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-radio input:checked~.card__box::before {
  opacity: 1;
}

.card-radio input:checked~.card__text {
  color: var(--color-blue);
}

.card-radio.with-border {
  border: 1px solid #C3CBD0;
}

.newsletter-checkbox {
  margin-top: -16px;
}

@media (max-width: 1022px) {
  .card-list--single {
    max-width: 100%;
  }

  .quiz-module__button {
    text-align: center;
  }

  .card-radio {
    font-size: 16px;
  }

  .card-radio .card__box::before,
  .card-radio .card__box::after {
    right: 20px;
  }

  .card-radio .card__box::before {
    right: 25px;
  }
}