@charset "UTF-8";

/* Horizontal 1*/
.uk-grid-5,
.uk-grid-column-5 {
    margin-left: -5px !important;
}

.uk-grid-5>*,
.uk-grid-column-5>* {
    padding-left: 5px !important;
}

/* Vertical */
.uk-grid+.uk-grid-5,
.uk-grid+.uk-grid-row-5,
.uk-grid-5>.uk-grid-margin,
.uk-grid-row-5>.uk-grid-margin,
*+.uk-grid-margin-5 {
    margin-top: 5px !important;
}

/* Horizontal */
.uk-grid-10,
.uk-grid-column-10 {
    margin-left: -10px !important;
}

.uk-grid-10>*,
.uk-grid-column-10>* {
    padding-left: 10px !important;
}

/* Vertical */
.uk-grid+.uk-grid-10,
.uk-grid+.uk-grid-row-10,
.uk-grid-10>.uk-grid-margin,
.uk-grid-row-10>.uk-grid-margin,
*+.uk-grid-margin-10 {
    margin-top: 10px !important;
}

/* Horizontal */
.uk-grid-20,
.uk-grid-column-20 {
    margin-left: -20px !important;
}

.uk-grid-20>*,
.uk-grid-column-20>* {
    padding-left: 20px !important;
}

/* Vertical */
.uk-grid+.uk-grid-20,
.uk-grid+.uk-grid-row-20,
.uk-grid-20>.uk-grid-margin,
.uk-grid-row-20>.uk-grid-margin,
*+.uk-grid-margin-20 {
    margin-top: 20px !important;
}

.uk-margin-remove-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.uk-margin-left-25 {
    margin-left: 25px;
}

.uk-margin-left-30 {
    margin-left: -30px;
}

@media (max-width: 639.9px) {
    .uk-margin-left-30 {
        margin-left: -10px;
    }
}


/* adaptive */
/* mixin margin - set all margin (#name-{left, right, top, bottom}) */
.uk-margin-55-65-30 {
    margin: 55px;
}

.uk-margin-55-65-30-left {
    margin-left: 55px;
}

.uk-margin-55-65-30-right {
    margin-right: 55px;
}

.uk-margin-55-65-30-top {
    margin-top: 55px;
}

.uk-margin-55-65-30-bottom {
    margin-bottom: 55px;
}

@media (max-width: 1199.9px) {
    .uk-margin-55-65-30 {
        margin: 65px;
    }

    .uk-margin-55-65-30-left {
        margin-left: 65px;
    }

    .uk-margin-55-65-30-right {
        margin-right: 65px;
    }

    .uk-margin-55-65-30-top {
        margin-top: 65px;
    }

    .uk-margin-55-65-30-bottom {
        margin-bottom: 65px;
    }
}

@media (max-width: 959.9px) {
    .uk-margin-55-65-30 {
        margin: 30px;
    }

    .uk-margin-55-65-30-left {
        margin-left: 30px;
    }

    .uk-margin-55-65-30-right {
        margin-right: 30px;
    }

    .uk-margin-55-65-30-top {
        margin-top: 30px;
    }

    .uk-margin-55-65-30-bottom {
        margin-bottom: 30px;
    }
}

.uk-margin-30-10 {
    margin: 30px;
}

.uk-margin-30-10-left {
    margin-left: 30px;
}

.uk-margin-30-10-right {
    margin-right: 30px;
}

.uk-margin-30-10-top {
    margin-top: 30px;
}

.uk-margin-30-10-bottom {
    margin-bottom: 30px;
}

@media (max-width: 1199.9px) {
    .uk-margin-30-10 {
        margin: 10px;
    }

    .uk-margin-30-10-left {
        margin-left: 10px;
    }

    .uk-margin-30-10-right {
        margin-right: 10px;
    }

    .uk-margin-30-10-top {
        margin-top: 10px;
    }

    .uk-margin-30-10-bottom {
        margin-bottom: 10px;
    }
}

.uk-margin-5 {
    margin: 5px;
}

.uk-margin-5-left {
    margin-left: 5px;
}

.uk-margin-5-right {
    margin-right: 5px;
}

.uk-margin-5-top {
    margin-top: 5px;
}

.uk-margin-5-bottom {
    margin-bottom: 5px;
}

.uk-offcanvas-body {
    background: #fff;
}

.uk-offcanvas-bar-animation {
    transition: top 0.3s ease-out;
}

@media (max-width: 959.9px) {
    .uk-offcanvas-bar-animation {
        transition: none;
    }
}

@media (max-width: 959px) {
    .uk-offcanvas-body {
        padding: 15px 10px;
    }
}

@media (min-width: 959.9px) {
    .uk-padding-slider {
        padding: 35px 45px 25px 45px;
    }
}

@media (min-width: 1199.9px) {
    .uk-padding-slider {
        padding: 45px 55px 35px 55px;
    }
}

@media (min-width: 1599.9px) {
    .uk-padding-slider {
        padding: 65px 85px 50px 75px;
    }
}

.uk-padding-xs {
    padding: 10px;
}

/* mixin padding - set adaptive values depending on input values */
.uk-padding-50-30-20 {
    padding: 50px;
}

@media (max-width: 1599.9px) {
    .uk-padding-50-30-20 {
        padding: 30px;
    }
}

@media (max-width: 1199.9px) {
    .uk-padding-50-30-20 {
        padding: 20px;
    }
}

.uk-padding-50-30 {
    padding: 50px;
}

@media (max-width: 1599.9px) {
    .uk-padding-50-30 {
        padding: 30px;
    }
}

.uk-text-blue {
    color: #211d70 !important;
}

.uk-text-gray {
    color: #ABAEB1;
}

.uk-text-yellow {
    color: #FFE650 !important;
}

.uk-text-red {
    color: #ed1c24;
}

.uk-text-black {
    color: #01090f;
}

.uk-text-white {
    color: #ffffff;
}

.uk-text-weight-500 {
    font-weight: 500 !important;
}

.uk-text-weight-600 {
    font-weight: 600 !important;
}

.uk-text-weight-700 {
    font-weight: 700 !important;
}

.uk-text-weight-800 {
    font-weight: 800;
}

.uk-text-weight-900 {
    font-weight: 900 !important;
}

.uk-text-lh-normal {
    line-height: normal;
}

.uk-text-lh-1 {
    line-height: 1 !important;
}

.uk-text-lh-12 {
    line-height: 125% !important;
}

.uk-text-lh-17 {
    line-height: 175% !important;
}

.uk-text-lh-25 {
    line-height: clamp(16px, 2vw - 5px, 25px);
}

.uk-text-lh-35 {
    line-height: clamp(16px, 2vw - 5px, 35px);
}

.uk-title-1 {
    font-size: clamp(40px, 4vw, 70px);
}

.uk-title-2 {
    font-size: clamp(25px, 3vw - 7px, 45px);
}

.uk-title-3 {
    font-size: clamp(12px, 2vw - 10px, 22px);
}

.uk-text-xlarge {
    font-size: 35px;
}

.uk-text-80 {
    font-size: clamp(60px, 6vw, 80px);
}

.uk-text-55 {
    font-size: clamp(30px, 3vw, 55px);
}

.uk-text-40 {
    font-size: clamp(30px, 4vw, 40px);
}

.uk-text-35 {
    font-size: clamp(20px, 2vw, 35px);
}

.uk-text-30 {
    font-size: clamp(22px, 2vw, 30px);
}

.uk-text-22 {
    font-size: clamp(14px, 2vw - 5px, 22px);
}

.uk-text-20 {
    font-size: clamp(12px, 2vw - 8px, 20px);
}

.uk-text-20 {
    font-size: 20px;
}

.uk-text-18 {
    font-size: clamp(14px, 2vw, 18px);
}

.uk-text-16-12 {
    font-size: clamp(12px, 2vw - 9px, 16px);
}

.uk-text-16-10 {
    font-size: clamp(14px, 2vw - 11px, 16px);
}

.uk-text-12 {
    font-size: 12px;
}

.uk-text-linethrough {
    text-decoration: line-through;
}

/* mixin font-size - set font size */
.uk-text-80-58-50-40 {
    font-size: 80px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-80-58-50-40 {
        font-size: 58px !important;
    }
}

@media (max-width: 959.9px) {
    .uk-text-80-58-50-40 {
        font-size: 50px !important;
    }
}

@media (max-width: 639.9px) {
    .uk-text-80-58-50-40 {
        font-size: 40px !important;
    }
}

.uk-text-65-37 {
    font-size: 65px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-65-37 {
        font-size: 37px !important;
    }
}

.uk-text-50-40-40-24 {
    font-size: 50px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-50-40-40-24 {
        font-size: 40px !important;
    }
}

@media (max-width: 959.9px) {
    .uk-text-50-40-40-24 {
        font-size: 40px !important;
    }
}

@media (max-width: 639.9px) {
    .uk-text-50-40-40-24 {
        font-size: 24px !important;
    }
}

.uk-text-55-30 {
    font-size: 55px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-55-30 {
        font-size: 30px !important;
    }
}

.uk-text-40-20 {
    font-size: 40px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-40-20 {
        font-size: 20px !important;
    }
}

.uk-text-45-24 {
    font-size: 45px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-45-24 {
        font-size: 24px !important;
    }
}

.uk-text-40-30-25-20 {
    font-size: 40px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-40-30-25-20 {
        font-size: 30px !important;
    }
}

@media (max-width: 959.9px) {
    .uk-text-40-30-25-20 {
        font-size: 25px !important;
    }
}

@media (max-width: 639.9px) {
    .uk-text-40-30-25-20 {
        font-size: 20px !important;
    }
}

.uk-text-35-22 {
    font-size: 35px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-35-22 {
        font-size: 22px !important;
    }
}

.uk-text-35-20 {
    font-size: 35px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-35-20 {
        font-size: 20px !important;
    }
}

.uk-text-30-18 {
    font-size: 30px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-30-18 {
        font-size: 18px !important;
    }
}

.uk-text-30-22-16-14 {
    font-size: 30px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-30-22-16-14 {
        font-size: 22px !important;
    }
}

@media (max-width: 959.9px) {
    .uk-text-30-22-16-14 {
        font-size: 16px !important;
    }
}

@media (max-width: 639.9px) {
    .uk-text-30-22-16-14 {
        font-size: 14px !important;
    }
}

.uk-text-30-18 {
    font-size: 30px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-30-18 {
        font-size: 18px !important;
    }
}

.uk-text-30-16 {
    font-size: 30px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-30-16 {
        font-size: 16px !important;
    }
}

.uk-text-24-24-18-14 {
    font-size: 24px !important;
}

@media (max-width: 959.9px) {
    .uk-text-24-24-18-14 {
        font-size: 18px !important;
    }
}

@media (max-width: 639.9px) {
    .uk-text-24-24-18-14 {
        font-size: 14px !important;
    }
}

.uk-text-25-14 {
    font-size: 25px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-25-14 {
        font-size: 14px !important;
    }
}

.uk-text-22-14 {
    font-size: 22px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-22-14 {
        font-size: 14px !important;
    }
}

.uk-text-20-14 {
    font-size: 20px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-20-14 {
        font-size: 14px !important;
    }
}

.uk-text-20-12 {
    font-size: 20px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-20-12 {
        font-size: 12px !important;
    }
}

.uk-text-18-12 {
    font-size: 18px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-18-12 {
        font-size: 12px !important;
    }
}

.uk-text-16 {
    font-size: 16px !important;
}

.uk-text-16-14 {
    font-size: 16px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-16-14 {
        font-size: 14px !important;
    }
}

.uk-text-16-12 {
    font-size: 16px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-16-12 {
        font-size: 12px !important;
    }
}

.uk-text-14-12 {
    font-size: 14px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-14-12 {
        font-size: 12px !important;
    }
}

.uk-text-14-10 {
    font-size: 14px !important;
}

@media (max-width: 1199.9px) {
    .uk-text-14-10 {
        font-size: 10px !important;
    }
}

.uk-border {
    border: 1px solid #575c63 !important;
}

.uk-border-2 {
    border-width: 2px !important;
}

.uk-border-muted {
    border-color: #e6e7e8 !important;
}

.uk-border-primary {
    border-color: #ed1c24 !important;
}

.uk-border-radius-right-vertical {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 639.9px) {
    .uk-border-radius-right-vertical {
        border-radius: 15px;
    }
}

.uk-border-radius-right-bottom {
    border-radius: 15px;
}

.uk-slider-btn {
    width: 30px;
    height: 30px;
    color: red;
}

.uk-button.uk-button_header {
    padding: 0 25px;
    height: 43px;
}

.uk-button.uk-button_menu {
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 70px;
    font-size: 16px;
    line-height: 96%;
}

.uk-button.uk-button__social {
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    color: #01090f;
    width: 45px;
    height: 45px;
    text-transform: none;
    padding: 0;
}

.uk-button.uk-button__social_footer,
.uk-button.uk-button__social_header {
    width: 100%;
    padding: 0 15px;
}

.uk-button.uk-button__social_green,
.uk-button.uk-button__social_blue {
    transition: color 0.2s, background-color 0.2s;
}

.uk-button.uk-button__social .uk-icon {
    transition: color 0.2s;
}

.uk-button.uk-button__social_green {
    border-color: #2bb741;
}

.uk-button.uk-button__social_green .uk-icon {
    color: #2bb741;
}

@media (min-width: 1200px) {
    .uk-button.uk-button__social_green:hover {
        background-color: #2bb741;
        color: #fff;
    }

    .uk-button.uk-button__social_green:hover .uk-icon {
        color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-button.uk-button__social_green:active {
        background-color: #2bb741;
        color: #fff;
    }

    .uk-button.uk-button__social_green:active .uk-icon {
        color: #fff;
    }
}

.uk-button.uk-button__social_blue {
    border-color: #30abe7;
}

.uk-button.uk-button__social_blue .uk-icon {
    color: #30abe7;
}

@media (min-width: 1200px) {
    .uk-button.uk-button__social_blue:hover {
        background-color: #30abe7;
        color: #fff;
    }

    .uk-button.uk-button__social_blue:hover .uk-icon {
        color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-button.uk-button__social_blue:active {
        background-color: #30abe7;
        color: #fff;
    }

    .uk-button.uk-button__social_blue:active .uk-icon {
        color: #fff;
    }
}

@media (max-width: 1599.9px) {

    .uk-button.uk-button_footer,
    .uk-button.uk-button_header {
        height: 30px;
        font-size: 10px;
        padding: 0 15px;
    }

    .uk-button.uk-button_burger {
        height: 43px;
    }

    .uk-button.uk-button__social>span {
        width: 14px;
    }

    .uk-button.uk-button__social>span svg {
        width: 100%;
    }

    .uk-button.uk-button__social_form {
        width: 30px;
        height: 30px;
    }

    .uk-button.uk-button__social_footer,
    .uk-button.uk-button__social_header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .uk-button.uk-button__social_footer>*:not(.uk-icon),
    .uk-button.uk-button__social_header>*:not(.uk-icon) {
        display: none;
    }
}

@media (max-width: 959.9px) {
    .uk-button.uk-button__social {
        width: 43px;
        height: 43px;
    }

    .uk-button.uk-button__social>span {
        width: 20px;
    }

    .uk-button.uk-button__social_footer {
        width: 25px;
        height: 25px;
    }

    .uk-button.uk-button__social_footer>span {
        width: 14px;
    }
}

@media (max-width: 639.9px) {
    .uk-button.uk-button_menu {
        padding: 0 20px;
        font-size: 13px;
    }

    .uk-button.uk-button_header {
        padding: 0 20px;
    }
}

@media (max-width: 374px) {
    .uk-button.uk-button_menu {
        padding: 0 40px;
        justify-content: start;
    }
}

.uk-section.uk-section__header {
    padding: 7px 0;
}

.uk-section.uk-section__header_bottom {
    padding: 20px 0;
}

.uk-section.uk-section__offers {
    margin-bottom: 245px;
}

.uk-section.uk-section__footer {
    padding: 20px 0 40px;
}

@media (max-width: 1599.9px) {
    .uk-section.uk-section__header {
        padding: 4px 0;
    }

    .uk-section.uk-section__header_bottom {
        padding: 10px 0;
    }

    .uk-section.uk-section__offers {
        margin-bottom: 220px;
    }

    .uk-section.uk-section__footer {
        padding: 5px 0 15px;
    }
}

@media (max-width: 959.9px) {
    .uk-section.uk-section__header {
        padding: 14px 0;
    }

    .uk-section.uk-section__offers {
        margin-bottom: 0;
    }
}

.uk-logo_header>a,
.uk-logo_footer>a {
    display: block;
    padding: 30px 10px 10px;
    background-color: #ffe650;
}

.uk-logo_header>a img,
.uk-logo_footer>a img {
    width: 85px;
    height: 85px;
}

.uk-logo_header>a {
    margin-top: -9px;
}

.uk-logo_footer>a {
    margin-top: -20px;
}

@media (max-width: 1599.9px) {

    .uk-logo_header>a,
    .uk-logo_footer>a {
        padding: 33px 10px 10px;
    }

    .uk-logo_header>a img,
    .uk-logo_footer>a img {
        width: 45px;
        height: 45px;
    }

    .uk-logo_footer>a {
        padding-top: 25px;
        margin-top: -5px;
    }
}

@media (max-width: 1199.9px) {

    .uk-logo_header>a,
    .uk-logo_footer>a {
        padding: 27px 7px 7px;
    }

    .uk-logo_header>a img,
    .uk-logo_footer>a img {
        width: 45px;
        height: 45px;
    }

    .uk-logo_header>a {
        margin-top: -10px;
    }

    .uk-logo_footer>a {
        padding-top: 10px;
    }
}

@media (max-width: 959.9px) {
    .uk-logo_header>a {
        margin-top: -15px;
        padding: 20px 7px 7px;
    }

    .uk-logo_header>a img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 639.9px) {
    .uk-logo_footer>a {
        margin-top: -5px;
    }
}

.uk-slidenav-button__icon {
    width: 16px;
}

.uk-slidenav-button__icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button__icon {
        width: 10px;
    }
}

.uk-input.uk-input_filled {
    background-color: #fff;
    border: 1px solid #ed1c24;
}

.uk-navbar.uk-navbar_footer {
    flex-direction: row;
    gap: 0;
    margin-left: -30px;
}

@media (max-width: 959.9px) {
    .uk-navbar.uk-navbar_footer>li>a {
        justify-content: start;
        font-size: 16px;
    }
}

@media (max-width: 639.9px) {
    .uk-navbar.uk-navbar_footer>li>a {
        font-size: 12px;
    }
}

.uk-gap-55 {
    gap: clamp(25px, 3vw - 5px, 55px);
}

.uk-gap-40 {
    gap: clamp(20px, 2vw - 5px, 40px);
}

.uk-gap-35 {
    gap: clamp(15px, 3vw, 35px);
}

.uk-gap-30 {
    gap: clamp(20px, 3vw - 9px, 30px);
}

.uk-gap-30-10 {
    gap: clamp(10px, 3vw - 9px, 30px);
}

.uk-gap-25 {
    gap: 25px;
}

.uk-gap-20 {
    gap: 20px;
}

.uk-gap-10 {
    gap: 10px;
}

.uk-discount-width {
    width: clamp(210px, 25vw - 20px, 320px);
}

.uk-guarantee-width {
    width: clamp(90px, 35vw - 35px, 250px);
}

.roulette-img-wrapp-width {
    width: clamp(270px, 29vw, 495px);
}

.uk-quiz-title-width {
    width: 80%;
}

@media (min-width: 639.9px) {
    .uk-quiz-title-width {
        width: 90%;
    }
}

.uk-fan-img-wrapp-height {
    height: clamp(215px, 22vw, 395px);
}

.uk-height-130 {
    height: clamp(90px, 7vw, 130px);
}

.uk-height-165 {
    height: clamp(90px, 9vw, 165px);
}

@media (max-width: 959.9px) {
    .uk-height-280 {
        height: 280px;
    }
}

.uk-height-320 {
    height: 320px;
}

.uk-height-335 {
    height: clamp(115px, 18vw, 335px);
}

@media (min-width: 959.9px) {
    .uk-height-435 {
        height: clamp(270px, 24vw, 435px);
    }
}

.uk-icon.uk-icon-quiz svg {
    width: clamp(40px, 5vw, 80px);
    height: clamp(40px, 5vw, 80px);
}

.uk-icon.uk-icon-quiz-whatsapp {
    color: #2BB741;
}

.uk-icon.uk-icon-quiz-tg {
    color: #039BE4;
}

.uk-icon.uk-icon-quiz-telephone {
    color: #575c63;
}

@media (max-width: 520px) {
    .uk-flex-column-435 {
        flex-direction: column;
    }
}

.uk-quiz-slide {
    display: none;
}

.uk-quiz-slide-active {
    display: block;
}

.uk-flex-wrap-m {
    flex-wrap: wrap;
}

@media (min-width: 959.9px) {
    .uk-flex-wrap-m {
        flex-wrap: nowrap;
    }
}

.uk-pagination__item {
    height: clamp(4px, 2vw - 16px, 7px);
    width: 70px;
    border-radius: 5px;
    background-color: #E6E7E8;
}

@media (min-width: 639.9px) {
    .uk-pagination__item {
        width: clamp(45px, 3vw, 85px);
    }
}

.uk-pagination-types__item {
    height: 6px;
    width: 6px;
    background-color: #575c63;
}

.uk-pagination-types__item-active {
    height: 10px;
    width: 10px;
    background-color: #ed1c24;
}

.uk-pagination__item-active {
    background-color: #ed1c24;
}

.quiz-check-marker-wrapp {
    width: clamp(33px, 3vw, 60px);
    height: clamp(33px, 3vw, 60px);
}

.quiz-check-marker-wrapp-circle {
    background-color: #ed1c24;
    width: clamp(25px, 3vw - 17px, 40px);
    height: clamp(25px, 3vw - 17px, 40px);
}

h3 {
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a.uk-light:hover,
a.uk-overlay-primary:hover,
.uk-card-primary>a:hover:not([class*=uk-card-media]),
a.uk-card-primary.uk-card-body:hover,
a.uk-tile-secondary:hover:not(.uk-preserve-color),
a.uk-tile-primary:hover:not(.uk-preserve-color),
a.uk-section-secondary:hover:not(.uk-preserve-color),
a.uk-section-primary:hover:not(.uk-preserve-color) {
    color: #fff !important;
}

*:focus-visible {
    outline: none !important;
}

.uk-ul-margin-0 {
    margin: 0;
}

.swiper-slide-hidden {
    display: none !important;
}

.swiper-scrollbar {
    position: relative !important;
    left: 0 !important;
    background-color: transparent !important;
    height: 5px !important;
}

.swiper-scrollbar::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #211d70;
    transform: translateY(-50%);
}

.swiper-scrollbar-drag {
    background-color: #ed1c24 !important;
}

.swiper-button-disabled {
    display: none !important;
}

.header {
    border-bottom: 1px solid #e6e7e8;
}

.header__offset {
    padding-left: 135px;
}

.footer__offset {
    padding-left: 135px;
}

.button-menu-position-fix {
    bottom: -1px !important;
    right: -1px !important;
}

.intro-garant-circle {
    width: 160px;
    height: 160px;
}

.intro-garant-circle__text {
    font-size: 20px;
}

.intro-garant-circle__text_large {
    font-size: 35px;
}

.intro-card-body {
    padding: 50px 70px;
}

.intro-block-width {
    width: 50%;
}

.intro-promo-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.intro-form-input {
    margin-right: -55px !important;
}

.intro-background-gradient {
    background: linear-gradient(90deg, #f5f6f8 0%, #f5f6f8 45%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
}

.intro-channel-img {
    width: 92px;
    height: 92px;
    background-color: #39a92a;
}

.intro-channel-padding {
    padding: 0 15px 0 35px;
}

.offers-promo-card {
    position: relative;
    z-index: 1;
}

.offers-promo-card__img {
    width: 175px;
    height: 175px;
    flex: none;
}

.offers-promo-card__padding {
    height: 177px;
    max-width: 590px;
    padding: 50px 80px 50px 150px;
    background: rgba(255, 255, 255, 0.7);
    margin-left: -95px;
    z-index: -1;
}

.offers-garant {
    height: clamp(150px, 15vw, 260px);
}

.offers-garant__img {
    width: 160px;
}

.offers-card {
    height: 360px;
    padding: 30px;
}

.offers-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: clamp(130px, 12vw, 220px);
}

.offers-card__wrapper {
    width: clamp(132px, 18vw, 240px);
    padding-top: 40px;
}

.offers-window-cards {
    margin-bottom: -245px;
}

.advantages__section {
    padding: 70px 0;
}

.advantages-cards .uk-card {
    height: 430px;
}

.advantages-cards-person {
    height: 465px;
    max-width: 365px;
}

.heading-logo {
    background-color: #ffe650;
    padding: 10px;
}

.heading-logo img {
    width: 85px;
    height: 85px;
}

.prices-cards>*:nth-child(1) {
    width: 25%;
}

.prices-cards>*:nth-child(2) {
    width: 32%;
}

.prices-cards>*:nth-child(3) {
    width: 43%;
}

.prices-cards__img {
    height: 355px;
}

.form-img-person {
    width: 600px;
    bottom: 0;
    left: 53%;
    transform: translateX(-50%);
}

.benefit-card {
    padding: 90px 50px;
    transition: background 0.2s, color 0.2s;
}

.benefit-card-img {
    opacity: 1;
    transition: opacity 0.2s;
}

.benefit-card-img img {
    object-fit: cover;
}

.benefit-card-icon {
    height: 70px;
}

.benefit-card-icon.uk-icon {
    transition: color 0.2s;
    color: #211d70;
}

.window-switcher-img {
    width: 320px;
    height: 530px;
    bottom: -15%;
    left: -20%;
}

.window-switcher-tabs {
    border: 1px solid #e6e7e8;
}

.window-switcher-tabs>*:not(:last-child) {
    border-right: 1px solid #e6e7e8;
}

.window-switcher-tabs>*.uk-active>a {
    color: #ed1c24;
    background-color: #fcfcfc;
}

.window-switcher-tabs>*>a {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    transition: background-color 0.2s, color 0.2s;
}

.window-switcher-tabs>*>a img {
    max-height: 145px;
    max-width: 95px;
}

@media (min-width: 1200px) {
    .window-switcher-tabs>*>a:hover {
        background-color: #f4f5f7;
    }
}

@media (max-width: 1199.9px) {
    .window-switcher-tabs>*>a:active {
        background-color: #f4f5f7;
    }
}

.profile-price-size {
    font-size: 65px;
}

.profile-modal .uk-modal-body {
    width: 915px;
    border-radius: 0;
}

.profile-modal-slidenav {
    top: 50%;
}

.profile-modal-slidenav_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.profile-modal-slidenav_next {
    right: 0;
    transform: translate(50%, -50%);
}

.profile-modal img {
    height: 170px;
}

.profile-img__wrapper {
    height: 500px;
}

.profile-img__wrapper>.profile-img {
    height: 500px;
    left: -50%;
    width: 125%;
}

.profile-right {
    height: 625px;
}

.profile-switcher-window-name {
    line-height: 150%;
    font-size: 30px;
}

.profile-switcher-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #e6e7e8;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.profile-switcher-tabs.uk-switcher> :not(.uk-active) {
    display: block;
}

.profile-switcher-tabs.uk-switcher>*> :last-child {
    height: 100%;
}

.profile-switcher-tabs>.uk-active .profile-switcher-tabs-tab {
    color: #ed1c24;
}

.profile-switcher-tabs>.uk-active .profile-switcher-tabs-tab__img {
    opacity: 1;
}

.profile-switcher-tabs>*:not(:last-child) {
    border-bottom: 1px solid #e6e7e8;
}

.profile-switcher-tabs>* {
    display: flex;
    height: 100%;
}

.profile-switcher-tabs__wrapper::-webkit-scrollbar {
    display: none;
}

.profile-switcher-tabs-tab {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 10px;
    color: #211d70;
    box-sizing: border-box;
}

.profile-switcher-tabs-tab__img {
    top: -52px;
    right: -8px;
    height: 100px;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.1s, color 0.1s;
}

@media (min-width: 1200px) {
    .profile-switcher-tabs-tab:hover {
        color: #ed1c24;
    }

    .profile-switcher-tabs-tab:hover .profile-switcher-tabs-tab__img {
        opacity: 1;
    }
}

@media (max-width: 1199.9px) {
    .profile-switcher-tabs-tab:active {
        color: #ed1c24;
    }

    .profile-switcher-tabs-tab:active .profile-switcher-tabs-tab__img {
        opacity: 1;
    }
}

.tags>*>* {
    padding: 5px 10px;
    background-color: #f4f5f7;
    border-radius: 45px;
}

.modal-thank-img {
    right: -50px;
    bottom: 0;
    height: 110%;
}

.list-accordion {
    position: relative;
}

.list-accordion::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.videos-preview {
    height: 355px;
}

.videos-bg-element {
    rotate: -35deg;
    top: 0;
    right: 15%;
    width: 280px;
    height: 200px;
}

.videos-logo {
    padding: 30px 15px 15px 15px;
    background-color: #FFE650;
    width: max-content;
    left: 30px;
}

.videos-logo img {
    width: 50px;
    height: 50px;
}

.videos-title {
    bottom: 50px;
    padding: 20px 45px;
    background-color: #FFE650;
    color: #01090f;
}

.tv-link .uk-icon {
    color: #01090f;
    transition: color 0.2s;
}

.tv-link:hover .uk-icon {
    color: #fff;
}

.tv-heading-img {
    height: 115px;
}

.tv-heading-img:not(:last-child) {
    margin-right: 30px;
}

.tv-card {
    height: 690px;
    box-sizing: border-box;
}

.tv-card-channel {
    width: 90px;
    height: 90px;
}

.tv-card-play {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.2509803922);
    font-size: 34px;
}

.presents-modal .uk-modal-body {
    width: 785px;
    border-radius: 0;
}

.presents-bg-element {
    height: 260px;
}

.presents-switcher-logo img {
    max-width: 265px;
    height: 80px;
}

.presents-switcher-tabs {
    text-transform: uppercase;
}

.presents-switcher-tabs>*>a {
    border-radius: 8px;
    border: 1px solid transparent;
    color: #01090f;
    padding: 15px 30px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

.presents-switcher-tabs>*>a:hover {
    color: #ed1c24;
}

.presents-switcher-tabs .swiper-slide {
    width: auto;
}

.presents-switcher-tabs>.uk-active>a {
    color: #ed1c24;
    border-color: #f4f5f7;
}

.presents-button-img {
    display: flex;
    align-items: center;
}

.presents-button-img img {
    width: 70px;
    height: 60px;
}

.interesting-slide {
    height: 450px !important;
}

.interesting-slide__title {
    font-size: 40px;
    line-height: normal;
}

.interesting-slide-img {
    bottom: 0;
    right: -70px;
    height: 100%;
}

.interesting-slidenav.uk-slidenav-button {
    top: 50%;
}

.interesting-slidenav.uk-slidenav-button_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.interesting-slidenav.uk-slidenav-button_next {
    right: 0;
    transform: translate(50%, -50%);
}

.steps-slide-card {
    height: 160px;
    box-sizing: border-box;
    padding: 30px 40px;
    border-top-right-radius: 15px;
    background-color: rgba(255, 255, 255, 0.85);
}

.steps-thumbs.swiper {
    overflow: visible;
    width: 80%;
}

.steps-thumbs .swiper-slide {
    height: 311px;
}

.steps-thumbs__wrapper_hidden {
    position: relative;
    opacity: 0;
    z-index: -1;
}

.steps-form__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
}

.steps-form__wrapper_hidden {
    opacity: 0;
    z-index: -1;
}

.steps-slidenav.uk-slidenav-button_red {
    top: 50%;
}

.steps-slidenav.uk-slidenav-button_red.uk-slidenav-button_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.steps-slidenav.uk-slidenav-button_red.uk-slidenav-button_next {
    right: 0;
    transform: translate(50%, -50%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 160px;
    height: 160px;
    background-color: #ed1c24;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .steps-slidenav.uk-slidenav-button_red.uk-slidenav-button_next:hover {
        text-decoration: none;
    }
}

@media (max-width: 1199.9px) {
    .steps-slidenav.uk-slidenav-button_red.uk-slidenav-button_next:active {
        text-decoration: none;
    }
}

.feedback-rate {
    font-size: 45px;
}

.feedback-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.feedback-tabs> :first-child .feedback-tabs-tab__overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    transform: translateY(100%);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-left: 1px solid #e6e7e8;
}

.feedback-tabs> :last-child .feedback-tabs-tab__overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    transform: translateY(100%);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-right: 1px solid #e6e7e8;
}

.feedback-tabs>li:not(.uk-active) .feedback-tabs-tab__overlay {
    display: none;
}

.feedback-tabs-logo {
    height: 50px;
}

.feedback-tabs-tab {
    position: relative;
}

.feedback-tabs-tab>.uk-card {
    box-sizing: border-box;
    display: flex;
    padding: 40px 30px 40px 40px;
    background-color: #fff;
}

.feedback-tabs-tab__overlay {
    position: absolute;
    bottom: -42px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    padding: 0 40px;
    border: 1px solid #e6e7e8;
    border-top: none;
    border-bottom: none;
    height: 70px;
    box-sizing: border-box;
}

.feedback-tabs:hover {
    cursor: pointer;
}

.feedback-body {
    padding: 60px 30px;
}

.works-filter-slider .swiper-slide {
    width: auto !important;
}

.works-tabs>.uk-active>a {
    background-color: #ed1c24;
    border-color: #ed1c24;
    text-decoration: none;
    color: #fff;
}

.works-tabs>li>a {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid #e6e7e8;
    color: #01090f;
    font-weight: 700;
    transition: background-color 0.1s, color 0.1s;
}

@media (min-width: 1200px) {
    .works-tabs>li>a:hover {
        background-color: #ed1c24;
        border-color: #ed1c24;
        text-decoration: none;
        color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .works-tabs>li>a:active {
        background-color: #ed1c24;
        border-color: #ed1c24;
        text-decoration: none;
        color: #fff;
    }
}

.works-main-slider .swiper-slide {
    height: 715px;
    border-radius: 15px;
    overflow: hidden;
}

.works-slide-pagination {
    display: flex;
    color: #fff !important;
    font-size: 45px;
}

.works-thumbs-slider .swiper-slide {
    border-radius: 15px !important;
    overflow: hidden !important;
    height: 150px !important;
    outline-offset: -2px;
    outline: 2px solid transparent;
    transition: outline-color 0.1s;
}

.works-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
    outline-color: #ed1c24;
}

.works-slider-pagination_dots {
    display: flex;
    align-items: center;
}

.works-slider-pagination_dots span {
    background-color: #575c63;
    opacity: 1;
    width: 5px;
    height: 5px;
}

.works-slider-pagination_dots span.swiper-pagination-bullet-active {
    background-color: #ed1c24;
    width: 10px;
    height: 10px;
}

.map {
    margin-left: -45px;
    background-color: #575c63;
}

.map-filter-slider .swiper-slide {
    width: auto !important;
}

.map-card {
    padding: 50px 80px;
}

.map-card-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.map-title-rate {
    width: 200px;
    height: 70px;
}

@media (max-width: 1599.9px) {
    .header__offset {
        padding-left: 80px;
    }

    .footer__offset {
        padding-left: 80px;
    }

    .intro-block-width {
        width: 65%;
    }

    .intro-card-body {
        padding: 40px 55px;
    }

    .intro-background-gradient {
        background: linear-gradient(90deg, #f5f6f8 0%, #f5f6f8 55%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    }

    .intro-channel-padding {
        padding: 0 10px 0 25px;
    }

    .offers-card {
        padding: 20px;
    }

    .offers-card__img {
        width: 200px;
    }

    .offers-card__padding {
        max-width: 590px;
    }

    .offers-garant__img {
        width: 120px;
    }

    .offers-window-cards {
        margin-bottom: -220px;
    }

    .prices-cards>*:nth-child(1) .prices-cards__img {
        width: 115px;
    }

    .prices-cards>*:nth-child(2) .prices-cards__img {
        width: 176px;
    }

    .prices-cards>*:nth-child(3) .prices-cards__img {
        width: 245px;
    }

    .prices-cards__img {
        height: 200px;
    }

    .benefit-card {
        padding: 50px 15px;
    }

    .benefit-card-icon {
        height: 60px;
    }

    .modal-thank-img {
        right: -30px;
    }

    .profile-price-size {
        font-size: 37px;
    }

    .profile-img__wrapper .profile-img {
        width: 140%;
    }

    .profile-switcher-window-name {
        font-size: 25px;
    }

    .profile-switcher-tabs-tab {
        padding: 0 10px;
    }

    .window-switcher-img {
        width: max-content;
        height: 130%;
        width: 240px;
        left: -10%;
        bottom: -30%;
    }

    .videos-preview {
        height: 390px;
    }

    .tv-heading-img {
        height: 80px;
    }

    .tv-card {
        height: 500px;
    }

    .presents-switcher-logo img {
        max-width: 200px;
        height: 45px;
    }

    .presents-switcher-tabs>*>a {
        padding: 10px 14px;
        font-size: 12px;
    }

    .interesting-slide {
        height: 340px !important;
    }

    .interesting-slide__title {
        font-size: 30px;
    }

    .interesting-slide-img {
        right: -50px;
    }

    .steps-slidenav.uk-slidenav-button_red.uk-slidenav-button_next {
        width: 90px;
        height: 90px;
        font-size: 10px;
    }

    .feedback-rate {
        font-size: 24px;
    }

    .feedback-tabs-logo {
        height: 40px;
    }

    .feedback-tabs-tab>.uk-card {
        padding: 20px 15px 20px 20px;
    }

    .feedback-tabs-tab__overlay {
        height: 52px;
        padding: 0 20px;
    }

    .works-slide-pagination {
        font-size: 25px;
    }

    .map-card {
        padding: 40px 50px;
    }
}

@media (max-width: 1199.9px) {
    .header__offset {
        padding-left: 80px;
    }

    .intro-garant-circle {
        width: 120px;
        height: 120px;
    }

    .intro-garant-circle__text {
        font-size: 14px;
    }

    .intro-garant-circle__text_large {
        font-size: 20px;
    }

    .intro-promo-padding {
        height: 90px;
    }

    .intro-channel-img {
        width: 63px;
        height: 75px;
    }

    .intro-background {
        height: 90%;
    }

    .advantages-cards .uk-card {
        height: 240px;
    }

    .advantages-cards-person {
        height: 255px;
    }

    .uk-icon[uk-icon=shield-outline] {
        width: 100px;
    }

    .uk-icon[uk-icon=handshake] {
        width: 70px;
    }

    .offers-promo-card__img {
        width: 95px;
        height: 95px;
    }

    .offers-promo-card__padding {
        padding: 20px 40px 20px 70px;
        height: 95px;
        max-width: 370px;
        margin-left: -50px;
        border-right: none;
    }

    .offers-garant__img {
        width: 90px;
    }

    .offers-card {
        height: clamp(190px, 30vw, 240px);
    }

    .offers-card__img {
        width: 120px;
        top: -55px;
    }

    .heading-logo {
        padding: 5px;
    }

    .heading-logo img {
        width: 45px;
        height: 45px;
    }

    .form-img-person {
        width: 440px;
    }

    .benefit-card img {
        height: 200px;
    }

    .window-switcher-img {
        width: max-content;
        height: 105%;
        left: -30%;
        bottom: -15%;
    }

    .videos-preview {
        height: 220px;
    }

    .tv-heading-img {
        height: 65px;
    }

    .tv-heading-img:not(:last-child) {
        margin-right: 15px;
    }

    .tv-card {
        height: 400px;
    }

    .tv-card-channel,
    .tv-card-play {
        width: 50px;
        height: 50px;
    }

    .tv-card-play>* {
        width: 18px;
    }

    .presents-bg-element {
        height: 160px;
    }

    .presents-switcher-logo img {
        max-width: 145px;
        height: 45px;
    }

    .presents-button-img img {
        width: 32px;
        height: 37px;
    }

    .interesting-slide {
        height: 250px !important;
    }

    .interesting-slide__title {
        font-size: 20px;
    }

    .interesting-slide-img {
        right: -40px;
    }

    .steps-slide-card {
        height: 110px;
        padding: 15px 20px;
    }

    .steps-thumbs .swiper-slide {
        height: 170px;
    }

    .feedback-tabs-logo {
        height: 25px;
    }

    .feedback-body {
        padding: 50px 15px;
    }

    .works-tabs>li>a {
        padding: 5px 10px;
        border-radius: 4px;
    }

    .works-main-slider .swiper-slide {
        height: 390px;
    }

    .works-thumbs-slider .swiper-slide {
        height: 90px !important;
    }

    .videos-logo {
        padding: 20px 10px 10px 10px;
        left: 15px;
    }

    .videos-logo img {
        width: 30px;
        height: 30px;
    }

    .videos-title {
        padding: 10px 25px;
        bottom: 30px;
    }

    .map-card {
        padding: 30px 40px;
    }

    .map-title-rate {
        width: 110px;
        height: 40px;
    }

    .profile-img__wrapper {
        height: 295px;
    }

    .profile-img__wrapper .profile-img {
        height: 365px;
    }

    .profile-right {
        height: 425px;
    }

    .profile-switcher-tabs-tab__img {
        top: -35px;
        height: 50px;
        width: 140%;
    }

    .profile-switcher-window-name {
        font-size: 18px;
    }
}

@media (max-width: 959.9px) {
    .footer__offset {
        padding: 0;
    }

    .intro__section::before {
        display: none;
    }

    .intro-block-width {
        width: 100%;
    }

    .intro-card-body {
        padding: 30px;
    }

    .offers-card__wrapper {
        width: 50%;
    }

    .offers-promo-card {
        order: -1;
        margin: 0 0 20px;
    }

    .offers-window-cards {
        margin-bottom: 0;
    }

    .offers-promo-card__padding {
        justify-content: center;
        max-width: 100%;
        width: 100%;
    }

    .prices-cards>*:nth-child(1) {
        width: calc(50% - 45px);
    }

    .prices-cards>*:nth-child(1) .prices-cards__img {
        width: 115px;
    }

    .prices-cards>*:nth-child(2) {
        width: calc(50% - 45px);
    }

    .prices-cards>*:nth-child(2) .prices-cards__img {
        width: 176px;
    }

    .prices-cards>*:nth-child(3) {
        width: calc(50% - 45px);
    }

    .prices-cards>*:nth-child(3) .prices-cards__img {
        width: 245px;
    }

    .mobile-offcanvas {
        top: 72px !important;
    }

    .form {
        box-shadow: 0px -20px 20px -17px rgba(0, 0, 0, 0.03);
    }

    .form-img-person {
        height: 330px;
        max-width: 70%;
        right: 0;
        width: unset;
        left: unset;
        transform: none;
    }

    .benefit-card {
        padding: 40px 15px;
    }

    .benefit-card-img {
        margin-bottom: -40px;
    }

    .window-switcher-img {
        height: 300px;
        left: 15%;
        transform: translateY(90%);
    }

    .window-switcher-tabs>*>a {
        padding: 10px;
    }

    .profile-modal.uk-modal {
        padding: 30px;
    }

    .profile-modal .uk-slidenav-button {
        width: 45px;
        height: 45px;
    }

    .profile-modal img {
        height: 220px;
    }

    .profile-switcher-tabs {
        flex-direction: row;
        border: 1px solid #e6e7e8;
        border-radius: 15px;
        width: max-content;
    }

    .profile-switcher-tabs>* {
        height: unset;
    }

    .profile-switcher-tabs>*:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid #e6e7e8;
    }

    .profile-switcher-tabs-tab {
        width: 175px;
        padding: 15px 10px;
        line-height: normal;
    }

    .profile-switcher-tabs-tab__img {
        top: -30px;
        width: 120%;
    }

    .tv-heading-img:not(:last-child) {
        margin-right: -35px;
    }

    .presents-bg-element {
        height: 200px;
    }

    .interesting-slide {
        height: 250px !important;
    }

    .interesting-slide-img {
        right: -40px;
    }

    .steps-slide {
        height: 450px !important;
    }

    .steps-slide-card {
        border-radius: 0;
    }

    .works-thumbs-slider .swiper-slide {
        height: 450px !important;
    }

    .works-thumbs-slider .swiper-slide-thumb-active {
        outline-color: transparent !important;
    }

    .feedback-rate {
        font-size: 18px;
    }

    .feedback-body {
        padding: 25px 15px;
    }

    .feedback-tabs-tab__overlay {
        height: 33px;
        bottom: -22px;
        text-align: center;
    }

    .map {
        margin: 0;
        margin: -45px -30px 0 -30px;
        height: 300px;
    }

    .map-card {
        padding: 30px 45px;
    }

    .map-card-top {
        border-bottom: none;
        padding: 0;
    }

    .map-title-rate {
        width: 110px;
        height: 40px;
    }
}

@media (max-width: 639.9px) {
    .header__offset {
        padding-left: 65px;
    }

    .intro-promo-padding {
        height: 90px;
    }

    .intro-form-input {
        margin-right: 0 !important;
    }

    .intro-card-body {
        padding: 30px 0;
    }

    .uk-icon[uk-icon=shield-outline] {
        width: 95px;
    }

    .uk-icon[uk-icon=handshake] {
        width: 60px;
    }

    .offers-card__img {
        top: -30px;
        width: 110px;
        height: 90px;
    }

    .offers-card__wrapper {
        width: 100%;
    }

    .heading-logo img {
        width: 45px;
        height: 45px;
    }

    .prices-cards>*:nth-child(1) {
        width: calc(100% - 15px);
    }

    .prices-cards>*:nth-child(2) {
        width: calc(100% - 15px);
    }

    .prices-cards>*:nth-child(3) {
        width: calc(100% - 15px);
    }

    .modal-thank-img {
        right: -30px;
    }

    .window-switcher-img {
        width: max-content;
        height: 260px;
        bottom: -50px;
        left: 10%;
        transform: translateY(100%);
    }

    .interesting-slide {
        width: 80% !important;
    }

    .steps-slide {
        height: 330px !important;
    }

    .presents-bg-element {
        left: unset !important;
        right: -30px !important;
    }

    .feedback-tabs-tab>.uk-card {
        padding: 10px;
    }

    .works-thumbs-slider .swiper-slide {
        height: 260px !important;
    }

    .map {
        margin: -35px -15px 0 -15px;
    }

    .phone_footer {
        font-size: 12px !important;
    }

    .profile-right {
        height: 345px;
    }

    .profile-img__wrapper .profile-img {
        height: 265px;
    }
}

@media (max-width: 374px) {
    .offers-promo-card__padding {
        padding: 20px 27px 20px 70px;
        height: 120px;
        margin-left: -60px;
    }

    .offers-promo-card__img {
        height: 120px;
        width: 120px;
    }

    .offers-card {
        padding: 16px;
    }

    .offers-card__img {
        width: 115px;
    }

    .window-switcher-img {
        height: 240px;
        left: 0;
    }

    .profile-price-size {
        font-size: 28px;
    }

    .profile-img__wrapper .profile-img {
        width: 130%;
        left: -30%;
    }

    .interesting-slide {
        width: 100% !important;
    }

    .map-card {
        padding: 30px 35px;
    }
}

@media (min-width: 960px) {
    .mobile-offcanvas {
        display: none !important;
    }

    .benefit-card-text {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .benefit-card:hover {
        color: white;
        background-color: #ed1c24;
    }

    .benefit-card:hover .benefit-card-img {
        opacity: 0;
        transition: opacity 0.1s;
    }

    .benefit-card:hover .benefit-card-text {
        opacity: 1;
    }

    .benefit-card:hover .benefit-card-icon {
        color: white;
    }
}

.uk-cursor {
    cursor: pointer;
}

/**
 * Swiper 10.1.0
 * 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: August 1, 2023
 */
/* FONT_START */
@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");
    font-weight: 400;
    font-style: normal;
}

/* FONT_END */
: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;
    overflow: clip;
    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);
    -webkit-backface-visibility: hidden;
    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-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

/* Navigation font end */
:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

: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;
    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;
}

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.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;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
    /* 1 */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    background: #fff;
    color: #01090f;
}

/*
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: #0f6ecd;
    text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
    /* 1 */
    text-decoration: underline dotted;
    /* 2 */
    -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    /* 1 */
    font-family: Consolas, monaco, monospace;
    /* 2 */
    font-size: 12px;
    /* 3 */
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f4f5f7;
}

/*
 * Emphasize
 */
em {
    color: #f0506e;
}

/*
 * Insert
 */
ins {
    background: #ffd;
    color: #01090f;
    text-decoration: none;
}

/*
 * Mark
 */
mark {
    background: #ffd;
    color: #01090f;
}

/*
 * Quote
 */
q {
    font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
    /* 1 */
    max-width: 100%;
    /* 2 */
    height: auto;
    /* 3 */
    box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
    /* 1 */
    visibility: hidden;
    /* 2 */
    min-width: 1px;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
    border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
    margin: 0 0 0 0;
}

/* Add margin if adjacent element */
*+p,
*+ul,
*+ol,
*+dl,
*+pre,
*+address,
*+fieldset,
*+figure {
    margin-top: 0;
}

/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
    margin: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #333;
    text-transform: none;
}

/* Add margin if adjacent element */
*+h1,
*+.uk-h1,
*+h2,
*+.uk-h2,
*+h3,
*+.uk-h3,
*+h4,
*+.uk-h4,
*+h5,
*+.uk-h5,
*+h6,
*+.uk-h6,
*+.uk-heading-small,
*+.uk-heading-medium,
*+.uk-heading-large,
*+.uk-heading-xlarge,
*+.uk-heading-2xlarge,
*+.uk-heading-3xlarge {
    margin-top: unset;
}

/*
 * Sizes
 */
h1,
.uk-h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h2,
.uk-h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3,
.uk-h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h4,
.uk-h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5,
.uk-h5 {
    font-size: 16px;
    line-height: 1.4;
}

h6,
.uk-h6 {
    font-size: 12px;
    line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    h1,
    .uk-h1 {
        font-size: 2.625rem;
    }

    h2,
    .uk-h2 {
        font-size: 2rem;
    }
}

/* Lists
 ========================================================================== */
ul,
ol {
    padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
    margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr,
.uk-hr {
    /* 1 */
    overflow: visible;
    /* 2 */
    text-align: inherit;
    /* 3 */
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
*+hr,
*+.uk-hr {
    margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
    font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333;
}

/* Add margin if adjacent element */
*+blockquote {
    margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote footer {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #01090f;
}

blockquote footer::before {
    content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
    font: 12px / 1.5 Consolas, monaco, monospace;
    color: #01090f;
    -moz-tab-size: 4;
    tab-size: 4;
    /* 1 */
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

pre code {
    font-family: Consolas, monaco, monospace;
}

/* Focus
 ========================================================================== */
:focus {
    outline: none;
}

:focus-visible {
    outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
    /* 2 */
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #01090f;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 45px;
    font-weight: 800;
}

h3 {
    font-size: 40px;
    line-height: normal;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 30px;
}

@media (max-width: 1199.9px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }
}

@media (max-width: 959.9px) {
    h1 {
        font-size: 40px;
    }
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
    color: #575c63;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
    color: #01090f;
}

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
    color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
    color: #575c63;
}

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
    color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
    color: #ed1c24;
    text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
    color: inherit !important;
    text-decoration: none !important;
}

.uk-link {
    color: #01090f;
    transition: color 0.2s;
}

.uk-link:hover {
    color: #01090f;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .uk-link:hover {
        color: #ed1c24;
        text-decoration: none;
    }
}

@media (max-width: 1199.9px) {
    .uk-link:active {
        color: #ed1c24;
        text-decoration: none;
    }
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2;
}

.uk-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1;
}

.uk-heading-large {
    font-size: 3.4rem;
    line-height: 1.1;
}

.uk-heading-xlarge {
    font-size: 4rem;
    line-height: 1;
}

.uk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1;
}

.uk-heading-3xlarge {
    font-size: 8rem;
    line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
    .uk-heading-small {
        font-size: 3.25rem;
    }

    .uk-heading-medium {
        font-size: 3.5rem;
    }

    .uk-heading-large {
        font-size: 4rem;
    }

    .uk-heading-xlarge {
        font-size: 6rem;
    }

    .uk-heading-2xlarge {
        font-size: 8rem;
    }

    .uk-heading-3xlarge {
        font-size: 11rem;
    }
}

/* Laptop and bigger */
@media (min-width: 1200px) {
    .uk-heading-medium {
        font-size: 4rem;
    }

    .uk-heading-large {
        font-size: 6rem;
    }

    .uk-heading-xlarge {
        font-size: 8rem;
    }

    .uk-heading-2xlarge {
        font-size: 11rem;
    }

    .uk-heading-3xlarge {
        font-size: 15rem;
    }
}

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
    position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
    content: "";
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    /* 3 */
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
    overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line>* {
    display: inline-block;
    position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line> ::before,
.uk-heading-line> ::after {
    content: "";
    /* 1 */
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    /* 2 */
    width: 2000px;
    /* 3 */
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line> ::before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

.uk-heading-line> ::after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
    /* 1 */
    border: none;
    /* 2 */
    margin-bottom: 20px;
}

/* Add margin if adjacent element */
*+[class*=uk-divider] {
    margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%;
}

.uk-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
    line-height: 0;
}

/* 2 */
.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
    width: max-content;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
    padding: 0;
    list-style: none;
}

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list>* {
    break-inside: avoid-column;
}

/*
 * Remove margin from the last-child
 */
.uk-list>*> :last-child {
    margin-bottom: 0;
}

/*
 * Style
 */
.uk-list> :nth-child(n+2),
.uk-list>*>ul {
    margin-top: 10px;
}

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc>*,
.uk-list-circle>*,
.uk-list-square>*,
.uk-list-decimal>*,
.uk-list-hyphen>* {
    padding-left: 25px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
    counter-reset: decimal;
}

.uk-list-decimal>* {
    counter-increment: decimal;
}

.uk-list-disc> ::before,
.uk-list-circle> ::before,
.uk-list-square> ::before,
.uk-list-decimal> ::before,
.uk-list-hyphen> ::before {
    content: "";
    position: relative;
    left: -25px;
    width: 25px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right;
}

.uk-list-disc> ::before {
    list-style-type: disc;
}

.uk-list-circle> ::before {
    list-style-type: circle;
}

.uk-list-square> ::before {
    list-style-type: square;
}

.uk-list-decimal> ::before {
    content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen> ::before {
    content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted> ::before {
    color: #575c63 !important;
}

.uk-list-emphasis> ::before {
    color: #333 !important;
}

.uk-list-primary> ::before {
    color: #ed1c24 !important;
}

.uk-list-secondary> ::before {
    color: #ffe650 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet>* {
    padding-left: 25px;
}

.uk-list-bullet> ::before {
    content: "";
    display: list-item;
    position: relative;
    left: -25px;
    width: 25px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2301090f%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider> :nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped>* {
    padding: 10px 10px;
}

.uk-list-striped>*:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped> :nth-of-type(odd) {
    background: #f4f5f7;
}

.uk-list-striped> :nth-child(n+2) {
    margin-top: 0;
}

/* Size modifier
 ========================================================================== */
.uk-list-large> :nth-child(n+2),
.uk-list-large>*>ul {
    margin-top: 20px;
}

.uk-list-collapse> :nth-child(n+2),
.uk-list-collapse>*>ul {
    margin-top: 0;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider> :nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
}

.uk-list-collapse.uk-list-divider> :nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped>* {
    padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped>* {
    padding-top: 0;
    padding-bottom: 0;
}

.uk-list-large.uk-list-striped> :nth-child(n+2),
.uk-list-collapse.uk-list-striped> :nth-child(n+2) {
    margin-top: 0;
}

.uk-list>li {
    line-height: normal;
}

@media (max-width: 1199.9px) {

    .uk-list> :nth-child(n+2),
    .uk-list>*>ul {
        margin-top: 2px;
    }
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list>dt {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.uk-description-list>dt:nth-child(n+2) {
    margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 20px;
}

/* Add margin if adjacent element */
*+.uk-table {
    margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    /* 1 */
    font-size: 12px;
    font-weight: normal;
    color: #575c63;
    text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td> :last-child {
    margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
    font-size: 12px;
}

/* Caption
 ========================================================================== */
.uk-table caption {
    font-size: 12px;
    text-align: left;
    color: #575c63;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider>tr:not(:first-child),
.uk-table-divider> :not(:first-child)>tr,
.uk-table-divider> :first-child>tr:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped>tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f4f5f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover>tr:hover,
.uk-table-hover tbody tr:hover {
    background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table>tr.uk-active,
.uk-table tbody tr.uk-active {
    background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
    padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
    padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
    padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
    padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
    width: 1px;
}

.uk-table-expand {
    min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
    padding: 0 !important;
}

.uk-table-link>a {
    display: block;
    padding: 16px 12px;
}

.uk-table-small .uk-table-link>a {
    padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959.9px) {

    .uk-table-responsive,
    .uk-table-responsive tbody,
    .uk-table-responsive th,
    .uk-table-responsive td,
    .uk-table-responsive tr {
        display: block;
    }

    .uk-table-responsive thead {
        display: none;
    }

    .uk-table-responsive th,
    .uk-table-responsive td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .uk-table-responsive th:not(:first-child):not(.uk-table-link),
    .uk-table-responsive td:not(:first-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:first-child)>a {
        padding-top: 5px !important;
    }

    .uk-table-responsive th:not(:last-child):not(.uk-table-link),
    .uk-table-responsive td:not(:last-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:last-child)>a {
        padding-bottom: 5px !important;
    }

    .uk-table-justify.uk-table-responsive th,
    .uk-table-justify.uk-table-responsive td {
        padding-left: 0;
        padding-right: 0;
    }
}

.uk-table tbody tr {
    transition: background-color 0.1s linear;
}

.uk-table-striped>tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
    border-bottom: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
    /* 1 */
    margin: 0;
    /* 2 */
    border: none;
    /* 3 */
    border-radius: 0;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: inherit;
    /* 6 */
    text-transform: none;
    /* 7. */
    padding: 0;
    background-color: transparent;
    /* 8 */
    display: inline-block;
    /* 9 */
    fill: currentcolor;
    /* 10 */
    line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
    cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon>* {
    transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
    width: 20px;
    height: 20px;
    /* 1 */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    /* 2 */
    object-fit: scale-down;
    max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
    color: #575c63;
    /* 1 */
    text-decoration: none !important;
}

.uk-icon-link:hover {
    color: #01090f;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active>.uk-icon-link {
    color: black;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f4f5f7;
    color: #575c63;
    vertical-align: middle;
    /* 1 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

/* Hover */
.uk-icon-button:hover {
    background-color: #e5e8ec;
    color: #01090f;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active>.uk-icon-button {
    background-color: #d6dae2;
    color: #01090f;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
    /* 1 */
    -webkit-appearance: none;
    /* 2 */
    box-sizing: border-box;
    /* 3 */
    margin: 0;
    /* 4 */
    vertical-align: middle;
    /* 5 */
    max-width: 100%;
    /* 6 */
    width: 100%;
    /* 7 */
    background: transparent;
}

/* Focus */
.uk-range:focus {
    outline: none;
}

.uk-range::-moz-focus-outer {
    border: none;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer;
}

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #e5e8ec;
    border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
    background: #d6dae2;
}

/* Firefox */
.uk-range::-moz-range-track {
    height: 3px;
    background: #e5e8ec;
    border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
    background: #d6dae2;
}

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
    /* 1 */
    -webkit-appearance: none;
    margin-top: -7px;
    /* 2 */
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #cccccc;
}

/* Firefox */
.uk-range::-moz-range-thumb {
    /* 1 */
    border: none;
    /* 2 */
    height: 15px;
    width: 15px;
    margin-top: -7px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #cccccc;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    border-radius: 0;
    /* 4 */
    font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
    overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
    text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
    /* 1 */
    font: inherit;
    /* 2 */
    font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
    overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
    opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
    cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 * 1. Reset `min-width`
 */
.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0;
    /* 1 */
    min-width: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
    -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
    /* 1 */
    max-width: 100%;
    /* 2 */
    width: 100%;
    /* 3 */
    border: 0 none;
    /* 4 */
    padding: 0 10px;
    background: #fff;
    color: #01090f;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    /* 1 */
    display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
    line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
    resize: vertical;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #01090f;
    border-color: #ed1c24;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
    background-color: #f4f5f7;
    color: #575c63;
    border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.uk-input::placeholder {
    color: #575c63;
}

.uk-textarea::placeholder {
    color: #575c63;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
    font-size: 12px;
}

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
    padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
    line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
    font-size: 1.25rem;
}

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
}

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
    padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
    line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
    color: #32d296;
    border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
    background: none;
    border-color: transparent;
}

.uk-form-blank:focus {
    border-color: #e5e5e5;
    border-style: solid;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
    width: 50px;
}

select.uk-form-width-xsmall {
    width: 75px;
}

.uk-form-width-small {
    width: 130px;
}

.uk-form-width-medium {
    width: 200px;
}

.uk-form-width-large {
    width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
    /* 1 */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 2 */
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2301090f%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2301090f%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size]) option {
    color: #01090f;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23575c63%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23575c63%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2301090f%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
    /* 1 */
    display: inline-block;
    height: 16px;
    width: 16px;
    /* 2 */
    overflow: hidden;
    /* 3 */
    margin-top: -4px;
    vertical-align: middle;
    /* 4 */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 5 */
    background-color: #E6E7E8;
    /* 6 */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: clamp(15px, 2vw, 19px);
    height: clamp(15px, 2vw, 19px);
}

.uk-radio.uk-radio-quiz,
.uk-checkbox.uk-radio-quiz {
    opacity: 0;
    transition: 0.3s;
}

.uk-radio {
    border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
    background-color: #d9dadc;
    outline: none;
    border-color: #ed1c24;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: #ed1c24;
    border: 4px solid #E6E7E8;
}

.uk-radio:checked+div,
.uk-checkbox:checked+div,
.uk-checkbox:indeterminate+div {
    border-color: #ed1c24 !important;
}

.uk-radio:checked.uk-radio-quiz,
.uk-checkbox:checked.uk-radio-quiz,
.uk-checkbox:indeterminate.uk-radio-quiz {
    opacity: 1;
    width: 60px;
    height: 60px;
    top: -30px;
    border: 5px solid #ffffff;
    background-color: #ed1c24;
    background-image: url(./../img/quiz/check-market.svg);
}

@media (max-width: 1199.9px) {

    .uk-radio:checked.uk-radio-quiz,
    .uk-checkbox:checked.uk-radio-quiz,
    .uk-checkbox:indeterminate.uk-radio-quiz {
        top: -12px;
        width: 33px;
        height: 33px;
        border: 3px solid #ffffff;
    }
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
    background-color: #ed1c24;
}

/*
 * Icons
 */
.uk-radio:checked {
    background-image: url("");
}

.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
    background-color: #f4f5f7;
    border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
    background-image: url("");
}

.uk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23575c63%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23575c63%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
    /* 1 */
    width: 100%;
    /* 2 */
    color: inherit;
    /* 3 */
    padding: 0;
    /* 4 */
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
    /* 1 */
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* 2 */
    left: 0;
    /* 3 */
    -webkit-appearance: none;
    /* 4 */
    opacity: 0;
    cursor: pointer;
}

.uk-form-custom input[type=file] {
    /* 5 */
    font-size: 500px;
    /* 6 */
    overflow: hidden;
}

/* Label
 ========================================================================== */
.uk-form-label {
    color: #333;
    font-size: 12px;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959.9px) {

    /* Behave like `uk-form-stacked` */
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 7px;
        float: left;
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px;
    }

    /* Better vertical alignment if controls are checkboxes and radio buttons with text */
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px;
    }
}

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 40px;
    /* 3 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* 4 */
    color: #575c63;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
    color: #01090f;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
    right: 0;
    left: auto;
}

.uk-form-icon-flip~.uk-input {
    padding-right: 40px !important;
}

.uk-input {
    border-radius: 15px;
    background-color: #e6e7e8;
}

.uk-input-xlarge {
    height: 100px;
    padding: 0 45px;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1199.9px) {
    .uk-input-xlarge_form {
        height: 60px;
        font-size: 13px;
        padding: 0 25px;
    }

    .uk-input-xlarge_intro {
        height: 70px;
    }
}

@media (max-width: 959.9px) {
    .uk-input-xlarge {
        height: 70px;
        padding: 0 30px;
    }
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
    /* 1 */
    margin: 0;
    /* 2 */
    border: none;
    /* 3 */
    overflow: visible;
    /* 4 */
    font: inherit;
    color: inherit;
    /* 5 */
    text-transform: none;
    /* 6 */
    -webkit-appearance: none;
    border-radius: 0;
    /* 7 */
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    /* 8 */
    line-height: 38px;
    /* 9 */
    text-align: center;
    /* 10 */
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    line-height: 162%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #e6e7e8;
    background-color: transparent;
    color: #ed1c24;
    transition: color 0.2s, background-color 0.2s;
}

.uk-button.remove-button {
    display: none;
}

@media (min-width: 1200px) {
    .uk-button:hover {
        background-color: #ed1c24;
        color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-button:active {
        background-color: #ed1c24;
        color: #fff;
    }
}

@media (max-width: 1599.9px) {
    .uk-button {
        font-size: 12px;
        line-height: 115%;
    }

    .uk-button_form {
        height: 36px;
    }
}

.uk-button:not(:disabled) {
    cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Hover */
.uk-button:hover {
    /* 9 */
    text-decoration: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

/* Hover */
.uk-button-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
    background-color: transparent;
    color: #333;
    border-color: #999999;
}

/*
 * Primary
 */
.uk-button-primary {
    background-color: #ed1c24;
    color: #fff;
    transition: background-color 0.2s;
}

/* Hover */
.uk-button-primary:hover {
    background-color: #de1219;
    color: #fff;
    background-color: #ed1c24;
}

@media (min-width: 1200px) {
    .uk-button-primary:hover:hover {
        background-color: #ff1c23;
    }
}

@media (max-width: 1199.9px) {
    .uk-button-primary:hover:active {
        background-color: #ff1c23;
    }
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #c61017;
    color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
    background-color: #ffe650;
    color: #fff;
    border: 1px solid transparent;
}

/* Hover */
.uk-button-secondary:hover {
    background-color: #ffe237;
    color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
    background-color: #ffdf1d;
    color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent;
}

/* Hover */
.uk-button-danger:hover {
    background-color: #ee395b;
    color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #ec2147;
    color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
    background-color: transparent;
    color: #575c63;
    border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 12px;
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 12px;
    padding: 0 30px;
    height: 65px;
    font-size: 14px;
}

@media (max-width: 1199.9px) {
    .uk-button-large {
        padding: 0 10px;
        height: 42px;
        font-size: 12px;
    }
}

@media (max-width: 959.9px) {
    .uk-button-large {
        height: 40px;
    }
}

@media (max-width: 639.9px) {
    .uk-button-large {
        height: 54px;
    }

    .uk-button-large.uk-button-next {
        width: 100%;
    }
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
    /* 1 */
    padding: 0;
    line-height: 1.5;
    background: none;
    /* 2 */
    color: #333;
    position: relative;
}

.uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid currentColor;
    transition: right 0.3s ease-out;
}

/* Hover */
.uk-button-text:hover {
    color: #333;
}

.uk-button-text:hover::before {
    right: 0;
}

/* Disabled */
.uk-button-text:disabled {
    color: #575c63;
}

.uk-button-text:disabled::before {
    display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
    /* 1 */
    padding: 0;
    line-height: 1.5;
    background: none;
    /* 2 */
    color: #333;
}

/* Hover */
.uk-button-link:hover {
    color: #575c63;
    text-decoration: none;
}

/* Disabled */
.uk-button-link:disabled {
    color: #575c63;
    text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
    /* 1 */
    display: inline-flex;
    /* 2 */
    vertical-align: middle;
    /* 3 */
    position: relative;
}

.uk-button-prev {
    color: #ed1c24;
    background-color: #ffffff;
    border: 1px solid;
    height: 65px;
    width: 65px;
}

@media (max-width: 1199.9px) {
    .uk-button-prev {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 959.9px) {
    .uk-button-prev {
        width: 40px;
        height: 40px;
    }
}

.uk-button-xlarge {
    height: 100px;
    font-size: 20px;
    line-height: normal;
    padding: 0 20px;
}

.uk-button-xlarge_presents {
    font-size: 16px;
}

.uk-button-large_profile {
    font-size: 12px;
}

.uk-button-blue {
    color: #211d70;
}

@media (min-width: 1200px) {
    .uk-button-blue:hover {
        color: #fff;
        background-color: #211d70;
    }
}

@media (max-width: 1199.9px) {
    .uk-button-blue:active {
        color: #fff;
        background-color: #211d70;
    }
}

.uk-button-round {
    border-radius: 45px;
}

.uk-button_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #ed1c24;
    border-radius: 100%;
    padding: 0;
    width: 90px;
    height: 90px;
}

.uk-button_icon svg {
    width: 35px;
}

@media (max-width: 1599.9px) {
    .uk-button_icon {
        width: 60px;
        height: 60px;
    }

    .uk-button_icon svg {
        width: 25px;
    }
}

@media (max-width: 1199.9px) {
    .uk-button-xlarge_form {
        font-size: 14px;
        height: 59px;
    }

    .uk-button-xlarge_intro {
        height: 70px;
    }

    .uk-button-xlarge_presents {
        height: 60px;
    }

    .uk-button_icon {
        width: 45px;
        height: 45px;
    }

    .uk-button_icon svg {
        width: 20px;
    }
}

@media (max-width: 959.9px) {
    .uk-button-xlarge {
        height: 70px;
    }

    .uk-button-large_profile {
        font-size: 10px;
    }

    .uk-button-blue {
        font-size: 12px;
        height: 30px;
    }
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    display: block;
    width: 100%;
    /* 3 */
    border: 0;
    /* 4 */
    background-color: #f4f5f7;
    /* 5 */
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden;
}

/* Add margin if adjacent element */
*+.uk-progress {
    margin-top: 20px;
}

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
    background-color: transparent;
}

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
    background-color: #ed1c24;
    transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
    background-color: #ed1c24;
    /* 1 */
    transition: width 0.6s ease;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
    display: flow-root;
    box-sizing: border-box;
    /* 1 */
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-section> :last-child {
    margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-section-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/*
 * XLarge
 */
.uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
    --uk-inverse: dark;
    background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
    --uk-inverse: dark;
    background: #f4f5f7;
}

/*
 * Primary
 */
.uk-section-primary {
    --uk-inverse: light;
    background: #ed1c24;
}

/*
 * Secondary
 */
.uk-section-secondary {
    --uk-inverse: light;
    background: #ffe650;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
@media (max-width: 1199px) and (min-width: 960px) {
    .uk-section-large {
        padding: 60px 0 60px;
    }

    .uk-section {
        padding: 40px 0 40px;
    }
}

/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
    display: flow-root;
    /* 1 */
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-container> :last-child {
    margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
    max-width: 750px;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-large {
    max-width: 1400px;
}

.uk-container-xlarge {
    max-width: 1600px;
}

.uk-container-expand {
    max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
    margin-left: 0;
}

.uk-container-expand-right {
    margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

    .uk-container-expand-left.uk-container-xsmall,
    .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px);
    }

    .uk-container-expand-left.uk-container-small,
    .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 30px);
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    .uk-container-expand-left,
    .uk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px);
    }

    .uk-container-expand-left.uk-container-xsmall,
    .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px);
    }

    .uk-container-expand-left.uk-container-small,
    .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 40px);
    }

    .uk-container-expand-left.uk-container-large,
    .uk-container-expand-right.uk-container-large {
        max-width: calc(50% + (1400px / 2) - 40px);
    }

    .uk-container-expand-left.uk-container-xlarge,
    .uk-container-expand-right.uk-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px);
    }
}

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
    margin-left: -15px;
}

.uk-container-item-padding-remove-right {
    margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

    .uk-container-item-padding-remove-left,
    .uk-container-item-padding-remove-right {
        width: calc(100% + 30px);
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px;
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    .uk-container-item-padding-remove-left,
    .uk-container-item-padding-remove-right {
        width: calc(100% + 40px);
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px;
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px;
    }
}

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-tile {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-tile> :last-child {
    margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-tile-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/*
 * XLarge
 */
.uk-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
    --uk-inverse: dark;
    background-color: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
    --uk-inverse: dark;
    background-color: #f4f5f7;
}

/*
 * Primary
 */
.uk-tile-primary {
    --uk-inverse: light;
    background-color: #ed1c24;
}

/*
 * Secondary
 */
.uk-tile-secondary {
    --uk-inverse: light;
    background-color: #ffe650;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}

/* Sections
 ========================================================================== */
.uk-card-body {
    display: flow-root;
    padding: clamp(20px, 4vw - 12px, 40px) clamp(25px, 4vw - 12px, 45px);
}

.uk-card-header {
    display: flow-root;
    padding: 15px 30px;
}

.uk-card-footer {
    display: flow-root;
    padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-card-body {
        padding: 30px 60px;
    }

    .uk-card-header {
        padding: 20px 40px;
    }

    .uk-card-footer {
        padding: 20px 40px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-card-body> :last-child,
.uk-card-header> :last-child,
.uk-card-footer> :last-child {
    margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
    /* 1 */
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    /* 2 */
    height: 22px;
    padding: 0 10px;
    /* 3 */
    background: #ed1c24;
    color: #fff;
    font-size: 12px;
    /* 4 */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 2px;
    text-transform: uppercase;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child+* {
    margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
    --uk-inverse: dark;
    background-color: #fff;
    color: #01090f;
    box-shadow: 0 18px 47px 0 rgba(0, 0, 0, 0.1);
}

.uk-card-default.uk-card-padding {
    box-shadow: none;
    padding: clamp(12px, 2vw - 8px, 20px) clamp(20px, 2vw, 40px);
}

.uk-card-default.quiz-card {
    box-shadow: none;
}

@media (max-width: 959.9px) {
    .uk-card-default.quiz-card {

    }
}

.uk-card-default .uk-card-media {
    box-shadow: none;
    height: clamp(175px, 18vw, 320px);
}

@media (min-width: 1199.9px) {
    .uk-card-default .uk-card-media {
        height: clamp(175px, 20vw - 10px, 320px);
    }
}

.uk-card-default .uk-card-media_small {
    box-shadow: none;
    height: 115px;
}

@media (min-width: 1199.9px) {
    .uk-card-default .uk-card-media_small {
        height: 115px;
    }
}

.uk-card-default-quiz-decor {
    box-shadow: none;
}

.uk-card-default .uk-card-title {
    color: #333;
}

.uk-card-default.uk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
    border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
    border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
    --uk-inverse: light;
    background-color: #ed1c24;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
    color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
    background-color: #ed1c24;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
    --uk-inverse: dark;
    background-color: #ffe650;
    color: inherit;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
    color: inherit;
}

.uk-card-secondary.uk-card-hover:hover {
    background-color: #ffe650;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
    padding: 20px 40px;
}

.uk-card-small .uk-card-header {
    padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
    padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {

    .uk-card-large.uk-card-body,
    .uk-card-large .uk-card-body {
        padding: 70px 70px;
    }

    .uk-card-large .uk-card-header {
        padding: 35px 70px;
    }

    .uk-card-large .uk-card-footer {
        padding: 35px 70px;
    }
}

.uk-card-blur {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 65px 0 rgba(0, 0, 0, 0.1);
    background: rgba(3, 3, 3, 0.2);
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
    color: #575c63;
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}

/* Hover */
.uk-close:hover {
    color: #01090f;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner>* {
    animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

/*
 * Circle
 */
.uk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: uk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round;
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
    padding: 5px;
    color: #575c63;
    transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-totop:hover {
    color: #01090f;
}

/* OnClick */
.uk-totop:active {
    color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
    padding: 5px;
    background: #ffe650;
    color: #fff;
    border-radius: 500px;
}

/* Hover */
.uk-marker:hover {
    color: #fff;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #f4f5f7;
    color: #01090f;
}

/* Add margin if adjacent element */
*+.uk-alert {
    margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert> :last-child {
    margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child+* {
    margin-top: 0;
}

/*
 * Hover
 */
.uk-alert-close:hover {
    color: inherit;
    opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
    background: #fcd5d7;
    color: #ed1c24;
}

/*
 * Success
 */
.uk-alert-success {
    background: #edfbf6;
    color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
    background: #fef5ee;
    color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
    background: #fef4f6;
    color: #f0506e;
}

/*
 * Content
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
    color: inherit;
}

.uk-alert a:not([class]) {
    color: inherit;
    text-decoration: underline;
}

.uk-alert a:not([class]):hover {
    color: inherit;
    text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: transparent;
    border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
*+.uk-placeholder {
    margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder> :last-child {
    margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    /* 1 */
    background: #ed1c24;
    color: #fff !important;
    font-size: 11px;
    /* 2 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

/*
 * Required for `a`
 */
.uk-badge:hover {
    text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #ed1c24;
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
    background-color: #32d296;
    color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
    background-color: #faa05a;
    color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
    background-color: #f0506e;
    color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
    padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay> :last-child {
    margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
    --uk-inverse: dark;
    background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
    --uk-inverse: light;
    background: rgba(255, 230, 80, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
    display: flow-root;
}

/*
 * Remove margin from the last-child
 */
.uk-article> :last-child {
    margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article+.uk-article {
    margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
    font-size: 2.23125rem;
    line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-article-title {
        font-size: 2.625rem;
    }
}

/* Meta
 ========================================================================== */
.uk-article-meta {
    font-size: 12px;
    line-height: 1.4;
    color: #575c63;
}

.uk-article-meta a {
    color: #575c63;
}

.uk-article-meta a:hover {
    color: #01090f;
    text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
    display: flow-root;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.uk-comment-header {
    display: flow-root;
    margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body> :last-child,
.uk-comment-header> :last-child {
    margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
    font-size: 1.25rem;
    line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
    font-size: 12px;
    line-height: 1.4;
    color: #575c63;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
    padding: 0;
    list-style: none;
}

/* Adjacent siblings */
.uk-comment-list> :nth-child(n+2) {
    margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment~ul {
    margin: 70px 0 0 0;
    padding-left: 30px;
    list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
    .uk-comment-list .uk-comment~ul {
        padding-left: 100px;
    }
}

/* Adjacent siblings */
.uk-comment-list .uk-comment~ul> :nth-child(n+2) {
    margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
    padding: 30px;
    background-color: #f4f5f7;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
    opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    border-radius: 0;
    /* 4 */
    font: inherit;
    /* 5 */
    overflow: visible;
    /* 6 */
    -webkit-appearance: none;
    /* 7 */
    vertical-align: middle;
    /* 8 */
    width: 100%;
    /* 9 */
    border: none;
    color: #01090f;
}

.uk-search-input:focus {
    outline: none;
}

/* Placeholder */
.uk-search-input::placeholder {
    color: #575c63;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* 3 */
    color: #575c63;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
    color: #575c63;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
    width: 240px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ed1c24;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
    width: 40px;
}

.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 40px;
}

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
    width: 240px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-navbar .uk-search-input:focus {
    background-color: #fff;
    border-color: #ed1c24;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
    width: 40px;
}

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 40px;
}

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 40px;
}

/* Medium modifier
 ========================================================================== */
.uk-search-medium {
    width: 400px;
}

/*
 * Input
 */
.uk-search-medium .uk-search-input {
    height: 40px;
    background: transparent;
    font-size: 1.5rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-medium .uk-search-icon {
    width: 24px;
}

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 34px;
}

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 34px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
    width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
    height: 80px;
    background: transparent;
    font-size: 2.625rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
    width: 40px;
}

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 60px;
}

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 60px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
    color: #575c63;
}

/* Hover */
.uk-search-toggle:hover {
    color: #01090f;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion .uk-card-default {
    box-shadow: none;
}

.uk-accordion-title-warn {
    background-position: top;
    background-size: 260%;
    background-repeat: no-repeat;
}

.uk-accordion-title-cold {
    background-position: 15% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.uk-accordion-title.uk-accordion-title-types {
    position: relative;
    border-radius: 15px;
    width: clamp(210px, 20vw, 380px);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}


.uk-accordion-title.uk-accordion-title-types::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background-color: rgba(237, 28, 36, 0.7);
    transition: background-color 0.3s;
}

/* Item
 ========================================================================== */
.uk-accordion> :nth-child(n+2) {
    margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 30px 60px;
}

.uk-accordion-title-icon {
    flex: none;
    color: #d26050;
    transition: rotate 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.uk-accordion-title-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1599.9px) {
    .uk-accordion-title {
        font-size: 20px;
        padding: 20px 30px;
    }

    .uk-accordion-title-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 959.9px) {
    .uk-accordion-title {
        font-size: 16px;
    }
}

/* Hover */
.uk-accordion-title:hover {
    color: #01090f;
    text-decoration: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
    display: flow-root;
    margin-top: 20px;
    font-size: 20px;
    padding: 0 60px 30px;
    margin-top: 0;
}

@media (max-width: 1599.9px) {
    .uk-accordion-content {
        font-size: 16px;
        padding: 0 30px 20px;
    }
}

@media (max-width: 959.9px) {
    .uk-accordion-content {
        font-size: 14px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content> :last-child {
    margin-bottom: 0;
}

.uk-open .uk-accordion-title-icon {
    rotate: 90deg;
}

.uk-accordion>* {
    border-bottom: 1px solid #e6e7e8;
    margin-top: 0;
}

.uk-accordion> :last-child {
    border: none;
}

.uk-accordion> :nth-child(n+2) {
    margin-top: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 20px;
    --uk-position-viewport-offset: 15px;
    /* 3 */
    box-sizing: border-box;
    width: 300px;
}

/* Show */
.uk-drop.uk-open {
    display: block;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid>* {
    width: 100% !important;
}

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
    margin-left: 0.25em;
    transition: transform 0.3s ease-out;
}

[aria-expanded=true]>.uk-drop-parent-icon {
    transform: rotateX(180deg);
}

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
    --uk-position-offset: 0;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 0;
    --uk-inverse: dark;
    /* 1 */
    width: auto;
    /* 2 */
    padding: 25px 15px 25px 15px;
    background: #fff;
    color: #01090f;
}

/*
 * Remove margin from the last-child
 */
.uk-dropbar> :last-child {
    margin-bottom: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-dropbar {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-dropbar {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-dropbar :focus-visible {
    outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Direction modifier
 ========================================================================== */
.uk-dropbar-top {
    box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-bottom {
    box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-left {
    box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-right {
    box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
    /* 1 */
    position: absolute;
    z-index: 980;
    /* 2 */
    padding: 0;
    /* 3 */
    left: 0;
    right: 0;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 3 */
    overflow-y: auto;
    /* 4 */
    padding: 15px 15px;
    /* 5 */
    background: rgba(0, 0, 0, 0.6);
    /* 6 */
    opacity: 0;
    transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*
 * Open
 */
.uk-modal.uk-open {
    opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
    overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    /* 3 */
    max-width: 100% !important;
    /* 4 */
    background: #fff;
    /* 5 */
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
    width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
    padding: 0;
    background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
    display: flow-root;
    padding: 20px 20px;
    padding: 25px 30px;
    border-radius: 15px;
}

.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-modal-body {
        padding: 50px 75px;
    }

    .uk-modal-header {
        padding: 15px 30px;
    }

    .uk-modal-footer {
        padding: 15px 30px;
    }
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body> :last-child,
.uk-modal-header> :last-child,
.uk-modal-footer> :last-child {
    margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 40px;
    right: 40px;
    padding: 5px;
    right: 30px;
}

@media (max-width: 959.9px) {
    [class*=uk-modal-close-] {
        top: 15px;
        right: 15px;
    }
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child+* {
    margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
    top: 0;
    /* 1 */
    right: -5px;
    transform: translate(0, -100%);
    color: white;
}

.uk-modal-close-outside:hover {
    color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    /* 1 */
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%);
    }
}

/*
 * Full
 */
.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 10px;
    background: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-modal-close-full {
        padding: 20px;
    }
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
    /* 1 */
    position: relative;
    z-index: 0;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    overflow: hidden;
    /* 4 */
    -webkit-touch-callout: none;
    /* 5 */
    touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items>* {
    /* 1 */
    position: absolute;
    top: 0;
    left: 0;
    /* 2 */
    right: 0;
    bottom: 0;
    /* 3 */
    overflow: hidden;
    /* 4 */
    will-change: transform, opacity;
}

/*
 * Hide not active items
 */
.uk-slideshow-items> :not(.uk-active) {
    display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 * 2. Prevent accidental scrolling through elements in slide getting focused
 */
.uk-slider-container {
    /* 1 */
    overflow: hidden;
    /* 2 */
    overflow: clip;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
    /* 1 */
    will-change: transform;
    /* 2 */
    position: relative;
    /* 3 */
    touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
    display: flex;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 2 */
    -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 2. Create position context
 */
.uk-slider-items>* {
    /* 1 */
    flex: none !important;
    box-sizing: border-box;
    max-width: 100%;
    /* 2 */
    position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
    /* 1 */
    position: relative;
    /* 2 */
    z-index: 980;
    /* 3 */
    box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
    margin: 0 !important;
    /* 1 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
    animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
    animation-duration: 0.2s;
}

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
    pointer-events: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
    --uk-inverse: dark;
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    /* 2 */
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #fff;
    /* 3 */
    overflow-y: auto;
}

@media (max-width: 639.9px) {
    .uk-offcanvas-bar {
        max-width: unset !important;
        min-width: 100% !important;
    }
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 30px 30px;
    }
}

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px;
    }
}

/*
 * Open
 */
.uk-open>.uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
    transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 0;
    overflow: hidden;
    /* 3 */
    transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: auto;
    right: 0;
}

.uk-open>.uk-offcanvas-reveal {
    width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
    .uk-open>.uk-offcanvas-reveal {
        width: 350px;
    }
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
    .uk-offcanvas-close {
        top: 10px;
        right: 10px;
    }
}

/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child+* {
    margin-top: 0;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
    /* 1 */
    width: 100vw;
    /* 2 */
    touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
    /* 1 */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    /* 2 */
    opacity: 0;
    transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
    overflow-x: hidden;
    /* 1 */
    overflow-x: clip;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    /* 1 */
    box-sizing: border-box;
    width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px;
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px;
    }
}

.uk-offcanvas {
    width: 100%;
}

.uk-offcanvas-bar {
    max-width: unset !important;
    left: -375px;
    width: 375px;
    padding: 40px 20px;
}

@media (max-width: 639.9px) {
    .uk-offcanvas-bar {
        width: 320px;
    }
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher> :not(.uk-active) {
    display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher>*> :last-child {
    margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
    overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
    /* 1 */
    display: inline-block;
    margin-left: 15px;
    /* 2 */
    width: 0;
    /* 3 */
    content: attr(data-fill);
    /* 4 */
    white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
    display: none;
}

/*
 * Pass fill character to JS
 */
:root {
    --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
    /* 1 */
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    /* 2 */
    box-sizing: border-box;
    width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
    left: auto;
    right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
    top: auto;
    bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639.9px) {
    .uk-notification {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

/* Message
========================================================================== */
.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #f4f5f7;
    color: #01090f;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer;
}

*+.uk-notification-message {
    margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
    display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
    color: #ed1c24;
}

/*
 * Success
 */
.uk-notification-message-success {
    color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
    color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
    color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1030;
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 10;
    /* 3 */
    top: 0;
    /* 4 */
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    /* 5 */
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
    display: block;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
    position: relative;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable> :last-child {
    margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
    position: fixed !important;
    z-index: 1050 !important;
    pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
    opacity: 0;
    pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
    min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
    cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
    /* 1 */
    font-variant-numeric: tabular-nums;
    /* 2 */
    font-size: 2rem;
    line-height: 0.8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-countdown-number {
        font-size: 4rem;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-countdown-number {
        font-size: 6rem;
    }
}

/* Separator
 ========================================================================== */
.uk-countdown-separator {
    font-size: 1rem;
    line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-countdown-separator {
        font-size: 2rem;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-countdown-separator {
        font-size: 3rem;
    }
}

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav>* {
    /* 1 */
    padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav>*>* {
    display: inline-block;
    position: relative;
}

.uk-thumbnav>*>*::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    transition: opacity 0.1s ease-in-out;
}

/* Hover */
.uk-thumbnav>*> :hover::after {
    opacity: 0;
}

/* Active */
.uk-thumbnav>.uk-active>*::after {
    opacity: 0;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
    /* 1 */
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav>* {
    /* 1 */
    padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav>*>a {
    /* 1 */
    display: flex;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    line-height: 0;
    /* 4 */
    color: #575c63;
    /* 5 */
    text-decoration: none;
    font-size: 12px;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

/* Hover */
.uk-iconnav>*>a:hover {
    color: #01090f;
}

/* Active */
.uk-iconnav>.uk-active>a {
    color: #01090f;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
    /* 1 */
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -10px;
}

/* 2 */
.uk-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid>* {
    margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid>*> :last-child {
    margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
    margin-left: -30px;
}

.uk-grid>* {
    padding-left: 30px;
}

/* Vertical */
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin,
*+.uk-grid-margin {
    margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

    /* Horizontal */
    .uk-grid {
        margin-left: -40px;
    }

    .uk-grid>* {
        padding-left: 40px;
    }

    /* Vertical */
    .uk-grid+.uk-grid,
    .uk-grid>.uk-grid-margin,
    *+.uk-grid-margin {
        margin-top: 40px;
    }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
    margin-left: -15px;
}

.uk-grid-small>*,
.uk-grid-column-small>* {
    padding-left: 15px;
}

/* Vertical */
.uk-grid+.uk-grid-small,
.uk-grid+.uk-grid-row-small,
.uk-grid-small>.uk-grid-margin,
.uk-grid-row-small>.uk-grid-margin,
*+.uk-grid-margin-small {
    margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
    margin-left: -30px;
}

.uk-grid-medium>*,
.uk-grid-column-medium>* {
    padding-left: 30px;
}

/* Vertical */
.uk-grid+.uk-grid-medium,
.uk-grid+.uk-grid-row-medium,
.uk-grid-medium>.uk-grid-margin,
.uk-grid-row-medium>.uk-grid-margin,
*+.uk-grid-margin-medium {
    margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
    margin-left: -40px;
}

.uk-grid-large>*,
.uk-grid-column-large>* {
    padding-left: 40px;
}

/* Vertical */
.uk-grid+.uk-grid-large,
.uk-grid+.uk-grid-row-large,
.uk-grid-large>.uk-grid-margin,
.uk-grid-row-large>.uk-grid-margin,
*+.uk-grid-margin-large {
    margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

    /* Horizontal */
    .uk-grid-large,
    .uk-grid-column-large {
        margin-left: -70px;
    }

    .uk-grid-large>*,
    .uk-grid-column-large>* {
        padding-left: 70px;
    }

    /* Vertical */
    .uk-grid+.uk-grid-large,
    .uk-grid+.uk-grid-row-large,
    .uk-grid-large>.uk-grid-margin,
    .uk-grid-row-large>.uk-grid-margin,
    *+.uk-grid-margin-large {
        margin-top: 70px;
    }
}

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
    margin-left: 0;
}

.uk-grid-collapse>*,
.uk-grid-column-collapse>* {
    padding-left: 0;
}

/* Vertical */
.uk-grid+.uk-grid-collapse,
.uk-grid+.uk-grid-row-collapse,
.uk-grid-collapse>.uk-grid-margin,
.uk-grid-row-collapse>.uk-grid-margin {
    margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider>* {
    position: relative;
}

.uk-grid-divider> :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
    margin-left: -60px;
}

.uk-grid-divider>* {
    padding-left: 60px;
}

.uk-grid-divider> :not(.uk-first-column)::before {
    left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    top: -30px;
    left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

    /* Horizontal */
    .uk-grid-divider {
        margin-left: -80px;
    }

    .uk-grid-divider>* {
        padding-left: 80px;
    }

    .uk-grid-divider> :not(.uk-first-column)::before {
        left: 40px;
    }

    /* Vertical */
    .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 80px;
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        top: -40px;
        left: 80px;
    }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
    margin-left: -30px;
}

.uk-grid-divider.uk-grid-small>*,
.uk-grid-divider.uk-grid-column-small>* {
    padding-left: 30px;
}

.uk-grid-divider.uk-grid-small> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small> :not(.uk-first-column)::before {
    left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin {
    margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before {
    top: -15px;
    left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
    top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
    left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
    margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium>*,
.uk-grid-divider.uk-grid-column-medium>* {
    padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium> :not(.uk-first-column)::before {
    left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -30px;
    left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
    left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
    margin-left: -80px;
}

.uk-grid-divider.uk-grid-large>*,
.uk-grid-divider.uk-grid-column-large>* {
    padding-left: 80px;
}

.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
    left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
    left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
    left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

    /* Horizontal */
    .uk-grid-divider.uk-grid-large,
    .uk-grid-divider.uk-grid-column-large {
        margin-left: -140px;
    }

    .uk-grid-divider.uk-grid-large>*,
    .uk-grid-divider.uk-grid-column-large>* {
        padding-left: 140px;
    }

    .uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
    .uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
        left: 70px;
    }

    /* Vertical */
    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
    .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
        margin-top: 140px;
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px;
        left: 140px;
    }

    .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px;
    }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
        left: 140px;
    }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match>*,
.uk-grid-item-match {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
}

.uk-grid-match>*> :not([class*=uk-width]),
.uk-grid-item-match> :not([class*=uk-width]) {
    /* 2 */
    box-sizing: border-box;
    width: 100%;
    /* 3 */
    flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li>a {
    /* 1 */
    display: flex;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3*/
    text-decoration: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav>li>a {
    padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
    padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
    padding: 2px 0;
}

/* Parent icon
 ========================================================================== */
.uk-nav-parent-icon {
    margin-left: auto;
    transition: transform 0.3s ease-out;
}

.uk-nav>li.uk-open>a .uk-nav-parent-icon {
    transform: rotateX(180deg);
}

/* Header
 ========================================================================== */
.uk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.uk-nav-header:not(:first-child) {
    margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
    margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
    font-size: 12px;
    line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-default>li>a {
    color: #575c63;
}

/* Hover */
.uk-nav-default>li>a:hover {
    color: #01090f;
}

/* Active */
.uk-nav-default>li.uk-active>a {
    color: #333;
}

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
    font-size: 12px;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
    color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
    font-size: 12px;
    line-height: 1.5;
}

.uk-nav-default .uk-nav-sub a {
    color: #575c63;
}

.uk-nav-default .uk-nav-sub a:hover {
    color: #01090f;
}

.uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #333;
}

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
    font-size: 1.5rem;
    line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-primary>li>a {
    color: #575c63;
}

/* Hover */
.uk-nav-primary>li>a:hover {
    color: #01090f;
}

/* Active */
.uk-nav-primary>li.uk-active>a {
    color: #333;
}

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
    font-size: 1.25rem;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
    color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
    font-size: 1.25rem;
    line-height: 1.5;
}

.uk-nav-primary .uk-nav-sub a {
    color: #575c63;
}

.uk-nav-primary .uk-nav-sub a:hover {
    color: #01090f;
}

.uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #333;
}

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
    font-size: 16px;
    line-height: 1.5;
}

.uk-nav-secondary> :not(.uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
    margin-top: 0;
}

/*
 * Items
 */
.uk-nav-secondary>li>a {
    color: #333;
    padding: 10px 10px;
}

/* Hover */
.uk-nav-secondary>li>a:hover {
    color: #333;
    background-color: #f4f5f7;
}

/* Active */
.uk-nav-secondary>li.uk-active>a {
    color: #333;
    background-color: #f4f5f7;
}

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
    font-size: 12px;
    color: #575c63;
}

/* Hover */
.uk-nav-secondary>li>a:hover .uk-nav-subtitle {
    color: #01090f;
}

/* Active */
.uk-nav-secondary>li.uk-active>a .uk-nav-subtitle {
    color: #333;
}

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
    color: #333;
}

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
    font-size: 12px;
    line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
    color: #575c63;
}

.uk-nav-secondary .uk-nav-sub a:hover {
    color: #01090f;
}

.uk-nav-secondary .uk-nav-sub li.uk-active>a {
    color: #333;
}

/* Size modifier
 ========================================================================== */
/*
 * Medium
 */
.uk-nav-medium {
    font-size: 2.8875rem;
    line-height: 1;
}

.uk-nav-large {
    font-size: 3.4rem;
    line-height: 1;
}

.uk-nav-xlarge {
    font-size: 4rem;
    line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
    .uk-nav-medium {
        font-size: 3.5rem;
    }

    .uk-nav-large {
        font-size: 4rem;
    }

    .uk-nav-xlarge {
        font-size: 6rem;
    }
}

/* Laptop and bigger */
@media (min-width: 1200px) {
    .uk-nav-medium {
        font-size: 4rem;
    }

    .uk-nav-large {
        font-size: 6rem;
    }

    .uk-nav-xlarge {
        font-size: 8rem;
    }
}

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
    text-align: center;
}

/* 2 */
.uk-nav-center li>a {
    justify-content: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
    padding-left: 0;
}

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
    margin-left: 0.25em;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider> :not(.uk-nav-header, .uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
    display: flex;
    /* 1 */
    position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f4f5f7;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right,
[class*=uk-navbar-center] {
    display: flex;
    gap: 15px;
    /* 1 */
    align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
    margin-left: auto;
}

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    /* 1 */
    position: relative;
}

.uk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 2 */
    width: max-content;
    box-sizing: border-box;
    /* 3 */
    z-index: 990;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
    position: absolute;
    top: 0;
}

.uk-navbar-center-left {
    right: calc(100% + 15px);
}

.uk-navbar-center-right {
    left: calc(100% + 15px);
}

[class*=uk-navbar-center-] {
    width: max-content;
    box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
    display: flex;
    gap: 8px;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
    flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle {
    /* 1 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    box-sizing: border-box;
    min-height: 80px;
    /* 4 */
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    /* 5 */
    text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav>li>a {
    padding: 0 0;
    color: #575c63;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a[aria-expanded=true] {
    color: #01090f;
}

/* OnClick */
.uk-navbar-nav>li>a:active {
    color: #333;
}

/* Active */
.uk-navbar-nav>li.uk-active>a {
    color: #333;
}

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
    margin-left: 4px;
    transition: transform 0.3s ease-out;
}

.uk-navbar-nav>li>a[aria-expanded=true] .uk-navbar-parent-icon {
    transform: rotateX(180deg);
}

/* Item
 ========================================================================== */
.uk-navbar-item {
    padding: 0 0;
    color: #01090f;
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-item> :last-child {
    margin-bottom: 0;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
    padding: 0 0;
    color: #575c63;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
    color: #01090f;
    text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
    font-size: 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav>li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
    flex-grow: 1;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
    --uk-position-offset: 15px;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: dark;
    /* 1 */
    width: 200px;
    /* 2 */
    padding: 25px;
    background: #fff;
    color: #01090f;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown> :last-child {
    margin-bottom: 0;
}

.uk-navbar-dropdown :focus-visible {
    outline-color: #333 !important;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
    margin-left: -30px;
}

.uk-navbar-dropdown .uk-drop-grid>* {
    padding-left: 30px;
}

/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid>.uk-grid-margin {
    margin-top: 30px;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
    width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
    width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
    width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
    width: 1000px;
}

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
    --uk-position-shift-offset: 0;
    padding: 40px;
}

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
    /* 1 */
    width: auto;
    /* 2 */
    background: transparent;
    /* 3 */
    padding: 25px 0 25px 0;
    --uk-position-offset: 0;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-navbar-dropdown-dropbar {
        --uk-position-viewport-offset: 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-navbar-dropdown-dropbar {
        --uk-position-viewport-offset: 40px;
    }
}

.uk-navbar-dropdown-dropbar-large {
    --uk-position-shift-offset: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
    font-size: 12px;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav>li>a {
    color: #575c63;
}

/* Hover */
.uk-navbar-dropdown-nav>li>a:hover {
    color: #01090f;
}

/* Active */
.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #333;
}

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
    font-size: 12px;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
    color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #575c63;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    color: #01090f;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #333;
}

/* Dropbar
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
.uk-navbar-nav>li>a {
    min-height: auto;
    font-weight: 600;
    font-size: 16px;
    color: #01090f;
    transition: color 0.2s;
    text-transform: none;
}

@media (min-width: 1200px) {
    .uk-navbar-nav>li>a:hover {
        color: #ed1c24;
    }
}

@media (max-width: 1199.9px) {
    .uk-navbar-nav>li>a:active {
        color: #ed1c24;
    }
}

@media (max-width: 1599.9px) {
    .uk-navbar-nav>li>a {
        font-size: 13px;
    }
}

@media (max-width: 1199.9px) {
    .uk-navbar-nav>li>a {
        font-size: 10px;
    }
}

@media (max-width: 959.9px) {
    .uk-navbar-nav {
        flex-direction: column;
        text-align: left;
        align-items: start;
        gap: 30px;
    }

    .uk-navbar-nav>li>a {
        font-size: 20px;
    }
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    align-items: center;
    /* 3 */
    margin-left: -35px;
    /* 4 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav>* {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 35px;
    /* 3 */
    position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav>*> :first-child {
    /* 1 */
    display: flex;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    color: #575c63;
    color: #01090f;
    font-size: 14px;
    transition: color 0.2s;
}

@media (max-width: 1599.9px) {
    .uk-subnav>*> :first-child {
        font-size: 12px;
    }
}

@media (max-width: 1199.9px) {
    .uk-subnav>*> :first-child {
        font-size: 10px;
    }
}

@media (max-width: 959.9px) {
    .uk-subnav>*> :first-child {
        font-size: 16px;
        line-height: 72%;
    }
}

@media (min-width: 1200px) {
    .uk-subnav>*> :first-child:hover {
        color: #ed1c24;
    }
}

@media (max-width: 1199.9px) {
    .uk-subnav>*> :first-child:active {
        color: #ed1c24;
    }
}

/* Hover */
.uk-subnav>*>a:hover {
    color: #01090f;
    text-decoration: none;
}

/* Active */
.uk-subnav>.uk-active>a {
    color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
    margin-left: -71px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider>* {
    display: flex;
    align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider> ::before {
    content: "";
    height: 1.5em;
    margin-left: 0px;
    margin-right: 35px;
    border-left: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider> :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill>*> :first-child {
    padding: 5px 10px;
    background: transparent;
    color: #575c63;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #01090f;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.uk-subnav-pill>*> :first-child:hover {
    background-color: transparent;
}

@media (max-width: 1599.9px) {
    .uk-subnav-pill>*> :first-child {
        padding: 10px 14px;
        font-size: 12px;
    }
}

/* Hover */
.uk-subnav-pill>*>a:hover {
    background-color: #f4f5f7;
    color: #01090f;
}

/* OnClick */
.uk-subnav-pill>*>a:active {
    background-color: #f4f5f7;
    color: #01090f;
}

/* Active */
.uk-subnav-pill>.uk-active>a {
    background-color: #ed1c24;
    color: #fff;
    color: #ed1c24;
    background-color: transparent;
    border-color: #f4f5f7;
}

.uk-subnav-pill>.uk-active>a:hover {
    color: #01090f;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav>.uk-disabled>a {
    color: #575c63;
}

.uk-subnav {
    margin-left: -35px;
}

.uk-subnav>* {
    padding-left: 35px;
}

.uk-subnav-pill {
    margin: 0;
}

.uk-subnav-pill>* {
    padding: 0;
}

@media (max-width: 1199.9px) {
    .uk-subnav {
        margin-left: -10px;
    }

    .uk-subnav>* {
        padding-left: 10px;
    }
}

@media (max-width: 959.9px) {
    .uk-subnav {
        margin: 0;
        gap: 30px;
        column-gap: 25px;
    }

    .uk-subnav>* {
        padding: 0;
    }

    .uk-subnav-pill {
        gap: 0;
    }

    .uk-subnav_footer {
        gap: 20px;
    }

    .uk-subnav_footer>*> :first-child {
        font-size: 16px;
    }
}

@media (max-width: 639.9px) {
    .uk-subnav_footer>*> :first-child {
        font-size: 12px;
    }
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
    padding: 0;
    list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb>* {
    display: contents;
}

/* Items
 ========================================================================== */
.uk-breadcrumb>*>* {
    font-size: 12px;
    color: #575c63;
}

/* Hover */
.uk-breadcrumb>*> :hover {
    color: #01090f;
    text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb> :last-child>span,
.uk-breadcrumb> :last-child>a:not([href]) {
    color: #01090f;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    /* 1 */
    margin: 0 20px 0 calc(20px - 4px);
    /* 2 */
    font-size: 12px;
    color: #575c63;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-pagination {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    align-items: center;
    /* 3 */
    margin-left: 0;
    /* 4 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination>* {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 0;
    /* 3 */
    position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-pagination>*>* {
    /* 1 */
    display: flex;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    padding: 5px 10px;
    color: #575c63;
    transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-pagination>*> :hover {
    color: #01090f;
    text-decoration: none;
}

/* Active */
.uk-pagination>.uk-active>* {
    color: #01090f;
}

/* Disabled */
.uk-pagination>.uk-disabled>* {
    color: #575c63;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    margin-left: -20px;
    /* 3 */
    padding: 0;
    list-style: none;
    position: relative;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab>* {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 20px;
    /* 3 */
    position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab>*>a {
    /* 1 */
    display: flex;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    justify-content: center;
    /* 4 */
    padding: 5px 10px;
    color: #575c63;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-tab>*>a:hover {
    color: #01090f;
    text-decoration: none;
}

/* Active */
.uk-tab>.uk-active>a {
    color: #333;
    border-color: #ed1c24;
}

/* Disabled */
.uk-tab>.uk-disabled>a {
    color: #575c63;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
    top: 0;
    bottom: auto;
}

.uk-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
    flex-direction: column;
    /* 1 */
    margin-left: 0;
}

/* 1 */
.uk-tab-left>*,
.uk-tab-right>* {
    padding-left: 0;
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.uk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.uk-tab-left>*>a {
    justify-content: left;
    border-right: 1px solid transparent;
    border-bottom: none;
}

.uk-tab-right>*>a {
    justify-content: left;
    border-left: 1px solid transparent;
    border-bottom: none;
}

.uk-tab .uk-dropdown {
    margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
    padding: 5px 10px;
    color: rgba(1, 9, 15, 0.5);
    transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-slidenav:hover {
    color: rgba(1, 9, 15, 0.9);
}

/* OnClick */
.uk-slidenav:active {
    color: rgba(1, 9, 15, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
    padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
    display: flex;
}

.uk-slidenav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #211d70;
    color: #211d70;
    border-radius: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s, color 0.2s;
}

@media (min-width: 1200px) {
    .uk-slidenav-button:hover {
        background-color: #211d70;
        color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button:active {
        background-color: #211d70;
        color: #fff;
    }
}

.uk-slidenav-button_prev>* {
    rotate: 180deg;
}

.uk-slidenav-button_light {
    color: #ed1c24;
    background-color: #fff;
    border: none;
}

@media (min-width: 1200px) {
    .uk-slidenav-button_light:hover {
        color: #fff;
        background-color: #ed1c24;
    }
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button_light:active {
        color: #fff;
        background-color: #ed1c24;
    }
}

.uk-slidenav-button_red {
    color: #ed1c24;
    background-color: #fff;
    border-color: #ed1c24;
}

@media (min-width: 1200px) {
    .uk-slidenav-button_red:hover {
        color: #fff;
        background-color: #ed1c24;
    }
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button_red:active {
        color: #fff;
        background-color: #ed1c24;
    }
}

.uk-slidenav-button_white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

@media (min-width: 1200px) {
    .uk-slidenav-button_white:hover {
        color: #01090f;
        background-color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button_white:active {
        color: #01090f;
        background-color: #fff;
    }
}

@media (max-width: 1199.9px) {
    .uk-slidenav-button {
        width: 30px;
        height: 30px;
    }
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav>* {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    /* 1 */
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(1, 9, 15, 0.4);
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
}

/* Hover */
.uk-dotnav>*> :hover {
    background-color: rgba(1, 9, 15, 0.6);
    border-color: transparent;
}

/* OnClick */
.uk-dotnav>*> :active {
    background-color: rgba(1, 9, 15, 0.2);
    border-color: transparent;
}

/* Active */
.uk-dotnav>.uk-active>* {
    background-color: rgba(1, 9, 15, 0.6);
    border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
    /* 1 */
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px;
}

.uk-dotnav {
    display: flex;
    align-items: center;
}

.uk-dotnav>*>* {
    border: none;
    width: 5px;
    height: 5px;
    background-color: #575c63;
}

.uk-dotnav>.uk-active>* {
    padding: 5px;
    border-color: #ed1c24;
    background-color: #ed1c24;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: dark;
    /* 1 */
    width: auto;
    /* 2 */
    min-width: 200px;
    /* 3 */
    padding: 25px;
    background: #fff;
    color: #01090f;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-dropdown> :last-child {
    margin-bottom: 0;
}

.uk-dropdown :focus-visible {
    outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
    padding: 40px;
}

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
    /* 1 */
    width: auto;
    /* 2 */
    background: transparent;
    /* 3 */
    padding: 5px 0 25px 0;
    --uk-position-viewport-offset: 15px;
    box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 40px;
    }
}

.uk-dropdown-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
    font-size: 12px;
}

/*
 * Items
 */
.uk-dropdown-nav>li>a {
    color: #575c63;
}

/* Hover + Active */
.uk-dropdown-nav>li>a:hover,
.uk-dropdown-nav>li.uk-active>a {
    color: #01090f;
}

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
    font-size: 12px;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
    color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
    color: #575c63;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #01090f;
}

.uk-dropdown {
    padding: 0;
}

.uk-dropdown-button {
    display: flex;
    gap: 5px;
}

.uk-dropdown-button-icon {
    display: flex;
    transition: rotate 0.5s;
}

.uk-dropdown-button[aria-expanded=true]>.uk-dropdown-button-icon {
    rotate: 180deg;
}

.uk-dropdown-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.uk-dropdown-list>li>.active {
    background-color: #211d70;
    color: #fff;
}

.uk-dropdown-list>li>* {
    display: block;
    padding: 10px 20px;
    color: #01090f;
    transition: color 0.1s, background-color 0.1s;
}

@media (min-width: 1200px) {
    .uk-dropdown-list>li>*:hover {
        text-decoration: none;
        background-color: #211d70;
        color: #fff;
        cursor: pointer;
    }
}

@media (max-width: 1199.9px) {
    .uk-dropdown-list>li>*:active {
        text-decoration: none;
        background-color: #211d70;
        color: #fff;
        cursor: pointer;
    }
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 5 */
    background: #000;
    /* 6 */
    opacity: 0;
    transition: opacity 0.15s linear;
    /* 7 */
    touch-action: pinch-zoom;
}

@media (min-width: 640px) {
    .uk-lightbox iframe {
        max-height: 80% !important;
        padding: 0 100px;
    }
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
    display: block;
    /* 2 */
    opacity: 1;
}

/*
 * Focus
 */
.uk-lightbox :focus-visible {
    outline-color: rgba(255, 255, 255, 0.7);
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
    overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */
.uk-lightbox-items>* {
    /* 1 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    display: none;
    justify-content: center;
    align-items: center;
    /* 3 */
    color: rgba(255, 255, 255, 0.7);
    /* 4 */
    will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh;
}

.uk-lightbox-items>*> :not(iframe) {
    width: auto;
    height: auto;
}

.uk-lightbox-items>.uk-active {
    display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar>* {
    color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    /* 1 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Hover */
.uk-lightbox-button:hover {
    color: #fff;
}

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
    display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
    animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
    animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
    animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
    animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
    animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
    animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
    animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
    animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
    animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
    animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
    animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
    animation-name: uk-kenburns;
    animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
    animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
    animation-name: uk-stroke;
    animation-duration: 2s;
    stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
    animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*
 * Scale
 */
@keyframes uk-scale-up {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*
 * Slide
 */
@keyframes uk-slide-top {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Kenburns
 */
@keyframes uk-kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*
 * Shake
 */
@keyframes uk-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

/*
 * Stroke
 */
@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke);
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%;
}

.uk-child-width-1-2>* {
    width: 50%;
}

.uk-child-width-1-3>* {
    width: calc(100% / 3);
}

.uk-child-width-1-4>* {
    width: 25%;
}

.uk-child-width-1-5>* {
    width: 20%;
}

.uk-child-width-1-6>* {
    width: calc(100% / 6);
}

.uk-child-width-auto>* {
    width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand> :not([class*=uk-width]) {
    flex: 1;
    /* 1 */
    min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%;
    }

    .uk-child-width-1-2\@s>* {
        width: 50%;
    }

    .uk-child-width-1-3\@s>* {
        width: calc(100% / 3);
    }

    .uk-child-width-1-4\@s>* {
        width: 25%;
    }

    .uk-child-width-1-5\@s>* {
        width: 20%;
    }

    .uk-child-width-1-6\@s>* {
        width: calc(100% / 6);
    }

    .uk-child-width-auto\@s>* {
        width: auto;
    }

    .uk-child-width-expand\@s> :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-child-width-1-1\@s> :not([class*=uk-width]),
    .uk-child-width-1-2\@s> :not([class*=uk-width]),
    .uk-child-width-1-3\@s> :not([class*=uk-width]),
    .uk-child-width-1-4\@s> :not([class*=uk-width]),
    .uk-child-width-1-5\@s> :not([class*=uk-width]),
    .uk-child-width-1-6\@s> :not([class*=uk-width]),
    .uk-child-width-auto\@s> :not([class*=uk-width]) {
        flex: initial;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-child-width-1-1\@m>* {
        width: 100%;
    }

    .uk-child-width-1-2\@m>* {
        width: 50%;
    }

    .uk-child-width-1-3\@m>* {
        width: calc(100% / 3);
    }

    .uk-child-width-1-4\@m>* {
        width: 25%;
    }

    .uk-child-width-1-5\@m>* {
        width: 20%;
    }

    .uk-child-width-1-6\@m>* {
        width: calc(100% / 6);
    }

    .uk-child-width-auto\@m>* {
        width: auto;
    }

    .uk-child-width-expand\@m> :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-child-width-1-1\@m> :not([class*=uk-width]),
    .uk-child-width-1-2\@m> :not([class*=uk-width]),
    .uk-child-width-1-3\@m> :not([class*=uk-width]),
    .uk-child-width-1-4\@m> :not([class*=uk-width]),
    .uk-child-width-1-5\@m> :not([class*=uk-width]),
    .uk-child-width-1-6\@m> :not([class*=uk-width]),
    .uk-child-width-auto\@m> :not([class*=uk-width]) {
        flex: initial;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%;
    }

    .uk-child-width-1-2\@l>* {
        width: 50%;
    }

    .uk-child-width-1-3\@l>* {
        width: calc(100% / 3);
    }

    .uk-child-width-1-4\@l>* {
        width: 25%;
    }

    .uk-child-width-1-5\@l>* {
        width: 20%;
    }

    .uk-child-width-1-6\@l>* {
        width: calc(100% / 6);
    }

    .uk-child-width-auto\@l>* {
        width: auto;
    }

    .uk-child-width-expand\@l> :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-child-width-1-1\@l> :not([class*=uk-width]),
    .uk-child-width-1-2\@l> :not([class*=uk-width]),
    .uk-child-width-1-3\@l> :not([class*=uk-width]),
    .uk-child-width-1-4\@l> :not([class*=uk-width]),
    .uk-child-width-1-5\@l> :not([class*=uk-width]),
    .uk-child-width-1-6\@l> :not([class*=uk-width]),
    .uk-child-width-auto\@l> :not([class*=uk-width]) {
        flex: initial;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%;
    }

    .uk-child-width-1-2\@xl>* {
        width: 50%;
    }

    .uk-child-width-1-3\@xl>* {
        width: calc(100% / 3);
    }

    .uk-child-width-1-4\@xl>* {
        width: 25%;
    }

    .uk-child-width-1-5\@xl>* {
        width: 20%;
    }

    .uk-child-width-1-6\@xl>* {
        width: calc(100% / 6);
    }

    .uk-child-width-auto\@xl>* {
        width: auto;
    }

    .uk-child-width-expand\@xl> :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-child-width-1-1\@xl> :not([class*=uk-width]),
    .uk-child-width-1-2\@xl> :not([class*=uk-width]),
    .uk-child-width-1-3\@xl> :not([class*=uk-width]),
    .uk-child-width-1-4\@xl> :not([class*=uk-width]),
    .uk-child-width-1-5\@xl> :not([class*=uk-width]),
    .uk-child-width-1-6\@xl> :not([class*=uk-width]),
    .uk-child-width-auto\@xl> :not([class*=uk-width]) {
        flex: initial;
    }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    /* 1 */
    max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
    width: 50%;
}

/* Thirds */
.uk-width-1-3 {
    width: calc(100% / 3);
}

.uk-width-2-3 {
    width: calc(200% / 3);
}

/* Quarters */
.uk-width-1-4 {
    width: 25%;
}

.uk-width-3-4 {
    width: 75%;
}

/* Fifths */
.uk-width-1-5 {
    width: 20%;
}

.uk-width-2-5 {
    width: 40%;
}

.uk-width-3-5 {
    width: 60%;
}

.uk-width-4-5 {
    width: 80%;
}

/* Sixths */
.uk-width-1-6 {
    width: calc(100% / 6);
}

.uk-width-5-6 {
    width: calc(500% / 6);
}

/* Pixel */
.uk-width-small {
    width: 150px;
}

.uk-width-medium {
    width: 300px;
}

.uk-width-large {
    width: 450px;
}

.uk-width-xlarge {
    width: 600px;
}

.uk-width-2xlarge {
    width: 750px;
}

/* Auto */
.uk-width-auto {
    width: auto;
}

/* Expand */
.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

    /* Whole */
    .uk-width-1-1\@s {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@s {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@s {
        width: calc(100% / 3);
    }

    .uk-width-2-3\@s {
        width: calc(200% / 3);
    }

    /* Quarters */
    .uk-width-1-4\@s {
        width: 25%;
    }

    .uk-width-3-4\@s {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@s {
        width: 20%;
    }

    .uk-width-2-5\@s {
        width: 40%;
    }

    .uk-width-3-5\@s {
        width: 60%;
    }

    .uk-width-4-5\@s {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@s {
        width: calc(100% / 6);
    }

    .uk-width-5-6\@s {
        width: calc(500% / 6);
    }

    /* Pixel */
    .uk-width-small\@s {
        width: 150px;
    }

    .uk-width-medium\@s {
        width: 300px;
    }

    .uk-width-large\@s {
        width: 450px;
    }

    .uk-width-xlarge\@s {
        width: 600px;
    }

    .uk-width-2xlarge\@s {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@s {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-width-1-1\@s,
    .uk-width-1-2\@s,
    .uk-width-1-3\@s,
    .uk-width-2-3\@s,
    .uk-width-1-4\@s,
    .uk-width-3-4\@s,
    .uk-width-1-5\@s,
    .uk-width-2-5\@s,
    .uk-width-3-5\@s,
    .uk-width-4-5\@s,
    .uk-width-1-6\@s,
    .uk-width-5-6\@s,
    .uk-width-small\@s,
    .uk-width-medium\@s,
    .uk-width-large\@s,
    .uk-width-xlarge\@s,
    .uk-width-2xlarge\@s,
    .uk-width-auto\@s {
        flex: initial;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    /* Whole */
    .uk-width-1-1\@m {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@m {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@m {
        width: calc(100% / 3);
    }

    .uk-width-2-3\@m {
        width: calc(200% / 3);
    }

    /* Quarters */
    .uk-width-1-4\@m {
        width: 25%;
    }

    .uk-width-3-4\@m {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@m {
        width: 20%;
    }

    .uk-width-2-5\@m {
        width: 40%;
    }

    .uk-width-3-5\@m {
        width: 60%;
    }

    .uk-width-4-5\@m {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@m {
        width: calc(100% / 6);
    }

    .uk-width-5-6\@m {
        width: calc(500% / 6);
    }

    /* Pixel */
    .uk-width-small\@m {
        width: 150px;
    }

    .uk-width-medium\@m {
        width: 300px;
    }

    .uk-width-large\@m {
        width: 450px;
    }

    .uk-width-xlarge\@m {
        width: 600px;
    }

    .uk-width-2xlarge\@m {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@m {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-width-1-1\@m,
    .uk-width-1-2\@m,
    .uk-width-1-3\@m,
    .uk-width-2-3\@m,
    .uk-width-1-4\@m,
    .uk-width-3-4\@m,
    .uk-width-1-5\@m,
    .uk-width-2-5\@m,
    .uk-width-3-5\@m,
    .uk-width-4-5\@m,
    .uk-width-1-6\@m,
    .uk-width-5-6\@m,
    .uk-width-small\@m,
    .uk-width-medium\@m,
    .uk-width-large\@m,
    .uk-width-xlarge\@m,
    .uk-width-2xlarge\@m,
    .uk-width-auto\@m {
        flex: initial;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {

    /* Whole */
    .uk-width-1-1\@l {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@l {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@l {
        width: calc(100% / 3);
    }

    .uk-width-2-3\@l {
        width: calc(200% / 3);
    }

    /* Quarters */
    .uk-width-1-4\@l {
        width: 25%;
    }

    .uk-width-3-4\@l {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@l {
        width: 20%;
    }

    .uk-width-2-5\@l {
        width: 40%;
    }

    .uk-width-3-5\@l {
        width: 60%;
    }

    .uk-width-4-5\@l {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@l {
        width: calc(100% / 6);
    }

    .uk-width-5-6\@l {
        width: calc(500% / 6);
    }

    /* Pixel */
    .uk-width-small\@l {
        width: 150px;
    }

    .uk-width-medium\@l {
        width: 300px;
    }

    .uk-width-large\@l {
        width: 450px;
    }

    .uk-width-xlarge\@l {
        width: 600px;
    }

    .uk-width-2xlarge\@l {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@l {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-width-1-1\@l,
    .uk-width-1-2\@l,
    .uk-width-1-3\@l,
    .uk-width-2-3\@l,
    .uk-width-1-4\@l,
    .uk-width-3-4\@l,
    .uk-width-1-5\@l,
    .uk-width-2-5\@l,
    .uk-width-3-5\@l,
    .uk-width-4-5\@l,
    .uk-width-1-6\@l,
    .uk-width-5-6\@l,
    .uk-width-small\@l,
    .uk-width-medium\@l,
    .uk-width-large\@l,
    .uk-width-xlarge\@l,
    .uk-width-2xlarge\@l,
    .uk-width-auto\@l {
        flex: initial;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {

    /* Whole */
    .uk-width-1-1\@xl {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@xl {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@xl {
        width: calc(100% / 3);
    }

    .uk-width-2-3\@xl {
        width: calc(200% / 3);
    }

    /* Quarters */
    .uk-width-1-4\@xl {
        width: 25%;
    }

    .uk-width-3-4\@xl {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@xl {
        width: 20%;
    }

    .uk-width-2-5\@xl {
        width: 40%;
    }

    .uk-width-3-5\@xl {
        width: 60%;
    }

    .uk-width-4-5\@xl {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@xl {
        width: calc(100% / 6);
    }

    .uk-width-5-6\@xl {
        width: calc(500% / 6);
    }

    /* Pixel */
    .uk-width-small\@xl {
        width: 150px;
    }

    .uk-width-medium\@xl {
        width: 300px;
    }

    .uk-width-large\@xl {
        width: 450px;
    }

    .uk-width-xlarge\@xl {
        width: 600px;
    }

    .uk-width-2xlarge\@xl {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@xl {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px;
    }

    /* Reset expand */
    .uk-width-1-1\@xl,
    .uk-width-1-2\@xl,
    .uk-width-1-3\@xl,
    .uk-width-2-3\@xl,
    .uk-width-1-4\@xl,
    .uk-width-3-4\@xl,
    .uk-width-1-5\@xl,
    .uk-width-2-5\@xl,
    .uk-width-3-5\@xl,
    .uk-width-4-5\@xl,
    .uk-width-1-6\@xl,
    .uk-width-5-6\@xl,
    .uk-width-small\@xl,
    .uk-width-medium\@xl,
    .uk-width-large\@xl,
    .uk-width-xlarge\@xl,
    .uk-width-2xlarge\@xl,
    .uk-width-auto\@xl {
        flex: initial;
    }
}

/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
    width: max-content;
}

.uk-width-min-content {
    width: min-content;
}

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
    box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
    height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
    min-height: 100vh;
}

.uk-height-viewport-2 {
    min-height: 200vh;
}

.uk-height-viewport-3 {
    min-height: 300vh;
}

.uk-height-viewport-4 {
    min-height: 400vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
    height: 150px;
}

.uk-height-medium {
    height: 300px;
}

.uk-height-large {
    height: 450px;
}

.uk-height-max-small {
    max-height: 150px;
}

.uk-height-max-medium {
    max-height: 300px;
}

.uk-height-max-large {
    max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    color: unset;
}

@media (max-width: 1599.9px) {
    .uk-text-lead {
        font-size: 18px;
    }
}

@media (max-width: 1199.9px) {
    .uk-text-lead {
        font-size: 12px;
    }
}

@media (max-width: 959.9px) {
    .uk-text-lead {
        font-size: 20px;
    }
}

.uk-text-meta {
    font-size: 12px;
    line-height: 1.4;
    color: #575c63;
}

.uk-text-meta>a {
    color: #575c63;
}

.uk-text-meta>a:hover {
    color: #01090f;
    text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1599.9px) {
    .uk-text-small_header {
        font-size: 10px;
    }
}

@media (max-width: 1199.9px) {
    .uk-text-small_header {
        font-size: 8px;
    }
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
    font-size: 20px;
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
    font-weight: 300;
}

.uk-text-normal {
    font-weight: 400;
}

.uk-text-bold {
    font-weight: 700;
}

.uk-text-lighter {
    font-weight: lighter;
}

.uk-text-bolder {
    font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
    font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
    text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
    color: #575c63 !important;
}

.uk-text-emphasis {
    color: #333 !important;
}

.uk-text-primary {
    color: #ed1c24 !important;
}

.uk-text-secondary {
    color: #ffe650 !important;
}

.uk-text-success {
    color: #32d296 !important;
}

.uk-text-warning {
    color: #faa05a !important;
}

.uk-text-danger {
    color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
    /* 1 */
    -webkit-background-clip: text;
    /* 2 */
    color: transparent !important;
    /* 3 */
    display: inline-block;
    /* 4 */
    background-color: #ed1c24;
    background-image: linear-gradient(90deg, #ed1c24 0%, #ed9f1c 100%);
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
    text-align: left !important;
}

.uk-text-right {
    text-align: right !important;
}

.uk-text-center {
    text-align: center !important;
}

.uk-text-justify {
    text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-text-left\@s {
        text-align: left !important;
    }

    .uk-text-right\@s {
        text-align: right !important;
    }

    .uk-text-center\@s {
        text-align: center !important;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-text-left\@m {
        text-align: left !important;
    }

    .uk-text-right\@m {
        text-align: right !important;
    }

    .uk-text-center\@m {
        text-align: center !important;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-text-left\@l {
        text-align: left !important;
    }

    .uk-text-right\@l {
        text-align: right !important;
    }

    .uk-text-center\@l {
        text-align: center !important;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-text-left\@xl {
        text-align: left !important;
    }

    .uk-text-right\@xl {
        text-align: right !important;
    }

    .uk-text-center\@xl {
        text-align: center !important;
    }
}

/*
 * Vertical
 */
.uk-text-top {
    vertical-align: top !important;
}

.uk-text-middle {
    vertical-align: middle !important;
}

.uk-text-bottom {
    vertical-align: bottom !important;
}

.uk-text-baseline {
    vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
    white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
    /* 1 */
    max-width: 100%;
    /* 2 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
    max-width: 0;
}

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
    overflow-wrap: break-word;
}

/* 1 */
th.uk-text-break,
td.uk-text-break {
    word-break: break-word;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
    column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    [class*=uk-column-] {
        column-gap: 40px;
    }
}

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
    transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
    column-rule: 1px solid #e5e5e5;
    /* 1 */
    column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-column-divider {
        column-gap: 80px;
    }
}

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
    column-count: 2;
}

.uk-column-1-3 {
    column-count: 3;
}

.uk-column-1-4 {
    column-count: 4;
}

.uk-column-1-5 {
    column-count: 5;
}

.uk-column-1-6 {
    column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-column-1-2\@s {
        column-count: 2;
    }

    .uk-column-1-3\@s {
        column-count: 3;
    }

    .uk-column-1-4\@s {
        column-count: 4;
    }

    .uk-column-1-5\@s {
        column-count: 5;
    }

    .uk-column-1-6\@s {
        column-count: 6;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-column-1-2\@m {
        column-count: 2;
    }

    .uk-column-1-3\@m {
        column-count: 3;
    }

    .uk-column-1-4\@m {
        column-count: 4;
    }

    .uk-column-1-5\@m {
        column-count: 5;
    }

    .uk-column-1-6\@m {
        column-count: 6;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-column-1-2\@l {
        column-count: 2;
    }

    .uk-column-1-3\@l {
        column-count: 3;
    }

    .uk-column-1-4\@l {
        column-count: 4;
    }

    .uk-column-1-5\@l {
        column-count: 5;
    }

    .uk-column-1-6\@l {
        column-count: 6;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-column-1-2\@xl {
        column-count: 2;
    }

    .uk-column-1-3\@xl {
        column-count: 3;
    }

    .uk-column-1-4\@xl {
        column-count: 4;
    }

    .uk-column-1-5\@xl {
        column-count: 5;
    }

    .uk-column-1-6\@xl {
        column-count: 6;
    }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
    column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
    /* 2 */
    max-width: none;
    /* 3 */
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
    pointer-events: none;
}

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
    /* 3 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
    /* 1 */
    overflow: hidden;
    /* 2 */
    position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
    background-color: #fff;
}

.uk-background-muted {
    background-color: #f4f5f7;
}

.uk-background-primary {
    background-color: #ed1c24;
}

.uk-background-secondary {
    background-color: #ffe650;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uk-background-cover {
    background-size: cover;
}

.uk-background-contain {
    background-size: contain;
}

.uk-background-width-1-1 {
    background-size: 100%;
}

.uk-background-height-1-1 {
    background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
    background-position: 0 0;
}

.uk-background-top-center {
    background-position: 50% 0;
}

.uk-background-top-right {
    background-position: 100% 0;
}

.uk-background-center-left {
    background-position: 0 50%;
}

.uk-background-center-center {
    background-position: 50% 50%;
}

.uk-background-center-right {
    background-position: 100% 50%;
}

.uk-background-bottom-left {
    background-position: 0 100%;
}

.uk-background-bottom-center {
    background-position: 50% 100%;
}

.uk-background-bottom-right {
    background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
    background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
    background-attachment: fixed;
    /* 1 */
    backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: scroll;
    }
}

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639.9px) {
    .uk-background-image\@s {
        background-image: none !important;
    }
}

/* Phone landscape and smaller */
@media (max-width: 959.9px) {
    .uk-background-image\@m {
        background-image: none !important;
    }
}

/* Tablet landscape and smaller */
@media (max-width: 1199.9px) {
    .uk-background-image\@l {
        background-image: none !important;
    }
}

/* Desktop and smaller */
@media (max-width: 1599.9px) {
    .uk-background-image\@xl {
        background-image: none !important;
    }
}

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

.uk-background-blend-screen {
    background-blend-mode: screen;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
}

.uk-background-blend-darken {
    background-blend-mode: darken;
}

.uk-background-blend-lighten {
    background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.uk-background-blend-difference {
    background-blend-mode: difference;
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.uk-background-blend-hue {
    background-blend-mode: hue;
}

.uk-background-blend-saturation {
    background-blend-mode: saturation;
}

.uk-background-blend-color {
    background-blend-mode: color;
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity;
}

.uk-background-blue {
    background-color: #211d70;
}

.uk-background-secondary {
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom-right-radius: 15px;
}

.uk-background-secondary .uk-image-wrapp {
    width: clamp(90px, 9vw - 7px, 165px);
}

.uk-background-secondary.consultation {
    backdrop-filter: blur(7.5px);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.1);
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
    display: block;
    margin-bottom: 30px;
}

*+[class*=uk-align] {
    margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left;
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left;
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right;
    }

    .uk-align-left,
    .uk-align-left\@s,
    .uk-align-left\@m,
    .uk-align-left\@l {
        margin-right: 40px;
    }

    .uk-align-right,
    .uk-align-right\@s,
    .uk-align-right\@m,
    .uk-align-right\@l {
        margin-left: 40px;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left;
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
    transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */
.uk-panel> :last-child {
    margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
    content: "";
    display: table-cell;
}

/* 2 */
.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

/* 1 */
[class*=uk-float-] {
    max-width: 100%;
}

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
    overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
    overflow: auto;
}

.uk-overflow-auto> :last-child {
    margin-bottom: 0;
}

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
    box-sizing: content-box;
}

.uk-box-sizing-border {
    box-sizing: border-box;
}

/* Resize
 ========================================================================== */
.uk-resize {
    resize: both;
}

.uk-resize-horizontal {
    resize: horizontal;
}

.uk-resize-vertical {
    resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !important;
}

.uk-display-inline-block {
    display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
    /* 5 */
    -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
    /* 6 */
    overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
    max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
    /* 1 */
    max-width: 100% !important;
    /* 2 */
    height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
    /* 1 */
    max-height: 100%;
    /* 2 */
    width: auto;
    /* 3 */
    max-width: none;
}

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
    max-width: 100%;
}

/* Object
 ========================================================================== */
.uk-object-cover {
    object-fit: cover;
}

.uk-object-contain {
    object-fit: contain;
}

.uk-object-fill {
    object-fit: fill;
}

.uk-object-none {
    object-fit: none;
}

.uk-object-scale-down {
    object-fit: scale-down;
}

/*
 * Position
 */
.uk-object-top-left {
    object-position: 0 0;
}

.uk-object-top-center {
    object-position: 50% 0;
}

.uk-object-top-right {
    object-position: 100% 0;
}

.uk-object-center-left {
    object-position: 0 50%;
}

.uk-object-center-center {
    object-position: 50% 50%;
}

.uk-object-center-right {
    object-position: 100% 50%;
}

.uk-object-bottom-left {
    object-position: 0 100%;
}

.uk-object-bottom-center {
    object-position: 50% 100%;
}

.uk-object-bottom-right {
    object-position: 100% 100%;
}

/* Border
 ========================================================================== */
.uk-border-circle {
    border-radius: 50%;
}

.uk-border-pill {
    border-radius: 500px;
}

.uk-border-rounded {
    border-radius: 15px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
    transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle;
    }

    .uk-box-shadow-bottom::after {
        content: "";
        /* 1 */
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
        /* 2 */
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
        /* 3 */
        will-change: filter;
    }
}

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {

    .uk-dropcap::first-letter,
    .uk-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%;
    }
}

/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
    /* 1 */
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif;
    color: #333;
    /* 2 */
    text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
    display: inline-block;
    vertical-align: middle;
}

/* Hover */
.uk-logo:hover {
    color: #333;
    /* 1 */
    text-decoration: none;
}

.uk-logo :where(img, svg, video) {
    display: block;
}

.uk-logo-inverse {
    display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
    pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
    cursor: move;
}

/* 2 */
.uk-drag iframe {
    pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
    mix-blend-mode: multiply;
}

.uk-blend-screen {
    mix-blend-mode: screen;
}

.uk-blend-overlay {
    mix-blend-mode: overlay;
}

.uk-blend-darken {
    mix-blend-mode: darken;
}

.uk-blend-lighten {
    mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light;
}

.uk-blend-difference {
    mix-blend-mode: difference;
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion;
}

.uk-blend-hue {
    mix-blend-mode: hue;
}

.uk-blend-saturation {
    mix-blend-mode: saturation;
}

.uk-blend-color {
    mix-blend-mode: color;
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
    transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
    transform-origin: 0 0;
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
    display: flex;
}

.uk-flex-inline {
    display: inline-flex;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
    justify-content: flex-start;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-around {
    justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-flex-left\@s {
        justify-content: flex-start;
    }

    .uk-flex-center\@s {
        justify-content: center;
    }

    .uk-flex-right\@s {
        justify-content: flex-end;
    }

    .uk-flex-between\@s {
        justify-content: space-between;
    }

    .uk-flex-around\@s {
        justify-content: space-around;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-flex-left\@m {
        justify-content: flex-start;
    }

    .uk-flex-center\@m {
        justify-content: center;
    }

    .uk-flex-right\@m {
        justify-content: flex-end;
    }

    .uk-flex-between\@m {
        justify-content: space-between;
    }

    .uk-flex-around\@m {
        justify-content: space-around;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-flex-left\@l {
        justify-content: flex-start;
    }

    .uk-flex-center\@l {
        justify-content: center;
    }

    .uk-flex-right\@l {
        justify-content: flex-end;
    }

    .uk-flex-between\@l {
        justify-content: space-between;
    }

    .uk-flex-around\@l {
        justify-content: space-around;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-flex-left\@xl {
        justify-content: flex-start;
    }

    .uk-flex-center\@xl {
        justify-content: center;
    }

    .uk-flex-right\@xl {
        justify-content: flex-end;
    }

    .uk-flex-between\@xl {
        justify-content: space-between;
    }

    .uk-flex-around\@xl {
        justify-content: space-around;
    }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
    align-items: stretch;
}

.uk-flex-top {
    align-items: flex-start;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-flex-stretch\@s {
        align-items: stretch;
    }

    .uk-flex-top\@s {
        align-items: flex-start;
    }

    .uk-flex-middle\@s {
        align-items: center;
    }

    .uk-flex-bottom\@s {
        align-items: flex-end;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-flex-stretch\@m {
        align-items: stretch;
    }

    .uk-flex-top\@m {
        align-items: flex-start;
    }

    .uk-flex-middle\@m {
        align-items: center;
    }

    .uk-flex-bottom\@m {
        align-items: flex-end;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-flex-stretch\@l {
        align-items: stretch;
    }

    .uk-flex-top\@l {
        align-items: flex-start;
    }

    .uk-flex-middle\@l {
        align-items: center;
    }

    .uk-flex-bottom\@l {
        align-items: flex-end;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-flex-stretch\@xl {
        align-items: stretch;
    }

    .uk-flex-top\@xl {
        align-items: flex-start;
    }

    .uk-flex-middle\@xl {
        align-items: center;
    }

    .uk-flex-bottom\@xl {
        align-items: flex-end;
    }
}

/* Direction
 ========================================================================== */
.uk-flex-row {
    flex-direction: row;
}

.uk-flex-row-reverse {
    flex-direction: row-reverse;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-flex-column-reverse {
    flex-direction: column-reverse;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-flex-row\@s {
        flex-direction: row;
    }

    .uk-flex-column\@s {
        flex-direction: column;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-flex-row\@m {
        flex-direction: row;
    }

    .uk-flex-column\@m {
        flex-direction: column;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-flex-row\@l {
        flex-direction: row;
    }

    .uk-flex-column\@l {
        flex-direction: column;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-flex-row\@xl {
        flex-direction: row;
    }

    .uk-flex-column\@xl {
        flex-direction: column;
    }
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
    align-content: stretch;
}

.uk-flex-wrap-top {
    align-content: flex-start;
}

.uk-flex-wrap-middle {
    align-content: center;
}

.uk-flex-wrap-bottom {
    align-content: flex-end;
}

.uk-flex-wrap-between {
    align-content: space-between;
}

.uk-flex-wrap-around {
    align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
    order: -1;
}

.uk-flex-last {
    order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-flex-first\@s {
        order: -1;
    }

    .uk-flex-last\@s {
        order: 99;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-flex-first\@m {
        order: -1;
    }

    .uk-flex-last\@m {
        order: 99;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-flex-first\@l {
        order: -1;
    }

    .uk-flex-last\@l {
        order: 99;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-flex-first\@xl {
        order: -1;
    }

    .uk-flex-last\@xl {
        order: 99;
    }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
.uk-flex-initial {
    flex: initial;
}

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
    flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
    flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
    flex: 1;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-flex-initial\@s {
        flex: initial;
    }

    .uk-flex-none\@s {
        flex: none;
    }

    .uk-flex-1\@s {
        flex: 1;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-flex-initial\@m {
        flex: initial;
    }

    .uk-flex-none\@m {
        flex: none;
    }

    .uk-flex-1\@m {
        flex: 1;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-flex-initial\@l {
        flex: initial;
    }

    .uk-flex-none\@l {
        flex: none;
    }

    .uk-flex-1\@l {
        flex: 1;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-flex-initial\@xl {
        flex: initial;
    }

    .uk-flex-none\@xl {
        flex: none;
    }

    .uk-flex-1\@xl {
        flex: 1;
    }
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
    margin-bottom: 20px;
}

*+.uk-margin {
    margin-top: 20px !important;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-margin-left {
    margin-left: 20px !important;
}

.uk-margin-right {
    margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
    margin-bottom: 10px;
}

*+.uk-margin-small {
    margin-top: 10px !important;
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.uk-margin-small-left {
    margin-left: 10px !important;
}

.uk-margin-small-right {
    margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
    margin-bottom: 40px;
}

*+.uk-margin-medium {
    margin-top: 40px !important;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-medium-left {
    margin-left: 40px !important;
}

.uk-margin-medium-right {
    margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
    margin-bottom: 40px;
}

*+.uk-margin-large {
    margin-top: 40px !important;
}

.uk-margin-large-top {
    margin-top: 40px !important;
}

.uk-margin-large-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-large-left {
    margin-left: 40px !important;
}

.uk-margin-large-right {
    margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-margin-large {
        margin-bottom: 70px;
    }

    *+.uk-margin-large {
        margin-top: 70px !important;
    }

    .uk-margin-large-top {
        margin-top: 70px !important;
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px !important;
    }

    .uk-margin-large-left {
        margin-left: 70px !important;
    }

    .uk-margin-large-right {
        margin-right: 70px !important;
    }
}

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
    margin-bottom: 70px;
}

*+.uk-margin-xlarge {
    margin-top: 70px !important;
}

.uk-margin-xlarge-top {
    margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
    margin-left: 70px !important;
}

.uk-margin-xlarge-right {
    margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px;
    }

    *+.uk-margin-xlarge {
        margin-top: 140px !important;
    }

    .uk-margin-xlarge-top {
        margin-top: 140px !important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important;
    }

    .uk-margin-xlarge-left {
        margin-left: 140px !important;
    }

    .uk-margin-xlarge-right {
        margin-right: 140px !important;
    }
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.uk-margin-auto-top {
    margin-top: auto !important;
}

.uk-margin-auto-bottom {
    margin-bottom: auto !important;
}

.uk-margin-auto-left {
    margin-left: auto !important;
}

.uk-margin-auto-right {
    margin-right: auto !important;
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@s {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@s {
        margin-right: auto !important;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@m {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@m {
        margin-right: auto !important;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@l {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@l {
        margin-right: auto !important;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@xl {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto !important;
    }
}

/* Remove
 ========================================================================== */
.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-remove-top {
    margin-top: 0 !important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.uk-margin-remove-left {
    margin-left: 0 !important;
}

.uk-margin-remove-right {
    margin-right: 0 !important;
}

.uk-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent+*,
.uk-margin-remove-first-child> :first-child {
    margin-top: 0 !important;
}

.uk-margin-remove-last-child> :last-child {
    margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-margin-remove-left\@s {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@s {
        margin-right: 0 !important;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-margin-remove-left\@m {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@m {
        margin-right: 0 !important;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-margin-remove-left\@l {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@l {
        margin-right: 0 !important;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-margin-remove-left\@xl {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important;
    }
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
    padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-padding {
        padding: 40px;
    }
}

/* Small
 ========================================================================== */
.uk-padding-small {
    padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
    padding: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}

/* Remove
 ========================================================================== */
.uk-padding-remove {
    padding: 0 !important;
}

.uk-padding-remove-top {
    padding-top: 0 !important;
}

.uk-padding-remove-bottom {
    padding-bottom: 0 !important;
}

.uk-padding-remove-left {
    padding-left: 0 !important;
}

.uk-padding-remove-right {
    padding-right: 0 !important;
}

.uk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
    --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
    position: absolute !important;
    /* 1 */
    max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

/*
 * Corners
 */
.uk-position-top-left {
    top: 0;
    left: 0;
}

.uk-position-top-right {
    top: 0;
    right: 0;
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
    /* 1 */
    width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right],
.uk-position-center-vertical {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-center-vertical {
    left: 0;
    right: 0;
}

.uk-position-center-left-out {
    right: 100%;
    width: max-content;
}

.uk-position-center-right-out {
    left: 100%;
    width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
    /* 1 */
    width: max-content;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.uk-position-center-horizontal {
    top: 0;
    bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
    margin: 15px;
    --uk-position-margin-offset: 15px;
}

.uk-position-medium {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

.uk-position-large {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-position-large {
        margin: 50px;
        --uk-position-margin-offset: 50px;
    }
}

/* Schemes
 ========================================================================== */
.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-fixed {
    position: fixed !important;
}

.uk-position-sticky {
    position: sticky !important;
}

/* Layer
 ========================================================================== */
.uk-position-z-index {
    z-index: 1;
}

.uk-position-z-index-zero {
    z-index: 0;
}

.uk-position-z-index-negative {
    z-index: -1;
}

.uk-position-z-index-high {
    z-index: 990;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
    opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
    -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
    --uk-scale-x: 1;
    --uk-scale-y: 1;
}

.uk-transition-scale-down {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03;
    opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
    --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
    --uk-translate-y: 100%;
}

.uk-transition-slide-left {
    --uk-translate-x: -100%;
}

.uk-transition-slide-right {
    --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
    --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
    --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
    --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
    --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
    --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
    --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
    --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
    --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
    opacity: 1;
}

/* Duration modifier
 ========================================================================== */
.uk-transition-slow {
    transition-duration: 0.7s;
}

/* Disable modifier
 ========================================================================== */
.uk-transition-disable,
.uk-transition-disable * {
    transition: none !important;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
    display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-hidden\@s {
        display: none !important;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important;
    }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-hidden\@l {
        display: none !important;
    }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-hidden\@xl {
        display: none !important;
    }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639.9px) {
    .uk-visible\@s {
        display: none !important;
    }
}

/* Phone landscape and smaller */
@media (max-width: 959.9px) {
    .uk-visible\@m {
        display: none !important;
    }
}

/* Tablet landscape and smaller */
@media (max-width: 1199.9px) {
    .uk-visible\@l {
        display: none !important;
    }
}

/* Desktop and smaller */
@media (max-width: 1599.9px) {
    .uk-visible\@xl {
        display: none !important;
    }
}

/* Visibility
 ========================================================================== */
.uk-invisible {
    visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    /* 1 */
    position: absolute !important;
    /* 2 */
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    /* 3 */
    clip-path: inset(50%) !important;
    /* 4 */
    white-space: nowrap !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
    .uk-hidden-touch {
        display: none !important;
    }
}

/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
    .uk-hidden-notouch {
        display: none !important;
    }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary> :not([class*=uk-card-media]),
.uk-overlay-primary {
    color: #fff;
}

/*
 * Pass dropbar behind color to JS
 */
* {
    --uk-inverse: initial;
}

.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary> :not([class*=uk-card-media]),
.uk-overlay-primary {
    --uk-inverse: light;
}

.uk-dark,
.uk-section-default:not(.uk-preserve-color),
.uk-section-muted:not(.uk-preserve-color),
.uk-tile-default:not(.uk-preserve-color),
.uk-tile-muted:not(.uk-preserve-color),
.uk-card-default.uk-card-body,
.uk-card-default> :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary> :not([class*=uk-card-media]),
.uk-overlay-default,
.uk-dropbar,
.uk-offcanvas-bar,
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-dropdown,
.uk-dropdown {
    --uk-inverse: dark;
}

.uk-inverse-light {
    --uk-inverse: light !important;
}

.uk-inverse-dark {
    --uk-inverse: dark !important;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Black"), local("Roboto-Black"), url("./../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Bold"), local("Roboto-Bold"), url("./../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Medium"), local("Roboto-Medium"), url("./../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"), url("./../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Light"), local("Roboto-Light"), url("./../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Thin"), local("Roboto-Thin"), url("./../fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("./../fonts/Roboto/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}