*,
:after,
:before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    background-color: #fff;
    color: #212121;
    height: 100%;
}
canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
@font-face {
    font-display: swap;
    font-family: "Bosch Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/boschsans-regular.woff) format("woff"), url(../fontsboschsans-regular.woff) format("woff");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}

button,
input,
select,
textarea {
    font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}
html {
    font-size: 62.5%;
}
body {
    color: #212121;
    font-family: "Bosch Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.break-word {
    white-space: normal;
    word-break: break-word;
}
.brands {
    display: flex;
    margin: 8px 0 0;
    overflow-x: auto;
}
.brands > * {
    flex: 0 1 auto;
}
.brands--no-scroll {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.brands__carousel {
    cursor: grab;
    display: grid;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    visibility: hidden;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    grid-auto-columns: calc(50% - 12px);
    grid-auto-flow: column;
    scrollbar-width: none;
}
.brands__carousel--visible {
    visibility: visible;
}
.brands__carousel::-webkit-scrollbar {
    display: none;
}
.brands__carousel--moving {
    cursor: grabbing;
    scroll-behavior: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.brands__carousel--space-around {
    padding-left: 18px;
    padding-right: 18px;
}
html.no-js .brands__carousel {
    overflow-x: visible;
    visibility: visible;
}
.brands .button,
.brands__nav,
html.no-js .brands .button,
html.no-js .brands__nav {
    display: none;
}
.brands__btn-left {
    left: 6px;
}
.brands__btn-left--hidden {
    visibility: hidden;
}
.brands__btn-right {
    right: 0;
}
.brands__btn-right--hidden {
    visibility: hidden;
}
.brands__item {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    display: inline-block;
    height: 84px;
    min-width: 120px;
    position: relative;
}
.brands__logo {
    height: 25px;
    left: 50%;
    margin: auto;
    max-width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
html.no-js .brands {
    overflow-x: auto;
}
.button--reset,
.button--submit,
.button--submit-inverted {
    background: transparent;
    border: 0;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
    line-height: normal;
    padding: 10px 25.5px;
    text-transform: uppercase;
}
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.button--submit {
    background-color: #126fa4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}
.button--submit:hover:not([disabled]) {
    background-color: #124579;
}
.button--submit:focus:not([disabled]) {
    box-shadow: 0 0 2px 1px #212121;
}
.button--submit-inverted {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}
.button--submit-inverted:hover {
    background-color: rgba(15, 27, 70, 0.1) !important;
}
.button--submit-inverted:focus:not([disabled]) {
    box-shadow: 0 0 2px 1px #212121;
}
.button--reset {
    color: #126fa4;
}
.button--reset:hover:not([disabled]) {
    color: #124579;
}
.button:focus-visible {
    outline: none;
}
.button__spinner {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.button--icon {
    background-color: transparent;
    border: 0;
}
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
.button--loading {
    color: transparent !important;
    cursor: wait;
}
.button--loading .button__spinner {
    display: block;
}
.call-to-action__content {
    background-image: url(../images/call-to-action/call-to-action_1920x208.d3L0ffRova0.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-to-action__content-overlay {
    background-color: rgba(15, 27, 70, 0.7);
}
.call-to-action__content-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 40px;
}
.call-to-action__content-wrapper > * {
    flex: 0 1 auto;
}
.call-to-action__inner-content {
    flex: 1 1 auto;
}
.call-to-action__title {
    color: #003253;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 4rem;
    word-break: break-word;
}
.call-to-action__sub-title {
    color: #212121;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    margin-bottom: 24px;
    word-break: break-word;
}
.call-to-action__action {
    align-items: center;
    display: flex;
}
.call-to-action__action > * {
    flex: 0 1 auto;
}
.call-to-action__link {
    max-width: 312px;
    width: 100%;
}
.call-to-action__button {
    width: 100%;
}
.content {
    padding: 0 18px;
}
.content--gapped {
    display: flex;
    flex-direction: column;
}
.content--gapped > * {
    flex: 0 1 auto;
}
.content--gapped > * + * {
    margin-top: 16px;
}
.captcha-dialog {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 5;
}
.captcha-dialog--show {
    display: flex;
}
.captcha-dialog__content {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0 18px;
    padding: 18px;
}
.captcha-page {
    display: flex;
    flex-direction: column;
}
.captcha-page > * {
    flex: 0 1 auto;
}
.captcha-page > * + * {
    margin-top: 16px;
}
.captcha-page__image {
    height: auto;
    max-width: 320px;
    width: 100%;
}
.captcha-page__header {
    color: #003253;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
}
.captcha-page__link {
    color: #212121;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
}
.card {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 24px;
}
.card__header {
    color: #003253;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
    margin: 0 0 24px;
}
.card__content {
    color: #003253;
    margin: 0 0 16px;
}
.card__content--hint {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.checkbox__element:before,
.icon,
.radio-button__element:before,
a[download]:after {
    display: inline-block;
    height: 1em;
    min-height: 1em;
    min-width: 1em;
    width: 1em;
    speak: never;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon--hamburger {
    background-image: url(../images/icons/hamburger.s2cLMhqK90w.svg);
}
.icon--close {
    background-image: url(../images/icons/close.J1i89xrOonQ.svg);
}
.icon--arrow-down {
    background-image: url(../images/icons/arrow._2zvu0H2xuo.svg);
    margin-bottom: -0.1em;
}
.icon--arrow-left {
    margin-right: 0.1em;
    rotate: 90deg;
}
.icon--arrow-left,
.icon--arrow-right {
    background-image: url(../images/icons/arrow-blue.vWJyRDTH4aQ.svg);
}
.icon--arrow-right {
    margin-left: 0.1em;
    rotate: -90deg;
}
.icon--eye-open {
    background-position: 0 0;
}
.icon--eye-closed,
.icon--eye-open {
    background-image: url(../images/icons/eye-sprite.Az39ACbiIWc.svg);
    background-size: 200% 100%;
}
.icon--eye-closed {
    background-position: 100% 0;
}
.icon--email {
    background-image: url(../images/icons/email.e3RBfsKGUI0.svg);
}
.icon--email-blue {
    background-image: url(../images/icons/email-blue.DkgjueVLTzg.svg);
}
.icon--smartphone {
    background-image: url(../images/icons/smartphone.KDymcrStMhc.svg);
}
.icon--smartphone-blue {
    background-image: url(../images/icons/smartphone-blue.NK3NUnAhK5k.svg);
}
.icon--info {
    background-image: url(../images/icons/info.Gmnh8ggSj3s.svg);
}
.icon--hint {
    background-image: url(../images/icons/hint.hhyRe4RtpXQ.svg);
}
.icon--error {
    background-image: url(../images/icons/error.vaixkiSjlXo.svg);
}
.icon--shield {
    background-image: url(../images/icons/shield.BZQ3EnwrCvo.svg);
}
.icon--share {
    background-image: url(../images/icons/share.Jb3OHVTmqQQ.svg);
}
.icon--award {
    background-image: url(../images/icons/award.7LEnKrmZ3l8.svg);
}
.icon--users {
    background-image: url(../images/icons/users.17IsoG8eso0.svg);
}
.icon--sliders {
    background-image: url(../images/icons/sliders.s8cF5ErtuRk.svg);
}
.icon--warning {
    background-image: url(../images/icons/warning._cRfcHJaj9o.svg);
}
.icon--success {
    background-image: url(../images/icons/success.sGXid94q2wU.svg);
}
.icon--globe {
    background-image: url(../images/icons/globe.lCCI4Dy69Ns.svg);
}
.icon--spinner {
    animation: a 0.6s linear infinite;
    border-radius: 50%;
    border-right: 2px solid transparent;
    border-top: 2px solid #fff;
    margin-bottom: -0.2em;
}
.icon--edit {
    background-image: url(../images/icons/edit.ki0bAhDrG8s.svg);
}
.icon--add {
    background-image: url(../images/icons/add.aK-B3d926nk.svg);
}
.icon--invert {
    filter: invert(100%);
}
.icon--size-s {
    height: 0.75em;
    min-height: 0.75em;
    min-width: 0.75em;
    width: 0.75em;
}
.icon--size-l {
    height: 1.25em;
    min-height: 1.25em;
    min-width: 1.25em;
    width: 1.25em;
}
.icon--size-xl {
    height: 1.5em;
    min-height: 1.5em;
    min-width: 1.5em;
    width: 1.5em;
}
.icon--rotate180 {
    transform: rotate(180deg);
}
.icon--flip-v {
    transform: scaleY(-1);
}
.checkbox__group {
    align-items: baseline;
    display: flex;
}
.checkbox__group > * {
    flex: 0 1 auto;
}
.checkbox__element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    height: 1em;
    margin: 0 0 0 0.15em;
    position: relative;
    width: 1em;
}
.checkbox__element:before {
    background-position: 100% 0;
    bottom: -0.15em;
    content: " ";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.checkbox__element:before,
.checkbox__element:checked:before {
    background-image: url(../images/icons/checkbox-sprite.F0Y2zkXoaBo.svg);
    background-size: 200% 100%;
}
.checkbox__element:checked:before {
    background-position: 0 0;
}
.checkbox__element:focus-visible {
    outline: none;
}
.checkbox__element:focus-visible:before {
    box-shadow: 0 0 2px 1px #212121;
}
.checkbox__label {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.65em;
}
.profile-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.profile-item > * {
    flex: 0 1 auto;
}
.profile-item__content {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.profile-item__content > * {
    flex: 0 1 auto;
}
.profile-item__content > * + * {
    margin-top: 8px;
}
.profile-item__property {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
}
.profile-item__popup {
    text-transform: none;
}
.profile-item__value {
    color: #212121;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    line-height: 2rem;
    word-break: break-word;
}
.profile-item__icon {
    margin-bottom: -0.2em;
}
.collapsible-item--with-margins {
    margin: 16px 0 24px;
}
.collapsible-item[open] .collapsible-item__header:before {
    background-image: url(../images/icons/arrow-blue.vWJyRDTH4aQ.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: " ";
    height: 12px;
    margin-right: 6px;
    min-height: 12px;
    min-width: 12px;
    transform: rotate(0deg);
    width: 12px;
}
.collapsible-item__header {
    align-items: baseline;
    cursor: pointer;
    display: flex;
    list-style: none;
}
.collapsible-item__header > * {
    flex: 0 1 auto;
}
.collapsible-item__header::-webkit-details-marker {
    display: none;
}
.collapsible-item__header:before {
    background-image: url(../images/icons/arrow-blue.vWJyRDTH4aQ.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: " ";
    height: 12px;
    margin-right: 6px;
    min-height: 12px;
    min-width: 12px;
    transform: rotate(-90deg);
    width: 12px;
}
.collapsible-item__title {
    color: #003253;
    color: #126fa4;
    display: inline;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
    margin: 8px 0;
}
.collapsible-item__content {
    margin-left: 18px;
    text-align: start;
}
.faqs-excerpt {
    margin-bottom: 48px;
    margin-top: 64px;
}
.faqs-excerpt__title {
    color: #003253;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 4rem;
    margin-bottom: 48px;
    text-align: center;
}
.faqs-excerpt__link {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: center;
    margin-top: 40px;
    text-transform: uppercase;
}
.faqs-excerpt__link > * {
    flex: 0 1 auto;
}
.faqs-excerpt__link-icon {
    margin-bottom: 0.125rem;
    margin-left: 9px;
}
.footer {
    background: #003253 !important;
}
.footer__links {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: left;
    list-style: none;
    margin: 25px 0 0;
}
.footer__links > * {
    flex: 0 1 auto;
}
.footer__link {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}
.footer__link:hover,
.footer__link[aria-current="page"] {
    text-decoration: underline;
}
.form {
    display: flex;
    flex-direction: column;
}
.form > * {
    flex: 0 1 auto;
}
.form > * + * {
    margin-top: 24px;
}
.form__actions {
    align-items: stretch;
    display: flex;
    flex-direction: column-reverse;
}
.form__actions > * {
    flex: 0 1 auto;
}
.form__actions > * + * {
    margin-bottom: 8px;
}
:root {
    --header__menu--height: 10em;
    --header__more-menu--height: 10em;
}
.header {
    position: absolute;
    position: fixed;
    width: 100%;
    z-index: 3;
}
.header:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.25);
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.header__brand-link > * {
    max-width: none;
}
.header__container {
    background: #003253;
    background: linear-gradient(45deg, #003253, #124579);
    box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.25);
    position: relative;
}
.header__content {
    display: grid;
    grid-column-gap: 12px;
    grid-template-columns: 1fr minmax(0, min-content);
    grid-template-rows: min-content min-content;
}
.header__logo {
    grid-column: 1;
    grid-row: 1;
    height: 2rem;
    margin: 24px 0 0;
}
.header__actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1/3;
    padding-top: 16px;
    z-index: 10;
}
.header__actions > * {
    flex: 0 0 auto;
}
.header__actions > * + * {
    margin: 8px 0 0;
}
.header__button {
    background-color: hsla(0, 0%, 100%, 0);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 2px 9px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.header__button:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.header__button--logout {
    border: 0;
    cursor: pointer;
}
.header__button--secondary {
    border: 1px solid;
}
.header__button--username {
    color: hsla(0, 0%, 100%, 0.6);
    flex-shrink: 1;
    text-transform: none;
}
.header__nav {
    grid-column: 1/3;
    grid-row: 2;
    position: relative;
}
.header .header__close-menu,
.header .header__open-menu {
    box-sizing: content-box;
    display: block;
    height: 1em;
    margin-left: -12px;
    padding: 24px 18px;
    text-decoration: none;
    width: 1em;
}
.header__open-menu {
    opacity: 1;
}
.header__close-menu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.header__menu {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 -18px;
    overflow: visible auto;
}
.header__menu-item {
    flex: 0 1 auto;
    white-space: nowrap;
}
.header__menu-item--more {
    display: block;
    position: relative;
}
html.no-js .header__menu-item--more {
    display: none;
}
.header__menu-link {
    color: #fff;
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none;
    width: 100%;
}
.header__menu-link:hover,
.header__menu-link[aria-current="page"] {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.header .header__nav:target:before,
.header--show-menu:before {
    opacity: 1;
    visibility: visible;
}
.header .header__nav:target,
.header--show-menu {
    height: 100%;
}
.header .header__nav:target .header__menu,
.header--show-menu .header__menu {
    max-height: 10em;
    max-height: min(var(--header__menu--height), 50vh);
}
.header .header__nav:target .header__open-menu,
.header--show-menu .header__open-menu {
    opacity: 0;
    visibility: hidden;
}
.header .header__nav:target .header__close-menu,
.header--show-menu .header__close-menu {
    opacity: 1;
    visibility: visible;
}
.hero {
    margin-top: -24px;
    overflow-x: clip;
}
.hero__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.hero__content > * {
    flex: 0 1 auto;
}
.hero__image {
    background-image: url(../images/hero-illustration.QuckXiHXknQ.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1 1 auto;
    min-height: 200px;
    order: 1;
    width: 100%;
}
.hero__inner-content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    order: 2;
}
.hero__inner-content > * {
    flex: 0 1 auto;
}
.hero__inner-content--centered {
    justify-content: center;
}
.hero__title {
    color: #003253;
    font-size: 3.4rem;
    letter-spacing: 0.025rem;
    line-height: 4rem;
    max-width: 378px;
}
.hero__description,
.hero__title {
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
    word-break: break-word;
}
.hero__description {
    color: #212121;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    max-width: 446px;
}
.hero__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.input {
    position: relative;
}
.input__element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    margin-top: 12px;
    width: 100%;
}
.input__element:focus {
    border-bottom-color: #126fa4;
    outline: none;
}
.input__element--invalid {
    border-bottom-color: #b00020 !important;
}
.input__element:-webkit-autofill {
    -webkit-background-clip: text;
}
.input__element::-ms-reveal {
    display: none;
}
.input__placeholder {
    color: rgba(0, 0, 0, 0.5);
    cursor: text;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.input__element:not(:-moz-placeholder-shown) + .input__placeholder {
    cursor: default;
    font-size: 1.3rem;
    top: -0.75rem;
}
.input__element:focus + .input__placeholder,
.input__element:not(:placeholder-shown) + .input__placeholder,
.input__placeholder--moved {
    cursor: default;
    font-size: 1.3rem;
    top: -0.75rem;
}
.input__error-list {
    color: #b00020;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    line-height: 1.6rem;
    margin-top: 8px;
}
.input__error-item {
    margin-left: 12px;
}
.input__error-item + .input__error-item {
    margin-top: 4px;
}
.input__error {
    color: #b00020;
    display: block;
    margin-top: 8px;
}
.input__error,
.input__hint {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    line-height: 1.6rem;
}
.input__hint {
    color: #212121;
    color: rgba(0, 0, 0, 0.529);
    margin-top: 12px;
}
.input__password-toggle {
    position: absolute;
    right: 0;
    top: 16px;
}
html.no-js .input__password-toggle {
    display: none;
}
.input__password-toggle:focus {
    box-shadow: 0 0 2px 1px #212121;
}
.language-switch {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 8px 0 24px;
    vertical-align: middle;
}
.language-switch > * {
    flex: 0 1 auto;
}
.language-switch:hover {
    text-decoration: none;
}
.language-switch__submit {
    display: none;
    font-size: 1.2rem;
    margin-left: 9px;
    padding: 8px 12px;
}
html.no-js .language-switch__submit {
    display: block;
}
.language-switch__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #003253 url(../images/icons/arrow._2zvu0H2xuo.svg) no-repeat 100%;
    background-size: 1em;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
}
html.no-js .language-switch__select {
    max-width: 150px;
}
.language-switch__select > option {
    background-color: #fff;
    color: #126fa4;
    font-size: 1.6rem;
}
.legal-document-agreement-editor > div:first-of-type {
    display: flex;
    margin-top: 0;
}
.legal-document-agreement-editor > div:first-of-type > * {
    flex: 0 1 auto;
}
.legal-document-agreement-editor > div:first-of-type > :first-child {
    flex-grow: 1;
}
.legal-document-agreement-editor__placeholder {
    color: rgba(0, 0, 0, 0.5);
    cursor: text;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.legal-document-agreement-editor__language-change--hidden {
    display: none;
}
.link,
a:not([class]) {
    background: transparent;
    border: none;
    color: #126fa4;
    text-decoration: none;
}
.link:hover,
a:hover:not([class]) {
    color: #0d3e68;
    cursor: pointer;
}
.link:active,
a:active:not([class]) {
    color: #052745;
}
.link:disabled,
a:disabled:not([class]) {
    color: rgba(18, 111, 164, 0.57);
    cursor: not-allowed;
}
a[download] {
    white-space: nowrap;
}
a[download]:after {
    background-image: url(../images/icons/download.CrPMRlwc3hk.svg);
    content: " ";
    height: 1.2em;
    margin-bottom: -0.2em;
    margin-left: 0.15em;
    min-height: 1.2em;
    min-width: 1.2em;
    width: 1.2em;
}
.link--shout {
    text-transform: uppercase;
}
.link--hidden {
    display: none;
}
.message {
    border: 1px solid;
    border-radius: 6px;
    display: flex;
    padding: 8px 12px;
}
.message > * {
    flex: 0 1 auto;
}
.message--hint {
    border-color: rgba(0, 0, 0, 0.251);
}
.message--error {
    border-color: #b00020;
}
.message--warning {
    border-color: #f7b500;
}
.message--info,
.message--success {
    border-color: #126fa4;
}
.message--success {
    padding: 12px;
}
html.js .message--volatile {
    box-shadow: 0 2px 8px -4px #000;
    display: none;
    transform-origin: center;
}
html.js .message--volatile.message--warning {
    background-color: #fff;
}
html.js .message--volatile.message--error {
    background-color: #ffe3e8;
}
html.js .message--volatile.message--info,
html.js .message--volatile.message--success {
    background-color: #f7f7f7;
}
.message__icon {
    align-self: center;
    margin-right: 12px;
}
.message__close {
    padding: 0 6px;
}
html.no-js .message__close {
    display: none;
}
.messages {
    display: flex;
    flex-direction: column;
}
.messages > * {
    flex: 0 1 auto;
    margin-bottom: 12px;
}
.messages > :last-child {
    margin-bottom: 24px;
}
.messages--volatile {
    bottom: 24px;
    display: block;
    left: 12px;
    position: fixed;
    right: 12px;
    z-index: 10;
}
.messages--volatile > *,
.messages--volatile > :last-child {
    margin: 0;
}
.phone-number-input__form {
    display: flex;
    position: relative;
}
.phone-number-input__placeholder {
    color: rgba(0, 0, 0, 0.5);
    cursor: text;
    font-size: 1.3rem;
    left: 0;
    line-height: 1.3rem;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.phone-number-input__input {
    flex: 1 1 auto;
}
.popup {
    display: inline-block;
}
.popup__open-popup {
    text-decoration: none;
}
.popup__open-popup-icon {
    vertical-align: middle;
}
.popup__close-popup {
    text-decoration: none;
}
.popup__content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 24px 28px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 24px;
    opacity: 0;
    padding: 24px;
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 100%;
    z-index: 2;
}
.popup__content:after {
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 12px;
    bottom: 100%;
    content: "";
    left: 50%;
    position: absolute;
}
.popup__content--visible,
.popup__content:target {
    opacity: 1;
    visibility: visible;
}
.popup__header {
    color: #003253;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
    margin: 0 0 14px;
    word-break: break-word;
}
.popup__text {
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
}
.radio-button-group {
    display: flex;
    flex-flow: row wrap;
    gap: 0 1em;
}
.radio-button-group > * {
    flex: 0 1 auto;
}
.radio-button__group {
    align-items: baseline;
    display: flex;
}
.radio-button__group > * {
    flex: 0 1 auto;
}
.radio-button__element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    height: 1em;
    margin: 0 0 0 0.15em;
    position: relative;
    width: 1em;
}
.radio-button__element:before {
    background-position: 100% 0;
    bottom: -0.15em;
    content: " ";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.radio-button__element:before,
.radio-button__element:checked:before {
    background-image: url(../images/icons/radio-button-sprite.rRIbaE6BQbQ.svg);
    background-size: 200% 100%;
}
.radio-button__element:checked:before {
    background-position: 0 0;
}
.radio-button__element:focus-visible {
    outline: none;
}
.radio-button__element:focus-visible:before {
    box-shadow: 0 0 2px 1px #212121;
}
.radio-button__label {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.5em;
}
.seamless-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
}
.seamless-content > * {
    flex: 0 1 auto;
}
.seamless-content > * + * {
    margin-top: 16px;
}
.seamless-content__header {
    color: #003253;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
}
.seamless-content__prefix-icon {
    margin-right: 6px;
    vertical-align: text-bottom;
}
.seamless-content__sub-header {
    align-self: flex-start;
}
.seamless-content__username-link {
    line-height: normal;
    white-space: nowrap;
}
.seamless-content__text {
    color: #003253;
    display: block;
    overflow-wrap: break-word;
}
.select {
    align-items: flex-end;
    display: flex;
}
.select__element {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    flex-grow: 1;
    margin-left: -4px;
    margin-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.select__element--highlight {
    border-bottom: 0;
    color: #126fa4;
    font-weight: 700;
}
@-moz-document url-prefix() {
    .select__element {
        margin-left: 0;
    }
}
.select-security-code-channel {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
}
.select-security-code-channel > * {
    flex: 0 1 auto;
}
.select-security-code-channel > * + * {
    margin-top: 16px;
}
.select-security-code-channel__header {
    color: #003253;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
}
.select-security-code-channel__text {
    color: #003253;
    display: block;
    overflow-wrap: break-word;
}
.user-identifier__switch-link {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-top: 16px;
}
.user-identifier__icon {
    margin-right: 8px;
}
.verification-code {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.verification-code > * {
    flex: 0 1 auto;
}
.verification-code__icon {
    flex: 0 0 14em;
    height: 14em;
    margin-bottom: 16px;
    width: 14em;
}
.verification-code__icon--email {
    background-image: url(../images/verification-code/email.obKxj2Rxj8g.svg);
}
.verification-code__icon--sms {
    background-image: url(../images/verification-code/sms.-9TqRuCDeME.svg);
}
.verification-code__icon--whatsapp {
    background-image: url(../images/verification-code/whatsapp.RXak3quASHQ.svg);
}
.verification-code__header {
    color: #003253;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
    line-height: 2.4rem;
    margin-bottom: 8px;
}
.verification-code__username-link {
    margin-bottom: 8px;
}
.verification-code__text {
    color: #003253;
    display: block;
    margin-bottom: 8px;
    overflow-wrap: break-word;
}
.code-challenge {
    position: relative;
    width: 100%;
}
.code-challenge__legacy--hidden {
    display: none;
}
.code-challenge__container {
    margin-bottom: 8px;
}
.code-challenge__container--hidden {
    display: none;
}
.code-challenge__input {
    border: 1px solid rgba(0, 0, 0, 0.251);
    border-radius: 6.4px 4.8px 6.4px 4.8px;
    box-sizing: border-box;
    font-size: 2.6rem;
    height: 32px;
    margin: 3.2px 2.4px;
    padding: 0;
    text-align: center;
    width: 27.96px;
}
.code-challenge__input[disabled] {
    cursor: not-allowed;
}
.code-challenge__timer {
    color: #212121;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
}
.code-challenge__timer--hidden {
    display: none;
}
.code-challenge__timer-value {
    color: #126fa4;
}
.code-challenge__link {
    color: #212121;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
}
.code-challenge__link--hidden {
    display: none;
}
.default-layout {
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.default-layout > * {
    flex: 0 1 auto;
}
.default-layout__main {
    background: #fff;
    flex: 1 1 auto;
    padding: 24px 0;
}
.pure-layout {
    align-items: center;
    background-color: #f7f7f7;
    display: flex;
    height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    min-height: 100%;
}
.pure-layout__main {
    margin: 54px;
}
.pure-layout__skid-logo {
    margin-bottom: 40px;
    width: 25rem;
}
.pure-content__header {
    color: #003253;
    font-size: 3.4rem;
    font-size: 4.8rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: normal;
    margin: 16px 12px;
}
.pure-content__text {
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    margin: 0 12px;
}
.pure-content__form {
    align-self: flex-end;
    margin: 16px 12px;
}
.about {
    background-color: #f7f7f7;
    padding: 20px 21px 32px;
    width: 100%;
}
.about__header {
    align-items: center;
    color: #003253;
    display: flex;
    justify-content: space-between;
    max-height: 4rem;
}
.about__title {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: normal;
}
.about__brands {
    margin-left: -21px;
    margin-right: -21px;
}
.about__show-info {
    cursor: pointer;
    display: block;
}
.about__hide-info {
    display: none;
}
.about__info {
    line-height: 3rem;
    max-height: 0;
    overflow: hidden;
}
.about__info a {
    font-weight: 500;
}
.about--expanded,
.about:target {
    box-shadow: 0 -2px 4px hsla(0, 0%, 51%, 0.25);
}
.about--expanded .about__info,
.about:target .about__info {
    max-height: 25vh;
    padding-top: 16px;
}
.about--expanded .about__show-info,
.about:target .about__show-info {
    display: none;
}
.about--expanded .about__hide-info,
.about:target .about__hide-info {
    cursor: pointer;
    display: block;
    position: relative;
}
.seamless-layout {
    display: flex;
    flex-direction: column;
}
.seamless-layout__header {
    background: #fff linear-gradient(45deg, #003253, #124579);
    display: flex;
    height: 6.4rem;
    justify-content: space-between;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.seamless-layout__skid-logo {
    /*display: flex;*/
   /* height: 2.5rem;*/
    margin: 2rem 1.6rem;
    /*min-width: 16rem;
    width: 16rem;*/
}
.seamless-layout__partner-logo {
    background-color: #fff;
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    margin-bottom: 0.8rem;
    margin-right: 1.6rem;
    /*max-width: 18.4rem;*/
    /*padding-top: 1.6rem;
    padding-bottom: 1.6rem;*/
}
.seamless-layout__right-panel {
    display: none;
}
.seamless-layout__hero-image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.seamless-layout__left-panel {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90vh;
    position: relative;
    width: 100%;
}
.seamless-layout__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 18px;
    min-height: 55vh;
    padding-top: 12.8rem;
    position: relative;
}
@media only screen and (min-width: 480px) {
    .brands__carousel {
        grid-auto-columns: calc(33.33333% - 12px);
    }
    .footer__content {
        display: flex;
    }
    .footer__content > * {
        flex: 0 1 auto;
    }
    .footer__content--justified {
        margin: 0 30px;
    }
    .footer__links {
        flex-flow: row wrap;
        margin: 2px 0;
    }
    .footer__links > :not(:last-child) {
        margin-right: 31.98px;
    }
    .form__actions {
        flex-flow: row wrap;
        justify-content: flex-end;
    }
    .form__actions > :not(:last-child) {
        margin-right: 24px;
    }
    .hero__image {
        min-height: 256px;
    }
    .language-switch {
        margin: 0 0 0 auto;
        padding-left: 12px;
    }
    .seamless-layout__main {
        display: flex;
        flex: 1;
    }
}
@media only screen and (min-width: 576px) {
    .brands__carousel {
        grid-auto-columns: calc(25% - 12px);
    }
    .captcha-dialog__content {
        margin: 0 auto;
        max-width: 558px;
    }
    .header {
        position: relative;
    }
    .header__actions {
        flex-direction: row;
        padding: 0;
    }
    .header__actions > * + * {
        margin: 0 0 0 24px;
    }
    .header__button {
        padding: 6px 18px;
    }
    .header__nav {
        grid-column: 1;
        margin-top: 24px;
        min-width: 0;
        overflow-x: clip;
        visibility: hidden;
    }
    .header__nav--visible {
        overflow-x: visible;
        visibility: visible;
    }
    html.no-js .header__nav {
        overflow-x: auto;
        visibility: visible;
    }
    .header .header__close-menu,
    .header .header__open-menu {
        display: none;
    }
    .header__menu {
        flex-direction: row;
        margin: 0;
        overflow: visible;
        white-space: nowrap;
    }
    .header__menu-item {
        margin-left: 24px;
    }
    .header__menu-item:first-child {
        margin: 0;
    }
    .header__menu-item--hidden {
        display: none;
    }
    .header__menu-link {
        border-bottom: 3px solid transparent;
        padding: 0 0 13px;
        width: auto;
    }
    .header__menu-link:hover,
    .header__menu-link[aria-current="page"] {
        background-color: transparent;
        border-color: currentcolor;
    }
    .header__more-toggle {
        background-color: transparent;
        border: 0;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        margin-top: -4px;
        padding: 4px 6px;
    }
    .header__more-toggle:hover {
        background-color: hsla(0, 0%, 100%, 0.2);
    }
    .header__more-toggle[aria-expanded="true"] {
        background: #fff;
        color: #003253;
    }
    .header__more-menu {
        background-color: #124579;
        border-radius: 0 0 12px 12px;
        list-style: none;
        max-height: 0;
        overflow: visible hidden;
        position: absolute;
        right: 50%;
        top: 100%;
        transform: translateX(50%);
    }
    .header__more-menu:after,
    .header__more-menu:before {
        content: " ";
        display: block;
        height: 16px;
    }
    .header__more-menu:before {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .header__more-menu--show {
        max-height: 10000px;
        max-height: var(--header__more-menu--height);
    }
    .header__more-item:last-child {
        margin-bottom: 0;
    }
    .header__more-item--hidden {
        display: none;
    }
    .header__more-link {
        color: #fff;
        display: block;
        padding: 0 18px 4px;
        text-decoration: underline;
        text-decoration-color: transparent;
    }
    .header__more-link:hover,
    .header__more-link[aria-current="page"] {
        background-color: hsla(0, 0%, 100%, 0.2);
    }
    .hero__image {
        min-height: 307.2px;
    }
}
@media only screen and (min-width: 576px) and (-ms-high-contrast: active), only screen and (min-width: 576px) and (-ms-high-contrast: none) {
    .header__nav {
        visibility: visible;
    }
}
@media only screen and (min-width: 576px) and (prefers-reduced-motion: no-preference) {
    .header__menu-link {
        transition: 0.3s linear;
        transition-property: border-color;
    }
    .header__more-toggle {
        transition: 0.3s linear;
        transition-property: background-color;
    }
    .header__more-menu {
        transition: 0.3s ease-in-out;
        transition-property: max-height;
    }
    .header__more-link {
        transition: 0.3s linear;
        transition-property: text-decoration-color;
    }
}
@media only screen and (min-width: 768px) {
    .brands__carousel {
        grid-auto-columns: calc(33.33333% - 12px);
    }
    .brands .button,
    .brands__nav {
        align-self: center;
        cursor: pointer;
        display: block;
        position: absolute;
    }
    .brands__item {
        height: 70px;
    }
    .call-to-action__content-wrapper {
        flex-direction: row;
    }
    .call-to-action__title {
        font-size: 3.4rem;
        letter-spacing: 0;
    }
    .call-to-action__sub-title {
        margin-bottom: 0;
    }
    .call-to-action__action {
        margin-left: 32px;
    }
    .call-to-action__link {
        max-width: inherit;
        white-space: nowrap;
        width: inherit;
    }
    .captcha-dialog__content {
        width: 488px;
    }
    .profile-item {
        margin-bottom: 8px;
    }
    .profile-item__content {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .profile-item__content > * {
        flex: 0 1 auto;
    }
    .profile-item__property {
        align-self: center;
        margin-bottom: 0;
        width: 20%;
    }
    .profile-item__property:only-child {
        width: 100%;
    }
    .faqs-excerpt__title {
        font-size: 3.4rem;
        letter-spacing: 0;
    }
    .header__logo {
        height: 3.6rem;
    }
    .hero__content {
        flex-direction: row;
        min-height: 460px;
    }
    .hero__image {
        background-position: 100% 0;
        min-height: inherit;
        order: 2;
        position: absolute;
        right: -180px;
        z-index: -1;
    }
    .hero__inner-content {
        margin-top: 0;
        order: 1;
    }
    .hero__inner-content--centered {
        margin-top: 80px;
    }
    .hero__title {
        font-size: 4.8rem;
        letter-spacing: 0;
        line-height: 5.625rem;
        margin-top: 0;
    }
    .hero__description,
    .hero__title {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .hero__button {
        margin-left: 0;
    }
    .popup {
        position: relative;
    }
    .popup__content:after {
        left: 24px;
    }
    .popup__content {
        max-width: 500px;
        width: 500px;
        width: -moz-max-content;
        width: max-content;
    }
    .seamless-content,
    .select-security-code-channel {
        padding-bottom: 0;
    }
    .verification-code--icon-left {
        flex-direction: row;
    }
    .verification-code--icon-left > :first-child {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .pure-content__header {
        font-size: 4.8rem;
        letter-spacing: 0;
    }
    .about {
        background-color: transparent;
        bottom: 0;
        padding-bottom: 20px;
        padding-left: 27px;
        position: absolute;
        width: 52rem;
        z-index: 1;
    }
    .about:after,
    .about:before {
        background-color: #f7f7f7;
        content: "";
        inset: 0;
        position: absolute;
        transform-origin: bottom right;
        z-index: -1;
    }
    .about:before {
        transform: skewX(-3deg);
    }
    .about:after {
        transform: skewX(0);
    }
    html.no-js .about {
        position: relative;
    }
    .about__title {
        font-size: 1.8rem;
    }
    .about__brands {
        margin-left: 0;
        margin-right: 0;
    }
    .about--expanded,
    .about:target {
        box-shadow: none;
    }
    .about--expanded:before,
    .about:target:before {
        box-shadow: 0 -2px 4px hsla(0, 0%, 51%, 0.25);
    }
    .seamless-layout__header {
        background: none;
        height: 9.6rem;
    }
    .seamless-layout__skid-logo {
        /*height: 10rem;*/
        margin: 1.5rem 0 5rem 30px;
       /* min-width: 52rem;*/
    }
    .seamless-layout__partner-logo {
        margin-bottom: 0;
        margin-right: 5rem;
    }
    .seamless-layout__right-panel {
        display: block;
        flex: 1;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .seamless-layout__left-panel {
        min-height: 100%;
        width: 52rem;
        z-index: 1;
    }
    .seamless-layout__left-panel:after,
    .seamless-layout__left-panel:before {
        background-color: #fff;
        content: "";
        inset: 0;
        position: absolute;
        transform-origin: bottom right;
        z-index: -1;
    }
    .seamless-layout__left-panel:before {
        transform: skewX(-3deg);
    }
    .seamless-layout__left-panel:after {
        transform: skewX(0);
    }
    .seamless-layout__content {
        justify-content: center;
        margin: auto 36px;
        padding-bottom: 15rem;
        padding-top: 12.6rem;
        top: 0;
    }
    html.no-js .seamless-layout__content {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
    .about--expanded:before,
    .about:target:before {
        transition: 0.3s linear;
        transition-property: box-shadow;
    }
}
@media only screen and (min-width: 992px) {
    .call-to-action__content {
        background-image: url(../images/call-to-action/call-to-action_1024x111.J9b2cviYCac.jpg);
    }
    .content {
        margin: 0 auto;
        max-width: 974px;
        padding: 0;
    }
    .messages--volatile {
        inset: auto 24px 56px auto;
        width: max(25%, 360px);
    }
    .pure-layout__main {
        margin: 0 auto;
        max-width: 974px;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .brands__carousel {
        overflow-x: visible;
        visibility: visible;
    }
    .brands .button,
    .brands__nav {
        display: none;
    }
    .brands__logo {
        height: auto;
        width: auto;
    }
    .brands {
        overflow-y: hidden;
    }
    .icon--invert {
        background-color: currentcolor;
    }
    .language-switch__submit {
        display: block;
    }
    .language-switch__select {
        max-width: 150px;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .button--submit,
    .button--submit-inverted {
        transition: 0.3s linear;
        transition-property: background-color;
    }
    .button--reset {
        transition: 0.3s linear;
        transition-property: color;
    }
    .checkbox__element:before,
    .icon,
    .radio-button__element:before,
    a[download]:after {
        transition: 0.3s linear;
        transition-property: transform;
    }
    .header:before {
        transition: 0.3s linear;
        transition-property: opacity;
    }
    .header__button {
        transition: 0.3s linear;
        transition-property: background-color;
    }
    .header .header__close-menu,
    .header .header__open-menu {
        transition: 0.3s linear;
        transition-property: opacity, visibility;
    }
    .header__menu {
        transition: 0.3s ease-in-out;
        transition-property: max-height;
    }
    .input__element {
        transition: 0.3s linear;
        transition-property: border-bottom-color;
    }
    .input__placeholder {
        transition: 0.3s ease-in-out;
        transition-property: top, font-size;
    }
    .about__info {
        transition: 0.3s ease-in-out;
        transition-property: max-height, padding-top;
    }
    .about--expanded,
    .about:target {
        transition: 0.3s linear;
        transition-property: box-shadow;
    }
}
@media only screen and (width >= 1366px) {
    .call-to-action__content {
        background-image: url(../images/call-to-action/call-to-action_1366x148.Sh3IX1MwIlk.jpg);
    }
}
@media only screen and (width >= 1920px) {
    .call-to-action__content {
        background-image: url(../images/call-to-action/call-to-action_1920x208.d3L0ffRova0.jpg);
    }
}
@media only screen and (max-width: 575.9999px) {
    .header__button--login {
        margin-top: 4px;
        text-align: center;
    }
    .header__menu {
        max-height: 0;
    }
    .header__menu-item--more {
        display: none;
    }
    .default-layout__main {
        margin-top: 108px;
    }
}

.arbis-form {
    border: 1px solid #c3c3c4;
    background: #f1f1f1;
    padding: 20px;
    margin: 0 0 15px 0;
}
