@font-face {
    font-family: "Rubik";
    src: url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
}
.ua-banner {
    padding: 0.5rem 1rem;
    position: relative;
    background-color: #010e28;
    width: 100%;
    color: var(--white);
    font-family: "Rubik", sans-serif;
    overflow: hidden;
    border-bottom: 1px solid #1f2b42;
}

@media (min-width: 40em) {
    .ua-banner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 80em) {
    .ua-banner {
        padding: 1.5rem 1.5rem;
    }
}
.ua-banner__decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75rem;
}

@media (min-width: 80em) {
    .ua-banner__decor {
        width: auto;
    }
}
.ua-banner__content {
    position: relative;
}

.ua-banner__trigger {
    align-items: center;
    display: flex;
    min-height: 3.25rem;
}

@media (min-width: 64em) {
    .ua-banner__trigger {
        min-height: 4.375rem;
    }
}

@media (min-width: 80em) {
    .ua-banner__trigger {
        min-height: 2.375rem;
    }
}

.ua-banner__heading {
    line-height: 1.71429;
    font-size: .875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 64em) {
    .ua-banner__heading {
        line-height: 1;
        font-size: 1.5rem;
    }
}

.ua-banner__close {
    margin: 0;
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: auto;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    color: #3bbbe9;
}

.ua-banner__icon {
    line-height: 1;
    font-size: 1.125rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: currentColor;
}

.ua-banner__wrapper {
    display: none;
}

.ua-banner__wrapper.open {
    display: block;
}

.ua-banner__list {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
}

.social-links.social-links--horizontal {
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 64em) {
    .ua-banner__list {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        max-width: 56.25rem;
        gap: 2.25rem;
    }
}

@media (min-width: 80em) {
    .ua-banner__list {
        margin-top: .5rem;
        justify-content: space-between;
        max-width: 81.25rem;
    }
}

.ua-banner__link {
    color: #3bbbe9;
    text-decoration: underline;
    line-height: 1;
    font-size: 0.75rem;
}

@media (min-width: 64em) {
    .ua-banner__link {
        font-size: .875rem;
    }
}

@media (min-width: 80em) {
    .ua-banner__link {
        font-size: 1.125rem;
    }
}

.ua-banner__link:hover {
    text-decoration: none;
}

.ua-banner__link.ua-banner__iban {
    margin-left: 0.25rem;
    cursor: pointer;
    font-weight: 700;
}

.ua-banner__item {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #1f2b42;
}

.ua-banner__item:last-child {
    border-bottom: 0;
}

@media (min-width: 64em) {
    .ua-banner__item {
        margin-bottom: 0;
    }
    .ua-banner__item {
        border-bottom: 0;
    }
}

@media (min-width: 80em) {
    .ua-banner__item {
        padding-bottom: 0;
    }
}

.ua-banner__item:last-child {
    margin-bottom: 0;
}
.ua-banner__text {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    line-height: 3.3;
    font-size: 0.75rem;
}

@media (min-width: 64em) {
    .ua-banner__text {
        font-size: .875rem;
    }
}

@media (min-width: 80em) {
    .ua-banner__text {
        line-height: 3;
        font-size: 1.125rem;
    }
}
.ua-banner__button {
    margin: 0;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 0 1.5rem 0;
    width: auto;
    overflow: visible;
    line-height: 2;
    font-size: 0.625rem;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    display: block;
    border-radius: 20px;
    background-color: #3bbbe9;
    text-decoration: none;
    color: #010e28;
    font-weight: 700;
}

@media (min-width: 80em) {
    .ua-banner__button {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.ua-banner__button:hover {
    background-color: #18a6d9;
    text-decoration: none;
}

@media (min-width: 64em) {
    .ua-banner__button {
        line-height: 2;
        font-size: 1.25rem;
        min-width: 8.75rem;
    }
}
.u-ml-16 {
    margin-left: 1rem !important;
}

.header.is-fixed {
    position: sticky;
}

.header.is-fixed + * {
    margin-top: calc(var(--header-height) * -1);
}

.header {
    display: block;
    background-color: transparent;
    height: auto;
}

.header.is-transparent .header__wrapper {
    background-color: transparent;
}

.header__wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 4rem 1fr auto;
    background-color: var(--accent);
    transition: background-color 0.3s ease-in-out;
    height: var(--header-height);
}

.hamburger-box,
.hamburger-inner {
    pointer-events: none !important;
}

.hidden-desktop {
    display: none;
}

@media (min-width: 40em) {
    .header__wrapper {
        grid-template-columns: 5.5rem 1fr auto;
    }
}

@media (min-width: 64em) {
    .header__wrapper {
        grid-template-columns: 6.5rem 1fr auto auto;
    }
}

@media (min-width: 80em) {
    .header__wrapper {
        grid-template-columns: 9.875rem 1fr auto;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: block;
    }
}
