.interest-table-module {
    margin: 120px 0
}

.interest-table-module-header {
    margin: 0 auto 48px;
    max-width: 752px
}

.interest-table-module-table-wrapper {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    margin: 0 0 8px;
    overflow: hidden
}

.interest-table-module-table {
    table-layout: fixed
}

.interest-table-module-table tr {
    color: var(--text-strong)
}

.interest-table-module-table tr:nth-child(2n) {
    background: var(--gray-5)
}

.interest-table-module-table tr:last-child td {
    padding-bottom: 24px
}

.interest-table-module-table th {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 24px 24px 8px;
    vertical-align: top
}

.interest-table-module-table td {
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 20px;
    padding: 16px 24px;
    vertical-align: top
}

.interest-table-module-disclaimer-top {
    color: var(--text-weak);
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 48px;
    text-align: center
}

.interest-table-module-disclaimer-bottom {
    color: var(--text-weak);
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px;
    margin: 0 0 48px;
    text-align: center
}

.interest-table-module-loading td {
    height: 62px;
    position: relative
}

.interest-table-module-loading td:before,
.interest-table-module-loading td:after {
    display: block;
    content: " ";
    height: 20px;
    left: 24px;
    position: absolute;
    top: 16px;
    width: calc(100% - 48px)
}

.interest-table-module-loading td:before {
    background: var(--base-white)
}

.interest-table-module-loading td:after {
    animation: 1.5s shine linear infinite;
    background: linear-gradient(90deg, #f0f0f0 -145%, #ffffff 307.5%);
    background-size: 200% 100%;
    border-radius: 4px
}

@media all and (max-width: 991px) {
    .interest-table-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .interest-table-module-header {
        max-width: none
    }
}

@media all and (max-width: 767px) {
    .interest-table-module {
        padding: 0
    }

    .interest-table-module-table-wrapper {
        border-radius: 0;
        border-width: 1px 0;
        margin-left: -12px;
        margin-right: -12px
    }

    .interest-table-module-table td,
    .interest-table-module-table th {
        word-break: break-word
    }

    .interest-table-module-table td:first-child,
    .interest-table-module-table th:first-child {
        padding-left: 12px
    }

    .interest-table-module-table td:last-child,
    .interest-table-module-table th:last-child {
        padding-right: 12px
    }

    .interest-table-module-table th {
        padding: 24px 6px 8px
    }

    .interest-table-module-table td {
        padding: 16px 6px
    }

    .interest-table-module-disclaimer-bottom {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px
    }
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

.internal-tab-menu-module {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    border-bottom: 1px solid rgba(78, 91, 126, .13);
    transition: all .3s ease-in;
    pointer-events: auto
}

.internal-tab-menu-module.hide {
    opacity: 0;
    pointer-events: none
}

.internal-tab-menu-module-scroll {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 auto
}

.internal-tab-menu-module-scroll::-webkit-scrollbar {
    display: none
}

.internal-tab-menu-module-list {
    padding: 0 48px;
    max-width: 1580px;
    margin: 0 auto -1px;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    list-style-type: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.internal-tab-menu-module-list::-webkit-scrollbar {
    display: none
}

.internal-tab-menu-module-list-item {
    padding: 4px 8px;
    border-bottom: 1px solid rgba(78, 91, 126, .13)
}

.internal-tab-menu-module-list-item-active {
    border-bottom: 1px solid #111417
}

.internal-tab-menu-module-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px;
    text-align: center;
    vertical-align: middle;
    color: #131825a8;
    padding: 8px;
    border-radius: 8px;
    display: block
}

.internal-tab-menu-module-item:hover {
    background: rgba(64, 74, 100, .05);
    cursor: pointer;
    color: #131825a8
}

.active>.internal-tab-menu-module-item {
    font-weight: 700;
    color: #111417
}

.active>.internal-tab-menu-module-item:hover {
    background: none;
    cursor: default
}

.internal-tab-menu-module-item-link {
    text-decoration: none
}

.internal-tab-menu-module-item-active {
    font-weight: 700;
    color: #111417
}

.internal-tab-menu-module-item-active:hover {
    background: none;
    cursor: default;
    color: #111417
}

.dark+.internal-tab-menu-module {
    background: rgba(28, 32, 38, .7);
    border-color: transparent
}

.dark+.internal-tab-menu-module .internal-tab-menu-module-list-item {
    border-color: #dbe2ea2b
}

.dark+.internal-tab-menu-module .internal-tab-menu-module-list-item-active {
    border-color: #f6f7f8
}

.dark+.internal-tab-menu-module .internal-tab-menu-module-list-item-active .internal-tab-menu-module-item:hover {
    background: transparent
}

.dark+.internal-tab-menu-module .internal-tab-menu-module-item {
    color: #f6f7f8
}

.dark+.internal-tab-menu-module .internal-tab-menu-module-item:hover {
    background: rgba(219, 226, 234, .17)
}

.active>.dark+.internal-tab-menu-module .internal-tab-menu-module-item {
    color: #f6f7f8
}

@media all and (max-width: 1199px) {
    .internal-tab-menu-module-list {
        padding: 0 32px
    }
}

@media all and (max-width: 767px) {
    .internal-tab-menu-module {
        position: relative
    }

    .internal-tab-menu-module:before,
    .internal-tab-menu-module:after {
        content: "";
        height: 100%;
        width: 44px;
        position: absolute;
        top: 0;
        pointer-events: none;
        opacity: 0;
        transition: .3s
    }

    .internal-tab-menu-module:before {
        left: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, 0) 100%)
    }

    .internal-tab-menu-module:after {
        right: 0;
        background: linear-gradient(270deg, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, 0) 100%)
    }

    .internal-tab-menu-module.left-gradient:before {
        opacity: 1
    }

    .internal-tab-menu-module.right-gradient:after {
        opacity: 1
    }

    .dark+.internal-tab-menu-module:before {
        background: linear-gradient(90deg, #1c2026 40%, rgba(28, 32, 38, 0) 100%)
    }

    .dark+.internal-tab-menu-module:after {
        background: linear-gradient(270deg, #1c2026 40%, rgba(28, 32, 38, 0) 100%)
    }
}

.news-module {
    margin: 120px 0
}

.news-module-header {
    margin: 0 0 48px
}

.news-module-text {
    max-width: 340px
}

.news-module-news-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 32px
}

.news-module-popup-footer {
    display: grid;
    grid-gap: 8px
}

.browser-mobile .news-module-popup-footer,
.news-module-popup-footer-mobile,
.news-module-popup-footer-mobile a {
    display: none
}

.browser-mobile .news-module-popup-footer-mobile,
.browser-mobile .news-module-popup-footer-mobile a {
    display: grid
}

@media all and (max-width: 991px) {
    .news-module {
        margin: 56px 0;
        padding: 0 72px;
        text-align: center
    }

    .news-module-header {
        align-items: center;
        margin: 0 0 32px
    }

    .news-module-text {
        max-width: unset
    }

    .news-module-news-wrapper {
        grid-gap: 16px;
        grid-template-columns: none
    }
}

@media all and (max-width: 767px) {
    .news-module {
        padding: 0
    }
}

.one-box-with-hidden-text-module {
    margin: 120px 0
}

.one-box-with-hidden-text-module-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.one-box-with-hidden-text-module-header {
    width: calc(100% - 96px)
}

.one-box-with-hidden-text-module-header-buttons {
    margin-top: 40px
}

.one-box-with-hidden-text-module-content {
    align-items: center;
    display: flex
}

.one-box-with-hidden-text-module-content-hidden {
    display: initial;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease-out
}

.one-box-with-hidden-text-module-content-hidden.show-more-enabled {
    padding-bottom: 72px
}

.one-box-with-hidden-text-module-content-hidden.show-more-enabled:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 309px;
    background: linear-gradient(0deg, #ffffff 16.36%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.one-box-with-hidden-text-module-content-hidden.show-more:after {
    display: none
}

.one-box-with-hidden-text-module-content-wrapper {
    color: var(--text-strong);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px
}

.one-box-with-hidden-text-module-content-wrapper p,
.one-box-with-hidden-text-module-content-wrapper ul,
.one-box-with-hidden-text-module-content-wrapper ol {
    margin-bottom: 24px
}

.one-box-with-hidden-text-module-content-wrapper p:last-child,
.one-box-with-hidden-text-module-content-wrapper ul:last-child,
.one-box-with-hidden-text-module-content-wrapper ol:last-child {
    margin-bottom: 0
}

.one-box-with-hidden-text-module-content-button {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 5px
}

.one-box-with-hidden-text-module-content-button.more svg {
    transform: rotate(90deg)
}

.show-more-enabled>.one-box-with-hidden-text-module-content-button.more {
    display: inline-block
}

.one-box-with-hidden-text-module-content-button.less svg {
    transform: rotate(-90deg)
}

@media all and (max-width: 991px) {
    .one-box-with-hidden-text-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .one-box-with-hidden-text-module-button,
    .one-box-with-hidden-text-module-button-mobile {
        width: 100%
    }

    .one-box-with-hidden-text-module-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 24px
    }

    .one-box-with-hidden-text-module-header {
        width: 100%
    }

    .one-box-with-hidden-text-module-content-hidden {
        max-height: 408px
    }

    .one-box-with-hidden-text-module-content-hidden.show-more-enabled {
        padding-bottom: 72px
    }

    .one-box-with-hidden-text-module-content-hidden.show-more-enabled:after {
        height: 210px
    }
}

@media all and (max-width: 767px) {
    .one-box-with-hidden-text-module {
        padding: 0
    }

    .one-box-with-hidden-text-module-content-wrapper {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px
    }
}

.one-box-with-kv-module {
    margin: 120px 0
}

.one-box-with-kv-module-wrapper {
    align-items: center;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr
}

.one-box-with-kv-module-content {
    width: calc(100% - 96px)
}

.one-box-with-kv-module-text {
    width: calc(100% - 48px)
}

.one-box-with-kv-module-button {
    margin: 24px 0 0
}

.one-box-with-kv-module-kv-wrapper {
    height: 448px
}

.one-box-with-kv-module-kv {
    height: 100%;
    object-fit: contain;
    width: 100%
}

@media all and (max-width: 991px) {
    .one-box-with-kv-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .one-box-with-kv-module-wrapper {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .one-box-with-kv-module-content,
    .one-box-with-kv-module-text {
        width: 100%
    }

    .one-box-with-kv-module-button {
        margin: 16px 0 0
    }

    .one-box-with-kv-module-kv-wrapper {
        height: auto;
        width: 100%
    }

    .one-box-with-kv-module-kv {
        height: auto;
        max-width: 100%;
        object-fit: unset;
        width: 342px;
        aspect-ratio: auto 342/192
    }
}

@media all and (max-width: 767px) {
    .one-box-with-kv-module {
        padding: 0
    }

    .one-box-with-kv-module-kv {
        margin: 0 auto
    }
}

.one-box-with-kv-on-black-box-module {
    margin: 120px 0
}

.one-box-with-kv-on-black-box-module-wrapper {
    align-items: center;
    background: var(--surface-inverted);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
    overflow: hidden;
    padding: 48px 0 0
}

.one-box-with-kv-on-black-box-module-wrapper-padding-desktop {
    padding-bottom: 48px
}

.one-box-with-kv-on-black-box-module-icon {
    background-color: var(--transparent-gray-510);
    border-radius: 8px;
    color: var(--text-inverted);
    line-height: 1;
    padding: 8px
}

.one-box-with-kv-on-black-box-module-icon svg {
    height: 32px;
    width: auto
}

.one-box-with-kv-on-black-box-module-header {
    max-width: 644px;
    margin-bottom: 0
}

.one-box-with-kv-on-black-box-module-button {
    margin-top: 24px
}

.one-box-with-kv-on-black-box-module-kv {
    max-width: 100%
}

.one-box-with-kv-on-black-box-module-light .one-box-with-kv-on-black-box-module-wrapper {
    background: var(--surface-medium);
    border: 1px solid var(--border-weak)
}

.one-box-with-kv-on-black-box-module-light .one-box-with-kv-on-black-box-module-icon {
    background-color: var(--surface-strong);
    border: 1px solid var(--border-weak);
    color: var(--text-strong)
}

.one-box-with-kv-on-black-box-module-light .one-box-with-kv-on-black-box-module-text {
    color: var(--gray-70)
}

@media all and (max-width: 991px) {
    .one-box-with-kv-on-black-box-module {
        background: var(--surface-inverted);
        margin: 56px 0;
        padding: 0 72px
    }

    .one-box-with-kv-on-black-box-module-wrapper-padding-desktop {
        padding-bottom: 0
    }

    .one-box-with-kv-on-black-box-module-wrapper-padding-mobile {
        padding-bottom: 48px
    }

    .one-box-with-kv-on-black-box-module-light {
        background: var(--surface-medium);
        border-color: var(--border-weak);
        border-style: solid;
        border-width: 1px 0
    }

    .one-box-with-kv-on-black-box-module-light .one-box-with-kv-on-black-box-module-wrapper {
        border: none
    }
}

@media all and (max-width: 767px) {
    .one-box-with-kv-on-black-box-module {
        padding: 0
    }
}

.slider-with-animation-and-kv-module {
    margin: 120px 0;
    overflow: hidden
}

.slider-with-animation-and-kv-module-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.slider-with-animation-and-kv-module-content {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-direction: column;
    width: calc(100% - 96px);
    padding: 5px 0
}

.slider-with-animation-and-kv-module-content-text {
    max-width: 462px
}

.slider-with-animation-and-kv-module-content-text .component-tag {
    margin-bottom: 12px
}

.slider-with-animation-and-kv-module-description {
    color: var(--text-weak);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    margin-top: 12px
}

.slider-with-animation-and-kv-module-description p {
    margin: 0
}

.slider-with-animation-and-kv-module-mobile-link {
    display: none
}

.slider-with-animation-and-kv-module-items {
    margin-top: 52px;
    width: 100%
}

.slider-with-animation-and-kv-module-item {
    position: relative;
    padding: 16px 16px 24px;
    transition: border-color .6s linear;
    border: 1px solid transparent;
    border-radius: 8px
}

.slider-with-animation-and-kv-module-item:not(:last-child) {
    margin-bottom: 8px
}

.slider-with-animation-and-kv-module-item-top {
    display: flex;
    grid-column-gap: 8px;
    cursor: pointer;
    border-radius: 9px;
    text-align: initial
}

.slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
    color: var(--text-strong)
}

.slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-title {
    color: var(--text-strong)
}

.slider-with-animation-and-kv-module-item-top-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.slider-with-animation-and-kv-module-item-top-icon svg {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    color: var(--text-weak)
}

.slider-with-animation-and-kv-module-item-top-bar {
    display: none
}

.slider-with-animation-and-kv-module-item-top-title {
    color: var(--text-weak);
    font-family: Roboto, Arial, Segoe UI, Helvetica Neue, -apple-system, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    align-self: center;
    grid-row: 1/3;
    grid-column: 2
}

.slider-with-animation-and-kv-module-item-bottom .slider-with-animation-and-kv-module-btn {
    display: none
}

.slider-with-animation-and-kv-module-item-bottom-text {
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: max-height .6s, opacity .6s;
    color: var(--text-weak);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    margin: 0;
    padding: 8px 0 0 32px
}

.slider-with-animation-and-kv-module-item-bottom-text p {
    margin: 0
}

.slider-with-animation-and-kv-module-button-mobile {
    display: none
}

.slider-with-animation-and-kv-module-button-desktop {
    margin-top: 42px
}

.slider-with-animation-and-kv-module-kv {
    align-self: center;
    justify-self: center;
    position: relative;
    width: 100%;
    height: 100%
}

.slider-with-animation-and-kv-module-item-img {
    opacity: 0;
    max-width: 100%;
    height: 534px;
    aspect-ratio: auto 949/534;
    object-fit: contain;
    transition: .8s;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.slider-with-animation-and-kv-module-item-img.active {
    opacity: 1;
    left: 50%
}

.slider-with-animation-and-kv-module-item-img.hidden {
    opacity: 0;
    left: 30%
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-wrapper {
    background-color: var(--surface-inverted);
    border-radius: 16px;
    grid-column-gap: 70px;
    overflow: hidden
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-heading {
    grid-column: span 2;
    max-width: 644px;
    margin: 0 auto;
    padding: 64px 0 40px
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-description {
    color: var(--gray-30)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
    width: 100%;
    padding: 0 0 0 64px;
    z-index: 0
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-items {
    margin: 40px 0
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top {
    opacity: .5
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover {
    opacity: 1
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
    color: var(--text-inverted)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-title {
    color: var(--text-inverted)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top-icon svg {
    color: var(--text-inverted)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top-title {
    color: var(--text-inverted)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-bottom-text {
    color: var(--gray-30)
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-button-desktop {
    grid-column: span 2;
    margin: 0;
    padding: 48px 0 64px;
    text-align: center
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img {
    z-index: 0;
    pointer-events: none;
    left: initial;
    top: initial;
    right: -20%;
    bottom: 0;
    transform: none;
    object-position: center right;
    width: 100%;
    height: 100%
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.active {
    left: initial;
    right: 0
}

.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.hidden {
    left: initial;
    right: 20%
}

body[dir=rtl] .slider-with-animation-and-kv-module-item.active .animation-progress-bar {
    background: linear-gradient(to right, var(--surface_active_primary-enabled), transparent)
}

body[dir=rtl] .slider-with-animation-and-kv-module-item-bottom-text {
    padding: 8px 32px 0 0
}

body[dir=rtl] .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
    padding: 0 64px 0 0
}

body[dir=rtl] .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img {
    object-position: center left;
    right: initial;
    left: -20%
}

body[dir=rtl] .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.active {
    left: 0;
    right: initial
}

body[dir=rtl] .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.hidden {
    left: 20%;
    right: initial
}

@media all and (min-width: 992px) {
    .slider-with-animation-and-kv-module-item.active {
        border: 1px solid var(--border-weak)
    }

    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top {
        padding-left: 0
    }

    .slider-with-animation-and-kv-module-item.active .animation-wrapper {
        width: calc(100% - 10px);
        position: absolute;
        background: transparent;
        height: 20px;
        display: flex;
        align-items: center;
        left: 5px;
        right: 5px;
        bottom: -10.5px
    }

    .slider-with-animation-and-kv-module-item.active .animation-progress-bar {
        display: block;
        background: linear-gradient(to left, var(--surface_active_primary-enabled), transparent);
        animation: progressBar 8s linear;
        animation-fill-mode: both;
        box-shadow: 0 0 9px 4px #08aa542b;
        height: 1px
    }

    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-icon svg {
        color: var(--surface_active_primary-enabled)
    }

    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-bar {
        display: block
    }

    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-title {
        color: var(--text-strong)
    }

    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-bottom-text {
        max-height: 500px;
        opacity: 1;
        height: auto;
        transition: max-height .6s, opacity .6s
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active {
        background-color: var(--transparent-gray-55);
        border: none
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top {
        opacity: 1
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .animation-wrapper {
        bottom: -9.5px
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-icon svg {
        color: var(--text-inverted)
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-title {
        color: var(--text-inverted)
    }
}

@media all and (max-width: 991px) {
    .slider-with-animation-and-kv-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .slider-with-animation-and-kv-module-wrapper {
        display: block
    }

    .slider-with-animation-and-kv-module-content {
        text-align: center;
        width: 100%;
        align-items: center;
        padding: 0
    }

    .slider-with-animation-and-kv-module-button-desktop {
        display: none
    }

    .slider-with-animation-and-kv-module-items {
        width: 100%
    }

    .slider-with-animation-and-kv-module-item {
        padding: 0;
        border-radius: 16px;
        border: 1px solid var(--border-weak);
        text-align: left;
        overflow: hidden;
        position: relative
    }

    .slider-with-animation-and-kv-module-item:not(:last-child) {
        margin-bottom: 16px
    }

    .slider-with-animation-and-kv-module-mobile-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1
    }

    .slider-with-animation-and-kv-module-mobile-link:hover~.slider-with-animation-and-kv-module-item-bottom .component-button-compact-paddings {
        color: var(--surface_active_primary-hover)
    }

    .slider-with-animation-and-kv-module-item-top {
        display: block;
        cursor: default;
        padding: 32px 32px 0
    }

    .slider-with-animation-and-kv-module-item-top:hover {
        cursor: default
    }

    .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
        color: var(--surface_active_primary-enabled)
    }

    .slider-with-animation-and-kv-module-item-top-icon {
        justify-content: start
    }

    .slider-with-animation-and-kv-module-item-top-icon svg {
        color: var(--surface_active_primary-enabled);
        filter: grayscale(0)
    }

    .slider-with-animation-and-kv-module-item-top-title {
        color: var(--text-strong);
        font-size: 24px;
        line-height: 32px;
        margin-top: 16px;
        padding: 0
    }

    .slider-with-animation-and-kv-module-item-bottom {
        margin: 8px 32px 24px
    }

    .slider-with-animation-and-kv-module-item-img {
        width: 100%;
        display: block;
        height: auto;
        max-width: 343px;
        margin-left: auto;
        margin-right: 0;
        opacity: 1;
        transform: unset;
        position: static
    }

    .slider-with-animation-and-kv-module-item-bottom-text {
        opacity: 1;
        max-height: unset;
        padding: 0;
        margin-bottom: 10px;
        display: block
    }

    .slider-with-animation-and-kv-module-button-mobile {
        display: block;
        width: fit-content
    }

    .slider-with-animation-and-kv-module-kv {
        display: none
    }

    .slider-with-animation-and-kv-module-dark {
        background-color: var(--surface-inverted)
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-wrapper {
        padding: 48px 0
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-heading {
        max-width: none;
        padding: 0 0 48px
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
        padding: 0
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-items {
        margin: 0;
        display: flex;
        flex-direction: column;
        grid-gap: 40px
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item {
        margin: 0;
        border: none;
        background-color: var(--transparent-gray-55)
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top {
        opacity: 1
    }

    body[dir=rtl] .slider-with-animation-and-kv-module-item {
        text-align: right
    }

    body[dir=rtl] .slider-with-animation-and-kv-module-item-img {
        margin-left: 0;
        margin-right: auto
    }

    body[dir=rtl] .slider-with-animation-and-kv-module-item-bottom-text,
    body[dir=rtl] .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
        padding: 0
    }
}

@media all and (max-width: 767px) {
    .slider-with-animation-and-kv-module {
        padding: 0
    }

    .slider-with-animation-and-kv-module-description,
    .slider-with-animation-and-kv-module-item-bottom-text {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px
    }

    .slider-with-animation-and-kv-module-item-img {
        max-width: 100%
    }

    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-heading {
        text-align: initial;
        align-items: flex-start
    }
}

@keyframes progressBar {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.three-boxes-with-kv-module {
    margin: 120px 0
}

.three-boxes-with-kv-module-category {
    margin: 0 auto 8px;
    width: fit-content
}

.three-boxes-with-kv-module-title,
.three-boxes-with-kv-module-text {
    max-width: 750px
}

.three-boxes-with-kv-module-button {
    margin-top: 8px
}

.three-boxes-with-kv-module-items-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr
}

.three-boxes-with-kv-module-item {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    justify-content: space-between;
    overflow: hidden;
    position: relative
}

.three-boxes-with-kv-module-item-content {
    padding: 32px 48px
}

.three-boxes-with-kv-module-item-content-mobile {
    display: none
}

.browser-mobile .three-boxes-with-kv-module-item-content-mobile {
    display: flex
}

.three-boxes-with-kv-module-item-title {
    color: var(--text-strong);
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 8px
}

.three-boxes-with-kv-module-item-img-wrapper {
    overflow: hidden;
    margin-left: 21px;
    transition: transform .3s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.three-boxes-with-kv-module-item-img-wrapper svg {
    height: auto;
    max-width: 100%
}

.three-boxes-with-kv-module-item-img {
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    transform-origin: top left;
    width: 100%
}

.three-boxes-with-kv-module-rtl-spacer {
    display: none
}

body[dir=rtl] .three-boxes-with-kv-module-item-img-wrapper {
    margin: 0 21px 0 0
}

body[dir=rtl] .three-boxes-with-kv-module-item-img {
    object-position: bottom left;
    transform-origin: top right
}

@media all and (max-width: 991px) {
    .three-boxes-with-kv-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .three-boxes-with-kv-module-items-wrapper {
        grid-gap: 16px;
        margin: 32px -84px 0;
        overflow: auto;
        padding: 0 84px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .three-boxes-with-kv-module-items-wrapper::-webkit-scrollbar {
        display: none
    }

    .three-boxes-with-kv-module-item {
        grid-gap: 16px;
        width: 308px
    }

    .three-boxes-with-kv-module-item-content {
        padding: 32px 32px 0
    }

    .three-boxes-with-kv-module-item-title {
        font-size: 24px;
        line-height: 32px
    }

    .three-boxes-with-kv-module-item-img-wrapper {
        font-size: 24px;
        margin: 0
    }

    body[dir=rtl] .three-boxes-with-kv-module-rtl-spacer {
        display: block;
        width: 56px
    }

    body[dir=rtl] .three-boxes-with-kv-module-items-wrapper {
        grid-template-columns: 1fr 1fr 1fr 56px
    }

    body[dir=rtl] .three-boxes-with-kv-module-item-img-wrapper {
        margin: 0
    }
}

@media all and (max-width: 767px) {
    .three-boxes-with-kv-module {
        padding: 0;
        overflow-x: hidden
    }
}

@media all and (max-width: 575px) {
    .three-boxes-with-kv-module {
        padding: 0 8px;
        margin: 56px 0
    }

    .three-boxes-with-kv-module-items-wrapper {
        grid-gap: 16px;
        grid-template-columns: none;
        margin: 32px 0 0;
        padding: 0
    }

    .three-boxes-with-kv-module-item {
        width: auto
    }

    .three-boxes-with-kv-module-button {
        margin-top: 24px
    }

    body[dir=rtl] .three-boxes-with-kv-module-items-wrapper {
        grid-template-columns: none
    }

    body[dir=rtl] .three-boxes-with-kv-module-rtl-spacer {
        display: none
    }
}

.instrument-boxes-module {
    margin: 120px 0
}

.instrument-boxes-module-wrapper {
    background-color: var(--surface-inverted);
    border-radius: 16px;
    padding: 64px 0;
    position: relative
}

.instrument-boxes-module-instruments-carousel {
    min-height: 300px
}

.instrument-boxes-module-button-wrapper {
    margin: 40px 0 0
}

.instrument-boxes-module-text {
    max-width: 340px
}

.instrument-boxes-module-slider-element {
    height: 300px
}

.instrument-boxes-module-element-heading.overflow .instrument-boxes-module-element-name-wrapper {
    position: relative
}

.instrument-boxes-module-element-heading.overflow .instrument-boxes-module-element-name {
    max-height: 48px;
    overflow: hidden
}

.instrument-boxes-module-element-heading.overflow .instrument-boxes-module-element-badge {
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 1
}

.instrument-boxes-module-element-heading.overflow .instrument-boxes-module-element-badge-shadow {
    display: block;
    width: 91px;
    height: 23px;
    background: linear-gradient(90deg, rgba(23, 25, 29, 0) 0%, #1e2225 54.29%);
    position: absolute;
    bottom: 0;
    right: 0
}

.instrument-boxes-module-element-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px;
    text-align: left;
    color: var(--text-inverted)
}

.instrument-boxes-module-element-name-link:hover {
    color: var(--surface_active_weak-hover)
}

.instrument-boxes-module-element-name-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 4px;
    flex-wrap: wrap
}

.instrument-boxes-module-element-badge {
    height: max-content;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .1px;
    text-align: left;
    color: var(--text-inverted);
    background: var(--gray-80)
}

.instrument-boxes-module-element-badge-shadow {
    display: none
}

.instrument-boxes-module-element-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    grid-gap: 16px
}

.instrument-boxes-module-element-data-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.instrument-boxes-module-element-data-wrapper:nth-child(2n) {
    align-items: flex-end
}

.instrument-boxes-module-element-data-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .1px;
    text-align: left;
    color: var(--text-disabled);
    width: max-content
}

.instrument-boxes-module-element-data-title.with-tooltip {
    border-bottom: 1px solid
}

.instrument-boxes-module-element-data-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .150000006px;
    text-align: left
}

.instrument-boxes-module-element-data-percentage {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    text-align: center;
    height: 20px
}

.instrument-boxes-module-element-data-percentage.green {
    color: var(--text-success)
}

.instrument-boxes-module-element-data-percentage.red {
    color: var(--text-sell)
}

.instrument-boxes-module-element-data-percentage img {
    margin-top: -3px
}

.instrument-boxes-module-no-data-chart {
    width: 213px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-weak);
    font-size: 16px
}

.instrument-boxes-module-widget-result-img {
    background: var(--transparent-gray-55);
    border-radius: 8px;
    height: 40px;
    width: 40px;
    margin-right: 16px;
    flex-shrink: 0;
    overflow: hidden
}

.instrument-boxes-module-widget-result-img.no-image img {
    display: none
}

.instrument-boxes-module-widget-result-img.no-image:after {
    color: var(--gray-50);
    content: attr(data-first-letter);
    display: block;
    font-size: 20px;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    width: 40px
}

body[dir=rtl] .instrument-boxes-module-widget-result-img {
    margin-right: 0;
    margin-left: 16px
}

body[dir=rtl] .instrument-boxes-module-element-data-value,
body[dir=rtl] .instrument-boxes-module-element-data-percentage {
    text-align: right
}

@media all and (max-width: 991px) {

    body[dir=rtl] .instrument-boxes-module-header,
    body[dir=rtl] .instrument-boxes-module-text {
        text-align: right
    }
}

@media all and (max-width: 991px) {
    .instrument-boxes-module {
        margin: 56px 0;
        padding: 48px 0
    }

    .instrument-boxes-module-container {
        padding: 0
    }

    .instrument-boxes-module-wrapper {
        border-radius: 0;
        padding: 48px 0
    }

    .instrument-boxes-module-header {
        align-items: start;
        margin: 0 84px 24px;
        text-align: left
    }

    .instrument-boxes-module-button-wrapper {
        align-items: start;
        margin: 24px 84px 0
    }

    .instrument-boxes-module-text {
        max-width: unset;
        text-align: left
    }

    .instrument-boxes-module-change-slide {
        display: none
    }

    .instrument-boxes-module .swiper-container {
        padding-left: 80px
    }
}

@media all and (max-width: 767px) {
    .instrument-boxes-module-header {
        margin: 0 16px 24px
    }

    .instrument-boxes-module-button-wrapper {
        align-items: start;
        margin: 24px 16px 0
    }

    .instrument-boxes-module .swiper-container {
        padding-left: 16px
    }
}

.boxes-and-optional-bottom-bar-with-kv-module {
    margin: 120px 0
}

.boxes-and-optional-bottom-bar-with-kv-module-heading-wrapper {
    margin-bottom: 48px
}

.boxes-and-optional-bottom-bar-with-kv-module-section-title {
    font-family: XTB Sans, Arial, Segoe UI, Helvetica Neue, -apple-system, system-ui, sans-serif;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
    color: var(--text-strong)
}

.boxes-and-optional-bottom-bar-with-kv-module-header-text {
    max-width: 750px
}

.boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
    overflow: hidden;
    transition: transform .3s ease
}

.boxes-and-optional-bottom-bar-with-kv-module-image {
    transform-origin: center;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.boxes-and-optional-bottom-bar-with-kv-module-section-box {
    display: flex;
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.boxes-and-optional-bottom-bar-with-kv-module-grid-container {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 655px 462px
}

.boxes-and-optional-bottom-bar-with-kv-module-big-box {
    grid-column: 1;
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
    width: 100%;
    height: 294px
}

.boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
    padding: 32px 232px 32px 32px
}

.boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-button {
    margin-top: 32px
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box {
    grid-column: 2;
    grid-row: 1/2
}

.boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
    grid-column: 2;
    grid-row: 2/3
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box,
.boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
    flex-direction: column;
    justify-content: space-between
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper,
.boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
    width: 100%;
    height: 116px
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper,
.boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
    padding: 16px 32px
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-section-title,
.boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-section-title {
    font-size: 20px;
    line-height: 28px
}

.boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-button,
.boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-button {
    margin-top: 8px
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box {
    grid-column: 1/3;
    grid-row: 3;
    flex-direction: row;
    align-items: center
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
    width: 88px;
    height: 100%;
    flex-shrink: 0
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
    padding: 22px 96px 23px 24px;
    flex-basis: fit-content
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-section-text p {
    margin: 0
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-section-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0
}

.boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-last-box-btn {
    margin-left: auto;
    margin-right: 32px
}

body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
    padding-left: 232px;
    padding-right: 32px
}

body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
    padding: 22px 24px 23px 96px
}

body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-button {
    margin-right: auto;
    margin-left: 32px
}

@media all and (max-width: 1199px) {
    .boxes-and-optional-bottom-bar-with-kv-module-grid-container {
        grid-template-columns: auto auto
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
        width: auto
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding-right: 175px;
        padding-left: 32px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 22px 23px 23px 24px
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding-left: 175px;
        padding-right: 32px
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 22px 24px 23px 23px
    }
}

@media all and (min-width: 992px) {
    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
        order: 1
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        order: 2
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-last-box-btn {
        order: 3
    }
}

@media all and (max-width: 991px) {
    .boxes-and-optional-bottom-bar-with-kv-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-grid-container {
        grid-gap: 16px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box {
        grid-column: 1/3;
        grid-row: 1
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 24px 24px 32px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-section-title,
    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-section-title {
        font-size: 24px;
        line-height: 32px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-button,
    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-button {
        margin-top: 16px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box {
        grid-column: 1/2;
        grid-row: 2
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
        grid-column: 2/3;
        grid-row: 2
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
        height: auto;
        max-height: none;
        position: relative;
        flex-direction: column;
        justify-content: space-between
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-wrapper-absolute,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-wrapper-absolute {
        padding: 24px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute {
        position: absolute;
        left: 24px;
        bottom: 32px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-section-title,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-section-title,
    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-section-title {
        font-size: 20px;
        line-height: 28px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box {
        grid-column: 1/3;
        grid-row: 3;
        flex-direction: column;
        align-items: unset;
        justify-content: unset
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
        width: 100%
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 24px 24px 16px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-last-box-btn {
        margin: 0 24px 32px;
        justify-content: flex-start
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
        height: 174px
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-big-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 24px 24px 32px
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute,
    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute {
        left: auto;
        right: 24px
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 24px 24px 16px;
        margin-right: 0
    }

    body[dir=rtl] .boxes-and-optional-bottom-bar-with-kv-module-last-box .boxes-and-optional-bottom-bar-with-kv-module-button {
        margin: 0 24px 40px
    }
}

@media all and (max-width: 767px) {
    .boxes-and-optional-bottom-bar-with-kv-module {
        padding: 0
    }

    .boxes-and-optional-bottom-bar-with-kv-module-grid-container {
        grid-template-columns: auto
    }

    .boxes-and-optional-bottom-bar-with-kv-module-button {
        margin-top: 16px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box,
    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box,
    .boxes-and-optional-bottom-bar-with-kv-module-last-box {
        grid-column: 1
    }

    .boxes-and-optional-bottom-bar-with-kv-module-big-box {
        grid-row: 1
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box {
        grid-row: 2
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
        grid-row: 3
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box {
        max-width: none
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-text-wrapper {
        padding: 24px 24px 32px
    }

    .boxes-and-optional-bottom-bar-with-kv-module-small-first-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute,
    .boxes-and-optional-bottom-bar-with-kv-module-small-second-box .boxes-and-optional-bottom-bar-with-kv-module-button-absolute {
        position: static
    }

    .boxes-and-optional-bottom-bar-with-kv-module-last-box {
        grid-row: 4
    }

    .boxes-and-optional-bottom-bar-with-kv-module-section-box .boxes-and-optional-bottom-bar-with-kv-module-image-wrapper {
        height: 174px;
        width: 100%
    }
}

.info-list-with-icons-and-kv-module {
    margin: 120px 0;
    text-align: center
}

.info-list-with-icons-and-kv-module-top {
    width: 750px;
    box-sizing: content-box;
    margin: 0 auto 24px;
    max-width: 752px;
    padding: 0 84px
}

.info-list-with-icons-and-kv-module-description {
    padding: 0 40px;
    text-align: center
}

.info-list-with-icons-and-kv-module-description p {
    display: inline;
    color: var(--text-weak)
}

.info-list-with-icons-and-kv-module-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
    white-space: nowrap
}

.info-list-with-icons-and-kv-module-nav.scroll-active {
    max-width: 750px;
    overflow: hidden;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.info-list-with-icons-and-kv-module-nav.scroll-active::-webkit-scrollbar {
    display: none
}

.info-list-with-icons-and-kv-module-nav-button {
    color: var(--text-weak)
}

.info-list-with-icons-and-kv-module-nav-items-wrapper {
    display: flex;
    max-width: 750px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.info-list-with-icons-and-kv-module-nav-items-wrapper::-webkit-scrollbar {
    display: none
}

.info-list-with-icons-and-kv-module-nav-item {
    position: relative
}

.info-list-with-icons-and-kv-module-nav-item:before {
    background: var(--border-weak);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.info-list-with-icons-and-kv-module-nav-button {
    margin: 7px 4px;
    padding: 8px 16px;
    color: var(--text-weak);
    font-size: 16px;
    border-radius: 9px
}

.info-list-with-icons-and-kv-module-nav-button.active {
    font-weight: 700;
    color: var(--surface_active_primary-enabled)
}

.info-list-with-icons-and-kv-module-nav-button.active:hover {
    background: none;
    cursor: default;
    border: none
}

.info-list-with-icons-and-kv-module-nav-button.active:after {
    background: var(--surface_active_primary-enabled);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.info-list-with-icons-and-kv-module-nav-button:hover {
    background: var(--background-weak);
    cursor: pointer
}

.info-list-with-icons-and-kv-module-tab-pane-description {
    margin: 0 auto;
    width: 431px
}

.info-list-with-icons-and-kv-module-tab-img {
    margin: 48px auto 0;
    display: none;
    max-width: 100%;
    width: 100%
}

.info-list-with-icons-and-kv-module-tab-img-desktop {
    display: block
}

.info-list-with-icons-and-kv-module-button {
    margin: 32px auto 0;
    display: block;
    width: max-content;
    max-width: 100%
}

@media all and (max-width: 991px) {
    .info-list-with-icons-and-kv-module {
        margin: 56px 0;
        padding: 0 72px;
        text-align: initial
    }

    .info-list-with-icons-and-kv-module-top {
        width: auto;
        padding: 0;
        text-align: initial;
        margin-bottom: 24px
    }

    .info-list-with-icons-and-kv-module-description {
        padding: 0
    }

    .info-list-with-icons-and-kv-module-nav {
        margin: 0 -84px 24px;
        display: block;
        overflow: auto;
        width: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-bottom: none
    }

    .info-list-with-icons-and-kv-module-nav::-webkit-scrollbar {
        display: none
    }

    .info-list-with-icons-and-kv-module-nav-items-wrapper {
        max-width: none;
        padding: 0 84px;
        justify-content: center
    }

    .info-list-with-icons-and-kv-module-nav-item button:hover {
        background: none
    }

    .info-list-with-icons-and-kv-module-tab-pane-description {
        width: 100%;
        text-align: center
    }

    .browser-mobile .info-list-with-icons-and-kv-module-button,
    .browser-mobile .info-list-with-icons-and-kv-module-button-mobile {
        margin: 40px 0 24px
    }

    .info-list-with-icons-and-kv-module-tab-img {
        margin: 24px auto 0
    }

    .info-list-with-icons-and-kv-module-tab-img-desktop {
        display: none
    }

    .info-list-with-icons-and-kv-module-tab-img-tablet {
        display: block
    }

    .info-list-with-icons-and-kv-module-button {
        width: 100%
    }
}

@media all and (max-width: 767px) {
    .info-list-with-icons-and-kv-module {
        padding: 0
    }

    .info-list-with-icons-and-kv-module-top {
        align-items: flex-start
    }

    .info-list-with-icons-and-kv-module-description,
    .info-list-with-icons-and-kv-module-tab-pane-description {
        text-align: start
    }

    .info-list-with-icons-and-kv-module-nav {
        margin: 0 -12px 24px
    }

    .info-list-with-icons-and-kv-module-nav-items-wrapper {
        justify-content: flex-start;
        padding: 0 12px
    }

    .info-list-with-icons-and-kv-module-tab-img-tablet {
        display: none
    }

    .info-list-with-icons-and-kv-module-tab-img-mobile {
        display: block
    }

    .browser-mobile .info-list-with-icons-and-kv-module-button,
    .browser-mobile .info-list-with-icons-and-kv-module-button-mobile {
        margin: 24px 0 0
    }
}

.one-box-with-optional-tabs-and-kv-module {
    margin: 120px 0
}

.one-box-with-optional-tabs-and-kv-module-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin-top: 40px
}

.one-box-with-optional-tabs-and-kv-module-text {
    width: calc(100% - 48px)
}

.one-box-with-optional-tabs-and-kv-module-nav {
    display: flex;
    justify-content: start;
    margin: 0 0 24px;
    white-space: nowrap;
    width: 100%;
    position: relative
}

.one-box-with-optional-tabs-and-kv-module-nav:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--border-weak)
}

.one-box-with-optional-tabs-and-kv-module-nav.scroll-active {
    max-width: 750px;
    overflow: hidden;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.one-box-with-optional-tabs-and-kv-module-nav.scroll-active::-webkit-scrollbar {
    display: none
}

.one-box-with-optional-tabs-and-kv-module-nav-items-wrapper {
    display: flex;
    max-width: 750px;
    scrollbar-width: none;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.one-box-with-optional-tabs-and-kv-module-nav-items-wrapper::-webkit-scrollbar {
    display: none
}

.one-box-with-optional-tabs-and-kv-module-nav-item {
    padding: 7px 0;
    position: relative
}

.one-box-with-optional-tabs-and-kv-module-nav-button {
    color: var(--text-weak);
    font-size: 16px;
    padding: 8px 16px
}

.one-box-with-optional-tabs-and-kv-module-nav-button.active {
    font-weight: 700;
    color: var(--surface_active_primary-enabled)
}

.one-box-with-optional-tabs-and-kv-module-nav-button.active:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--surface_active_primary-enabled);
    z-index: 1
}

.one-box-with-optional-tabs-and-kv-module-nav-button.active:hover {
    background: none;
    cursor: default
}

.one-box-with-optional-tabs-and-kv-module-nav-button:hover {
    border-radius: 9px;
    background: var(--background-weak);
    cursor: pointer
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow {
    display: none;
    width: 80px;
    height: 40px;
    margin: 7px 0;
    position: absolute;
    pointer-events: none
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow svg {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 15px;
    cursor: pointer;
    pointer-events: visible
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow svg path {
    color: var(--gray-90)
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow-left {
    background: linear-gradient(90deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow-left svg {
    transform: rotate(90deg);
    left: 0
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow-right {
    background: linear-gradient(270deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%);
    right: 0
}

.one-box-with-optional-tabs-and-kv-module-nav-arrow-right svg {
    transform: rotate(270deg);
    right: 0
}

.one-box-with-optional-tabs-and-kv-module-tab-pane-description {
    margin: 0 auto;
    width: 431px;
    color: var(--text-weak);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px
}

.one-box-with-optional-tabs-and-kv-module-tab-pane-description p {
    margin: 0
}

.one-box-with-optional-tabs-and-kv-module-swiper {
    width: 100%
}

.one-box-with-optional-tabs-and-kv-module-tab-img {
    margin: 0 auto;
    display: none;
    max-width: 100%;
    width: 100%
}

.one-box-with-optional-tabs-and-kv-module-tab-img-desktop {
    display: block
}

.one-box-with-optional-tabs-and-kv-module-disclaimer {
    max-width: 726px;
    text-align: start
}

@media all and (max-width: 991px) {
    .one-box-with-optional-tabs-and-kv-module {
        margin: 56px 0;
        padding: 0 72px
    }

    .one-box-with-optional-tabs-and-kv-module-wrapper {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .one-box-with-optional-tabs-and-kv-module-content {
        width: 100%
    }

    .one-box-with-optional-tabs-and-kv-module-content-footer {
        align-items: center;
        flex-direction: column;
        align-content: center;
        text-align: center;
        grid-gap: 24px
    }

    .one-box-with-optional-tabs-and-kv-module-text {
        width: 100%
    }

    .one-box-with-optional-tabs-and-kv-module-nav {
        margin-bottom: 16px
    }

    .one-box-with-optional-tabs-and-kv-module .button-desktop-show-on-mobile-module,
    .one-box-with-optional-tabs-and-kv-module .button-mobile-module {
        width: 100%
    }

    .one-box-with-optional-tabs-and-kv-module-kv-wrapper {
        height: auto;
        width: 100%
    }

    .one-box-with-optional-tabs-and-kv-module-tab-img-desktop {
        display: none
    }

    .one-box-with-optional-tabs-and-kv-module-tab-img-tablet {
        display: block
    }

    .one-box-with-optional-tabs-and-kv-module-disclaimer {
        font-size: 12px;
        max-width: 100%
    }
}

@media all and (max-width: 767px) {
    .one-box-with-optional-tabs-and-kv-module {
        padding: 0
    }

    .one-box-with-optional-tabs-and-kv-module-content {
        overflow: visible
    }

    .one-box-with-optional-tabs-and-kv-module-nav {
        width: 100vw;
        margin: 0 -12px 16px
    }

    .one-box-with-optional-tabs-and-kv-module-nav-items-wrapper {
        padding: 0 12px;
        position: relative;
        overflow-y: visible;
        overflow-x: auto;
        -ms-overflow-style: none
    }

    .one-box-with-optional-tabs-and-kv-module-nav-items-wrapper:before {
        content: "";
        width: 12px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: var(--base-white);
        z-index: 1
    }

    .one-box-with-optional-tabs-and-kv-module-tab-pane-description {
        text-align: start
    }

    .one-box-with-optional-tabs-and-kv-module-tab-img-tablet {
        display: none
    }

    .one-box-with-optional-tabs-and-kv-module-tab-img-mobile {
        display: block;
        max-width: 343px
    }

    body[dir=rtl] .one-box-with-optional-tabs-and-kv-module-nav-items-wrapper:before {
        left: unset;
        right: 0
    }
}

@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) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.carousel-with-media-module {
    margin: 120px 0;
    overflow: hidden
}

.browser-mobile .carousel-with-media-module-button,
.carousel-with-media-module-button-mobile {
    display: none
}

.browser-mobile .carousel-with-media-module-button-mobile,
.browser-mobile .carousel-with-media-module-button-show-on-mobile {
    display: inline-block
}

.carousel-with-media-module-video-player-container {
    display: flex;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    justify-content: center;
    align-items: center
}

.carousel-with-media-module-video-player-container:not(.carousel-with-media-module-video-player-visible) {
    pointer-events: none
}

.carousel-with-media-module .carousel-with-media-module-video-player-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

.carousel-with-media-module-video-player-wrapper {
    width: 80%;
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    overflow: hidden
}

.carousel-with-media-module-video-player-video {
    width: 100%;
    height: auto;
    max-height: 100%;
    border: none;
    object-fit: contain
}

.carousel-with-media-module-video-player-close {
    position: absolute;
    top: 2%;
    right: 2%;
    color: var(--base-white);
    width: 30px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA9RIjzufDPAziWBnf2dZfRlFLKh5lQLOw1kz9YgAAAUdJREFUWMOt2NsOgkAMBNCCF8C7KOL+/4+6MZGhNFCbYd4MyUlU6HaQb+p3JeFU7xof6n0qqrBQpH09EpI1fCFlAwKMgPA1IBjDFwajzMLPeP0rvLLwM0rpE1LcokJOL49d2LiNhd1DjBEXjBEXcjbKaJeFVgkbERhIuyikiTAYjTV8oYFgjPuccDeCZ/iCNk7KcIUThBnjICYHI5g8tbEsPHFBGWdlOELEsMIZgslRGVdcuCrhKBIwfMEaF21Y4aIE3+gCAlJOjU4JpdhYY6sMI0QMmy0E1yAEGIQAgxBgEAIMRshGo2YUBJ7gvwj/c/J/Kn9rsQIM/jELD4zOMYiRExqenTP42PHLHwL8UcQfiP7RHjb45YBfUfhFiV/X+KWRX135BZpf4/kywVcavlih3qEixox+hZLJV12+cPO1f6WXD/wrkA8WKYynGkhS5wAAAABJRU5ErkJggg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 10000
}

.carousel-with-media-module-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    text-align: center
}

.carousel-with-media-module-header-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-weak);
    letter-spacing: .15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.carousel-with-media-module-header-text p {
    margin: 0
}

.carousel-with-media-module-single-image-wrapper,
.carousel-with-media-module-slider {
    margin-top: 40px
}

.carousel-with-media-module-slider {
    overflow: visible
}

.carousel-with-media-module-pagination-wrapper {
    width: fit-content;
    margin: 0 auto
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background-color: var(--background-weak);
    padding: 8px 16px;
    border-radius: 20px;
    width: auto;
    max-width: 100%;
    grid-gap: 4px
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet {
    cursor: pointer;
    padding: 13px;
    border-radius: 20px
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    transition: .3s;
    background-color: var(--surface_active_secondary-hover)
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet .progress-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--icon-strong);
    border-radius: 20px;
    transition: width .5s, background-color .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet-active .progress-bullet {
    width: 80px;
    background-color: var(--gray-30);
    border-radius: 5px
}

.carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet-active .progress-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--icon-strong);
    transform: scaleX(0);
    transform-origin: left;
    animation: swiper-bullet-progress-fill 4s linear forwards
}

.swiper-paused .carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet-active .progress-bullet:before {
    animation-play-state: paused
}

@keyframes swiper-bullet-progress-fill {
    0% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.carousel-with-media-module-single-image-wrapper {
    position: relative
}

.carousel-with-media-module-video-play-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 48px;
    bottom: 48px;
    z-index: 2;
    cursor: pointer
}

.carousel-with-media-module-video-play-icon:hover .path-fill {
    fill: var(--surface_active_primary-hover)
}

.carousel-with-media-module-video-play-icon * {
    pointer-events: none
}

.carousel-with-media-module-slide {
    transition: opacity .5s ease
}

.carousel-with-media-module-slide .carousel-with-media-module-video-play-icon {
    pointer-events: none
}

.carousel-with-media-module-slide.swiper-slide-active,
.carousel-with-media-module-slide.swiper-slide-active.swiper-slide-active .carousel-with-media-module-video-play-icon {
    pointer-events: initial
}

.carousel-with-media-module-slide:not(.swiper-slide-active) {
    opacity: .3
}

.carousel-with-media-module-single-image-wrapper,
.carousel-with-media-module-slide {
    width: 1140px;
    height: 504px
}

.carousel-with-media-module-slide .circle-fill,
.carousel-with-media-module-single-image-wrapper .circle-fill {
    fill: var(--base-white)
}

.carousel-with-media-module-slide .path-fill,
.carousel-with-media-module-single-image-wrapper .path-fill {
    fill: var(--green-60);
    transition: fill .3s ease
}

.carousel-with-media-module-slide:after,
.carousel-with-media-module-single-image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, 0) 65%);
    z-index: 1
}

.carousel-with-media-module-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.carousel-with-media-module-content-wrapper-video,
.carousel-with-media-module-content-wrapper-image-button {
    position: absolute;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    width: 382px;
    z-index: 2;
    left: 48px
}

.carousel-with-media-module-content-wrapper-video .carousel-with-media-module-header-text,
.carousel-with-media-module-content-wrapper-image-button .carousel-with-media-module-header-text {
    color: var(--text-disabled)
}

.carousel-with-media-module-content-wrapper-video {
    top: 48px
}

.carousel-with-media-module-content-wrapper-image-button {
    top: 50%;
    transform: translateY(-50%)
}

.carousel-with-media-module-header-button {
    margin-top: 16px
}

.carousel-with-media-module-header-show-more-button {
    display: none;
    margin-top: 16px
}

.carousel-with-media-module-popup-header {
    align-items: center;
    display: flex;
    grid-gap: 16px
}

.carousel-with-media-module-popup-image {
    border-radius: 12px;
    flex-shrink: 0;
    height: 56px;
    overflow: hidden;
    width: 56px
}

.carousel-with-media-module-popup-image img {
    object-fit: cover;
    object-position: right bottom;
    height: 100%;
    width: 100%
}

.carousel-with-media-module-popup-title {
    color: var(--text-strong);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.carousel-with-media-module-popup-category {
    color: var(--text-weak);
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 20px
}

.carousel-with-media-module-popup-text {
    color: var(--text-weak);
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px
}

.carousel-with-media-module .component-popup-popup {
    width: 594px
}

.carousel-with-media-module .component-popup-header {
    align-items: center
}

body[dir=rtl] .carousel-with-media-module-content-wrapper-video,
body[dir=rtl] .carousel-with-media-module-content-wrapper-image-button,
body[dir=rtl] .carousel-with-media-module-video-play-icon {
    left: auto;
    right: 48px
}

body[dir=rtl] .carousel-with-media-module-slide:after,
body[dir=rtl] .carousel-with-media-module-single-image-wrapper:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, 0) 65%)
}

body[dir=rtl] .carousel-with-media-module-pagination-wrapper .swiper-pagination-bullet-active .progress-bullet:before {
    transform-origin: right
}

@media all and (max-width: 991px) {
    .carousel-with-media-module {
        margin: 56px 0
    }

    .carousel-with-media-module-header {
        padding: 0 72px
    }

    .carousel-with-media-module-single-image-wrapper,
    .carousel-with-media-module-slider {
        margin-top: 24px
    }

    .carousel-with-media-module-slider {
        display: block;
        height: 481px;
        overflow: visible;
        width: 407px
    }

    .carousel-with-media-module-slide {
        border: 1px solid var(--border-weak);
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        transition: height .6s, margin-top .6s
    }

    .carousel-with-media-module-slide:not(.swiper-slide-active) {
        opacity: 1
    }

    .swiper-container-initialized .carousel-with-media-module-slide {
        height: 407px;
        margin-top: 37px
    }

    .carousel-with-media-module-slide.swiper-slide-active {
        height: 100%;
        margin-top: 0
    }

    .carousel-with-media-module-slide:after,
    .carousel-with-media-module-single-image-wrapper:after {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .8) 65%)
    }

    .carousel-with-media-module-single-image-wrapper {
        width: 100%;
        height: 481px
    }

    .carousel-with-media-module-content-wrapper-video,
    .carousel-with-media-module-content-wrapper-image-button {
        left: 32px;
        width: calc(100% - 64px)
    }

    .carousel-with-media-module-content-wrapper-video,
    .carousel-with-media-module-content-wrapper-image-button {
        top: 32px
    }

    .carousel-with-media-module-content-wrapper-image-button {
        transform: none
    }

    .carousel-with-media-module-video-play-icon {
        left: 32px;
        bottom: 32px
    }

    .carousel-with-media-module-video-player-video {
        width: 100%
    }

    .carousel-with-media-module-header-show-more-button {
        margin-top: 0
    }

    .carousel-with-media-module .component-popup-popup {
        width: 100%
    }

    body[dir=rtl] .carousel-with-media-module-content-wrapper-video,
    body[dir=rtl] .carousel-with-media-module-content-wrapper-image-button,
    body[dir=rtl] .carousel-with-media-module-video-play-icon {
        left: auto;
        right: 32px
    }

    body[dir=rtl] .carousel-with-media-module-slide:after,
    body[dir=rtl] .carousel-with-media-module-single-image-wrapper:after {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .8) 65%)
    }
}

@media all and (max-width: 767px) {
    .carousel-with-media-module-header {
        padding: 0
    }

    .carousel-with-media-module-video-player-wrapper {
        width: 95%
    }
}

@media all and (max-width: 575px) {
    .carousel-with-media-module-video-player-close {
        width: 16px;
        height: 16px
    }

    .carousel-with-media-module-slider {
        max-width: calc(100% - 16px);
        width: 375px
    }
}

.vertical-boxes-with-columns-module {
    margin: 120px 0
}

.vertical-boxes-with-columns-module-button-banner {
    margin-top: 32px
}

.vertical-boxes-with-columns-module-header-text p,
.vertical-boxes-with-columns-module-content-title p,
.vertical-boxes-with-columns-module-item-title p,
.vertical-boxes-with-columns-module-item-badge p,
.vertical-boxes-with-columns-module-mobile-first-column-header p {
    margin: 0
}

.vertical-boxes-with-columns-module-wrapper {
    background-color: var(--background-weak);
    border-radius: 16px
}

.vertical-boxes-with-columns-module-header-image-wrapper {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 654px;
    grid-auto-flow: column;
    overflow: hidden;
    border-radius: 16px
}

.vertical-boxes-with-columns-module-header {
    padding: 32px 0 32px 64px;
    width: calc(100% - 6px)
}

.vertical-boxes-with-columns-module-header-text {
    width: calc(100% - 48px)
}

.vertical-boxes-with-columns-module-image {
    height: 100%;
    object-fit: contain;
    width: 100%;
    object-position: right top
}

.vertical-boxes-with-columns-module-column-header-row {
    margin: 0 40px 8px
}

.vertical-boxes-with-columns-module-column-header-row:not(:first-child) {
    margin-top: 8px
}

.vertical-boxes-with-columns-module-column-header-row,
.vertical-boxes-with-columns-module-box {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 150px 293px 293px;
    grid-gap: 82px
}

.vertical-boxes-with-columns-module-column-header-row.two-columns,
.vertical-boxes-with-columns-module-box.two-columns {
    grid-template-columns: 150px 293px;
    grid-gap: 257px
}

.vertical-boxes-with-columns-module-box {
    padding: 32px 40px
}

.vertical-boxes-with-columns-module-column-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 16px
}

.vertical-boxes-with-columns-module-boxes-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin: 48px 64px 0
}

.vertical-boxes-with-columns-module-boxes-wrapper.banner-text-empty {
    margin-top: 0
}

.vertical-boxes-with-columns-module-box-wrapper {
    background-color: var(--base-white);
    border: 1px solid var(--border-weak);
    border-radius: 16px
}

.vertical-boxes-with-columns-module-box-wrapper:last-child {
    margin-bottom: 48px
}

.vertical-boxes-with-columns-module-content-wrapper {
    height: 100%
}

.vertical-boxes-with-columns-module-side-border {
    position: relative;
    padding-left: 16px
}

.vertical-boxes-with-columns-module-side-border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: var(--border-weak);
    border-radius: 8px
}

.vertical-boxes-with-columns-module-content-title {
    display: flex;
    flex-direction: column;
    color: var(--text-strong);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px
}

.vertical-boxes-with-columns-module-item-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .15px
}

.vertical-boxes-with-columns-module-item-wrapper {
    margin-top: 16px
}

.vertical-boxes-with-columns-module-badge-image-wrapper {
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    margin-top: 8px
}

.vertical-boxes-with-columns-module-item-image {
    height: 24px;
    width: 48px
}

.vertical-boxes-with-columns-module-item-badge {
    background-color: var(--base-white);
    color: var(--text-medium);
    border: .7px solid var(--border-weak);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 4px;
    letter-spacing: .1px
}

.vertical-boxes-with-columns-module-column-button-wrapper {
    display: flex;
    margin-top: 24px
}

.vertical-boxes-with-columns-module-item-dot {
    color: var(--text-medium)
}

.vertical-boxes-with-columns-module-button-column-box {
    margin-top: 24px
}

body[dir=rtl] .vertical-boxes-with-columns-module-item-dot-ar {
    display: block
}

body[dir=rtl] .vertical-boxes-with-columns-module-item-dot {
    display: none
}

body[dir=rtl] .vertical-boxes-with-columns-module-header {
    padding: 32px 64px 32px 0
}

body[dir=rtl] .vertical-boxes-with-columns-module-side-border {
    padding-left: 0;
    padding-right: 16px
}

body[dir=rtl] .vertical-boxes-with-columns-module-side-border:before {
    right: 0
}

@media (max-width: 1199px) {
    .vertical-boxes-with-columns-module-header-image-wrapper {
        grid-template-columns: 40% 60%
    }

    .vertical-boxes-with-columns-module-column-header-row,
    .vertical-boxes-with-columns-module-box {
        grid-template-columns: 150px 1fr 1fr
    }
}

@media (max-width: 991px) {
    .vertical-boxes-with-columns-module-container {
        padding: 0
    }

    .vertical-boxes-with-columns-module-wrapper {
        border-radius: 0
    }

    .vertical-boxes-with-columns-module-header-image-wrapper {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-gap: 0
    }

    .vertical-boxes-with-columns-module-image-col {
        order: -1
    }

    .vertical-boxes-with-columns-module-header {
        padding: 0 84px;
        width: 100%
    }

    .vertical-boxes-with-columns-module-button-banner {
        margin-top: 16px
    }

    .vertical-boxes-with-columns-module-box {
        padding: 24px;
        grid-gap: 32px;
        grid-template-columns: repeat(2, minmax(200px, 260px))
    }

    .vertical-boxes-with-columns-module-box.two-columns {
        grid-template-columns: 1fr;
        grid-gap: 0
    }

    .vertical-boxes-with-columns-module-boxes-wrapper {
        margin: 56px 84px 32px
    }

    .vertical-boxes-with-columns-module-boxes-wrapper.banner-text-empty {
        margin-top: 56px
    }

    .vertical-boxes-with-columns-module-mobile-first-column-header {
        font-size: 20px;
        line-height: 28px;
        padding: 24px 24px 0
    }

    .vertical-boxes-with-columns-module-column-content-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        grid-gap: 16px
    }

    .vertical-boxes-with-columns-module-column-content-wrapper:first-child {
        display: none
    }

    .vertical-boxes-with-columns-module-content-title {
        font-size: 16px;
        line-height: 24px
    }

    .vertical-boxes-with-columns-module-column-header {
        margin-bottom: 16px
    }

    .vertical-boxes-with-columns-module-button-column-box {
        margin-top: 16px
    }

    body[dir=rtl] .vertical-boxes-with-columns-module-header {
        padding: 0 84px
    }

    body[dir=rtl] .vertical-boxes-with-columns-module-image {
        object-position: left top
    }
}

@media (max-width: 767px) {
    .vertical-boxes-with-columns-module-header {
        padding: 0 12px
    }

    .vertical-boxes-with-columns-module-boxes-wrapper {
        margin: 56px 12px 32px
    }

    .vertical-boxes-with-columns-module-box {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-gap: 16px
    }

    .vertical-boxes-with-columns-module-content-wrapper {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 55px minmax(160px, 214px);
        grid-gap: 24px
    }

    .vertical-boxes-with-columns-module-content-wrapper.column-have-button {
        grid-auto-flow: row
    }

    .vertical-boxes-with-columns-module-button-column-box {
        width: fit-content;
        grid-column: 2;
        margin-top: 0
    }

    .vertical-boxes-with-columns-module-column-header {
        margin-bottom: 0
    }

    .vertical-boxes-with-columns-module-column-content-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .vertical-boxes-with-columns-module-button-two-column {
        margin-top: 16px
    }

    body[dir=rtl] .vertical-boxes-with-columns-module-header {
        padding: 0 12px
    }
}

.left-hover .centered-carousel-change-slide.prev,
.right-hover .centered-carousel-change-slide.next {
    opacity: 1
}

.centered-carousel-slider-element {
    width: 261px;
    padding: 24px;
    border-radius: 16px;
    background-color: var(--transparent-gray-55);
    color: var(--text-inverted);
    display: flex;
    flex-direction: column;
    grid-gap: 16px
}

.centered-carousel-change-slide {
    width: 31px;
    height: 32px;
    padding: 10px 8px;
    border-radius: 4px;
    background-color: var(--surface_active_primary-enabled);
    color: var(--base-white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 26px;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s
}

.centered-carousel-change-slide img {
    width: 24px;
    height: 24px;
    filter: brightness(100)
}

.centered-carousel-change-slide:hover {
    background-color: var(--surface_active_primary-hover)
}

.centered-carousel-change-slide.prev {
    transform: rotate(180deg)
}

.centered-carousel-change-slide.next {
    left: unset;
    right: 26px
}

.centered-carousel-change-slide:focus-visible {
    opacity: 1
}

.centered-carousel .swiper-slide {
    width: 261px
}

@media all and (min-width: 992px) {
    .centered-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
        opacity: .3
    }
}

body[dir=rtl] .left-hover .centered-carousel-change-slide.next {
    opacity: 1
}

body[dir=rtl] .left-hover .centered-carousel-change-slide.prev {
    opacity: 0
}

body[dir=rtl] .right-hover .centered-carousel-change-slide.prev {
    opacity: 1
}

body[dir=rtl] .right-hover .centered-carousel-change-slide.next {
    opacity: 0
}

body[dir=rtl] .centered-carousel-change-slide.prev {
    left: unset;
    right: 26px;
    transform: unset
}

body[dir=rtl] .centered-carousel-change-slide.next {
    transform: rotate(180deg);
    left: 26px;
    right: unset
}

.browser-mobile .centered-carousel-change-slide {
    display: none
}

.carousel-with-kv-on-black-boxes-module {
    margin: 120px 0
}

.carousel-with-kv-on-black-boxes-module-button {
    margin-top: 40px
}

.browser-mobile .carousel-with-kv-on-black-boxes-module-button,
.carousel-with-kv-on-black-boxes-module-button-mobile {
    display: none
}

.browser-mobile .carousel-with-kv-on-black-boxes-module-button-mobile,
.browser-mobile .carousel-with-kv-on-black-boxes-module-button-show-on-mobile {
    display: inline-block
}

.carousel-with-kv-on-black-boxes-module-wrapper {
    background-color: var(--surface-inverted);
    border-radius: 16px;
    padding: 64px 0;
    position: relative
}

.carousel-with-kv-on-black-boxes-module-header {
    margin: 0 0 40px;
    text-align: center
}

.carousel-with-kv-on-black-boxes-module-header,
.carousel-with-kv-on-black-boxes-module-button-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.carousel-with-kv-on-black-boxes-module-text {
    color: var(--text-disabled);
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px;
    max-width: 420px;
    text-align: center
}

.carousel-with-kv-on-black-boxes-module-text p {
    margin: 0
}

.carousel-with-kv-on-black-boxes-module-slider-element {
    height: 280px
}

.carousel-with-kv-on-black-boxes-module-slide-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: start;
    max-width: 644px;
    color: var(--text-inverted);
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.carousel-with-kv-on-black-boxes-module-slide-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    text-align: start;
    color: var(--text-disabled);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%
}

.carousel-with-kv-on-black-boxes-module-kv {
    height: 128px;
    max-height: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 16px;
    max-width: 100%
}

@media all and (max-width: 991px) {
    .carousel-with-kv-on-black-boxes-module {
        margin: 56px 0;
        padding: 48px 0
    }

    .carousel-with-kv-on-black-boxes-module-container {
        padding: 0
    }

    .carousel-with-kv-on-black-boxes-module-wrapper {
        border-radius: 0;
        padding: 48px 0
    }

    .carousel-with-kv-on-black-boxes-module-header {
        align-items: start;
        margin: 0 84px 24px;
        text-align: left
    }

    .carousel-with-kv-on-black-boxes-module-button-mobile {
        margin: 24px 84px 0
    }

    .carousel-with-kv-on-black-boxes-module-button-wrapper {
        align-items: start
    }

    .carousel-with-kv-on-black-boxes-module-text {
        max-width: unset;
        text-align: left
    }

    .carousel-with-kv-on-black-boxes-module-change-slide {
        display: none
    }

    .carousel-with-kv-on-black-boxes-module .swiper-container {
        padding-left: 80px
    }

    body[dir=rtl] .carousel-with-kv-on-black-boxes-module-header,
    body[dir=rtl] .carousel-with-kv-on-black-boxes-module-text {
        text-align: right
    }

    body[dir=rtl] .carousel-with-kv-on-black-boxes-module .swiper-container {
        padding-left: 0;
        padding-right: 80px
    }
}

@media all and (max-width: 767px) {
    .carousel-with-kv-on-black-boxes-module-header {
        margin: 0 16px 24px
    }

    .carousel-with-kv-on-black-boxes-module-button-mobile {
        margin: 24px 16px 0
    }

    .carousel-with-kv-on-black-boxes-module-button-wrapper {
        align-items: start
    }

    .carousel-with-kv-on-black-boxes-module-text {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px
    }

    .carousel-with-kv-on-black-boxes-module .swiper-container {
        padding-left: 16px
    }

    body[dir=rtl] .carousel-with-kv-on-black-boxes-module .swiper-container {
        padding-right: 16px
    }
}

.browser-mobile .qr-code-popup-open-button {
    display: none
}

.qr-code-popup-header {
    position: absolute;
    left: 215px
}

.qr-code-popup-header svg {
    width: 40px;
    height: auto
}

.qr-code-popup-content {
    text-align: center
}

.qr-code-popup-text {
    color: var(--text-medium);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px
}

.qr-code-popup-qr-code {
    padding: 22px;
    border: 1px solid var(--border-weak);
    border-radius: 16px
}

.qr-code-popup-break {
    margin: 24px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center
}

.qr-code-popup-break-line {
    height: 1px;
    width: 180px;
    background-color: var(--border-weak);
    display: block
}

.qr-code-popup-break-text {
    background: var(--base-white);
    padding: 0 16px;
    color: var(--text-medium);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .1px;
    text-align: center
}

.qr-code-popup-link {
    border: 1px solid var(--border-weak);
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 16px
}

.qr-code-popup-link:hover {
    cursor: pointer
}

.qr-code-popup-link:hover .qr-code-popup-link-cta {
    color: var(--surface_active_primary-hover)
}

.qr-code-popup-link-text {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px
}

.qr-code-popup-link-cta {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px
}

.qr-code-popup-spacer {
    height: 32px
}

.qr-code-popup .component-popup-content {
    overflow: initial
}

body[dir=rtl] .qr-code-popup-link-cta svg {
    transform: rotate(180deg)
}

.cards-in-box-with-kv-and-optional-popup-module {
    margin: 120px 0
}

.cards-in-box-with-kv-and-optional-popup-module-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.cards-in-box-with-kv-and-optional-popup-module-header {
    width: calc(100% - 96px)
}

.cards-in-box-with-kv-and-optional-popup-module-header-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-weak);
    letter-spacing: .15px
}

.cards-in-box-with-kv-and-optional-popup-module-header-text p {
    margin: 0
}

.cards-in-box-with-kv-and-optional-popup-module-header-buttons {
    margin-top: 40px
}

.cards-in-box-with-kv-and-optional-popup-module-cards-col {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease-out
}

.cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more-enabled {
    padding-bottom: 72px
}

.cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more-enabled:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 309px;
    background: linear-gradient(0deg, #ffffff 16.36%, rgba(255, 255, 255, 0) 100%)
}

.cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more:after {
    display: none
}

.cards-in-box-with-kv-and-optional-popup-module-content-button {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 5px
}

.cards-in-box-with-kv-and-optional-popup-module-content-button.more svg {
    transform: rotate(90deg)
}

.show-more-enabled>.cards-in-box-with-kv-and-optional-popup-module-content-button.more {
    display: inline-block
}

.show-more>.cards-in-box-with-kv-and-optional-popup-module-content-button.more {
    display: none
}

.cards-in-box-with-kv-and-optional-popup-module-content-button.less svg {
    transform: rotate(-90deg)
}

.show-more>.cards-in-box-with-kv-and-optional-popup-module-content-button.less {
    display: inline-block
}

.cards-in-box-with-kv-and-optional-popup-module-popup-card-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    grid-gap: 13px
}

.cards-in-box-with-kv-and-optional-popup-module-popup-card-wrapper img {
    width: 56px;
    height: 56px
}

.cards-in-box-with-kv-and-optional-popup-module-cards-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 24px
}

.cards-in-box-with-kv-and-optional-popup-module-card-image,
.cards-in-box-with-kv-and-optional-popup-module-popup-title-wrapper {
    width: 170px;
    height: 170px
}

.cards-in-box-with-kv-and-optional-popup-module-card-title,
.cards-in-box-with-kv-and-optional-popup-module-popup-card-title {
    font-size: 20px;
    color: var(--text-strong);
    font-weight: 700;
    line-height: 28px
}

.cards-in-box-with-kv-and-optional-popup-module-card-title {
    margin-top: 16px
}

.cards-in-box-with-kv-and-optional-popup-module-card-text,
.cards-in-box-with-kv-and-optional-popup-module-popup-card-text {
    color: var(--text-weak);
    font-weight: 400;
    letter-spacing: .15px
}

.cards-in-box-with-kv-and-optional-popup-module-card-text {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 133px
}

.cards-in-box-with-kv-and-optional-popup-module-popup-card-text {
    font-size: 14px;
    line-height: 20px
}

.cards-in-box-with-kv-and-optional-popup-module-popup-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--text-weak)
}

.cards-in-box-with-kv-and-optional-popup-module-popup-description p {
    margin-bottom: 0
}

.cards-in-box-with-kv-and-optional-popup-module-card-text-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 5px;
    margin-top: 6px
}

.cards-in-box-with-kv-and-optional-popup-module-card-text-icon-wrapper svg {
    width: 20px;
    height: 20px
}

.cards-in-box-with-kv-and-optional-popup-module-icon-url:focus-visible,
.cards-in-box-with-kv-and-optional-popup-module-popup-button:focus-visible {
    outline: 2px auto var(--surface_active_primary-enabled);
    box-shadow: unset
}

.cards-in-box-with-kv-and-optional-popup-module-icon-url {
    text-decoration: none;
    color: inherit
}

.cards-in-box-with-kv-and-optional-popup-module-card-dot {
    color: var(--text-weak)
}

.cards-in-box-with-kv-and-optional-popup-module-popup-button {
    margin-top: 16px
}

@media all and (max-width: 991px) {
    .cards-in-box-with-kv-and-optional-popup-module {
        margin: 56px 0
    }

    .cards-in-box-with-kv-and-optional-popup-module-header {
        width: 100%
    }

    .cards-in-box-with-kv-and-optional-popup-module-wrapper {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .cards-in-box-with-kv-and-optional-popup-module-header-buttons {
        margin-top: 16px
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-col {
        margin: 0 -12px;
        max-height: none;
        position: static;
        transition: none;
        display: block
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more-enabled {
        padding-bottom: 0
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more-enabled:after {
        content: none;
        display: none
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-col.show-more:after {
        display: none
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-wrapper {
        flex-wrap: nowrap;
        padding: 0 12px;
        overflow-x: scroll;
        box-sizing: border-box;
        -ms-overflow-style: none
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-wrapper::-webkit-scrollbar {
        display: none
    }

    .cards-in-box-with-kv-and-optional-popup-module-cards-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        width: 104px;
        pointer-events: none;
        right: 0;
        transition: opacity .3s;
        background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        height: var(--cards-in-box-with-kv-and-optional-popup-module-gradient-height);
        opacity: var(--cards-in-box-with-kv-and-optional-popup-module-gradient-opacity, 0)
    }

    .cards-in-box-with-kv-and-optional-popup-module-popup-description {
        white-space: normal
    }

    .cards-in-box-with-kv-and-optional-popup-module-card {
        display: inline-block
    }

    body[dir=rtl] .cards-in-box-with-kv-and-optional-popup-module-cards-wrapper:before {
        right: auto;
        left: 0;
        background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.retirement-plans-extended-calculator-module {
    margin: 120px auto 0;
    position: relative
}

.retirement-plans-extended-calculator-module-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px
}

.retirement-plans-extended-calculator-module p {
    margin: 0
}

.retirement-plans-extended-calculator-module-app {
    min-height: 500px;
    margin: 48px 0
}

.retirement-plans-extended-calculator-module-widget-wrapper {
    display: flex;
    column-gap: 27px
}

.retirement-plans-extended-calculator-module-calculator-wrapper {
    background: var(--gray-5);
    max-width: 360px;
    min-height: 500px;
    border-radius: 16px;
    padding: 8px 40px 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.retirement-plans-extended-calculator-module-calculator-switch {
    display: flex;
    margin-bottom: 16px
}

.retirement-plans-extended-calculator-module-calculator-switch-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--border-weak);
    width: 100%;
    color: var(--text-strong)
}

.retirement-plans-extended-calculator-module-calculator-switch-button-text {
    padding: 8px;
    border-radius: 8px
}

.retirement-plans-extended-calculator-module-calculator-switch-button-text:hover {
    background: var(--surface_active_secondary-hover)
}

.retirement-plans-extended-calculator-module-calculator-switch-button.active {
    color: var(--text-primary);
    border-bottom: 2px solid var(--border-active-primary-enabled);
    font-weight: 700
}

.retirement-plans-extended-calculator-module-calculator-switch-button.active .retirement-plans-extended-calculator-module-calculator-switch-button-text:hover {
    background: transparent
}

.retirement-plans-extended-calculator-module-calculator-input-wrapper {
    margin-bottom: 8px
}

.retirement-plans-extended-calculator-module-calculator-form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    text-align: left;
    color: var(--text-medium);
    margin-bottom: 8px;
    display: block
}

.retirement-plans-extended-calculator-module-calculator-input {
    border: 1px solid var(--border-weak);
    border-radius: 8px;
    background: var(--base-white);
    padding: 12px 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: start;
    color: var(--text-strong);
    width: 100%;
    margin-bottom: 8px
}

.retirement-plans-extended-calculator-module-calculator-input::placeholder {
    font-weight: 400;
    color: var(--text-disabled)
}

.retirement-plans-extended-calculator-module-calculator-input::-webkit-outer-spin-button,
.retirement-plans-extended-calculator-module-calculator-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.retirement-plans-extended-calculator-module-calculator-input[type=number] {
    -moz-appearance: textfield
}

.retirement-plans-extended-calculator-module-calculator-input:focus {
    border: 2px solid var(--gray-100);
    padding: 11px 14px
}

.retirement-plans-extended-calculator-module-calculator-input:hover {
    border-color: var(--gray-60)
}

.retirement-plans-extended-calculator-module-calculator-input.error {
    border: 1px solid var(--text-danger);
    padding: 12px 15px
}

.retirement-plans-extended-calculator-module-calculator-input-currency {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: var(--text-weak);
    position: absolute;
    top: 12px;
    right: 20px
}

.retirement-plans-extended-calculator-module-calculator-input-years {
    text-align: center
}

.retirement-plans-extended-calculator-module-calculator-input-years-button {
    position: absolute;
    top: 8px;
    cursor: pointer;
    border-radius: 100px;
    padding: 8px;
    display: flex
}

.retirement-plans-extended-calculator-module-calculator-input-years-button:hover {
    background: var(--surface_active_strong-hover)
}

.retirement-plans-extended-calculator-module-calculator-input-years-decrement {
    left: 8px
}

.retirement-plans-extended-calculator-module-calculator-input-years-increment {
    right: 8px
}

.retirement-plans-extended-calculator-module-calculator-input-warning {
    color: var(--text-danger);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .1px;
    text-align: start;
    display: flex;
    visibility: hidden;
    height: 24px
}

.retirement-plans-extended-calculator-module-calculator-input-warning.active {
    visibility: visible
}

.retirement-plans-extended-calculator-module-calculator-input-warning svg {
    margin-right: 4px;
    margin-top: -2px
}

.retirement-plans-extended-calculator-module-calculator-input-warning p {
    margin: 0
}

.retirement-plans-extended-calculator-module-calculator-period-switch-bar {
    width: 100%;
    background: var(--surface-secondary);
    border-radius: 80px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.retirement-plans-extended-calculator-module-calculator-period-switch-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    text-align: center;
    padding: 10px 6px;
    width: 50px;
    border-radius: 80px;
    color: var(--text-medium)
}

.retirement-plans-extended-calculator-module-calculator-period-switch-button:hover {
    background: var(--surface_active_secondary-hover)
}

.retirement-plans-extended-calculator-module-calculator-period-switch-button.active {
    background: var(--base-white);
    color: var(--text-strong);
    font-weight: 700
}

.retirement-plans-extended-calculator-module-calculator-footer {
    border-top: 1px solid var(--border-weak);
    padding-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px
}

.retirement-plans-extended-calculator-module-calculator-footer-element {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.retirement-plans-extended-calculator-module-calculator-footer-element-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: start;
    color: var(--text-primary)
}

.retirement-plans-extended-calculator-module-calculator-footer-element-tooltip {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    color: var(--text-medium);
    text-align: start
}

.retirement-plans-extended-calculator-module-calculator-footer-element-img {
    max-width: 100%
}

.retirement-plans-extended-calculator-module-calculator-footer-element p {
    margin: 0
}

.retirement-plans-extended-calculator-module-calculator-button {
    display: none
}

.retirement-plans-extended-calculator-module-chart {
    height: 100%
}

.retirement-plans-extended-calculator-module-chart-heading {
    display: flex;
    align-items: center;
    column-gap: 12px;
    height: 46px
}

.retirement-plans-extended-calculator-module-chart-heading-break {
    height: 20px;
    width: 1px;
    background: var(--border-weak)
}

.retirement-plans-extended-calculator-module-chart-heading-text,
.retirement-plans-extended-calculator-module-chart-heading-value {
    font-size: 14px;
    line-height: 20px;
    text-align: start
}

.retirement-plans-extended-calculator-module-chart-heading-text {
    color: var(--text-medium);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.retirement-plans-extended-calculator-module-chart-heading-text p {
    margin: 0
}

.retirement-plans-extended-calculator-module-chart-heading-value {
    color: var(--text-strong);
    font-weight: 700
}

.retirement-plans-extended-calculator-module-chart-wrapper-desktop {
    width: calc(100% - 360px);
    position: relative
}

.retirement-plans-extended-calculator-module-chart-bars-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 32px;
    padding-left: 32px;
    margin-right: 100px;
    height: 100%;
    position: relative;
    z-index: 1
}

.retirement-plans-extended-calculator-module-chart-axis {
    width: 100%;
    height: 1px;
    background: var(--border-weak);
    position: absolute;
    left: 0;
    bottom: 35%;
    display: block
}

.retirement-plans-extended-calculator-module-chart-axis.first {
    bottom: 70%
}

.retirement-plans-extended-calculator-module-chart-axis.last {
    bottom: 0
}

.retirement-plans-extended-calculator-module-chart-axis-text {
    position: absolute;
    color: var(--text-weak);
    text-align: end;
    width: 100%;
    bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    right: 0
}

.retirement-plans-extended-calculator-module-bar {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: var(--surface-success)
}

.retirement-plans-extended-calculator-module-bar-payment {
    background: var(--gray-50);
    color: var(--base-white);
    padding: 16px;
    transition: .7s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 16%;
    max-height: 65%
}

.retirement-plans-extended-calculator-module-bar-profit {
    background: var(--surface-success);
    color: var(--base-white);
    padding: 16px;
    transition: .7s
}

.retirement-plans-extended-calculator-module-bar-tax {
    border-radius: 16px 16px 0 0;
    border: solid 1px var(--border-weak);
    border-bottom-width: 0;
    background: var(--base-white);
    color: var(--text-danger);
    padding: 16px;
    transition: .7s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 16%
}

.retirement-plans-extended-calculator-module-bar-tax .retirement-plans-extended-calculator-module-bar-profit-title-wrapper {
    position: absolute;
    left: 16px;
    bottom: -62px;
    color: var(--base-white)
}

.retirement-plans-extended-calculator-module-bar-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 16px
}

.retirement-plans-extended-calculator-module-bar-title,
.retirement-plans-extended-calculator-module-bar-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: start
}

.retirement-plans-extended-calculator-module-bar-title p,
.retirement-plans-extended-calculator-module-bar-value p {
    margin: 0
}

.retirement-plans-extended-calculator-module-bar-value {
    font-weight: 700
}

.retirement-plans-extended-calculator-module-bar-value.profit {
    font-size: 24px;
    line-height: 32px
}

.retirement-plans-extended-calculator-module-button-desktop {
    display: flex;
    max-width: 360px
}

.browser-mobile .retirement-plans-extended-calculator-module-button-desktop,
.retirement-plans-extended-calculator-module-button-mobile {
    display: none
}

.browser-mobile .retirement-plans-extended-calculator-module-button-mobile,
.browser-mobile .retirement-plans-extended-calculator-module-button-show-on-mobile {
    display: flex
}

.retirement-plans-extended-calculator-module-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 50px
}

.retirement-plans-extended-calculator-module-disclaimer {
    max-width: calc(100% - 400px)
}

.retirement-plans-extended-calculator-module .badge-gray {
    background: var(--surface-secondary);
    border-color: var(--border-weak)
}

.retirement-plans-extended-calculator-module-badge {
    max-width: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.retirement-plans-extended-calculator-module-badge p {
    margin: 0
}

.retirement-plans-extended-calculator-module-badge.badge-gray {
    background: var(--surface-secondary);
    border-color: var(--border-weak)
}

.retirement-plans-extended-calculator-module-bottomsheet-footer,
.retirement-plans-extended-calculator-module-bottomsheet-heading {
    display: none
}

@media all and (max-width: 991px) {
    .retirement-plans-extended-calculator-module {
        margin: 56px 0
    }

    .retirement-plans-extended-calculator-module-wrapper {
        max-width: 558px;
        margin: 0 auto
    }

    .retirement-plans-extended-calculator-module-widget-wrapper {
        margin: 24px 0;
        display: flex;
        column-gap: 0
    }

    .retirement-plans-extended-calculator-module-app {
        margin-bottom: 24px
    }

    .retirement-plans-extended-calculator-module-app-isa {
        min-height: 565px
    }

    .retirement-plans-extended-calculator-module-calculator-switch-button-text:hover {
        background: transparent
    }

    .retirement-plans-extended-calculator-module-calculator-wrapper {
        padding: 8px 24px 24px;
        width: 100%;
        max-width: 100%
    }

    .retirement-plans-extended-calculator-module-calculator-button {
        display: inline-block
    }

    .retirement-plans-extended-calculator-module-calculator-button.disabled {
        pointer-events: none;
        opacity: .5
    }

    .retirement-plans-extended-calculator-module-calculator-footer {
        margin-bottom: 32px;
        margin-top: 24px
    }

    .retirement-plans-extended-calculator-module-calculator-period-switch-button {
        width: 100%
    }

    .retirement-plans-extended-calculator-module-calculator-period-switch-button:not(.active):hover {
        background: transparent
    }

    .retirement-plans-extended-calculator-module-chart-wrapper-desktop {
        display: none
    }

    .retirement-plans-extended-calculator-module-chart-bars-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        padding: 0 0 24px;
        max-width: 558px;
        margin: 0 auto;
        height: max-content;
        border-bottom: 1px solid var(--border-weak);
        z-index: 0
    }

    .retirement-plans-extended-calculator-module-chart-heading {
        display: block;
        height: unset
    }

    .retirement-plans-extended-calculator-module-chart-heading-break {
        display: none
    }

    .retirement-plans-extended-calculator-module-chart-description {
        margin-top: 8px
    }

    .retirement-plans-extended-calculator-module-chart-axis {
        display: none
    }

    .retirement-plans-extended-calculator-module-bar {
        height: 350px
    }

    .retirement-plans-extended-calculator-module-bar-value.profit {
        font-size: 20px;
        line-height: 28px
    }

    .retirement-plans-extended-calculator-module-bar-payment {
        padding: 10px 16px;
        bottom: 0;
        max-height: 200px;
        min-height: 66px
    }

    .retirement-plans-extended-calculator-module-bar-tax {
        min-height: 72px
    }

    .retirement-plans-extended-calculator-module-bar-tax .retirement-plans-extended-calculator-module-bar-profit-title-wrapper {
        bottom: -68px;
        height: 55px
    }

    .retirement-plans-extended-calculator-module-bottomsheet-heading {
        max-width: 558px;
        display: flex;
        align-items: flex-start;
        grid-gap: 24px;
        justify-content: space-between;
        flex-shrink: 1;
        margin: 0 auto 30px
    }

    .retirement-plans-extended-calculator-module-bottomsheet-heading-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: start;
        margin: 0
    }

    .retirement-plans-extended-calculator-module-bottomsheet-footer {
        display: block;
        max-width: 558px
    }

    .retirement-plans-extended-calculator-module-bottomsheet-footer .component-button {
        width: 100%
    }

    .retirement-plans-extended-calculator-module-button-desktop {
        display: none
    }

    .retirement-plans-extended-calculator-module-button-mobile {
        display: flex
    }

    .retirement-plans-extended-calculator-module-footer {
        justify-content: center;
        column-gap: unset
    }

    .retirement-plans-extended-calculator-module-disclaimer {
        max-width: 100%
    }

    .retirement-plans-extended-calculator-module .component-popup-gradient-bottom,
    .retirement-plans-extended-calculator-module .component-popup-gradient-top {
        display: none
    }
}

@media all and (orientation: landscape) {
    .retirement-plans-extended-calculator-module-bottomsheet-footer {
        margin: 0 auto
    }
}

@media all and (max-width: 575px) {
    .retirement-plans-extended-calculator-module-bar {
        height: 325px
    }

    .retirement-plans-extended-calculator-module-bar-payment {
        max-height: 175px
    }
}

.carousel-with-list-of-points-on-black-boxes-module {
    margin: 120px 0
}

.carousel-with-list-of-points-on-black-boxes-module.left-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.prev,
.carousel-with-list-of-points-on-black-boxes-module.right-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.next {
    opacity: 1
}

.carousel-with-list-of-points-on-black-boxes-module-wrapper {
    background-color: var(--surface-inverted);
    border-radius: 16px;
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.carousel-with-list-of-points-on-black-boxes-module-button-wrapper {
    margin: 40px 0 0
}

.carousel-with-list-of-points-on-black-boxes-module-text {
    max-width: 340px
}

.carousel-with-list-of-points-on-black-boxes-module-swiper {
    width: 788px;
    margin: 0 auto;
    overflow: visible
}

.carousel-with-list-of-points-on-black-boxes-module-carousel {
    position: relative
}

.carousel-with-list-of-points-on-black-boxes-module-slide-box {
    margin: 8px 0;
    padding: 24px 16px 0 0;
    border-top: 1px solid var(--gray-70);
    position: relative
}

.carousel-with-list-of-points-on-black-boxes-module-dot {
    width: 16px;
    height: 16px;
    background: var(--surface-inverted);
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -8px
}

.carousel-with-list-of-points-on-black-boxes-module-dot:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: var(--surface-buy);
    border-radius: 100%
}

.carousel-with-list-of-points-on-black-boxes-module-slide-heading {
    font-family: XTB Sans, Arial, Segoe UI, Helvetica Neue, -apple-system, system-ui, sans-serif;
    font-size: 88px;
    line-height: 103.13px;
    text-align: start;
    color: var(--text-inverted);
    margin-bottom: 8px
}

.carousel-with-list-of-points-on-black-boxes-module-slide-list {
    padding-left: 18px
}

.carousel-with-list-of-points-on-black-boxes-module-slide-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    text-align: start;
    color: var(--gray-30);
    margin-bottom: 8px;
    position: relative;
    list-style: none
}

.carousel-with-list-of-points-on-black-boxes-module-slide-list li:before {
    content: "";
    background: url(https://xas.scdn5.secure.raxcdn.com/build/check_circle_gray.37381153.svg);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -20px;
    top: 4px
}

.carousel-with-list-of-points-on-black-boxes-module-slide-list p {
    margin: 0
}

.carousel-with-list-of-points-on-black-boxes-module-swiper-slide {
    color: var(--base-white);
    pointer-events: none
}

.carousel-with-list-of-points-on-black-boxes-module-swiper-slide:last-child .carousel-with-list-of-points-on-black-boxes-module-slide-box {
    border-image: linear-gradient(to right, var(--gray-70) 0%, var(--gray-100) 80%) 1;
    border-width: 1px 0 0
}

.carousel-with-list-of-points-on-black-boxes-module-swiper-slide.swiper-slide-active,
.carousel-with-list-of-points-on-black-boxes-module-swiper-slide.swiper-slide-next {
    pointer-events: initial
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide {
    width: 31px;
    height: 32px;
    padding: 10px 8px;
    border-radius: 4px;
    background-color: var(--surface_active_primary-enabled);
    color: var(--base-white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 26px;
    top: calc(50% - 16px);
    z-index: 2;
    opacity: 0;
    transition: opacity .5s
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide img {
    width: 24px;
    height: 24px;
    filter: brightness(100)
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide:hover {
    background-color: var(--surface_active_primary-hover)
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide.prev {
    transform: rotateY(180deg)
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide.next {
    left: unset;
    right: 26px
}

.carousel-with-list-of-points-on-black-boxes-module-change-slide:focus-visible {
    opacity: 1
}

.carousel-with-list-of-points-on-black-boxes-module .swiper-slide {
    width: 394px
}

@media all and (min-width: 992px) {

    .carousel-with-list-of-points-on-black-boxes-module .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) .carousel-with-list-of-points-on-black-boxes-module-slide-heading,
    .carousel-with-list-of-points-on-black-boxes-module .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) .carousel-with-list-of-points-on-black-boxes-module-slide-list,
    .carousel-with-list-of-points-on-black-boxes-module .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) .carousel-with-list-of-points-on-black-boxes-module-dot:after {
        opacity: .3
    }
}

.carousel-with-list-of-points-on-black-boxes-module .swiper-button-disabled {
    display: none
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module.left-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.next {
    opacity: 1
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module.left-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.prev {
    opacity: 0
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module.right-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.prev {
    opacity: 1
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module.right-hover .carousel-with-list-of-points-on-black-boxes-module-change-slide.next {
    opacity: 0
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module .carousel-with-list-of-points-on-black-boxes-module-change-slide.next {
    right: unset;
    left: 26px;
    transform: rotate(180deg)
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module .carousel-with-list-of-points-on-black-boxes-module-change-slide.prev {
    left: unset;
    right: 26px;
    transform: rotate(0)
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-dot {
    left: unset;
    right: -6px
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-swiper-slide {
    color: var(--base-white)
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-swiper-slide:last-child .carousel-with-list-of-points-on-black-boxes-module-slide-box {
    border-image: linear-gradient(to right, var(--gray-100) 0%, var(--gray-70) 80%) 1
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-slide-box {
    padding: 24px 0 0 16px
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-slide-list {
    padding-right: 18px;
    padding-left: 0
}

body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-slide-list li:before {
    left: auto;
    right: -20px
}

@media all and (max-width: 991px) {
    .carousel-with-list-of-points-on-black-boxes-module {
        margin: 56px 0;
        padding: 48px 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-container {
        padding: 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-wrapper {
        border-radius: 0;
        padding: 48px 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-header {
        align-items: start;
        margin: 0 84px 24px;
        text-align: left
    }

    .carousel-with-list-of-points-on-black-boxes-module-button-wrapper {
        align-items: start;
        margin: 24px 84px 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-text {
        max-width: unset;
        font-size: 14px;
        line-height: 20px
    }

    .carousel-with-list-of-points-on-black-boxes-module-change-slide {
        display: none
    }

    .carousel-with-list-of-points-on-black-boxes-module-swiper {
        width: 90%
    }

    .carousel-with-list-of-points-on-black-boxes-module .swiper-container {
        padding-left: 80px;
        margin: 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-slide-list li {
        font-size: 14px
    }

    body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-header,
    body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module-text {
        text-align: right
    }

    body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module .swiper-container {
        padding-left: 0;
        padding-right: 80px
    }
}

@media all and (max-width: 767px) {
    .carousel-with-list-of-points-on-black-boxes-module-header {
        margin: 0 16px 24px
    }

    .carousel-with-list-of-points-on-black-boxes-module-button-wrapper {
        align-items: start;
        margin: 24px 16px 0
    }

    .carousel-with-list-of-points-on-black-boxes-module-swiper {
        width: 90%
    }

    .carousel-with-list-of-points-on-black-boxes-module .swiper-container {
        padding-left: 16px
    }

    body[dir=rtl] .carousel-with-list-of-points-on-black-boxes-module .swiper-container {
        padding-right: 16px
    }
}

@media all and (max-width: 575px) {
    .carousel-with-list-of-points-on-black-boxes-module-swiper {
        width: 353px
    }
}

@media all and (max-width: 360px) {
    .carousel-with-list-of-points-on-black-boxes-module-swiper {
        width: 300px
    }

    .carousel-with-list-of-points-on-black-boxes-module .swiper-container {
        padding-left: 16px
    }
}