.popup-ecba22f0936e645e {
    display: none;
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
}

.popup-ecba22f0936e645e.active-ecba22f0936e645e {
    display: flex;
}

.popup-ecba22f0936e645e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: .7;
    z-index: -1;
}

.popup-content-ecba22f0936e645e {
    position: relative;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
}

.popup-content-ecba22f0936e645e::-webkit-scrollbar {
    display: none;
}

.close-btn-ecba22f0936e645e {
    background-color: unset;
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.close-btn-ecba22f0936e645e::before,
.close-btn-ecba22f0936e645e::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: var(--text-primary);
}

.close-btn-ecba22f0936e645e::before {
    transform: rotate(45deg);
}

.close-btn-ecba22f0936e645e::after {
    transform: rotate(-45deg);
}

@media (max-width: 900px) {
    .close-btn-ecba22f0936e645e {
        right: 15px;
        top: 15px;
    }
}

.loader-ecba22f0936e645e {
    margin: 40px;
    width: 6em;
    height: 6em;
    border: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid #000;
    border-radius: 50%;
    animation: load8-ecba22f0936e645e 1.1s infinite linear;
}

@keyframes load8-ecba22f0936e645e {
    0% {
        transform: rotate(0deg);
    }

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

.main-wrapper-_7f6f77130dce4e74 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.base-section-_7f6f77130dce4e74:not(.side-paddings-disabled-_7f6f77130dce4e74) {
    padding-left: calc(50% - 663.5px);
    padding-right: calc(50% - 663.5px);
}

.grid-section-_7f6f77130dce4e74 {
    position: relative;
    display: grid;
    grid-column-gap: 16px;
    justify-content: center;
    grid-template-columns: repeat(12, 1fr);
    padding: 0 calc(50% - 663.5px);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-primary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-primary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-primary) 50%, var(--bg-tertiary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-tertiary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-tertiary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-tertiary) 50%, var(--bg-tertiary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-secondary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-secondary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74 {
    background: linear-gradient(to right, var(--bg-secondary) 50%, var(--bg-tertiary) 50%);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-primary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-primary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-primary) 50%, var(--bg-tertiary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-tertiary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-tertiary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-tertiary) 50%, var(--bg-tertiary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-white-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-secondary) 50%, var(--bg-primary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-beige-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-secondary) 50%, var(--bg-secondary) 50%);
}

.base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74,
.grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74.img-grey-_7f6f77130dce4e74.revers-_7f6f77130dce4e74 {
    background: linear-gradient(to left, var(--bg-secondary) 50%, var(--bg-tertiary) 50%);
}

.outer-wrapper-_7f6f77130dce4e74 {
    position: relative;
}

.section-_7f6f77130dce4e74 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-wrapper-_7f6f77130dce4e74 {
    position: relative;
    min-height: 696px;
}

.inner-wrapper-in-tabs-_7f6f77130dce4e74 {
    min-height: unset;
}

@media screen and (max-width: 1439px) {
    .base-section-_7f6f77130dce4e74:not(.side-paddings-disabled-_7f6f77130dce4e74) {
        padding-inline: 32px;
    }

    .grid-section-_7f6f77130dce4e74 {
        padding-inline: calc(50% - 576px);
    }
}

@media screen and (max-width: 1215px) {
    .grid-section-_7f6f77130dce4e74 {
        padding-inline: 32px;
    }
}

@media (max-width: 1151px) {
    .inner-wrapper-_7f6f77130dce4e74 {
        min-height: 656px;
    }

    .inner-wrapper-in-tabs-_7f6f77130dce4e74 {
        min-height: unset;
    }
}

@media screen and (max-width: 968px) {
    .section-_7f6f77130dce4e74 {
        margin-inline: 32px;
    }

    .grid-section-_7f6f77130dce4e74 {
        padding-inline: 0;
    }

    .inner-wrapper-_7f6f77130dce4e74 {
        min-height: unset;
    }

    .base-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74,
    .grid-section-_7f6f77130dce4e74.white-_7f6f77130dce4e74 {
        background: var(--bg-primary) !important;
    }

    .base-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74,
    .grid-section-_7f6f77130dce4e74.grey-_7f6f77130dce4e74 {
        background: var(--bg-tertiary) !important;
    }

    .base-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74,
    .grid-section-_7f6f77130dce4e74.beige-_7f6f77130dce4e74 {
        background: var(--bg-secondary) !important;
    }
}

@media screen and (max-width: 767px) {
    .section-_7f6f77130dce4e74 {
        margin-inline: 0;
    }
}

@media screen and (max-width: 567px) {
    .base-section-_7f6f77130dce4e74:not(.side-paddings-disabled-_7f6f77130dce4e74) {
        padding-inline: 24px;
    }

    .grid-section-_7f6f77130dce4e74 {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 24px;
    }

    .grid-section-child-_7f6f77130dce4e74 {
        grid-column: 1 / -1;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 1152px) {
    .wide-top_-160-_7f6f77130dce4e74 {
        margin-top: -160px;
    }

    .wide-top_-150-_7f6f77130dce4e74 {
        margin-top: -150px;
    }

    .wide-top_-140-_7f6f77130dce4e74 {
        margin-top: -140px;
    }

    .wide-top_-130-_7f6f77130dce4e74 {
        margin-top: -130px;
    }

    .wide-top_-120-_7f6f77130dce4e74 {
        margin-top: -120px;
    }

    .wide-top_-110-_7f6f77130dce4e74 {
        margin-top: -110px;
    }

    .wide-top_-100-_7f6f77130dce4e74 {
        margin-top: -100px;
    }

    .wide-top_-90-_7f6f77130dce4e74 {
        margin-top: -90px;
    }

    .wide-top_-80-_7f6f77130dce4e74 {
        margin-top: -80px;
    }

    .wide-top_-72-_7f6f77130dce4e74 {
        margin-top: -72px;
    }

    .wide-top_-64-_7f6f77130dce4e74 {
        margin-top: -64px;
    }

    .wide-top_-60-_7f6f77130dce4e74 {
        margin-top: -60px;
    }

    .wide-top_-56-_7f6f77130dce4e74 {
        margin-top: -56px;
    }

    .wide-top_-52-_7f6f77130dce4e74 {
        margin-top: -52px;
    }

    .wide-top_-48-_7f6f77130dce4e74 {
        margin-top: -48px;
    }

    .wide-top_-44-_7f6f77130dce4e74 {
        margin-top: -44px;
    }

    .wide-top_-40-_7f6f77130dce4e74 {
        margin-top: -40px;
    }

    .wide-top_-36-_7f6f77130dce4e74 {
        margin-top: -36px;
    }

    .wide-top_-32-_7f6f77130dce4e74 {
        margin-top: -32px;
    }

    .wide-top_-28-_7f6f77130dce4e74 {
        margin-top: -28px;
    }

    .wide-top_-24-_7f6f77130dce4e74 {
        margin-top: -24px;
    }

    .wide-top_-22-_7f6f77130dce4e74 {
        margin-top: -22px;
    }

    .wide-top_-20-_7f6f77130dce4e74 {
        margin-top: -20px;
    }

    .wide-top_-18-_7f6f77130dce4e74 {
        margin-top: -18px;
    }

    .wide-top_-16-_7f6f77130dce4e74 {
        margin-top: -16px;
    }

    .wide-top_-14-_7f6f77130dce4e74 {
        margin-top: -14px;
    }

    .wide-top_-12-_7f6f77130dce4e74 {
        margin-top: -12px;
    }

    .wide-top_-10-_7f6f77130dce4e74 {
        margin-top: -10px;
    }

    .wide-top_-8-_7f6f77130dce4e74 {
        margin-top: -8px;
    }

    .wide-top_-6-_7f6f77130dce4e74 {
        margin-top: -6px;
    }

    .wide-top_-4-_7f6f77130dce4e74 {
        margin-top: -4px;
    }

    .wide-top_-2-_7f6f77130dce4e74 {
        margin-top: -2px;
    }

    .wide-top_0-_7f6f77130dce4e74 {
        padding-top: 0;
    }

    .wide-top_2-_7f6f77130dce4e74 {
        padding-top: 2px;
    }

    .wide-top_4-_7f6f77130dce4e74 {
        padding-top: 4px;
    }

    .wide-top_6-_7f6f77130dce4e74 {
        padding-top: 6px;
    }

    .wide-top_8-_7f6f77130dce4e74 {
        padding-top: 8px;
    }

    .wide-top_10-_7f6f77130dce4e74 {
        padding-top: 10px;
    }

    .wide-top_12-_7f6f77130dce4e74 {
        padding-top: 12px;
    }

    .wide-top_14-_7f6f77130dce4e74 {
        padding-top: 14px;
    }

    .wide-top_16-_7f6f77130dce4e74 {
        padding-top: 16px;
    }

    .wide-top_18-_7f6f77130dce4e74 {
        padding-top: 18px;
    }

    .wide-top_20-_7f6f77130dce4e74 {
        padding-top: 20px;
    }

    .wide-top_22-_7f6f77130dce4e74 {
        padding-top: 22px;
    }

    .wide-top_24-_7f6f77130dce4e74 {
        padding-top: 24px;
    }

    .wide-top_28-_7f6f77130dce4e74 {
        padding-top: 28px;
    }

    .wide-top_32-_7f6f77130dce4e74 {
        padding-top: 32px;
    }

    .wide-top_36-_7f6f77130dce4e74 {
        padding-top: 36px;
    }

    .wide-top_40-_7f6f77130dce4e74 {
        padding-top: 40px;
    }

    .wide-top_44-_7f6f77130dce4e74 {
        padding-top: 44px;
    }

    .wide-top_48-_7f6f77130dce4e74 {
        padding-top: 48px;
    }

    .wide-top_52-_7f6f77130dce4e74 {
        padding-top: 52px;
    }

    .wide-top_56-_7f6f77130dce4e74 {
        padding-top: 56px;
    }

    .wide-top_60-_7f6f77130dce4e74 {
        padding-top: 60px;
    }

    .wide-top_64-_7f6f77130dce4e74 {
        padding-top: 64px;
    }

    .wide-top_72-_7f6f77130dce4e74 {
        padding-top: 72px;
    }

    .wide-top_80-_7f6f77130dce4e74 {
        padding-top: 80px;
    }

    .wide-top_90-_7f6f77130dce4e74 {
        padding-top: 90px;
    }

    .wide-top_100-_7f6f77130dce4e74 {
        padding-top: 100px;
    }

    .wide-top_110-_7f6f77130dce4e74 {
        padding-top: 110px;
    }

    .wide-top_120-_7f6f77130dce4e74 {
        padding-top: 120px;
    }

    .wide-top_130-_7f6f77130dce4e74 {
        padding-top: 130px;
    }

    .wide-top_140-_7f6f77130dce4e74 {
        padding-top: 140px;
    }

    .wide-top_150-_7f6f77130dce4e74 {
        padding-top: 150px;
    }

    .wide-top_160-_7f6f77130dce4e74 {
        padding-top: 160px;
    }

    .wide-bottom_-160-_7f6f77130dce4e74 {
        margin-bottom: -160px;
    }

    .wide-bottom_-150-_7f6f77130dce4e74 {
        margin-bottom: -150px;
    }

    .wide-bottom_-140-_7f6f77130dce4e74 {
        margin-bottom: -140px;
    }

    .wide-bottom_-130-_7f6f77130dce4e74 {
        margin-bottom: -130px;
    }

    .wide-bottom_-120-_7f6f77130dce4e74 {
        margin-bottom: -120px;
    }

    .wide-bottom_-110-_7f6f77130dce4e74 {
        margin-bottom: -110px;
    }

    .wide-bottom_-100-_7f6f77130dce4e74 {
        margin-bottom: -100px;
    }

    .wide-bottom_-90-_7f6f77130dce4e74 {
        margin-bottom: -90px;
    }

    .wide-bottom_-80-_7f6f77130dce4e74 {
        margin-bottom: -80px;
    }

    .wide-bottom_-72-_7f6f77130dce4e74 {
        margin-bottom: -72px;
    }

    .wide-bottom_-64-_7f6f77130dce4e74 {
        margin-bottom: -64px;
    }

    .wide-bottom_-60-_7f6f77130dce4e74 {
        margin-bottom: -60px;
    }

    .wide-bottom_-56-_7f6f77130dce4e74 {
        margin-bottom: -56px;
    }

    .wide-bottom_-52-_7f6f77130dce4e74 {
        margin-bottom: -52px;
    }

    .wide-bottom_-48-_7f6f77130dce4e74 {
        margin-bottom: -48px;
    }

    .wide-bottom_-44-_7f6f77130dce4e74 {
        margin-bottom: -44px;
    }

    .wide-bottom_-40-_7f6f77130dce4e74 {
        margin-bottom: -40px;
    }

    .wide-bottom_-36-_7f6f77130dce4e74 {
        margin-bottom: -36px;
    }

    .wide-bottom_-32-_7f6f77130dce4e74 {
        margin-bottom: -32px;
    }

    .wide-bottom_-28-_7f6f77130dce4e74 {
        margin-bottom: -28px;
    }

    .wide-bottom_-24-_7f6f77130dce4e74 {
        margin-bottom: -24px;
    }

    .wide-bottom_-22-_7f6f77130dce4e74 {
        margin-bottom: -22px;
    }

    .wide-bottom_-20-_7f6f77130dce4e74 {
        margin-bottom: -20px;
    }

    .wide-bottom_-18-_7f6f77130dce4e74 {
        margin-bottom: -18px;
    }

    .wide-bottom_-16-_7f6f77130dce4e74 {
        margin-bottom: -16px;
    }

    .wide-bottom_-14-_7f6f77130dce4e74 {
        margin-bottom: -14px;
    }

    .wide-bottom_-12-_7f6f77130dce4e74 {
        margin-bottom: -12px;
    }

    .wide-bottom_-10-_7f6f77130dce4e74 {
        margin-bottom: -10px;
    }

    .wide-bottom_-8-_7f6f77130dce4e74 {
        margin-bottom: -8px;
    }

    .wide-bottom_-6-_7f6f77130dce4e74 {
        margin-bottom: -6px;
    }

    .wide-bottom_-4-_7f6f77130dce4e74 {
        margin-bottom: -4px;
    }

    .wide-bottom_-2-_7f6f77130dce4e74 {
        margin-bottom: -2px;
    }

    .wide-bottom_0-_7f6f77130dce4e74 {
        padding-bottom: 0;
    }

    .wide-bottom_2-_7f6f77130dce4e74 {
        padding-bottom: 2px;
    }

    .wide-bottom_4-_7f6f77130dce4e74 {
        padding-bottom: 4px;
    }

    .wide-bottom_6-_7f6f77130dce4e74 {
        padding-bottom: 6px;
    }

    .wide-bottom_8-_7f6f77130dce4e74 {
        padding-bottom: 8px;
    }

    .wide-bottom_10-_7f6f77130dce4e74 {
        padding-bottom: 10px;
    }

    .wide-bottom_12-_7f6f77130dce4e74 {
        padding-bottom: 12px;
    }

    .wide-bottom_14-_7f6f77130dce4e74 {
        padding-bottom: 14px;
    }

    .wide-bottom_16-_7f6f77130dce4e74 {
        padding-bottom: 16px;
    }

    .wide-bottom_18-_7f6f77130dce4e74 {
        padding-bottom: 18px;
    }

    .wide-bottom_20-_7f6f77130dce4e74 {
        padding-bottom: 20px;
    }

    .wide-bottom_22-_7f6f77130dce4e74 {
        padding-bottom: 22px;
    }

    .wide-bottom_24-_7f6f77130dce4e74 {
        padding-bottom: 24px;
    }

    .wide-bottom_28-_7f6f77130dce4e74 {
        padding-bottom: 28px;
    }

    .wide-bottom_32-_7f6f77130dce4e74 {
        padding-bottom: 32px;
    }

    .wide-bottom_36-_7f6f77130dce4e74 {
        padding-bottom: 36px;
    }

    .wide-bottom_40-_7f6f77130dce4e74 {
        padding-bottom: 40px;
    }

    .wide-bottom_44-_7f6f77130dce4e74 {
        padding-bottom: 44px;
    }

    .wide-bottom_48-_7f6f77130dce4e74 {
        padding-bottom: 48px;
    }

    .wide-bottom_52-_7f6f77130dce4e74 {
        padding-bottom: 52px;
    }

    .wide-bottom_56-_7f6f77130dce4e74 {
        padding-bottom: 56px;
    }

    .wide-bottom_60-_7f6f77130dce4e74 {
        padding-bottom: 60px;
    }

    .wide-bottom_64-_7f6f77130dce4e74 {
        padding-bottom: 64px;
    }

    .wide-bottom_72-_7f6f77130dce4e74 {
        padding-bottom: 72px;
    }

    .wide-bottom_80-_7f6f77130dce4e74 {
        padding-bottom: 80px;
    }

    .wide-bottom_90-_7f6f77130dce4e74 {
        padding-bottom: 90px;
    }

    .wide-bottom_100-_7f6f77130dce4e74 {
        padding-bottom: 100px;
    }

    .wide-bottom_110-_7f6f77130dce4e74 {
        padding-bottom: 110px;
    }

    .wide-bottom_120-_7f6f77130dce4e74 {
        padding-bottom: 120px;
    }

    .wide-bottom_130-_7f6f77130dce4e74 {
        padding-bottom: 130px;
    }

    .wide-bottom_140-_7f6f77130dce4e74 {
        padding-bottom: 140px;
    }

    .wide-bottom_150-_7f6f77130dce4e74 {
        padding-bottom: 150px;
    }

    .wide-bottom_160-_7f6f77130dce4e74 {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 1151px) {
    .desktop-top_-160-_7f6f77130dce4e74 {
        margin-top: -160px;
    }

    .desktop-top_-150-_7f6f77130dce4e74 {
        margin-top: -150px;
    }

    .desktop-top_-140-_7f6f77130dce4e74 {
        margin-top: -140px;
    }

    .desktop-top_-130-_7f6f77130dce4e74 {
        margin-top: -130px;
    }

    .desktop-top_-120-_7f6f77130dce4e74 {
        margin-top: -120px;
    }

    .desktop-top_-110-_7f6f77130dce4e74 {
        margin-top: -110px;
    }

    .desktop-top_-100-_7f6f77130dce4e74 {
        margin-top: -100px;
    }

    .desktop-top_-90-_7f6f77130dce4e74 {
        margin-top: -90px;
    }

    .desktop-top_-80-_7f6f77130dce4e74 {
        margin-top: -80px;
    }

    .desktop-top_-72-_7f6f77130dce4e74 {
        margin-top: -72px;
    }

    .desktop-top_-64-_7f6f77130dce4e74 {
        margin-top: -64px;
    }

    .desktop-top_-60-_7f6f77130dce4e74 {
        margin-top: -60px;
    }

    .desktop-top_-56-_7f6f77130dce4e74 {
        margin-top: -56px;
    }

    .desktop-top_-52-_7f6f77130dce4e74 {
        margin-top: -52px;
    }

    .desktop-top_-48-_7f6f77130dce4e74 {
        margin-top: -48px;
    }

    .desktop-top_-44-_7f6f77130dce4e74 {
        margin-top: -44px;
    }

    .desktop-top_-40-_7f6f77130dce4e74 {
        margin-top: -40px;
    }

    .desktop-top_-36-_7f6f77130dce4e74 {
        margin-top: -36px;
    }

    .desktop-top_-32-_7f6f77130dce4e74 {
        margin-top: -32px;
    }

    .desktop-top_-28-_7f6f77130dce4e74 {
        margin-top: -28px;
    }

    .desktop-top_-24-_7f6f77130dce4e74 {
        margin-top: -24px;
    }

    .desktop-top_-22-_7f6f77130dce4e74 {
        margin-top: -22px;
    }

    .desktop-top_-20-_7f6f77130dce4e74 {
        margin-top: -20px;
    }

    .desktop-top_-18-_7f6f77130dce4e74 {
        margin-top: -18px;
    }

    .desktop-top_-16-_7f6f77130dce4e74 {
        margin-top: -16px;
    }

    .desktop-top_-14-_7f6f77130dce4e74 {
        margin-top: -14px;
    }

    .desktop-top_-12-_7f6f77130dce4e74 {
        margin-top: -12px;
    }

    .desktop-top_-10-_7f6f77130dce4e74 {
        margin-top: -10px;
    }

    .desktop-top_-8-_7f6f77130dce4e74 {
        margin-top: -8px;
    }

    .desktop-top_-6-_7f6f77130dce4e74 {
        margin-top: -6px;
    }

    .desktop-top_-4-_7f6f77130dce4e74 {
        margin-top: -4px;
    }

    .desktop-top_-2-_7f6f77130dce4e74 {
        margin-top: -2px;
    }

    .desktop-top_0-_7f6f77130dce4e74 {
        padding-top: 0;
    }

    .desktop-top_2-_7f6f77130dce4e74 {
        padding-top: 2px;
    }

    .desktop-top_4-_7f6f77130dce4e74 {
        padding-top: 4px;
    }

    .desktop-top_6-_7f6f77130dce4e74 {
        padding-top: 6px;
    }

    .desktop-top_8-_7f6f77130dce4e74 {
        padding-top: 8px;
    }

    .desktop-top_10-_7f6f77130dce4e74 {
        padding-top: 10px;
    }

    .desktop-top_12-_7f6f77130dce4e74 {
        padding-top: 12px;
    }

    .desktop-top_14-_7f6f77130dce4e74 {
        padding-top: 14px;
    }

    .desktop-top_16-_7f6f77130dce4e74 {
        padding-top: 16px;
    }

    .desktop-top_18-_7f6f77130dce4e74 {
        padding-top: 18px;
    }

    .desktop-top_20-_7f6f77130dce4e74 {
        padding-top: 20px;
    }

    .desktop-top_22-_7f6f77130dce4e74 {
        padding-top: 22px;
    }

    .desktop-top_24-_7f6f77130dce4e74 {
        padding-top: 24px;
    }

    .desktop-top_28-_7f6f77130dce4e74 {
        padding-top: 28px;
    }

    .desktop-top_32-_7f6f77130dce4e74 {
        padding-top: 32px;
    }

    .desktop-top_36-_7f6f77130dce4e74 {
        padding-top: 36px;
    }

    .desktop-top_40-_7f6f77130dce4e74 {
        padding-top: 40px;
    }

    .desktop-top_44-_7f6f77130dce4e74 {
        padding-top: 44px;
    }

    .desktop-top_48-_7f6f77130dce4e74 {
        padding-top: 48px;
    }

    .desktop-top_52-_7f6f77130dce4e74 {
        padding-top: 52px;
    }

    .desktop-top_56-_7f6f77130dce4e74 {
        padding-top: 56px;
    }

    .desktop-top_60-_7f6f77130dce4e74 {
        padding-top: 60px;
    }

    .desktop-top_64-_7f6f77130dce4e74 {
        padding-top: 64px;
    }

    .desktop-top_72-_7f6f77130dce4e74 {
        padding-top: 72px;
    }

    .desktop-top_80-_7f6f77130dce4e74 {
        padding-top: 80px;
    }

    .desktop-top_90-_7f6f77130dce4e74 {
        padding-top: 90px;
    }

    .desktop-top_100-_7f6f77130dce4e74 {
        padding-top: 100px;
    }

    .desktop-top_110-_7f6f77130dce4e74 {
        padding-top: 110px;
    }

    .desktop-top_120-_7f6f77130dce4e74 {
        padding-top: 120px;
    }

    .desktop-top_130-_7f6f77130dce4e74 {
        padding-top: 130px;
    }

    .desktop-top_140-_7f6f77130dce4e74 {
        padding-top: 140px;
    }

    .desktop-top_150-_7f6f77130dce4e74 {
        padding-top: 150px;
    }

    .desktop-top_160-_7f6f77130dce4e74 {
        padding-top: 160px;
    }

    .desktop-bottom_-160-_7f6f77130dce4e74 {
        margin-bottom: -160px;
    }

    .desktop-bottom_-150-_7f6f77130dce4e74 {
        margin-bottom: -150px;
    }

    .desktop-bottom_-140-_7f6f77130dce4e74 {
        margin-bottom: -140px;
    }

    .desktop-bottom_-130-_7f6f77130dce4e74 {
        margin-bottom: -130px;
    }

    .desktop-bottom_-120-_7f6f77130dce4e74 {
        margin-bottom: -120px;
    }

    .desktop-bottom_-110-_7f6f77130dce4e74 {
        margin-bottom: -110px;
    }

    .desktop-bottom_-100-_7f6f77130dce4e74 {
        margin-bottom: -100px;
    }

    .desktop-bottom_-90-_7f6f77130dce4e74 {
        margin-bottom: -90px;
    }

    .desktop-bottom_-80-_7f6f77130dce4e74 {
        margin-bottom: -80px;
    }

    .desktop-bottom_-72-_7f6f77130dce4e74 {
        margin-bottom: -72px;
    }

    .desktop-bottom_-64-_7f6f77130dce4e74 {
        margin-bottom: -64px;
    }

    .desktop-bottom_-60-_7f6f77130dce4e74 {
        margin-bottom: -60px;
    }

    .desktop-bottom_-56-_7f6f77130dce4e74 {
        margin-bottom: -56px;
    }

    .desktop-bottom_-52-_7f6f77130dce4e74 {
        margin-bottom: -52px;
    }

    .desktop-bottom_-48-_7f6f77130dce4e74 {
        margin-bottom: -48px;
    }

    .desktop-bottom_-44-_7f6f77130dce4e74 {
        margin-bottom: -44px;
    }

    .desktop-bottom_-40-_7f6f77130dce4e74 {
        margin-bottom: -40px;
    }

    .desktop-bottom_-36-_7f6f77130dce4e74 {
        margin-bottom: -36px;
    }

    .desktop-bottom_-32-_7f6f77130dce4e74 {
        margin-bottom: -32px;
    }

    .desktop-bottom_-28-_7f6f77130dce4e74 {
        margin-bottom: -28px;
    }

    .desktop-bottom_-24-_7f6f77130dce4e74 {
        margin-bottom: -24px;
    }

    .desktop-bottom_-22-_7f6f77130dce4e74 {
        margin-bottom: -22px;
    }

    .desktop-bottom_-20-_7f6f77130dce4e74 {
        margin-bottom: -20px;
    }

    .desktop-bottom_-18-_7f6f77130dce4e74 {
        margin-bottom: -18px;
    }

    .desktop-bottom_-16-_7f6f77130dce4e74 {
        margin-bottom: -16px;
    }

    .desktop-bottom_-14-_7f6f77130dce4e74 {
        margin-bottom: -14px;
    }

    .desktop-bottom_-12-_7f6f77130dce4e74 {
        margin-bottom: -12px;
    }

    .desktop-bottom_-10-_7f6f77130dce4e74 {
        margin-bottom: -10px;
    }

    .desktop-bottom_-8-_7f6f77130dce4e74 {
        margin-bottom: -8px;
    }

    .desktop-bottom_-6-_7f6f77130dce4e74 {
        margin-bottom: -6px;
    }

    .desktop-bottom_-4-_7f6f77130dce4e74 {
        margin-bottom: -4px;
    }

    .desktop-bottom_-2-_7f6f77130dce4e74 {
        margin-bottom: -2px;
    }

    .desktop-bottom_0-_7f6f77130dce4e74 {
        padding-bottom: 0;
    }

    .desktop-bottom_2-_7f6f77130dce4e74 {
        padding-bottom: 2px;
    }

    .desktop-bottom_4-_7f6f77130dce4e74 {
        padding-bottom: 4px;
    }

    .desktop-bottom_6-_7f6f77130dce4e74 {
        padding-bottom: 6px;
    }

    .desktop-bottom_8-_7f6f77130dce4e74 {
        padding-bottom: 8px;
    }

    .desktop-bottom_10-_7f6f77130dce4e74 {
        padding-bottom: 10px;
    }

    .desktop-bottom_12-_7f6f77130dce4e74 {
        padding-bottom: 12px;
    }

    .desktop-bottom_14-_7f6f77130dce4e74 {
        padding-bottom: 14px;
    }

    .desktop-bottom_16-_7f6f77130dce4e74 {
        padding-bottom: 16px;
    }

    .desktop-bottom_18-_7f6f77130dce4e74 {
        padding-bottom: 18px;
    }

    .desktop-bottom_20-_7f6f77130dce4e74 {
        padding-bottom: 20px;
    }

    .desktop-bottom_22-_7f6f77130dce4e74 {
        padding-bottom: 22px;
    }

    .desktop-bottom_24-_7f6f77130dce4e74 {
        padding-bottom: 24px;
    }

    .desktop-bottom_28-_7f6f77130dce4e74 {
        padding-bottom: 28px;
    }

    .desktop-bottom_32-_7f6f77130dce4e74 {
        padding-bottom: 32px;
    }

    .desktop-bottom_36-_7f6f77130dce4e74 {
        padding-bottom: 36px;
    }

    .desktop-bottom_40-_7f6f77130dce4e74 {
        padding-bottom: 40px;
    }

    .desktop-bottom_44-_7f6f77130dce4e74 {
        padding-bottom: 44px;
    }

    .desktop-bottom_48-_7f6f77130dce4e74 {
        padding-bottom: 48px;
    }

    .desktop-bottom_52-_7f6f77130dce4e74 {
        padding-bottom: 52px;
    }

    .desktop-bottom_56-_7f6f77130dce4e74 {
        padding-bottom: 56px;
    }

    .desktop-bottom_60-_7f6f77130dce4e74 {
        padding-bottom: 60px;
    }

    .desktop-bottom_64-_7f6f77130dce4e74 {
        padding-bottom: 64px;
    }

    .desktop-bottom_72-_7f6f77130dce4e74 {
        padding-bottom: 72px;
    }

    .desktop-bottom_80-_7f6f77130dce4e74 {
        padding-bottom: 80px;
    }

    .desktop-bottom_90-_7f6f77130dce4e74 {
        padding-bottom: 90px;
    }

    .desktop-bottom_100-_7f6f77130dce4e74 {
        padding-bottom: 100px;
    }

    .desktop-bottom_110-_7f6f77130dce4e74 {
        padding-bottom: 110px;
    }

    .desktop-bottom_120-_7f6f77130dce4e74 {
        padding-bottom: 120px;
    }

    .desktop-bottom_130-_7f6f77130dce4e74 {
        padding-bottom: 130px;
    }

    .desktop-bottom_140-_7f6f77130dce4e74 {
        padding-bottom: 140px;
    }

    .desktop-bottom_150-_7f6f77130dce4e74 {
        padding-bottom: 150px;
    }

    .desktop-bottom_160-_7f6f77130dce4e74 {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 968px) {
    .ipad-top_-160-_7f6f77130dce4e74 {
        margin-top: -160px;
    }

    .ipad-top_-150-_7f6f77130dce4e74 {
        margin-top: -150px;
    }

    .ipad-top_-140-_7f6f77130dce4e74 {
        margin-top: -140px;
    }

    .ipad-top_-130-_7f6f77130dce4e74 {
        margin-top: -130px;
    }

    .ipad-top_-120-_7f6f77130dce4e74 {
        margin-top: -120px;
    }

    .ipad-top_-110-_7f6f77130dce4e74 {
        margin-top: -110px;
    }

    .ipad-top_-100-_7f6f77130dce4e74 {
        margin-top: -100px;
    }

    .ipad-top_-90-_7f6f77130dce4e74 {
        margin-top: -90px;
    }

    .ipad-top_-80-_7f6f77130dce4e74 {
        margin-top: -80px;
    }

    .ipad-top_-72-_7f6f77130dce4e74 {
        margin-top: -72px;
    }

    .ipad-top_-64-_7f6f77130dce4e74 {
        margin-top: -64px;
    }

    .ipad-top_-60-_7f6f77130dce4e74 {
        margin-top: -60px;
    }

    .ipad-top_-56-_7f6f77130dce4e74 {
        margin-top: -56px;
    }

    .ipad-top_-52-_7f6f77130dce4e74 {
        margin-top: -52px;
    }

    .ipad-top_-48-_7f6f77130dce4e74 {
        margin-top: -48px;
    }

    .ipad-top_-44-_7f6f77130dce4e74 {
        margin-top: -44px;
    }

    .ipad-top_-40-_7f6f77130dce4e74 {
        margin-top: -40px;
    }

    .ipad-top_-36-_7f6f77130dce4e74 {
        margin-top: -36px;
    }

    .ipad-top_-32-_7f6f77130dce4e74 {
        margin-top: -32px;
    }

    .ipad-top_-28-_7f6f77130dce4e74 {
        margin-top: -28px;
    }

    .ipad-top_-24-_7f6f77130dce4e74 {
        margin-top: -24px;
    }

    .ipad-top_-22-_7f6f77130dce4e74 {
        margin-top: -22px;
    }

    .ipad-top_-20-_7f6f77130dce4e74 {
        margin-top: -20px;
    }

    .ipad-top_-18-_7f6f77130dce4e74 {
        margin-top: -18px;
    }

    .ipad-top_-16-_7f6f77130dce4e74 {
        margin-top: -16px;
    }

    .ipad-top_-14-_7f6f77130dce4e74 {
        margin-top: -14px;
    }

    .ipad-top_-12-_7f6f77130dce4e74 {
        margin-top: -12px;
    }

    .ipad-top_-10-_7f6f77130dce4e74 {
        margin-top: -10px;
    }

    .ipad-top_-8-_7f6f77130dce4e74 {
        margin-top: -8px;
    }

    .ipad-top_-6-_7f6f77130dce4e74 {
        margin-top: -6px;
    }

    .ipad-top_-4-_7f6f77130dce4e74 {
        margin-top: -4px;
    }

    .ipad-top_-2-_7f6f77130dce4e74 {
        margin-top: -2px;
    }

    .ipad-top_0-_7f6f77130dce4e74 {
        padding-top: 0;
    }

    .ipad-top_2-_7f6f77130dce4e74 {
        padding-top: 2px;
    }

    .ipad-top_4-_7f6f77130dce4e74 {
        padding-top: 4px;
    }

    .ipad-top_6-_7f6f77130dce4e74 {
        padding-top: 6px;
    }

    .ipad-top_8-_7f6f77130dce4e74 {
        padding-top: 8px;
    }

    .ipad-top_10-_7f6f77130dce4e74 {
        padding-top: 10px;
    }

    .ipad-top_12-_7f6f77130dce4e74 {
        padding-top: 12px;
    }

    .ipad-top_14-_7f6f77130dce4e74 {
        padding-top: 14px;
    }

    .ipad-top_16-_7f6f77130dce4e74 {
        padding-top: 16px;
    }

    .ipad-top_18-_7f6f77130dce4e74 {
        padding-top: 18px;
    }

    .ipad-top_20-_7f6f77130dce4e74 {
        padding-top: 20px;
    }

    .ipad-top_22-_7f6f77130dce4e74 {
        padding-top: 22px;
    }

    .ipad-top_24-_7f6f77130dce4e74 {
        padding-top: 24px;
    }

    .ipad-top_28-_7f6f77130dce4e74 {
        padding-top: 28px;
    }

    .ipad-top_32-_7f6f77130dce4e74 {
        padding-top: 32px;
    }

    .ipad-top_36-_7f6f77130dce4e74 {
        padding-top: 36px;
    }

    .ipad-top_40-_7f6f77130dce4e74 {
        padding-top: 40px;
    }

    .ipad-top_44-_7f6f77130dce4e74 {
        padding-top: 44px;
    }

    .ipad-top_48-_7f6f77130dce4e74 {
        padding-top: 48px;
    }

    .ipad-top_52-_7f6f77130dce4e74 {
        padding-top: 52px;
    }

    .ipad-top_56-_7f6f77130dce4e74 {
        padding-top: 56px;
    }

    .ipad-top_60-_7f6f77130dce4e74 {
        padding-top: 60px;
    }

    .ipad-top_64-_7f6f77130dce4e74 {
        padding-top: 64px;
    }

    .ipad-top_72-_7f6f77130dce4e74 {
        padding-top: 72px;
    }

    .ipad-top_80-_7f6f77130dce4e74 {
        padding-top: 80px;
    }

    .ipad-top_90-_7f6f77130dce4e74 {
        padding-top: 90px;
    }

    .ipad-top_100-_7f6f77130dce4e74 {
        padding-top: 100px;
    }

    .ipad-top_110-_7f6f77130dce4e74 {
        padding-top: 110px;
    }

    .ipad-top_120-_7f6f77130dce4e74 {
        padding-top: 120px;
    }

    .ipad-top_130-_7f6f77130dce4e74 {
        padding-top: 130px;
    }

    .ipad-top_140-_7f6f77130dce4e74 {
        padding-top: 140px;
    }

    .ipad-top_150-_7f6f77130dce4e74 {
        padding-top: 150px;
    }

    .ipad-top_160-_7f6f77130dce4e74 {
        padding-top: 160px;
    }

    .ipad-bottom_-160-_7f6f77130dce4e74 {
        margin-bottom: -160px;
    }

    .ipad-bottom_-150-_7f6f77130dce4e74 {
        margin-bottom: -150px;
    }

    .ipad-bottom_-140-_7f6f77130dce4e74 {
        margin-bottom: -140px;
    }

    .ipad-bottom_-130-_7f6f77130dce4e74 {
        margin-bottom: -130px;
    }

    .ipad-bottom_-120-_7f6f77130dce4e74 {
        margin-bottom: -120px;
    }

    .ipad-bottom_-110-_7f6f77130dce4e74 {
        margin-bottom: -110px;
    }

    .ipad-bottom_-100-_7f6f77130dce4e74 {
        margin-bottom: -100px;
    }

    .ipad-bottom_-90-_7f6f77130dce4e74 {
        margin-bottom: -90px;
    }

    .ipad-bottom_-80-_7f6f77130dce4e74 {
        margin-bottom: -80px;
    }

    .ipad-bottom_-72-_7f6f77130dce4e74 {
        margin-bottom: -72px;
    }

    .ipad-bottom_-64-_7f6f77130dce4e74 {
        margin-bottom: -64px;
    }

    .ipad-bottom_-60-_7f6f77130dce4e74 {
        margin-bottom: -60px;
    }

    .ipad-bottom_-56-_7f6f77130dce4e74 {
        margin-bottom: -56px;
    }

    .ipad-bottom_-52-_7f6f77130dce4e74 {
        margin-bottom: -52px;
    }

    .ipad-bottom_-48-_7f6f77130dce4e74 {
        margin-bottom: -48px;
    }

    .ipad-bottom_-44-_7f6f77130dce4e74 {
        margin-bottom: -44px;
    }

    .ipad-bottom_-40-_7f6f77130dce4e74 {
        margin-bottom: -40px;
    }

    .ipad-bottom_-36-_7f6f77130dce4e74 {
        margin-bottom: -36px;
    }

    .ipad-bottom_-32-_7f6f77130dce4e74 {
        margin-bottom: -32px;
    }

    .ipad-bottom_-28-_7f6f77130dce4e74 {
        margin-bottom: -28px;
    }

    .ipad-bottom_-24-_7f6f77130dce4e74 {
        margin-bottom: -24px;
    }

    .ipad-bottom_-22-_7f6f77130dce4e74 {
        margin-bottom: -22px;
    }

    .ipad-bottom_-20-_7f6f77130dce4e74 {
        margin-bottom: -20px;
    }

    .ipad-bottom_-18-_7f6f77130dce4e74 {
        margin-bottom: -18px;
    }

    .ipad-bottom_-16-_7f6f77130dce4e74 {
        margin-bottom: -16px;
    }

    .ipad-bottom_-14-_7f6f77130dce4e74 {
        margin-bottom: -14px;
    }

    .ipad-bottom_-12-_7f6f77130dce4e74 {
        margin-bottom: -12px;
    }

    .ipad-bottom_-10-_7f6f77130dce4e74 {
        margin-bottom: -10px;
    }

    .ipad-bottom_-8-_7f6f77130dce4e74 {
        margin-bottom: -8px;
    }

    .ipad-bottom_-6-_7f6f77130dce4e74 {
        margin-bottom: -6px;
    }

    .ipad-bottom_-4-_7f6f77130dce4e74 {
        margin-bottom: -4px;
    }

    .ipad-bottom_-2-_7f6f77130dce4e74 {
        margin-bottom: -2px;
    }

    .ipad-bottom_0-_7f6f77130dce4e74 {
        padding-bottom: 0;
    }

    .ipad-bottom_2-_7f6f77130dce4e74 {
        padding-bottom: 2px;
    }

    .ipad-bottom_4-_7f6f77130dce4e74 {
        padding-bottom: 4px;
    }

    .ipad-bottom_6-_7f6f77130dce4e74 {
        padding-bottom: 6px;
    }

    .ipad-bottom_8-_7f6f77130dce4e74 {
        padding-bottom: 8px;
    }

    .ipad-bottom_10-_7f6f77130dce4e74 {
        padding-bottom: 10px;
    }

    .ipad-bottom_12-_7f6f77130dce4e74 {
        padding-bottom: 12px;
    }

    .ipad-bottom_14-_7f6f77130dce4e74 {
        padding-bottom: 14px;
    }

    .ipad-bottom_16-_7f6f77130dce4e74 {
        padding-bottom: 16px;
    }

    .ipad-bottom_18-_7f6f77130dce4e74 {
        padding-bottom: 18px;
    }

    .ipad-bottom_20-_7f6f77130dce4e74 {
        padding-bottom: 20px;
    }

    .ipad-bottom_22-_7f6f77130dce4e74 {
        padding-bottom: 22px;
    }

    .ipad-bottom_24-_7f6f77130dce4e74 {
        padding-bottom: 24px;
    }

    .ipad-bottom_28-_7f6f77130dce4e74 {
        padding-bottom: 28px;
    }

    .ipad-bottom_32-_7f6f77130dce4e74 {
        padding-bottom: 32px;
    }

    .ipad-bottom_36-_7f6f77130dce4e74 {
        padding-bottom: 36px;
    }

    .ipad-bottom_40-_7f6f77130dce4e74 {
        padding-bottom: 40px;
    }

    .ipad-bottom_44-_7f6f77130dce4e74 {
        padding-bottom: 44px;
    }

    .ipad-bottom_48-_7f6f77130dce4e74 {
        padding-bottom: 48px;
    }

    .ipad-bottom_52-_7f6f77130dce4e74 {
        padding-bottom: 52px;
    }

    .ipad-bottom_56-_7f6f77130dce4e74 {
        padding-bottom: 56px;
    }

    .ipad-bottom_60-_7f6f77130dce4e74 {
        padding-bottom: 60px;
    }

    .ipad-bottom_64-_7f6f77130dce4e74 {
        padding-bottom: 64px;
    }

    .ipad-bottom_72-_7f6f77130dce4e74 {
        padding-bottom: 72px;
    }

    .ipad-bottom_80-_7f6f77130dce4e74 {
        padding-bottom: 80px;
    }

    .ipad-bottom_90-_7f6f77130dce4e74 {
        padding-bottom: 90px;
    }

    .ipad-bottom_100-_7f6f77130dce4e74 {
        padding-bottom: 100px;
    }

    .ipad-bottom_110-_7f6f77130dce4e74 {
        padding-bottom: 110px;
    }

    .ipad-bottom_120-_7f6f77130dce4e74 {
        padding-bottom: 120px;
    }

    .ipad-bottom_130-_7f6f77130dce4e74 {
        padding-bottom: 130px;
    }

    .ipad-bottom_140-_7f6f77130dce4e74 {
        padding-bottom: 140px;
    }

    .ipad-bottom_150-_7f6f77130dce4e74 {
        padding-bottom: 150px;
    }

    .ipad-bottom_160-_7f6f77130dce4e74 {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 567px) {
    .mobile-top_-160-_7f6f77130dce4e74 {
        margin-top: -160px;
    }

    .mobile-top_-150-_7f6f77130dce4e74 {
        margin-top: -150px;
    }

    .mobile-top_-140-_7f6f77130dce4e74 {
        margin-top: -140px;
    }

    .mobile-top_-130-_7f6f77130dce4e74 {
        margin-top: -130px;
    }

    .mobile-top_-120-_7f6f77130dce4e74 {
        margin-top: -120px;
    }

    .mobile-top_-110-_7f6f77130dce4e74 {
        margin-top: -110px;
    }

    .mobile-top_-100-_7f6f77130dce4e74 {
        margin-top: -100px;
    }

    .mobile-top_-90-_7f6f77130dce4e74 {
        margin-top: -90px;
    }

    .mobile-top_-80-_7f6f77130dce4e74 {
        margin-top: -80px;
    }

    .mobile-top_-72-_7f6f77130dce4e74 {
        margin-top: -72px;
    }

    .mobile-top_-64-_7f6f77130dce4e74 {
        margin-top: -64px;
    }

    .mobile-top_-60-_7f6f77130dce4e74 {
        margin-top: -60px;
    }

    .mobile-top_-56-_7f6f77130dce4e74 {
        margin-top: -56px;
    }

    .mobile-top_-52-_7f6f77130dce4e74 {
        margin-top: -52px;
    }

    .mobile-top_-48-_7f6f77130dce4e74 {
        margin-top: -48px;
    }

    .mobile-top_-44-_7f6f77130dce4e74 {
        margin-top: -44px;
    }

    .mobile-top_-40-_7f6f77130dce4e74 {
        margin-top: -40px;
    }

    .mobile-top_-36-_7f6f77130dce4e74 {
        margin-top: -36px;
    }

    .mobile-top_-32-_7f6f77130dce4e74 {
        margin-top: -32px;
    }

    .mobile-top_-28-_7f6f77130dce4e74 {
        margin-top: -28px;
    }

    .mobile-top_-24-_7f6f77130dce4e74 {
        margin-top: -24px;
    }

    .mobile-top_-22-_7f6f77130dce4e74 {
        margin-top: -22px;
    }

    .mobile-top_-20-_7f6f77130dce4e74 {
        margin-top: -20px;
    }

    .mobile-top_-18-_7f6f77130dce4e74 {
        margin-top: -18px;
    }

    .mobile-top_-16-_7f6f77130dce4e74 {
        margin-top: -16px;
    }

    .mobile-top_-14-_7f6f77130dce4e74 {
        margin-top: -14px;
    }

    .mobile-top_-12-_7f6f77130dce4e74 {
        margin-top: -12px;
    }

    .mobile-top_-10-_7f6f77130dce4e74 {
        margin-top: -10px;
    }

    .mobile-top_-8-_7f6f77130dce4e74 {
        margin-top: -8px;
    }

    .mobile-top_-6-_7f6f77130dce4e74 {
        margin-top: -6px;
    }

    .mobile-top_-4-_7f6f77130dce4e74 {
        margin-top: -4px;
    }

    .mobile-top_-2-_7f6f77130dce4e74 {
        margin-top: -2px;
    }

    .mobile-top_0-_7f6f77130dce4e74 {
        padding-top: 0;
    }

    .mobile-top_2-_7f6f77130dce4e74 {
        padding-top: 2px;
    }

    .mobile-top_4-_7f6f77130dce4e74 {
        padding-top: 4px;
    }

    .mobile-top_6-_7f6f77130dce4e74 {
        padding-top: 6px;
    }

    .mobile-top_8-_7f6f77130dce4e74 {
        padding-top: 8px;
    }

    .mobile-top_10-_7f6f77130dce4e74 {
        padding-top: 10px;
    }

    .mobile-top_12-_7f6f77130dce4e74 {
        padding-top: 12px;
    }

    .mobile-top_14-_7f6f77130dce4e74 {
        padding-top: 14px;
    }

    .mobile-top_16-_7f6f77130dce4e74 {
        padding-top: 16px;
    }

    .mobile-top_18-_7f6f77130dce4e74 {
        padding-top: 18px;
    }

    .mobile-top_20-_7f6f77130dce4e74 {
        padding-top: 20px;
    }

    .mobile-top_22-_7f6f77130dce4e74 {
        padding-top: 22px;
    }

    .mobile-top_24-_7f6f77130dce4e74 {
        padding-top: 24px;
    }

    .mobile-top_28-_7f6f77130dce4e74 {
        padding-top: 28px;
    }

    .mobile-top_32-_7f6f77130dce4e74 {
        padding-top: 32px;
    }

    .mobile-top_36-_7f6f77130dce4e74 {
        padding-top: 36px;
    }

    .mobile-top_40-_7f6f77130dce4e74 {
        padding-top: 40px;
    }

    .mobile-top_44-_7f6f77130dce4e74 {
        padding-top: 44px;
    }

    .mobile-top_48-_7f6f77130dce4e74 {
        padding-top: 48px;
    }

    .mobile-top_52-_7f6f77130dce4e74 {
        padding-top: 52px;
    }

    .mobile-top_56-_7f6f77130dce4e74 {
        padding-top: 56px;
    }

    .mobile-top_60-_7f6f77130dce4e74 {
        padding-top: 60px;
    }

    .mobile-top_64-_7f6f77130dce4e74 {
        padding-top: 64px;
    }

    .mobile-top_72-_7f6f77130dce4e74 {
        padding-top: 72px;
    }

    .mobile-top_80-_7f6f77130dce4e74 {
        padding-top: 80px;
    }

    .mobile-top_90-_7f6f77130dce4e74 {
        padding-top: 90px;
    }

    .mobile-top_100-_7f6f77130dce4e74 {
        padding-top: 100px;
    }

    .mobile-top_110-_7f6f77130dce4e74 {
        padding-top: 110px;
    }

    .mobile-top_120-_7f6f77130dce4e74 {
        padding-top: 120px;
    }

    .mobile-top_130-_7f6f77130dce4e74 {
        padding-top: 130px;
    }

    .mobile-top_140-_7f6f77130dce4e74 {
        padding-top: 140px;
    }

    .mobile-top_150-_7f6f77130dce4e74 {
        padding-top: 150px;
    }

    .mobile-top_160-_7f6f77130dce4e74 {
        padding-top: 160px;
    }

    .mobile-bottom_-160-_7f6f77130dce4e74 {
        margin-bottom: -160px;
    }

    .mobile-bottom_-150-_7f6f77130dce4e74 {
        margin-bottom: -150px;
    }

    .mobile-bottom_-140-_7f6f77130dce4e74 {
        margin-bottom: -140px;
    }

    .mobile-bottom_-130-_7f6f77130dce4e74 {
        margin-bottom: -130px;
    }

    .mobile-bottom_-120-_7f6f77130dce4e74 {
        margin-bottom: -120px;
    }

    .mobile-bottom_-110-_7f6f77130dce4e74 {
        margin-bottom: -110px;
    }

    .mobile-bottom_-100-_7f6f77130dce4e74 {
        margin-bottom: -100px;
    }

    .mobile-bottom_-90-_7f6f77130dce4e74 {
        margin-bottom: -90px;
    }

    .mobile-bottom_-80-_7f6f77130dce4e74 {
        margin-bottom: -80px;
    }

    .mobile-bottom_-72-_7f6f77130dce4e74 {
        margin-bottom: -72px;
    }

    .mobile-bottom_-64-_7f6f77130dce4e74 {
        margin-bottom: -64px;
    }

    .mobile-bottom_-60-_7f6f77130dce4e74 {
        margin-bottom: -60px;
    }

    .mobile-bottom_-56-_7f6f77130dce4e74 {
        margin-bottom: -56px;
    }

    .mobile-bottom_-52-_7f6f77130dce4e74 {
        margin-bottom: -52px;
    }

    .mobile-bottom_-48-_7f6f77130dce4e74 {
        margin-bottom: -48px;
    }

    .mobile-bottom_-44-_7f6f77130dce4e74 {
        margin-bottom: -44px;
    }

    .mobile-bottom_-40-_7f6f77130dce4e74 {
        margin-bottom: -40px;
    }

    .mobile-bottom_-36-_7f6f77130dce4e74 {
        margin-bottom: -36px;
    }

    .mobile-bottom_-32-_7f6f77130dce4e74 {
        margin-bottom: -32px;
    }

    .mobile-bottom_-28-_7f6f77130dce4e74 {
        margin-bottom: -28px;
    }

    .mobile-bottom_-24-_7f6f77130dce4e74 {
        margin-bottom: -24px;
    }

    .mobile-bottom_-22-_7f6f77130dce4e74 {
        margin-bottom: -22px;
    }

    .mobile-bottom_-20-_7f6f77130dce4e74 {
        margin-bottom: -20px;
    }

    .mobile-bottom_-18-_7f6f77130dce4e74 {
        margin-bottom: -18px;
    }

    .mobile-bottom_-16-_7f6f77130dce4e74 {
        margin-bottom: -16px;
    }

    .mobile-bottom_-14-_7f6f77130dce4e74 {
        margin-bottom: -14px;
    }

    .mobile-bottom_-12-_7f6f77130dce4e74 {
        margin-bottom: -12px;
    }

    .mobile-bottom_-10-_7f6f77130dce4e74 {
        margin-bottom: -10px;
    }

    .mobile-bottom_-8-_7f6f77130dce4e74 {
        margin-bottom: -8px;
    }

    .mobile-bottom_-6-_7f6f77130dce4e74 {
        margin-bottom: -6px;
    }

    .mobile-bottom_-4-_7f6f77130dce4e74 {
        margin-bottom: -4px;
    }

    .mobile-bottom_-2-_7f6f77130dce4e74 {
        margin-bottom: -2px;
    }

    .mobile-bottom_0-_7f6f77130dce4e74 {
        padding-bottom: 0;
    }

    .mobile-bottom_2-_7f6f77130dce4e74 {
        padding-bottom: 2px;
    }

    .mobile-bottom_4-_7f6f77130dce4e74 {
        padding-bottom: 4px;
    }

    .mobile-bottom_6-_7f6f77130dce4e74 {
        padding-bottom: 6px;
    }

    .mobile-bottom_8-_7f6f77130dce4e74 {
        padding-bottom: 8px;
    }

    .mobile-bottom_10-_7f6f77130dce4e74 {
        padding-bottom: 10px;
    }

    .mobile-bottom_12-_7f6f77130dce4e74 {
        padding-bottom: 12px;
    }

    .mobile-bottom_14-_7f6f77130dce4e74 {
        padding-bottom: 14px;
    }

    .mobile-bottom_16-_7f6f77130dce4e74 {
        padding-bottom: 16px;
    }

    .mobile-bottom_18-_7f6f77130dce4e74 {
        padding-bottom: 18px;
    }

    .mobile-bottom_20-_7f6f77130dce4e74 {
        padding-bottom: 20px;
    }

    .mobile-bottom_22-_7f6f77130dce4e74 {
        padding-bottom: 22px;
    }

    .mobile-bottom_24-_7f6f77130dce4e74 {
        padding-bottom: 24px;
    }

    .mobile-bottom_28-_7f6f77130dce4e74 {
        padding-bottom: 28px;
    }

    .mobile-bottom_32-_7f6f77130dce4e74 {
        padding-bottom: 32px;
    }

    .mobile-bottom_36-_7f6f77130dce4e74 {
        padding-bottom: 36px;
    }

    .mobile-bottom_40-_7f6f77130dce4e74 {
        padding-bottom: 40px;
    }

    .mobile-bottom_44-_7f6f77130dce4e74 {
        padding-bottom: 44px;
    }

    .mobile-bottom_48-_7f6f77130dce4e74 {
        padding-bottom: 48px;
    }

    .mobile-bottom_52-_7f6f77130dce4e74 {
        padding-bottom: 52px;
    }

    .mobile-bottom_56-_7f6f77130dce4e74 {
        padding-bottom: 56px;
    }

    .mobile-bottom_60-_7f6f77130dce4e74 {
        padding-bottom: 60px;
    }

    .mobile-bottom_64-_7f6f77130dce4e74 {
        padding-bottom: 64px;
    }

    .mobile-bottom_72-_7f6f77130dce4e74 {
        padding-bottom: 72px;
    }

    .mobile-bottom_80-_7f6f77130dce4e74 {
        padding-bottom: 80px;
    }

    .mobile-bottom_90-_7f6f77130dce4e74 {
        padding-bottom: 90px;
    }

    .mobile-bottom_100-_7f6f77130dce4e74 {
        padding-bottom: 100px;
    }

    .mobile-bottom_110-_7f6f77130dce4e74 {
        padding-bottom: 110px;
    }

    .mobile-bottom_120-_7f6f77130dce4e74 {
        padding-bottom: 120px;
    }

    .mobile-bottom_130-_7f6f77130dce4e74 {
        padding-bottom: 130px;
    }

    .mobile-bottom_140-_7f6f77130dce4e74 {
        padding-bottom: 140px;
    }

    .mobile-bottom_150-_7f6f77130dce4e74 {
        padding-bottom: 150px;
    }

    .mobile-bottom_160-_7f6f77130dce4e74 {
        padding-bottom: 160px;
    }
}

/* stylelint-disable selector-max-universal */
/* stylelint-disable no-descending-specificity */
.typography-fac85469eb337de8 {
    color: var(--text-primary);
}

p.typography-fac85469eb337de8 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

p.small-fac85469eb337de8.typography-fac85469eb337de8 {
    font-size: 16px;
}

h1.typography-fac85469eb337de8,
h2.typography-fac85469eb337de8,
h3.typography-fac85469eb337de8,
h4.typography-fac85469eb337de8,
h5.typography-fac85469eb337de8,
h6.typography-fac85469eb337de8,
p.typography-fac85469eb337de8,
span.typography-fac85469eb337de8 {
    font-family: Lato, sans-serif, system-ui;
    color: var(--text-primary);
}

h1.typography-fac85469eb337de8,
h2.typography-fac85469eb337de8,
h3.typography-fac85469eb337de8,
h4.typography-fac85469eb337de8,
h5.typography-fac85469eb337de8,
h6.typography-fac85469eb337de8 {
    font-weight: 700;
}

h1.typography-fac85469eb337de8,
h1.typography-fac85469eb337de8 a,
h1.typography-fac85469eb337de8 p {
    font-size: 64px;
    line-height: 1;
}

h1.small-fac85469eb337de8.typography-fac85469eb337de8,
h1.small-fac85469eb337de8.typography-fac85469eb337de8 a,
h1.small-fac85469eb337de8.typography-fac85469eb337de8 p {
    font-size: 56px;
}

h2.typography-fac85469eb337de8,
h2.typography-fac85469eb337de8 a,
h2.typography-fac85469eb337de8 p {
    font-size: 48px;
    line-height: 1;
}

h3.typography-fac85469eb337de8,
h3.typography-fac85469eb337de8 a,
h3.typography-fac85469eb337de8 p {
    font-size: 40px;
    line-height: 1;
}

h4.typography-fac85469eb337de8,
h4.typography-fac85469eb337de8 a,
h4.typography-fac85469eb337de8 p {
    font-size: 24px;
    line-height: 32px;
}

h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8,
h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8 a,
h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8 p {
    font-size: 18px;
    line-height: 24px;
}

p.lead-fac85469eb337de8,
.typography-fac85469eb337de8 span.lead-fac85469eb337de8.typography-fac85469eb337de8,
a.lead-fac85469eb337de8.typography-fac85469eb337de8 {
    font-size: 24px;
    line-height: 32px;
}

span.typography-fac85469eb337de8,
a.typography-fac85469eb337de8 {
    font-size: 18px;
    line-height: 24px;
}

p.gray-fac85469eb337de8.typography-fac85469eb337de8,
span.gray-fac85469eb337de8.typography-fac85469eb337de8 {
    color: var(--text-secondary);
}

.typography-fac85469eb337de8 *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1439px) {
    h1.typography,
    h1.typography a,
    h1.typography p {
        font-size: 56px;
    }

    h1.small-fac85469eb337de8.typography-fac85469eb337de8,
    h1.small-fac85469eb337de8.typography-fac85469eb337de8 a,
    h1.small-fac85469eb337de8.typography-fac85469eb337de8 p {
        font-size: 48px;
    }

    h2.typography-fac85469eb337de8,
    h2.typography-fac85469eb337de8 a,
    h2.typography-fac85469eb337de8 p {
        font-size: 40px;
    }

    h3.typography-fac85469eb337de8,
    h3.typography-fac85469eb337de8 a,
    h3.typography-fac85469eb337de8 p {
        font-size: 36px;
        line-height: 40px;
    }

    h4.typography-fac85469eb337de8,
    h4.typography-fac85469eb337de8 a,
    h4.typography-fac85469eb337de8 p {
        font-size: 20px;
        line-height: 26px;
    }

    p.lead-fac85469eb337de8.typography-fac85469eb337de8,
    span.lead-fac85469eb337de8.typography-fac85469eb337de8,
    a.lead-fac85469eb337de8.typography-fac85469eb337de8 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 1151px) {
    .typography-fac85469eb337de8.partners-title-fac85469eb337de8 {
        font-size: 20px;
    }
}

@media (max-width: 968px) {
    .typography-fac85469eb337de8.align-center-mobile-fac85469eb337de8 {
        text-align: center;
    }

    h1.typography-fac85469eb337de8,
    h1.typography-fac85469eb337de8 a,
    h1.typography-fac85469eb337de8 p {
        font-size: 40px;
    }

    h1.small-fac85469eb337de8.typography-fac85469eb337de8,
    h1.small-fac85469eb337de8.typography-fac85469eb337de8 a,
    h1.small-fac85469eb337de8.typography-fac85469eb337de8 p {
        font-size: 36px;
        line-height: 40px;
    }

    h1.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8,
    h1.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8 a,
    h1.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8 p {
        font-size: 40px;
    }

    h2.typography-fac85469eb337de8,
    h2.typography-fac85469eb337de8 a,
    h2.typography-fac85469eb337de8 p {
        font-size: 30px;
        line-height: 32px;
    }

    h3.typography-fac85469eb337de8,
    h3.typography-fac85469eb337de8 a,
    h3.typography-fac85469eb337de8 p {
        font-size: 20px;
        line-height: 24px;
    }

    h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8,
    h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8 a,
    h4.typography-fac85469eb337de8.small-card-title-fac85469eb337de8 p {
        font-size: 20px;
        line-height: 26px;
    }

    p.lead-fac85469eb337de8.typography-fac85469eb337de8,
    span.lead-fac85469eb337de8.typography-fac85469eb337de8,
    a.lead-fac85469eb337de8.typography-fac85469eb337de8 {
        font-size: 20px;
        line-height: 24px;
    }

    .typography-fac85469eb337de8.partners-title-fac85469eb337de8 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1.typography,
    h1.typography a,
    h1.typography p,
    h1.small.default-mobile.typography,
    h1.small.default-mobile.typography a,
    h1.small.default-mobile.typography p {
        font-size: 30px;
    }

    h4.small-fac85469eb337de8.typography-fac85469eb337de8,
    h4.small-fac85469eb337de8.typography-fac85469eb337de8 a,
    h4.small-fac85469eb337de8.typography-fac85469eb337de8 p {
        font-size: 18px;
        line-height: 24px;
    }

    h4.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8,
    h4.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8 a,
    h4.small-fac85469eb337de8.default-mobile-fac85469eb337de8.typography-fac85469eb337de8 p {
        font-size: 20px;
        line-height: 26px;
    }
}

/* stylelint-disable selector-max-universal */
/* stylelint-disable no-descending-specificity */
.normalizer-_134c55ca737425d5 h1,
.normalizer-_134c55ca737425d5 h2,
.normalizer-_134c55ca737425d5 h3,
.normalizer-_134c55ca737425d5 h4,
.normalizer-_134c55ca737425d5 h5,
.normalizer-_134c55ca737425d5 h6,
.normalizer-_134c55ca737425d5 p,
.normalizer-_134c55ca737425d5 span {
    font-family: Lato, sans-serif, system-ui;
    color: var(--text-primary);
}

.normalizer-_134c55ca737425d5 h1,
.normalizer-_134c55ca737425d5 h2,
.normalizer-_134c55ca737425d5 h3,
.normalizer-_134c55ca737425d5 h4,
.normalizer-_134c55ca737425d5 h5,
.normalizer-_134c55ca737425d5 h6 {
    font-weight: 700;
}

.normalizer-_134c55ca737425d5 h1 {
    font-size: 64px;
    line-height: 1;
}

.normalizer-_134c55ca737425d5 h1.small-_134c55ca737425d5 {
    font-size: 56px;
}

.normalizer-_134c55ca737425d5 h2 {
    font-size: 48px;
    line-height: 1;
}

.normalizer-_134c55ca737425d5 h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 16px;
}

.normalizer-_134c55ca737425d5 h1,
.normalizer-_134c55ca737425d5 h2,
.normalizer-_134c55ca737425d5 h3 {
    margin-bottom: 28px;
}

.normalizer-_134c55ca737425d5 h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.normalizer-_134c55ca737425d5 h5 {
    font-size: 16px;
    line-height: 24px;
    margin-top: -32px;
    padding-bottom: 48px;
    font-weight: normal;
    color: var(--text-secondary);
}

.normalizer-_134c55ca737425d5 h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: normal;
}

.normalizer-_134c55ca737425d5 p.lead-_134c55ca737425d5,
.normalizer-_134c55ca737425d5 a.lead-_134c55ca737425d5,
.normalizer-_134c55ca737425d5.lead-text-_134c55ca737425d5 {
    font-size: 24px;
    line-height: 1.33;
}

.normalizer-_134c55ca737425d5 p,
.normalizer-_134c55ca737425d5 a,
.normalizer-_134c55ca737425d5.sub-title-_134c55ca737425d5 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.33;
}

.normalizer-_134c55ca737425d5 p:not(:empty) {
    margin-bottom: 16px;
}

.normalizer-_134c55ca737425d5 p.gray-_134c55ca737425d5,
.normalizer-_134c55ca737425d5 span.gray-_134c55ca737425d5 {
    color: var(--text-secondary);
}

.normalizer-_134c55ca737425d5 a {
    color: var(--link-color);
    transition: color .3s;
}

.normalizer-_134c55ca737425d5 a span {
    display: inline;
    color: var(--link-color);
    transition: color .3s;
}

.normalizer-_134c55ca737425d5 [style='font-size: 14px;'] {
    line-height: 18px;
}

.normalizer-_134c55ca737425d5 [style='font-size: 16px;'],
.normalizer-_134c55ca737425d5 [style='font-size: 18px;'] {
    line-height: 24px;
}

.normalizer-_134c55ca737425d5 [style='font-size: 20px;'] {
    line-height: 26px;
}

.normalizer-_134c55ca737425d5 [style='font-size: 22px;'] {
    line-height: 30px;
}

.normalizer-_134c55ca737425d5 [style='font-size: 24px;'],
.normalizer-_134c55ca737425d5 [style='font-size: 30px;'] {
    line-height: 32px;
}

.normalizer-_134c55ca737425d5 [style='font-size: 36px;'] {
    line-height: 40px;
}

.normalizer-_134c55ca737425d5 p span:only-child {
    display: inline-block;
}

.normalizer-_134c55ca737425d5 a:visited,
.normalizer-_134c55ca737425d5 a:active {
    color: var(--link-color);
}

.normalizer-_134c55ca737425d5 a:hover,
.normalizer-_134c55ca737425d5 a:hover * {
    color: var(--info-red);
}

.normalizer-_134c55ca737425d5 img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    max-height: 100vh;
    max-width: 100%;
}

.normalizer-_134c55ca737425d5 > img,
.normalizer-_134c55ca737425d5 > div {
    margin-bottom: 52px;
}

.normalizer-_134c55ca737425d5 > img + p:empty:last-child,
.normalizer-_134c55ca737425d5 > div + p:empty:last-child {
    margin-top: -52px;
}

.normalizer-_134c55ca737425d5 * + img,
.normalizer-_134c55ca737425d5 * + div {
    margin-top: 52px;
}

.normalizer-_134c55ca737425d5 p + ul,
.normalizer-_134c55ca737425d5 p + ol {
    margin: 16px 0;
}

.normalizer-_134c55ca737425d5 ul,
.normalizer-_134c55ca737425d5 ol {
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 16px;
}

.normalizer-_134c55ca737425d5 ul {
    padding-left: 0;
}

.normalizer-_134c55ca737425d5 ol {
    padding-left: 24px;
}

.normalizer-_134c55ca737425d5 ul li {
    list-style-type: none;
}

.normalizer-_134c55ca737425d5 ul li::before {
    content: '— ';
}

.normalizer-_134c55ca737425d5 ol li {
    list-style: decimal;
    padding-left: 10px;
}

.normalizer-_134c55ca737425d5 ul li:not(:last-child),
.normalizer-_134c55ca737425d5 ol li:not(:last-child) {
    margin-bottom: 12px;
}

tr:last-child > td {
    border-bottom: 0;
}

td {
    border-right: 1px solid var(--text-disabled);
    border-bottom: 1px solid var(--text-disabled);
    padding: 16px;
}

td:last-child {
    border-right: 0;
}

.normalizer-_134c55ca737425d5 > *:last-child:not(:empty) {
    margin-bottom: 0;
}

.normalizer-_134c55ca737425d5.note-no-adaptive-_134c55ca737425d5,
.normalizer-_134c55ca737425d5.note-no-adaptive-_134c55ca737425d5 *,
.normalizer-_134c55ca737425d5.note-_134c55ca737425d5 * {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-secondary);
}

@media (max-width: 1439px) {
    .normalizer-_134c55ca737425d5 h1,
    .normalizer-_134c55ca737425d5 h2,
    .normalizer-_134c55ca737425d5 h3 {
        margin-bottom: 24px;
    }

    .normalizer-_134c55ca737425d5 h1 {
        font-size: 56px;
    }

    .normalizer-_134c55ca737425d5 h1.small-_134c55ca737425d5 {
        font-size: 48px;
    }

    .normalizer-_134c55ca737425d5 h2 {
        font-size: 40px;
    }

    .normalizer-_134c55ca737425d5 h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .normalizer-_134c55ca737425d5 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .normalizer-_134c55ca737425d5 h5 {
        margin-top: -24px;
        padding-bottom: 40px;
    }

    .normalizer-_134c55ca737425d5 h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .normalizer-_134c55ca737425d5 p.lead-_134c55ca737425d5,
    .normalizer-_134c55ca737425d5 a.lead-_134c55ca737425d5,
    .normalizer-_134c55ca737425d5.lead-text-_134c55ca737425d5 {
        font-size: 20px;
        line-height: 26px;
    }

    .normalizer-_134c55ca737425d5 img {
        margin: 0 auto;
    }

    .normalizer-_134c55ca737425d5 > img,
    .normalizer-_134c55ca737425d5 > div {
        margin-bottom: 44px;
    }

    .normalizer-_134c55ca737425d5 > img + p:empty:last-child,
    .normalizer-_134c55ca737425d5 > div + p:empty:last-child {
        margin-top: -44px;
    }

    .normalizer-_134c55ca737425d5 * + img,
    .normalizer-_134c55ca737425d5 * + div {
        margin-top: 44px;
    }
}

@media (max-width: 968px) {
    .normalizer-_134c55ca737425d5 h1,
    .normalizer-_134c55ca737425d5 h2,
    .normalizer-_134c55ca737425d5 h3 {
        margin-bottom: 16px;
    }

    .normalizer-_134c55ca737425d5 h1 {
        font-size: 40px;
    }

    .normalizer-_134c55ca737425d5 h1.small-_134c55ca737425d5 {
        font-size: 36px;
        line-height: 40px;
    }

    .normalizer-_134c55ca737425d5 h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .normalizer-_134c55ca737425d5 h3,
    .normalizer-_134c55ca737425d5 h4,
    .normalizer-_134c55ca737425d5 h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .normalizer-_134c55ca737425d5 h5 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 24px;
        margin-top: -8px;
    }

    .normalizer-_134c55ca737425d5 p.lead-_134c55ca737425d5,
    .normalizer-_134c55ca737425d5 a.lead-_134c55ca737425d5 {
        font-size: 20px;
        line-height: 24px;
    }

    .normalizer-_134c55ca737425d5.lead-text-_134c55ca737425d5 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .normalizer-_134c55ca737425d5.lead-text-_134c55ca737425d5.no-alignment-_134c55ca737425d5,
    .normalizer-_134c55ca737425d5.lead-text-_134c55ca737425d5.no-alignment-_134c55ca737425d5 p {
        text-align: unset;
    }

    .normalizer-_134c55ca737425d5 img {
        margin: 0 auto;
    }

    .normalizer-_134c55ca737425d5 > img,
    .normalizer-_134c55ca737425d5 > div {
        margin-bottom: 28px;
    }

    .normalizer-_134c55ca737425d5 > img + p:empty:last-child,
    .normalizer-_134c55ca737425d5 > div + p:empty:last-child {
        margin-top: -28px;
    }

    .normalizer-_134c55ca737425d5 * + img,
    .normalizer-_134c55ca737425d5 * + div {
        margin-top: 28px;
    }

    .normalizer-_134c55ca737425d5.note-_134c55ca737425d5 * {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .normalizer-_134c55ca737425d5 p:not(:empty) {
        margin-bottom: 12px;
    }
}

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

.normalizer-_134c55ca737425d5.align-left-_134c55ca737425d5,
.normalizer-_134c55ca737425d5.align-left-_134c55ca737425d5 p {
    text-align: left;
}

@media (max-width: 567px) {
    .rich-img-_134c55ca737425d5 {
        width: 100% !important;
    }

    .rich-img-full-width-_134c55ca737425d5 {
        max-width: unset !important;
        width: calc(100% + 48px) !important;
        margin-inline: -24px !important;
    }
}

.button-d2c6b9d1dd80b004 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    outline: none;
    cursor: pointer;
    transition: background-color .3s;
    font-family: inherit;
    color: var(--text-white);
    background-color: var(--primary-main);
    border: 0;
    font-size: 24px;
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    min-width: 275px;
    padding: 24px 32px 26px;
    border-radius: 300px;
    height: 80px;
    text-align: center;
}

.button-d2c6b9d1dd80b004.squared-d2c6b9d1dd80b004 {
    border-radius: 6px;
}

.button-d2c6b9d1dd80b004:focus-visible {
    border: 3px solid var(--border-focus);
}

.button-d2c6b9d1dd80b004:hover {
    background-color: var(--primary-main-hover-new);
}

.button-d2c6b9d1dd80b004:active {
    background-color: var(--primary-main-active);
}

.button-d2c6b9d1dd80b004.secondary-d2c6b9d1dd80b004 {
    color: var(--primary-main-active);
    background-color: var(--bg-secondary-new);
}

.button-d2c6b9d1dd80b004.secondary-d2c6b9d1dd80b004:hover {
    background-color: var(--bg-secondary-hover);
}

.button-d2c6b9d1dd80b004.secondary-d2c6b9d1dd80b004:active {
    background-color: var(--border-focus);
}

.button-d2c6b9d1dd80b004.medium-d2c6b9d1dd80b004,
.button-d2c6b9d1dd80b004.size-medium_mobile-large-d2c6b9d1dd80b004 {
    padding: 12px 24px 14px;
    font-size: 18px;
    min-width: 170px;
    height: 56px;
}

.button-d2c6b9d1dd80b004.small-d2c6b9d1dd80b004 {
    padding: 8px 17px 10px 16px;
    font-size: 16px;
    min-width: 113px;
    height: 40px;
}

@media screen and (max-width: 1439px) {
    .button-d2c6b9d1dd80b004 {
        font-size: 20px;
        padding: 16px 32px 18px;
        min-width: 213px;
        height: 64px;
    }

    .button-d2c6b9d1dd80b004.medium-d2c6b9d1dd80b004,
    .button-d2c6b9d1dd80b004.size-medium_mobile-large-d2c6b9d1dd80b004 {
        padding: 8px 24px 10px;
        min-width: 154px;
        height: 48px;
    }
}

.button-d2c6b9d1dd80b004:disabled,
.button-d2c6b9d1dd80b004.secondary-d2c6b9d1dd80b004:disabled {
    color: var(--text-disabled-new);
    background-color: var(--button-disabled-new);
    border: var(--button-disabled-new);
    cursor: not-allowed;
}

@media screen and (max-width: 968px) {
    .button-d2c6b9d1dd80b004.size-medium_mobile-large-d2c6b9d1dd80b004 {
        font-size: 20px;
        padding: 16px 32px 18px;
        min-width: 213px;
        height: 64px;
    }
}

.text-block-_59045510050ff684 {
    display: flex;
    flex-direction: column;
    width: 880px;
    margin: 0 auto;
}

.title-_59045510050ff684 {
    margin-bottom: 28px;
}

.title-_59045510050ff684.zero-mb-_59045510050ff684 {
    margin-bottom: 0;
}

@media (max-width: 1439px) {
    .text-block-_59045510050ff684 {
        width: 804px;
    }

    .title-_59045510050ff684 {
        margin-bottom: 24px;
    }
}

@media (max-width: 1151px) {
    .text-block-_59045510050ff684 {
        width: unset;
        padding: 0 32px;
        margin: 0;
    }
}

@media (max-width: 968px) {
    .text-block-_59045510050ff684 {
        padding: 0;
    }

    .title-_59045510050ff684 {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .text-block-_59045510050ff684 {
        padding: 0;
        margin: 0 -8px;
    }
}

@media (max-width: 567px) {
    .text-block-_59045510050ff684 {
        margin: 0;
    }
}

.highlighted-wrapper-_59045510050ff684 > .text-block-_59045510050ff684 {
    padding: 0;
}

.text-block-button-_59045510050ff684 {
    align-self: flex-start;
    margin-top: 36px;
}

@media (max-width: 1151px) {
    .text-block-button-_59045510050ff684 {
        margin-top: 28px;
    }
}

