* {
    margin: 0;
    padding: 0
}

a {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    color: #0d1350;
    transition: opacity .3s ease-in;
    opacity: 1
}

a:hover {
    opacity: .7;
    text-decoration: none
}

@media screen and (max-width: 720px) {
    .body_no-scroll {
        overflow: hidden
    }
}

.nav-wrapper {
    box-shadow: 0 2px 4px rgba(13, 19, 80, 0.06);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7
}

.close-menu {
    position: absolute;
    top: 80px;
    width: 100%
}

.page {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1440' height='2317' viewBox='0 0 1440 2317' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1052.05 1705.27c61.37-70.49 182.58 20.7 358.2-19.21 152.11-34.58 160.86-126.44 282.39-121.88 88.79 3.31 185.54 54.58 238.72 143.89 58.64 98.48 37.32 198.74 31.34 223.07-26.72 109.12-106 166.69-133.97 186.35-115.24 80.95-244.56 66.76-306.59 59.99-233.04-25.52-482.53-191.9-493.63-372.78-1.48-23.68-4.17-67.6 23.54-99.43z' fill='url(%23a)'/%3E%3Cpath d='M1248.58-380.297c135.74 344.115 42.13 779.15-262.341 1082.024C681.77 1004.6 11.072 1161.73-205.794 654.643-422.66 147.561-328.498-380.297 63.622-573.444 455.743-766.591 1112.85-724.411 1248.58-380.297z' fill='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1612.08' y1='1509.99' x2='1366.63' y2='2134.52' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23dfa198'/%3E%3Cstop offset='1' stop-color='%23f5e6e4'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='25.535' y1='-570.77' x2='896.855' y2='763.807' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f5e6e4'/%3E%3Cstop offset='1' stop-color='%23dfa198'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    font-family: Lato
}

@media screen and (max-width: 720px) {
    .page {
        background-size: cover
    }
}

.page__content {
    margin: auto;
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    padding: 64px 40px 0;
    box-sizing: border-box;
    max-width: 1280px;
    z-index: 1;
    position: relative
}

@media screen and (max-width: 720px) {
    .page__content {
        padding: 40px 16px 0
    }
}

.page__content_background_blue {
    background: #f9f9ff;
    border-radius: 0 0 10px 10px
}

.page__content_no-border_bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.page__content_no-border_top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.page__title {
    margin: 0 auto;
    padding: 80px 40px 64px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #0d1350
}

@media screen and (max-width: 720px) {
    .page__title {
        padding: 32px 0 30px;
        font-size: 22px
    }
}

.page__landing-1440 {
    margin: auto;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 1440px;
    z-index: 1;
    position: relative
}

@media screen and (max-width: 720px) {
    .page__landing-1440 {
        padding: 0
    }
}

.wrapper {
    position: relative;
    left: 0;
    transition: left .5s ease-in
}

.header {
    max-width: 1440px;
    height: 80px;
    padding: 0 80px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns:112px 1fr 290px;
    position: relative;
    margin: 0 auto
}

@media screen and (max-width: 1100px) {
    .header {
        grid-template-columns:112px 1fr;
        justify-content: flex-end;
        padding: 0 16px
    }
}

.header__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 196px
}

@media (max-width: 720px) {
    .header__tab {
        height: 93px
    }
}

.logo {
    width: 200px;
    height: 48px
}

.login {
    display: flex;
    gap: 12px;
    align-items: center
}

@media screen and (max-width: 1100px) {
    .login {
        display: none
    }

    .logo {
        width: 140px;
        height: 48px
    }
}

.login_mobile, .login_mobile_nonfx {
    display: none
}

@media screen and (max-width: 1100px) {
    .login_mobile_nonfx {
        display: flex;
        justify-content: flex-end
    }
}

.lang-switch {
    display: none
}

.menu {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2
}

@media screen and (max-width: 1100px) {
    .menu {
        display: none
    }
}

.menu_mobile {
    display: none
}

@media screen and (max-width: 1100px) {
    .menu_mobile {
        display: flex;
        justify-self: flex-end
    }
}

.menu__item {
    flex-direction: column;
    justify-content: center;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350;
    height: 100%;
    display: flex;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.menu__item:hover {
    margin-top: 3px
}

.menu__item:hover:after {
    content: "";
    background: #ff4521;
    display: block;
    position: relative;
    top: 16px;
    width: 100%;
    height: 3px
}

.menu__dropdown {
    display: block;
    position: absolute;
    width: fit-content;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    border-radius: 0 0 6px 6px;
    background-color: #f9f9fe;
    color: #0d1350;
    z-index: 6;
    box-shadow: 0 2px 4px rgba(13, 19, 80, 0.06);
    border-radius: 0 0 5px 5px;
    cursor: auto;
    opacity: 0;
    transition: opacity .3s ease-in, visibility .3s ease-in;
    visibility: hidden;
}

.menu__item:hover .menu__dropdown {
    visibility: visible;
    opacity: 1
}

.menu__dropdown-item {
    cursor: pointer;
    color: #fff;
    text-decoration: none
}

.menu__dropdown-item:hover {
    color: #c6f5ed
}

.menu__description {
    padding-right: 30px;
    border-right: 1px solid #f8f4ff;
    align-items: center;
    display: flex
}

.menu__submenu {
    padding-left: 30px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 16px 40px
}

.menu__submenu-description, .menu__submenu-item {
    padding-left: 24px;
    font-family: Lato;
    font-size: 14px;
    line-height: 150%;
    color: #7d7987
}

.menu__submenu-item {
    display: block
}

.menu__submenu-title {
    display: grid;
    grid-template-columns:16px 1fr;
    align-items: center;
    gap: 8px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350;
    text-decoration: none
}

.menu__submenu-title:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.745 13a.775.775 0 0 1-.415-.123.724.724 0 0 1-.274-.321.685.685 0 0 1-.041-.413c.029-.138.1-.266.205-.365l3.968-3.79-3.968-3.79a.697.697 0 0 1-.195-.499.7.7 0 0 1 .22-.489.768.768 0 0 1 .51-.21.772.772 0 0 1 .523.185L8.78 7.48a.7.7 0 0 1 .22.507.7.7 0 0 1-.22.506L4.278 12.79a.754.754 0 0 1-.533.21z' fill='%230D1350'/%3E%3Cpath d='M8.745 13a.775.775 0 0 1-.415-.123.724.724 0 0 1-.274-.321.685.685 0 0 1-.041-.413c.029-.138.1-.266.205-.365l3.968-3.79-3.968-3.79a.697.697 0 0 1-.195-.499.7.7 0 0 1 .22-.489.768.768 0 0 1 .51-.21.772.772 0 0 1 .523.185L13.78 7.48a.7.7 0 0 1 .22.507.7.7 0 0 1-.22.506L9.278 12.79a.754.754 0 0 1-.533.21z' fill='%230D1350'/%3E%3C/svg%3E")
}

.menu__submenu__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350;
    white-space: nowrap;
}

.menu__submenu__column-title {
    font-weight: 700;
    font-size: 18px
}

.menu__submenu__column-link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350
}

.menu__close {
    cursor: pointer
}

.menu__close_hide {
    display: none
}

.menu__open {
    cursor: pointer
}

.menu__open_hide {
    display: none
}

.menu__header-link {
    text-decoration: none
}

.menu-mobile {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    transition: left .5s ease-in;
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    overflow: scroll
}

.menu-mobile__buttons {
    padding-bottom: 60px
}

@media screen and (max-width: 1100px) {
    .menu-mobile_active {
        left: 0;
        display: flex;
        flex-direction: column
    }
}

.menu-mobile__header {
    margin: 16px;
    display: flex;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d1350;
    cursor: pointer
}

.menu-mobile__header:after {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.745 13a.775.775 0 0 1-.415-.123.724.724 0 0 1-.274-.321.685.685 0 0 1-.041-.413c.029-.138.1-.266.205-.365l3.968-3.79-3.968-3.79a.697.697 0 0 1-.195-.499.7.7 0 0 1 .22-.489.768.768 0 0 1 .51-.21.772.772 0 0 1 .523.185L10.78 7.48a.7.7 0 0 1 .22.507.7.7 0 0 1-.22.506L6.278 12.79a.754.754 0 0 1-.533.21z' fill='%230D1350'/%3E%3C/svg%3E");
    transition: transform .3s ease-in
}

.menu-mobile__header.without-submenu::after {
    content: none
}

.menu-mobile__header_active:after {
    transform: rotate(90deg)
}

.menu-mobile__header_no-dropdown:after {
    display: none
}

.menu-mobile__list {
    display: flex;
    background: #fafafa;
    flex-direction: column;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in
}

.menu-mobile__list_active {
    max-height: 800px
}

.menu-mobile__list-item {
    padding: 12px 16px
}

.menu-mobile__list-item, .menu-mobile__list-link {
    font-family: Lato;
    font-size: 16px;
    line-height: 150%;
    color: #0d1350
}

.menu__link {
    text-decoration: none;
    color: inherit;
}

.button, .menu-mobile__header-link, .menu-mobile__list-link {
    text-decoration: none
}

.button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(90deg, #ff4521, #1811a2);
    backdrop-filter: blur(80px);
    border-radius: 10px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: fit-content
}

.button:hover {
    background: linear-gradient(90deg, #b53219, #611405)
}

@media screen and (max-width: 500px) {
    .button {
        font-size: 16px
    }
}

@media screen and (max-width: 320px) {
    .button {
        font-size: 14px
    }
}

.button__icon {
    width: 24px;
    height: 24px
}

.button_disabled {
    opacity: .2;
    cursor: auto
}

.button_primary {
    background: linear-gradient(90deg, #ff4521, #af270c);
    text-transform: uppercase;
    color: #fff
}

.button_secondary {
    background: transparent;
    color: #ff4521;
    border: 1px solid #ff4521
}

.button_secondary:hover {
    background: transparent;
    color: #8d59cd;
    border: 1px solid #8d59cd
}

.button_small {
    font-size: 16px;
    padding: 12px 24px
}

.button_small-in-text {
    background: linear-gradient(90deg, #ff4521, #1811a2);
    border-radius: 3px;
    margin-top: 22px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    color: #fff;
    text-transform: none;
    padding: 5px 8px
}

.button_no-border {
    background: #fff;
    color: #ff4521;
    padding-left: 0;
    padding-right: 0
}

.button_no-border:hover {
    background: #fff;
    color: #8d59cd
}

.button_mobile-display {
    display: none
}

@media (max-width: 720px) {
    .button_mobile-display {
        display: block
    }
}

.button_display_mobile_none {
    display: block
}

@media (max-width: 720px) {
    .button_display_mobile_none {
        display: none
    }
}

.button_display_none {
    display: none
}

.ico {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.ico_18x18, .ico_24x24 {
    width: 24px;
    height: 24px
}

.ico_32x32 {
    width: 32px;
    height: 32px
}

.ico_42x42 {
    width: 42px;
    height: 42px
}

.ico_50x50 {
    width: 50px;
    height: 50px
}

.ico_64x64 {
    width: 64px;
    height: 64px
}

.ico_80x80 {
    width: 80px;
    height: 80px
}

.ico_120x120 {
    width: 120px;
    height: 120px
}

@media screen and (max-width: 720px) {
    .ico_80x80 {
        width: 64px;
        height: 64px
    }

    .ico_50x50 {
        width: 32px;
        height: 32px
    }
}

.ico_inline {
    display: inline-flex;
    margin-right: .3em
}

.ico-filled {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgb(237 64 35 / 20%);
    box-shadow: -8px 2px 35px #ff45211f;
    border-radius: 10px;
    width: 24px;
    height: 24px
}

.ico-filled_padding-36 {
    padding: 36px
}

.icon-fire {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.746 18.254c0-1.5-1.03-3.55-2.9-5.773a1.088 1.088 0 0 0-.846-.39 1.116 1.116 0 0 0-.854.392C9.1 14.88 8.1 17 8.273 18.625a3.668 3.668 0 0 0 1.582 2.557c.607.498 1.36.785 2.145.818a3.75 3.75 0 0 0 3.746-3.746z' fill='%23ff4521'/%3E%3Cpath d='M16.629 2.9c-.786-.668-1.611-1.368-2.451-2.132A2.951 2.951 0 0 0 11.8.028a2.847 2.847 0 0 0-2.032 1.3 20.39 20.39 0 0 0-2.492 6.448A6.234 6.234 0 0 1 6.8 6.96a2 2 0 0 0-3.3-.473 9.069 9.069 0 0 0-2.585 6.42A10.979 10.979 0 0 0 9.136 23.64c.908.228 1.84.346 2.776.352a5.551 5.551 0 0 1-3.278-1.226 5.63 5.63 0 0 1-2.35-3.934c-.23-2.21.893-4.783 3.338-7.647A3.114 3.114 0 0 1 12 10.092h.01a3.1 3.1 0 0 1 2.366 1.1c1.538 1.827 3.373 4.535 3.373 7.06a5.749 5.749 0 0 1-5.359 5.728 11.056 11.056 0 0 0 10.7-11.065c-.005-4.53-2.997-7.07-6.461-10.015z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-support {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.783 0A9.729 9.729 0 0 0 1.29 14.476L.1 17.593A1.497 1.497 0 0 0 1.9 19.568l3.722-1.043A9.73 9.73 0 1 0 9.784 0h-.001zm-2.94 20.565a9.707 9.707 0 0 0 7.374 3.383 9.691 9.691 0 0 0 4.161-.933l3.721 1.043a1.496 1.496 0 0 0 1.802-1.975l-1.19-3.116a9.72 9.72 0 0 0 1.234-4.748 9.702 9.702 0 0 0-3.292-7.294c.222.862.34 1.748.352 2.638a8.197 8.197 0 0 1 1.443 4.656 8.19 8.19 0 0 1-1.205 4.29l-.191.314 1.451 3.794-4.28-1.197-.262.131a8.191 8.191 0 0 1-3.745.9 8.194 8.194 0 0 1-4.74-1.501 11.224 11.224 0 0 1-2.635-.385h.002z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-calculator {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.57 7c0 .265-.103.52-.285.707a.96.96 0 0 1-.688.293H6.812a.96.96 0 0 1-.688-.293A1.014 1.014 0 0 1 5.839 7c0-.265.102-.52.285-.707A.96.96 0 0 1 6.812 6h7.785a.96.96 0 0 1 .688.293c.182.187.285.442.285.707zm5.838-2v14a5.077 5.077 0 0 1-1.427 3.534A4.806 4.806 0 0 1 16.543 24H4.866a4.806 4.806 0 0 1-3.44-1.466A5.077 5.077 0 0 1 0 19V5a5.077 5.077 0 0 1 1.427-3.534A4.806 4.806 0 0 1 4.865 0h11.678a4.806 4.806 0 0 1 3.438 1.466A5.077 5.077 0 0 1 21.408 5zM5.838 18a1.02 1.02 0 0 0-.163-.556.98.98 0 0 0-.437-.368.949.949 0 0 0-1.06.217 1.026 1.026 0 0 0-.21 1.09.995.995 0 0 0 .357.448.954.954 0 0 0 1.229-.124c.182-.187.285-.442.285-.707zm0-4a1.02 1.02 0 0 0-.163-.556.98.98 0 0 0-.437-.368.949.949 0 0 0-1.06.217 1.026 1.026 0 0 0-.21 1.09.995.995 0 0 0 .357.449.954.954 0 0 0 1.229-.125c.182-.187.285-.442.285-.707zm3.893 4a1.02 1.02 0 0 0-.164-.556.98.98 0 0 0-.437-.368.949.949 0 0 0-1.06.217 1.026 1.026 0 0 0-.21 1.09.995.995 0 0 0 .357.448.954.954 0 0 0 1.229-.124c.182-.187.285-.442.285-.707zm0-4a1.02 1.02 0 0 0-.164-.556.98.98 0 0 0-.437-.368.949.949 0 0 0-1.06.217 1.026 1.026 0 0 0-.21 1.09.995.995 0 0 0 .357.449.954.954 0 0 0 1.229-.125c.182-.187.285-.442.285-.707zm7.785 4c0-.265-.103-.52-.285-.707a.96.96 0 0 0-.688-.293H12.65a.96.96 0 0 0-.688.293 1.014 1.014 0 0 0-.285.707c0 .265.103.52.285.707a.96.96 0 0 0 .688.293h3.893a.96.96 0 0 0 .688-.293c.182-.187.285-.442.285-.707zm-4.866-3c.193 0 .38-.059.54-.168a.994.994 0 0 0 .36-.45 1.025 1.025 0 0 0-.212-1.09.949.949 0 0 0-1.06-.217.98.98 0 0 0-.437.37 1.02 1.02 0 0 0 .121 1.262.96.96 0 0 0 .688.293zm4.866-1a1.02 1.02 0 0 0-.164-.556.98.98 0 0 0-.437-.368.949.949 0 0 0-1.06.217 1.026 1.026 0 0 0-.21 1.09.994.994 0 0 0 .357.449.954.954 0 0 0 1.229-.125c.182-.187.285-.442.285-.707zm0-7c0-.796-.308-1.559-.855-2.121A2.88 2.88 0 0 0 14.596 4H6.813a2.88 2.88 0 0 0-2.065.879A3.043 3.043 0 0 0 3.892 7c0 .796.308 1.559.855 2.121A2.88 2.88 0 0 0 6.812 10h7.785a2.88 2.88 0 0 0 2.064-.879A3.043 3.043 0 0 0 17.516 7z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-coin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.4c6.628 0 12-2.24 12-5.001s-5.372-5.002-12-5.002S0 3.637 0 6.399C0 9.159 5.372 11.4 12 11.4zm0 7.997c-4.58 0-8.63-1.102-11.184-2.803C.296 17.156 0 17.76 0 18.398 0 21.16 5.372 23.4 12 23.4s12-2.24 12-5.002c0-.637-.295-1.242-.816-1.8C20.63 18.296 16.58 19.398 12 19.398zm0-6c-4.58 0-8.63-1.102-11.184-2.803C.296 11.156 0 11.76 0 12.399c0 2.76 5.372 5.001 12 5.001s12-2.24 12-5.001c0-.638-.295-1.243-.816-1.8C20.63 12.294 16.58 13.396 12 13.396z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-coffe {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.71 21.266c-.14-.702-1.006-2.036-2.597-4.001-1.59-1.966-3.56-4.122-5.908-6.47-2.348-2.348-4.504-4.317-6.47-5.908-1.965-1.591-3.299-2.457-4-2.597C4.044 1.073 5.677.34 7.635.09c1.958-.25 3.99.02 6.096.807 2.105.788 3.997 2.02 5.674 3.697 1.677 1.677 2.909 3.569 3.697 5.674.787 2.106 1.056 4.138.807 6.096-.25 1.957-.983 3.591-2.2 4.902zm-10.915-8.061c2.348 2.348 4.504 4.317 6.47 5.908 1.965 1.591 3.299 2.457 4 2.597-1.31 1.217-2.944 1.95-4.901 2.2-1.958.25-3.99-.02-6.096-.807-2.105-.788-3.997-2.02-5.674-3.697-1.677-1.677-2.909-3.569-3.697-5.674C.11 11.626-.16 9.594.09 7.636c.25-1.958.983-3.592 2.2-4.902.14.702 1.006 2.036 2.597 4.001 1.59 1.966 3.56 4.122 5.908 6.47z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-subtitle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V7a5.006 5.006 0 0 0-5-5zM5 11h2a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm8 7H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm6 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zm0-5h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 1a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5zm14.707 6.707a1 1 0 0 0-1.414-1.414L9 15.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l10-10z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-regulations {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13a3.987 3.987 0 0 0-2 7.444v2.833a.721.721 0 0 0 1.23.51l.77-.768.769.768a.72.72 0 0 0 1.23-.51v-2.833A3.987 3.987 0 0 0 18 13z' fill='%23ff4521'/%3E%3Cpath d='M12 17a5.993 5.993 0 0 1 9-5.191V5a5.006 5.006 0 0 0-5-5H8a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h6v-.54A5.976 5.976 0 0 1 12 17zM8 4h8a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2zm0 4h8a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2zm3 6H8a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-study {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 17.25a.72.72 0 0 1-.223.527.72.72 0 0 1-.527.223.72.72 0 0 1-.527-.223.72.72 0 0 1-.223-.527V7.383l-8.273 4.148c-.625.313-1.368.469-2.227.469-.86 0-1.602-.156-2.227-.469L.914 7.101C.304 6.79 0 6.419 0 5.989c0-.43.305-.793.914-1.09l8.86-4.43C10.397.157 11.14 0 12 0c.86 0 1.602.156 2.227.469l8.859 4.43c.531.265.828.593.89.984.016.015.024.047.024.094V17.25zm-9.023-4.219l4.523-2.273v3.305c0 .671-.73 1.246-2.191 1.722-1.461.477-3.23.715-5.309.715-2.078 0-3.848-.238-5.309-.715-1.46-.476-2.191-1.05-2.191-1.723v-3.304l4.523 2.273c.625.313 1.618.469 2.977.469 1.36 0 2.352-.156 2.977-.469z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-banknote {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H5a5.006 5.006 0 0 0-5 5v6a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V9a5.006 5.006 0 0 0-5-5zM4 17a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm8 7a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm8 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-6 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-thumb-up {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.12 2.06L7.58 7.6c-.37.37-.58.88-.58 1.41V19c0 1.1.9 2 2 2h9c.8 0 1.52-.48 1.84-1.21l3.26-7.61C23.94 10.2 22.49 8 20.34 8h-5.65l.95-4.58c.1-.5-.05-1.01-.41-1.37-.59-.58-1.53-.58-2.11.01zM3 21c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-money {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0zm1.2 17.898V19.2h-2.4v-1.296c-2.807-.44-3.6-2.402-3.6-3.504h2.4c.013.172.19 1.2 2.4 1.2 1.656 0 2.4-.702 2.4-1.2 0-.389 0-1.2-2.4-1.2-4.176 0-4.8-2.256-4.8-3.6 0-1.546 1.235-3.1 3.6-3.498V4.814h2.4v1.331c2.08.492 2.88 2.224 2.88 3.455h-1.2l-1.2.022C13.663 9.166 13.422 8.4 12 8.4c-1.559 0-2.4.62-2.4 1.2 0 .449 0 1.2 2.4 1.2 4.176 0 4.8 2.256 4.8 3.6 0 1.546-1.235 3.1-3.6 3.498z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-smile {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4a9.6 9.6 0 1 1 0 19.2 9.6 9.6 0 0 1 0-19.2zM8.586 14.912a.6.6 0 0 0-.852.846 6.014 6.014 0 0 0 8.286.233l.246-.233.068-.084a.6.6 0 0 0-.837-.831l-.083.07-.214.203a4.813 4.813 0 0 1-6.614-.204zM15 9a1.2 1.2 0 1 0 0 2.4A1.2 1.2 0 0 0 15 9zM9 9a1.2 1.2 0 1 0 0 2.4A1.2 1.2 0 0 0 9 9z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-metals {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.468 4.705A2 2 0 0 1 9.446 3h5.108a2 2 0 0 1 1.978 1.705l.626 4.205a2 2 0 0 1-1.978 2.295H8.82A2 2 0 0 1 6.842 8.91l.626-4.205zM13.968 14.962a2 2 0 0 1 1.978-1.706h5.108a2 2 0 0 1 1.978 1.706l.626 4.205a2 2 0 0 1-1.978 2.294h-6.36a2 2 0 0 1-1.978-2.294l.626-4.205zM.968 14.962a2 2 0 0 1 1.978-1.706h5.108a2 2 0 0 1 1.978 1.706l.626 4.205A2 2 0 0 1 8.68 21.46H2.32a2 2 0 0 1-1.978-2.294l.626-4.205z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-investigation {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4 6.6a3 3 0 0 1 3-3H15A3 3 0 0 1 17.94 6H9a4.2 4.2 0 0 0-4.2 4.2v.633a5.368 5.368 0 0 0-2.4.876V6.6zm7.873 11.928l1.872 1.872H18.6a3 3 0 0 0 3-3v-7.2a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v.633a5.4 5.4 0 0 1 4.273 7.695zM5.4 20.4c.943 0 1.815-.312 2.515-.836l3.06 3.06a.6.6 0 0 0 .849-.849l-3.06-3.06A4.2 4.2 0 1 0 5.4 20.4zm0-1.2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%239E67FF'/%3E%3C/svg%3E")
}

.icon-graph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7.125a2.437 2.437 0 0 0-2.438 2.438v9.75a2.438 2.438 0 1 0 4.876 0v-9.75A2.438 2.438 0 0 0 12 7.124zM19.313 2.25a2.437 2.437 0 0 0-2.438 2.438v14.625a2.438 2.438 0 1 0 4.875 0V4.688a2.438 2.438 0 0 0-2.438-2.438zM4.688 12a2.438 2.438 0 0 0-2.438 2.438v4.874a2.437 2.437 0 1 0 4.875 0v-4.875A2.437 2.437 0 0 0 4.687 12z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-terms {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4a1 1 0 0 0 1 1h3.966a2.981 2.981 0 0 0-.811-1.728L14.871.913A3.01 3.01 0 0 0 13 .029V4zm-2 0V0H7a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h6a5.006 5.006 0 0 0 5-5V7h-4a3 3 0 0 1-3-3zm6 20H8a1 1 0 0 1 0-2h9a3 3 0 0 0 3-3V8a1 1 0 0 1 2 0v11a5.006 5.006 0 0 1-5 5z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-lock {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M19 8.424V7A7 7 0 1 0 5 7v1.424A5 5 0 0 0 2 13v6a5.006 5.006 0 0 0 5 5h10a5.006 5.006 0 0 0 5-5v-6a5 5 0 0 0-3-4.576zM13 17a1 1 0 0 1-2 0v-2a1 1 0 0 1 2 0v2zm4-9H7V7a5 5 0 1 1 10 0v1z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-key {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M13 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm11 2A12 12 0 1 1 12 0a12.013 12.013 0 0 1 12 12zm-9-2a3 3 0 1 0-4 2.816V16a1 1 0 0 0 2 0v-3.184A3 3 0 0 0 15 10z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-return {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15 7h-4.83V5.414A2 2 0 0 0 6.756 4L.876 9.88a3 3 0 0 0 0 4.241l5.88 5.88a2 2 0 0 0 3.414-1.415V17H16a6.006 6.006 0 0 1 6 6 1 1 0 0 0 2 0v-7a9.01 9.01 0 0 0-9-9z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-return, .icon-shield {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M18.581 2.14L12.316.051a1 1 0 0 0-.632 0l-6.265 2.09A4.993 4.993 0 0 0 2 6.882V12c0 7.563 9.2 11.74 9.594 11.914a1 1 0 0 0 .812 0C12.8 23.74 22 19.564 22 12V6.883a4.993 4.993 0 0 0-3.419-4.743zm-1.863 7.577l-4.272 4.272a1.874 1.874 0 0 1-1.335.553h-.033a1.871 1.871 0 0 1-1.345-.6l-2.306-2.4a1 1 0 1 1 1.441-1.382l2.244 2.34L15.3 8.3a1 1 0 0 1 1.414 1.414l.004.003z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-user-add {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M23 11h-2V9a1 1 0 0 0-2 0v2h-2a1 1 0 0 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2zM9 12A6 6 0 1 0 9 0a6 6 0 0 0 0 12zM9 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM9 14a9.01 9.01 0 0 0-9 9 1 1 0 1 0 2 0 7 7 0 1 1 14 0 1 1 0 0 0 2 0 9.01 9.01 0 0 0-9-9z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M13.844 17.268l-3.262 3.262a5.028 5.028 0 0 1-7.11-7.109l3.261-3.265a1 1 0 1 0-1.415-1.414l-3.26 3.265a7.028 7.028 0 0 0 9.941 9.937l3.262-3.262a1 1 0 0 0-1.414-1.414h-.003zM21.942 2.061A6.98 6.98 0 0 0 16.974 0a6.983 6.983 0 0 0-4.969 2.057L8.74 5.32a1 1 0 0 0 1.413 1.415l3.266-3.262A4.994 4.994 0 0 1 16.97 2a5.028 5.028 0 0 1 3.555 8.583l-3.262 3.262a1 1 0 0 0 1.415 1.415L21.94 12a7.037 7.037 0 0 0 .002-9.939z'/%3E%3Cpath d='M14.293 8.292l-6 6a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0-1.414-1.414z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-clipboard-search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.75 2h-3.5a2.25 2.25 0 0 0-2.236 2H6.25A2.25 2.25 0 0 0 4 6.25v3.85a5.5 5.5 0 0 1 7.25 7.675l2.237 2.238A1.75 1.75 0 0 1 13.832 22h3.918A2.25 2.25 0 0 0 20 19.75V6.25A2.251 2.251 0 0 0 17.75 4h-1.764a2.25 2.25 0 0 0-2.236-2zm-3.5 1.5h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5zm-.3 14.39a4.5 4.5 0 1 0-1.145.976l2.915 2.914a.75.75 0 1 0 1.06-1.06l-2.83-2.83zM6.5 18a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-widget {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0 10h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm7.293-14.707l-3.586-3.586a1 1 0 0 0-1.414 0l-3.586 3.586a1 1 0 0 0 0 1.414l3.586 3.586a1 1 0 0 0 1.414 0l3.586-3.586a1 1 0 0 0 0-1.414z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-portrait {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M19 0H5a5.006 5.006 0 0 0-5 5v14a5.006 5.006 0 0 0 5 5v-3a7 7 0 1 1 14 0v3a5.006 5.006 0 0 0 5-5V5a5.006 5.006 0 0 0-5-5zm-7 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8z'/%3E%3Cpath d='M12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM12 16a5.006 5.006 0 0 0-5 5v3h10v-3a5.006 5.006 0 0 0-5-5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-earning {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M19 0h-5a1 1 0 1 0 0 2h5a2.95 2.95 0 0 1 1.285.3L.293 22.293a1 1 0 1 0 1.414 1.414L21.7 3.715c.196.4.298.84.3 1.285v5a1 1 0 1 0 2 0V5a5.006 5.006 0 0 0-5-5z'/%3E%3Cpath d='M6 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM18 14a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-data-exploration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 1.33.26 2.61.74 3.77l4.61-4.62a1 1 0 0 1 1.35-.06l2.6 2.19L14.58 10H14c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1v-.58l-3.94 3.93a.99.99 0 0 1-1.35.05l-2.59-2.19-4.4 4.4A9.996 9.996 0 0 0 12 22h8c1.1 0 2-.9 2-2v-8zm-2.5 8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-dashboard {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm4.596 5.404a.595.595 0 0 0-.763-.067c-2.89 2.028-4.52 3.23-4.894 3.602A1.502 1.502 0 0 0 12 13.499c.398 0 .78-.157 1.061-.438.219-.22 1.418-1.851 3.598-4.897a.59.59 0 0 0-.063-.76zM17.5 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-11 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm2.318-3.596A1 1 0 1 0 7.404 8.82a1 1 0 0 0 1.414-1.416zM12 5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-hands-hepling {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.876 9h-7.125v2.625A3.379 3.379 0 0 1 12.376 15a3.379 3.379 0 0 1-3.375-3.375v-5.7L5.959 7.752A2.994 2.994 0 0 0 4.5 10.322v2.217l-3.75 2.166a1.497 1.497 0 0 0-.548 2.048l3.75 6.498A1.5 1.5 0 0 0 6 23.799l4.847-2.798h6.403c1.655 0 3-1.346 3-3h.75c.83 0 1.5-.67 1.5-1.5v-3h.375c.623 0 1.125-.502 1.125-1.126v-2.25C24.001 9.5 23.499 9 22.876 9zm6.923-1.754L26.05.75a1.5 1.5 0 0 0-2.048-.548l-4.847 2.798h-4.79c-.563 0-1.111.16-1.59.455l-1.57.98a1.49 1.49 0 0 0-.703 1.27v5.921a1.875 1.875 0 1 0 3.75 0V7.5h8.625a2.627 2.627 0 0 1 2.625 2.625v1.336l3.75-2.166a1.502 1.502 0 0 0 .548-2.049z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-bulb {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M5.868 15.583a8.938 8.938 0 0 1-2.793-7.761 9 9 0 1 1 14.857 7.94A5.741 5.741 0 0 0 16.338 18H13v-7.184A3 3 0 0 0 15 8a1 1 0 1 0-2 0 1 1 0 1 1-2 0 1 1 0 1 0-2 0 3 3 0 0 0 2 2.816V18H7.563a6.839 6.839 0 0 0-1.695-2.417zM8 20v.31A3.694 3.694 0 0 0 11.69 24h.62A3.694 3.694 0 0 0 16 20.31V20H8z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-hand-holding-usd {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12.706 6.764l2.544.67a.403.403 0 0 1 .31.38c0 .216-.191.394-.427.394h-1.669c-.18 0-.357-.036-.524-.103-.246-.103-.529-.08-.717.093l-.891.82a.547.547 0 0 0-.177.323.535.535 0 0 0 .253.54c.494.296 1.046.48 1.618.54v.829c0 .412.367.75.814.75h.815c.447 0 .814-.338.814-.75v-.825c1.544-.169 2.711-1.453 2.508-2.953-.148-1.078-1.053-1.936-2.183-2.236l-2.543-.67a.403.403 0 0 1-.311-.38c0-.216.192-.394.427-.394h1.67c.18 0 .358.035.525.103.246.103.53.08.718-.093l.89-.82a.531.531 0 0 0 .175-.32.535.535 0 0 0-.253-.542 3.93 3.93 0 0 0-1.618-.54V.75c0-.412-.367-.75-.814-.75h-.815c-.447 0-.814.338-.814.75v.825c-1.542.169-2.712 1.453-2.508 2.953.147 1.078 1.055 1.936 2.183 2.236zm13.791 8.616c-.553-.502-1.416-.47-1.997 0l-4.331 3.464a2.983 2.983 0 0 1-1.875.656H12.75a.75.75 0 1 1 0-1.5h3.67c.745 0 1.44-.51 1.558-1.247A1.5 1.5 0 0 0 16.5 15H9a5.515 5.515 0 0 0-3.473 1.232L3.347 18H.75a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 .75.75h16.724a3 3 0 0 0 1.875-.656l7.088-5.672a1.501 1.501 0 0 0 .06-2.292z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h27v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-message-field {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.663 7.931a10.49 10.49 0 0 0-2.252-3.358 10.384 10.384 0 0 0-3.351-2.257A10.404 10.404 0 0 0 12 1.5h-.047a10.43 10.43 0 0 0-7.401 3.103A10.43 10.43 0 0 0 2.325 7.95c-.538 1.3-.81 2.693-.801 4.1a10.562 10.562 0 0 0 1.122 4.684v3.563c0 .595.483 1.078 1.076 1.078H7.28a10.493 10.493 0 0 0 4.676 1.125h.049c1.401 0 2.758-.272 4.038-.804a10.389 10.389 0 0 0 3.34-2.231 10.426 10.426 0 0 0 2.257-3.328c.55-1.294.832-2.67.84-4.09a10.545 10.545 0 0 0-.817-4.116zm-14.34 5.194a1.125 1.125 0 0 1 0-2.25 1.125 1.125 0 0 1 0 2.25zm4.677 0a1.125 1.125 0 0 1 0-2.25 1.125 1.125 0 0 1 0 2.25zm4.678 0a1.125 1.125 0 0 1 0-2.25 1.125 1.125 0 0 1 0 2.25z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-calendar-checkmark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.402 8.4v3.12a6.6 6.6 0 0 0-8.88 8.88h-4.92a3 3 0 0 1-3-3v-9h16.8zM17.402 3.6a3 3 0 0 1 3 3v.6h-16.8v-.6a3 3 0 0 1 3-3h10.8z' fill='%23ff4521'/%3E%3Cpath d='M22.8 17.4a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0zm-2.575-2.225a.6.6 0 0 0-.85 0L16.2 18.352l-.775-.777a.6.6 0 1 0-.85.85l1.2 1.2a.6.6 0 0 0 .85 0l3.6-3.6a.6.6 0 0 0 0-.85z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-stats {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M23 22H3a1 1 0 0 1-1-1V1a1 1 0 0 0-2 0v20a3 3 0 0 0 3 3h20a1 1 0 0 0 0-2z'/%3E%3Cpath d='M15 20a1 1 0 0 0 1-1v-7a1 1 0 0 0-2 0v7a1 1 0 0 0 1 1zM7 20a1 1 0 0 0 1-1v-7a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1zM19 20a1 1 0 0 0 1-1V7a1 1 0 0 0-2 0v12a1 1 0 0 0 1 1zM11 20a1 1 0 0 0 1-1V7a1 1 0 0 0-2 0v12a1 1 0 0 0 1 1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-briefcase {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4h-1.1A5.01 5.01 0 0 0 13 0h-2a5.009 5.009 0 0 0-4.9 4H5a5.006 5.006 0 0 0-5 5v3h24V9a5.006 5.006 0 0 0-5-5zM8.184 4A3 3 0 0 1 11 2h2a3 3 0 0 1 2.816 2H8.184zM13 15a1 1 0 0 1-2 0v-1H0v5a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-5H13v1z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-database {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M21 17H10v2a1 1 0 1 1-2 0v-2H6v2a1 1 0 1 1-2 0v-2H3a3 3 0 0 0 0 6h18a3 3 0 0 0 0-6zM21 9H10v2a1 1 0 1 1-2 0V9H6v2a1 1 0 1 1-2 0V9H3a3 3 0 1 0 0 6h18a3 3 0 0 0 0-6zM21 1H10v2a1 1 0 0 1-2 0V1H6v2a1 1 0 0 1-2 0V1H3a3 3 0 1 0 0 6h18a3 3 0 0 0 0-6z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-comment {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M19.675 2.758A11.936 11.936 0 0 0 10.475.1 12 12 0 0 0 12.017 24H19a5.006 5.006 0 0 0 5-5v-7.754a12.046 12.046 0 0 0-4.325-8.488zM8 7h4a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2zm8 10H8a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2zm0-4H8a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-apps-add {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0H4a4 4 0 0 0-4 4v3a4 4 0 0 0 4 4h3a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zM7 13H4a4 4 0 0 0-4 4v3a4 4 0 0 0 4 4h3a4 4 0 0 0 4-4v-3a4 4 0 0 0-4-4zM20 13h-3a4 4 0 0 0-4 4v3a4 4 0 0 0 4 4h3a4 4 0 0 0 4-4v-3a4 4 0 0 0-4-4zM14 7h3v3a1 1 0 0 0 2 0V7h3a1 1 0 1 0 0-2h-3V2a1 1 0 0 0-2 0v3h-3a1 1 0 1 0 0 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-interactive {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M23.707 22.293l-1.077-1.077-1.73-1.727 2.79-2.789a1 1 0 0 0-.366-1.646L14.355 11.8a2 2 0 0 0-2.56 2.56l3.262 8.97a1 1 0 0 0 1.646.364L19.49 20.9l1.727 1.727 1.077 1.077a1 1 0 0 0 1.414-1.414v.003z'/%3E%3Cpath d='M10 20a10 10 0 1 1 10-10 1 1 0 0 1-2 0 8 8 0 1 0-8 8 1 1 0 0 1 0 2z'/%3E%3Cpath d='M8.084 15.62a.999.999 0 0 1-.383-.076 6 6 0 1 1 7.846-7.834 1 1 0 1 1-1.848.764A3.999 3.999 0 1 0 8.468 13.7a1 1 0 0 1-.384 1.924v-.004z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-flag {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 24a1 1 0 0 1-1-1V4a4 4 0 0 1 4-4h7a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H2v10a1 1 0 0 1-1 1zM20 4h-3v5a6.006 6.006 0 0 1-6 6h-.444A3.987 3.987 0 0 0 14 17h6a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-clock {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12 0a12 12 0 1 0 12 12A12.013 12.013 0 0 0 12 0zm1 11.879a1 1 0 0 1-.469.848l-3.84 2.4a1.003 1.003 0 0 1-1.062-1.7L11 11.325V7a1 1 0 0 1 2 0v4.879z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-pulse {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1H5a5.006 5.006 0 0 0-5 5v8a5.006 5.006 0 0 0 5 5h6v2H7a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2h-4v-2h6a5.006 5.006 0 0 0 5-5V6a5.006 5.006 0 0 0-5-5zm0 10h-2.965l-1.7 2.555A1 1 0 0 1 13.5 14h-.062a1 1 0 0 1-.833-.551l-2.229-4.461-1.044 1.567A1 1 0 0 1 8.5 11H5a1 1 0 0 1 0-2h2.965l1.7-2.555A.987.987 0 0 1 10.562 6a1 1 0 0 1 .833.551l2.229 4.459 1.044-1.567A1 1 0 0 1 15.5 9H19a1 1 0 1 1 0 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-subtitles2 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V7a5.006 5.006 0 0 0-5-5zM5 11h2a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm8 7H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm6 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zm0-5h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-time-quater-pass {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.181.207A1 1 0 0 0 13 1.19v2.879A8.053 8.053 0 1 0 19.931 11h2.886a1.002 1.002 0 0 0 .983-1.181A12.047 12.047 0 0 0 14.181.207zM16 13h-2.277A1.994 1.994 0 1 1 11 10.277V7a1 1 0 0 1 2 0v3.277a2 2 0 0 1 .723.723H16a1 1 0 0 1 0 2zM2.986 4.968a1 1 0 1 1-.374 1.965 1 1 0 0 1 .374-1.965zm-1.6 3.987a1 1 0 1 1-.003 0h.003zm8.742 12.868a1 1 0 1 1-.003 0h.003zM6.008 1.9a1 1 0 1 1-.374 1.965A1 1 0 0 1 6.008 1.9zM10.182.209a1 1 0 1 1-.408 1.958 1 1 0 0 1 .408-1.958zM.234 14.046a1 1 0 1 1 1.964.373 1 1 0 0 1-1.964-.373zm1.681 3.963a1 1 0 1 1 1.964.373 1 1 0 0 1-1.964-.373zM4.967 21a1 1 0 1 1 1.964.373A1 1 0 0 1 4.967 21zm16.047-1.967a1 1 0 1 1 .374-1.964 1 1 0 0 1-.374 1.963v.001zM17.992 22.1a1 1 0 1 1 .374-1.966 1 1 0 0 1-.374 1.966zm-3.939 1.656a1 1 0 1 1 1.17-.795 1 1 0 0 1-1.17.791v.004zM23.712 14a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-android-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.441 23.175c0 .732.597 1.329 1.332 1.329h1.521v3.762c0 .953.766 1.731 1.707 1.731.944 0 1.706-.775 1.706-1.73V24.5h2.656v3.763c0 .953.766 1.731 1.707 1.731.943 0 1.706-.775 1.706-1.731V24.5h1.522c.734 0 1.33-.596 1.33-1.328v-12.35H8.442v12.354zm11.16-18.753l1.403-2.03c.081-.12.062-.279-.047-.357-.11-.075-.266-.038-.347.081L19.154 4.23a8.596 8.596 0 0 0-3.15-.588c-1.122 0-2.19.21-3.15.588l-1.456-2.11c-.082-.119-.238-.16-.347-.081-.11.075-.128.231-.047.356l1.403 2.031c-2.231 1.038-3.794 3.004-3.994 5.3h15.188c-.206-2.3-1.772-4.265-4-5.303zm-6.803 3.203a.84.84 0 1 1 0-1.681.84.84 0 0 1 0 1.681zm6.512 0a.84.84 0 1 1 0-1.681.84.84 0 0 1 0 1.681zm6.981 3.147c-.943 0-1.706.775-1.706 1.732v6.762c0 .953.766 1.731 1.706 1.731.944 0 1.707-.775 1.707-1.73V12.5a1.711 1.711 0 0 0-1.707-1.729zm-20.58 0c-.945 0-1.707.775-1.707 1.732v6.762c0 .953.766 1.731 1.706 1.731.944 0 1.706-.775 1.706-1.73V12.5c0-.957-.765-1.729-1.706-1.729z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='4.004' y1='15.997' x2='27.998' y2='15.997' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon-windows-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.369 5.981v9.028h11.938V4.003L16.368 5.98zm0 20.069l11.938 1.944v-11H16.368v9.056zM3.753 15.006h10.091V6.31L3.754 7.981v7.025zm0 9.075l10.091 1.644v-8.731H3.754v7.087z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='3.753' y1='15.998' x2='28.306' y2='15.998' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon-apple-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.762 16.74c-.012-2.13.954-3.737 2.904-4.921-1.091-1.563-2.741-2.422-4.916-2.588-2.06-.162-4.313 1.2-5.137 1.2-.872 0-2.866-1.143-4.435-1.143-3.237.05-6.678 2.58-6.678 7.73 0 1.523.278 3.095.834 4.713.744 2.131 3.425 7.353 6.222 7.269 1.463-.034 2.497-1.038 4.4-1.038 1.847 0 2.803 1.038 4.435 1.038 2.822-.04 5.247-4.788 5.953-6.925-3.785-1.784-3.582-5.225-3.582-5.334zm-3.284-9.53c1.584-1.882 1.44-3.594 1.394-4.21-1.4.081-3.019.953-3.94 2.025-1.016 1.15-1.613 2.572-1.485 4.175 1.512.116 2.894-.662 4.031-1.99z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='5.5' y1='16' x2='27.344' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon-globe {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.282 11.355C19.581 7.034 17.926 4 16 4c-1.926 0-3.58 3.034-4.282 7.355h8.564zM11.355 16c0 1.074.058 2.105.16 3.097h8.966a30.305 30.305 0 0 0 0-6.194h-8.967c-.101.992-.16 2.023-.16 3.097zm15.711-4.645a12.025 12.025 0 0 0-7.645-6.852c1.18 1.636 1.994 4.099 2.42 6.852h5.225zM12.574 4.503a12.017 12.017 0 0 0-7.64 6.852h5.226c.42-2.753 1.233-5.216 2.414-6.852zm15.01 8.4h-5.55c.102 1.016.16 2.057.16 3.097s-.058 2.08-.16 3.097h5.545c.266-.992.416-2.023.416-3.097 0-1.074-.15-2.105-.411-3.097zM9.806 16c0-1.04.059-2.08.16-3.097h-5.55A12.107 12.107 0 0 0 4 16c0 1.074.155 2.105.416 3.097h5.545A32.768 32.768 0 0 1 9.806 16zm1.912 4.645C12.419 24.966 14.074 28 16 28c1.926 0 3.58-3.034 4.282-7.355h-8.564zm7.708 6.852a12.037 12.037 0 0 0 7.645-6.852h-5.226c-.426 2.753-1.238 5.216-2.42 6.852zM4.934 20.645a12.026 12.026 0 0 0 7.645 6.852c-1.18-1.636-1.994-4.099-2.42-6.852H4.935z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='4' y1='16' x2='27.995' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon-facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4v-8.5z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153.509.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm6.5-.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002zM7 8.48H3V21h4V8.48zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-telegram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20a8 8 0 1 0 0-16.001A8 8 0 0 0 12 20zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.11-8.83l-2.498-.779c-.54-.165-.543-.537.121-.804l9.733-3.76c.565-.23.885.061.702.79l-1.657 7.82c-.116.557-.451.69-.916.433l-2.551-1.888-1.189 1.148c-.122.118-.221.219-.409.244-.187.026-.341-.03-.454-.34l-.87-2.871-.012.008v-.001z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-arrow-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 12a.75.75 0 0 1 .75-.75h17.69l-4.721-4.719a.751.751 0 0 1 1.062-1.062l6 6a.75.75 0 0 1 0 1.063l-6 6a.75.75 0 0 1-1.062-1.063l4.72-4.719H2.25A.75.75 0 0 1 1.5 12z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.5' y1='12.001' x2='22.501' y2='12.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon-arrow-right-long {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCA1MiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC41NDM3IDAuMTM2MzNDMzguMzI2OCAwLjIyNjMzNCAzOC4xMjk4IDAuMzU4MjQ0IDM3Ljk2NCAwLjUyNDUwNUMzNy43OTc3IDAuNjkwMzQ3IDM3LjY2NTggMC44ODczNTkgMzcuNTc1OCAxLjEwNDI2QzM3LjQ4NTggMS4zMjExNiAzNy40Mzk1IDEuNTUzNjggMzcuNDM5NSAxLjc4ODUyQzM3LjQzOTUgMi4wMjMzNSAzNy40ODU4IDIuMjU1ODcgMzcuNTc1OCAyLjQ3Mjc3QzM3LjY2NTggMi42ODk2NyAzNy43OTc3IDIuODg2NjkgMzcuOTY0IDMuMDUyNTNMNDUuNjI5NSAxMC43MTUxSDEuNzg0MzVDMS4zMTA4NSAxMC43MTUxIDAuODU2NzQ3IDEwLjkwMzIgMC41MjE5MzQgMTEuMjM4QzAuMTg3MTIgMTEuNTcyOCAtMC4wMDA5NzY1NjIgMTIuMDI2OSAtMC4wMDA5NzY1NjIgMTIuNTAwNEMtMC4wMDA5NzY1NjIgMTIuOTczOSAwLjE4NzEyIDEzLjQyODEgMC41MjE5MzQgMTMuNzYyOUMwLjg1Njc0NyAxNC4wOTc3IDEuMzEwODUgMTQuMjg1OCAxLjc4NDM1IDE0LjI4NThINDUuNjI5NUwzNy45NjQgMjEuOTQ4NEMzNy42Mjg3IDIyLjI4MzYgMzcuNDQwNCAyMi43MzgzIDM3LjQ0MDQgMjMuMjEyNEMzNy40NDA0IDIzLjY4NjUgMzcuNjI4NyAyNC4xNDEyIDM3Ljk2NCAyNC40NzY0QzM4LjI5OTIgMjQuODExNyAzOC43NTM5IDI1IDM5LjIyOCAyNUMzOS43MDIxIDI1IDQwLjE1NjcgMjQuODExNyA0MC40OTIgMjQuNDc2NEw1MS4yMDM5IDEzLjc2NDVDNTEuMzcwMiAxMy41OTg2IDUxLjUwMjEgMTMuNDAxNiA1MS41OTIxIDEzLjE4NDdDNTEuNjgyMSAxMi45Njc4IDUxLjcyODQgMTIuNzM1MyA1MS43Mjg0IDEyLjUwMDVDNTEuNzI4NCAxMi4yNjU2IDUxLjY4MjEgMTIuMDMzMSA1MS41OTIxIDExLjgxNjJDNTEuNTAyMSAxMS41OTkzIDUxLjM3MDIgMTEuNDAyMyA1MS4yMDM5IDExLjIzNjVMNDAuNDkyIDAuNTI0NTA1QzQwLjMyNjEgMC4zNTgyNDQgNDAuMTI5MSAwLjIyNjMzNCAzOS45MTIyIDAuMTM2MzNDMzkuNjk1MyAwLjA0NjMyNyAzOS40NjI4IDAgMzkuMjI4IDBDMzguOTkzMSAwIDM4Ljc2MDYgMC4wNDYzMjcgMzguNTQzNyAwLjEzNjMzWiIgZmlsbD0iIzBEMTM1MCIvPgo8L3N2Zz4K")
}

.icon-arrow-left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 12a.75.75 0 0 1 .75-.75h17.69l-4.721-4.719a.751.751 0 0 1 1.062-1.062l6 6a.75.75 0 0 1 0 1.063l-6 6a.75.75 0 0 1-1.062-1.063l4.72-4.719H2.25A.75.75 0 0 1 1.5 12z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.5' y1='12.001' x2='22.501' y2='12.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    transform: rotate(180deg)
}

.icon-angle-down {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.665 12.228a1.333 1.333 0 0 0-1.88 0l-4.787 4.72-4.72-4.72a1.333 1.333 0 1 0-1.88 1.893l5.654 5.653a1.335 1.335 0 0 0 1.893 0l5.72-5.653a1.335 1.335 0 0 0 0-1.893z' fill='%230D1350'/%3E%3C/svg%3E")
}

.icon-angle-double-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.28 11.054a1.357 1.357 0 1 0-1.947 1.893L12.453 16l-3.12 3.054a1.333 1.333 0 0 0 0 1.893 1.333 1.333 0 0 0 1.894 0l4-4a1.332 1.332 0 0 0 0-1.893l-3.947-4zm11.333 4l-4-4a1.339 1.339 0 0 0-1.893 1.893L19.787 16l-3.067 3.054a1.334 1.334 0 0 0 0 1.893 1.333 1.333 0 0 0 1.893 0l4-4a1.333 1.333 0 0 0 .054-1.893h-.054z' fill='%230D1350'/%3E%3C/svg%3E")
}

.icon-plus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M23 11H13V1a1 1 0 0 0-1-1 1 1 0 0 0-1 1v10H1a1 1 0 0 0-1 1 1 1 0 0 0 1 1h10v10a1 1 0 0 0 2 0V13h10a1 1 0 0 0 0-2z' fill='%230D1350'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-exclamation {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M21 42A21 21 0 1 0 0 21a21.023 21.023 0 0 0 21 21zm-1.75-31.5a1.75 1.75 0 0 1 3.5 0v14a1.75 1.75 0 1 1-3.5 0v-14zm1.75 21a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h42v42H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-lightbulb {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.192 33.248l-.508 2.204a3.938 3.938 0 0 1-3.535 3.036l-.303.012h-3.694a3.937 3.937 0 0 1-3.757-2.76l-.08-.292-.508-2.2h12.385zM21 3.503A12.688 12.688 0 0 1 33.688 16.19c0 3.737-1.639 7.162-4.84 10.22a.437.437 0 0 0-.123.218l-.925 3.995H14.2l-.921-3.995a.437.437 0 0 0-.124-.217c-3.203-3.059-4.842-6.484-4.842-10.223A12.688 12.688 0 0 1 21 3.502z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-form {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M13.333 13.333a4 4 0 0 0 0 8h5.334a4 4 0 0 0 0-8h-5.334zm6.667 4a1.334 1.334 0 0 1-1.333 1.334h-5.334a1.334 1.334 0 0 1 0-2.667h5.334A1.334 1.334 0 0 1 20 17.333zm2.667 8a1.333 1.333 0 0 1-1.334 1.334H10.667a1.333 1.333 0 1 1 0-2.667h10.666a1.333 1.333 0 0 1 1.334 1.333zm3.381-21.172l-2.21-2.208A6.624 6.624 0 0 0 19.123 0h-8.457A6.675 6.675 0 0 0 4 6.667v18.666A6.675 6.675 0 0 0 10.667 32h10.666A6.675 6.675 0 0 0 28 25.333V8.876a6.623 6.623 0 0 0-1.952-4.715zm-1.885 1.886c.187.19.356.397.504.62h-3.334V3.333c.223.146.43.315.619.503l2.21 2.21zm1.17 19.286a4 4 0 0 1-4 4H10.667a4 4 0 0 1-4-4V6.667a4 4 0 0 1 4-4h8v4a2.667 2.667 0 0 0 2.666 2.666h4v16z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-shield-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23ff4521'%3E%3Cpath d='M24.774 2.853L16.422.068a1.333 1.333 0 0 0-.842 0L7.225 2.853a6.657 6.657 0 0 0-4.558 6.324V16c0 10.084 12.266 15.653 12.792 15.885a1.334 1.334 0 0 0 1.082 0c.526-.232 12.792-5.801 12.792-15.885V9.177a6.657 6.657 0 0 0-4.558-6.324zM26.666 16c0 7.273-8.425 12.044-10.666 13.185C13.756 28.048 5.333 23.292 5.333 16V9.177A4 4 0 0 1 8.07 5.383L16 2.739l7.931 2.644a4 4 0 0 1 2.736 3.794V16z'/%3E%3Cpath d='M20.4 11.067l-5.584 5.6-2.992-3.12a1.334 1.334 0 1 0-1.921 1.848l3.074 3.2a2.496 2.496 0 0 0 1.794.8h.044a2.499 2.499 0 0 0 1.78-.738l5.696-5.696a1.337 1.337 0 1 0-1.891-1.894z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-dollar {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M18.576 5.333a4.095 4.095 0 0 1 4.09 4.091 1.333 1.333 0 0 0 2.667 0v-.09-.074a6.764 6.764 0 0 0-6.757-6.593h-1.243V1.333a1.333 1.333 0 0 0-2.666 0v1.334h-1.243a6.757 6.757 0 0 0-2.133 13.166l3.375 1.127v9.707h-1.242a4.095 4.095 0 0 1-4.09-4.091 1.333 1.333 0 1 0-2.667 0V22.74a6.764 6.764 0 0 0 6.757 6.593h1.242v1.334a1.334 1.334 0 0 0 2.667 0v-1.334h1.243a6.758 6.758 0 0 0 2.133-13.166l-3.376-1.127V5.333h1.243zm1.293 13.362a4.09 4.09 0 0 1-1.293 7.972h-1.243v-8.818l2.536.846zm-5.203-4.544l-2.533-.846a4.09 4.09 0 0 1 1.29-7.972h1.243v8.818z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-badge {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16 21.333a10.666 10.666 0 1 1 10.667-10.666A10.678 10.678 0 0 1 16 21.333zM16 24a13.25 13.25 0 0 1-8-2.692v7.359a3.333 3.333 0 0 0 5.416 2.602l2.168-1.733a.667.667 0 0 1 .832 0l2.168 1.733A3.333 3.333 0 0 0 24 28.667v-7.359A13.254 13.254 0 0 1 16 24z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-sales-performance {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.334 8.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333V7.334c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M25.334 6.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333V5.334c0 .733-1.8 1.333-4 1.333zM25.334 10.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333V9.334c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M25.334 12.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.333c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M25.334 14.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.333c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M25.334 16.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 18.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 20.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 22.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 24.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 26.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M25.334 6.667c2.209 0 4-.597 4-1.334 0-.736-1.791-1.333-4-1.333-2.21 0-4 .597-4 1.333 0 .737 1.79 1.334 4 1.334zM25.334 8c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 10c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 12c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 14c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 16c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 18c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 20c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 22c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 24c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM25.334 26c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1z' fill='%23C5AEFF'/%3E%3Cpath d='M6.667 12.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.333c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M6.667 10.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333V9.334c0 .733-1.8 1.333-4 1.333zM6.667 14.667c-2.2 0-4-.6-4-1.333v1.333c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.333c0 .733-1.8 1.333-4 1.333z' fill='%23ff4521'/%3E%3Cpath d='M6.667 16.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 18.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 20.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 22.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 24.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 26.667c-2.2 0-4-.6-4-1.334v1.334c0 .733 1.8 1.333 4 1.333s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M6.667 10.667c2.209 0 4-.597 4-1.334 0-.736-1.791-1.333-4-1.333-2.21 0-4 .597-4 1.333 0 .737 1.79 1.334 4 1.334zM6.667 12c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 14c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 16c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 18c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 20c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 22c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 24c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1zM6.667 26c-1.867 0-3.4-.4-3.867-1-.067.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.134-.333-.466.6-2 1-3.866 1z' fill='%23C5AEFF'/%3E%3Cpath d='M16 18.667c-2.2 0-4-.6-4-1.334v1.334C12 19.4 13.8 20 16 20s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M16 16.667c-2.2 0-4-.6-4-1.334v1.334C12 17.4 13.8 18 16 18s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334zM16 20.667c-2.2 0-4-.6-4-1.334v1.334C12 21.4 13.8 22 16 22s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M16 22.667c-2.2 0-4-.6-4-1.334v1.334C12 23.4 13.8 24 16 24s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M16 24.667c-2.2 0-4-.6-4-1.334v1.334C12 25.4 13.8 26 16 26s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M16 26.667c-2.2 0-4-.6-4-1.334v1.334C12 27.4 13.8 28 16 28s4-.6 4-1.333v-1.334c0 .734-1.8 1.334-4 1.334z' fill='%23ff4521'/%3E%3Cpath d='M16 16.667c2.21 0 4-.597 4-1.334C20 14.597 18.21 14 16 14s-4 .597-4 1.333c0 .737 1.79 1.334 4 1.334zM16 18c-1.867 0-3.4-.4-3.867-1-.066.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.133-.333-.467.6-2 1-3.867 1zM16 20c-1.867 0-3.4-.4-3.867-1-.066.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.133-.333-.467.6-2 1-3.867 1zM16 22c-1.867 0-3.4-.4-3.867-1-.066.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.133-.333-.467.6-2 1-3.867 1zM16 24c-1.867 0-3.4-.4-3.867-1-.066.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.133-.333-.467.6-2 1-3.867 1zM16 26c-1.867 0-3.4-.4-3.867-1-.066.133-.133.2-.133.333 0 .734 1.8 1.334 4 1.334s4-.6 4-1.334c0-.133-.067-.2-.133-.333-.467.6-2 1-3.867 1z' fill='%23C5AEFF'/%3E%3C/svg%3E")
}

.icon-app-16 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5.5A1.5 1.5 0 0 1 13.5 4H18v6h-6V5.5zM5.5 12A1.5 1.5 0 0 0 4 13.5v3A1.5 1.5 0 0 0 5.5 18H10v-6H5.5zM18 12h-6v6h4.5a1.5 1.5 0 0 0 1.5-1.5V12zm6.5-8H20v6h4.5A1.5 1.5 0 0 0 26 8.5v-3A1.5 1.5 0 0 0 24.5 4zM6 23.5A1.5 1.5 0 0 1 7.5 22H12v6H7.5A1.5 1.5 0 0 1 6 26.5v-3zM20 22h-6v6h6v-6zm2 0h6v4.5a1.5 1.5 0 0 1-1.5 1.5H22v-6zm1.5-8a1.5 1.5 0 0 0-1.5 1.5V20h6v-4.5a1.5 1.5 0 0 0-1.5-1.5h-3z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-question {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 .286c7.574 0 13.714 6.14 13.714 13.714 0 7.574-6.14 13.714-13.714 13.714C6.426 27.714.286 21.574.286 14 .286 6.426 6.426.286 14 .286zm0 18.857A1.428 1.428 0 1 0 14 22a1.428 1.428 0 0 0 0-2.857zm0-13.429c-2.243 0-4.286 1.972-4.286 4.286a.857.857 0 1 0 1.714 0c0-1.353 1.262-2.572 2.572-2.572S16.57 8.647 16.57 10c0 1.006-.275 1.583-1.065 2.371l-.177.174-.651.604c-1.08 1.032-1.535 1.824-1.535 3.137a.857.857 0 1 0 1.714 0c0-.74.244-1.175 1.016-1.909l.188-.175.233-.213.225-.21c1.234-1.18 1.767-2.143 1.767-3.78 0-2.313-2.043-4.285-4.286-4.285z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.icon-percent {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.318.698L8.51 2.504a.78.78 0 0 1-.55.23H5.114a2.38 2.38 0 0 0-2.381 2.38v2.845a.784.784 0 0 1-.229.552L.697 10.317a2.38 2.38 0 0 0 0 3.367l1.808 1.808a.78.78 0 0 1 .229.55v2.845a2.38 2.38 0 0 0 2.38 2.38H7.96c.208 0 .405.084.552.23l1.807 1.807a2.381 2.381 0 0 0 3.366 0l1.808-1.808a.781.781 0 0 1 .55-.229h2.845a2.38 2.38 0 0 0 2.381-2.38v-2.845c0-.208.083-.405.229-.552l1.808-1.806a2.38 2.38 0 0 0 0-3.367L21.497 8.51a.781.781 0 0 1-.229-.55V5.114a2.38 2.38 0 0 0-2.38-2.38h-2.845a.78.78 0 0 1-.552-.23L13.684.696a2.38 2.38 0 0 0-3.366 0v.002zM7.435 15.434l8-8 1.132 1.133-8 8-1.132-1.133zM8 8v1.6h1.6V8h-1.6zm6.4 8h1.6v-1.6h-1.6V16z' fill='%23ff4521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.icon-brain {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.872 1.865A8.211 8.211 0 0 1 13.85.2c.504 0 .905.262 1.138.443.26.206.504.468.723.73.155.189.24.425.24.669V9.65h-2.28a3.15 3.15 0 1 0 0 2.1h2.28v19.771a1.05 1.05 0 0 1-.385.813c-.97.794-2.268 1.466-3.816 1.466-2.49 0-4.345-1.256-5.544-2.757a8.52 8.52 0 0 1-1.72-3.68 5.63 5.63 0 0 1-2.213-1.165C1.112 25.205.199 23.594.199 21.2c0-1.17.078-2.226.252-3.15h6.573c1.336 0 2.436.997 2.604 2.287a3.15 3.15 0 1 0 2.109-.013 4.725 4.725 0 0 0-4.713-4.374H1.125c.322-.626.752-1.155 1.313-1.53a3.31 3.31 0 0 1 .445-.249c-.596-1.747-.441-3.792.134-5.399.368-1.033.952-2.01 1.754-2.66.53-.431 1.16-.715 1.848-.77.302-1.433 1.153-2.62 2.255-3.477h-.002zM18.05 26.45h1.575a4.725 4.725 0 0 0 4.725-4.725v-3.854a3.15 3.15 0 1 0-2.1 0v3.854a2.626 2.626 0 0 1-2.625 2.625H18.05V2.042c0-.244.085-.48.24-.668.216-.263.462-.525.722-.73.231-.182.632-.444 1.138-.444a8.21 8.21 0 0 1 4.977 1.665c1.103.857 1.953 2.044 2.253 3.478.69.052 1.32.338 1.848.768.803.651 1.386 1.628 1.754 2.661.575 1.607.73 3.654.134 5.397.152.072.3.156.446.252.577.385 1.016.935 1.34 1.584.636 1.27.898 3.043.898 5.195 0 2.396-.913 4.005-2.072 4.998a5.629 5.629 0 0 1-2.214 1.165c-.21 1.172-.798 2.529-1.72 3.68-1.197 1.501-3.053 2.757-5.544 2.757-1.545 0-2.845-.672-3.813-1.466a1.051 1.051 0 0 1-.387-.813V26.45zM10.7 9.65a1.05 1.05 0 1 0 0 2.1 1.05 1.05 0 0 0 0-2.1zm0 12.6a1.05 1.05 0 1 0 0 2.1 1.05 1.05 0 0 0 0-2.1zm12.6-6.3a1.05 1.05 0 1 0 0-2.1 1.05 1.05 0 0 0 0 2.1z' fill='%23ff4521'/%3E%3C/svg%3E")
}

.title {
    font-family: Lato;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0d1350;
    margin: 0 auto;
    padding: 0
}

@media (max-width: 720px) {
    .title {
        font-size: 22px;
        line-height: 140%
    }
}

.title_24px {
    font-size: 24px
}

@media (max-width: 720px) {
    .title_24px {
        font-size: 16px
    }
}

.title_32px {
    font-size: 32px
}

@media (max-width: 720px) {
    .title_32px {
        font-size: 22px
    }
}

.title_36px {
    font-size: 32px
}

@media (max-width: 720px) {
    .title_36px {
        font-size: 16px
    }
}

.title_36_20px {
    font-size: 36px
}

@media (max-width: 720px) {
    .title_36_20px {
        font-size: 20px
    }
}

.title_48px {
    font-size: 48px
}

@media (max-width: 720px) {
    .title_48px {
        font-size: 24px
    }
}

.title_40px {
    font-size: 40px
}

@media (max-width: 720px) {
    .title_40px {
        font-size: 22px
    }
}

.title_56px {
    font-size: 56px
}

@media (max-width: 720px) {
    .title_56px {
        font-size: 24px
    }
}

.title_color_white {
    color: #fff
}

.title_underline:after {
    content: "";
    margin: 32px auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='2' viewBox='0 0 56 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='56' height='2' rx='1' fill='%230D1350'/%3E%3C/svg%3E");
    width: 56px;
    height: 2px;
    display: block
}

@media (max-width: 720px) {
    .title_underline:after {
        width: 24px;
        margin: 24px auto
    }
}

.title_underline-align-left {
    text-align: left
}

.title_underline-align-left:after {
    content: "";
    margin: 32px 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='2' viewBox='0 0 56 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='56' height='2' rx='1' fill='%230D1350'/%3E%3C/svg%3E");
    width: 56px;
    height: 2px;
    display: block
}

@media (max-width: 720px) {
    .title_underline-align-left:after {
        width: 24px;
        margin: 24px auto
    }
}

.title_align-left {
    text-align: left
}

.landing-title {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #0d1350;
    margin: 0 auto;
    padding: 0
}

@media (max-width: 720px) {
    .landing-title {
        font-size: 24px;
        line-height: 140%
    }
}

.subtitle {
    font-family: Lato;
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    color: #0d1350
}

@media (max-width: 720px) {
    .subtitle {
        font-size: 16px;
        line-height: 150%
    }
}

.subtitle_align-left {
    text-align: left
}

.subtitle_align-center {
    text-align: center
}

.subtitle_color_white {
    color: #fff
}

.subtitle_no-padding {
    padding: 0
}

.subtitle_padding-104 {
    padding: 0 104px
}

@media screen and (max-width: 720px) {
    .subtitle_padding-104 {
        padding: 0 16px
    }
}

.subtitle_max-width_560 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.subtitle_max-width_960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.subtitle-landing {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0d1350;
    padding: 0
}

@media (max-width: 720px) {
    .subtitle-landing {
        font-size: 20px;
        line-height: 140%
    }
}

.card {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    padding: 32px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 100%;
    position: relative;
    box-sizing: border-box
}

.card, .card_inline {
    align-items: center
}

@media screen and (max-width: 720px) {
    .card_inline {
        flex-direction: column;
        gap: 24px
    }
}

.card_center {
    align-items: center
}

.card_colored {
    padding: 0;
    overflow: hidden
}

.card_no-border {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: transparent
}

.card_padding-left-right {
    padding: 32px 0;
    max-width: 100%
}

.card__width-100 {
    max-width: 100%
}

.card_375 {
    max-width: 375px
}

.card__description {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7d7987;
    margin: 24px 0 0
}

.card__description_padding_24 {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.card__description_center {
    text-align: center
}

.card__description_font-14 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

.card__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d1350;
    margin: 24px 0 0
}

.card__title_font-20 {
    font-size: 20px;
    font-weight: 400
}

@media screen and (max-width: 720px) {
    .card__title_font-20 {
        font-size: 18px
    }
}

.card__title_font-16 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px
}

.card__title__padding-left-25 {
    padding-left: 25px
}

.card__title__padding-right-25 {
    padding-right: 25px
}

.card__title_center {
    text-align: center
}

.card__title_colored {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    background: linear-gradient(180deg, #c5aeff -0.87%, #bfd6ff 99.08%);
    margin: 0;
    padding: 24px 16px;
    text-align: center;
    width: 100%
}

.card__title_no-margin {
    margin: 0
}

.card__badge {
    background: linear-gradient(90deg, #ff4521, #1811a2);
    border-radius: 10px 0;
    font-family: Lato;
    font-size: 11px;
    line-height: 150%;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    left: 0
}

.card-dropdown {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    padding: 32px;
    max-width: 500px;
    display: grid;
    grid-template-columns:56px 1fr;
    gap: 0 32px
}

@media (max-width: 720px) {
    .card-dropdown {
        padding: 16px
    }
}

.card-dropdown_no-image {
    grid-template-columns:1fr;
    gap: 0
}

.card-dropdown_width-100percent {
    max-width: 100%
}

.card-dropdown__description {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7d7987;
    max-height: 0;
    transition: max-height .4s ease-in-out;
    grid-column: 1/3;
    overflow: hidden
}

.card-dropdown__description:before {
    padding-top: 32px;
    display: block;
    content: ""
}

.card-dropdown__description_active {
    max-height: 100%
}

.card-dropdown__title {
    display: flex;
    justify-content: space-between;
    font-family: Lato;
    color: #0d1350;
    align-items: center;
    cursor: pointer;
    width: 100%;
    gap: 16px;
    text-align: left;
    font-weight: 400
}

.card-dropdown__title:after {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.745 13a.775.775 0 0 1-.415-.123.724.724 0 0 1-.274-.321.685.685 0 0 1-.041-.413c.029-.138.1-.266.205-.365l3.968-3.79-3.968-3.79a.697.697 0 0 1-.195-.499.7.7 0 0 1 .22-.489.768.768 0 0 1 .51-.21.772.772 0 0 1 .523.185L10.78 7.48a.7.7 0 0 1 .22.507.7.7 0 0 1-.22.506L6.278 12.79a.754.754 0 0 1-.533.21z' fill='%230D1350'/%3E%3C/svg%3E");
    transition: transform .3s ease-in;
    flex: 0 0 16px
}

.card-dropdown__title em {
    background-color: #ff0
}

.card-dropdown__title_active:after {
    transform: rotate(90deg)
}

.text_align-center {
    text-align: center
}

.text_align-left {
    text-align: left
}

@media (max-width: 720px) {
    .text_align-center_mobile {
        text-align: center
    }
}

.text_line-height_32px {
    line-height: 32px
}

@media (max-width: 720px) {
    .text_line-height_32px {
        line-height: 150%
    }
}

.tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px;
    gap: 4px;
    background: #f3f3f7;
    border-radius: 10px;
    list-style-type: none;
    margin: none
}

.tab_transparent {
    background-color: transparent
}

@media (max-width: 720px) {
    .tab_page {
        display: none
    }
}

.tab_select {
    display: none;
    flex-direction: column
}

@media (max-width: 720px) {
    .tab_select {
        display: flex
    }
}

.tab__item {
    text-align: center;
    color: #9ea1b9;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 40px;
    cursor: pointer;
    text-decoration: none
}

.tab__item_active {
    background: #fff;
    border-radius: 10px;
    color: #0d1350;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1)
}

.two-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #7d7987;
    align-items: center;
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 64px
}

@media screen and (max-width: 750px) {
    .two-buttons {
        width: max-content;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px
    }
}

@media screen and (max-width: 375px) {
    .two-buttons {
        width: fit-content;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px
    }
}

@media screen and (max-width: 750px) {
    .two-buttons__button {
        width: 100%;
        box-sizing: border-box
    }
}

.two-buttons_space-between {
    align-self: flex-end;
    justify-content: space-between;
    display: flex;
    width: 100%
}

.two-buttons_column {
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box
}

.two-buttons_no-margin {
    align-self: flex-end;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0;
    z-index: 1;
    position: relative
}

@media screen and (max-width: 750px) {
    .two-buttons_no-margin {
        margin-left: auto;
        margin-right: auto
    }
}

.start-trading {
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    padding: 120px 60px;
    position: relative
}

@media screen and (max-width: 720px) {
    .start-trading {
        box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
        border-radius: 10px;
        padding: 64px 16px
    }
}

.start-trading {
    padding: 64px 60px
}

@media screen and (max-width: 720px) {
    .start-trading {
        padding: 32px 16px
    }
}

.start-trading__title {
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 679px) {
    .start-trading__title {
        font-size: 22px
    }
}

.start-trading__subtitle {
    font-size: 20px;
    text-align: center;
    margin: 32px auto 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 679px) {
    .start-trading__subtitle {
        font-size: 16px;
        line-height: 150%;
        margin: 24px auto 0
    }
}

.start-trading__background-image, .start-trading__background-image-join {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.start-trading__background-image-join {
    border-radius: 15px;
    opacity: .7
}

.live-pricing__tab {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 720px) {
    .live-pricing__tab {
        display: none
    }
}

.live-pricing__tab-data {
    justify-content: center;
    overflow: auto
}

@media (max-width: 720px) {
    .live-pricing__tab-data {
        justify-content: flex-start
    }
}

.live-pricing__tab-title {
    display: flex;
    justify-content: center
}

.live-pricing__tab-select {
    display: none;
    padding: 0 16px;
    flex-direction: column
}

@media (max-width: 720px) {
    .live-pricing__tab-select {
        display: flex
    }
}

.live-pricing__title {
    padding: 0 16px
}

.live-pricing__subtitle {
    text-align: center;
    max-width: 940px;
    margin: 32px auto 90px
}

@media (max-width: 720px) {
    .live-pricing__subtitle {
        margin: 24px auto 40px
    }
}

.live-pricing__tab-data_slider {
    justify-content: center;
    overflow: auto
}

@media (max-width: 720px) {
    .live-pricing__tab-data_slider {
        justify-content: center
    }
}

@media (max-width: 500px) {
    .live-pricing__tab-data_slider {
        justify-content: flex-start
    }
}

.live-pricing-card {
    max-width: 190px;
    min-width: 190px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0 20px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    display: grid;
    grid-template-columns:1fr 1fr
}

.live-pricing-card__column-title {
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #7d7987;
    padding-top: 16px
}

.live-pricing-card__title, .live-pricing-card__visible-title {
    width: 100%;
    padding-bottom: 16px;
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #0d1350;
    border-bottom: 1px solid #d3dae8;
    grid-column: 1/3
}

.live-pricing-card__button {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 16px
}

.live-pricing-card__button_buy {
    color: #51b56d
}

.live-pricing-card__button_sell {
    color: #fe6b6b
}

.live-pricing-card__column_spread {
    font-weight: 700
}

.live-pricing-card__column_spread, .live-pricing-card__column_trend {
    border-bottom: 1px solid #d3dae8;
    padding-bottom: 16px
}

.live-pricing-card__price {
    padding-bottom: 16px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase
}

.live-pricing-card__price_center {
    font-size: 22px
}

.live-pricing-card__price_up {
    color: #51b56d
}

.live-pricing-card__price_down {
    color: #fe6b6b
}

.live-pricing-cards {
    display: flex;
    gap: 24px;
    margin: 64px auto 0;
    justify-content: center;
    padding: 16px
}

@media (max-width: 1320px) {
    .live-pricing-cards {
        margin: 32px auto 0;
        justify-content: flex-start;
        overflow-y: auto;
        padding: 16px 0
    }
}

@media (max-width: 720px) {
    .live-pricing-cards {
        margin: 32px auto 0
    }
}

.live-pricing-cards_slider {
    width: 757px;
    overflow: hidden;
    padding: 32px 20px;
    background-color: transparent;
    justify-content: flex-start
}

@media screen and (max-width: 1024px) {
    .live-pricing-cards_slider {
        width: 280px
    }
}

@media (max-width: 500px) {
    .live-pricing-cards_slider {
        width: max-content
    }
}

.live-pricing-card-vert {
    max-width: 640px;
    min-width: 460px;
    padding: 10px 24px;
    background: #fff;
    display: grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 0;
    text-align: center
}

@media (max-width: 530px) {
    .live-pricing-card-vert {
        min-width: 324px;
        max-width: 324px;
        padding: 5px 12px;
        column-gap: 0;
        font-size: 0;
        text-align: center
    }
}

.live-pricing-card-vert_desktop {
    display: block;
    width: 100%;
    border-radius: 12px;
    max-width: 1024px
}

@media (max-width: 1012px) {
    .live-pricing-card-vert_desktop {
        display: none
    }
}

.live-pricing-card-vert_mobile {
    display: none;
    width: 100%
}

@media (max-width: 1012px) {
    .live-pricing-card-vert_mobile {
        display: block
    }
}

.landing-top-section_mobile {
    display: none;
    width: 100%;
    background: #f9f7ff;
    border-radius: 10px
}

@media (max-width: 1012px) {
    .landing-top-section_mobile {
        display: block;
        background: #f9f7ff;
        border-radius: 10px
    }
}

.landing-top-section__title {
    text-align: center;
    display: flex;
    padding: 60px 0 40px;
    justify-content: center;
    align-items: center
}

.landing-top-section__header {
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 20px
}

@media (max-width: 530px) {
    .landing-top-section__header {
        font-size: 14px
    }
}

.landing-top-section__content {
    background: #fff;
    margin: 0 20px 20px;
    border-radius: 10px;
    height: 100%
}

.landing-top-section__button {
    width: 100%;
    text-transform: none;
    font-size: 14px;
    background: #f5efff;
    color: #0d1350;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    border-radius: 7px
}

.landing-top-section__button_right {
    margin: 20px 20px 0 10px
}

.landing-top-section__button_left {
    margin: 20px 10px 0 20px
}

.landing-top-section__title_text {
    font-family: Lato;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 530px) {
    .landing-top-section__title_text {
        font-size: 16px
    }
}

.landing-top-section__content_layout {
    display: flex;
    flex-direction: column;
    height: 350px
}

@media (max-width: 530px) {
    .landing-top-section__content_layout {
        height: 330px
    }
}

.landing-top-section_desktop {
    max-width: 700px;
    background: #f9f7ff;
    border-radius: 10px
}

@media (max-width: 1012px) {
    .landing-top-section_desktop {
        display: none
    }
}

.live-pricing-card-vert-titles {
    max-width: 640px;
    min-width: 460px;
    padding: 24px 24px 0;
    background: #fff;
    display: grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7d7987
}

@media (max-width: 530px) {
    .live-pricing-card-vert-titles {
        min-width: 324px;
        padding: 12px 12px 0;
        font-size: 12px
    }
}

.live-pricing-card-vert-titles_top-radius {
    border-radius: 10px 10px 0 0
}

.live-pricing-card-vert-titles_bottom-radius {
    border-radius: 0 0 10px 10px
}

.live-pricing-card-vert-title {
    border-bottom: 1px solid #e8e4f4;
    padding-bottom: 10px
}

.live-pricing-card-wide-tiles {
    max-width: 235px !important;
    min-width: 235px !important
}

.live-pricing-card-vert__column-title {
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #7d7987;
    padding-top: 16px
}

.live-pricing-card-vert__title {
    text-align: left;
    width: 100%;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #0d1350
}

@media (max-width: 530px) {
    .live-pricing-card-vert__title {
        font-size: 12px
    }
}

.live-pricing-card-vert__header {
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d1350
}

@media (max-width: 530px) {
    .live-pricing-card-vert__header {
        font-size: 16px
    }
}

@media (max-width: 1012px) {
    .live-pricing-card-vert__top-header {
        text-align: center;
        line-height: 140%;
        margin: 0 0 30px
    }
}

.live-pricing-card-vert__button {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 16px
}

.live-pricing-card-vert__button_buy {
    color: #51b56d
}

.live-pricing-card-vert__button_sell {
    color: #fe6b6b
}

.live-pricing-card-vert__button_start-trading {
    display: flex;
    justify-content: flex-start
}

@media (max-width: 1012px) {
    .live-pricing-card-vert__button_start-trading {
        display: flex;
        justify-content: center
    }
}

.live-pricing-card-vert__column_spread {
    font-weight: 700;
    text-align: center
}

.live-pricing-card-vert__column_trend {
    text-align: center
}

.live-pricing-card-vert__price {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width: 530px) {
    .live-pricing-card-vert__price {
        font-size: 12px
    }
}

.live-pricing-card-vert__price_up {
    color: #51b56d
}

.live-pricing-card-vert__price_down {
    color: #fe6b6b
}

.live-pricing-card-vert__price_up_trend {
    border-radius: 20px;
    border-spacing: 15px;
    padding: 10px;
    background: rgba(81, 181, 109, 0.4)
}

.live-pricing-card-vert__price_down_trend {
    color: #fe6b6b;
    border-radius: 20px;
    border-spacing: 15px;
    padding: 10px;
    background: rgba(254, 108, 108, 0.4)
}

.live-pricing-cards-vert {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (max-width: 1320px) {
    .live-pricing-cards-vert {
        justify-content: flex-start;
        overflow-y: auto
    }
}

.footer {
    padding: 200px 0 40px;
    background: #f9fbff;
    position: relative;
    top: -80px
}

@media screen and (max-width: 720px) {
    .footer {
        padding: 64px 16px;
        top: 0
    }
}

.footer__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350
}

.footer__logo {
    height: 48px;
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 80px
}

.footer__logo:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='48' viewBox='0 0 112 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.132.111c-.93 1.078-1.87 2.148-2.775 3.243-.67.804-1.408 1.54-2.029 2.387-.293.394-.678.53-1.165.53-7.124-.008-14.25-.008-21.374-.008-.838 0-1.685.077-2.49.291-1.4.368-2.615 1.078-3.562 2.259-.662.813-1.073 1.737-1.367 2.712-.176.59-.234 1.215-.243 1.857-.184 9.07-.033 18.13-.075 27.2 0 .42-.092.753-.386 1.078-.62.693-1.223 1.395-1.844 2.088-.796.898-2.079 2.378-2.866 3.285-.26.3-.52.59-.788.89H0V9.925c0-.71.1-1.403.293-2.088.151-.53.344-1.138.512-1.505.57-1.25 2.707-4.698 7.493-5.998.57-.154 1.166-.24 1.736-.325H41.08c.025.042.025.05.05.102z' fill='url(%23a)'/%3E%3Cpath d='M41.132.111c-.93 1.078-1.87 2.148-2.775 3.243-.67.804-1.408 1.54-2.029 2.387-.293.394-.678.53-1.165.53-7.124-.008-14.25-.008-21.374-.008-.838 0-1.685.077-2.49.291-1.4.368-2.615 1.078-3.562 2.259-.662.813-1.073 1.737-1.366 2.712-.176.582-2.465-9.6 6.462-11.525h28.248c.025.051.025.06.05.111z' fill='url(%23b)'/%3E%3Cpath d='M12.188 18.43c-.176-.171-.193-.402-.193-.633V13.69v-.086c.067-1 .444-1.377 1.433-1.377h15.918c.252 0 .52-.034.654.265.142.308.017.548-.176.779-.93 1.086-1.861 2.164-2.783 3.251-.402.47-.813.941-1.232 1.395-.36.393-.755.598-1.316.59-3.898-.026-7.787-.009-11.685-.017-.201.008-.42.043-.62-.06z' fill='url(%23c)'/%3E%3Cpath d='M20.126 24.47a278.577 278.577 0 0 1-2.658 3.175c-.871 1.018-1.76 2.02-2.623 3.046-.31.368-.68.616-1.132.753-.343.103-1.634.257-1.634-1.275 0-1.455-.017-2.9 0-4.355.008-.496.586-1.343 1.676-1.343h6.371z' fill='url(%23d)'/%3E%3Cpath d='M50.745 19.592V5.706h7.999v1.118h-6.79v5.735h5.775v1.099h-5.775v5.934h-1.21zm11.605-4.076c0 2.105 1.125 3.157 3.375 3.157 1.17 0 2.048-.246 2.633-.739.586-.493.878-1.299.878-2.418v-9.81h1.21v9.81c0 1.505-.397 2.594-1.19 3.267-.794.673-1.954 1.01-3.483 1.01-1.528 0-2.679-.337-3.453-1.01s-1.16-1.762-1.16-3.267v-9.81h1.19v9.81zm15.1-8.931c-2.094 0-3.14.819-3.14 2.457 0 .96.237 1.606.711 1.938.475.334 1.405.64 2.79.92s2.374.666 2.966 1.159c.591.492.887 1.318.887 2.477 0 1.492-.36 2.568-1.082 3.227-.722.66-1.779.99-3.17.99-1.015 0-2.192-.094-3.532-.28l-.702-.1.136-1.06c1.782.227 3.16.34 4.136.34s1.717-.243 2.224-.729c.508-.486.761-1.199.761-2.138 0-.94-.224-1.579-.673-1.918-.449-.34-1.164-.603-2.146-.79-.982-.186-1.7-.356-2.156-.509a4.774 4.774 0 0 1-1.277-.66 2.365 2.365 0 0 1-.85-1.098c-.168-.447-.253-1.01-.253-1.689 0-2.424 1.43-3.636 4.292-3.636.859 0 1.977.093 3.356.28l.644.1-.098 1.058c-1.795-.226-3.07-.34-3.824-.34zm6.884 13.007V5.706h1.21v13.886h-1.21zm5.477-6.873c0 2.118.273 3.64.82 4.566.545.925 1.622 1.388 3.228 1.388s2.682-.453 3.229-1.358c.546-.906.819-2.422.819-4.546 0-2.125-.286-3.68-.858-4.666-.573-.985-1.64-1.478-3.2-1.478-1.613 0-2.699.532-3.258 1.598a5.724 5.724 0 0 0-.614 1.878c-.111.706-.166 1.579-.166 2.618zm9.345.04c0 2.477-.38 4.27-1.142 5.375-.76 1.105-2.146 1.658-4.155 1.658-2.01 0-3.395-.566-4.156-1.698-.76-1.133-1.14-2.92-1.14-5.365 0-2.444.383-4.26 1.15-5.445.768-1.186 2.146-1.778 4.136-1.778 1.99 0 3.372.59 4.146 1.768.774 1.179 1.16 3.007 1.16 5.485zm2.973 6.833V5.706h2.381l5.677 12.787h.448V5.706h1.19v13.886h-2.341l-5.716-12.768h-.429v12.768h-1.21zM31.036 41.85V27.922h2.266l4.2 12.183 4.18-12.183h2.266V41.85h-1.21V29.206h-.274l-4.259 12.182H36.78l-4.258-12.182h-.274v12.643h-1.21zm15.107 0l3.907-13.927h2.832L56.77 41.85h-1.192l-1.094-3.847h-6.056l-1.074 3.847h-1.211zm4.786-12.845L48.72 36.9h5.47l-2.208-7.895H50.93zm9.246 7.354v5.49h-1.211V27.923h4.981c1.42 0 2.478.33 3.175.992.696.661 1.045 1.707 1.045 3.136 0 2.23-.873 3.587-2.618 4.067l2.793 5.731h-1.347l-2.677-5.49h-4.141zm6.74-4.288c0-1.042-.242-1.81-.723-2.304-.482-.494-1.231-.742-2.247-.742h-3.77v6.232h3.77c1.98 0 2.97-1.062 2.97-3.186zm5.11 9.778h-1.21V27.923h1.21v6.573l2.344-.06 3.77-6.513h1.387l-4.102 6.993 4.356 6.933h-1.445l-3.946-6.292-2.364.04v6.252zm9.881 0V27.923h8.146v1.122h-6.934v5.17h5.762v1.102h-5.762v5.43h6.934v1.102h-8.146zm9.862-12.804v-1.122h9.767v1.122h-4.258V41.85h-1.211V29.045h-4.298zm15.675-.24c-2.097 0-3.145.821-3.145 2.465 0 .961.238 1.61.713 1.943.475.334 1.407.641 2.793.922 1.387.28 2.377.668 2.97 1.162.592.494.889 1.322.889 2.485 0 1.496-.362 2.574-1.085 3.236-.722.66-1.781.991-3.174.991-1.016 0-2.194-.093-3.536-.28l-.703-.1.137-1.062c1.784.227 3.164.34 4.141.34.977 0 1.719-.243 2.227-.731.508-.488.762-1.202.762-2.144 0-.942-.225-1.583-.674-1.924-.449-.34-1.166-.604-2.149-.791-.983-.187-1.703-.357-2.158-.511a4.773 4.773 0 0 1-1.28-.661 2.377 2.377 0 0 1-.85-1.102c-.169-.448-.254-1.012-.254-1.693 0-2.431 1.433-3.647 4.298-3.647.859 0 1.979.093 3.36.28l.644.1-.097 1.063c-1.797-.227-3.074-.341-3.829-.341z' fill='%236A67CF'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='23.966' x2='41.132' y2='23.966' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='18.343' y1='5.615' x2='8.67' y2='11.109' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B64AE3'/%3E%3Cstop offset='1' stop-color='%238F36D1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='21.028' y1='15.002' x2='19.509' y2='17.779' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AB42DD'/%3E%3Cstop offset='1' stop-color='%238A33D1'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='16.815' y1='25.412' x2='13.821' y2='31.607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238E36D9'/%3E%3Cstop offset='1' stop-color='%237229C9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 48px
}

@media screen and (max-width: 1024px) {
    .footer__logo {
        padding: 0 16px
    }
}

.footer__column_main {
    margin-bottom: 120px
}

.footer__column_address {
    max-width: 200px
}

@media screen and (max-width: 720px) {
    .footer__column_address {
        max-width: 100%;
        grid-column: 1/3;
        display: grid;
        grid-template-columns:50% 50%;
        gap: 40px 20px
    }
}

@media screen and (max-width: 720px) {
    .footer__column_copyright {
        margin-bottom: 8px
    }
}

.footer__grid {
    display: grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1fr .75fr;
    gap: 20px;
    padding: 0 80px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (max-width: 720px) {
    .footer__grid {
        grid-template-columns:1fr 1fr;
        gap: 40px
    }
}

.footer__grid_links {
    padding-bottom: 120px
}

@media screen and (max-width: 1024px) {
    .footer__grid_links {
        padding: 0 16px 60px
    }
}

.footer__grid_terms {
    padding: 32px 80px;
    align-items: center
}

@media screen and (max-width: 720px) {
    .footer__grid_terms {
        padding: 28px 16px;
        grid-template-columns:1fr;
        gap: 16px
    }
}

.footer__border {
    border-bottom: 1px solid #e5eaf3
}

.footer__link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350
}

@media screen and (max-width: 1024px) {
    .footer__link {
        font-size: 14px
    }
}

.footer__payments {
    display: flex;
    gap: 32px
}

@media screen and (max-width: 720px) {
    .footer__payments {
        margin-top: 16px
    }
}

.footer__payments-master-card {
    width: 52px;
    height: 40px
}

.footer__payments-visa {
    width: 99px;
    height: 32px;
    padding-top: 2px
}

.footer__license {
    padding: 40px 80px 0;
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #7d7987;
    max-width: 1440px;
    margin: 0 auto
}

@media screen and (max-width: 720px) {
    .footer__license {
        padding: 32px 16px 0
    }
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

@media screen and (max-width: 720px) {
    .footer__social {
        margin-bottom: 16px
    }
}

.footer__social-container {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (max-width: 720px) {
    .footer__social-container {
        grid-row: 2;
        justify-content: space-between
    }
}

.footer__social-item {
    text-decoration: none
}

.footer__social-logo {
    width: 24px;
    height: 24px;
    display: block
}

@media screen and (max-width: 720px) {
    .footer__social-logo {
        width: 20px;
        height: 20px
    }
}

.footer__bold {
    font-weight: 700
}

.footer-nonfx {
    padding: 200px 0 40px;
    background: #f9fbff;
    position: relative;
    top: -80px
}

@media screen and (max-width: 720px) {
    .footer-nonfx {
        padding: 64px 16px;
        top: 0
    }
}

.footer-nonfx__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350
}

@media screen and (max-width: 720px) {
    .footer-nonfx__column {
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
        font-family: Lato;
        font-size: 16px;
        line-height: 24px;
        color: #0d1350
    }
}

.footer-nonfx__logo {
    height: 48px;
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 80px
}

.footer-nonfx__logo:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='48' viewBox='0 0 112 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.132.111c-.93 1.078-1.87 2.148-2.775 3.243-.67.804-1.408 1.54-2.029 2.387-.293.394-.678.53-1.165.53-7.124-.008-14.25-.008-21.374-.008-.838 0-1.685.077-2.49.291-1.4.368-2.615 1.078-3.562 2.259-.662.813-1.073 1.737-1.367 2.712-.176.59-.234 1.215-.243 1.857-.184 9.07-.033 18.13-.075 27.2 0 .42-.092.753-.386 1.078-.62.693-1.223 1.395-1.844 2.088-.796.898-2.079 2.378-2.866 3.285-.26.3-.52.59-.788.89H0V9.925c0-.71.1-1.403.293-2.088.151-.53.344-1.138.512-1.505.57-1.25 2.707-4.698 7.493-5.998.57-.154 1.166-.24 1.736-.325H41.08c.025.042.025.05.05.102z' fill='url(%23a)'/%3E%3Cpath d='M41.132.111c-.93 1.078-1.87 2.148-2.775 3.243-.67.804-1.408 1.54-2.029 2.387-.293.394-.678.53-1.165.53-7.124-.008-14.25-.008-21.374-.008-.838 0-1.685.077-2.49.291-1.4.368-2.615 1.078-3.562 2.259-.662.813-1.073 1.737-1.366 2.712-.176.582-2.465-9.6 6.462-11.525h28.248c.025.051.025.06.05.111z' fill='url(%23b)'/%3E%3Cpath d='M12.188 18.43c-.176-.171-.193-.402-.193-.633V13.69v-.086c.067-1 .444-1.377 1.433-1.377h15.918c.252 0 .52-.034.654.265.142.308.017.548-.176.779-.93 1.086-1.861 2.164-2.783 3.251-.402.47-.813.941-1.232 1.395-.36.393-.755.598-1.316.59-3.898-.026-7.787-.009-11.685-.017-.201.008-.42.043-.62-.06z' fill='url(%23c)'/%3E%3Cpath d='M20.126 24.47a278.577 278.577 0 0 1-2.658 3.175c-.871 1.018-1.76 2.02-2.623 3.046-.31.368-.68.616-1.132.753-.343.103-1.634.257-1.634-1.275 0-1.455-.017-2.9 0-4.355.008-.496.586-1.343 1.676-1.343h6.371z' fill='url(%23d)'/%3E%3Cpath d='M50.745 19.592V5.706h7.999v1.118h-6.79v5.735h5.775v1.099h-5.775v5.934h-1.21zm11.605-4.076c0 2.105 1.125 3.157 3.375 3.157 1.17 0 2.048-.246 2.633-.739.586-.493.878-1.299.878-2.418v-9.81h1.21v9.81c0 1.505-.397 2.594-1.19 3.267-.794.673-1.954 1.01-3.483 1.01-1.528 0-2.679-.337-3.453-1.01s-1.16-1.762-1.16-3.267v-9.81h1.19v9.81zm15.1-8.931c-2.094 0-3.14.819-3.14 2.457 0 .96.237 1.606.711 1.938.475.334 1.405.64 2.79.92s2.374.666 2.966 1.159c.591.492.887 1.318.887 2.477 0 1.492-.36 2.568-1.082 3.227-.722.66-1.779.99-3.17.99-1.015 0-2.192-.094-3.532-.28l-.702-.1.136-1.06c1.782.227 3.16.34 4.136.34s1.717-.243 2.224-.729c.508-.486.761-1.199.761-2.138 0-.94-.224-1.579-.673-1.918-.449-.34-1.164-.603-2.146-.79-.982-.186-1.7-.356-2.156-.509a4.774 4.774 0 0 1-1.277-.66 2.365 2.365 0 0 1-.85-1.098c-.168-.447-.253-1.01-.253-1.689 0-2.424 1.43-3.636 4.292-3.636.859 0 1.977.093 3.356.28l.644.1-.098 1.058c-1.795-.226-3.07-.34-3.824-.34zm6.884 13.007V5.706h1.21v13.886h-1.21zm5.477-6.873c0 2.118.273 3.64.82 4.566.545.925 1.622 1.388 3.228 1.388s2.682-.453 3.229-1.358c.546-.906.819-2.422.819-4.546 0-2.125-.286-3.68-.858-4.666-.573-.985-1.64-1.478-3.2-1.478-1.613 0-2.699.532-3.258 1.598a5.724 5.724 0 0 0-.614 1.878c-.111.706-.166 1.579-.166 2.618zm9.345.04c0 2.477-.38 4.27-1.142 5.375-.76 1.105-2.146 1.658-4.155 1.658-2.01 0-3.395-.566-4.156-1.698-.76-1.133-1.14-2.92-1.14-5.365 0-2.444.383-4.26 1.15-5.445.768-1.186 2.146-1.778 4.136-1.778 1.99 0 3.372.59 4.146 1.768.774 1.179 1.16 3.007 1.16 5.485zm2.973 6.833V5.706h2.381l5.677 12.787h.448V5.706h1.19v13.886h-2.341l-5.716-12.768h-.429v12.768h-1.21zM31.036 41.85V27.922h2.266l4.2 12.183 4.18-12.183h2.266V41.85h-1.21V29.206h-.274l-4.259 12.182H36.78l-4.258-12.182h-.274v12.643h-1.21zm15.107 0l3.907-13.927h2.832L56.77 41.85h-1.192l-1.094-3.847h-6.056l-1.074 3.847h-1.211zm4.786-12.845L48.72 36.9h5.47l-2.208-7.895H50.93zm9.246 7.354v5.49h-1.211V27.923h4.981c1.42 0 2.478.33 3.175.992.696.661 1.045 1.707 1.045 3.136 0 2.23-.873 3.587-2.618 4.067l2.793 5.731h-1.347l-2.677-5.49h-4.141zm6.74-4.288c0-1.042-.242-1.81-.723-2.304-.482-.494-1.231-.742-2.247-.742h-3.77v6.232h3.77c1.98 0 2.97-1.062 2.97-3.186zm5.11 9.778h-1.21V27.923h1.21v6.573l2.344-.06 3.77-6.513h1.387l-4.102 6.993 4.356 6.933h-1.445l-3.946-6.292-2.364.04v6.252zm9.881 0V27.923h8.146v1.122h-6.934v5.17h5.762v1.102h-5.762v5.43h6.934v1.102h-8.146zm9.862-12.804v-1.122h9.767v1.122h-4.258V41.85h-1.211V29.045h-4.298zm15.675-.24c-2.097 0-3.145.821-3.145 2.465 0 .961.238 1.61.713 1.943.475.334 1.407.641 2.793.922 1.387.28 2.377.668 2.97 1.162.592.494.889 1.322.889 2.485 0 1.496-.362 2.574-1.085 3.236-.722.66-1.781.991-3.174.991-1.016 0-2.194-.093-3.536-.28l-.703-.1.137-1.062c1.784.227 3.164.34 4.141.34.977 0 1.719-.243 2.227-.731.508-.488.762-1.202.762-2.144 0-.942-.225-1.583-.674-1.924-.449-.34-1.166-.604-2.149-.791-.983-.187-1.703-.357-2.158-.511a4.773 4.773 0 0 1-1.28-.661 2.377 2.377 0 0 1-.85-1.102c-.169-.448-.254-1.012-.254-1.693 0-2.431 1.433-3.647 4.298-3.647.859 0 1.979.093 3.36.28l.644.1-.097 1.063c-1.797-.227-3.074-.341-3.829-.341z' fill='%236A67CF'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='23.966' x2='41.132' y2='23.966' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23742CCE'/%3E%3Cstop offset='1' stop-color='%231811A2'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='18.343' y1='5.615' x2='8.67' y2='11.109' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B64AE3'/%3E%3Cstop offset='1' stop-color='%238F36D1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='21.028' y1='15.002' x2='19.509' y2='17.779' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AB42DD'/%3E%3Cstop offset='1' stop-color='%238A33D1'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='16.815' y1='25.412' x2='13.821' y2='31.607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238E36D9'/%3E%3Cstop offset='1' stop-color='%237229C9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 48px
}

@media screen and (max-width: 1024px) {
    .footer-nonfx__logo {
        padding: 0 16px
    }
}

.footer-nonfx__column_main {
    margin-bottom: 120px
}

.footer-nonfx__column_address {
    max-width: 200px
}

@media screen and (max-width: 720px) {
    .footer-nonfx__column_address {
        max-width: 100%;
        grid-column: 1/3;
        display: grid;
        grid-template-columns:50% 50%;
        gap: 40px 20px
    }
}

@media screen and (max-width: 720px) {
    .footer-nonfx__column_copyright {
        margin-bottom: 8px
    }
}

.footer-nonfx__grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 5fr;
    gap: 20px;
    padding: 0 80px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (max-width: 720px) {
    .footer-nonfx__grid {
        grid-template-columns:1fr 1fr;
        gap: 40px
    }
}

.footer-nonfx__grid_links {
    padding-bottom: 120px
}

@media screen and (max-width: 1024px) {
    .footer-nonfx__grid_links {
        padding: 0 16px 60px
    }
}

.footer-nonfx__grid_terms {
    padding: 32px 80px;
    align-items: center
}

@media screen and (max-width: 720px) {
    .footer-nonfx__grid_terms {
        padding: 28px 16px;
        grid-template-columns:1fr;
        gap: 16px
    }
}

.footer-nonfx__border {
    border-bottom: 1px solid #e5eaf3
}

.footer-nonfx__link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d1350
}

@media screen and (max-width: 1024px) {
    .footer-nonfx__link {
        font-size: 14px
    }
}

.footer-nonfx__payments {
    display: flex;
    gap: 32px
}

@media screen and (max-width: 720px) {
    .footer-nonfx__payments {
        margin-top: 16px
    }
}

.footer-nonfx__payments-master-card {
    width: 52px;
    height: 40px
}

.footer-nonfx__payments-visa {
    width: 99px;
    height: 32px;
    padding-top: 2px
}

.footer-nonfx__license {
    padding: 40px 80px 0;
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #7d7987;
    max-width: 1440px;
    margin: 0 auto
}

@media screen and (max-width: 720px) {
    .footer-nonfx__license {
        padding: 32px 16px 0
    }
}

.footer-nonfx__social {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px
}

.footer-nonfx__social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px
}

@media screen and (max-width: 720px) {
    .footer-nonfx__social-container {
        grid-row: 2;
        justify-content: space-between;
        justify-content: center
    }
}

.footer-nonfx__social-item {
    text-decoration: none
}

.footer-nonfx__social-logo {
    width: 24px;
    height: 24px;
    display: block
}

@media screen and (max-width: 720px) {
    .footer-nonfx__social-logo {
        width: 20px;
        height: 20px
    }
}

.footer-nonfx__bold {
    font-weight: 700
}

.cookiesBanner {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: grid;
    grid-template-columns:1fr 150px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    bottom: 0;
    background-color: #01082b;
    z-index: 8;
    opacity: .8
}

.policyText {
    max-height: 150px;
    overflow: auto;
    padding: 10px 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.policyText_link {
    color: #4db5b6;
    text-decoration: none;
    border-bottom: 1px dashed #4db5b6
}

.policyText_link:hover {
    color: #4db5b6
}

.cookiesBanner_closeButton {
    right: 15px;
    font-size: 16px;
    color: #fff;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1280px) {
    .cookiesBanner_closeButton {
        right: 40px
    }
}

.banner_hidden {
    display: none
}

.slider {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    grid-template-columns:1fr
}

.slider__buttons {
    gap: 10px;
    justify-content: flex-end;
    display: flex;
    max-width: 384px;
    width: 100%;
    margin: 0 auto
}

.slider__button_prev {
    transform: rotate(180deg)
}

.slider__item {
    display: none;
    max-width: 700px
}

.slider__item_active {
    display: flex;
    z-index: 2;
    position: relative
}

.slider__background {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='778' height='453' viewBox='0 0 778 453' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='80' y='102' width='618' height='331' rx='10' fill='%23fff' filter='url(%23a)'/%3E%3Crect x='50' y='50' width='678' height='363' rx='10' fill='%23fff' filter='url(%23b)'/%3E%3Cdefs%3E%3Cfilter id='a' x='30' y='52' width='718' height='431' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeColorMatrix values='0 0 0 0 0.0509804 0 0 0 0 0.0745098 0 0 0 0 0.313726 0 0 0 0.05 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3Cfilter id='b' x='0' y='0' width='778' height='463' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeColorMatrix values='0 0 0 0 0.0509804 0 0 0 0 0.0745098 0 0 0 0 0.313726 0 0 0 0.05 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-position: bottom;
    background-size: cover;
    max-width: 780px;
    z-index: 0;
    position: relative;
    padding-bottom: 8%
}

.select {
    display: flex;
    gap: 10px;
    background: #f3f3f7;
    background-blend-mode: multiply;
    border: 1px solid #985eff;
    border-radius: 8px;
    justify-content: center;
    padding: 12px 24px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d1350;
    cursor: pointer;
    position: relative
}

.select:after {
    content: "";
    display: flex;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.665 12.228a1.333 1.333 0 0 0-1.88 0l-4.787 4.72-4.72-4.72a1.333 1.333 0 1 0-1.88 1.893l5.654 5.653a1.335 1.335 0 0 0 1.893 0l5.72-5.653a1.335 1.335 0 0 0 0-1.893z' fill='%230D1350'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: cover;
    transition: transform .3s ease-in
}

.select__dropdown {
    background: #f3f3f7;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    min-width: max-content;
    top: calc(100% + 4px);
    left: auto;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in;
    overflow: hidden;
    z-index: 3
}

.select__dropdown_white {
    background-color: #fff
}

.select__dropdown_active {
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    max-height: 500px
}

.select__item {
    padding: 8px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d1350;
    text-align: center;
    text-decoration: none
}

.select__item:hover {
    background: #eee
}

.select__item .ico.hidden {
    display: none
}

.select__item_active {
    background: #ddd
}

.select__item_lang-switch {
    display: flex;
    gap: 5px;
    width: 120px;
    align-items: center
}

.select_white {
    background-color: #fff;
    border: 1px solid rgba(13, 19, 80, 0.1)
}

.select_navigation, .select_white {
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1)
}

.select_navigation {
    background: #fff;
    border-radius: 8px;
    border: none
}

.select_active:after {
    transform: rotate(180deg)
}

.select_transparent {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.select_lang-switch {
    padding: 0
}

.select_lang-switch .ico.hidden, .select_lang-switch:after {
    display: none
}

.select__lang {
    margin-top: 2px
}

.regulator-switch {
    display: block;
    align-items: center;
    padding: 60px 0
}

.regulator-switch__title {
    margin-right: 1em;
    font-size: 16px
}

.regulator-switch__select {
    margin-top: 16px;
    background-color: transparent;
    background: #fff;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
    border-radius: 8px;
    padding: 14px 44px 14px 16px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0d1350;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.001 1.001 0 0 0 1.42 0L17 10.59a.999.999 0 0 0 0-1.42z' fill='%230D1350'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%
}

.regulator-switch__select-option {
    padding: 30px
}

@media screen and (max-width: 720px) {
    .regulator-switch {
        grid-row: 2;
        padding: 0
    }
}

.link-list {
    margin: 80px 40px
}

.link-list__icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 12px
}

.link-list__link {
    display: flex;
    align-items: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #ff4521;
    text-decoration: none
}

.link-list__links {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center
}

@media screen and (max-width: 720px) {
    .link-list__links {
        padding-bottom: 60px;
        flex-direction: column;
        align-items: center
    }
}

.link-list__links_column {
    padding-bottom: 60px;
    flex-direction: column
}

.link-list__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center
}

.cards {
    margin: 40px 80px
}

@media screen and (max-width: 720px) {
    .cards {
        margin: 60px 16px
    }
}

.cards_no-margin {
    margin-left: 0;
    margin-right: 0
}

.cards_max-width_100pc {
    max-width: 100%
}

.cards_margin-left-right-40 {
    margin: 40px
}

@media screen and (max-width: 720px) {
    .cards_margin-left-right-40 {
        margin: 0
    }
}

.cards_no-margin-top {
    margin-top: 0;
    margin-bottom: 0
}

.cards__title {
    margin-bottom: 80px
}

.cards__grid {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(320px, 370px));
    justify-content: center;
    gap: 64px
}

@media screen and (max-width: 720px) {
    .cards__grid {
        gap: 16px
    }
}

.cards__grid_sm {
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    max-width: 960px;
    margin: 0 auto
}

.cards__grid_xxs {
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))
}

.cards__grid_xs {
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))
}

.cards__grid_one-column {
    grid-template-columns:1fr
}

.cards__grid_gap-16 {
    gap: 16px
}

.cards__grid_gap-25 {
    gap: 25px
}

.cards__align-items-left {
    align-items: flex-start
}

.cards__align-items-left-imp {
    align-items: flex-start !important
}

.cards__grid_max-width_920 {
    max-width: 920px;
    margin: 0 auto
}

.columns {
    display: grid;
    margin-bottom: 120px
}

@media screen and (max-width: 720px) {
    .columns {
        margin-bottom: 60px
    }
}

.columns_max-width_800 {
    max-width: 800px;
    margin: 0 auto
}

.columns_max-width_920 {
    max-width: 920px;
    margin: 0 auto
}

.columns_one {
    gap: 24px;
    justify-content: center
}

.columns_two {
    grid-template-columns:1fr 1fr;
    gap: 120px 50px;
    align-items: center
}

@media screen and (max-width: 720px) {
    .columns_two {
        display: block
    }
}

.columns_two-320-1fr {
    grid-template-columns:320px 1fr;
    gap: 40px;
    align-items: flex-start
}

@media screen and (max-width: 720px) {
    .columns_two-320-1fr {
        display: block;
        margin-bottom: 40px
    }
}

.columns_three {
    grid-template-columns:1fr 1fr 1fr;
    gap: 24px
}

@media screen and (max-width: 720px) {
    .columns_three {
        grid-template-columns:1fr
    }
}

.columns_two-with-separator {
    grid-template-columns:1fr 70px 1fr;
    gap: 120px 25px;
    align-items: center
}

@media screen and (max-width: 720px) {
    .columns_two-with-separator {
        grid-template-columns:1fr;
        gap: 16px
    }
}

.columns__separator {
    justify-self: center;
    max-width: 70px
}

.columns_no-margin-bottom {
    margin-bottom: 0
}

.columns_gap_40 {
    gap: 40px
}

@media screen and (max-width: 720px) {
    .columns_gap_40 {
        grid-template-columns:1fr
    }
}

.columns_autofit_320 {
    grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px
}

.columns_align_start {
    align-items: flex-start
}

.flex-columns {
    column-gap: 120px;
    row-gap: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 120px
}

@media screen and (max-width: 840px) {
    .flex-columns {
        margin-bottom: 60px
    }
}

.link_button {
    text-decoration: none;
    color: inherit
}

.container {
    display: flex;
    justify-content: center
}

.container__box {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    z-index: 1;
    max-width: 1280px
}

.container_space-between {
    justify-content: space-between
}

.background__head {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1440' height='1254' viewBox='0 0 1440 1254' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1248.58-380.297c135.74 344.115 42.13 779.15-262.341 1082.024C681.77 1004.6 11.072 1161.73-205.794 654.643-422.66 147.561-328.498-380.297 63.622-573.444 455.743-766.591 1112.85-724.411 1248.58-380.297z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='25.535' y1='-570.77' x2='896.855' y2='763.807' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.background__second {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='499' height='959' viewBox='0 0 499 959' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M111.047 347.268c61.376-70.487 182.582 20.702 358.204-19.207 152.108-34.582 160.859-126.439 282.391-121.884 88.79 3.31 185.542 54.578 238.715 143.895C1049 448.551 1027.68 548.81 1021.7 573.139c-26.716 109.124-106.002 166.688-133.972 186.348-115.24 80.953-244.554 66.767-306.592 59.992C348.1 793.957 98.614 627.583 87.506 446.701c-1.477-23.68-4.164-67.603 23.541-99.433z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='671.084' y1='151.995' x2='425.633' y2='776.522' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat
}

@media (max-width: 720px) {
    .background__second {
        background-image: none
    }
}

.background__transparent, .background__transparent:hover {
    background: transparent
}

.alert {
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    border-radius: 10px;
    margin: 80px 0 120px;
    padding: 80px 120px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (max-width: 720px) {
    .alert {
        margin: 48px 0 64px;
        padding: 40px 16px;
        gap: 32px
    }
}

.alert__description {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #0d1350
}

@media screen and (max-width: 720px) {
    .alert__description {
        font-size: 16px
    }
}

.alert__icon {
    display: flex;
    justify-content: center
}

.icon-text {
    display: inline;
    align-items: center;
    margin-top: 20px
}

.icon-text__icon {
    display: inline-flex;
    margin-right: .3em;
    position: relative;
    top: 5px
}

.how-it-works_max-920 {
    max-width: 1000px;
    margin: 0 auto
}

.how-it-works__subtitle {
    margin: auto;
    text-align: center;
    margin-bottom: 104px
}

@media (max-width: 720px) {
    .how-it-works__subtitle {
        margin: 24px auto 40px
    }
}

.how-it-works__title {
    margin-top: 120px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #0d1350
}

@media (max-width: 720px) {
    .how-it-works__title {
        margin-top: 60px
    }
}

.how-it-works__table {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 96px;
    padding: 0 16px;
    gap: 20px
}

@media (max-width: 720px) {
    .how-it-works__table {
        grid-template-columns:1fr;
        gap: 40px;
        margin: 0 auto 40px
    }
}

.how-it-works__table_two-columns {
    grid-template-columns:repeat(2, 320px)
}

@media screen and (max-width: 720px) {
    .how-it-works__table_two-columns {
        grid-template-columns:1fr
    }
}

.live-pricing__tab-content {
    margin: auto
}

.how-it-works__table-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
    position: relative
}

@media (max-width: 720px) {
    .how-it-works__table-item {
        margin: 0 auto
    }
}

.how-it-works__table-item-title {
    margin: 32px 0 16px;
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d1350
}

.how-it-works__table-item-description {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7d7987
}

.how-it-works__table-item_step-1:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='301' height='89' viewBox='0 0 301 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2s95.74 91.356 286.189 79.242' stroke='%23D3DAE8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0 11'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M291.551 89l-2.672-1.828 7.56-5.172-7.56-5.172L291.551 75l8.896 6.086c.738.505.738 1.323 0 1.828L291.551 89z' fill='%23D3DAE8'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    top: 50px;
    left: 225px;
    width: calc(100% - 100px);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 720px) {
    .how-it-works__table-item_step-1:after {
        display: none
    }
}

.how-it-works__table-item_step-2 {
    padding-top: 75px;
    position: relative
}

.how-it-works__table-item_step-2:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='301' height='188' viewBox='0 0 301 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 66.072s143.946-34.061 285.621 56.967' stroke='%23D3DAE8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0 11'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M283.156 129.192l-.988-2.589 9.726-1.542-2.794-7.324 3.438-.545 3.288 8.618c.273.715-.276 1.417-1.225 1.567l-11.445 1.815z' fill='%23D3DAE8'/%3E%3C/svg%3E");
    position: absolute;
    top: 50px;
    left: 225px;
    width: calc(100% - 100px);
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 720px) {
    .how-it-works__table-item_step-2 {
        padding-top: 0
    }

    .how-it-works__table-item_step-2:after {
        display: none
    }
}

.how-it-works__table-item_step-3 {
    padding-top: 150px
}

@media (max-width: 720px) {
    .how-it-works__table-item_step-3 {
        padding-top: 0
    }
}

.how-it-works__table-item_no-padding {
    padding-top: 0
}

.how-it-works__table-item_arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='16' viewBox='0 0 252 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.4' fill-rule='evenodd' clip-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h116a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1z' fill='%23D6B1FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123.527 3.53a.667.667 0 0 0 0 .942l3.529 3.529-3.529 3.528a.667.667 0 0 0 .943.943l4-4a.667.667 0 0 0 0-.943l-4-4a.667.667 0 0 0-.943 0z' fill='%23D6B1FF'/%3E%3Cpath opacity='.4' fill-rule='evenodd' clip-rule='evenodd' d='M134 8a1 1 0 0 1 1-1h116a1 1 0 0 1 0 2H135a1 1 0 0 1-1-1z' fill='%23D6B1FF'/%3E%3C/svg%3E");
    top: 25px;
    left: 215px
}

.how-it-works__payment-title {
    margin: 120px 0 60px
}

.how-it-works__payment-subtitle {
    margin: 0 auto 80px;
    text-align: center
}

@media (max-width: 720px) {
    .how-it-works__payment-subtitle {
        margin: 24px auto 40px
    }
}

.how-it-works__logos {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 96px 120px;
    max-width: 1000px;
    margin: auto;
    z-index: 1;
    position: relative
}

@media (max-width: 720px) {
    .how-it-works__logos {
        padding: 32px;
        gap: 30px;
        margin: 0 16px;
        align-items: center
    }
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.check-list__item {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7d7987;
    display: grid;
    gap: 16px;
    grid-template-columns:18px 1fr
}

.check-list__item:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 1a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5zm14.707 6.707a1 1 0 0 0-1.414-1.414L9 15.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l10-10z' fill='%23ff4521'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-size: cover;
    display: block;
    margin-top: 5px
}

.programm {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center
}

@media screen and (max-width: 720px) {
    .programm {
        grid-template-columns:1fr
    }
}

.programm__list {
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    border-radius: 15px 0 0 15px;
    padding: 32px;
    display: grid;
    gap: 15px
}

.programm__list-item {
    font-family: Lato;
    font-size: 20px;
    line-height: 32px;
    color: #0d1350;
    display: grid;
    gap: 16px;
    grid-template-columns:14px 1fr
}

.programm__list-item:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14z' fill='%23ff4521'/%3E%3C/svg%3E");
    width: 18px;
    height: 14px;
    width: 14px;
    background-size: cover;
    display: block;
    margin-top: 9px
}

.programm__title {
    font-family: Lato;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0d1350;
    padding: 82px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column
}

.custom-form, .programm__title {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px
}

.custom-form {
    max-width: 920px;
    margin: 0 auto
}

.custom-form_no-border {
    background: #fff;
    box-shadow: none;
    width: 100%
}

.custom-form__body {
    padding: 0 80px;
    margin-bottom: 48px
}

@media screen and (max-width: 440px) {
    .custom-form__body {
        padding-left: 10px;
        padding-right: 10px
    }
}

.custom-form__section-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0d1350;
    margin-bottom: 30px
}

.custom-form__section-title_additional {
    opacity: .5
}

.custom-form__fieldset_error {
    border-color: red !important
}

.custom-form__fieldset_error legend {
    color: red !important
}

div.custom-form__fieldset_error {
    outline: 1px solid red !important
}

@media screen and (max-width: 440px) {
    .custom-form__recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0
    }
}

.custom-form__title {
    padding: 48px 16px;
    background: linear-gradient(180deg, #c5aeff -0.87%, #bfd6ff 99.08%);
    border-radius: 10px 10px 0 0;
    margin-bottom: 80px
}

.field {
    min-width: 0;
    padding: 0;
    margin: 15px 0;
    position: relative;
    border: 1px solid #dadfec;
    border-radius: 3px;
    width: 100%
}

.field_checkbox {
    display: flex;
    position: relative;
    padding-left: 36px;
    user-select: none;
    cursor: pointer;
    border: none;
    font-family: Lato;
    font-size: 20px;
    line-height: 32px;
    color: #0d1350;
    align-items: center;
    height: 24px;
    margin: 16px 16px 16px 0
}

.field__input {
    margin: 0;
    overflow: visible;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 10px 15px;
    background-color: transparent;
    border: transparent;
    box-sizing: border-box
}

.field__input::placeholder {
    color: #9ca0bb
}

.field__input_checkbox {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.field__legend {
    display: block;
    max-width: 100%;
    line-height: inherit;
    white-space: normal;
    width: auto;
    padding: 2px 6px;
    margin-left: 10px;
    font-family: Lato;
    font-size: 12px;
    line-height: 160%;
    color: #0d1350;
    font-weight: 400;
    position: absolute;
    top: -14px;
    background: #fff
}

.field__legend_blue {
    background: #f9f8ff
}

.field__checkmark {
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='23' height='23' rx='4.5' stroke='%230D1350'/%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.field__input_checkbox:checked ~ .field__checkmark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='5' fill='%230D1350'/%3E%3Cpath d='M4 12l6 6L20 6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.field__checkmark_radio {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%230D1350'/%3E%3C/svg%3E")
}

.field__input_checkbox:checked ~ .field__checkmark_radio {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%230D1350'/%3E%3Ccircle cx='12' cy='12' r='8' fill='%230D1350'/%3E%3C/svg%3E")
}

.display_none {
    display: none !important
}

@media screen and (max-width: 720px) {
    .display_none_720 {
        display: none
    }
}

.display__flex {
    display: flex
}

.display__flex_justify-content-center {
    justify-content: center
}

@media screen and (max-width: 1012px) {
    .display__flex_justify-content_center_1012 {
        justify-content: center !important
    }
}

.display__flex__align-items-center {
    align-items: center
}

@media screen and (max-width: 720px) {
    .display__flex__flex-direction_720px_column {
        flex-direction: column
    }
}

.display__flex_flex-direction_row {
    flex-direction: row
}

.display__flex_mobile_align-items-center {
    align-items: center
}

@media screen and (max-width: 720px) {
    .display__flex_mobile_align-items-center {
        align-items: center
    }
}

.display__mobile_none {
    display: block
}

@media screen and (max-width: 1012px) {
    .display__mobile_none {
        display: none
    }
}

.display__desktop_none {
    display: none
}

@media screen and (max-width: 1012px) {
    .display__desktop_none {
        display: block
    }
}

.display__mobile_none-flex {
    display: flex
}

@media screen and (max-width: 720px) {
    .display__mobile_none-flex {
        display: none
    }
}

.display__desktop_none-flex {
    display: none
}

@media screen and (max-width: 720px) {
    .display__desktop_none-flex {
        display: flex
    }
}

.vertical-links {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px
}

.vertical-links__item {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0d1350;
    position: relative;
    padding: 24px 32px;
    border-bottom: 1px solid #d6d7e5;
    text-decoration: none
}

.vertical-links__item:last-child {
    border-bottom: 0
}

.vertical-links__item_active:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: linear-gradient(90deg, #ff4521, #1811a2)
}

.blog-card {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    overflow: hidden
}

.blog-card__author {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #0d1350
}

.blog-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.blog-card__body_sm {
    padding: 16px;
    gap: 8px
}

.blog-card__link {
    display: block;
    text-decoration: none
}

.blog-card__description {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #7d7987;
    height: 120px;
    overflow: hidden
}

.blog-card__image {
    height: 288px;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
    width: 100%
}

.blog-card__image_height_150 {
    width: 220px;
    max-height: 150px
}

@media screen and (max-width: 600px) {
    .blog-card__image_height_150 {
        width: 100%
    }
}

.blog-card__image_width_100 {
    width: 100%
}

.blog-card__time {
    font-family: Lato;
    font-size: 14px;
    line-height: 150%;
    color: #aba8b1
}

.blog-card__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d1350;
    text-decoration: none
}

.blog-card_column {
    display: flex
}

@media screen and (max-width: 600px) {
    .blog-card_column {
        flex-direction: column
    }
}

.section {
    padding: 1px 0 120px;
    margin: 120px 0 0;
    width: 100%
}

@media screen and (max-width: 720px) {
    .section {
        padding: 64px 0;
        margin: 64px 0 0
    }
}

.section_blue {
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%)
}

.section_no-margin {
    margin: 0;
    padding: 0
}

.section_padding-top-64 {
    padding-top: 64px
}

.slider-buttons {
    display: grid;
    grid-template-columns:64px 1fr 64px;
    align-items: center;
    gap: 25px
}

@media (max-width: 1024px) {
    .slider-buttons {
        gap: 5px
    }
}

@media (max-width: 500px) {
    .slider-buttons {
        grid-template-columns:1fr
    }
}

.slider-buttons__button {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-size: cover;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer
}

.slider-buttons__button:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.773 22.667a1.334 1.334 0 0 0 0-1.88L15.053 16l4.72-4.72A1.333 1.333 0 1 0 17.88 9.4l-5.653 5.653a1.336 1.336 0 0 0 0 1.894l5.653 5.72a1.334 1.334 0 0 0 1.893 0z' fill='%230D1350'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: cover
}

@media (max-width: 1024px) {
    .slider-buttons__button {
        width: 48px;
        height: 48px
    }
}

@media (max-width: 500px) {
    .slider-buttons__button {
        display: none
    }
}

.slider-buttons__button_right {
    transform: rotate(180deg)
}

.slider-buttons__active {
    transform: scale(1.1)
}

@media (max-width: 500px) {
    .slider-buttons__active {
        transform: scale(1)
    }
}

.slider-buttons__button_disabled {
    cursor: auto;
    opacity: .3;
    width: 32px
}

@media (max-width: 720px) {
    .slider-buttons__button_disabled {
        width: 20px
    }
}

.slider-buttons__card {
    transition: transform .3s ease-in-out, margin-left .3s ease-in-out;
    position: relative;
    left: 0
}

@media (max-width: 1024px) {
    .slider-buttons__card {
        left: -246px
    }
}

@media (max-width: 500px) {
    .slider-buttons__card {
        left: 0
    }
}

.slider-buttons__container {
    width: 757px;
    overflow: hidden
}

.notification-container {
    position: sticky;
    z-index: 4;
    max-width: 600px;
    width: 100%;
    display: flex;
    margin: auto;
    top: 80px;
    justify-content: center
}

.notification-content {
    position: fixed;
    height: 0;
    padding-top: 80px
}

.notification-container .notification-item {
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 4px;
    background-color: #46adae;
    box-shadow: "0 2px 4px 0 rgba(0;0;0;0.4)";
    color: #fff;
    font-family: Lato, Bai Jamjuree, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url(../image/notification_close.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    user-select: none;
    position: relative;
    margin: 10px auto
}

.notification-container .notification-item:first-of-type {
    margin-top: 0
}

.notification-container .message {
    padding: 0 35px;
    max-width: 90%;
    overflow: hidden;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 17px
}

.notification-container .info {
    background-color: #46adae
}

.notification-container .info .message {
    background-image: url(../image/notification_info.svg)
}

.notification-container .error {
    background-color: #ac3c5d
}

.notification-container .error .message {
    background-image: url(../image/notification_error.svg)
}

@media screen and (max-width: 600px) {
    .notification-container .notification-item {
        margin: 10px 16px;
        width: calc(100% - 70px)
    }
}

.tab-panel {
    display: none
}

.tab-panel_visible {
    display: flex;
    justify-content: center
}

.tab-panel_live-pricing {
    width: calc(100% - 32px);
    margin: 0 auto
}

.block-hidden {
    display: none !important
}

.margin_auto {
    margin: auto
}

.margin_mobile-0px {
    margin: 0
}

.margin_top_0 {
    margin-top: 0 !important
}

@media screen and (max-width: 720px) {
    .margin_top_0 {
        margin-top: 0 !important
    }
}

.margin_top_24 {
    margin-top: 24px !important
}

@media screen and (max-width: 720px) {
    .margin_top_24 {
        margin-top: 24px !important
    }
}

.margin_top_64 {
    margin-top: 64px !important
}

@media screen and (max-width: 720px) {
    .margin_top_64 {
        margin-top: 64px !important
    }
}

.margin_top_80 {
    margin-top: 80px !important
}

@media screen and (max-width: 720px) {
    .margin_top_80 {
        margin-top: 32px !important
    }
}

.margin_bottom_0 {
    margin-bottom: 0 !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_0 {
        margin-bottom: 0 !important
    }
}

.margin_bottom_12 {
    margin-bottom: 12px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_12 {
        margin-bottom: 12px !important
    }
}

.margin_bottom_24 {
    margin-bottom: 24px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_24 {
        margin-bottom: 24px !important
    }
}

.margin_bottom_32 {
    margin-bottom: 32px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_32 {
        margin-bottom: 16px !important
    }
}

.margin_bottom_54 {
    margin-bottom: 54px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_54 {
        margin-bottom: 32px !important
    }
}

.margin_bottom_64 {
    margin-bottom: 64px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_64 {
        margin-bottom: 32px !important
    }
}

.margin_bottom_40 {
    margin-bottom: 40px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_40 {
        margin-bottom: 20px !important
    }
}

.margin_bottom_48 {
    margin-bottom: 48px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_48 {
        margin-bottom: 24px !important
    }
}

.margin_bottom_80 {
    margin-bottom: 80px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_80 {
        margin-bottom: 40px !important
    }
}

.margin_bottom_120 {
    margin-bottom: 120px !important
}

@media screen and (max-width: 720px) {
    .margin_bottom_120 {
        margin-bottom: 60px !important
    }
}

@media screen and (max-width: 720px) {
    .margin_mobile-0px {
        margin: 0
    }
}

@media screen and (max-width: 720px) {
    .margin_bottom_mobile_0 {
        margin-bottom: 0 !important
    }
}

.margin_top_negative_110 {
    margin-top: -110px !important
}

@media screen and (max-width: 720px) {
    .margin_top_negative_110 {
        margin-top: 0 !important
    }
}

.margin_left_40 {
    margin-left: 40px
}

@media screen and (max-width: 720px) {
    .margin_left_40 {
        margin-left: 0
    }
}

.margin_left_160_16 {
    margin-left: 160px
}

@media screen and (max-width: 1012px) {
    .margin_left_160_16 {
        margin-left: 16px
    }
}

.margin_right_40 {
    margin-right: 40px
}

@media screen and (max-width: 720px) {
    .margin_right_40 {
        margin-right: 0
    }
}

.margin_right_100 {
    margin-right: 100px
}

@media screen and (max-width: 720px) {
    .margin_right_100 {
        margin-right: 0
    }
}

.margin_right_160_16 {
    margin-right: 160px
}

@media screen and (max-width: 1012px) {
    .margin_right_160_16 {
        margin-right: 16px
    }
}

.padding_bottom_0 {
    padding-bottom: 0 !important
}

.padding_bottom_12 {
    padding-bottom: 12px !important
}

.padding_bottom_25-40 {
    padding-bottom: 25px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_25-40 {
        padding-bottom: 40px !important
    }
}

.padding_bottom_32 {
    padding-bottom: 32px !important
}

.padding_bottom_40 {
    padding-bottom: 40px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_40 {
        padding-bottom: 20px !important
    }
}

.padding_bottom_53-31 {
    padding-bottom: 53px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_53-31 {
        padding-bottom: 31px !important
    }
}

.padding_bottom_64 {
    padding-bottom: 64px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_64 {
        padding-bottom: 40px !important
    }
}

.padding_bottom_80 {
    padding-bottom: 80px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_80 {
        padding-bottom: 40px !important
    }
}

.padding_bottom_80-0 {
    padding-bottom: 80px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_80-0 {
        padding-bottom: 0 !important
    }
}

.padding_bottom_90 {
    padding-bottom: 90px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_90 {
        padding-bottom: 50px !important
    }
}

.padding_bottom_100 {
    padding-bottom: 100px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_100 {
        padding-bottom: 80px !important
    }
}

.padding_bottom_120 {
    padding-bottom: 120px !important
}

@media screen and (max-width: 720px) {
    .padding_bottom_120 {
        padding-bottom: 80px !important
    }
}

.padding_right_10 {
    padding-right: 10px
}

.padding_left_16 {
    padding-left: 16px
}

.padding_left_20 {
    padding-left: 20px
}

.padding_left_40_720px_0 {
    padding-left: 40px
}

@media screen and (max-width: 750px) {
    .padding_left_40_720px_0 {
        padding-left: 0 !important
    }
}

.padding_sides_0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (max-width: 720px) {
    .padding_sides_0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width: 720px) {
    .padding_sides_16 {
        padding: 0 16px
    }
}

.padding_sides_80 {
    padding: 0 80px
}

@media screen and (max-width: 720px) {
    .padding_sides_80 {
        padding: 0 16px
    }
}

.padding_sides_desktop_16 {
    padding: 0 16px
}

.max-width_700 {
    max-width: 700px
}

.max-width_750 {
    max-width: 750px
}

.max-width_804 {
    max-width: 804px
}

.max-width_1120 {
    max-width: 1120px
}

.max-width_1190 {
    max-width: 1190px
}

.max-width_1440 {
    max-width: 1440px
}

.width_40 {
    width: 40px
}

.width_47 {
    width: 47px
}

.width_50 {
    width: 50px
}

@media (max-width: 375px) {
    .width_mobile-100pc {
        width: 100%
    }
}

.width_100pc {
    width: 100%
}

.padding_32 {
    padding: 32px
}

.padding_top_0 {
    padding-top: 0 !important
}

@media screen and (max-width: 720px) {
    .padding_top_0 {
        padding-top: 0 !important
    }
}

.padding_top_80 {
    padding-top: 80px !important
}

.padding_top_90 {
    padding-top: 90px !important
}

@media screen and (max-width: 1012px) {
    .padding_top_90 {
        padding-top: 0 !important
    }
}

.padding_top_10 {
    padding-top: 10px !important
}

@media screen and (max-width: 720px) {
    .padding_top_10 {
        padding-top: 10px !important
    }
}

.padding_top_20 {
    padding-top: 20px !important
}

@media screen and (max-width: 1012px) {
    .padding_top_20 {
        padding-top: 0 !important
    }
}

.padding_top_32 {
    padding-top: 32px !important
}

.padding_top_40 {
    padding-top: 40px !important
}

.padding_top_48 {
    padding-top: 48px !important
}

.padding_top_64 {
    padding-top: 64px !important
}

.padding_top_120 {
    padding-top: 120px !important
}

@media screen and (max-width: 720px) {
    .padding_top_120 {
        padding-top: 60px !important
    }
}

@media screen and (max-width: 720px) {
    .padding_top_mobile-10px {
        padding-top: 10px
    }
}

@media screen and (max-width: 720px) {
    .padding_top_mobile-20px {
        padding-top: 20px !important
    }
}

@media screen and (max-width: 720px) {
    .padding_top_mobile-32 {
        padding-top: 32px !important
    }
}

.font {
    font-family: Lato;
    font-size: 20px;
    color: #0d1350
}

.font_size_32 {
    font-size: 32px
}

.font_size_36 {
    font-size: 36px
}

.font_size_48 {
    font-size: 48px
}

.font_size_56 {
    font-size: 56px
}

.font_size_20 {
    font-size: 20px
}

.font_size_18 {
    font-size: 18px
}

.font_size_16 {
    font-size: 16px
}

.font_size_14 {
    font-size: 14px
}

@media screen and (max-width: 720px) {
    .font__mobile_size_16 {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .create-mt4account-block {
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin: 5% 10%
    }
}

@media screen and (max-width: 1024px) {
    .create-mt4account-block {
        grid-template-rows:1fr 1fr 1fr 1fr
    }
}

.ico-image-styles {
    margin: auto;
    width: 48px;
    height: 48px
}

@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class1 {
        text-align: center;
        margin: auto;
        padding-left: 25%;
        padding-right: 25%;
        font-family: Lato;
        font-style: normal;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class1 {
        text-align: center;
        margin: auto;
        font-family: Lato;
        font-style: normal;
        padding: 10%;
        height: 100%
    }
}

@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class2 {
        text-align: center;
        margin: auto;
        padding: 25%;
        padding-top: 20%;
        font-family: Lato;
        font-style: normal;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class2 {
        text-align: center;
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        height: 100%
    }
}

@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class3 {
        margin: auto;
        padding: 25%;
        padding-top: 40%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class3 {
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%
    }
}

@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class4 {
        margin: auto;
        padding: 25%;
        padding-top: 60%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class4 {
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%
    }
}

.how-to-create-mt4acc-arrow-image1 {
    position: absolute;
    margin-left: 25%;
    margin-top: 5%;
    width: 8%
}

.how-to-create-mt4acc-arrow-image2 {
    position: absolute;
    margin-left: 45%;
    margin-top: 8%;
    width: 8%
}

.how-to-create-mt4acc-arrow-image3 {
    position: absolute;
    margin-left: 66%;
    margin-top: 9%;
    width: 8%
}

@media (max-width: 720px) {
    .how-to-create-mt4acc-arrow-image1 {
        display: none
    }
}

@media (min-width: 1200px) {
    .main_trade-with-mt4-mobile-layout {
        display: none
    }

    .main_trade-with-mt4 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1025' height='506' viewBox='0 0 1025 506' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1030.3-390.617c89.15 226.021 27.67 511.761-172.315 710.694-199.981 198.934-640.508 302.136-782.95-30.925C-67.406-43.909-5.559-390.617 251.993-517.479c257.552-126.863 689.156-99.159 778.307 126.862z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='226.977' y1='-515.723' x2='799.276' y2='360.853' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 0;
        height: 506px;
        margin-bottom: 5%;
        position: relative
    }

    .main_trade-with-mt4-grid-composition {
        max-width: 1440px;
        margin: auto;
        height: 506px;
        grid-row: auto;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .main_trade-with-mt4-text-composition {
        padding-right: 1%;
        padding: 7%;
        height: auto;
        display: grid;
        font-family: Lato;
        text-align: center
    }

    .main_trade-with-mt4-text-main-h1 {
        text-align: left;
        padding-bottom: 5%;
        font-size: 56px;
        font-weight: 800
    }

    .main_trade-with-mt4-text-main-h2 {
        text-align: left;
        padding-bottom: 5%;
        font-size: 42px;
        font-weight: 400
    }

    .main_trade-with-mt4-text-main-p {
        text-align: left;
        padding-bottom: 5%;
        font-size: 20px;
        font-weight: 400
    }

    .main_trade-with-mt4-buttons {
        margin: 10%;
        margin-top: 4%;
        margin-left: 0;
        text-align: center;
        display: flex;
        justify-content: space-between
    }

    .main_trade-with-mt4-buttons-OR {
        color: #7d7987;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main_trade-with-mt4-img-composition {
        padding-top: 10%;
        padding-left: 10%;
        display: grid;
        font-family: Lato;
        height: 100%;
        bottom: 10%
    }

    .mt4_image {
        position: relative;
        top: 10%
    }

    .main_trade-with-mt4-additional {
        max-width: 1440px;
        margin: auto;
        height: 20%
    }

    .main_trade-with-mt4-additional-awards {
        padding-left: 4%;
        margin-bottom: 5%;
        width: 50%;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .main_trade-with-mt4-additional-os {
        padding-left: 4%;
        width: 50%;
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr
    }

    .os-text {
        color: #ff4521;
        text-align: left
    }

    .os-div {
        display: grid;
        grid-template-columns:1fr 4fr
    }

    .main_trade-with-mt4-medals {
        padding-top: 20px;
        padding-left: 50px
    }
}

@media screen and (max-width: 1200px) {
    .main_trade-with-mt4, .main_trade-with-mt4-additional {
        display: none
    }

    .main_trade-with-mt4-mobile-version {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1025' height='506' viewBox='0 0 1025 506' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1030.3-390.617c89.15 226.021 27.67 511.761-172.315 710.694-199.981 198.934-640.508 302.136-782.95-30.925C-67.406-43.909-5.559-390.617 251.993-517.479c257.552-126.863 689.156-99.159 778.307 126.862z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='226.977' y1='-515.723' x2='799.276' y2='360.853' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 50%;
        height: 300px;
        margin-bottom: 5%;
        position: relative;
        display: grid;
        grid-template-rows:1fr 1fr
    }

    .main_trade-with-mt4-text-main-h1-mobile {
        text-align: left;
        padding: 10%;
        padding-bottom: 4%;
        font-size: 40px;
        font-family: Lato;
        font-weight: 800;
        text-align: center
    }

    .main_trade-with-mt4-text-main-h2-mobile {
        padding: 10%;
        padding-top: 4%;
        padding-bottom: 4%;
        font-family: Lato;
        font-size: 32px;
        font-weight: 400;
        text-align: center
    }

    .main_trade-with-mt4-img-composition-mobile {
        margin: 0 auto;
        display: grid;
        height: 100%;
        bottom: 10%;
        text-align: center
    }

    .mt4_image-mobile {
        margin: auto
    }

    .main_trade-with-mt4-text-main-p-mobile {
        text-align: center;
        padding: 5%;
        font-size: 22px;
        font-family: Lato;
        font-weight: 200
    }

    .main_trade-with-mt4-text-main-mobile-buttons {
        display: grid;
        grid-template-rows:1fr 1fr 1fr;
        padding: 8%
    }

    .mt4_two-buttons__button {
        width: 100%;
        box-sizing: border-box
    }

    .main_trade-with-mt4-buttons-OR-mobile {
        color: #7d7987;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main_trade-with-mt4-additional-os-mobile {
        text-align: center;
        padding-left: 5%;
        padding-rightt: 5%;
        display: grid;
        grid-template-rows:1fr 1fr 1fr 1fr
    }

    .os-div-mobile {
        margin: auto;
        width: auto;
        display: block;
        white-space: nowrap
    }

    .os-text-mobile {
        display: inline-block;
        color: #ff4521;
        text-align: left
    }

    .mt4-trustpilot-mobile {
        width: 50%;
        margin: auto
    }

    .main_trade-with-mt4-medals-mobile, .mt4-trustpilot-mobile {
        padding-top: 40px;
        text-align: center
    }
}
