.base-section-a83bc8f5c6a21c08 {
    background-color: var(--bg-primary);
    position: relative;
}

.grid-section-a83bc8f5c6a21c08 {
    position: relative;
    display: grid;
    grid-column-gap: 16px;
    justify-content: center;
}

@media screen and (min-width: 1440px) {
    .base-section-a83bc8f5c6a21c08 {

        /* padding: 0 calc((100% - 1133px) / 2); */
        padding: 48px calc(50% - 658px);
    }

    .grid-section-a83bc8f5c6a21c08 {
        grid-template-columns: repeat(12, 96px);
        padding: 48px 0;
    }
}

@media screen and (max-width: 1439px) {
    .base-section-a83bc8f5c6a21c08 {
        padding: 0 32px;
    }

    .grid-section-a83bc8f5c6a21c08 {
        grid-template-columns: repeat(12, 66px);
    }
}

@media screen and (max-width: 968px) {
    .base-section-a83bc8f5c6a21c08 {
        padding: 0 16px;
    }

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

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

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

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

.popup-_0ff3173e13954ca3::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-_0ff3173e13954ca3 {
    position: relative;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
}

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

.close-btn-_0ff3173e13954ca3 {
    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-_0ff3173e13954ca3::before,
.close-btn-_0ff3173e13954ca3::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: var(--text-primary);
}

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

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

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

.loader-_0ff3173e13954ca3 {
    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-_0ff3173e13954ca3 1.1s infinite linear;
}

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

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

/* stylelint-disable no-descending-specificity */
/* title */
h2.title-_7ad8f930957675ec {
    margin-bottom: 28px;
}

@media (max-width: 1151px) {
    h2.title {
        margin-bottom: 16px;
    }
}

@media (max-width: 968px) {
    h2.title {
        font-size: 30px;
    }
}

/* text */

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

@media (max-width: 1151px) {
    .text-_7ad8f930957675ec {
        font-size: 20px;
    }
}

@media (max-width: 968px) {
    .text-_7ad8f930957675ec {
        font-size: 18px;
        margin-top: 16px;
    }
}

/* .wrapper */
.outer-wrapper-_7ad8f930957675ec {
    position: relative;
}

.inner-wrapper-_7ad8f930957675ec {
    position: relative;
    min-height: 560px;
}

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

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

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

@media (max-width: 968px) {
    .inner-wrapper-_7ad8f930957675ec {
        min-height: unset;
    }
}
/* end styled-wrapper */

/* .text-side */
.text-side-_7ad8f930957675ec {
    margin: auto 0;
    padding: 100px 0;
}

.text-side-_7ad8f930957675ec.right-_7ad8f930957675ec {
    grid-column: 1 / 5;
}

.text-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
    grid-column: 9 / -1;
}

@media (max-width: 1680px) {
    .text-side-_7ad8f930957675ec.right-_7ad8f930957675ec {
        grid-column: 2 / 6;
    }

    .text-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
        grid-column: 8 / 12;
    }
}

@media (max-width: 1151px) {
    .text-side-_7ad8f930957675ec.right-_7ad8f930957675ec {
        grid-column: 1 / 6;
    }

    .text-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
        grid-column: 8 / -1;
    }
}

@media (max-width: 968px) {
    .text-side-_7ad8f930957675ec.right-_7ad8f930957675ec,
    .text-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
        grid-column: 1 / -1;
        position: static;
        max-width: unset;
        width: 100%;
        padding: 0 56px 44px;
        margin: 0 0 auto;
    }
}

@media (max-width: 567px) {
    .text-side-_7ad8f930957675ec.right-_7ad8f930957675ec,
    .text-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
        padding-left: 24px;
        padding-right: 24px;
    }
}
/* end .text-side */

/* .text-side-in-tabs */
.text-side-in-tabs-_7ad8f930957675ec {
    padding: 0;
    margin: 0;
}

@media (max-width: 1151px) {
    .text-side-in-tabs-_7ad8f930957675ec {
        padding: 0;
    }
}

@media (max-width: 968px) {
    .text-side-in-tabs-_7ad8f930957675ec.left-_7ad8f930957675ec,
    .text-side-in-tabs-_7ad8f930957675ec.right-_7ad8f930957675ec {
        grid-column: span 12;
        padding: 0 24px 44px;
    }
}

@media (max-width: 567px) {
    .text-side-in-tabs-_7ad8f930957675ec.left-_7ad8f930957675ec,
    .text-side-in-tabs-_7ad8f930957675ec.right-_7ad8f930957675ec {
        grid-column: span 12;
        padding: 0 0 44px;
    }
}

/* end .text-side-in-tabs */

/* .image-side */
.image-side-_7ad8f930957675ec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 96px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.image-side-_7ad8f930957675ec.right-_7ad8f930957675ec {
    left: 50%;
    right: 0;
}

.image-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
    left: 0;
    right: 50%;
}

@media (max-width: 1151px) {
    .image-side-_7ad8f930957675ec {
        padding: 80px 72px;
    }
}

@media (max-width: 968px) {
    .image-side-_7ad8f930957675ec {
        grid-column: 1 / -1;
        position: static;
        padding: 0 56px;
        height: 360px;
    }
}

@media (min-width: 1920px) {
    .image-side-_7ad8f930957675ec.right-_7ad8f930957675ec {
        padding-right: calc(50% - 864px);
    }

    .image-side-_7ad8f930957675ec.left-_7ad8f930957675ec {
        padding-left: calc(50% - 864px);
    }
}

@media (max-width: 567px) {
    .image-side-_7ad8f930957675ec {
        height: unset;
    }
}

/* end .image-side */

/* .image-side-in-tabs */

.image-side-in-tabs-_7ad8f930957675ec {
    align-items: flex-start;
    padding: 0;
    grid-column: 2 / 12;
}

@media (max-width: 968px) {
    .image-side-in-tabs-_7ad8f930957675ec {
        padding: 0;
        width: calc(100% - 48px);
        margin: 0 auto;
        grid-column: span 12;
    }
}

@media (max-width: 567px) {
    .image-side-in-tabs-_7ad8f930957675ec {
        padding: 0;
        width: 100%;
    }
}

/* end .image-side-in-tabs */

/* .img */
.img-_7ad8f930957675ec {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 536px;
    max-height: 100%;
    border-radius: 6px;
}

@media (max-width: 1439px) {
    .img-_7ad8f930957675ec {
        max-width: 456px;
    }
}

@media (max-width: 567px) {
    .img-_7ad8f930957675ec {
        width: 100%;
        max-width: unset;
        border-radius: 0;
    }
}

/* end .img */

/* highlighted text */
.highlighted-wrapper-_7ad8f930957675ec {
    padding: 28px 32px 40px;
    margin-top: 36px;
    border-radius: 20px;
    background-color: var(--bg-tertiary);
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.33;
}

.highlighted-wrapper-_7ad8f930957675ec.with-icon-_7ad8f930957675ec {
    padding-left: 20px;
    display: flex;
}

.highlighted-wrapper-_7ad8f930957675ec.drop-shadow-_7ad8f930957675ec {
    box-shadow: 0 10px 64px rgba(10, 16, 73, .08);
}

.highlighted-wrapper-_7ad8f930957675ec.with-icon-_7ad8f930957675ec .highlighted-text-_7ad8f930957675ec {
    margin-top: 4px;
}

.highlighted-text-_7ad8f930957675ec:not(:last-child) {
    margin-bottom: 13px;
}

@media (max-width: 1151px) {
    .highlighted-wrapper-_7ad8f930957675ec {
        margin-top: 28px;
    }

    .highlighted-text-_7ad8f930957675ec:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (max-width: 968px) {
    .highlighted-wrapper-_7ad8f930957675ec {
        padding: 28px 24px 40px;
        margin: 44px -24px 4px;
    }
}

/* link */
.highlighted-wrapper-_7ad8f930957675ec .highlighted-link-_7ad8f930957675ec {
    font-size: 18px;
    line-height: 1.33;
}

/* icon */
.highlighted-icon-_7ad8f930957675ec {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    -o-object-fit: contain;
       object-fit: contain;
}

/* partners title */
h4.partners-title-_7ad8f930957675ec {
    margin-top: 32px;
    line-height: 1.33;
    margin-bottom: 0;
}

@media (max-width: 1151px) {
    h4.partners-title {
        font-size: 20px;
        margin-top: 24px;
    }
}

@media (max-width: 968px) {
    h4.partners-title {
        font-size: 18px;
    }
}

/* logos */
.partners-logos-_7ad8f930957675ec {
    margin: 4px -24px 12px 0;
    display: flex;
    flex-wrap: wrap;
}

.partner-logo-container-_7ad8f930957675ec {
    height: 40px;
    margin: 12px 24px 4px 0;
    padding: 0;
}

@media (max-width: 1151px) {
    .partners-logos-_7ad8f930957675ec {
        margin-top: 0;
    }
}

@media (max-width: 968px) {
    .partner-logo-container-_7ad8f930957675ec {
        margin-top: 8px;
    }

    .partners-logos-_7ad8f930957675ec {
        margin-top: 8px;
    }
}

.partner-logo-_7ad8f930957675ec {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* content-link */
.content-link-_7ad8f930957675ec {
    font-size: 24px;
    line-height: 1.33;
    margin-top: 28px;
    display: block;
}

@media (max-width: 1151px) {
    .content-link-_7ad8f930957675ec {
        font-size: 20px;
        margin-top: 16px;
    }
}

@media (max-width: 968px) {
    .content-link-_7ad8f930957675ec {
        font-size: 18px;
    }
}

.button-_7ad8f930957675ec {
    margin: 36px 0 12px !important;
}

@media (max-width: 968px) {
    .button-_7ad8f930957675ec {
        margin: 32px 0 4px !important;
    }
}

.section-_97958c63d3150445 {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.section-_97958c63d3150445 .text-side-_97958c63d3150445,
.section-_97958c63d3150445 .image-side-_97958c63d3150445 {
    padding-top: 0;
    padding-bottom: 0;
}

.tabs-block-_97958c63d3150445 {
    justify-content: center;
    max-width: 100%;
    margin-bottom: 72px;
}

@media (max-width: 1151px) {
    .tabs-block-_97958c63d3150445 {
        margin-bottom: 56px;
    }
}

@media (max-width: 968px) {
    .tabs-block-_97958c63d3150445 {
        margin-bottom: 40px;
    }
}

.tabs-block-_97958c63d3150445::-webkit-scrollbar {
    display: none;
}

/* @media (--xs) {
	.tabs-block {
		justify-content: flex-start;
		overflow-x: auto;
	}
} */

.section-_97958c63d3150445 .tub-container-_97958c63d3150445 {
    width: auto !important;
    align-self: flex-end;
}

.tabs-button-_97958c63d3150445 {
    font-family: inherit;
    position: relative;
    width: auto !important;
    white-space: pre;
    height: 100%;
    border-radius: 0;
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0 16px 16px;
    cursor: pointer;
    transition: color .3s;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}

.tabs-button-_97958c63d3150445:hover {
    color: var(--info-red);
}

.tabs-button-_97958c63d3150445::before,
.tabs-button-_97958c63d3150445::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
}

.tabs-button-_97958c63d3150445::before {
    height: 1px;
    width: 100%;
    background: var(--text-disabled);
}

.tabs-button-_97958c63d3150445::after {
    height: 2px;
    width: 100%;
    background: transparent;
    transition: opacity .3s;
}

.tabs-button-_97958c63d3150445.active-_97958c63d3150445 {
    color: var(--primary-main);
}

.tabs-button-_97958c63d3150445.active-_97958c63d3150445::after {
    background-color: var(--primary-main);
}

@media (max-width: 567px) {
    .tabs-button-_97958c63d3150445::before,
    .tabs-button-_97958c63d3150445::after {
        top: unset;
        bottom: 0;
    }

    .tabs-button-_97958c63d3150445 {
        white-space: nowrap;
        max-width: unset;
    }
}

.tabs-content-banner-_97958c63d3150445 {
    grid-template-columns: repeat(12, 1fr);
    padding: 0 16px;
}

.tabs-container-_97958c63d3150445 {
    scrollbar-width: none;
    display: grid;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 72px;
}

.tabs-container-_97958c63d3150445::-webkit-scrollbar {
    display: none;
}

.tabs-container-flex-scroll-_97958c63d3150445 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .tabs-container-_97958c63d3150445 {
        display: block;
        scrollbar-width: none;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        margin-bottom: 40px;
        width: 100%;
    }

    .tabs-container-flex-scroll-_97958c63d3150445 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: auto;
    }
}

.tabs-item-_97958c63d3150445 {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    text-align: center;
    word-wrap: normal;
    color: black;
    border-bottom: 2px solid var(--scroll-bg);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
    padding: 0 16px 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.tabs-item-active-_97958c63d3150445 {
    border-bottom: 2px solid var(--primary-main);
    color: var(--primary-main);
}

