.header-center-module {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 8px;
    text-align: center;
    margin-bottom: 40px
}

.header-center-module p {
    margin-bottom: 0
}

.header-sides-module {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 8px
}

.header-sides-module p {
    margin-bottom: 0
}

.text-module {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--text-weak);
    max-width: 100%;
    word-break: break-word
}

.text-module p {
    margin-bottom: 0
}

.white-text-module {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--gray-30)
}

.white-text-module p {
    margin-bottom: 0
}

.white-text-module a {
    color: var(--gray-30)
}

.white-text-module a:hover {
    color: var(--base-white)
}

.browser-mobile .button-desktop-module,
.button-mobile-module {
    display: none !important
}

.browser-mobile .button-mobile-module,
.browser-mobile .button-desktop-show-on-mobile-module {
    display: block !important
}

.button-inline-mobile-module {
    display: none !important
}

.browser-mobile .button-inline-mobile-module,
.browser-mobile .button-inline-desktop-show-on-mobile-module {
    display: inline-block !important
}

.description-module,
.disclaimer-module {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    color: var(--text-weak)
}

.description-module p,
.disclaimer-module p {
    margin: 0
}

.additional-info-module {
    display: block;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--border-weak);
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    letter-spacing: .15px;
    margin-top: 24px;
    color: var(--text-weak)
}

.additional-info-module p {
    margin-bottom: 0
}

.additional-info-module ul,
.additional-info-module ol {
    list-style-position: inside;
    padding: 0
}

.additional-info-module ul li,
.additional-info-module ol li {
    text-align: center
}

.nav-arrow-module {
    display: none;
    width: 80px;
    height: 40px;
    margin: 7px 0;
    position: absolute;
    pointer-events: none
}

.nav-arrow-module svg {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 15px;
    cursor: pointer;
    pointer-events: visible
}

.nav-arrow-module svg path {
    color: var(--gray-90)
}

.nav-arrow-left-module {
    background: linear-gradient(90deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.nav-arrow-left-module svg {
    transform: rotate(90deg);
    left: 0
}

.nav-arrow-right-module {
    background: linear-gradient(270deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%);
    right: 0
}

.nav-arrow-right-module svg {
    transform: rotate(270deg);
    right: 0
}

@media all and (max-width: 991px) {
    .header-center-module {
        margin-bottom: 24px
    }

    .additional-info-module {
        margin-top: 16px;
        text-align: initial;
        padding: 32px
    }

    .additional-info-module ul,
    .additional-info-module ol {
        list-style-position: inside;
        padding: 0
    }

    .additional-info-module ul li,
    .additional-info-module ol li {
        text-align: initial
    }
}

@media all and (max-width: 767px) {
    .header-sides-mobile-module {
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        text-align: initial
    }

    .text-module,
    .white-text-module {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px
    }
}

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

.black-box-elements-with-kv-module-wrapper {
    background: var(--surface-inverted);
    border-radius: 16px;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    overflow: hidden
}

.black-box-elements-with-kv-module-header {
    padding: 64px 48px
}

.black-box-elements-with-kv-module-highlights {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    width: 100%
}

.black-box-elements-with-kv-module-kv-image {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

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

    .black-box-elements-with-kv-module-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 24px;
        min-height: 0;
        padding: 48px 0
    }

    .black-box-elements-with-kv-module-header {
        padding: 0
    }

    .black-box-elements-with-kv-module-highlights {
        margin-top: 16px
    }

    .black-box-elements-with-kv-module-kv-image {
        height: auto;
        max-width: 100%;
        object-fit: none;
        object-position: center;
        width: auto
    }
}

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

    .black-box-elements-with-kv-module-highlights {
        display: flex;
        flex-direction: column;
        margin-top: 40px
    }

    .black-box-elements-with-kv-module-kv-image {
        margin: 0 auto
    }
}

.black-box-elements-with-rating-module {
    margin: 120px 0
}

.black-box-elements-with-rating-module-wrapper {
    background-color: var(--surface-inverted);
    border-radius: 16px;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 0
}

.black-box-elements-with-rating-module-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-gap: 48px;
    justify-content: center;
    padding: 64px 48px
}

.black-box-elements-with-rating-module-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.black-box-elements-with-rating-module-ratings {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 13px
}

.black-box-elements-with-rating-module-rating {
    background-color: var(--transparent-gray-55);
    border-radius: 8px;
    color: var(--text-inverted);
    padding: 16px
}

.black-box-elements-with-rating-module-rating svg {
    width: 32px;
    height: 32px
}

.black-box-elements-with-rating-module-stars {
    display: flex;
    flex-wrap: nowrap;
    margin: 32px 0 8px
}

.black-box-elements-with-rating-module-star {
    color: var(--gray-60);
    position: relative
}

.black-box-elements-with-rating-module-star svg {
    display: block;
    width: 24px;
    height: 24px
}

.black-box-elements-with-rating-module-star-inner {
    color: var(--yellow-50);
    left: auto;
    overflow: hidden;
    position: absolute;
    top: 0
}

.black-box-elements-with-rating-module-store {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 700;
    grid-gap: 8px;
    letter-spacing: .15px;
    line-height: 20px
}

.black-box-elements-with-rating-module-store-dot {
    border-radius: 50%;
    background-color: var(--gray-30);
    display: inline-block;
    height: 3px;
    width: 3px
}

.black-box-elements-with-rating-module-kv-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.black-box-elements-with-rating-module-kv {
    display: block;
    max-width: 100%
}

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

    .black-box-elements-with-rating-module-container {
        padding: 0
    }

    .black-box-elements-with-rating-module-wrapper {
        border-radius: 0;
        display: flex;
        flex-direction: column;
        padding: 48px 84px
    }

    .black-box-elements-with-rating-module-content {
        grid-gap: 24px;
        padding: 0
    }
}

@media all and (max-width: 767px) {
    .black-box-elements-with-rating-module-wrapper {
        padding: 48px 12px
    }
}

.black-box-list-with-elements-module {
    margin: 120px 0
}

.black-box-list-with-elements-module-wrapper {
    background: var(--surface-inverted);
    border-radius: 16px;
    padding: 80px 0;
    display: flex;
    align-items: center
}

.black-box-list-with-elements-module-left-col {
    padding: 0 96px;
    width: 50%
}

.black-box-list-with-elements-module-left-col-tag {
    margin-bottom: 8px
}

.black-box-list-with-elements-module-left-col-btn {
    margin-top: 40px
}

.black-box-list-with-elements-module-right-col {
    display: grid;
    grid-template-columns: repeat(2, 216px);
    grid-column-gap: 40px;
    grid-row-gap: 42px;
    margin: 0;
    width: fit-content
}

body[dir=rtl] .black-box-list-with-elements-module-right-col {
    padding: 0 42px 0 40px
}

@media all and (max-width: 1199px) {
    .black-box-list-with-elements-module-left-col {
        padding: 0 65px
    }

    .black-box-list-with-elements-module-right-col {
        grid-column-gap: 40px;
        grid-row-gap: 42px;
        margin: 0 auto
    }

    body[dir=rtl] .black-box-list-with-elements-module-right-col {
        padding: 0 0 0 26px
    }
}

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

    .black-box-list-with-elements-module-container {
        padding: 0
    }

    .black-box-list-with-elements-module-wrapper {
        flex-direction: column;
        padding: 48px 0;
        border-radius: 0
    }

    .black-box-list-with-elements-module-left-col {
        padding: 0 84px 48px;
        width: 100%
    }

    .black-box-list-with-elements-module-left-col-title {
        font-size: 32px;
        line-height: 42px
    }

    .black-box-list-with-elements-module-right-col {
        padding: 0 84px;
        width: 100%;
        grid-template-columns: repeat(2, 50%);
        grid-row-gap: 40px;
        grid-column-gap: 0
    }

    .black-box-list-with-elements-module-right-col-item {
        width: 216px
    }

    body[dir=rtl] .black-box-list-with-elements-module-right-col {
        padding: 0 84px
    }
}

@media all and (max-width: 767px) {
    .black-box-list-with-elements-module-left-col {
        padding: 0 40px 48px
    }

    .black-box-list-with-elements-module-right-col,
    body[dir=rtl] .black-box-list-with-elements-module-right-col {
        padding: 0 40px
    }
}

@media all and (max-width: 575px) {
    .black-box-list-with-elements-module-two-col-with-list {
        padding: 48px 0
    }

    .black-box-list-with-elements-module-left-col {
        padding: 0 16px 48px
    }

    .black-box-list-with-elements-module-right-col {
        padding: 0 16px;
        grid-template-columns: repeat(1, 216px)
    }

    body[dir=rtl] .black-box-list-with-elements-module-right-col {
        padding: 0 16px
    }
}

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

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

.boxes-on-black-box-with-kv-module-header {
    max-width: 752px;
    margin: 0 auto 64px
}

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

.boxes-on-black-box-with-kv-module-item {
    background-color: var(--transparent-gray-55);
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 32px
}

.boxes-on-black-box-with-kv-module-item-image-wrapper {
    height: 182px;
    margin: 0 0 24px
}

.boxes-on-black-box-with-kv-module-item-image {
    height: 100%;
    aspect-ratio: auto 324/182;
    object-fit: cover;
    object-position: top left
}

.boxes-on-black-box-with-kv-module-item-image-mobile {
    display: none
}

.boxes-on-black-box-with-kv-module-item-text {
    max-width: 300px
}

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

    .boxes-on-black-box-with-kv-module-wrapper {
        padding: 48px 0
    }

    .boxes-on-black-box-with-kv-module-header {
        margin: 0 auto 32px
    }

    .boxes-on-black-box-with-kv-module-items {
        grid-gap: 16px
    }
}

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

    .boxes-on-black-box-with-kv-module-items {
        display: flex;
        flex-direction: column
    }

    .boxes-on-black-box-with-kv-module-item-image {
        display: none
    }

    .boxes-on-black-box-with-kv-module-item-image-mobile {
        display: initial
    }
}

.boxes-with-checklist-module {
    margin: 120px 0;
    overflow: hidden
}

.boxes-with-checklist-module-wrapper {
    background: var(--gray-5);
    border-radius: 16px;
    overflow: hidden
}

.boxes-with-checklist-module-top {
    display: flex;
    grid-gap: 40px;
    padding: 0 0 0 64px
}

.boxes-with-checklist-module-header {
    flex-shrink: 0;
    padding: 32px 0;
    width: 398px
}

.boxes-with-checklist-module-header-buttons {
    margin-top: 40px
}

.boxes-with-checklist-module-kv {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.boxes-with-checklist-module-kv-image {
    max-width: 100%
}

.boxes-with-checklist-module-checklist-wrapper {
    padding: 24px 64px 72px
}

.boxes-with-checklist-module-checklist-wrapper.even {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr
}

.boxes-with-checklist-module-checklist {
    background: var(--base-white);
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    margin: 0 auto;
    max-width: 644px;
    padding: 16px 16px 16px 40px
}

.boxes-with-checklist-module-checklist.even {
    position: relative;
    width: 100%
}

.boxes-with-checklist-module-checklist.even:after {
    background: var(--green-10);
    border-radius: 8px;
    content: "";
    display: block;
    height: calc(100% - 32px);
    position: absolute;
    right: 16px;
    top: 16px;
    width: 112px;
    z-index: 0
}

.boxes-with-checklist-module-checklist-row {
    align-items: stretch;
    display: flex;
    grid-gap: 16px
}

.boxes-with-checklist-module-checklist-content,
.boxes-with-checklist-module-checklist-check {
    padding-bottom: 24px
}

.boxes-with-checklist-module-checklist-content.first,
.boxes-with-checklist-module-checklist-check.first {
    padding-top: 16px
}

.boxes-with-checklist-module-checklist-content.last,
.boxes-with-checklist-module-checklist-check.last {
    padding-bottom: 16px
}

.boxes-with-checklist-module-checklist-content {
    display: flex;
    grid-gap: 8px;
    width: 100%
}

.boxes-with-checklist-module-checklist-icon {
    flex-shrink: 0;
    line-height: 24px
}

.boxes-with-checklist-module-checklist-icon svg {
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    width: 16px
}

.boxes-with-checklist-module-checklist-title {
    color: var(--text-strong);
    font-size: 16px;
    line-height: 24px;
    width: 100%
}

.boxes-with-checklist-module-checklist-title p {
    margin: 0
}

.boxes-with-checklist-module-checklist-description {
    color: var(--text-weak);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px
}

.boxes-with-checklist-module-checklist-check {
    align-items: center;
    background: var(--green-10);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    width: 112px;
    z-index: 1
}

.boxes-with-checklist-module-checklist-check svg {
    height: 20px;
    width: 20px
}

.boxes-with-checklist-module-checklist-check.first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.boxes-with-checklist-module-checklist-check.last {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.boxes-with-checklist-module-bottom {
    padding: 0 64px
}

.boxes-with-checklist-module-bottom-title-wrapper {
    align-items: center;
    display: flex;
    grid-gap: 24px;
    margin-bottom: 40px
}

.boxes-with-checklist-module-bottom-title-wrapper:after,
.boxes-with-checklist-module-bottom-title-wrapper:before {
    background: var(--border-weak);
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.boxes-with-checklist-module-bottom-title {
    color: var(--text-weak);
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15px;
    line-height: 20px;
    max-width: 644px;
    text-align: center
}

.boxes-with-checklist-module-bottom-title p {
    margin: 0
}

.boxes-with-checklist-module-bottom-items {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr
}

.boxes-with-checklist-module-bottom-item {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 145px auto
}

.boxes-with-checklist-module-bottom-item-image-wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.boxes-with-checklist-module-bottom-item-image {
    max-width: 100%
}

.boxes-with-checklist-module-bottom-item-content {
    padding-bottom: 8px
}

.boxes-with-checklist-module-bottom-item-title {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .15px;
    line-height: 24px
}

.boxes-with-checklist-module-bottom-item-text {
    color: var(--text-weak);
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 20px
}

.boxes-with-checklist-module-bottom-item-text p {
    margin: 0
}

.boxes-with-checklist-module-bottom-item-text:not(:last-child) {
    margin-bottom: 8px
}

body[dir=rtl] .boxes-with-checklist-module-top {
    padding: 0 64px 0 0
}

body[dir=rtl] .boxes-with-checklist-module-checklist {
    padding: 16px 40px 16px 16px
}

body[dir=rtl] .boxes-with-checklist-module-checklist.even:after {
    left: 16px;
    right: unset
}

@media all and (max-width: 991px) {
    .boxes-with-checklist-module {
        background: var(--gray-5);
        margin: 56px 0;
        padding: 0 72px
    }

    .boxes-with-checklist-module-wrapper {
        overflow: initial;
        padding-bottom: 48px
    }

    .boxes-with-checklist-module-top {
        padding: 0
    }

    .boxes-with-checklist-module-header {
        width: 100%;
        padding: 0
    }

    .boxes-with-checklist-module-header-buttons {
        margin-top: 24px
    }

    .boxes-with-checklist-module-header-buttons .boxes-with-checklist-module-button,
    .boxes-with-checklist-module-header-buttons .boxes-with-checklist-module-button-mobile {
        width: 100%
    }

    .boxes-with-checklist-module-kv {
        margin: 0 -84px;
        width: auto
    }

    .boxes-with-checklist-module-checklist-wrapper {
        padding: 24px 0 0
    }

    .boxes-with-checklist-module-checklist-wrapper.even {
        display: flex;
        flex-direction: column;
        grid-gap: 8px
    }

    .boxes-with-checklist-module-checklist {
        max-width: none;
        padding: 16px 24px
    }

    .boxes-with-checklist-module-checklist.even:after {
        display: none
    }

    .boxes-with-checklist-module-checklist-check {
        width: 64px
    }

    .boxes-with-checklist-module-bottom {
        padding: 64px 0 0
    }

    .boxes-with-checklist-module-bottom-title-wrapper {
        margin: 0 -84px 32px
    }

    .boxes-with-checklist-module-bottom-title {
        max-width: calc(100% - 216px)
    }

    .boxes-with-checklist-module-bottom-items {
        display: flex;
        flex-direction: column;
        grid-gap: 24px;
        margin: 0 -84px 0 0
    }

    .boxes-with-checklist-module-bottom-item {
        display: grid;
        grid-gap: 23.5%;
        grid-template-columns: 35.5% 41%
    }

    .boxes-with-checklist-module-bottom-item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0
    }

    .boxes-with-checklist-module-bottom-item-image-wrapper {
        align-items: center;
        justify-content: flex-end
    }

    body[dir=rtl] .boxes-with-checklist-module-top {
        padding: 0
    }

    body[dir=rtl] .boxes-with-checklist-module-checklist {
        padding: 16px 24px
    }

    body[dir=rtl] .boxes-with-checklist-module-bottom-items {
        margin: 0 0 0 -84px
    }
}

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

    .boxes-with-checklist-module-kv {
        margin: 0 -12px
    }

    .boxes-with-checklist-module-bottom-title-wrapper {
        margin: 0 -12px 32px
    }

    .boxes-with-checklist-module-bottom-title {
        max-width: calc(100% - 48px)
    }

    .boxes-with-checklist-module-bottom-items {
        margin: 0 -12px 0 0
    }

    body[dir=rtl] .boxes-with-checklist-module-top {
        padding: 0
    }

    body[dir=rtl] .boxes-with-checklist-module-checklist {
        padding: 16px 24px
    }

    body[dir=rtl] .boxes-with-checklist-module-bottom-items {
        margin: 0 0 0 -12px
    }
}

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

.boxes-with-icon-module-header {
    margin: 0 auto 48px;
    max-width: 795px
}

.boxes-with-icon-module-button-mobile,
.boxes-with-icon-module-button-desktop,
.boxes-with-icon-module-button-show-on-mobile {
    margin: 32px auto 0;
    width: fit-content;
    display: block
}

.boxes-with-icon-module-items-wrapper {
    display: grid;
    grid-gap: 24px
}

.boxes-with-icon-module-items-wrapper-2,
.boxes-with-icon-module-items-wrapper-4 {
    grid-template-columns: 1fr 1fr
}

.boxes-with-icon-module-items-wrapper-3,
.boxes-with-icon-module-items-wrapper-6,
.boxes-with-icon-module-items-wrapper-9 {
    grid-template-columns: 1fr 1fr 1fr
}

.boxes-with-icon-module-items-wrapper-5,
.boxes-with-icon-module-items-wrapper-7,
.boxes-with-icon-module-items-wrapper-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

.boxes-with-icon-module-items-wrapper-5 .component-tile,
.boxes-with-icon-module-items-wrapper-7 .component-tile {
    grid-column: span 2
}

.boxes-with-icon-module-items-wrapper-5 .component-tile:nth-child(n+4),
.boxes-with-icon-module-items-wrapper-7 .component-tile:nth-child(n+4) {
    grid-column: span 3
}

.boxes-with-icon-module-items-wrapper-8 .component-tile {
    grid-column: span 2
}

.boxes-with-icon-module-items-wrapper-8 .component-tile:nth-child(n+7) {
    grid-column: span 3
}

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

    .boxes-with-icon-module-header {
        margin: 0 auto 32px
    }

    .boxes-with-icon-module-items-wrapper {
        grid-gap: 16px;
        grid-template-columns: none
    }

    .boxes-with-icon-module-items-wrapper-5 .component-tile,
    .boxes-with-icon-module-items-wrapper-7 .component-tile {
        grid-column: auto
    }

    .boxes-with-icon-module-items-wrapper-5 .component-tile:nth-child(n+4),
    .boxes-with-icon-module-items-wrapper-7 .component-tile:nth-child(n+4) {
        grid-column: auto
    }

    .boxes-with-icon-module-items-wrapper-8 .component-tile {
        grid-column: auto
    }

    .boxes-with-icon-module-items-wrapper-8 .component-tile:nth-child(n+7) {
        grid-column: auto
    }
}

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

.boxes-with-scroll-animation-and-kv-module {
    margin: 120px 0
}

.boxes-with-scroll-animation-and-kv-module-container {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.boxes-with-scroll-animation-and-kv-module-items {
    width: calc(100% - 120px)
}

.boxes-with-scroll-animation-and-kv-module-item {
    min-height: 315px;
    opacity: .1;
    padding-bottom: 208px;
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    justify-content: center
}

.boxes-with-scroll-animation-and-kv-module-item.active {
    opacity: 1
}

.boxes-with-scroll-animation-and-kv-module-item:first-child {
    height: 544px;
    padding: 0
}

.boxes-with-scroll-animation-and-kv-module-text {
    opacity: 0;
    transition: opacity .3s
}

.active>.boxes-with-scroll-animation-and-kv-module-text {
    opacity: 1
}

.boxes-with-scroll-animation-and-kv-module-images-wrapper {
    height: 544px;
    overflow: hidden;
    position: sticky
}

.boxes-with-scroll-animation-and-kv-module-image {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    transition: opacity .3s
}

.boxes-with-scroll-animation-and-kv-module-image.active {
    opacity: 1
}

.boxes-with-scroll-animation-and-kv-module-image-mobile-wrapper {
    display: none
}

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

    .boxes-with-scroll-animation-and-kv-module-container {
        display: block
    }

    .boxes-with-scroll-animation-and-kv-module-items {
        display: flex;
        flex-direction: column;
        grid-gap: 64px;
        width: 100%
    }

    .boxes-with-scroll-animation-and-kv-module-item {
        min-height: unset;
        opacity: 1;
        padding: 0
    }

    .boxes-with-scroll-animation-and-kv-module-item:first-child {
        height: auto
    }

    .boxes-with-scroll-animation-and-kv-module-text {
        opacity: 1
    }

    .boxes-with-scroll-animation-and-kv-module-images-wrapper {
        display: none
    }

    .boxes-with-scroll-animation-and-kv-module-image-mobile-wrapper {
        border-radius: 16px;
        display: block;
        height: 343px;
        margin: 24px 0 0
    }

    .boxes-with-scroll-animation-and-kv-module-image-mobile {
        height: 100%;
        object-fit: contain;
        object-position: center;
        width: 100%
    }
}

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

    .boxes-with-scroll-animation-and-kv-module-image-mobile-wrapper {
        height: auto
    }
}

.dropdown-list-in-boxes-with-icon-module {
    margin: 120px 0
}

.dropdown-list-in-boxes-with-icon-module-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.dropdown-list-in-boxes-with-icon-module-header {
    width: calc(100% - 96px)
}

.dropdown-list-in-boxes-with-icon-module-header-buttons {
    margin-top: 40px
}

.dropdown-list-in-boxes-with-icon-module-accordion-item {
    margin: 0 0 32px
}

.dropdown-list-in-boxes-with-icon-module-accordion-item:last-child {
    margin-bottom: 0
}

.dropdown-list-in-boxes-with-icon-module-accordion-title {
    margin: 0
}

.dropdown-list-in-boxes-with-icon-module-accordion-button {
    color: var(--on-surface_strong-enabled);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    grid-gap: 8px;
    line-height: 24px;
    padding: 8px 0;
    text-align: initial
}

.dropdown-list-in-boxes-with-icon-module-accordion-arrow {
    margin-top: -2px
}

.dropdown-list-in-boxes-with-icon-module-accordion-box {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    padding: 24px;
    margin: 0 0 8px
}

.dropdown-list-in-boxes-with-icon-module-accordion-box:first-child {
    margin-top: 16px
}

.dropdown-list-in-boxes-with-icon-module-accordion-box:last-child {
    margin-bottom: 0
}

.dropdown-list-in-boxes-with-icon-module-accordion-box-title {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 8px
}

.dropdown-list-in-boxes-with-icon-module-accordion-box-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr
}

.dropdown-list-in-boxes-with-icon-module-description-list {
    margin: 0
}

.dropdown-list-in-boxes-with-icon-module-description-term {
    color: var(--text-weak);
    font-size: 12px;
    font-weight: 400;
    grid-column: 1;
    line-height: 16px;
    letter-spacing: .1px;
    margin: 0
}

.dropdown-list-in-boxes-with-icon-module-description-details {
    font-size: 14px;
    font-weight: 700;
    grid-column: 2;
    grid-gap: 4px;
    line-height: 20px;
    letter-spacing: .15px;
    margin: 0
}

.dropdown-list-in-boxes-with-icon-module-description-details-icon {
    margin: 2px 0 0;
    vertical-align: top
}

.dropdown-list-in-boxes-with-icon-module-disclaimer {
    color: var(--text-weak);
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 16px;
    margin: 0
}

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

    .dropdown-list-in-boxes-with-icon-module-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 24px
    }

    .dropdown-list-in-boxes-with-icon-module-header {
        width: 100%
    }

    .dropdown-list-in-boxes-with-icon-module-header-buttons {
        margin-top: 0
    }

    .dropdown-list-in-boxes-with-icon-module-accordion-box {
        padding: 16px 24px
    }
}

@media all and (max-width: 767px) {
    .dropdown-list-in-boxes-with-icon-module {
        padding: 0
    }
}

.dropdown-tabs-info-module-accordion {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
    padding: 56px 0 0;
    width: calc(100% - 64px)
}

.dropdown-tabs-info-module-accordion-button {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px;
    padding: 0;
    white-space: nowrap;
    text-align: initial;
    border-radius: 9px
}

.dropdown-tabs-info-module-accordion-button svg {
    margin: -2px 0 0 4px
}

.dropdown-tabs-info-module-accordion-button-text {
    white-space: normal
}

.dropdown-tabs-info-module-accordion-collapse {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-gap: 16px
}

.dropdown-tabs-info-module-accordion-collapse p:first-child {
    padding-top: 8px
}

.dropdown-tabs-info-module-accordion-collapse p:last-of-type {
    margin: 0
}

.dropdown-tabs-info-module-accordion-collapse a:focus-visible {
    box-shadow: none;
    outline-offset: -2px;
    outline-color: var(--surface_active_primary-enabled)
}

body[dir=rtl] .dropdown-tabs-info-module-accordion-button svg {
    margin: -2px 4px 0 0
}

@media all and (max-width: 991px) {
    .dropdown-tabs-info-module-accordion {
        padding: 0;
        width: 100%
    }
}

.education-module {
    margin: 120px 0
}

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

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

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

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

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

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

    .education-module-questions {
        grid-gap: 16px;
        grid-template-columns: none
    }
}

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

.header-classic-module {
    padding: 120px 0;
    margin: 0 0 -120px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex
}

.header-classic-module-wrapper {
    max-width: 750px;
    margin: auto;
    text-align: center
}

.header-classic-module-tags {
    display: flex;
    grid-gap: 8px;
    flex-wrap: wrap;
    justify-content: center
}

.header-classic-module-tags svg {
    fill: none
}

.header-classic-module-description {
    max-width: 750px
}

.header-classic-module-button {
    margin: 24px 0 0
}

.header-classic-module-button-hide-on-desktop {
    display: none
}

.header-classic-module-image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%
}

@media all and (max-width: 991px) {
    .header-classic-module {
        padding: 56px 0;
        margin: 0 0 -56px;
        display: block;
        min-height: unset
    }

    .header-classic-module-button {
        margin: 16px 0 0
    }

    .header-classic-module-image {
        margin: 16px auto 0;
        max-width: 100%;
        position: unset;
        z-index: 0;
        top: unset;
        left: unset;
        transform: unset;
        max-height: unset
    }
}

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

    .header-classic-module .button-desktop-show-on-mobile-module,
    .header-classic-module .button-mobile-module {
        width: 100%;
        display: inline-grid !important
    }
}

.header-horizontal-module {
    padding: 32px 0 0;
    border-bottom: 1px solid var(--border-weak, rgba(12, 41, 69, .1));
    background: linear-gradient(0deg, rgba(243, 243, 244, .92) -6.02%, #ffffff 112.56%)
}

.header-horizontal-module-content {
    grid-gap: 16px;
    margin: 0 auto 48px;
    max-width: 752px;
    padding: 0 12px
}

.header-horizontal-module-tags {
    display: flex;
    grid-gap: 8px;
    flex-wrap: wrap;
    justify-content: center
}

.header-horizontal-module-text {
    color: var(--text-medium);
    max-width: 530px
}

.header-horizontal-module-button {
    margin: 16px 0 0
}

.header-horizontal-module-button-hide-on-desktop {
    display: none
}

.header-horizontal-module-kv {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media all and (max-width: 991px) {
    .header-horizontal-module-container {
        margin: 0 auto 32px;
        padding: 0 84px
    }

    .header-horizontal-module-title {
        font-size: 40px;
        line-height: 48px
    }

    .header-horizontal-module-text {
        max-width: none
    }

    .header-horizontal-module-button {
        margin: 8px 0 0
    }
}

@media all and (max-width: 767px) {
    .header-horizontal-module-container {
        padding: 0 12px
    }
}

.header-left-right-module {
    margin: 48px 0 120px
}

.header-left-right-module-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr
}

.header-left-right-module-content {
    justify-content: center
}

.header-left-right-module-text {
    max-width: 340px
}

.header-left-right-module-buttons {
    display: flex;
    grid-gap: 8px;
    margin: 32px 0 0
}

.header-left-right-module-image-wrapper {
    margin: 0 auto
}

.header-left-right-module-image-wrapper svg {
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

.header-left-right-module-image {
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

@media all and (max-width: 991px) {
    .header-left-right-module {
        margin: 32px 0 56px;
        padding: 0 72px
    }

    .header-left-right-module-wrapper {
        grid-gap: 32px;
        grid-template-columns: none;
        grid-template-rows: auto auto
    }

    .header-left-right-module-content {
        align-items: center;
        text-align: center
    }

    .header-left-right-module-buttons {
        flex-direction: column;
        margin: 16px 0 0
    }
}

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

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

.horizontal-boxes-with-kv-module-header-group {
    margin-bottom: 40px;
    text-align: center
}

.horizontal-boxes-with-kv-module-header-group p {
    margin-bottom: 0
}

.horizontal-boxes-with-kv-module-text {
    max-width: 700px
}

.horizontal-boxes-with-kv-module-content-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px
}

.horizontal-boxes-with-kv-module-content-item {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    padding: 0 0 32px
}

.horizontal-boxes-with-kv-module-content-item-large {
    grid-column-start: span 2
}

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

.horizontal-boxes-with-kv-module-content-item-image-desktop {
    display: block;
    width: 100%;
    height: 184px;
    margin-bottom: 24px;
    object-fit: cover;
    border-radius: 16px 16px 0 0
}

.horizontal-boxes-with-kv-module-content-item-title {
    font-size: 20px;
    line-height: 28px;
    color: var(--text-strong);
    margin-bottom: 8px;
    padding: 0 24px
}

.horizontal-boxes-with-kv-module-content-item-large .horizontal-boxes-with-kv-module-content-item-title {
    font-size: 32px;
    line-height: 42px
}

.horizontal-boxes-with-kv-module-content-item-text {
    padding: 0 24px
}

.horizontal-boxes-with-kv-module-button {
    margin: 48px auto 0;
    display: block;
    width: max-content;
    max-width: 100%
}

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

    .horizontal-boxes-with-kv-module-header-group {
        margin-bottom: 24px
    }

    .horizontal-boxes-with-kv-module-content-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px
    }

    .horizontal-boxes-with-kv-module-content-item-large {
        grid-column-start: span 2
    }

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

    .horizontal-boxes-with-kv-module-content-item-image-mobile {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        object-fit: cover;
        aspect-ratio: 1.68/1;
        border-radius: 16px 16px 0 0
    }

    .horizontal-boxes-with-kv-module-content-item-image-desktop {
        display: none
    }
}

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

    .horizontal-boxes-with-kv-module-content-group {
        display: flex;
        flex-direction: column
    }

    .horizontal-boxes-with-kv-module-content-item-large .horizontal-boxes-with-kv-module-content-item-title {
        font-size: 20px;
        line-height: 28px
    }

    .horizontal-boxes-with-kv-module-content-item-image-mobile {
        aspect-ratio: 1.97/1
    }

    .horizontal-boxes-with-kv-module-button {
        margin: 32px auto 0
    }
}

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

.icons-on-black-box-with-kv-module-flex-row {
    align-items: center;
    background: var(--surface-inverted);
    border-radius: 16px;
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden
}

.icons-on-black-box-with-kv-module-left-col {
    padding: 48px
}

.icons-on-black-box-with-kv-module-right-col {
    padding: 0 0 0 24px;
    height: 480px
}

.icons-on-black-box-with-kv-module-tag,
.icons-on-black-box-with-kv-module-heading {
    margin-bottom: 8px
}

.icons-on-black-box-with-kv-module-row-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--base-white);
    margin-top: 48px
}

.icons-on-black-box-with-kv-module-icon {
    width: 24px;
    height: 24px
}

.icons-on-black-box-with-kv-module-icon-subtitle-box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.icons-on-black-box-with-kv-module-icon-subtitle-box:not(:last-of-type) {
    margin-right: 40px
}

.icons-on-black-box-with-kv-module-image {
    height: 100%;
    aspect-ratio: auto 853/480;
    object-fit: contain;
    width: 100%;
    object-position: right bottom
}

.icons-on-black-box-with-kv-module-caption-icon {
    margin-top: 8px
}

.icons-on-black-box-with-kv-module-caption-icon p {
    margin: 0
}

body[dir=rtl] .icons-on-black-box-with-kv-module-right-col {
    padding: 0 24px 0 0
}

body[dir=rtl] .icons-on-black-box-with-kv-module-image {
    object-position: left bottom
}

body[dir=rtl] .icons-on-black-box-with-kv-module-icon-subtitle-box {
    margin-right: 0
}

body[dir=rtl] .icons-on-black-box-with-kv-module-icon-subtitle-box:not(:last-of-type) {
    margin-left: 40px
}

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

    .icons-on-black-box-with-kv-module-flex-row {
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 1;
        border-radius: 0
    }

    .icons-on-black-box-with-kv-module-left-col,
    .icons-on-black-box-with-kv-module-right-col {
        width: 100%
    }

    .icons-on-black-box-with-kv-module-left-col {
        padding: 48px 0 24px
    }

    .icons-on-black-box-with-kv-module-right-col {
        padding: 0 0 16px;
        height: auto;
        width: 100%
    }

    .icons-on-black-box-with-kv-module-tag,
    .icons-on-black-box-with-kv-module-heading,
    .icons-on-black-box-with-kv-module-paragraph {
        text-align: center;
        max-width: 600px
    }

    .icons-on-black-box-with-kv-module-paragraph {
        margin: 0 auto
    }

    .icons-on-black-box-with-kv-module-tag,
    .icons-on-black-box-with-kv-module-heading {
        margin: 0 auto 8px
    }

    .icons-on-black-box-with-kv-module-row-icons {
        justify-content: center;
        margin-top: 24px
    }

    .icons-on-black-box-with-kv-module-image {
        height: auto;
        aspect-ratio: auto 343/192;
        margin: 0 auto;
        max-width: 100%;
        object-fit: unset;
        width: 343px
    }

    body[dir=rtl] .icons-on-black-box-with-kv-module-right-col {
        padding: 0 0 16px
    }
}

.info-list-with-icons-in-tabs-module {
    margin: 120px 0
}

.info-list-with-icons-in-tabs-module-header {
    margin: 0 auto 24px;
    width: 558px
}

.info-list-with-icons-in-tabs-module-nav-wrapper {
    margin: 0 -12px;
    overflow: scroll;
    padding: 0 12px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.info-list-with-icons-in-tabs-module-nav-wrapper::-webkit-scrollbar {
    display: none
}

.info-list-with-icons-in-tabs-module-nav {
    background: var(--surface-medium);
    border-radius: 4px;
    display: flex;
    list-style: none;
    margin: 0 auto 48px;
    padding: 4px;
    width: fit-content;
    column-gap: 4px
}

.info-list-with-icons-in-tabs-module-nav-button {
    border-radius: 2px;
    color: var(--text-weak);
    font-size: 16px;
    height: 100%;
    letter-spacing: .15px;
    line-height: 24px;
    padding: 8px 16px;
    transition: color .3s, background-color .3s
}

.info-list-with-icons-in-tabs-module-nav-button.active {
    background-color: var(--base-white);
    color: var(--text-strong);
    font-weight: 700
}

.info-list-with-icons-in-tabs-module-tab-icons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
    justify-content: center;
    margin: 0 0 32px
}

.info-list-with-icons-in-tabs-module-tab-title {
    color: var(--text-strong);
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 16px;
    text-align: center;
    width: 558px
}

.info-list-with-icons-in-tabs-module-tab-text {
    margin: 0 auto 32px;
    text-align: center;
    width: 430px
}

.info-list-with-icons-in-tabs-module-tab-tags {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    justify-content: center;
    margin: 0 0 48px
}

.info-list-with-icons-in-tabs-module-tab-fees {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    justify-content: center;
    margin: 0 auto;
    width: 946px
}

.info-list-with-icons-in-tabs-module-tab-fee {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    display: flex;
    grid-gap: 40px;
    padding: 32px 24px;
    margin: 0;
    width: 461px
}

.info-list-with-icons-in-tabs-module-tab-fee-term {
    align-items: start;
    color: var(--text-weak);
    display: flex;
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 400;
    grid-gap: 16px;
    letter-spacing: .15px;
    line-height: 24px
}

.info-list-with-icons-in-tabs-module-tab-fee-icon {
    color: #000
}

.info-list-with-icons-in-tabs-module-tab-fee-details {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .15px;
    line-height: 24px;
    margin: 0
}

.info-list-with-icons-in-tabs-module-tab-disclaimer-wrapper {
    text-align: center
}

.info-list-with-icons-in-tabs-module-tab-disclaimer {
    color: var(--text-weak);
    margin: 40px auto 0;
    max-width: 946px;
    width: fit-content
}

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

    .info-list-with-icons-in-tabs-module-header {
        width: auto
    }

    .info-list-with-icons-in-tabs-module-nav-wrapper {
        margin: 0 -84px;
        padding: 0 84px
    }

    .info-list-with-icons-in-tabs-module-nav {
        margin: 0 auto 32px;
        white-space: nowrap
    }

    .info-list-with-icons-in-tabs-module-tab-icons {
        grid-gap: 16px;
        margin: 0 0 24px
    }

    .info-list-with-icons-in-tabs-module-tab-icon {
        height: 64px
    }

    .info-list-with-icons-in-tabs-module-tab-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 16px;
        width: 100%
    }

    .info-list-with-icons-in-tabs-module-tab-text {
        margin: 0 auto 24px;
        width: 270px
    }

    .info-list-with-icons-in-tabs-module-tab-tags {
        margin: 0 0 32px
    }

    .info-list-with-icons-in-tabs-module-tab-fees {
        width: 100%
    }

    .info-list-with-icons-in-tabs-module-tab-fee {
        padding: 24px 16px;
        width: 100%
    }

    .info-list-with-icons-in-tabs-module-tab-disclaimer {
        margin: 32px auto 0;
        max-width: 100%
    }
}

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

    .info-list-with-icons-in-tabs-module-nav-wrapper {
        margin: 0 -12px;
        padding: 0 12px
    }

    .info-list-with-icons-in-tabs-module-tooltip .tooltip-inner {
        max-width: calc(100% - 24px)
    }
}

.info-list-module {
    margin: 120px auto 0
}

.info-list-module-header {
    margin: 0 auto 24px;
    text-align: center
}

.info-list-module-wrapper {
    max-width: 558px;
    margin: 0 auto
}

.info-list-module-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
    white-space: nowrap
}

.info-list-module-nav.scroll-active {
    max-width: 558px;
    overflow: auto;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative
}

.info-list-module-nav.scroll-active::-webkit-scrollbar {
    display: none
}

.info-list-module-nav-items-wrapper {
    display: flex;
    max-width: 558px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style-type: none;
    padding: 4px;
    margin: 0;
    background: var(--surface-medium);
    border-radius: 4px;
    column-gap: 4px
}

.info-list-module-nav-items-wrapper::-webkit-scrollbar {
    display: none
}

.info-list-module-nav-item {
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px
}

.info-list-module-nav-button {
    padding: 8px 16px;
    color: var(--gray-60);
    background: var(--surface-medium);
    transition: color .3s, background-color .3s;
    border-radius: 2px;
    display: block
}

.info-list-module-nav-button.active {
    font-weight: 700;
    color: var(--on-surface_strong-enabled);
    background: var(--surface-strong);
    z-index: 2;
    position: relative
}

.info-list-module-nav-button.active:hover {
    cursor: default
}

.info-list-module-nav-arrow {
    display: none;
    width: 48px;
    height: 48px;
    margin: 7px 0;
    position: absolute;
    pointer-events: none;
    bottom: -7px
}

.info-list-module-nav-arrow svg {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 15px;
    cursor: pointer;
    pointer-events: visible;
    top: 3px
}

.info-list-module-nav-arrow svg path {
    color: var(--gray-90)
}

.info-list-module-nav-arrow-left {
    background: linear-gradient(90deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%)
}

.info-list-module-nav-arrow-left svg {
    transform: rotate(90deg);
    left: 0
}

.info-list-module-nav-arrow-right {
    background: linear-gradient(270deg, #fff 43.75%, rgba(255, 255, 255, 0) 100%);
    right: 0
}

.info-list-module-nav-arrow-right svg {
    transform: rotate(270deg);
    right: 0
}

.info-list-module-short-hint {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    margin-bottom: 0
}

.info-list-module-short-hint p {
    margin-bottom: 0;
    display: inline
}

.info-list-module-section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px;
    margin-top: 32px;
    margin-bottom: 24px;
    color: var(--text-strong);
    display: flex;
    white-space: nowrap;
    grid-gap: 24px
}

.info-list-module-section-title:before,
.info-list-module-section-title:after {
    content: "";
    border-top: 1px solid var(--border-weak);
    align-self: center;
    width: 100%
}

.info-list-module-item-box-border {
    border: 1px solid var(--border-weak);
    border-radius: 16px
}

.info-list-module-item-box-border:not(:last-of-type) {
    margin-bottom: 8px
}

.info-list-module-item-box {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    grid-gap: 24px;
    flex: auto;
    align-items: center
}

.info-list-module-item-tag,
.info-list-module-item-value {
    display: flex;
    justify-content: flex-end
}

.info-list-module-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--text-strong);
    margin-bottom: 0
}

.info-list-module-item-title p {
    margin-bottom: 0
}

.info-list-module-item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    color: var(--text-weak);
    margin-top: 4px
}

.info-list-module-item-text p {
    margin-bottom: 0
}

.info-list-module-item-tag {
    display: flex;
    align-items: center;
    align-self: flex-end;
    border: 1px solid var(--surface_active_primary-enabled);
    background-color: var(--surface_active_primary-enabled);
    color: var(--text-inverted);
    border-radius: 32px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .1px;
    text-align: center;
    width: fit-content;
    padding: 2px 8px
}

.info-list-module-item-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--text-strong);
    text-align: end
}

.info-list-module-item-value-wrapper {
    display: flex;
    flex-direction: column;
    text-align: end
}

.info-list-module-item-text,
.info-list-module-item-value-disclaimer {
    overflow-wrap: anywhere
}

.info-list-module-item-value-disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    display: flex;
    flex-direction: column;
    color: var(--text-weak);
    margin-top: 4px
}

.info-list-module-item-value-disclaimer a,
.info-list-module-item-value-disclaimer p {
    margin-top: 0;
    margin-bottom: 0
}

.info-list-module-widget-box {
    border: 1px solid var(--border-weak);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-top: 32px
}

.info-list-module-widget-text-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%
}

.info-list-module-widget-text-wrapper a {
    width: fit-content
}

.info-list-module-widget-header {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.info-list-module-widget-text {
    color: var(--text-weak);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    margin-top: 8px
}

.info-list-module-link-tooltip {
    align-items: center;
    color: var(--on-surface_primary-enabled);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    grid-gap: 4px;
    letter-spacing: .15px;
    line-height: 20px;
    margin-top: 0;
    padding: 14px 24px;
    position: relative;
    transition: color .3s;
    text-align: center
}

.info-list-module-link-tooltip:not(:hover, :focus, :active, :focus-visible, :focus-within) .info-list-module-dropdown-tooltip {
    visibility: hidden;
    opacity: 0
}

.info-list-module-link-tooltip:hover {
    color: var(--surface_active_primary-hover)
}

.info-list-module-widget-img-wrapper {
    overflow: hidden;
    width: 194px;
    height: auto;
    flex-shrink: 0;
    transition: transform .3s
}

.info-list-module-image {
    object-fit: contain;
    object-position: bottom;
    height: 100%;
    width: 100%
}

.info-list-module-button-wrapper,
.info-list-module-button-popup-wrapper {
    display: flex;
    justify-content: center
}

.info-list-module-button-wrapper {
    margin-top: 32px
}

.info-list-module-button-popup-wrapper {
    margin-top: 8px
}

.info-list-module-button {
    display: block;
    width: fit-content;
    margin: 32px auto 8px
}

.info-list-module-dropdown-tooltip {
    visibility: visible;
    position: absolute;
    width: 224px;
    top: 100%;
    border-radius: 4px;
    z-index: 10;
    transition: opacity 1s;
    opacity: 1;
    background-color: var(--surface_active_strong-enabled);
    border: 1px solid var(--border-weak);
    right: 0;
    box-shadow: 0 4px 25px #0000001a;
    padding: 8px
}

.info-list-module-dropdown-tooltip ul {
    margin: 0;
    padding: 0
}

.info-list-module-dropdown-tooltip:focus-visible {
    opacity: 1;
    visibility: visible;
    border: 1px solid red
}

.info-list-module-pdf-desktop-wrapper {
    padding: 8px;
    border-radius: 8px;
    display: block
}

.info-list-module-pdf-desktop-wrapper:hover {
    background: var(--surface_active_strong-hover)
}

.info-list-module-pdf-title,
.info-list-module-pdf-description {
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 16px
}

.info-list-module-pdf-title {
    font-weight: 700;
    color: var(--text-strong)
}

.info-list-module-pdf-description {
    font-weight: 400;
    color: var(--text-weak)
}

.info-list-module-popup-heading {
    color: var(--text-strong);
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 0
}

body[dir=rtl] .info-list-module-link svg {
    transform: rotate(180deg)
}

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

    .info-list-module-nav {
        padding: 0;
        margin: 0 0 24px
    }

    .info-list-module-widget-img-wrapper {
        transition: none
    }

    .info-list-module-tab-pane.active {
        align-items: flex-start
    }

    .info-list-module-item-box {
        grid-gap: 8px
    }
}

@media all and (max-width: 767px) {
    .info-list-module {
        max-width: 100%
    }

    .info-list-module-nav {
        overflow: auto;
        width: auto;
        margin-right: -12px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-bottom: none
    }

    .info-list-module-nav::-webkit-scrollbar {
        display: none
    }

    .info-list-module-nav-item {
        border-bottom: 1px solid var(--border-weak);
        margin-bottom: 0
    }

    .info-list-module-widget-box {
        flex-direction: column
    }

    .info-list-module-widget-img-wrapper {
        width: 100%;
        height: auto
    }

    .info-list-module-tooltip .tooltip-inner {
        max-width: calc(100% - 24px)
    }

    .info-list-module-dropdown-tooltip ul {
        margin-bottom: 0
    }

    .info-list-module-pdf-mobile-list {
        position: relative
    }

    .info-list-module-pdf-mobile-list:not(:last-child):after {
        position: absolute;
        content: "";
        display: inline-block;
        height: 1px;
        width: 100%;
        background: var(--border-weak)
    }

    .info-list-module-pdf-mobile-wrapper {
        display: block;
        padding: 16px 0;
        text-decoration: none
    }

    .info-list-module-pdf-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: .15px
    }

    body[dir=rtl] .info-list-module-nav {
        margin: 0 0 24px -12px
    }

    body[dir=rtl] .info-list-module-nav-items-wrapper {
        padding: 0 0 0 16px
    }
}

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

.instruments-table-module.one-column .instruments-table-module-widget-results {
    padding-top: 8px;
    height: 426px
}

.instruments-table-module.one-column .instruments-table-module-widget-results.additional-bar-open {
    height: 376px
}

.instruments-table-module.one-column .instruments-table-module-widget-results-header,
.instruments-table-module.one-column .instruments-table-module-widget-result-value {
    display: none
}

.instruments-table-module.one-column .instruments-table-module-widget-result-price {
    display: flex
}

.instruments-table-module.one-column .instruments-table-module-widget-result-name,
.instruments-table-module.one-column .instruments-table-module-widget-result-description {
    white-space: unset
}

.instruments-table-module.one-column .instruments-table-module-widget-results-top-blur {
    display: none
}

.instruments-table-module-wrapper {
    background: linear-gradient(0deg, rgba(243, 243, 244, .92) -6.02%, white 112.56%);
    border-radius: 16px;
    border: 1px solid var(--gray-10);
    padding: 48px 48px 0
}

.instruments-table-module-header {
    box-sizing: content-box;
    margin: 0 auto 40px;
    max-width: 752px;
    padding: 0 84px
}

.instruments-table-module-button {
    margin: 24px 0 0
}

.instruments-table-module-loader {
    padding: 50px 0
}

.instruments-table-module-widget {
    background: var(--base-white);
    border-color: var(--gray-10);
    border-radius: 16px 16px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    margin: 0 auto;
    max-width: 752px
}

.instruments-table-module-widget-input {
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/magnifier.ea063702.svg) no-repeat 24px 24px;
    background-size: 16px;
    caret-color: var(--surface_active_primary-enabled);
    color: var(--text-weak);
    font-size: 16px;
    height: 64px;
    letter-spacing: .15px;
    line-height: 24px;
    padding: 0 24px 0 48px;
    width: 100%
}

.instruments-table-module-widget-input-wrapper {
    border-bottom: 1px solid var(--gray-10)
}

.instruments-table-module-mobile-back,
.instruments-table-module-mobile-reset {
    display: none;
    height: 32px;
    width: 32px
}

.instruments-table-module-mobile-back {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/back.4c001f3a.svg) no-repeat 8px 8px
}

.instruments-table-module-mobile-reset {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/close.67a91f2b.svg) no-repeat 8px 8px
}

.instruments-table-module-widget-tags-wrapper {
    border-bottom: 1px solid var(--gray-10);
    overflow: hidden;
    position: relative;
    scrollbar-width: none;
    white-space: nowrap;
    -ms-overflow-style: none
}

.instruments-table-module-widget-tags-wrapper::-webkit-scrollbar {
    display: none
}

.instruments-table-module-widget-tags-horizontal-overlay {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 750px;
    height: 53px;
    margin-top: 3px
}

.instruments-table-module-chevron-wrapper {
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: .3s;
    z-index: 1
}

.instruments-table-module-chevron-wrapper-left {
    background: linear-gradient(90deg, white 44.71%, rgba(255, 255, 255, 0) 100%);
    padding: 0 32px 0 16px;
    opacity: 0
}

.instruments-table-module-chevron-wrapper-left.visible {
    margin-left: 0;
    opacity: 1
}

.instruments-table-module-chevron-wrapper-right {
    background: linear-gradient(270deg, white 44.71%, rgba(255, 255, 255, 0) 100%);
    padding: 0 16px 0 32px;
    opacity: 0
}

.instruments-table-module-chevron-wrapper-right.visible {
    margin-right: 0;
    opacity: 1
}

.instruments-table-module-chevron {
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    pointer-events: all;
    color: var(--surface_active_primary-enabled)
}

.instruments-table-module-chevron:hover {
    background-color: var(--surface-active-strong-hover, #f4f6f8)
}

.instruments-table-module-chevron-left {
    transform: rotate(180deg)
}

.instruments-table-module-chevron svg {
    display: block
}

.instruments-table-module-widget-tags {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0 24px;
    position: relative;
    touch-action: none;
    transition: .5s
}

.instruments-table-module-widget-tag-wrapper {
    padding: 8px 0;
    position: relative
}

.instruments-table-module-widget-tag-wrapper.active:after {
    background: var(--surface_active_primary-enabled);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.instruments-table-module-widget-tag-wrapper.active .instruments-table-module-widget-tag {
    color: var(--surface_active_primary-enabled);
    font-weight: 700;
    pointer-events: none;
    position: relative
}

.instruments-table-module-widget-tag {
    align-items: center;
    color: var(--text-weak);
    display: flex;
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px;
    padding: 8px 16px;
    white-space: nowrap;
    border-radius: 9px;
    grid-gap: 8px
}

.instruments-table-module-widget-tag.no-tag-results {
    color: var(--gray-30);
    pointer-events: none
}

.instruments-table-module-widget-tag.no-tag-results.active {
    color: var(--surface_active_primary-enabled)
}

.instruments-table-module-widget-tag:hover {
    background: var(--background-weak)
}

.instruments-table-module-widget-tag.no-tag-results .instruments-table-module-tag-count-pill,
.instruments-table-module-additional-widget-tag.no-tag-results .instruments-table-module-tag-count-pill {
    background: none;
    border: 1px solid var(--border-disabled);
    color: var(--text-disabled)
}

.instruments-table-module-widget-tag.active .instruments-table-module-tag-count-pill,
.instruments-table-module-additional-widget-tag.active .instruments-table-module-tag-count-pill {
    background: var(--surface_active_primary-enabled);
    color: var(--base-white);
    border: 1px solid var(--surface_active_primary-enabled)
}

.instruments-table-module-widget-tags-bar {
    height: 18px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    scrollbar-width: none;
    white-space: nowrap;
    -ms-overflow-style: none
}

.instruments-table-module-widget-tags-bar::-webkit-scrollbar {
    display: none
}

.instruments-table-module-widget-tags-bar .instruments-table-module-widget-tags-horizontal-overlay {
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.instruments-table-module-widget-tags-bar .instruments-table-module-chevron-wrapper {
    padding-bottom: 8px
}

.instruments-table-module-widget-tags-bar.active {
    height: 78px
}

.instruments-table-module-widget-tags-bar.active .instruments-table-module-widget-tags-horizontal-overlay {
    opacity: 1;
    pointer-events: auto
}

.instruments-table-module-additional-widget-tags {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 16px 24px 26px;
    position: relative;
    touch-action: none;
    transition: .5s;
    grid-gap: 8px
}

.instruments-table-module-additional-widget-tag {
    display: flex;
    color: var(--text-strong);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    text-align: left;
    padding: 8px 16px;
    border: 1px solid var(--border-strong);
    border-radius: 1000px;
    transition: border-color .3s, color .3s, font-weight .3s, background-color .3s;
    grid-gap: 8px
}

.instruments-table-module-additional-widget-tag.active {
    background-color: var(--surface-selected);
    border-color: var(--surface_active_primary-enabled);
    color: var(--text-strong)
}

.instruments-table-module-additional-widget-tag.no-tag-results {
    color: var(--on-surface_weak-disabled);
    border-color: var(--border-weak);
    cursor: default;
    pointer-events: none
}

.instruments-table-module-additional-widget-tag:hover:not(.active, :disabled) {
    background-color: var(--background-weak)
}

.instruments-table-module-widget-results-wrapper {
    position: relative
}

.instruments-table-module-no-results-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 426px;
    margin: 0 auto;
    max-width: 348px;
    padding: 56px 0;
    text-align: center
}

.instruments-table-module-no-results-image-wrapper {
    height: 104px;
    width: 104px;
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/visual.c8d0384a.png) center no-repeat
}

.instruments-table-module-no-results-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.instruments-table-module-no-results-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.instruments-table-module-widget-results-header {
    align-items: center;
    display: flex;
    grid-gap: 16px;
    padding: 0 24px 6px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1px;
    color: var(--text-weak)
}

.instruments-table-module-widget-results-header-name {
    flex: 1 0 0;
    text-align: left
}

.instruments-table-module-widget-results-header-value {
    width: 100px;
    text-align: right
}

.instruments-table-module-widget-results {
    height: 394px;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0 8px;
    transition: height 1s
}

.instruments-table-module-widget-results::-webkit-scrollbar {
    background: transparent;
    width: 3px;
    z-index: 1
}

.instruments-table-module-widget-results::-webkit-scrollbar-thumb {
    background: #bababc;
    border-radius: 2px
}

.instruments-table-module-widget-results.additional-bar-open {
    height: 330px
}

.instruments-table-module-widget-results-top-blur {
    top: 22px;
    height: 26px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 3.76%, #fff 96.25%)
}

.instruments-table-module-widget-results-bottom-blur {
    bottom: 0;
    height: 40px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3.76%, #fff 96.25%)
}

.instruments-table-module-widget-result {
    align-items: center;
    display: flex;
    grid-gap: 16px;
    padding: 10px 16px;
    min-height: 64px;
    border-radius: 9px;
    text-decoration: none
}

.instruments-table-module-widget-result:hover {
    background: var(--background-weak)
}

.instruments-table-module-widget-result:focus-visible {
    outline: 2px solid var(--surface_active_primary-enabled);
    box-shadow: unset;
    outline-offset: -2px
}

.instruments-table-module-widget-result-img {
    background: var(--gray-5);
    border-radius: 8px;
    height: 40px;
    width: 40px;
    overflow: hidden
}

.instruments-table-module-widget-result-img.no-image img {
    display: none
}

.instruments-table-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
}

.instruments-table-module-widget-result-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0
}

.instruments-table-module-widget-result-name-and-type {
    display: flex;
    align-items: center;
    grid-gap: 6px
}

.instruments-table-module-widget-result-name,
.instruments-table-module-widget-result-name>div {
    color: var(--text-strong);
    letter-spacing: .15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 220px
}

.instruments-table-module-widget-result-description {
    color: var(--text-weak);
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 220px
}

.instruments-table-module-widget-result-price {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    font-size: 16px
}

.instruments-table-module-widget-result-value {
    display: flex
}

.instruments-table-module-widget-result-value.down {
    color: var(--surface-sell)
}

.instruments-table-module-widget-result-value.down .icon {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/fall.b47ebd6a.svg) no-repeat center
}

.instruments-table-module-widget-result-value.up {
    color: var(--surface-buy)
}

.instruments-table-module-widget-result-value.up .icon {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/rise.b9da5f4f.svg) no-repeat center
}

.instruments-table-module-widget-result-price,
.instruments-table-module-widget-result-value {
    color: var(--text-strong);
    font-size: 14px;
    justify-content: right;
    letter-spacing: .15px;
    line-height: 24px;
    text-align: center;
    width: 100px;
    grid-gap: 4px
}

.instruments-table-module-widget-result-price small,
.instruments-table-module-widget-result-value small {
    align-items: center;
    display: flex;
    font-size: 14px;
    grid-gap: 4px;
    letter-spacing: .15px;
    line-height: 20px
}

.instruments-table-module-widget-result-price small.down,
.instruments-table-module-widget-result-value small.down {
    color: var(--surface-sell)
}

.instruments-table-module-widget-result-price small.down .icon,
.instruments-table-module-widget-result-value small.down .icon {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/fall.b47ebd6a.svg) no-repeat center
}

.instruments-table-module-widget-result-price small.up,
.instruments-table-module-widget-result-value small.up {
    color: var(--surface-buy)
}

.instruments-table-module-widget-result-price small.up .icon,
.instruments-table-module-widget-result-value small.up .icon {
    background: transparent url(https://xas.scdn5.secure.raxcdn.com/build/rise.b9da5f4f.svg) no-repeat center
}

.instruments-table-module-widget-result-price .change-value,
.instruments-table-module-widget-result-value .change-value {
    direction: ltr
}

.instruments-table-module-widget-result-price .icon,
.instruments-table-module-widget-result-value .icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: auto 0
}

.instruments-table-module-widget-result-no-price {
    visibility: hidden;
    animation: fadeIn .1s forwards .1s
}

.instruments-table-module-footer {
    padding: 16px;
    text-align: center;
    display: flex;
    flex-direction: column
}

.instruments-table-module-footer-link {
    margin: 0 auto;
    padding: 20px 0 !important
}

.instruments-table-module-footer-link-info {
    color: var(--gray-60);
    display: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s ease
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

body[dir=rtl] .instruments-table-module-widget-input {
    padding: 0 48px 0 24px;
    background-position: bottom 24px right 24px
}

body[dir=rtl] .instruments-table-module-chevron-wrapper {
    transform: rotate(180deg)
}

body[dir=rtl] .instruments-table-module-chevron-wrapper-left {
    margin-right: -80px;
    margin-left: 0
}

body[dir=rtl] .instruments-table-module-chevron-wrapper-left.visible {
    margin-right: 0
}

body[dir=rtl] .instruments-table-module-chevron-wrapper-right {
    margin-right: 0;
    margin-left: -80px
}

body[dir=rtl] .instruments-table-module-chevron-wrapper-right.visible {
    margin-left: 0
}

body[dir=rtl] .instruments-table-module-footer-link svg {
    transform: rotate(180deg)
}

body[dir=rtl] .instruments-table-module-widget-results-header-name {
    text-align: right
}

body[dir=rtl] .instruments-table-module-widget-results-header-value {
    text-align: left
}

body[dir=rtl] .instruments-table-module-widget-result-value,
body[dir=rtl] .instruments-table-module-widget-result-price {
    justify-content: left;
    text-align: left;
    align-items: flex-end
}

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

    .instruments-table-module-container {
        padding: 0
    }

    .instruments-table-module-wrapper {
        border-width: 0 0 1px;
        border-radius: unset;
        padding: 0;
        width: 100%
    }

    .instruments-table-module-header {
        margin: 0 auto 32px
    }

    .instruments-table-module-buttons {
        margin: 16px 0 0
    }

    .instruments-table-module-widget {
        background: var(--base-white);
        border: none;
        border-radius: unset;
        max-width: 100%
    }

    .instruments-table-module-widget-tags-wrapper {
        overflow-x: auto
    }

    .instruments-table-module-widget-wrapper.active {
        background: var(--base-white);
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 10000;
        padding-bottom: 100px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-results-wrapper {
        overflow-y: scroll;
        height: calc(100vh - 150px)
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-input-wrapper {
        border-width: 0 0 1px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-input {
        background: none
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-back,
    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-reset {
        display: flex;
        position: absolute;
        top: 16px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-back {
        left: 84px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-reset {
        right: 84px
    }

    .instruments-table-module-widget-input-wrapper {
        border-width: 1px 0
    }

    .instruments-table-module-widget-input {
        background-position-x: 88px;
        padding: 0 84px 0 108px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-input {
        padding: 0 115px
    }

    .instruments-table-module-widget-tags-horizontal-overlay {
        display: none
    }

    .instruments-table-module-widget-tags {
        padding: 0 84px;
        touch-action: auto
    }

    .instruments-table-module-widget-tag:hover {
        background: none
    }

    .instruments-table-module-widget-tags-bar {
        overflow-x: auto
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-tags-bar .instruments-table-module-widget-results-bottom-blur {
        display: block
    }

    .instruments-table-module-additional-widget-tags {
        padding: 16px 84px 26px;
        touch-action: auto
    }

    .instruments-table-module-no-results-wrapper {
        max-width: none;
        padding: 56px 0 0;
        height: auto
    }

    .instruments-table-module-widget-results {
        height: 420px
    }

    .instruments-table-module-widget-results.additional-bar-open {
        height: 360px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-results {
        height: auto
    }

    .instruments-table-module-widget-result-value-sell,
    .instruments-table-module-widget-results-header-value-sell,
    .instruments-table-module-widget-result-no-price {
        display: none
    }

    .instruments-table-module-no-results-text {
        padding: 0 84px
    }

    .instruments-table-module-widget-results-header {
        padding: 0 84px 10px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-results-bottom-blur {
        display: none
    }

    .instruments-table-module-widget-result {
        padding: 10px 84px
    }

    .instruments-table-module-footer {
        padding: 16px 84px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-footer {
        border-top: 1px solid var(--gray-10);
        padding-bottom: 85px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-footer.no-results {
        border: none;
        padding: 0
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-footer-link-info {
        display: block
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-footer.no-results .instruments-table-module-footer-link-info {
        display: none
    }

    body[dir=rtl] .instruments-table-module-widget-input {
        background-position: bottom 24px right 88px;
        padding: 0 108px 0 84px
    }

    body[dir=rtl] .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-back {
        left: unset;
        right: 84px;
        transform: rotate(180deg)
    }

    body[dir=rtl] .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-reset {
        right: unset;
        left: 84px
    }
}

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

    .instruments-table-module-widget-input {
        background-position-x: 16px;
        padding: 0 16px 0 40px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-widget-input {
        padding: 0 48px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-back {
        left: 16px
    }

    .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-reset {
        right: 16px
    }

    .instruments-table-module-widget-tags {
        padding: 0 16px
    }

    .instruments-table-module-additional-widget-tags {
        padding: 16px 16px 26px
    }

    .instruments-table-module-widget-results {
        padding: 0
    }

    .instruments-table-module-no-results-text {
        padding: 0 16px
    }

    .instruments-table-module-widget-result {
        padding: 10px 12px
    }

    .instruments-table-module-widget-results-header {
        padding: 0 12px 10px;
        justify-content: space-between
    }

    .instruments-table-module-widget-results-header-value-change {
        display: none
    }

    .instruments-table-module-widget-result-name-wrapper {
        overflow: hidden
    }

    .instruments-table-module-widget-result-name-and-type,
    .instruments-table-module-widget-result-description {
        max-width: 100%
    }

    .instruments-table-module-widget-result-value {
        display: none
    }

    .instruments-table-module-widget-result-price {
        display: flex
    }

    .instruments-table-module-footer {
        padding: 16px 12px
    }

    body[dir=rtl] .instruments-table-module-widget-input {
        background-position: bottom 24px right 16px;
        padding: 0 40px 0 16px
    }

    body[dir=rtl] .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-back {
        right: 16px
    }

    body[dir=rtl] .instruments-table-module-widget-wrapper.active .instruments-table-module-mobile-reset {
        left: 16px
    }
}

@keyframes fadeIn {
    to {
        visibility: visible
    }
}