@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("")
}

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

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

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

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

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

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Suspense_suspense__4C6rv {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.Loader_loader__IQiz-, .Suspense_suspense__4C6rv {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.Loader_loader__IQiz- .anticon {
    color: #0057ff
}

.Header_header__8RLBN {
    align-items: center;
    background-color: #fff;
    box-shadow: 1rem .3rem 1rem rgba(0, 0, 0, .05);
    box-sizing: border-box;
    display: flex;
    height: 9rem;
    left: 32rem;
    padding: 0 5rem 0 6.4rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width: 767px) {
    .Header_header__8RLBN {
        align-items: flex-start;
        flex-direction: column;
        height: 10rem;
        justify-content: space-between;
        left: 0;
        padding: 1.5rem 2rem
    }

    .Header_header__8RLBN.Header_has-back__ub9AQ .Header_logo__JyHXM {
        margin-left: 2.2rem
    }

    .Header_header__8RLBN.Header_has-back__ub9AQ .Header_back__YeL90 {
        left: 1.3rem;
        position: absolute;
        top: 1.5rem
    }

    .Header_header__8RLBN.Header_has-back__ub9AQ .Header_title__\+Ry8u {
        left: 15rem
    }
}

.Header_logo__JyHXM {
    max-width: 10rem
}

.Header_headline__TnnhB {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    margin-left: -3rem
}

@media (max-width: 767px) {
    .Header_headline__TnnhB {
        margin-left: 0
    }
}

.Header_back__YeL90 {
    font-size: 3rem;
    font-weight: 500
}

.Header_back__YeL90:hover {
    color: #0057ff
}

@media (max-width: 767px) {
    .Header_back__YeL90 {
        font-size: 1.6rem
    }
}

.Header_title__\+Ry8u {
    font-size: 2.8rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .Header_title__\+Ry8u {
        font-size: 1.4rem;
        left: 13rem;
        margin-left: 0;
        position: absolute;
        right: 6rem;
        top: 1.8rem
    }

    .Header_title__\+Ry8u:before {
        color: #a1a3a7;
        content: "/";
        font-size: 1.4rem;
        margin-right: .6rem
    }
}

.Header_actions__G2uDj {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    margin-left: auto
}

@media (max-width: 767px) {
    .Header_actions__G2uDj {
        gap: 1rem;
        margin-left: 0;
        width: 100%
    }
}

.Sidebar_sidebar__DiVEr {
    background-color: #f9f9f9;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 32rem;
    min-width: 32rem;
    overflow-y: auto;
    padding: 4rem;
    position: fixed;
    top: 0;
    z-index: 10
}

@media (max-width: 767px) {
    .Sidebar_sidebar__DiVEr {
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
        max-width: 28rem;
        min-width: 28rem;
        opacity: 0;
        padding: 1.6rem;
        pointer-events: none;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: opacity .35s ease, -webkit-transform .75s cubic-bezier(0, 1, .5, 1);
        transition: transform .75s cubic-bezier(0, 1, .5, 1), opacity .35s ease;
        transition: transform .75s cubic-bezier(0, 1, .5, 1), opacity .35s ease, -webkit-transform .75s cubic-bezier(0, 1, .5, 1);
        z-index: 11
    }

    .Sidebar_sidebar__DiVEr.Sidebar_is-active__3WeZI {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.Sidebar_logo__DhWp\+ {
    border-bottom: 1px solid #f0f3f7;
    margin: 0 0 3rem 1.5rem;
    max-width: 11.5rem;
    padding-bottom: 4rem
}

@media (max-width: 767px) {
    .Sidebar_logo__DhWp\+ {
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }
}

.Button_button__A0\+St {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    gap: 1rem;
    justify-content: center;
    position: relative;
    transition: all .25s ease-in-out
}

.Button_button__A0\+St:not(.Button_loading__8SCHu)[disabled] {
    cursor: default;
    opacity: .25;
    pointer-events: none
}

.Button_size-s__z\+TRk {
    font-size: 1.4rem;
    height: 3.3rem;
    padding: 0 1.8rem
}

@media (max-width: 767px) {
    .Button_size-s__z\+TRk {
        height: 2.4rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.Button_size-m__gDukB {
    height: 4.4rem;
    padding: 0 2.4rem
}

@media (max-width: 767px) {
    .Button_size-m__gDukB {
        height: 3.4rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

.Button_size-l__cRPal {
    height: 5.4rem;
    padding: 0 3.2rem
}

@media (max-width: 767px) {
    .Button_size-l__cRPal {
        font-size: 1.4rem;
        height: 4rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }
}

.Button_size-xl__J28gT {
    font-size: 1.8rem;
    font-weight: 600;
    height: 6.6rem;
    padding: 0 4.4rem
}

@media (max-width: 767px) {
    .Button_size-xl__J28gT {
        font-size: 1.5rem;
        height: 4.4rem;
        padding: 0 2.2rem
    }
}

.Button_type-primary__ArJVj {
    background-color: #0057ff;
    color: #fff
}

.Button_type-primary__ArJVj:hover {
    background-color: #3056d3
}

.Button_type-secondary__MQ5p\+ {
    background-color: rgba(0, 87, 255, .05);
    color: #0057ff
}

.Button_type-secondary__MQ5p\+:hover {
    background-color: #0057ff;
    color: #fff
}

.Button_type-secondary-red__SvCIB {
    background-color: #ffefe9;
    color: #ed274b
}

.Button_type-secondary-red__SvCIB:hover {
    background-color: #ed274b;
    color: #fff
}

.Button_type-bordered__88gzs {
    border: 1px solid #0057ff;
    color: #0057ff
}

.Button_type-bordered__88gzs:hover {
    background-color: #0057ff;
    color: #fff
}

.Button_type-shadow__inuLh {
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .1)
}

.Button_type-shadow__inuLh:hover {
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, .2)
}

.Button_type-orange__ALT8H {
    background: #ff7d41 linear-gradient(98.45deg, #ff7d41 6.53%, #fc3f38 97.3%);
    color: #fff
}

.Button_type-orange__ALT8H:hover {
    background: #fc3f38
}

.Button_corner-rect__eybBk {
    border-radius: 1.2rem
}

@media (max-width: 767px) {
    .Button_corner-rect__eybBk {
        border-radius: .8rem
    }
}

.Button_corner-round__yqLIu {
    border-radius: 2.8rem
}

@media (max-width: 767px) {
    .Button_corner-round__yqLIu {
        border-radius: 1.8rem
    }
}

.Button_fullwidth__owryU {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.Button_nowrap__PcNQS {
    white-space: nowrap
}

.Button_loading__8SCHu {
    cursor: default;
    pointer-events: none
}

.Button_loading__8SCHu:before {
    background-color: currentColor;
    border-radius: inherit;
    opacity: .75;
    z-index: 2
}

.Button_loading__8SCHu:after, .Button_loading__8SCHu:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Button_loading__8SCHu:after {
    -webkit-animation: Button_rotate360__Ql\+s5 1s linear infinite;
    animation: Button_rotate360__Ql\+s5 1s linear infinite;
    border: 3px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    height: 1em;
    margin: auto;
    width: 1em;
    z-index: 3
}

@-webkit-keyframes Button_rotate360__Ql\+s5 {
    to {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }
}

@keyframes Button_rotate360__Ql\+s5 {
    to {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }
}

.BalanceInfo_wrap__CNCna {
    position: relative
}

.BalanceInfo_button__FvhKP {
    align-items: center;
    background-color: #0057ff;
    border-radius: .8rem;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 700;
    gap: 1rem;
    height: 4rem;
    justify-content: center;
    min-width: 10rem;
    padding: 0 1.1rem 0 1rem;
    text-align: center
}

@media (max-width: 767px) {
    .BalanceInfo_button__FvhKP {
        font-size: 1.4rem;
        gap: .6rem;
        height: 3rem;
        min-width: 6rem;
        padding: 0 .6rem
    }
}

.BalanceInfo_button__FvhKP:hover {
    background-color: #3056d3
}

.BalanceInfo_panel__by9CE {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    left: 50%;
    margin-left: -20.7rem;
    margin-top: .5rem;
    max-height: calc(100vh - 10rem);
    min-width: 41.5rem;
    overflow-y: auto;
    padding: 2.4rem;
    top: 5rem
}

@media (max-width: 767px) {
    .BalanceInfo_panel__by9CE {
        left: 0;
        margin-left: 0;
        margin-top: 0;
        max-height: calc(100vh - 11rem);
        min-width: calc(100vw - 4rem);
        padding: 2rem;
        position: fixed;
        right: 2rem
    }
}

.BalanceInfo_title__j8T84 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.BalanceInfo_title__j8T84 .BalanceInfo_flex_button__XdwxE {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500
}

.BalanceInfo_title__j8T84 .BalanceInfo_flex_button__XdwxE .BalanceInfo_icon__f3hvH {
    margin-left: 10px
}

.BalanceInfo_list__XfPEb {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 3rem
}

@media (max-width: 767px) {
    .BalanceInfo_list__XfPEb {
        gap: 1rem
    }

    .BalanceInfo_list__XfPEb:not(:last-child) {
        margin-bottom: 2rem
    }
}

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

@media (max-width: 767px) {
    .BalanceInfo_actions__LTQMN button {
        width: 100%
    }
}

.ChecksPriceEntry_entry__Mpu8w {
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem
}

@media (max-width: 767px) {
    .ChecksPriceEntry_entry__Mpu8w {
        padding: 1rem
    }
}

.ChecksPriceEntry_entry__Mpu8w.ChecksPriceEntry_is-active__014AD {
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .1), inset 0 0 0 2px #0057ff
}

.ChecksPriceEntry_entry__Mpu8w.ChecksPriceEntry_has-discount__vJiSf .ChecksPriceEntry_price__t7Wh8 {
    color: #843cf4
}

.ChecksPriceEntry_checks__EItzB {
    align-items: center;
    display: inline-flex;
    font-size: 2.4rem;
    font-weight: 900
}

@media (max-width: 767px) {
    .ChecksPriceEntry_checks__EItzB {
        font-size: 2rem
    }
}

.ChecksPriceEntry_icon__rfFXJ {
    color: #0057ff;
    font-size: 2rem;
    margin-right: .3rem
}

.ChecksPriceEntry_label__gJyqW {
    color: #a1a3a7;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 2.3rem;
    margin-top: .2rem
}

@media (max-width: 767px) {
    .ChecksPriceEntry_label__gJyqW {
        font-size: 1.2rem
    }
}

.ChecksPriceEntry_price__t7Wh8 {
    text-align: right
}

.ChecksPriceEntry_value__WuoTx {
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width: 767px) {
    .ChecksPriceEntry_value__WuoTx {
        font-size: 2rem
    }
}

.ChecksPriceEntry_of__rjC-F {
    color: #a1a3a7;
    font-size: 1.2rem;
    margin-top: .2rem
}

.ChecksPriceEntry_discount__vrlDy {
    align-items: center;
    background-color: #843cf4;
    border-radius: .6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    line-height: 100%;
    margin-left: 1rem;
    padding: .5rem .8rem
}

.ChecksPriceEntry_oldPrice__w-fFf {
    text-decoration: line-through
}

.ChecksPriceEntry_oldPrice__w-fFf, .ChecksPriceEntry_safe__vjOA6 {
    color: #77869e;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    opacity: .5
}

.DropdownPanel_panel__F3YFy {
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
    transition: all .25s ease-in-out
}

.DropdownPanel_panel__F3YFy.enter-active, .DropdownPanel_panel__F3YFy.enter-done {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.LangSwitcher_lang__rPG1p {
    display: inline-flex;
    position: relative
}

.LangSwitcher_lang__rPG1p.LangSwitcher_is-active__US5Gs .LangSwitcher_current__Kt7hp {
    background-color: #f0f3f7;
    color: #000
}

.LangSwitcher_lang__rPG1p.LangSwitcher_is-active__US5Gs .LangSwitcher_current__Kt7hp:before {
    top: 1.8rem;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media (max-width: 767px) {
    .LangSwitcher_lang__rPG1p.LangSwitcher_is-active__US5Gs .LangSwitcher_current__Kt7hp:before {
        top: 1.4rem
    }
}

.LangSwitcher_lang__rPG1p:not(.LangSwitcher_is-active__US5Gs) .LangSwitcher_current__Kt7hp:hover {
    background-color: #e2e7f1
}

.LangSwitcher_lang__rPG1p.LangSwitcher_full__sDjdB .LangSwitcher_current__Kt7hp, .LangSwitcher_lang__rPG1p.LangSwitcher_full__sDjdB .LangSwitcher_list__bGKyK {
    min-width: 13rem
}

.LangSwitcher_lang__rPG1p.LangSwitcher_full__sDjdB .LangSwitcher_item__OhfWd {
    text-align: left
}

.LangSwitcher_current__Kt7hp {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: .8rem;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 500;
    height: 4rem;
    line-height: 100%;
    min-width: 6.5rem;
    padding: 0 3rem 0 1rem;
    position: relative;
    transition: all .25s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2
}

@media (max-width: 767px) {
    .LangSwitcher_current__Kt7hp {
        font-size: 1.4rem;
        height: 3rem;
        min-width: 6rem;
        padding-right: 2rem
    }
}

.LangSwitcher_current__Kt7hp:hover {
    background-color: #e2e7f1;
    color: #000
}

.LangSwitcher_current__Kt7hp:before {
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: " ";
    display: block;
    height: .5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: top .25s ease-in-out, transform .25s ease-in-out;
    transition: top .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    width: .5rem
}

@media (max-width: 767px) {
    .LangSwitcher_current__Kt7hp:before {
        top: 1rem
    }
}

.LangSwitcher_list__bGKyK {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    min-width: 6.5rem;
    padding: 4.5rem .5rem .5rem
}

.LangSwitcher_item__OhfWd {
    background-color: transparent;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #000;
    font-size: 1.5rem;
    line-height: 100%;
    padding: .8rem 1rem .8rem .5rem;
    text-align: center;
    text-align: left;
    transition: all .25s ease-in-out;
    width: 100%
}

.LangSwitcher_item__OhfWd:not(:last-child) {
    margin-bottom: .3rem
}

.LangSwitcher_item__OhfWd:hover {
    background-color: #0057ff;
    color: #fff
}

.ProfileInfo_wrapper__nSM8J {
    max-width: 30rem
}

@media (max-width: 767px) {
    .ProfileInfo_wrapper__nSM8J {
        max-width: 100%;
        overflow: hidden
    }
}

.ProfileInfo_button__eAT1U {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: .8rem;
    font-size: 1.5rem;
    font-weight: 500;
    height: 4rem;
    overflow: hidden;
    padding: 0 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 767px) {
    .ProfileInfo_button__eAT1U {
        font-size: 1.4rem;
        height: 3rem;
        padding: 0 1rem
    }
}

.ProfileInfo_button__eAT1U:hover {
    background-color: #e2e7f1
}

.BlacklistBadge_badge__cxcNa .BlacklistBadge_icon__SeF6d {
    color: #0057ff
}

.BlacklistBadge_badge--blacklist__MNk9y .BlacklistBadge_icon__SeF6d, .BlacklistBadge_badge--blacklist__MNk9y .BlacklistBadge_label__nz18C {
    color: #ed274b
}

.BlacklistBadge_inner__zeh2c {
    align-items: center;
    display: inline-flex;
    gap: 1rem
}

.BlacklistBadge_icon__SeF6d {
    font-size: 2.2rem
}

.BlacklistBadge_label__nz18C {
    font-weight: 500
}

.BlacklistBadge_note__hHu3Y {
    color: #77869e;
    font-size: 1.2rem;
    margin-top: 1rem
}

.SectionBox_section__WIT-f {
    border: 1px solid #e2e7f1;
    border-radius: 2rem;
    box-sizing: border-box;
    padding: 3rem 5rem;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .SectionBox_section__WIT-f {
        border: none;
        border-radius: 0;
        padding: 0
    }
}

.SectionBox_section__WIT-f:not(:last-child) {
    margin-bottom: 4rem
}

@media (max-width: 767px) {
    .SectionBox_section__WIT-f:not(:last-child) {
        border-bottom: 1px solid #e2e7f1;
        margin-bottom: 2rem;
        padding-bottom: 3rem
    }
}

.SectionBox_header__BCw2u {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem
}

@media (max-width: 767px) {
    .SectionBox_header__BCw2u {
        margin-bottom: 1.6rem
    }
}

.SectionBox_title__6m5v5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%
}

@media (max-width: 767px) {
    .SectionBox_title__6m5v5 {
        font-size: 1.8rem
    }
}

.SectionBox_body__mGE0P {
    font-size: 1.6rem;
    line-height: 140%
}

@media (max-width: 767px) {
    .SectionBox_body__mGE0P {
        font-size: 1.4rem
    }

    .SectionBox_body__mGE0P > div:last-child {
        --field-info-group-actions-padding-bottom: 0
    }
}

.RiskBadge_risk__FTzSi {
    display: flex;
    flex-direction: column
}

.RiskBadge_risk--danger__CQ3Sv {
    color: #ff6d5c
}

.RiskBadge_risk--suspicious__33wpg {
    color: #f90
}

.RiskBadge_risk--trusted__OBwb- {
    color: #00bf59
}

.RiskBadge_inner__vJRrE {
    align-items: center;
    display: inline-flex;
    gap: .5rem
}

.RiskBadge_icon__UySl3 {
    font-size: inherit
}

.RiskBadge_label__5PAR4 {
    color: #000;
    font-size: inherit;
    font-weight: 700;
    line-height: 100%
}

.RiskBadge_note__BGZZ2 {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: 1rem
}

@media (max-width: 767px) {
    .RiskBadge_note__BGZZ2 {
        font-size: 1rem;
        margin-top: .5rem
    }
}

.SidebarNav_nav__6Wb\+M {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.SidebarNav_scope__UXJC9 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.SidebarNav_item__BpY38 {
    align-items: center;
    border-radius: 1.2rem;
    color: #77869e;
    display: flex;
    height: 6rem;
    padding: 0 1.6rem;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .SidebarNav_item__BpY38 {
        border-radius: .8rem;
        height: 4rem
    }
}

.SidebarNav_item__BpY38:hover {
    color: #0057ff
}

.SidebarNav_item__BpY38.SidebarNav_is-active__nPLi- {
    background-color: #0057ff;
    color: #fff
}

.SidebarNav_item__BpY38.SidebarNav_is-active__nPLi- .SidebarNav_item__text__Bd37\+ {
    font-weight: 600
}

.SidebarNav_item__BpY38.SidebarNav_logout__c\+nb7 {
    color: #ed274b;
    width: 100%
}

.SidebarNav_item__BpY38.SidebarNav_logout__c\+nb7:hover {
    background-color: rgba(0, 0, 0, .02)
}

.SidebarNav_item__icon__Rmk1R {
    font-size: 2.2rem;
    margin-right: 1.4rem
}

.SidebarNav_item__text__Bd37\+ {
    font-weight: 500
}

.SidebarNav_pro__9JBvS {
    background-color: #000;
    border-radius: 1.2rem;
    box-sizing: border-box;
    margin-bottom: 2.4rem;
    margin-top: 3.2rem;
    overflow: hidden;
    position: relative
}

.SidebarNav_pro__cover__UH8xY {
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease
}

.SidebarNav_pro__info__nfkKG {
    align-items: center;
    bottom: 1.1rem;
    color: #fff;
    display: flex;
    gap: .4rem;
    left: 1.6rem;
    position: absolute;
    right: 1.6rem;
    z-index: 2
}

.SidebarNav_pro__title__GDhj9 {
    font-size: 1.6rem;
    font-weight: 500
}

.SidebarNav_pro__badge__11COh {
    align-items: center;
    background: linear-gradient(103.2deg, #0057ff 11.92%, #e501d0 87.47%);
    border-radius: 1rem;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    padding: .4rem .8rem
}

.SidebarNav_pro__icon__kQtb1 {
    font-size: .8rem;
    margin-left: auto
}

.SidebarNav_pro__soon__LrpZ- {
    align-items: center;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, .35);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    left: 0;
    letter-spacing: 1px;
    line-height: 100%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 5
}

.SidebarNav_bottom__dNyeI {
    margin-top: auto;
    padding-top: 1.2rem
}

.SidebarNav_dropmenu__k65XL {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 3rem
}

.SidebarNav_dropmenu__k65XL .SidebarNav_subitem__WQWUv {
    flex-direction: row;
    font-size: 1.2rem;
    gap: .5rem;
    height: 2.5rem;
    padding: 0
}

.SvgIcon_icon__JQ-Ts {
    fill: currentColor;
    display: inline-block;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.AlertBox_alert__Jz1OY {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 1.2rem;
    box-sizing: border-box;
    color: #111;
    display: flex;
    font-size: 1.4rem;
    line-height: 130%;
    padding: 1.4rem 1.4rem 1.4rem 2.4rem;
    width: 100%
}

@media (max-width: 767px) {
    .AlertBox_alert__Jz1OY {
        font-size: 1.2rem;
        padding-left: 1.4rem
    }
}

.AlertBox_alert__Jz1OY.AlertBox_info__qXw9J {
    background-color: #e9f3ff;
    color: #003aaa
}

.AlertBox_alert__Jz1OY.AlertBox_danger__NffRV {
    background-color: #ffefe9;
    color: #ed274b
}

.AlertBox_alert__Jz1OY.AlertBox_warning__Eh90n {
    background-color: #fffae9;
    color: #aa5c00
}

.AlertBox_alert__Jz1OY.AlertBox_small__4ItFv {
    background-color: transparent;
    border-radius: 0;
    font-size: 1.2rem;
    margin-top: .5rem;
    padding: 0
}

.AlertBox_alert__Jz1OY + .AlertBox_alert__Jz1OY {
    margin-top: 1rem
}

.AlertBox_body__T3zrB {
    flex-grow: 1
}

.AlertBox_title__v3ebq {
    font-weight: 700;
    margin-bottom: .3rem
}

.AlertBox_icon__EnMDF {
    font-size: 4rem;
    line-height: 100%
}

.AlertBox_icon--start__RkbjZ {
    align-self: flex-start;
    margin-right: 2rem
}

.AlertBox_icon--end__3VWJ5 {
    margin-left: 2rem
}

@media (max-width: 767px) {
    .AlertBox_icon__EnMDF {
        font-size: 3rem
    }
}

.AlertBox_actions__s71tc {
    margin-top: 1.2rem
}

.SocialAuthButtons_socials__WZfJ1 {
    display: flex;
    gap: 1.6rem
}

@media (max-width: 767px) {
    .SocialAuthButtons_socials__WZfJ1 {
        flex-wrap: wrap;
        gap: 1rem
    }
}

.SocialAuthButtons_main__9xK9Y {
    flex-grow: 1
}

.SocialAuthButtons_googleIcon__KWcxT {
    font-size: 2.4rem;
    margin-right: 1.5rem
}

.SocialAuthButtons_other__bTSkt {
    display: flex;
    gap: 1.6rem
}

@media (max-width: 767px) {
    .SocialAuthButtons_other__bTSkt {
        gap: 1rem;
        width: 100%
    }
}

.SocialAuthButtons_short__NxhWO {
    color: #0057ff;
    font-size: 2.4rem;
    padding-left: 0;
    padding-right: 0;
    width: 6.6rem
}

@media (max-width: 767px) {
    .SocialAuthButtons_short__NxhWO {
        width: 50%
    }
}

.SocialAuthButtons_short__NxhWO:hover {
    color: #3056d3
}

.TelegramAuth_short__MbKEE {
    color: #0057ff;
    font-size: 2.4rem;
    padding-left: 0;
    padding-right: 0;
    width: 6.6rem
}

@media (max-width: 767px) {
    .TelegramAuth_short__MbKEE {
        width: 100%
    }
}

.TelegramAuth_short__MbKEE:hover {
    color: #3056d3
}

.Twitter_short__e0Zip {
    color: #0057ff;
    font-size: 2.4rem;
    padding-left: 0;
    padding-right: 0;
    width: 6.6rem
}

@media (max-width: 767px) {
    .Twitter_short__e0Zip {
        width: 100%
    }
}

.Twitter_short__e0Zip:hover {
    color: #3056d3
}

.AuthContainer_head__xY4H3 {
    margin-bottom: 3.4rem
}

@media (max-width: 767px) {
    .AuthContainer_head__xY4H3 {
        margin-bottom: 2.4rem
    }
}

.AuthContainer_title__T\+jru {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .AuthContainer_title__T\+jru {
        font-size: 2.4rem;
        margin-bottom: 1.6rem
    }
}

.AuthContainer_note__HSDKV {
    color: #a1a3a7;
    line-height: 140%;
    margin-bottom: 1.2rem
}

@media (max-width: 767px) {
    .AuthContainer_note__HSDKV {
        font-size: 1.4rem
    }
}

.AuthContainer_description__CfUQ- {
    line-height: 150%
}

@media (max-width: 767px) {
    .AuthContainer_description__CfUQ- {
        font-size: 1.4rem
    }
}

.AuthContainer_description__CfUQ- a {
    color: #0057ff;
    font-weight: 600
}

.AuthContainer_alert__Cai7O {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.AuthContainer_fields__fWske {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.AuthContainer_buttons__hh9Gc {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 5.4rem
}

@media (max-width: 767px) {
    .AuthContainer_buttons__hh9Gc {
        margin-top: 3.2rem
    }
}

.RequestHistory_show__3Z3-q {
    align-items: center;
    display: flex;
    justify-content: center
}

.RequestHistory_error__sWaNv {
    display: block
}

.RequestHistory_loader__qKQY2 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 7rem
}

@media (max-width: 767px) {
    .RequestHistory_sectionHeader__JfQaR {
        align-items: normal;
        flex-direction: column;
        gap: 1.6rem
    }
}

.SwitchButton_switch-button__psxms {
    align-items: center;
    background-color: var(--background);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    color: var(--color);
    cursor: pointer;
    display: inline-flex;
    height: var(--height);
    overflow: hidden;
    padding: var(--padding-slider);
    position: relative;
    transition: all .25s ease-in-out
}

.SwitchButton_switch-button__psxms:hover {
    background-color: var(--background-hover);
    transition: backgroud-color .25s ease-in-out
}

.SwitchButton_switch-button__item__aiXiQ {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: inherit;
    font-weight: inherit;
    height: 100%;
    justify-content: center;
    min-width: var(--width-item);
    padding-left: var(--gap-item);
    padding-right: var(--gap-item);
    position: relative;
    transition: color .25s ease-in-out;
    z-index: 1
}

.SwitchButton_switch-button__item__aiXiQ.SwitchButton_is-active__ZKobQ, .SwitchButton_switch-button__item__aiXiQ.SwitchButton_is-active__ZKobQ:hover {
    color: var(--color-active)
}

.SwitchButton_switch-button__item__aiXiQ:hover {
    color: var(--color-hover)
}

.SwitchButton_switch-button__item__aiXiQ .SwitchButton_text__obKP6 {
    display: flex
}

.SwitchButton_switch-button__slider__KikE6 {
    align-items: center;
    background-color: var(--background-slider);
    border-radius: var(--border-radius);
    display: flex;
    height: var(--height-slider);
    justify-content: center;
    margin-left: var(--margin-left-slider);
    position: absolute;
    transition: left .25s ease-in-out;
    width: var(--width-slider);
    z-index: 0
}

.FieldInfoGroup_group__lqPxa {
    align-items: center;
    display: flex;
    gap: 2rem 3rem
}

@media (max-width: 767px) {
    .FieldInfoGroup_group__lqPxa {
        align-items: flex-start;
        flex-direction: column
    }
}

.FieldInfoGroup_group__lqPxa:not(:last-child) {
    border-bottom: 1px solid #f0f3f7;
    margin-bottom: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 767px) {
    .FieldInfoGroup_group__lqPxa:not(:last-child) {
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }
}

.FieldInfoGroup_group__lqPxa.FieldInfoGroup_has-children__NX4i5 {
    align-items: flex-start
}

.FieldInfoGroup_info__BF5YO {
    flex-grow: 1
}

@media (max-width: 767px) {
    .FieldInfoGroup_info__BF5YO {
        width: 100%
    }
}

.FieldInfoGroup_title__SSDzg {
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%
}

@media (max-width: 767px) {
    .FieldInfoGroup_title__SSDzg {
        font-size: 1.8rem
    }
}

.FieldInfoGroup_title__SSDzg + .FieldInfoGroup_description__Gv5L8 {
    margin-top: 1.4rem
}

@media (max-width: 767px) {
    .FieldInfoGroup_title__SSDzg + .FieldInfoGroup_description__Gv5L8 {
        margin-top: 1rem
    }
}

.FieldInfoGroup_description__Gv5L8 {
    color: #77869e;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width: 767px) {
    .FieldInfoGroup_description__Gv5L8 {
        font-size: 1.4rem
    }
}

.FieldInfoGroup_actions__cSx8B {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-left: auto
}

@media (max-width: 767px) {
    .FieldInfoGroup_actions__cSx8B {
        margin-left: 0;
        width: 100%
    }

    .FieldInfoGroup_actions__cSx8B:not(:empty) {
        padding-bottom: 1.6rem;
        padding-bottom: var(--field-info-group-actions-padding-bottom, 1.6rem)
    }

    .FieldInfoGroup_actions__cSx8B button {
        min-width: 0;
        min-width: auto;
        width: auto
    }
}

.InputGroup_group__bGoUh {
    display: block;
    margin-bottom: 3rem;
    position: relative
}

@media (max-width: 767px) {
    .InputGroup_group__bGoUh {
        margin-bottom: 2.4rem
    }
}

.InputGroup_label__76Cl2 {
    color: #77869e;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 120%;
    margin-bottom: 1.2rem
}

@media (max-width: 767px) {
    .InputGroup_label__76Cl2 {
        font-size: 1.4rem;
        margin-bottom: .8rem
    }
}

.RiskIndicator_risk__mT1lM {
    height: 14rem;
    max-width: 23.5rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.RiskIndicator_risk--danger__ku93n {
    color: #ff6d5c
}

.RiskIndicator_risk--suspicious__1qoPO {
    color: #f90
}

.RiskIndicator_risk--trusted__lMgEX {
    color: #00bf59
}

.RiskIndicator_inner__qKAk9 {
    height: 11.75rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.RiskIndicator_value__8sBvk {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 7.5rem
}

.RiskIndicator_value__icon__pKTzZ {
    color: currentColor;
    font-size: 25px
}

.RiskIndicator_value__number__S1vyK {
    color: #000;
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%
}

.RiskIndicator_gray__eFAyj {
    background-color: #e4e4e4;
    border-radius: 50%;
    height: 23.5rem;
    overflow: hidden;
    position: relative
}

.RiskIndicator_level__aYnkS {
    border-radius: 50%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center
}

.RiskIndicator_level-fill__AZoah {
    background-color: currentColor;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

.RiskIndicator_level-white__A27jJ {
    background-color: #fff;
    border-radius: 50%;
    height: 17.5rem;
    left: 3rem;
    position: absolute;
    right: 3rem;
    top: 3rem
}

.RiskIndicator_level-arrow__4lVbK {
    border: .7rem solid transparent;
    border-right: 1.2rem solid #fff;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.RiskIndicator_level-arrow-in__3X3xF, .RiskIndicator_level-arrow__4lVbK {
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 2
}

.RiskIndicator_level-arrow-in__3X3xF {
    border: .7rem solid transparent;
    border-right: 1.2rem solid #c9c9c9;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%)
}

.RiskIndicator_from__SPAa-, .RiskIndicator_to__ObTJL {
    bottom: 0;
    color: #a1a3a7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    text-align: center;
    width: 3rem
}

.RiskIndicator_from__SPAa- {
    left: 0
}

.RiskIndicator_to__ObTJL {
    right: 0
}

.CryptoLabelPill_crypto__gqseZ {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 2rem;
    box-sizing: border-box;
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
    min-height: 3.8rem;
    padding: .4rem 1.4rem
}

.CryptoLabelPill_icon__DgzBG {
    min-width: 2.4rem;
    width: 2.4rem
}

.CryptoLabelPill_inner__JJrXN {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .2rem
}

.CryptoLabelPill_label__QD6Sq {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 120%
}

.CryptoLabelPill_protocol__heXtd {
    font-size: 10px;
    line-height: 120%
}

.CryptoLabelPill_abbr__J2f26 {
    align-items: center;
    background-color: rgba(0, 0, 0, .03);
    border-radius: 1rem;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 500;
    justify-content: center;
    line-height: 100%;
    padding: .5rem 1.2rem
}

.RiskDetailsInfo_details__3MRqJ {
    display: block
}

.RiskDetailsInfo_details--danger__tsM34 {
    color: #ff6d5c
}

.RiskDetailsInfo_details--suspicious__P9nJk {
    color: #f90
}

.RiskDetailsInfo_details--trusted__n96t9 {
    color: #00bf59
}

.RiskDetailsInfo_head__Gocp5 {
    align-items: center;
    display: flex;
    margin-bottom: 2rem
}

.RiskDetailsInfo_head__Gocp5:after {
    background-color: rgba(0, 0, 0, .05);
    content: "";
    flex-grow: 1;
    height: 1px
}

.RiskDetailsInfo_title__FGwAE {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 100%;
    margin-right: 2rem
}

.RiskDetailsInfo_title__icon__XI6qI {
    font-size: 1.8rem;
    margin-right: .8rem
}

.RiskDetailsInfo_title__name__yKCR6 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize
}

.RiskDetailsInfo_items__zqREM {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.HistoryEmpty_empty__FZVNH {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 44rem;
    padding: 1rem 4rem 3rem;
    text-align: center;
    width: 100%
}

@media (max-width: 767px) {
    .HistoryEmpty_empty__FZVNH {
        padding: 0
    }
}

.HistoryEmpty_empty__icon__qGlh\+ {
    margin-bottom: 2rem;
    max-width: 10rem
}

.HistoryEmpty_empty__title__q3JJL {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.4rem
}

.HistoryEmpty_empty__description__gRbM3 {
    color: #a1a3a7;
    font-size: 1.4rem;
    line-height: 150%
}

.HistoryAmlHeader_row__QXdn1 {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 1rem;
    color: #77869e;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-around;
    margin: 0 -2rem;
    padding: 0 1rem 0 2rem
}

.HistoryAmlHeader_row__QXdn1:last-child {
    margin-bottom: 2rem
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col__eypVj {
    display: flex;
    padding: 1.5rem 0
}

@media (max-width: 767px) {
    .HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col__eypVj {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--icon__NAmVU {
    min-width: 4.8rem
}

@media (max-width: 767px) {
    .HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--icon__NAmVU {
        min-width: 3rem
    }
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--name__KYidG {
    min-width: 15%;
    text-align: center
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--direction__JXBgH, .HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--risky__Mw83j {
    justify-content: center;
    text-align: center;
    width: 15%
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--status__6zodY {
    text-align: center;
    width: 15%
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--label__QveJJ {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 5%
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--method__eAVgX {
    justify-content: center;
    width: 15%
}

.HistoryAmlHeader_row__QXdn1 .HistoryAmlHeader_col--actions__cCH5d {
    max-width: 14%;
    min-width: 14%
}

.HistoryAmlHeader_address__xwEM- {
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.HistoryItem_row__WvJDq {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 1rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: flex;
    justify-content: space-around;
    margin: 0 -2rem;
    padding: 0 1rem 0 2rem
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq {
        gap: 1rem;
        justify-content: space-between;
        margin: 0 -1rem;
        padding: 0 1rem
    }
}

.HistoryItem_row__WvJDq.HistoryItem_is-pending__aqpBz {
    -webkit-animation: HistoryItem_pulse__MSySU 2s infinite;
    animation: HistoryItem_pulse__MSySU 2s infinite
}

.HistoryItem_row__WvJDq:last-child {
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq:last-child {
        margin-bottom: 1rem
    }
}

.HistoryItem_row__WvJDq:hover {
    box-shadow: 0 .2rem 1rem 0 #d3d3d3
}

.HistoryItem_row__WvJDq .HistoryItem_col__rRrLA {
    display: flex;
    padding: 1.5rem 0
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col__rRrLA {
        padding: .5rem 0
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--icon__veY9e {
    min-width: 4.8rem
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--icon__veY9e {
        min-width: 3rem
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--name__wnArJ {
    min-width: 15%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--name__wnArJ {
        flex-grow: 1
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--direction__N54pZ {
    justify-content: center;
    width: 15%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--direction__N54pZ {
        display: none
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--risky__DkItr {
    justify-content: center;
    width: 15%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--risky__DkItr {
        display: none
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--status__Y9q9c {
    width: 15%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--status__Y9q9c {
        font-size: 1rem;
        line-height: 140%
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--label__UB-kP {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 5%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--label__UB-kP {
        display: none
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--method__zuQTi {
    justify-content: center;
    width: 15%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--method__zuQTi {
        display: none
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--actions__Yl6R1 {
    align-items: center;
    gap: 2rem;
    max-width: 14%;
    min-width: 14%
}

@media (max-width: 767px) {
    .HistoryItem_row__WvJDq .HistoryItem_col--actions__Yl6R1 {
        flex-direction: row-reverse;
        gap: 1rem;
        max-width: 100%
    }

    .HistoryItem_row__WvJDq .HistoryItem_col--actions__Yl6R1 button {
        border-radius: .8rem;
        font-size: 1.2rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.HistoryItem_row__WvJDq .HistoryItem_col--dots__enbMW {
    position: relative
}

.HistoryItem_crypto__OHN2R {
    display: flex;
    flex-direction: column
}

.HistoryItem_crypto__address__vavmO {
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .HistoryItem_crypto__address__vavmO {
        font-size: 1.2rem
    }
}

.HistoryItem_crypto__info__uwKUF {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media (max-width: 767px) {
    .HistoryItem_crypto__info__uwKUF {
        gap: .5rem
    }
}

.HistoryItem_crypto__network__v96mn {
    color: #77869e;
    font-size: 1.4rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .HistoryItem_crypto__network__v96mn {
        font-size: 1.2rem
    }
}

.HistoryItem_crypto__asset__ej3bc {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 1.5rem;
    color: #77869e;
    display: flex;
    font-size: 1.2rem;
    line-height: 100%;
    padding: .6rem 1.2rem
}

@media (max-width: 767px) {
    .HistoryItem_crypto__asset__ej3bc {
        font-size: 1rem;
        padding: .3rem .8rem
    }
}

.HistoryItem_icon__PHGec {
    align-items: center;
    display: flex;
    font-size: 2.2rem;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

@media (max-width: 767px) {
    .HistoryItem_icon__PHGec {
        height: 2rem;
        width: 2rem
    }
}

.HistoryItem_icon_action__DSGuI {
    cursor: pointer
}

.HistoryItem_icon_action__DSGuI:hover {
    color: #0057ff
}

.HistoryItem_icon_action_disabled__xVM5S {
    opacity: .25
}

@-webkit-keyframes HistoryItem_pulse__MSySU {
    0% {
        box-shadow: 0 0 0 0 #0057ff
    }
    70% {
        box-shadow: 0 0 0 5px rgba(0, 87, 255, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0)
    }
}

@keyframes HistoryItem_pulse__MSySU {
    0% {
        box-shadow: 0 0 0 0 #0057ff
    }
    70% {
        box-shadow: 0 0 0 5px rgba(0, 87, 255, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0)
    }
}

@-webkit-keyframes HistoryItem_dots__gr8O4 {
    20% {
        content: "."
    }
    40% {
        content: ".."
    }
    60% {
        content: "..."
    }
    to {
        content: ""
    }
}

@keyframes HistoryItem_dots__gr8O4 {
    20% {
        content: "."
    }
    40% {
        content: ".."
    }
    60% {
        content: "..."
    }
    to {
        content: ""
    }
}

.HistoryAmlTable_table__head__MS57A {
    color: #77869e;
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.HistoryAmlTable_table__body__BY24W {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.HistoryAmlTable_table_blur__mKoL5 {
    opacity: .25
}

.SanctionBadge_badge__y6O1J .SanctionBadge_icon__sZSOH {
    color: #0057ff
}

.SanctionBadge_badge--sanction__qVHk3 .SanctionBadge_icon__sZSOH, .SanctionBadge_badge--sanction__qVHk3 .SanctionBadge_label__QlI2T {
    color: #ed274b
}

.SanctionBadge_inner__JE8MY {
    align-items: center;
    display: inline-flex;
    gap: 1rem
}

.SanctionBadge_icon__sZSOH {
    font-size: 2.2rem
}

.SanctionBadge_label__QlI2T {
    font-weight: 500
}

.SanctionBadge_note__GwkUV {
    color: #77869e;
    font-size: 1.2rem;
    margin-top: 1rem
}

.AnalyzeItem_item__ZXPNv {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdde1;
    border-radius: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 6.8rem;
    padding: 1rem 1.5rem;
    position: relative;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .AnalyzeItem_item__ZXPNv {
        border-radius: .5rem;
        gap: .5rem;
        min-height: 4rem;
        padding: .8rem
    }
}

.AnalyzeItem_item__ZXPNv:not(.AnalyzeItem_is-selected__ZSzbY):hover {
    border-color: #bfc3ca
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_is-blank__m-MmA {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_is-selected__ZSzbY {
    border-color: #0057ff;
    box-shadow: inset 0 0 0 2px #0057ff
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_is-muted__zEQnW {
    background-color: #eff3f6
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_is-negative__chscF .AnalyzeItem_value__DsLYi {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top right, #fe453d, #a32ccd);
    background-clip: text;
    -webkit-background-clip: text
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_has-offset__izs6q {
    margin-top: 5.4rem
}

.AnalyzeItem_item__ZXPNv.AnalyzeItem_has-data__\+j3Lq {
    border-color: var(--primary-color)
}

.AnalyzeItem_item--income__ecu3c {
    --primary-color: #00bf59
}

.AnalyzeItem_item--income__ecu3c:before {
    background-color: #00bf59;
    content: " ";
    display: block;
    height: 3px;
    left: 100%;
    position: absolute;
    top: 2rem;
    width: 100vh
}

@media (max-width: 767px) {
    .AnalyzeItem_item--income__ecu3c:before {
        height: 2px
    }
}

.AnalyzeItem_item--outcome__Mhyyw {
    --primary-color: #ff6d5c
}

.AnalyzeItem_item--outcome__Mhyyw:before {
    background-color: #ff6d5c;
    content: " ";
    display: block;
    height: 3px;
    position: absolute;
    right: 100%;
    top: 2rem;
    width: 100vh
}

@media (max-width: 767px) {
    .AnalyzeItem_item--outcome__Mhyyw:before {
        height: 2px
    }
}

.AnalyzeItem_item--outcome__Mhyyw .AnalyzeItem_clusterAddress__Z2Hxw b {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top right, #fe453d, #a32ccd);
    background-clip: text;
    -webkit-background-clip: text
}

.AnalyzeItem_body__oZeIy {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .3rem;
    max-width: 60%;
    overflow: hidden
}

.AnalyzeItem_title__nmfUT {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 140%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .AnalyzeItem_title__nmfUT {
        font-size: 1rem
    }
}

.AnalyzeItem_title__nmfUT.AnalyzeItem_unnamed__EEjt9 {
    cursor: help;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: normal
}

.AnalyzeItem_title__nmfUT.AnalyzeItem_named__u4IO0 {
    cursor: help;
    position: relative
}

.AnalyzeItem_title__nmfUT.AnalyzeItem_named__u4IO0 > span {
    display: inline-block;
    max-width: calc(100% - .7rem);
    overflow: hidden;
    text-overflow: ellipsis
}

.AnalyzeItem_title__nmfUT.AnalyzeItem_named__u4IO0 > sup {
    position: absolute;
    top: .5rem
}

.AnalyzeItem_title__nmfUT sup {
    opacity: .5
}

.AnalyzeItem_title__nmfUT:hover sup {
    opacity: 1
}

.AnalyzeItem_description__uVVwh {
    color: #77869e;
    font-size: 1.2rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .AnalyzeItem_description__uVVwh {
        font-size: .8rem
    }
}

.AnalyzeItem_info__4nFqY {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    max-width: 50%;
    overflow: hidden;
    text-align: right
}

@media (max-width: 767px) {
    .AnalyzeItem_info__4nFqY {
        overflow: visible
    }
}

.AnalyzeItem_value__DsLYi {
    color: #00bf59;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .AnalyzeItem_value__DsLYi {
        font-size: 1rem
    }
}

.AnalyzeItem_value--red__0ZZE5 span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top right, #fe453d, #a32ccd);
    background-clip: text;
    -webkit-background-clip: text
}

.AnalyzeItem_caption__f9wkS {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 100%;
    white-space: nowrap
}

@media (max-width: 767px) {
    .AnalyzeItem_caption__f9wkS {
        font-size: .8rem;
        line-height: 120%
    }
}

.AnalyzeItem_clusterAddress__Z2Hxw {
    align-items: center;
    color: #77869e;
    display: flex;
    font-size: 1.2rem;
    gap: .3rem;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width: 767px) {
    .AnalyzeItem_clusterAddress__Z2Hxw {
        font-size: 1rem
    }
}

.AnalyzeItem_clusterAddress__Z2Hxw span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AnalyzeItem_clusterAddress__Z2Hxw b {
    color: #00bf59
}

.AnalyzeItemPopup_popup__NPz9o {
    background-color: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .1);
    box-sizing: border-box;
    max-width: 36rem;
    padding: 2rem;
    position: absolute;
    z-index: 200
}

.AnalyzeItemPopup_popup--danger__UH0mu {
    --risk-color: #ff6d5c
}

.AnalyzeItemPopup_popup--suspicious__g0tkq {
    --risk-color: #f90
}

.AnalyzeItemPopup_popup--trusted__Oz3He {
    --risk-color: #00bf59
}

.AnalyzeItemPopup_colorByRisk__CET9C {
    color: var(--risk-color)
}

.AnalyzeItemPopup_title__ROnat {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1.2rem
}

.AnalyzeItemPopup_address__rlzUM {
    align-items: flex-start;
    display: flex;
    margin-bottom: 1.2rem
}

.AnalyzeItemPopup_address__value__e7cuB {
    flex-grow: 1;
    overflow: hidden
}

.AnalyzeItemPopup_address__value__e7cuB span {
    font-size: 1.4rem;
    line-height: 130%;
    word-break: break-word
}

.AnalyzeItemPopup_address__copy__7JZ4l {
    background-color: transparent;
    color: #77869e;
    height: 2rem;
    margin-left: 1.6rem;
    min-width: 2rem;
    transition: color .25s ease-in-out;
    width: 2rem
}

.AnalyzeItemPopup_address__copy__7JZ4l:hover {
    color: #0057ff
}

.AnalyzeItemPopup_owner__QHeKG {
    align-items: center;
    color: #77869e;
    display: inline-flex;
    font-size: 1.2rem;
    gap: .6rem;
    line-height: 100%;
    margin-bottom: 2.4rem
}

.AnalyzeItemPopup_owner__QHeKG b {
    color: #000;
    font-size: 1.4rem
}

.AnalyzeItemPopup_risk__iRkNB {
    margin-bottom: 3rem
}

.AnalyzeItemPopup_risk__title__ypb2a {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 100%;
    margin-bottom: .8rem
}

.AnalyzeItemPopup_risk__value__PuDWp {
    font-size: 2.8rem
}

.AnalyzeItemPopup_details__fbH0D table {
    width: 100%
}

.AnalyzeItemPopup_details__fbH0D table tr:not(:last-child) td {
    padding-bottom: 1.3rem
}

.AnalyzeItemPopup_details__fbH0D table tr td {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 130%
}

.AnalyzeItemPopup_details__fbH0D table tr td:last-child {
    color: #000;
    font-weight: 500;
    text-align: right
}

.AnalyzeWallet_wallet__B\+OcQ {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: .3rem 1rem 0;
    position: relative;
    top: 3rem;
    width: 26%;
    z-index: 2
}

@media (max-width: 767px) {
    .AnalyzeWallet_wallet__B\+OcQ {
        left: 0;
        margin: 0 auto;
        min-width: 100%;
        overflow: visible;
        padding: 0;
        position: absolute;
        right: 0;
        top: 7rem;
        z-index: 5
    }
}

.AnalyzeWallet_wallet--income__6nn3F .AnalyzeWallet_inner__sZANT:before {
    background-color: #00bf59;
    content: " ";
    height: .3rem;
    position: absolute;
    right: 100%;
    top: 8.3rem;
    width: 100vw
}

@media (max-width: 767px) {
    .AnalyzeWallet_wallet--income__6nn3F .AnalyzeWallet_inner__sZANT:before {
        height: 4.2rem;
        left: 49%;
        margin-left: -2px;
        right: auto;
        top: calc(100% - 1.5rem);
        width: 2px;
        z-index: -1
    }
}

.AnalyzeWallet_wallet--outcome__KbPtZ .AnalyzeWallet_inner__sZANT:after {
    background-color: #ff6d5c;
    content: " ";
    height: .3rem;
    left: 100%;
    position: absolute;
    top: 8.3rem;
    width: 100vw
}

@media (max-width: 767px) {
    .AnalyzeWallet_wallet--outcome__KbPtZ .AnalyzeWallet_inner__sZANT:after {
        height: 4.2rem;
        left: auto;
        margin-right: -2px;
        right: 49%;
        top: calc(100% - 1.5rem);
        width: 2px;
        z-index: -1
    }
}

.AnalyzeWallet_inner__sZANT {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1.6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 1.2rem;
    max-width: 22rem;
    min-height: 10.5rem;
    padding: 1.6rem;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .AnalyzeWallet_inner__sZANT {
        border-radius: 1rem;
        min-height: 0;
        min-height: auto;
        padding: 1rem;
        position: static
    }
}

.AnalyzeWallet_address__b83bF {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 120%;
    margin: 0 .5rem 1rem;
    text-align: center;
    word-break: break-word
}

@media (max-width: 767px) {
    .AnalyzeWallet_address__b83bF {
        font-size: 1.2rem
    }
}

.AnalyzeWallet_cluster__DJTI3 {
    color: #77869e;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 .5rem 1rem;
    word-break: break-word
}

@media (max-width: 767px) {
    .AnalyzeWallet_cluster__DJTI3 {
        font-size: 1.2rem
    }
}

.AnalyzeWallet_cluster__note__zPDfj {
    font-size: 1.2rem;
    font-weight: 400
}

.AnalyzeWallet_cluster_name__oC5v6 {
    cursor: help
}

.AnalyzeWallet_caption__HabOG {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 130%;
    margin: 0 .5rem 1rem
}

.AnalyzeWallet_actions__33MVL {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.AnalyzeWallet_button__rEJqp {
    align-items: center;
    background-color: #f0f3f7;
    border: none;
    border-radius: 1rem;
    color: #77869e;
    display: flex;
    font-size: 1.2rem;
    gap: 1rem;
    height: 3.2rem;
    justify-content: center;
    text-decoration: none;
    width: 100%
}

@media (max-width: 767px) {
    .AnalyzeWallet_button__rEJqp {
        border-radius: .5rem;
        font-size: 1rem;
        gap: .5rem;
        height: 2.4rem
    }
}

.AnalyzeWallet_button__rEJqp:hover {
    background-color: #0057ff;
    color: #fff
}

.TariffsPlanItem_item__xNUy3 {
    border: 1px solid #f0f3f7;
    border-radius: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .TariffsPlanItem_item__xNUy3 {
        border-radius: 1rem;
        padding: 1rem 1.5rem
    }
}

.TariffsPlanItem_item__xNUy3:hover {
    border-color: #0057ff
}

.TariffsPlanItem_item__xNUy3.TariffsPlanItem_is-active__Z0N9g {
    border-color: #0057ff;
    box-shadow: inset 0 0 0 1px #0057ff
}

.TariffsPlanItem_item__xNUy3.TariffsPlanItem_has-discount__eD6Ro .TariffsPlanItem_price__GYLPr {
    color: #843cf4
}

.TariffsPlanItem_info__bxAM9 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between
}

.TariffsPlanItem_top__Zm0zI {
    align-items: center;
    display: flex;
    gap: 1rem
}

.TariffsPlanItem_title__YSsjG {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 100%
}

@media (max-width: 767px) {
    .TariffsPlanItem_title__YSsjG {
        font-size: 2rem
    }
}

.TariffsPlanItem_discount__VVKk6 {
    background-color: #843cf4;
    font-weight: 700;
    padding: .5rem .8rem
}

.TariffsPlanItem_best__Ztfcm, .TariffsPlanItem_discount__VVKk6 {
    align-items: center;
    border-radius: .6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    justify-content: center;
    line-height: 100%
}

.TariffsPlanItem_best__Ztfcm {
    background-color: #eb596a;
    font-weight: 600;
    padding: .5rem 1.5rem
}

.TariffsPlanItem_price__GYLPr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: right
}

.TariffsPlanItem_checks__yiMYk {
    color: #77869e;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%
}

.TariffsPlanItem_value__RyBBB {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%
}

@media (max-width: 767px) {
    .TariffsPlanItem_value__RyBBB {
        font-size: 2rem
    }
}

.TariffsPlanItem_oldPrice__y3o81 {
    text-decoration: line-through
}

.TariffsPlanItem_oldPrice__y3o81, .TariffsPlanItem_safe__viDJv {
    color: #77869e;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    opacity: .5
}

.TariffsPlanItem_of__mdVnq {
    color: #77869e;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%
}

.TariffsPromoForm_promo__iWbWu {
    margin-bottom: 3.4rem;
    margin-top: 3.4rem
}

.TariffsPromoForm_title__IAnYD {
    color: #0057ff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .TariffsPromoForm_title__IAnYD {
        font-size: 1.8rem
    }
}

.TariffsPromoForm_text__fxbz7 {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.TariffsPromoForm_form__USu\+q {
    display: flex;
    gap: 1.6rem
}

@media (max-width: 767px) {
    .TariffsPromoForm_form__USu\+q {
        flex-direction: column
    }
}

.TariffsPromoForm_field__ozqOZ {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem
}

.TariffsPromoForm_input__7M\+87 {
    height: 5.4rem
}

.TariffsDetails_details__OR6Dc {
    border-radius: 3rem;
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .08);
    padding: 4rem 3.4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem
}

@media (max-width: 767px) {
    .TariffsDetails_details__OR6Dc {
        border-radius: 1.6rem;
        margin-bottom: 3rem;
        padding: 2rem
    }
}

.TariffsDetails_details__OR6Dc.TariffsDetails_has-discount__Qm2NM .TariffsDetails_price__1MDfU {
    color: #843cf4
}

.TariffsDetails_top__c0vl2 {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.2rem
}

@media (max-width: 767px) {
    .TariffsDetails_top__c0vl2 {
        margin-bottom: 2rem
    }
}

.TariffsDetails_title__MfANW {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 120%
}

@media (max-width: 767px) {
    .TariffsDetails_title__MfANW {
        font-size: 2.4rem
    }
}

.TariffsDetails_discount__9wqbF {
    align-items: center;
    background-color: #843cf4;
    border-radius: .6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    line-height: 100%;
    padding: .5rem .8rem
}

.TariffsDetails_description__KfkFT {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 3.6rem
}

.TariffsDetails_description__KfkFT:empty {
    display: none
}

.TariffsDetails_info__l3l2b {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 3.4rem
}

.TariffsDetails_info__first__Ieyfc {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.TariffsDetails_info__second__Z4JwB {
    margin-left: auto
}

.TariffsDetails_price__1MDfU {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap
}

@media (max-width: 767px) {
    .TariffsDetails_price__1MDfU {
        font-size: 3rem
    }
}

.TariffsDetails_oldPrice__5i457 {
    color: #a1a3a7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    opacity: .5;
    text-decoration: line-through
}

@media (max-width: 767px) {
    .TariffsDetails_oldPrice__5i457 {
        font-size: 1.8rem
    }
}

.TariffsDetails_pricePerCheck__jG591 {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 120%
}

@media (max-width: 767px) {
    .TariffsDetails_pricePerCheck__jG591 {
        font-size: 1.4rem
    }
}

.TariffsDetails_checks__ZFh7F {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 100%;
    margin-top: .5rem
}

@media (max-width: 767px) {
    .TariffsDetails_checks__ZFh7F {
        font-size: 1.4rem
    }
}

.TariffsDetails_checks__ZFh7F span {
    color: #000;
    display: block;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .TariffsDetails_checks__ZFh7F span {
        font-size: 3rem
    }
}

.TariffsDetails_advantages__ejZ7S {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.TariffsDetails_advantages__item__wzgUH {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    padding-left: 2.7rem;
    position: relative
}

@media (max-width: 767px) {
    .TariffsDetails_advantages__item__wzgUH {
        font-size: 1.4rem
    }
}

.TariffsDetails_advantages__item__wzgUH:before {
    border-bottom: 3px solid #0057ff;
    border-right: 3px solid #0057ff;
    content: " ";
    display: block;
    height: 1.2rem;
    left: .5rem;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .5rem
}

.TariffsDetails_advantages__item_disabled__LW8V2 {
    opacity: .5;
    pointer-events: none
}

.TariffsDetails_advantages__item_disabled__LW8V2:before {
    border-color: #77869e
}

.TariffsDetails_advantages__soon__QxHed {
    align-items: center;
    background: linear-gradient(103.2deg, #20ffb7 11.92%, #409dff 87.47%);
    border-radius: 1.2rem;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 100%;
    margin-left: .7rem;
    padding: .6rem 1rem;
    vertical-align: top
}

.TariffsDetails_payment__head__gvuku {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    overflow: hidden
}

.TariffsDetails_payment__title__EGUTd {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 100%;
    position: relative;
    transition: color .25s ease-in-out
}

@media (max-width: 767px) {
    .TariffsDetails_payment__title__EGUTd {
        font-size: 1.4rem
    }
}

.TariffsDetails_payment__line__MguKz {
    background-color: rgba(0, 0, 0, .05);
    flex-grow: 1;
    height: 1px
}

.TariffsDetails_payment__body__qimnA {
    padding-bottom: 1rem;
    padding-top: 2rem
}

.TariffsDetailsToggler_item__AImiD:not(:last-of-type) {
    margin-bottom: 2.4rem
}

.TariffsDetailsToggler_item__AImiD.TariffsDetailsToggler_is-active__YIpAE .TariffsDetailsToggler_arrow__DyVIG {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.TariffsDetailsToggler_head__\+G9\+A {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 1.5rem;
    overflow: hidden
}

.TariffsDetailsToggler_head__\+G9\+A:hover .TariffsDetailsToggler_title__jYfxA {
    color: #0057ff
}

.TariffsDetailsToggler_head__\+G9\+A:hover .TariffsDetailsToggler_arrow__DyVIG {
    color: rgba(0, 0, 0, .2)
}

.TariffsDetailsToggler_title__jYfxA {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 100%;
    position: relative;
    transition: color .25s ease-in-out
}

@media (max-width: 767px) {
    .TariffsDetailsToggler_title__jYfxA {
        font-size: 1.4rem
    }
}

.TariffsDetailsToggler_line__iCBaY {
    background-color: rgba(0, 0, 0, .05);
    flex-grow: 1;
    height: 1px
}

.TariffsDetailsToggler_arrow__DyVIG {
    color: rgba(0, 0, 0, .1);
    font-size: 2rem;
    line-height: 100%;
    transition: all .25s ease-in-out
}

.TariffsDetailsToggler_body__CeeoI {
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 2rem
}

.InputSelect_select__hQtm6 {
    display: block;
    width: 100%
}

.InputSelect_select__hQtm6.InputSelect_error__RY5OI .chain-select__control {
    border: 1px solid #ed274b !important
}

.InputSelect_select__hQtm6 .chain-select__control {
    border: 1px solid #e2e7f1;
    border-radius: 1.2rem;
    box-shadow: none;
    cursor: pointer;
    height: 6.4rem
}

@media (max-width: 767px) {
    .InputSelect_select__hQtm6 .chain-select__control {
        border-radius: .8rem;
        height: 5rem
    }
}

.InputSelect_select__hQtm6 .chain-select__control:hover {
    border-color: #c0cbe0
}

.InputSelect_select__hQtm6 .chain-select__control--is-focused {
    border-color: #0057ff !important
}

.InputSelect_select__hQtm6 .chain-select__control--is-focused .select .chain-select__input {
    padding-left: 1.6rem
}

.InputSelect_select__hQtm6 .chain-select__control--is-focused:hover {
    border-color: #0057ff !important
}

.InputSelect_select__hQtm6 .chain-select__value-container {
    padding: 0 1.6rem
}

.InputSelect_select__hQtm6 .chain-select__placeholder {
    color: #b8bcc1
}

.InputSelect_select__hQtm6 .chain-select__indicator {
    color: #000
}

.InputSelect_select__hQtm6 .chain-select__indicator-separator {
    display: none
}

.InputSelect_select__hQtm6 .chain-select__menu {
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 .5rem 5rem rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 0
}

.CardCheckoutForm_form__FDonD {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%
}

.CardCheckoutForm_form__FDonD .CardCheckoutForm_card__bCan3 {
    background-color: #fff;
    border: 1px solid #f0f3f7;
    border-radius: 9px;
    margin-top: 1rem;
    padding: 2rem
}

.CardCheckoutForm_form__FDonD .CardCheckoutForm_btn__U3-dq {
    margin-top: 1rem;
    width: 100%
}

.CryptoCheckoutForm_btn__bT-kM {
    margin: 2rem 0;
    width: 100%
}

.CryptoCheckoutForm_container__WIo5t {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2.4rem;
    text-align: center
}

.CryptoCheckoutForm_qrCodeContainer__81qHb {
    width: 27.6rem
}

.CryptoCheckoutForm_qrCodeContainer__81qHb img {
    margin: auto;
    width: 20rem
}

.CryptoCheckoutForm_qrCodeContainer__81qHb .CryptoCheckoutForm_tittle__0fyyE {
    font-size: 1.8rem;
    font-weight: 500
}

.CryptoCheckoutForm_totalContainer__B3yDN {
    width: 80%
}

.CryptoCheckoutForm_totalContainer__B3yDN .CryptoCheckoutForm_text_sm__O1JsR {
    color: #77869e;
    font-size: 1.3rem
}

.CryptoCheckoutForm_totalContainer__B3yDN .CryptoCheckoutForm_amount__figix {
    align-items: center;
    display: flex
}

.CryptoCheckoutForm_totalContainer__B3yDN .CryptoCheckoutForm_amount__figix img {
    height: 2.8rem;
    width: 2.8rem
}

.CryptoCheckoutForm_totalContainer__B3yDN .CryptoCheckoutForm_amount__figix span {
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: 1rem
}

.CryptoCheckoutForm_alert__-bTn5, .CryptoCheckoutForm_copyableInput__QwkNi {
    margin-top: 2rem
}

.RiskDetailsInfoPopup_popup__PG81q {
    box-sizing: border-box;
    max-width: 36.7rem;
    padding: 2rem 1.5rem
}

.RiskDetailsInfoPopup_popup--danger__0AvRG {
    color: #ff6d5c
}

.RiskDetailsInfoPopup_popup--suspicious__11CzV {
    color: #f90
}

.RiskDetailsInfoPopup_popup--trusted__qsbVA {
    color: #00bf59
}

@media (max-width: 767px) {
    .RiskDetailsInfoPopup_popup__PG81q {
        max-width: 28rem;
        padding: 1rem 0
    }
}

.RiskDetailsInfoPopup_value__rXyw4 {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 2.4rem;
    text-align: center
}

@media (max-width: 767px) {
    .RiskDetailsInfoPopup_value__rXyw4 {
        font-size: 2rem;
        margin-bottom: 1.6rem
    }
}

.RiskDetailsInfoPopup_title__PH8dw {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2.4rem;
    text-align: center;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .RiskDetailsInfoPopup_title__PH8dw {
        margin-bottom: 1rem
    }
}

.RiskDetailsInfoPopup_label__WWH7N {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: .8rem;
    text-align: center
}

.RiskDetailsInfoPopup_price__CTgVx {
    color: #a1a3a7;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 2.4rem;
    text-align: center
}

.RiskDetailsInfoPopup_price__CTgVx span {
    color: #000;
    display: inline-block;
    margin: 0 .2rem
}

.RiskDetailsInfoPopup_description__eIDjb {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 150%;
    text-align: center
}

@media (max-width: 767px) {
    .RiskDetailsInfoPopup_description__eIDjb {
        font-size: 1.2rem;
        line-height: 120%
    }
}

.RiskDetailsInfoItem_item__5memq {
    position: relative
}

.RiskDetailsInfoItem_inner__pfRXr {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 3.4rem
}

@media (max-width: 767px) {
    .RiskDetailsInfoItem_inner__pfRXr {
        min-height: 2.8rem
    }
}

.RiskDetailsInfoItem_value__IS5ar {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    margin-left: .7rem;
    margin-right: 1.2rem;
    min-width: 4.5rem
}

@media (max-width: 767px) {
    .RiskDetailsInfoItem_value__IS5ar {
        font-size: 1.2rem;
        margin-right: .8rem;
        min-width: 3.5rem
    }
}

.RiskDetailsInfoItem_title__vfgaJ {
    color: #000;
    cursor: help;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    text-transform: capitalize;
    z-index: 2
}

@media (max-width: 767px) {
    .RiskDetailsInfoItem_title__vfgaJ {
        font-size: 1.4rem
    }
}

.RiskDetailsInfoItem_dash__anXeJ {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    flex-grow: 1;
    margin: 0 .5rem
}

.RiskDetailsInfoItem_cash__wgLox {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%
}

@media (max-width: 767px) {
    .RiskDetailsInfoItem_cash__wgLox {
        font-size: 1.6rem
    }
}

.RiskDetailsInfoItem_level__o6Tv0 {
    background-color: currentColor;
    border-radius: .4rem;
    bottom: 0;
    left: 0;
    min-width: 1rem;
    opacity: .2;
    position: absolute;
    top: 0
}

.ReferralLink_link__zvGmi {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: .8rem;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    gap: 1.6rem;
    height: 4rem;
    padding: 0 2rem;
    width: 100%
}

.ReferralLink_link__zvGmi:hover .ReferralLink_icon__UyGbp {
    color: #0057ff
}

.ReferralLink_link__zvGmi .ReferralLink_icon__UyGbp {
    transition: color .25s ease-in-out
}

.InvestigationHistory_table__head__4uEbn .InvestigationHistory_table__col__sfItk {
    color: #77869e;
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.InvestigationHistory_table__body__-38RL {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.InvestigationHistory_table_blur__nil2l {
    opacity: .25
}

.InvestigationHistory_list__qx1ZT {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.InvestigationHistory_show__d2MUJ {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

.InvestigationHistory_loader__5iuc0 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 7rem
}

.InvestigationHistoryItem_investigations__cDJad {
    border: 1px solid #e2e7f1;
    border-radius: 3rem;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease-in-out
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_investigations__cDJad {
        border: none;
        border-radius: 0;
        overflow: visible
    }
}

.InvestigationHistoryItem_head__f1CyT {
    display: flex;
    justify-content: space-between;
    padding: 3rem 3rem 1rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_head__f1CyT {
        flex-wrap: wrap;
        gap: 1.6rem;
        margin-bottom: 2rem;
        padding: 0
    }

    .InvestigationHistoryItem_head__f1CyT button {
        font-size: 1.2rem
    }
}

.InvestigationHistoryItem_title__p8yJW {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_title__p8yJW {
        font-size: 1.8rem;
        width: 100%
    }
}

.InvestigationHistoryItem_legends__ae65q {
    display: flex;
    gap: 3rem
}

.InvestigationHistoryItem_legend__IqQuX {
    align-items: center;
    display: flex;
    gap: 1rem
}

.InvestigationHistoryItem_legend--danger__BulDD {
    color: #ff6d5c
}

.InvestigationHistoryItem_legend--suspicious__VjPiW {
    color: #f90
}

.InvestigationHistoryItem_legend--trusted__8Mv7W {
    color: #00bf59
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_legend__IqQuX {
        gap: .5rem
    }
}

.InvestigationHistoryItem_legend__icon__Lym4i {
    align-items: center;
    display: inline-flex;
    height: 2.4rem;
    justify-content: center;
    position: relative;
    width: 2.4rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_legend__icon__Lym4i {
        height: 2rem;
        width: 2rem
    }
}

.InvestigationHistoryItem_legend__icon__Lym4i:before {
    background-color: currentColor;
    border-radius: 50%;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0
}

.InvestigationHistoryItem_legend__text__V-eoo {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_legend__text__V-eoo {
        font-size: 1.2rem
    }
}

.InvestigationHistoryItem_title-note__1xd8y {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 140%;
    margin-bottom: 6rem;
    padding: 0 3rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_title-note__1xd8y {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        padding: 0
    }
}

.InvestigationHistoryItem_body__fuRMy {
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_body__fuRMy {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.InvestigationHistoryItem_straight__k8zln {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem 3rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_straight__k8zln {
        padding: 0
    }
}

.InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf {
    min-height: 23rem
}

.InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf:not(.InvestigationHistoryItem_has-routing__At6y0).InvestigationHistoryItem_is-single__Syzto .InvestigationHistoryItem_list__pzXfl:before {
    bottom: auto;
    height: 3.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf:not(.InvestigationHistoryItem_has-routing__At6y0).InvestigationHistoryItem_is-single__Syzto .InvestigationHistoryItem_list__pzXfl:before {
        height: 0
    }
}

.InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0.InvestigationHistoryItem_is-empty__oeFs5:before {
    background-color: #ff6d5c;
    bottom: 0;
    content: " ";
    position: absolute;
    top: 11.7rem;
    width: 3px
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0.InvestigationHistoryItem_is-empty__oeFs5:before {
        bottom: 3rem;
        width: 2px
    }
}

.InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0.InvestigationHistoryItem_is-empty__oeFs5.InvestigationHistoryItem_items--incoming__GsJGM:before {
    background-color: #00bf59;
    right: 0
}

.InvestigationHistoryItem_straight__k8zln .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0 .InvestigationHistoryItem_list__pzXfl {
    flex-grow: 1
}

.InvestigationHistoryItem_items__8lHVf {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 37%;
    z-index: 2
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_items__8lHVf {
        width: 49%
    }
}

.InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0 {
    margin-bottom: -8.1rem
}

.InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0 .InvestigationHistoryItem_list__pzXfl {
    padding-bottom: 10rem
}

.InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0 .InvestigationHistoryItem_list__pzXfl:before {
    bottom: 0
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-routing__At6y0 .InvestigationHistoryItem_list__pzXfl:before {
        bottom: 2.8rem
    }
}

.InvestigationHistoryItem_items--incoming__GsJGM .InvestigationHistoryItem_list__pzXfl {
    padding-right: 25%
}

@media (max-width: 1400px) {
    .InvestigationHistoryItem_items--incoming__GsJGM .InvestigationHistoryItem_list__pzXfl {
        padding-right: 10%
    }
}

@media (max-width: 1200px) {
    .InvestigationHistoryItem_items--incoming__GsJGM .InvestigationHistoryItem_list__pzXfl {
        padding-right: 5%
    }
}

.InvestigationHistoryItem_items--incoming__GsJGM .InvestigationHistoryItem_list__pzXfl:before {
    background-color: #00bf59;
    right: 0
}

.InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_hat__T7jHZ, .InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_list__pzXfl {
    padding-left: 25%
}

@media (max-width: 1400px) {
    .InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_hat__T7jHZ, .InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_list__pzXfl {
        padding-left: 10%
    }
}

@media (max-width: 1200px) {
    .InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_hat__T7jHZ, .InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_list__pzXfl {
        padding-left: 5%
    }
}

.InvestigationHistoryItem_items--outgoing__MRUmX .InvestigationHistoryItem_list__pzXfl:before {
    background-color: #ff6d5c;
    left: 0
}

.InvestigationHistoryItem_hat__T7jHZ {
    margin-bottom: 2.4rem;
    margin-left: 1.5rem;
    min-height: 4.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_hat__T7jHZ {
        margin-bottom: 12rem;
        margin-left: 1rem
    }
}

.InvestigationHistoryItem_subtitle__et-kG {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 100%;
    margin: 0 0 1.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_subtitle__et-kG {
        font-size: 1.1rem
    }
}

.InvestigationHistoryItem_stats__j8dJo {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_stats__j8dJo {
        font-size: 1rem;
        line-height: 140%;
        white-space: normal
    }
}

.InvestigationHistoryItem_stats__j8dJo b {
    font-weight: 600;
    white-space: nowrap
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_stats__j8dJo b {
        display: block
    }
}

.InvestigationHistoryItem_stats__j8dJo span {
    color: #a1a3a7
}

.InvestigationHistoryItem_list__pzXfl {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_list__pzXfl {
        gap: 1rem
    }
}

.InvestigationHistoryItem_list__pzXfl:before {
    bottom: 4.5rem;
    content: " ";
    position: absolute;
    top: 2.2rem;
    width: 3px
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_list__pzXfl:before {
        bottom: 2.2rem;
        width: 2px
    }
}

.InvestigationHistoryItem_routing__oWPO6 .InvestigationHistoryItem_items__8lHVf.InvestigationHistoryItem_has-direct__VQ2Dx .InvestigationHistoryItem_list__pzXfl:before {
    top: -5rem
}

.InvestigationHistoryItem_routing__oWPO6 .InvestigationHistoryItem_items__8lHVf:not(.InvestigationHistoryItem_has-direct__VQ2Dx) .InvestigationHistoryItem_list__pzXfl:before {
    top: 0
}

.InvestigationHistoryItem_routing__oWPO6 .InvestigationHistoryItem_list__pzXfl {
    flex-grow: 0
}

.InvestigationHistoryItem_routing__inner__50glO {
    background-color: #f7f8f9;
    border-radius: 0 0 3rem 3rem;
    padding: 3rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_routing__inner__50glO {
        border-radius: 0;
        margin-bottom: -2rem;
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.InvestigationHistoryItem_routing__title__pKlRe {
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_routing__title__pKlRe {
        z-index: 2
    }
}

.InvestigationHistoryItem_routing__title__pKlRe span {
    align-items: center;
    background-color: #eff3f6;
    border-radius: 2rem;
    box-shadow: inset 0 0 0 .4rem #fff;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 500;
    height: 3.7rem;
    line-height: 100%;
    padding: 0 3.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_routing__title__pKlRe span {
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: rgba(240, 243, 247, .8);
        box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .8);
        font-size: 1.1rem;
        height: 2.4rem;
        padding: 0 1.6rem;
        z-index: 2
    }
}

.InvestigationHistoryItem_routing__list__1UrN1 {
    display: flex
}

.InvestigationHistoryItem_routingStretch__VRwQ0 {
    width: 26%
}

@media (max-width: 767px) {
    .InvestigationHistoryItem_routingStretch__VRwQ0 {
        width: 2%
    }
}

.InvestigationHistoryItem_more__jJmap {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 98%, .85);
    bottom: 0;
    box-shadow: inset 0 1rem 1rem 0 rgba(0, 0, 0, .1);
    display: flex;
    height: 7.3rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 5
}

.InvestigationHistoryItem_more__jJmap span {
    border-bottom: 1px solid transparent;
    color: #0057ff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 100%
}

.InvestigationHistoryItem_more__jJmap:hover span {
    border-bottom-color: #0057ff
}

.InvestigationHistoryItem_devModeTitle__kq2P1 {
    color: #ed274b;
    margin-left: 1rem
}

.TransactionReceivers_info__S4YB6 {
    margin-bottom: 2rem
}

.TransactionReceivers_info__S4YB6 span {
    font-size: 2.4rem
}

.UpdatePersonalInformation_form__X3s6d {
    max-width: 53rem
}

.UpdatePersonalInformation_alertBox__WWL\+b {
    margin-bottom: 1.6rem
}

.ModalInfo_bodyLock__zkrzC {
    overflow: hidden
}

.ModalInfo_modal__d2I\+I {
    -webkit-animation: ModalInfo_showModalContent__U97Ey .4s both;
    animation: ModalInfo_showModalContent__U97Ey .4s both;
    background-color: #fff;
    border-radius: 3rem;
    box-sizing: border-box;
    margin: auto;
    max-width: 73.6rem;
    min-width: 600px;
    outline: none;
    padding: 5rem;
    pointer-events: all;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .ModalInfo_modal__d2I\+I {
        border-radius: 1.6rem;
        min-width: 0;
        min-width: auto;
        padding: 2rem;
        width: calc(100% - 1rem)
    }
}

.ModalInfo_title__UlcKR {
    font-size: 3rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-left: var(--modal-info-title-margin-left, 0);
    margin-right: 4rem
}

@media (max-width: 767px) {
    .ModalInfo_title__UlcKR {
        font-size: 2.2rem;
        margin-bottom: 3rem;
        margin-right: 3rem
    }
}

.ModalInfo_actions__vdDBe {
    display: flex;
    gap: 1.4rem;
    margin-top: 3rem
}

@media (max-width: 767px) {
    .ModalInfo_actions__vdDBe {
        margin-top: 2rem
    }
}

.ModalInfo_actions__vdDBe button {
    min-width: 17.5rem
}

@media (max-width: 767px) {
    .ModalInfo_actions__vdDBe button {
        flex-basis: 100%;
        font-size: 1.4rem;
        min-width: 12rem
    }
}

.ModalInfo_close__JXpTg {
    color: #a1a3a7;
    font-size: 2.4rem;
    opacity: .5;
    position: absolute;
    right: 5rem;
    right: var(--close-button-right, 5rem);
    top: 5.3rem;
    top: var(--close-button-top, 5.3rem);
    transition: opacity .25s ease-in-out
}

@media (max-width: 767px) {
    .ModalInfo_close__JXpTg {
        font-size: 1.8rem;
        right: 2rem;
        right: var(--close-button-right-mobile, 2rem);
        top: 2rem;
        top: var(--close-button-top-mobile, 2rem)
    }
}

.ModalInfo_close__JXpTg:hover {
    opacity: 1
}

@-webkit-keyframes ModalInfo_showModalContent__U97Ey {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0) scale(.95);
        transform: translate3d(0, 5%, 0) scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@keyframes ModalInfo_showModalContent__U97Ey {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0) scale(.95);
        transform: translate3d(0, 5%, 0) scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

.modal-overlay {
    align-items: center;
    -webkit-animation: showModalOverlay .3s both;
    animation: showModalOverlay .3s both;
    display: flex;
    inset: 0;
    justify-content: center;
    overflow-x: hidden;
    position: fixed;
    z-index: 2999
}

.modal-overlay--black {
    background-color: rgba(0, 0, 0, .75)
}

.modal-content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    outline: none;
    position: absolute
}

@media (max-width: 767px) {
    .modal-content {
        margin: 0;
        padding: .5rem 0
    }
}

@-webkit-keyframes ModalInfo_showModalOverlay__N9B\+J {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes ModalInfo_showModalOverlay__N9B\+J {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.TurnOn2FA_modal__QDgEU {
    --modal-info-title-margin-right: 0;
    max-width: 60rem;
    text-align: center
}

.TurnOn2FA_wrap__VOT7u {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.4rem;
    width: 100%
}

.TurnOn2FA_wrap__VOT7u input {
    font-size: 1.5rem;
    padding-right: 4.5rem
}

.TurnOn2FA_wrap_input__A\+ejB {
    height: 10rem;
    margin: auto auto 1.5rem;
    width: 65%
}

@media (max-width: 767px) {
    .TurnOn2FA_wrap_input__A\+ejB {
        width: 100%
    }
}

.TurnOn2FA_qrCode__D29X6 {
    margin: 0 auto 1rem;
    max-width: 22rem
}

.TurnOn2FA_description__pCEgf {
    color: #77869e;
    font-size: 1.2rem;
    margin-bottom: 2.5rem
}

.TurnOn2FA_description__pCEgf a {
    color: #0057ff;
    font-weight: 600
}

div.TurnOn2FA_yourCode__Nvr\+Z {
    height: 5.4rem
}

@media (max-width: 767px) {
    div.TurnOn2FA_yourCode__Nvr\+Z {
        height: 5rem
    }
}

div.TurnOn2FA_yourCode__Nvr\+Z input {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center
}

div.TurnOn2FA_yourCode__Nvr\+Z input::-webkit-input-placeholder {
    font-weight: 400
}

div.TurnOn2FA_yourCode__Nvr\+Z input::placeholder {
    font-weight: 400
}

.TurnOn2FA_alert__8M0jF {
    margin-bottom: 3rem;
    margin-top: 1.2rem;
    text-align: left
}

.TurnOn2FA_loader__U9Z14 {
    margin-bottom: 3rem
}

.TurnOff2FA_modal__kjfQg {
    --modal-info-title-margin-right: 0;
    max-width: 60rem;
    text-align: center
}

.TurnOff2FA_wrap__cL11H {
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.4rem;
    width: 100%
}

.TurnOff2FA_description__k5TbT {
    color: #77869e;
    font-size: 1.5rem;
    margin-bottom: 2.5rem
}

.TurnOff2FA_description__k5TbT a {
    color: #0057ff;
    font-weight: 600
}

.TurnOff2FA_yourCode__xGHKY {
    height: 5.4rem !important
}

.TurnOff2FA_yourCode__xGHKY input {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center
}

.TurnOff2FA_yourCode__xGHKY input::-webkit-input-placeholder {
    font-weight: 400
}

.TurnOff2FA_yourCode__xGHKY input::placeholder {
    font-weight: 400
}

.TurnOff2FA_alert__FBgza {
    margin-bottom: 3rem;
    margin-top: 1.2rem;
    text-align: left
}

.CriticalBalanceAlert_form__ilLOG {
    display: flex;
    gap: 2rem
}

.CriticalBalanceAlert_group__vKAs7 {
    flex-basis: 100%
}

.CriticalBalanceAlert_group__vKAs7 .CriticalBalanceAlert_input__rxgOn {
    height: 6.4rem
}

@media (max-width: 767px) {
    .CriticalBalanceAlert_group__vKAs7 .CriticalBalanceAlert_input__rxgOn {
        height: 5rem
    }
}

.CriticalBalanceAlert_alert__jM-FR {
    margin-bottom: 3rem;
    margin-top: 1.2rem;
    text-align: left
}

.CheckMethodModal_option__45PLl {
    cursor: pointer
}

.CheckMethodModal_option__label__4pYyz {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.CheckMethodModal_option__description__tfuyh {
    font-size: 1.2rem;
    opacity: .6
}

.EraseHistoryModal_form__ArOVh {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.EraseHistoryModal_item__title__7mbi0 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 1rem
}

.ShareBalance_form__ocL66 {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.ShareBalance_form__ocL66 .ShareBalance_inputGroup__Nzy7l {
    margin-bottom: 0
}

.ShareBalance_alert__iZCR\+ {
    margin-top: 1.2rem;
    text-align: left
}

.ShareBalance_info__lNtkq {
    text-align: left
}

.ShareBalance_tips__J3Ckr .ShareBalance_list__7x77R li {
    list-style: inside
}

.ShareBalance_tips__J3Ckr .ShareBalance_list__7x77R li:not(:last-child) {
    margin-bottom: 8px
}

.ShareBalance_tips__J3Ckr .ShareBalance_gap__-M4NX {
    margin-right: 5px
}

.ShareBalance_tips__J3Ckr .ShareBalance_button__lEe2n, .ShareBalance_tips__J3Ckr .ShareBalance_link__GFSf\+ {
    border-bottom: 1px solid #0057ff;
    color: #0057ff;
    display: inline-block
}

.ShareBalance_tips__J3Ckr .ShareBalance_button__lEe2n:hover, .ShareBalance_tips__J3Ckr .ShareBalance_link__GFSf\+:hover {
    color: #3056d3
}

.ShareBalance_tips__J3Ckr .ShareBalance_wrapper__sJ82H {
    align-items: center;
    display: inline-flex
}

.SocialsContactModal_modal__uJSka {
    height: 36rem;
    max-width: 70rem
}

@media (max-width: 767px) {
    .SocialsContactModal_modal__uJSka {
        height: auto
    }
}

.SocialsContactModal_socials__UQ2-L {
    display: flex;
    justify-content: space-around;
    padding: 2rem 0 4rem
}

@media (max-width: 767px) {
    .SocialsContactModal_socials__UQ2-L {
        flex-direction: column;
        gap: 1.6rem;
        padding: 0
    }
}

.SocialsContactModal_social__PNuZm {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 1.8rem;
    gap: 1.5rem;
    line-height: 100%;
    text-decoration: none;
    transition: color .25s ease-in-out
}

@media (max-width: 767px) {
    .SocialsContactModal_social__PNuZm {
        font-size: 1.6rem
    }
}

.SocialsContactModal_social__PNuZm:hover {
    color: #0057ff
}

.SocialsContactModal_social__PNuZm img {
    width: 8rem
}

@media (max-width: 767px) {
    .SocialsContactModal_social__PNuZm img {
        width: 5rem
    }
}

.SocialsContactModal_social__PNuZm span {
    border-bottom: 1px solid
}

.AnalysisInfoModal_modal__08eeP {
    --close-button-top: 3rem;
    --close-button-right: 3rem;
    max-width: 102.4rem;
    padding: 3rem;
    width: 102.4rem
}

@media (max-width: 767px) {
    .AnalysisInfoModal_modal__08eeP {
        max-width: calc(100% - 1rem);
        padding: 2rem;
        width: auto
    }
}

.AnalysisInfoModal_summary__Tz8ri {
    align-items: center;
    display: flex;
    gap: 2rem
}

@media (max-width: 767px) {
    .AnalysisInfoModal_summary__Tz8ri {
        flex-direction: column;
        gap: 1rem
    }
}

.AnalysisInfoModal_col__4hmI9 {
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden
}

@media (max-width: 767px) {
    .AnalysisInfoModal_col__4hmI9 {
        width: 100%
    }
}

div.AnalysisInfoModal_analyzeItem__JYrFm {
    cursor: default
}

.AnalysisInfoModal_info__EWKbh {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center
}

@media (max-width: 767px) {
    .AnalysisInfoModal_info__EWKbh {
        gap: 1rem
    }
}

.AnalysisInfoModal_info__EWKbh.AnalysisInfoModal_is-danger__RcWgt .AnalysisInfoModal_info__value__i7Lxi {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top right, #fe453d, #a32ccd);
    background-clip: text;
    -webkit-background-clip: text
}

.AnalysisInfoModal_info__EWKbh.AnalysisInfoModal_is-danger__RcWgt .AnalysisInfoModal_info__value__i7Lxi:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fe453d 50%, hsla(0, 0%, 100%, 0))
}

.AnalysisInfoModal_info__value__i7Lxi {
    color: #02ad50;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative
}

@media (max-width: 767px) {
    .AnalysisInfoModal_info__value__i7Lxi {
        font-size: 1.4rem
    }
}

.AnalysisInfoModal_info__value__i7Lxi:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #00b142 50%, hsla(0, 0%, 100%, 0));
    bottom: -1rem;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

@media (max-width: 767px) {
    .AnalysisInfoModal_info__value__i7Lxi:before {
        bottom: -.6rem
    }
}

.AnalysisInfoModal_info__caption__6YUHI {
    color: #111;
    font-size: 1.4rem;
    line-height: 140%
}

@media (max-width: 767px) {
    .AnalysisInfoModal_info__caption__6YUHI {
        font-size: 1.2rem
    }
}

.AnalysisInfoModal_lock__MLJRV {
    align-items: center;
    background-color: #f0f3f7;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .8rem;
    display: flex;
    height: 9rem;
    justify-content: center;
    margin-top: 3.5rem
}

@media (max-width: 767px) {
    .AnalysisInfoModal_lock__MLJRV {
        border-radius: 0 0 .8rem .8rem;
        margin: 2rem -2rem -2rem
    }
}

.AnalysisInfoModal_unlockButton__8FQXk {
    align-items: center;
    background: linear-gradient(280.7deg, #a32ccd, #fe453d);
    border-radius: 1.2rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    gap: .5rem;
    height: 4rem;
    justify-content: center;
    line-height: 100%;
    padding: 0 2rem;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.AnalysisInfoModal_unlockButton__8FQXk:hover {
    -webkit-transform: scale(1.015);
    transform: scale(1.015)
}

.AnalysisInfoModal_unlockButton__icon__sVGKS {
    font-size: 1.8rem
}

.AnalysisInfoModal_unlockButton__8FQXk span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-right: .5rem
}

.AnalysisInfoModal_list__Bdk6h {
    background-color: #f0f3f7;
    border-radius: .8rem;
    margin-top: 3.5rem;
    overflow: hidden;
    padding: 1.5rem 0 .3rem;
    position: relative
}

.AnalysisInfoModal_list__Bdk6h:after, .AnalysisInfoModal_list__Bdk6h:before {
    bottom: 0;
    content: " ";
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 2
}

.AnalysisInfoModal_list__Bdk6h:before {
    background: linear-gradient(90deg, #eff3f6 0, #eff3f6 1%, hsla(0, 0%, 100%, 0));
    left: 0
}

.AnalysisInfoModal_list__Bdk6h:after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #eff3f6 99%, #eff3f6);
    right: 0
}

.AnalysisInfoModal_list__scroll__OCfYF {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.AnalysisInfoModal_list__items__KRtR9 {
    display: flex
}

.AnalysisInfoModal_list__items__KRtR9:after {
    content: " ";
    display: block;
    height: 4rem;
    min-width: 1.5rem;
    width: 1.5rem
}

.AnalysisInfoModal_item__bMK9\+ {
    border: 1px solid #dbdde1;
    border-radius: .8rem;
    display: inline-flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.2rem;
    max-width: 33%;
    min-width: 25rem;
    padding: .8rem;
    position: relative
}

.AnalysisInfoModal_item__bMK9\+:first-child {
    margin-left: 1.5rem
}

.AnalysisInfoModal_item__bMK9\+:not(:last-child) {
    margin-right: 4rem
}

.AnalysisInfoModal_item__bMK9\+:not(:last-child):before {
    border-bottom: 2px solid #dbdde1;
    border-right: 2px solid #dbdde1;
    content: " ";
    display: block;
    height: .8rem;
    position: absolute;
    right: -2.8rem;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: .8rem
}

.AnalysisInfoModal_item__title__Ar9f3 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AnalysisInfoModal_item__title__Ar9f3 span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    vertical-align: middle
}

.AnalysisInfoModal_item__title__Ar9f3 small {
    font-weight: 400
}

.AnalysisInfoModal_item__value__Z1Mf7 {
    background-color: #fff;
    border-radius: .4rem;
    color: #a1a3a7;
    flex-grow: 1;
    font-size: 1.2rem;
    line-height: 130%;
    padding: .3rem;
    word-break: break-word
}

.AnalysisInfoModal_error__sPVSE {
    margin-bottom: 1rem
}

.AboutRiskScoreModal_modal__5nD9X {
    --modal-info-title-margin-right: 0;
    text-align: center
}

.AboutRiskScoreModal_list__0Ryp5 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
    text-align: left
}

@media (max-width: 767px) {
    .AboutRiskScoreModal_list__0Ryp5 {
        gap: 2rem;
        margin-top: 3rem
    }
}

.AboutRiskScoreModal_item__SkCeq {
    align-items: flex-start;
    display: flex;
    gap: 2.7rem
}

@media (max-width: 767px) {
    .AboutRiskScoreModal_item__SkCeq {
        gap: 2rem
    }
}

.AboutRiskScoreModal_item--trusted__mdFwe .AboutRiskScoreModal_item__title__U4FDf {
    color: #00bf59
}

.AboutRiskScoreModal_item--suspicious__pRZn8 .AboutRiskScoreModal_item__title__U4FDf {
    color: #f90
}

.AboutRiskScoreModal_item--danger__IHM6H .AboutRiskScoreModal_item__title__U4FDf {
    color: #ff6d5c
}

.AboutRiskScoreModal_item__graph__baVS8 {
    max-width: 10rem;
    min-width: 10rem
}

@media (max-width: 767px) {
    .AboutRiskScoreModal_item__graph__baVS8 {
        max-width: 8rem;
        min-width: 8rem
    }
}

.AboutRiskScoreModal_item__body__7GwbY {
    flex-grow: 1
}

.AboutRiskScoreModal_item__title__U4FDf {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 1rem
}

@media (max-width: 767px) {
    .AboutRiskScoreModal_item__title__U4FDf {
        font-size: 1.8rem
    }
}

.AboutRiskScoreModal_item__description__Y7YU4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    margin: 0
}

@media (max-width: 767px) {
    .AboutRiskScoreModal_item__description__Y7YU4 {
        font-size: 1.4rem
    }
}

.ConfirmActionModal_message__sjFwv {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    gap: 2rem;
    line-height: 150%;
    margin-bottom: 3rem
}

@media (max-width: 767px) {
    .ConfirmActionModal_message__sjFwv {
        font-size: 1.4rem;
        margin-bottom: 2rem
    }
}

.ConfirmActionModal_actions__N4jLa {
    display: flex;
    gap: 1.4rem
}

@media (max-width: 767px) {
    .ConfirmActionModal_actions__N4jLa {
        gap: 1rem
    }
}

.ConfirmActionModal_actions__N4jLa button {
    min-width: 17.5rem
}

@media (max-width: 767px) {
    .ConfirmActionModal_actions__N4jLa button {
        flex-basis: 100%;
        min-width: 12rem
    }
}

.CustomTariffModal_modal__-e9iz {
    --modal-info-title-margin-right: 0;
    text-align: center
}

.CustomTariffModal_form__cMWJB {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 5%;
    padding-right: 5%
}

.CustomTariffModal_form__cMWJB .CustomTariffModal_inputGroup__-gnPg {
    margin-bottom: 0;
    max-height: 12rem;
    min-height: 10rem
}

.BatchModal_uploadError__85PNw {
    margin-bottom: 1rem
}

.BatchModal_upload__ey9LF {
    align-items: center;
    color: #a1a3a7;
    display: flex;
    font-size: 1.3rem;
    gap: 1rem
}

.BatchModal_description__0hdfk {
    color: #77869e;
    font-size: 1.4rem;
    margin-bottom: 1.2rem
}

.BatchModal_iconButton__haa7N {
    color: #a1a3a7;
    font-size: 1.3rem
}

.BatchModal_iconButton__haa7N:hover {
    color: #0057ff;
    cursor: pointer
}

.BatchModal_iconRemove__gVCok {
    cursor: pointer;
    font-size: 10px
}

.BatchModal_iconRemove__gVCok:hover {
    color: #ed274b
}

.BatchModal_list__9AOXR {
    max-width: 70rem;
    padding-top: 3rem
}

@media (max-width: 767px) {
    .BatchModal_list__9AOXR {
        padding-top: 2rem
    }
}

.BatchModal_list__9AOXR table {
    border-collapse: collapse;
    width: 100%
}

.BatchModal_list__9AOXR table thead th {
    border-bottom: 1px solid #f0f3f7;
    font-weight: 600;
    padding: 0 1rem .5rem;
    text-align: left
}

@media (max-width: 767px) {
    .BatchModal_list__9AOXR table thead th {
        font-size: 1.2rem;
        padding: 0 .5rem .2rem 0
    }
}

.BatchModal_list__9AOXR table tbody tr:hover td {
    background-color: #f9f9f9
}

.BatchModal_list__9AOXR table tbody tr:first-child td {
    padding-top: 1rem
}

.BatchModal_list__9AOXR table tbody tr td {
    color: #111;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    transition: background-color .25s ease-in-out
}

@media (max-width: 767px) {
    .BatchModal_list__9AOXR table tbody tr td {
        font-size: 1.2rem;
        padding: .2rem .5rem .2rem 0
    }
}

.BatchModal_list__9AOXR table tbody tr td .BatchModal_tableAction__TxCBY {
    font-size: 1.4rem
}

.BatchModal_attachments__aAyxW {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.BatchModal_loader__UKvRl {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0
}

.BatchUpload_csv__o0wAc {
    color: #a1a3a7;
    font-weight: 400
}

.BatchUpload_csv__o0wAc:hover {
    color: #0057ff;
    cursor: pointer
}

.AmlChecker_check__A59Lv {
    max-width: 28rem;
    width: 100%
}

@media (max-width: 767px) {
    .AmlChecker_check__A59Lv {
        max-width: none
    }
}

.AmlChecker_label__akhCw {
    color: #a1a3a7;
    margin-bottom: 1.2rem
}

.AmlChecker_label__akhCw .AmlChecker_active__BM6Cl {
    color: #000
}

.AmlChecker_fields__GxH0w {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .AmlChecker_fields__GxH0w {
        gap: 2rem;
        margin-bottom: 1.6rem
    }
}

.AmlChecker_textarea__ZHLiY {
    width: 100%
}

.AmlChecker_textarea__ZHLiY input {
    font-weight: 600
}

.AmlChecker_textarea__ZHLiY input::-webkit-input-placeholder {
    font-weight: 400
}

.AmlChecker_textarea__ZHLiY input::placeholder {
    font-weight: 400
}

@media (max-width: 767px) {
    .AmlChecker_textarea__ZHLiY input::-webkit-input-placeholder {
        font-size: 1.2rem
    }

    .AmlChecker_textarea__ZHLiY input::placeholder {
        font-size: 1.2rem
    }
}

.AmlChecker_description__ooVLo {
    margin-bottom: 3.4rem;
    margin-top: 3.4rem
}

.AmlChecker_message__le-rZ {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 60%
}

@media (max-width: 767px) {
    .AmlChecker_message__le-rZ {
        max-width: 100%
    }
}

.AmlChecker_like__6lCC9 {
    margin-bottom: 3.4rem
}

.AmlChecker_like__label__BF1vI {
    color: #77869e;
    margin-bottom: 1.2rem
}

.AmlChecker_like__switch__oU7sd {
    margin-bottom: 3.4rem
}

.AmlChecker_direction__9hlGE {
    max-width: 30%
}

@media (max-width: 767px) {
    .AmlChecker_direction__9hlGE {
        max-width: 100%
    }
}

.AmlChecker_receivers__uiMmp {
    max-width: 60%
}

@media (max-width: 767px) {
    .AmlChecker_receivers__uiMmp {
        max-width: 100%
    }
}

.AmlChecker_subtitle__DZ3gy {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .AmlChecker_subtitle__DZ3gy {
        font-size: 1.6rem;
        margin-bottom: 1.6rem
    }
}

.AmlChecker_sectionTitle__qE8LB {
    align-items: center;
    display: flex;
    justify-content: center
}

.AmlChecker_sectionTitle__qE8LB .AmlChecker_titleRow__a29kx {
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: flex
}

.AmlChecker_devModeTitle__WoNeq {
    color: #ed274b;
    margin-left: 1rem
}

.InvestigateAddress_check__lPXL5 {
    max-width: 28rem;
    width: 100%
}

@media (max-width: 767px) {
    .InvestigateAddress_check__lPXL5 {
        max-width: 100%
    }
}

.InvestigateAddress_check__lPXL5 span {
    align-items: center;
    display: inline-flex;
    gap: .3rem
}

.InvestigateAddress_label__Ev0pC {
    color: #a1a3a7;
    margin-bottom: 1.2rem
}

.InvestigateAddress_label__Ev0pC .InvestigateAddress_active__l1SEd {
    color: #000
}

.InvestigateAddress_fields__4uU7u {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .InvestigateAddress_fields__4uU7u {
        flex-direction: column;
        gap: 2rem
    }
}

.InvestigateAddress_textarea__ZNWA6 {
    width: 100%
}

.InvestigateAddress_textarea__ZNWA6 textarea {
    font-weight: 600
}

.InvestigateAddress_textarea__ZNWA6 textarea::-webkit-input-placeholder {
    font-weight: 400
}

.InvestigateAddress_textarea__ZNWA6 textarea::placeholder {
    font-weight: 400
}

.InvestigateAddress_network__iIfBe {
    margin-bottom: 2rem
}

.InvestigateAddress_tokens__NoZ0l {
    width: 50%
}

@media (max-width: 767px) {
    .InvestigateAddress_tokens__NoZ0l {
        width: 100%
    }
}

.InvestigateAddress_description__QNVkT {
    margin-bottom: 3.4rem
}

@media (max-width: 767px) {
    .InvestigateAddress_description__QNVkT {
        margin-bottom: 2rem
    }
}

.InvestigateAddress_message__bhjEN {
    margin-bottom: 2rem;
    max-width: 60%
}

@media (max-width: 767px) {
    .InvestigateAddress_message__bhjEN {
        margin-bottom: 1.6rem;
        max-width: 100%
    }
}

.InvestigateAddress_subtitle__FKNv1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .InvestigateAddress_subtitle__FKNv1 {
        font-size: 1.8rem;
        margin-bottom: 1.6rem
    }
}

.InvestigateAddress_like__qMO1O {
    margin-bottom: 3.4rem
}

.InvestigateAddress_like__label__Y\+geY {
    color: #77869e;
    margin-bottom: 1.2rem
}

.InvestigateAddress_like__switch__ktBRf {
    margin-bottom: 3.4rem
}

@media (max-width: 767px) {
    .InvestigateAddress_like__switch__ktBRf {
        margin-bottom: 2.4rem
    }
}

.InvestigateAddress_sectionTitle__hfpGs {
    align-items: center;
    display: flex;
    justify-content: center
}

.InvestigateAddress_devModeTitle__8sQKN {
    color: #ed274b;
    margin-left: 1rem
}

.InvestigateAddress_bonusNote__3AHEF {
    margin-top: 1rem;
    max-width: 28rem;
    width: 100%
}

@media (max-width: 767px) {
    .InvestigateAddress_bonusNote__3AHEF {
        max-width: 100%
    }
}

.InvestigationHistoryTableItem_row__GpuoT {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 1rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    display: flex;
    margin: 0 -2rem;
    padding: 0 2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT {
        gap: 1.6rem;
        margin: 0 -1rem;
        padding: 0 1rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT.InvestigationHistoryTableItem_is-pending__wLeLV {
    -webkit-animation: InvestigationHistoryTableItem_pulse__SJZXY 2s infinite;
    animation: InvestigationHistoryTableItem_pulse__SJZXY 2s infinite
}

.InvestigationHistoryTableItem_row__GpuoT:last-child {
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT:last-child {
        margin-bottom: 1rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT:hover {
    box-shadow: 0 .2rem 1rem 0 #d3d3d3
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col__atcIa {
    display: flex;
    padding: 1.5rem 0
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col__atcIa {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--icon__QZon6 {
    min-width: 4.8rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--icon__QZon6 {
        min-width: 3rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--name__EAsg4 {
    flex-grow: 1
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--status__VybOt {
    width: 18%
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--status__VybOt {
        font-size: 1.2rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--label__Tm6I6 {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 30%
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--actions__PPYbl {
    margin-left: 2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--actions__PPYbl {
        margin-left: 0
    }

    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--actions__PPYbl button {
        font-size: 1.2rem
    }
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--figures__D8mxU {
    justify-content: center;
    width: 22%
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--figures__D8mxU {
        display: none
    }
}

.InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--nodata__jzu9y {
    color: #77869e;
    flex-grow: 1;
    font-size: 1.4rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_row__GpuoT .InvestigationHistoryTableItem_col--nodata__jzu9y {
        font-size: .8rem;
        line-height: 120%
    }
}

.InvestigationHistoryTableItem_crypto__6qA7c {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_crypto__6qA7c {
        gap: .3rem
    }
}

.InvestigationHistoryTableItem_crypto__address__vskIp {
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_crypto__address__vskIp {
        font-size: 1.2rem
    }
}

.InvestigationHistoryTableItem_crypto__info__sig63 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_crypto__info__sig63 {
        gap: .5rem
    }
}

.InvestigationHistoryTableItem_crypto__network__k8i8e {
    color: #77869e;
    font-size: 1.4rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_crypto__network__k8i8e {
        font-size: 1.2rem
    }
}

.InvestigationHistoryTableItem_crypto__asset__aeeNV {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 1.5rem;
    color: #77869e;
    display: flex;
    font-size: 1.2rem;
    line-height: 100%;
    padding: .6rem 1.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryTableItem_crypto__asset__aeeNV {
        font-size: 1rem;
        padding: .3rem .8rem
    }
}

@-webkit-keyframes InvestigationHistoryTableItem_pulse__SJZXY {
    0% {
        box-shadow: 0 0 0 0 #0057ff
    }
    70% {
        box-shadow: 0 0 0 5px rgba(0, 87, 255, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0)
    }
}

@keyframes InvestigationHistoryTableItem_pulse__SJZXY {
    0% {
        box-shadow: 0 0 0 0 #0057ff
    }
    70% {
        box-shadow: 0 0 0 5px rgba(0, 87, 255, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0)
    }
}

@-webkit-keyframes InvestigationHistoryTableItem_dots__iSCWI {
    20% {
        content: "."
    }
    40% {
        content: ".."
    }
    60% {
        content: "..."
    }
    to {
        content: ""
    }
}

@keyframes InvestigationHistoryTableItem_dots__iSCWI {
    20% {
        content: "."
    }
    40% {
        content: ".."
    }
    60% {
        content: "..."
    }
    to {
        content: ""
    }
}

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

.TableFigure_inner__wgnbW {
    display: inline-flex;
    gap: .5rem
}

.TableFigure_label__OEm8X {
    color: #000;
    font-size: 1.4rem;
    margin-top: 1rem
}

.TableFigure_label__OEm8X b {
    font-weight: 700
}

.TableFigure_label__OEm8X span, .TableFigure_note__KHgtk {
    color: #77869e;
    font-size: 1.2rem
}

.TableFigure_note__KHgtk {
    line-height: 100%
}

.Skeleton_skeleton__kc12q {
    background: #f9f9f9;
    box-shadow: 0 2px 10px 0 #f9f9f9;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Skeleton_skeleton__kc12q:before {
    -webkit-animation: Skeleton_load__7NB4C 1s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: Skeleton_load__7NB4C 1s cubic-bezier(.4, 0, .2, 1) infinite;
    background: linear-gradient(90deg, transparent 0, #f0f3f7 50%, transparent);
    content: "";
    display: block;
    height: 100%;
    left: -150px;
    position: absolute;
    top: 0;
    width: 80%
}

@-webkit-keyframes Skeleton_load__7NB4C {
    0% {
        left: -150px
    }
    to {
        left: 100%
    }
}

@keyframes Skeleton_load__7NB4C {
    0% {
        left: -150px
    }
    to {
        left: 100%
    }
}

.ChainSelector_list__bkiAL {
    grid-gap: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns:repeat(5, 1fr);
    grid-template-rows:auto;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .ChainSelector_list__bkiAL {
        gap: .8rem;
        grid-template-columns:repeat(3, 1fr)
    }
}

.ChainSelector_item__9dGCo {
    align-items: center;
    background: #f0f3f7;
    border: 2px solid transparent;
    border-radius: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.4rem;
    padding: .6rem 1.5rem
}

@media (max-width: 767px) {
    .ChainSelector_item__9dGCo {
        border-radius: .6rem;
        font-size: 1rem;
        gap: .8rem;
        padding: .4rem .5rem;
        white-space: nowrap
    }
}

.ChainSelector_item--active__ziZT- {
    background: #fff;
    border-color: #3056d3
}

.ChainSelector_item--disabled__IP0Fk {
    opacity: .5;
    pointer-events: none
}

.ChainSelector_item__9dGCo .ChainSelector_icon__YPEtr {
    height: 3.5rem;
    width: 3.5rem
}

@media (max-width: 767px) {
    .ChainSelector_item__9dGCo .ChainSelector_icon__YPEtr {
        height: 1.6rem;
        width: 1.6rem
    }
}

.CopyText_copyTextComponent__eMvLw {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.CopyText_icon__3vcg- {
    margin-left: 1rem
}

.CopyText_iconCopy__hB3yC {
    color: #111
}

.CopyText_iconCopy__hB3yC:hover {
    color: #323d46
}

.CopyText_copied__VyDg6 .CopyText_iconCheck__N-JJY {
    color: #02ad50
}

.NoticeConfirmationEmail_notice__dyus8 {
    margin-bottom: 3rem;
    padding: 3rem 5rem
}

@media (max-width: 767px) {
    .NoticeConfirmationEmail_notice__dyus8 {
        margin-left: -1.4rem;
        margin-right: -1.4rem;
        padding: 1.4rem;
        width: auto
    }
}

.NoticeCandidateEmail_notice__Cnqmn {
    margin-bottom: 3rem;
    padding: 3rem 5rem
}

@media (max-width: 767px) {
    .NoticeCandidateEmail_notice__Cnqmn {
        margin-left: -1.4rem;
        margin-right: -1.4rem;
        padding: 1.4rem;
        width: auto
    }
}

.Support_support__M8wpU {
    display: inline-flex
}

.Support_support__M8wpU a + a {
    margin-left: 10px
}

.Support_support__M8wpU img {
    height: 25px;
    width: 25px
}

.LockedAccount_locked__PyXRv, .LockedAccount_problem__pAX\+-, .LockedAccount_support__SMEF1 {
    align-items: center;
    display: flex;
    justify-content: center
}

.LockedAccount_locked__PyXRv {
    height: 50vh;
    width: 100%
}

.LockedAccount_wrapper__YJpxZ {
    border: 1px solid #e2e7f1;
    border-radius: 8px;
    padding: 32px
}

.LockedAccount_row__9sTmf {
    margin-bottom: 20px
}

.LockedAccount_row__9sTmf:last-child {
    margin-bottom: 0
}

.LockedAccount_problem__pAX\+- .LockedAccount_title__-oXUe {
    font-size: 32px;
    margin: 0 16px 0 0
}

.LockedAccount_problem__pAX\+- .LockedAccount_icon__xlM5b {
    font-size: 32px
}

.LockedAccount_support__SMEF1 .LockedAccount_text__-Ch8G {
    margin-right: 10px
}

.MenuBurger_burger__q56ob {
    align-items: center;
    background-color: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 4rem;
    position: absolute;
    right: 2rem;
    text-indent: -9999px;
    top: 1rem
}

.MenuBurger_burger__in__Q4lRP {
    display: block;
    height: 1.4rem;
    margin: auto;
    position: relative;
    width: 2.4rem
}

.MenuBurger_burger__in__Q4lRP i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: currentColor;
    border-radius: .4rem;
    display: block;
    height: 2px;
    left: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
    position: absolute;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: top .35s ease-in-out, background-color .35s ease;
    width: inherit
}

.MenuBurger_burger__in__Q4lRP i:first-child {
    top: 0
}

.MenuBurger_burger__in__Q4lRP i:nth-child(2) {
    top: .6rem
}

.MenuBurger_burger__in__Q4lRP i:last-child {
    top: 1.2rem
}

.MenuBurger_burger__q56ob.MenuBurger_is-active__NnwhP i:first-child {
    opacity: 1;
    top: .6rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .35s ease, width .35s ease .35s, background-color .35s ease, -webkit-transform .5s ease .35s;
    transition: top .35s ease, width .35s ease .35s, transform .5s ease .35s, background-color .35s ease;
    transition: top .35s ease, width .35s ease .35s, transform .5s ease .35s, background-color .35s ease, -webkit-transform .5s ease .35s
}

.MenuBurger_burger__q56ob.MenuBurger_is-active__NnwhP i:nth-child(2) {
    opacity: 0;
    transition: opacity 50ms ease .35s
}

.MenuBurger_burger__q56ob.MenuBurger_is-active__NnwhP i:last-child {
    opacity: 1;
    top: .6rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .35s ease, width .35s ease .35s, background-color .35s ease, -webkit-transform .5s ease .35s;
    transition: top .35s ease, width .35s ease .35s, transform .5s ease .35s, background-color .35s ease;
    transition: top .35s ease, width .35s ease .35s, transform .5s ease .35s, background-color .35s ease, -webkit-transform .5s ease .35s
}

.PaymentRedirect_result__PSWoS {
    display: flex;
    gap: 2.7rem;
    margin: 0 auto;
    width: 100%
}

@media (max-width: 767px) {
    .PaymentRedirect_result__PSWoS {
        flex-direction: column;
        gap: 6rem
    }
}

.PaymentRedirect_main__XSf8J {
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 4rem 4.4rem;
    width: 100%
}

@media (max-width: 767px) {
    .PaymentRedirect_main__XSf8J {
        border: none;
        border-radius: 0;
        padding: 0;
        width: 100%
    }
}

.InvestigationHistoryRaw_investigations__88Xnx {
    border: 1px solid #e2e7f1;
    border-radius: 3rem;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease-in-out
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_investigations__88Xnx {
        border: none;
        border-radius: 0;
        overflow: visible
    }
}

.InvestigationHistoryRaw_investigationsSingle__KFxFc {
    border: none
}

.InvestigationHistoryRaw_head__u9MHv {
    display: flex;
    justify-content: space-between;
    padding: 3rem 3rem 1rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_head__u9MHv {
        flex-wrap: wrap;
        gap: 1.6rem;
        margin-bottom: 2rem;
        padding: 0
    }

    .InvestigationHistoryRaw_head__u9MHv button {
        font-size: 1.2rem
    }
}

.InvestigationHistoryRaw_title__qGD-u {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_title__qGD-u {
        font-size: 1.8rem;
        width: 100%
    }
}

.InvestigationHistoryRaw_legends__sDgaD {
    display: flex;
    gap: 3rem
}

.InvestigationHistoryRaw_legend__3DOJw {
    align-items: center;
    display: flex;
    gap: 1rem
}

.InvestigationHistoryRaw_legend--danger__w1roq {
    color: #ff6d5c
}

.InvestigationHistoryRaw_legend--suspicious__PUCzy {
    color: #f90
}

.InvestigationHistoryRaw_legend--trusted__GWyFR {
    color: #00bf59
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_legend__3DOJw {
        gap: .5rem
    }
}

.InvestigationHistoryRaw_legend__icon__W2uzu {
    align-items: center;
    display: inline-flex;
    height: 2.4rem;
    justify-content: center;
    position: relative;
    width: 2.4rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_legend__icon__W2uzu {
        height: 2rem;
        width: 2rem
    }
}

.InvestigationHistoryRaw_legend__icon__W2uzu:before {
    background-color: currentColor;
    border-radius: 50%;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0
}

.InvestigationHistoryRaw_legend__text__6MKGr {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_legend__text__6MKGr {
        font-size: 1.2rem
    }
}

.InvestigationHistoryRaw_title-note__Ga-S5 {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 140%;
    margin-bottom: 6rem;
    padding: 0 3rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_title-note__Ga-S5 {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        padding: 0
    }
}

.InvestigationHistoryRaw_body__Dwx88 {
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_body__Dwx88 {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.InvestigationHistoryRaw_straight__ZskB0 {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem 3rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_straight__ZskB0 {
        padding: 0
    }
}

.InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh {
    min-height: 23rem
}

.InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh:not(.InvestigationHistoryRaw_has-routing__JXsXB).InvestigationHistoryRaw_is-single__WNdiG .InvestigationHistoryRaw_list__GIxBK:before {
    bottom: auto;
    height: 3.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh:not(.InvestigationHistoryRaw_has-routing__JXsXB).InvestigationHistoryRaw_is-single__WNdiG .InvestigationHistoryRaw_list__GIxBK:before {
        height: 0
    }
}

.InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB.InvestigationHistoryRaw_is-empty__8ZhqL:before {
    background-color: #ff6d5c;
    bottom: 0;
    content: " ";
    position: absolute;
    top: 11.7rem;
    width: 3px
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB.InvestigationHistoryRaw_is-empty__8ZhqL:before {
        bottom: 3rem;
        width: 2px
    }
}

.InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB.InvestigationHistoryRaw_is-empty__8ZhqL.InvestigationHistoryRaw_items--incoming__5xF07:before {
    background-color: #00bf59;
    right: 0
}

.InvestigationHistoryRaw_straight__ZskB0 .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB .InvestigationHistoryRaw_list__GIxBK {
    flex-grow: 1
}

.InvestigationHistoryRaw_items__ty-Eh {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 37%;
    z-index: 2
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_items__ty-Eh {
        width: 49%
    }
}

.InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB {
    margin-bottom: -8.1rem
}

.InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB .InvestigationHistoryRaw_list__GIxBK {
    padding-bottom: 10rem
}

.InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB .InvestigationHistoryRaw_list__GIxBK:before {
    bottom: 0
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-routing__JXsXB .InvestigationHistoryRaw_list__GIxBK:before {
        bottom: 2.8rem
    }
}

.InvestigationHistoryRaw_items--incoming__5xF07 .InvestigationHistoryRaw_list__GIxBK {
    padding-right: 25%
}

@media (max-width: 1400px) {
    .InvestigationHistoryRaw_items--incoming__5xF07 .InvestigationHistoryRaw_list__GIxBK {
        padding-right: 10%
    }
}

@media (max-width: 1200px) {
    .InvestigationHistoryRaw_items--incoming__5xF07 .InvestigationHistoryRaw_list__GIxBK {
        padding-right: 5%
    }
}

.InvestigationHistoryRaw_items--incoming__5xF07 .InvestigationHistoryRaw_list__GIxBK:before {
    background-color: #00bf59;
    right: 0
}

.InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_hat__lCORi, .InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_list__GIxBK {
    padding-left: 25%
}

@media (max-width: 1400px) {
    .InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_hat__lCORi, .InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_list__GIxBK {
        padding-left: 10%
    }
}

@media (max-width: 1200px) {
    .InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_hat__lCORi, .InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_list__GIxBK {
        padding-left: 5%
    }
}

.InvestigationHistoryRaw_items--outgoing__i\+iE2 .InvestigationHistoryRaw_list__GIxBK:before {
    background-color: #ff6d5c;
    left: 0
}

.InvestigationHistoryRaw_hat__lCORi {
    margin-bottom: 2.4rem;
    margin-left: 1.5rem;
    min-height: 4.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_hat__lCORi {
        margin-bottom: 12rem;
        margin-left: 1rem
    }
}

.InvestigationHistoryRaw_subtitle__x0334 {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 100%;
    margin: 0 0 1.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_subtitle__x0334 {
        font-size: 1.1rem
    }
}

.InvestigationHistoryRaw_stats__SjOq4 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_stats__SjOq4 {
        font-size: 1rem;
        line-height: 140%;
        white-space: normal
    }
}

.InvestigationHistoryRaw_stats__SjOq4 b {
    font-weight: 600;
    white-space: nowrap
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_stats__SjOq4 b {
        display: block
    }
}

.InvestigationHistoryRaw_stats__SjOq4 span {
    color: #a1a3a7
}

.InvestigationHistoryRaw_list__GIxBK {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_list__GIxBK {
        gap: 1rem
    }
}

.InvestigationHistoryRaw_list__GIxBK:before {
    bottom: 4.5rem;
    content: " ";
    position: absolute;
    top: 2.2rem;
    width: 3px
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_list__GIxBK:before {
        bottom: 2.2rem;
        width: 2px
    }
}

.InvestigationHistoryRaw_routing__Sn0Ia .InvestigationHistoryRaw_items__ty-Eh.InvestigationHistoryRaw_has-direct__c6\+dv .InvestigationHistoryRaw_list__GIxBK:before {
    top: -5rem
}

.InvestigationHistoryRaw_routing__Sn0Ia .InvestigationHistoryRaw_items__ty-Eh:not(.InvestigationHistoryRaw_has-direct__c6\+dv) .InvestigationHistoryRaw_list__GIxBK:before {
    top: 0
}

.InvestigationHistoryRaw_routing__Sn0Ia .InvestigationHistoryRaw_list__GIxBK {
    flex-grow: 0
}

.InvestigationHistoryRaw_routing__inner__\+6vq9 {
    background-color: #f7f8f9;
    border-radius: 0 0 3rem 3rem;
    padding: 3rem;
    position: relative
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_routing__inner__\+6vq9 {
        border-radius: 0;
        margin-bottom: -2rem;
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.InvestigationHistoryRaw_routing__title__I9RvZ {
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_routing__title__I9RvZ {
        z-index: 2
    }
}

.InvestigationHistoryRaw_routing__title__I9RvZ span {
    align-items: center;
    background-color: #eff3f6;
    border-radius: 2rem;
    box-shadow: inset 0 0 0 .4rem #fff;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 500;
    height: 3.7rem;
    line-height: 100%;
    padding: 0 3.2rem
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_routing__title__I9RvZ span {
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: rgba(240, 243, 247, .8);
        box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .8);
        font-size: 1.1rem;
        height: 2.4rem;
        padding: 0 1.6rem;
        z-index: 2
    }
}

.InvestigationHistoryRaw_routing__list__guMQi {
    display: flex
}

.InvestigationHistoryRaw_routingStretch__5Qevp {
    width: 26%
}

@media (max-width: 767px) {
    .InvestigationHistoryRaw_routingStretch__5Qevp {
        width: 2%
    }
}

.InvestigationHistoryRaw_more__xTMIy {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 98%, .85);
    bottom: 0;
    box-shadow: inset 0 1rem 1rem 0 rgba(0, 0, 0, .1);
    display: flex;
    height: 7.3rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 5
}

.InvestigationHistoryRaw_more__xTMIy span {
    border-bottom: 1px solid transparent;
    color: #0057ff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 100%
}

.InvestigationHistoryRaw_more__xTMIy:hover span {
    border-bottom-color: #0057ff
}

.InvestigationHistoryRaw_devModeTitle__Cz2R1 {
    color: #ed274b;
    margin-left: 1rem
}

.ConfirmTerms_problem__waO14 .ConfirmTerms_title__ikAYe {
    font-size: 32px;
    margin: 0 16px 0 0
}

.ConfirmTerms_support__-qFAP {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem
}

.ConfirmTerms_support__-qFAP .ConfirmTerms_text__ZEDzG {
    line-height: 2.5rem
}

.ConfirmTerms_button__MJYdr {
    width: -webkit-max-content;
    width: max-content
}

.EmojiDisplay_emoji__mD7O4 {
    display: inline-flex
}

.EmojiDisplay_emoji__mD7O4 img {
    display: inline-block;
    height: auto;
    width: 1em
}

.Input_input__u2sPO {
    height: 5.4rem;
    position: relative
}

@media (max-width: 767px) {
    .Input_input__u2sPO {
        height: 5rem
    }
}

.Input_input__u2sPO.Input_clearable__l9U\+0 .Input_field__66iPY {
    padding-right: 5rem
}

@media (max-width: 767px) {
    .Input_input__u2sPO.Input_clearable__l9U\+0 .Input_field__66iPY {
        padding-right: 3rem
    }
}

.Input_input__u2sPO.Input_error__l0Lje .Input_field__66iPY {
    border: 1px solid #ed274b !important;
    color: #ed274b !important
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY {
    border: 1px solid #f0f3f7;
    padding: 1.8rem 1.6rem 0
}

@media (max-width: 767px) {
    .Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-top: 1.4rem
    }
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY::-webkit-input-placeholder {
    color: transparent
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY::placeholder {
    color: transparent
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY:focus + .Input_label__axxPC, .Input_input__u2sPO.Input_floating__Ku-8g .Input_field__66iPY:not(:placeholder-shown) + .Input_label__axxPC {
    font-size: 12px;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem)
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_label__axxPC {
    align-items: center;
    color: #77869e;
    display: flex;
    font-size: 1.6rem;
    height: inherit;
    left: 1.8rem;
    line-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .Input_input__u2sPO.Input_floating__Ku-8g .Input_label__axxPC {
        font-size: 1.4rem;
        left: 1.4rem
    }
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_password__CnB70 {
    color: #a1a3a7;
    font-size: 2.4rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: color .25s ease-in-out
}

.Input_input__u2sPO.Input_floating__Ku-8g .Input_password__CnB70:hover {
    color: #77869e
}

.Input_field__66iPY {
    border: 1px solid #e2e8f0;
    border-radius: 1.2rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    height: inherit;
    line-height: 100%;
    padding: 0 1.6rem;
    transition: all .25s ease-in-out;
    width: 100%
}

@media (max-width: 767px) {
    .Input_field__66iPY {
        border-radius: .8rem;
        font-size: 1.5rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.Input_field__66iPY::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .25);
    font-weight: 400
}

.Input_field__66iPY::placeholder {
    color: rgba(0, 0, 0, .25);
    font-weight: 400
}

.Input_field__66iPY:focus {
    border-color: #0057ff
}

.Input_actions__kvXHs {
    align-items: center;
    display: flex;
    gap: 1rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .Input_actions__kvXHs {
        right: 1.4rem
    }
}

.Input_action__QKO6f {
    background-color: #fff;
    color: #a1a3a7;
    font-size: 2rem;
    transition: color .25s ease-in-out
}

.Input_action__QKO6f:hover {
    color: #77869e
}

.Input_tooltip__Aobbv {
    background-color: #0057ff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    color: #fff;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    top: -40px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: opeacity .75s ease
}

.Input_tooltip__Aobbv.Input_tooltip_active__4O0Wx {
    opacity: 1
}

.InputMask_input__kyaWm {
    height: 6.4rem;
    position: relative
}

.InputMask_input__kyaWm.InputMask_error__qtMCH .InputMask_field__cpZRk {
    border: 1px solid #ed274b;
    color: #ed274b
}

.InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk {
    border: 1px solid #f0f3f7;
    padding: 1.8rem 1.6rem 0
}

@media (max-width: 767px) {
    .InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-top: 1.4rem
    }
}

.InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk::-webkit-input-placeholder {
    color: transparent
}

.InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk::placeholder {
    color: transparent
}

.InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk:focus + .InputMask_label__SynBm, .InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_field__cpZRk:not(:placeholder-shown) + .InputMask_label__SynBm {
    font-size: 12px;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem)
}

.InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_label__SynBm {
    align-items: center;
    color: #77869e;
    display: flex;
    font-size: 1.6rem;
    height: inherit;
    left: 1.8rem;
    line-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .InputMask_input__kyaWm.InputMask_floating__AWOzo .InputMask_label__SynBm {
        font-size: 1.4rem;
        left: 1.4rem
    }
}

.InputMask_field__cpZRk {
    border: 1px solid #e2e8f0;
    border-radius: 1.2rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    height: inherit;
    line-height: 100%;
    padding: 0 1.6rem;
    transition: all .25s ease-in-out;
    width: 100%
}

.InputMask_field__cpZRk::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .25);
    font-weight: 400
}

.InputMask_field__cpZRk::placeholder {
    color: rgba(0, 0, 0, .25);
    font-weight: 400
}

.InputMask_field__cpZRk:focus {
    border-color: #0057ff
}

.InputCheckbox_checkbox__sqAi2 {
    align-self: flex-start;
    cursor: pointer;
    display: inline-flex;
    position: relative
}

.InputCheckbox_checkbox__sqAi2 input {
    opacity: 0;
    position: absolute;
    top: 0
}

.InputCheckbox_checkbox__sqAi2 input:checked + .InputCheckbox_inner__Gvlye .InputCheckbox_icon__f9FF0 {
    background-color: #0057ff
}

.InputCheckbox_checkbox__sqAi2 input:checked + .InputCheckbox_inner__Gvlye .InputCheckbox_checkmark__upskj {
    opacity: 1
}

.InputCheckbox_checkbox__sqAi2.InputCheckbox_error__GbvmI input + .InputCheckbox_inner__Gvlye .InputCheckbox_icon__f9FF0 {
    border: 1px solid #ed274b
}

.InputCheckbox_inner__Gvlye {
    display: inline-flex;
    gap: 1.2rem
}

@media (max-width: 767px) {
    .InputCheckbox_inner__Gvlye {
        gap: .8rem
    }
}

.InputCheckbox_icon__f9FF0 {
    align-items: center;
    border: 1px solid #0057ff;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 1.1rem;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    width: 2rem
}

.InputCheckbox_icon__f9FF0 .InputCheckbox_checkmark__upskj {
    opacity: 0
}

.InputCheckbox_content__S9wTT {
    color: #a1a3a7;
    font-size: 1.2rem;
    line-height: 150%;
    padding-top: .15rem
}

.InputCheckbox_content__S9wTT a {
    border-bottom: 1px solid transparent;
    color: #0057ff;
    font-weight: 600
}

.InputCheckbox_content__S9wTT a:hover {
    border-bottom-color: #0057ff
}

.InputSearch_search__emdaw {
    display: flex
}

@media (max-width: 767px) {
    .InputSearch_search__emdaw {
        width: 100%
    }
}

.InputSearch_search__emdaw.InputSearch_expanded__IRMpF .InputSearch_inner__FIUjo {
    width: 40rem
}

.InputSearch_search__emdaw.InputSearch_error__zRMOI .InputSearch_input__Nz8sY {
    border: 1px solid #ed274b !important
}

.InputSearch_search__emdaw.InputSearch_error__zRMOI .InputSearch_button__LMdsW {
    background-color: #ed274b !important
}

.InputSearch_inner__FIUjo {
    transition: width .25s ease-in-out;
    width: 20rem
}

@media (max-width: 767px) {
    .InputSearch_inner__FIUjo {
        width: 100%
    }
}

.InputSearch_input__Nz8sY {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e2e8f0;
    border-radius: .8rem 0 0 .8rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 4rem;
    padding: .8rem 1.2rem;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .InputSearch_input__Nz8sY {
        font-size: 1.4rem
    }
}

.InputSearch_button__LMdsW {
    background-color: #0057ff;
    border: none;
    border-bottom-right-radius: .8rem;
    border-top-right-radius: .8rem;
    box-sizing: border-box;
    color: #fff;
    height: 4rem;
    padding: 0 1.2rem;
    transition: background-color .25s ease-in-out;
    width: 8rem
}

@media (max-width: 767px) {
    .InputSearch_button__LMdsW {
        font-size: 1.4rem
    }
}

.InputSearch_button__LMdsW:hover {
    background-color: #3056d3
}

.InputTextarea_textarea__ymsUT {
    border: 1px solid #e2e7f1;
    border-radius: 1.2rem;
    box-sizing: border-box;
    display: block;
    font-size: 1.6rem;
    line-height: 140%;
    padding: 2rem 1.6rem;
    resize: none;
    transition: border-color .25s ease-in-out;
    width: 100%
}

.InputTextarea_textarea__ymsUT:read-only {
    background: #f2f2f2
}

.InputTextarea_textarea__ymsUT.InputTextarea_error__0Vuvo {
    border: 1px solid #ed274b !important;
    color: #ed274b
}

.InputTextarea_textarea__ymsUT:hover {
    border-color: #c0cbe0
}

.InputTextarea_textarea__ymsUT:focus {
    border-color: #0057ff
}

.InputTextarea_textarea__ymsUT::-webkit-input-placeholder {
    color: #b8bcc1
}

.InputTextarea_textarea__ymsUT::placeholder {
    color: #b8bcc1
}

.InputSwitch_wrapper__crIcA {
    background: #f0f3f7;
    border-radius: 3rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: .4rem
}

@media (max-width: 767px) {
    .InputSwitch_wrapper__crIcA {
        padding: .3rem
    }
}

.InputSwitch_option__DHoRh {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3rem;
    box-sizing: border-box;
    color: #77869e;
    flex: 1 1 140px;
    text-align: center;
    transition: all .5s ease-in-out
}

.InputSwitch_option--checked__nhbti {
    background-color: #fff;
    color: #323d46
}

.InputSwitch_label__XX0vE {
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem
}

@media (max-width: 767px) {
    .InputSwitch_label__XX0vE {
        font-size: 1.2rem;
        padding: .5rem 1rem
    }
}

.OptionChain_option__oti9r {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    transition: background-color .25s ease-in-out
}

.OptionChain_option__oti9r.OptionChain_is-disabled__-GVKX {
    background: #f0f0f0 !important;
    color: gray;
    cursor: default
}

.OptionChain_option__oti9r.OptionChain_is-disabled__-GVKX .OptionChain_abbr__eYfpy {
    background: #f0f3f7 !important
}

.OptionChain_option__oti9r:not(.OptionChain_is-disabled__-GVKX) {
    cursor: pointer
}

.OptionChain_option__oti9r.OptionChain_is-selected__lN\+-z {
    background-color: #cde0f8
}

.OptionChain_option__oti9r.OptionChain_is-selected__lN\+-z .OptionChain_abbr__eYfpy {
    background-color: #fff
}

.OptionChain_option__oti9r:not(.OptionChain_is-selected__lN\+-z):hover {
    background-color: #e9f3ff
}

.OptionChain_option__oti9r:not(.OptionChain_is-selected__lN\+-z):hover .OptionChain_abbr__eYfpy {
    background-color: #fff
}

.OptionChain_icon__RAEIp {
    display: block;
    height: 3rem;
    object-fit: cover;
    object-position: center;
    width: 3rem
}

.OptionChain_info__Osyt- {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.OptionChain_label__wUGKT {
    font-weight: 600
}

.OptionChain_abbr__eYfpy {
    background-color: #f0f3f7;
    border-radius: 1.5rem;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 500;
    justify-content: center;
    padding: .5rem 1.2rem;
    text-transform: uppercase
}

.OptionChain_abbr__eYfpy, .SingleValueChain_single__8Re\+- {
    align-items: center;
    transition: background-color .25s ease-in-out
}

.SingleValueChain_single__8Re\+- {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 0
}

.SingleValueChain_single__8Re\+-:not(.SingleValueChain_is-disabled__o97uc) {
    cursor: pointer
}

.SingleValueChain_icon__HS2ma {
    display: block;
    height: 3rem;
    object-fit: cover;
    object-position: center;
    width: 3rem
}

.SingleValueChain_info__RSzP7 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.SingleValueChain_label__4Zt3d {
    font-weight: 600
}

.SingleValueChain_abbr__3bCHk {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 1.5rem;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 500;
    justify-content: center;
    padding: .5rem 1.2rem;
    text-transform: uppercase;
    transition: background-color .25s ease-in-out
}

.OptionExtendChain_option__ezyDF {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    transition: background-color .25s ease-in-out
}

.OptionExtendChain_option__label__aKI-\+ {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.OptionExtendChain_option__description__rlX-G {
    font-size: 1.2rem;
    opacity: .6
}

.OptionExtendChain_option__ezyDF:not(.OptionExtendChain_is-selected__CbIlP):hover {
    background-color: #e9f3ff
}

.SimpleOptionChain_option__l0ckN {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    transition: background-color .25s ease-in-out
}

.SimpleOptionChain_option__l0ckN:not(.SimpleOptionChain_is-disabled__D6lMz) {
    cursor: pointer
}

.SimpleOptionChain_option__l0ckN:not(.SimpleOptionChain_is-selected__foPfd):hover {
    background-color: #e9f3ff
}

.SimpleOptionChain_option__l0ckN:not(.SimpleOptionChain_is-selected__foPfd):hover .SimpleOptionChain_abbr__U4o6J {
    background-color: #fff
}

.SimpleOptionChain_icon__qxMH4 {
    display: block;
    height: 3rem;
    object-fit: cover;
    object-position: center;
    width: 3rem
}

.SimpleOptionChain_info__1Vn40 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.SimpleOptionChain_label__SNPue {
    font-weight: 600
}

.SimpleOptionChain_discount__AAS3I {
    align-items: center;
    background-color: #843cf4;
    border-radius: .6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    line-height: 100%;
    padding: .5rem .8rem
}

.SimpleSingleValueChain_single__AkZwq {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 0;
    transition: background-color .25s ease-in-out
}

.SimpleSingleValueChain_single__AkZwq:not(.SimpleSingleValueChain_is-disabled__f-1Zx) {
    cursor: pointer
}

.SimpleSingleValueChain_icon__lKVyb {
    display: block;
    height: 3rem;
    object-fit: cover;
    object-position: center;
    width: 3rem
}

.SimpleSingleValueChain_info__KQt3P {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.SimpleSingleValueChain_label__CITWl {
    font-weight: 600
}

.SimpleSingleValueChain_discount__xCjf0 {
    align-items: center;
    background-color: #843cf4;
    border-radius: .6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    line-height: 100%;
    padding: .5rem .8rem
}

.AuthLayout_auth__nlVs2 {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    width: 100%
}

@media (max-width: 767px) {
    .AuthLayout_auth__nlVs2 {
        height: auto
    }

    .AuthLayout_auth__nlVs2:before {
        background-color: #fff;
        box-shadow: 0 .1rem .8rem .2rem rgba(0, 0, 0, .05);
        content: " ";
        height: 7rem;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.AuthLayout_inner__NQK-E {
    display: flex;
    min-height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .AuthLayout_inner__NQK-E {
        min-height: 0;
        min-height: auto
    }
}

.AuthLayout_logo__4B4Ml {
    display: block;
    height: auto;
    left: 6.4rem;
    max-width: 17rem;
    position: absolute;
    top: 3.7rem;
    width: 100%;
    z-index: 2
}

@media (max-width: 767px) {
    .AuthLayout_logo__4B4Ml {
        left: 2rem;
        max-width: 13rem;
        position: fixed;
        top: 2.2rem
    }
}

.AuthLayout_info__t3XKo {
    background-color: #323d46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 57%
}

@media (max-width: 767px) {
    .AuthLayout_info__t3XKo {
        display: none
    }
}

.AuthLayout_slider__HgYJc {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 70%;
    padding: 7.5rem;
    position: relative;
    width: 100%
}

.AuthLayout_slide__uk3f5 {
    text-align: center
}

.AuthLayout_slide__image__zFdOU {
    margin-bottom: 5rem
}

.AuthLayout_slide__title__fJyzj {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1.2rem
}

.AuthLayout_slide__description__bm3vi {
    color: #a1a3a7;
    font-size: 1.6rem;
    line-height: 120%;
    margin: 0
}

.AuthLayout_arrow__zZoeZ {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .05);
    border-radius: 1rem;
    color: #fff;
    display: flex;
    height: 4rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    z-index: 2
}

.AuthLayout_arrow__zZoeZ:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.AuthLayout_arrow--prev__z6eoF {
    left: -5rem
}

.AuthLayout_arrow--next__lAPiS {
    right: -5rem
}

.AuthLayout_pagination__bscL4 {
    align-items: center;
    bottom: 3.2rem;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0
}

.AuthLayout_bullet__pnOcS {
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    height: .8rem;
    width: .8rem
}

.AuthLayout_bullet__pnOcS.AuthLayout_is-active__ZiDMp {
    background-color: #fff
}

.AuthLayout_body__Efa1L {
    position: relative;
    width: 43%
}

@media (max-width: 767px) {
    .AuthLayout_body__Efa1L {
        width: 100%
    }
}

.AuthLayout_lang__lJ0wO {
    position: absolute;
    right: 7.5rem;
    top: 4rem;
    z-index: 2
}

@media (max-width: 767px) {
    .AuthLayout_lang__lJ0wO {
        position: fixed;
        right: 2rem;
        top: 1.6rem
    }
}

.AuthLayout_outlet__iD-Qm {
    margin: 0 auto;
    max-width: 47rem;
    padding: 16rem 7.5rem 7.5rem
}

@media (max-width: 767px) {
    .AuthLayout_outlet__iD-Qm {
        max-width: 100%;
        padding: 9.4rem 2rem 2rem
    }
}

.BaseLayout_layout__QlBT9 {
    display: flex
}

.BaseLayout_main__2URWQ {
    flex-grow: 1;
    margin: 9rem 0 0 32rem;
    overflow: hidden;
    padding: 4.5rem 5rem 4.5rem 3.2rem
}

@media (max-width: 767px) {
    .BaseLayout_main__2URWQ {
        margin-left: 0;
        padding: 4rem 2rem 2rem
    }
}

.Dashboard_dashboard__LJHI8, .Investigations_dashboard__cgRvx {
    display: block
}

.PersonalInformation_infoTable__dTVBR {
    border-collapse: collapse
}

@media (max-width: 767px) {
    .PersonalInformation_infoTable__dTVBR {
        width: 100%
    }

    .PersonalInformation_infoTable__dTVBR tbody {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }

    .PersonalInformation_infoTable__dTVBR tr {
        display: flex;
        flex-direction: column
    }
}

.PersonalInformation_infoTable__dTVBR tr:not(:first-child) td {
    padding-top: 2rem
}

@media (max-width: 767px) {
    .PersonalInformation_infoTable__dTVBR tr:not(:first-child) td {
        padding-top: 0
    }
}

.PersonalInformation_infoTable__dTVBR tr td {
    font-size: 1.8rem;
    line-height: 140%;
    vertical-align: top
}

@media (max-width: 767px) {
    .PersonalInformation_infoTable__dTVBR tr td {
        font-size: 1.4rem
    }
}

.PersonalInformation_infoTable__dTVBR tr td:first-child {
    color: #77869e;
    padding-right: 2rem
}

@media (max-width: 767px) {
    .PersonalInformation_infoTable__dTVBR tr td:first-child {
        padding-right: 1rem
    }
}

.PersonalInformation_infoTable__dTVBR tr td:last-child {
    word-break: break-word
}

.PersonalInformation_referral__acJvI {
    display: flex;
    gap: 6rem;
    padding-top: 2rem
}

@media (max-width: 767px) {
    .PersonalInformation_referral__acJvI {
        gap: 3rem
    }
}

.PersonalInformation_referral__body__eduMe {
    max-width: 36rem
}

.PersonalInformation_referral__list__SK\+nP {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem
}

.PersonalInformation_referral__note__UB0Hc {
    color: #111;
    font-size: 1.4rem;
    line-height: 140%
}

.PersonalInformation_referral__note__UB0Hc span {
    font-weight: 600
}

.PersonalInformation_referral__info__uaqdK {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    gap: 1.6rem;
    line-height: 140%;
    max-width: 30rem;
    padding-top: 1rem
}

.PersonalInformation_referral__info__uaqdK span {
    font-weight: 700
}

.PersonalInformation_actionButton__UAqq3 {
    min-width: 24rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.PersonalInformation_sectionTitle__8fsQC {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center
}

@media (max-width: 767px) {
    .PersonalInformation_sectionTitle__8fsQC {
        align-items: flex-start;
        flex-direction: column
    }
}

.YourReferralLinksModal_modal__9nCkw {
    max-height: 60rem;
    min-height: 32rem;
    min-width: 100rem
}

.YourReferralLinksModal_list__xerqc {
    -webkit-overflow-scrolling: touch;
    margin-right: -1.6rem;
    max-height: 28rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 1.6rem
}

.YourReferralLinksModal_list__xerqc::-webkit-scrollbar {
    height: .6rem;
    width: .6rem
}

.YourReferralLinksModal_list__xerqc::-webkit-scrollbar-track {
    background-color: transparent
}

.YourReferralLinksModal_list__xerqc::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: .5rem;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.YourReferralLinksModal_list__xerqc::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

.YourReferralLinksModal_list__xerqc table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%
}

.YourReferralLinksModal_list__xerqc table:not(:last-child) {
    margin-bottom: 2rem
}

.YourReferralLinksModal_list__xerqc table:hover .YourReferralLinksModal_edit__AE7eY {
    opacity: 1
}

.YourReferralLinksModal_list__xerqc table thead tr th {
    border-bottom: 1px solid #f0f3f7;
    font-weight: 600;
    padding-bottom: .5rem;
    text-align: left
}

.YourReferralLinksModal_list__xerqc table tbody tr td {
    color: #323d46;
    padding-top: 1rem
}

.YourReferralLinksModal_list__xerqc table tbody tr td b {
    color: #111
}

.YourReferralLinksModal_list__xerqc table tbody tr td:first-child {
    padding-right: 6%;
    width: 46%
}

.YourReferralLinksModal_list__xerqc table tbody tr td:nth-child(2), .YourReferralLinksModal_list__xerqc table tbody tr td:nth-child(3), .YourReferralLinksModal_list__xerqc table tbody tr td:nth-child(4) {
    width: 18%
}

.YourReferralLinksModal_list__xerqc table tbody td {
    font-size: 1.4rem;
    padding: 0 1rem
}

.YourReferralLinksModal_list__xerqc table tbody td:first-child {
    padding-left: 0
}

.YourReferralLinksModal_list__xerqc table tbody td:last-child {
    padding-right: 0
}

.YourReferralLinksModal_list__xerqc ul {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.YourReferralLinksModal_list__xerqc ul li {
    font-size: 1.4rem;
    line-height: 100%
}

.YourReferralLinksModal_list__xerqc .YourReferralLinksModal_edit__AE7eY {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 1.2rem;
    justify-content: center;
    line-height: 100%;
    margin-left: 1rem;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.YourReferralLinksModal_list__xerqc .YourReferralLinksModal_edit__AE7eY:hover {
    color: #0057ff
}

.YourReferralLinksEditModal_modal__-T-us {
    min-width: 60rem
}

.YourReferralLinksEditModal_modal__-T-us .YourReferralLinksEditModal_inputGroup__khdQd {
    height: 12rem
}

.YourBonus_list__-c1X\+ {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.YourBonus_bonus__ae8dx {
    display: block
}

.PromoCodeHistory_badge__tQ\+yF {
    background-color: #f0f3f7;
    border-radius: 2rem;
    display: inline-block;
    padding: .7rem 1.5rem
}

.PromoCodeHistory_badge__tQ\+yF span {
    font-weight: 600
}

.PromoCodeHistory_fields__xQiVW {
    display: flex;
    gap: 1.6rem;
    max-width: 70rem
}

@media (max-width: 767px) {
    .PromoCodeHistory_fields__xQiVW {
        gap: 1rem
    }
}

.PromoCodeHistory_input__wS3bz {
    flex-grow: 1
}

.PromoCodeHistory_list__kj0oq {
    max-width: 70rem;
    padding-top: 3rem
}

@media (max-width: 767px) {
    .PromoCodeHistory_list__kj0oq {
        padding-top: 2rem
    }
}

.PromoCodeHistory_list__kj0oq table {
    border-collapse: collapse;
    width: 100%
}

.PromoCodeHistory_list__kj0oq table thead th {
    border-bottom: 1px solid #f0f3f7;
    font-weight: 600;
    padding: 0 1rem .5rem;
    text-align: left
}

@media (max-width: 767px) {
    .PromoCodeHistory_list__kj0oq table thead th {
        font-size: 1.2rem;
        padding: 0 .5rem .2rem 0
    }
}

.PromoCodeHistory_list__kj0oq table tbody tr:hover td {
    background-color: #f9f9f9
}

.PromoCodeHistory_list__kj0oq table tbody tr:first-child td {
    padding-top: 1rem
}

.PromoCodeHistory_list__kj0oq table tbody tr td {
    color: #111;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    transition: background-color .25s ease-in-out
}

@media (max-width: 767px) {
    .PromoCodeHistory_list__kj0oq table tbody tr td {
        font-size: 1.2rem;
        padding: .2rem .5rem .2rem 0
    }
}

.PromoCodeHistory_status__RQumR {
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 2rem;
    display: inline-flex;
    font-size: 1.3rem;
    justify-content: center;
    line-height: 100%;
    padding: .5rem 1rem
}

@media (max-width: 767px) {
    .PromoCodeHistory_status__RQumR {
        font-size: 1.2rem;
        padding: .4rem .8rem
    }
}

.PromoCodeHistory_more__aQMou {
    border-top: 1px solid #f0f3f7;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.PromoCodeHistory_more__button__WGcwc {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #0057ff;
    display: inline-flex;
    font-size: 1.4rem;
    gap: 1rem;
    justify-content: center;
    line-height: 100%
}

.PromoCodeHistory_more__button__WGcwc:hover {
    color: #3056d3
}

.AccessKeyBlock_code_block__Xqz2M {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.4rem
}

.AccessKeyBlock_code_block__Xqz2M .AccessKeyBlock_row__LxM3Q {
    display: flex
}

.AccessKeyBlock_code_block__Xqz2M .AccessKeyBlock_row__LxM3Q .AccessKeyBlock_label__EHifW {
    width: 30%
}

.AccessKeyBlock_actionButton__8HfMj, .ReferralProgram_actionButton__AWUtv {
    min-width: 24rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.ReferralProgram_actionButton__AWUtv {
    width: 100%
}

.ReferralProgram_referral__note__L0yOX {
    color: #77869e;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width: 767px) {
    .ReferralProgram_referral__note__L0yOX {
        font-size: 1.4rem
    }
}

.ReferralProgram_referral__statistics__vXpzm {
    border: 1px solid #e2e7f1;
    border-radius: 8px;
    margin-top: 2rem;
    max-width: 50%;
    padding: 2rem
}

@media (max-width: 767px) {
    .ReferralProgram_referral__statistics__vXpzm {
        max-width: 100%;
        padding: 1rem
    }
}

.ReferralProgram_referral__statistics_title__NTNEd {
    margin: 0 0 2rem
}

.ReferralProgram_referral__statistics_info__QUQRY span {
    font-weight: 600
}

.ReferralProgram_referral__statistics_info__QUQRY li:not(:last-child) {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .ReferralProgram_referral__statistics_info__QUQRY li:not(:last-child) {
        margin-bottom: .5rem
    }
}

.ReferralProgram_referral__links_title__MJJ-q {
    margin-bottom: 2rem
}

.ReferralProgram_referral__links__d189R {
    width: 100%
}

.ReferralProgram_referral__list__cZXK\+ {
    display: block;
    max-width: 275px
}

@media (max-width: 767px) {
    .ReferralProgram_referral__list__cZXK\+ {
        max-width: 100%
    }
}

.ReferralProgram_referral__list_item__XDkHV {
    background-color: #f0f3f7;
    border-radius: .8rem;
    box-sizing: border-box;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    height: 4rem;
    padding: 0 2rem;
    width: 100%
}

@media (max-width: 767px) {
    .ReferralProgram_referral__list_item__XDkHV {
        border-radius: .5rem;
        font-size: 1.2rem;
        height: 3rem;
        padding: 0 1rem
    }
}

.ReferralProgram_referral__list_item__XDkHV + .ReferralProgram_referral__list_item__XDkHV {
    margin-top: 1rem
}

.Profile_profile__iq2eo {
    display: block
}

.Profile_infoTable__gKTe0 {
    border-collapse: collapse
}

.Profile_infoTable__gKTe0 tr:not(:first-child) td {
    padding-top: 2rem
}

.Profile_infoTable__gKTe0 tr td {
    font-size: 1.8rem;
    line-height: 120%
}

.Profile_infoTable__gKTe0 tr td:first-child {
    color: #77869e;
    padding-right: 2rem
}

.Profile_actionButton__6QVlZ {
    min-width: 24rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.Tariffs_subTitle__gZHJ-, .Tariffs_title__NR5en {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 3.4rem
}

.Tariffs_subTitle__gZHJ- .Tariffs_flex_button__IOl\+Y, .Tariffs_title__NR5en .Tariffs_flex_button__IOl\+Y {
    display: flex;
    font-size: 2.4rem;
    font-weight: 600
}

.Tariffs_subTitle__gZHJ- .Tariffs_flex_button__IOl\+Y .Tariffs_icon__Pf54I, .Tariffs_title__NR5en .Tariffs_flex_button__IOl\+Y .Tariffs_icon__Pf54I {
    margin-left: 10px;
    margin-top: 3px
}

@media (max-width: 767px) {
    .Tariffs_subTitle__gZHJ-, .Tariffs_title__NR5en {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }

    .Tariffs_subTitle__gZHJ- .Tariffs_flex_button__IOl\+Y, .Tariffs_title__NR5en .Tariffs_flex_button__IOl\+Y {
        font-size: 1.8rem
    }
}

.Tariffs_subTitle__gZHJ- {
    margin-bottom: 2rem
}

.Tariffs_inner__KJd1e {
    align-items: flex-start;
    display: flex;
    gap: 4rem
}

@media (max-width: 767px) {
    .Tariffs_inner__KJd1e {
        flex-direction: column;
        gap: 2rem
    }
}

.Tariffs_body__L9dFk {
    max-width: 54rem;
    width: 100%
}

.Tariffs_alert__hw10p {
    margin-bottom: 3.4rem
}

@media (max-width: 767px) {
    .Tariffs_alert__hw10p {
        margin-bottom: 3rem
    }
}

.Tariffs_items__d-NYu {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 3.4rem
}

@media (max-width: 767px) {
    .Tariffs_items__d-NYu {
        gap: 1rem;
        margin-bottom: 2rem
    }
}

.Tariffs_sidebar__uIe9k {
    max-width: 42rem;
    width: 100%
}

.AmlCheckBalance_balance__title__K4XeD {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem
}

.AmlCheckBalance_balance__value__bnAC6 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .AmlCheckBalance_balance__value__bnAC6 {
        font-size: 2rem
    }
}

.AmlCheckBalance_balance__crypto__ivhNG {
    color: #77869e;
    font-size: 1.6rem;
    line-height: 100%;
    margin-bottom: 2.4rem
}

@media (max-width: 767px) {
    .AmlCheckBalance_balance__crypto__ivhNG {
        font-size: 1.4rem;
        margin-bottom: 2rem
    }
}

.AmlCheckBalance_balance__list__ZGS1d {
    border-collapse: collapse;
    color: #77869e;
    font-size: 1.4rem;
    line-height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .AmlCheckBalance_balance__list__ZGS1d {
        font-size: 1.3rem
    }
}

.AmlCheckBalance_balance__list__ZGS1d tr:not(:first-child) td {
    padding-top: 1.2rem
}

.AmlCheckBalance_balance__list__ZGS1d tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem
}

.AmlCheckBalance_balance__list__ZGS1d tr td:last-child {
    color: #a1a3a7;
    text-align: right
}

.AmlCheckBalance_balance__list__ZGS1d tr td:last-child span {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%
}

@media (max-width: 767px) {
    .AmlCheckBalance_balance__list__ZGS1d tr td:last-child span {
        font-size: 1.2rem
    }
}

.AmlCheckAssets_assets__head__enLfU {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem
}

.AmlCheckAssets_assets__title__AROlO {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: 1.2rem
}

.AmlCheckAssets_assets__value__Ru-Kb {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%
}

.AmlCheckAssets_assets__badge__DfR1x {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 1.4rem;
    display: inline-flex;
    font-size: 1.2rem;
    justify-content: center;
    line-height: 100%;
    padding: .6rem 1.4rem
}

.AmlCheckAssets_assets__scroll__LOwN9 {
    -webkit-overflow-scrolling: touch;
    margin-right: -1rem;
    max-height: 32rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 1rem
}

.AmlCheckAssets_assets__scroll__LOwN9::-webkit-scrollbar {
    height: .6rem;
    width: .6rem
}

.AmlCheckAssets_assets__scroll__LOwN9::-webkit-scrollbar-track {
    background-color: transparent
}

.AmlCheckAssets_assets__scroll__LOwN9::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: .5rem;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.AmlCheckAssets_assets__scroll__LOwN9::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

.AmlCheckAssets_assets__list__6EL-x {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.AmlCheckAssets_assets__actions__40K-Y {
    display: flex;
    justify-content: center;
    padding-top: 1.6rem
}

.AmlCheckAssets_assets__more__6Hxo4 {
    align-items: center;
    color: #0057ff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 500;
    gap: .8rem;
    justify-content: center;
    line-height: 100%
}

.AmlCheckAssets_assets__more__6Hxo4:hover {
    color: #3056d3
}

.AmlCheckAssets_item__Sg6ES {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    overflow: hidden
}

.AmlCheckAssets_item__icon__vAiXt {
    min-width: 3rem;
    width: 3rem
}

.AmlCheckAssets_item__body__lLUB1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .4rem
}

.AmlCheckAssets_item__abbr__zw4Xl {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%
}

.AmlCheckAssets_item__name__\+QVaH {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 100%
}

.AmlCheckAssets_item__info__NfABw {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    text-align: right
}

.AmlCheckAssets_item__value__0-3qW {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%
}

.AmlCheckAssets_item__fiat__0pvyk {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 100%
}

.AmlCheckGeneralInfo_general__title__\+ejfg {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem
}

.AmlCheckGeneralInfo_general__list__AhhZ9 {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}

.AmlCheckGeneralInfo_general__list__AhhZ9 dl {
    margin: 0
}

.AmlCheckGeneralInfo_general__list__AhhZ9 dl dt {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 120%;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .AmlCheckGeneralInfo_general__list__AhhZ9 dl dt {
        font-size: 1.3rem
    }
}

.AmlCheckGeneralInfo_general__list__AhhZ9 dl dd {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    margin: 0
}

@media (max-width: 767px) {
    .AmlCheckGeneralInfo_general__list__AhhZ9 dl dd {
        font-size: 1.4rem
    }
}

.AmlMistrackInfo_general__title__dwurL {
    margin-bottom: 2rem
}

.AmlMistrackInfo_general__subtitle__2regX, .AmlMistrackInfo_general__title__dwurL {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%
}

.AmlMistrackInfo_general__list__GxZcY {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}

.AmlMistrackInfo_general__list__GxZcY dl {
    margin: 0
}

.AmlMistrackInfo_general__list__GxZcY dl dt {
    color: #77869e;
    font-size: 1.2rem;
    line-height: 120%;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .AmlMistrackInfo_general__list__GxZcY dl dt {
        font-size: 1.3rem
    }
}

.AmlMistrackInfo_general__list__GxZcY dl dd {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%;
    margin: 0
}

@media (max-width: 767px) {
    .AmlMistrackInfo_general__list__GxZcY dl dd {
        font-size: 1.4rem
    }
}

.AddressInfo_side__RBl8O {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1.2rem;
    width: 33%
}

@media (max-width: 767px) {
    .AddressInfo_side__RBl8O {
        width: 100%
    }
}

.AddressInfo_side__box__BI4\+8 {
    border: 1px solid #e2e8f0;
    border-radius: 1.6rem;
    padding: 2rem
}

@media (max-width: 767px) {
    .AddressInfo_side__box__BI4\+8 {
        padding: 1.6rem
    }
}

.GeneralInfo_general__title__Kzmzu {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem
}

.GeneralInfo_general__list__fIXNi {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}

.GeneralInfo_general__list__fIXNi dl {
    margin: 0
}

.GeneralInfo_general__list__fIXNi dl dt {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 120%;
    margin-bottom: .4rem
}

.GeneralInfo_general__list__fIXNi dl dd {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 2rem;
    line-height: 150%;
    margin: 0
}

.GeneralInfo_general__list__fIXNi dl dd .GeneralInfo_info__S88UK {
    word-break: break-all
}

.GeneralInfo_general__list__fIXNi dl dd.GeneralInfo_status__paevI {
    align-items: center;
    gap: .5rem;
    text-transform: capitalize
}

.GeneralInfo_general__list__fIXNi dl dd.GeneralInfo_status--danger__I1QdA {
    color: #ff6d5c
}

.GeneralInfo_general__list__fIXNi dl dd.GeneralInfo_status--suspicious__yP\+KE {
    color: #f90
}

.GeneralInfo_general__list__fIXNi dl dd.GeneralInfo_status--trusted__exPbh {
    color: #00bf59
}

.GeneralInfo_icon-grey__wAq0x {
    color: #77869e
}

.AmountInfo_general__title__Kka6T {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem;
    text-transform: capitalize
}

.AmountInfo_general__list__xHUGR {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}

.AmountInfo_general__list__xHUGR dl {
    margin: 0
}

.AmountInfo_general__list__xHUGR dl dt {
    color: #77869e;
    font-size: 1.4rem;
    line-height: 120%;
    margin-bottom: .4rem
}

.AmountInfo_general__list__xHUGR dl dd {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    margin: 0
}

.TransactionInfo_side__L4Q4- {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1.2rem;
    width: 33%
}

@media (max-width: 767px) {
    .TransactionInfo_side__L4Q4- {
        width: 100%
    }
}

.TransactionInfo_side__box__QFcQm {
    border: 1px solid #e2e8f0;
    border-radius: 1.6rem;
    padding: 2rem
}

.AmlCheckDetails_result__xzXmd {
    display: flex;
    gap: 2.7rem;
    margin: 0 auto;
    max-width: 126rem;
    width: 100%
}

@media (max-width: 767px) {
    .AmlCheckDetails_result__xzXmd {
        flex-direction: column;
        gap: 6rem
    }
}

.AmlCheckDetails_main__k01zp {
    border: 1px solid #e2e8f0;
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 4rem 4.4rem;
    width: 66%
}

@media (max-width: 767px) {
    .AmlCheckDetails_main__k01zp {
        border: none;
        border-radius: 0;
        padding: 0;
        width: 100%
    }
}

.AmlCheckDetails_main__top__ihEup {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.AmlCheckDetails_main__title__J42hv {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 3rem;
    text-align: center
}

@media (max-width: 767px) {
    .AmlCheckDetails_main__title__J42hv {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

.AmlCheckDetails_main__crypto__PWwhW {
    margin-bottom: 1.2rem
}

.AmlCheckDetails_main__address__xa463 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 3rem;
    text-align: center
}

@media (max-width: 767px) {
    .AmlCheckDetails_main__address__xa463 {
        margin-bottom: 2rem
    }
}

.AmlCheckDetails_main__badge__NqvsO {
    font-size: 1.8rem
}

.AmlCheckDetails_main__pending__YgEPI {
    width: 100%
}

.AmlCheckDetails_risk__W4RvJ {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem
}

.AmlCheckDetails_risk__indicator__1nR0C {
    margin-bottom: 3.5rem
}

@media (max-width: 767px) {
    .AmlCheckDetails_risk__indicator__1nR0C {
        margin-bottom: 2rem
    }
}

.AmlCheckDetails_risk__title__sMkVl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
    text-align: center
}

.AmlCheckDetails_risk__title--danger__JSqVb {
    color: #ff6d5c
}

.AmlCheckDetails_risk__title--suspicious__Ot455 {
    color: #f90
}

.AmlCheckDetails_risk__title--trusted__Pfxrt {
    color: #00bf59
}

@media (max-width: 767px) {
    .AmlCheckDetails_risk__title__sMkVl {
        font-size: 2.8rem;
        margin-bottom: 1.6rem
    }
}

.AmlCheckDetails_risk__description__vN6rU {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2.4rem;
    max-width: 47rem;
    text-align: center;
    width: 100%
}

@media (max-width: 767px) {
    .AmlCheckDetails_risk__description__vN6rU {
        font-size: 1.4rem;
        margin-bottom: 2rem
    }
}

.AmlCheckDetails_risk__counterparty_note__puBpE {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 2rem;
    text-align: center
}

@media (max-width: 767px) {
    .AmlCheckDetails_risk__counterparty_note__puBpE {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.AmlCheckDetails_details__pu-bb {
    margin-bottom: 3.2rem
}

.AmlCheckDetails_details__title__BlNBz {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2.4rem;
    text-align: center
}

.AmlCheckDetails_details__list__FoG3G {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.AmlCheckDetails_details__actions__OS2dU {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 1.2rem
}

.AmlCheckDetails_details__checked__BWRXA {
    color: #a1a3a7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .AmlCheckDetails_details__checked__BWRXA {
        font-size: 1.2rem
    }
}

.AmlCheckDetails_details__notes__XMX3R {
    color: #a1a3a7;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 500;
    gap: 1rem;
    line-height: 100%;
    margin-top: 2rem;
    text-align: center
}

.AmlCheckDetails_devModeTitle__A29IZ {
    color: #ed274b
}

.AmlCheckDetails_message__GUSyW {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 80%
}

@media (max-width: 767px) {
    .AmlCheckDetails_message__GUSyW {
        max-width: 100%
    }
}

.InvestigationResultViewer_result__bCps4 {
    display: flex;
    gap: 2.7rem;
    margin: 0 auto;
    width: 100%
}

@media (max-width: 767px) {
    .InvestigationResultViewer_result__bCps4 {
        flex-direction: column;
        gap: 6rem
    }
}

.InvestigationResultViewer_main__DtS4C {
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 4rem 4.4rem;
    width: 100%
}

@media (max-width: 767px) {
    .InvestigationResultViewer_main__DtS4C {
        border: none;
        border-radius: 0;
        padding: 0;
        width: 100%
    }
}

.Banners_banners__JxRUF {
    background: #f0f3f7;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 2rem
}

.Banners_banners__JxRUF .Banners_inner__nypeJ {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 .4rem 2.4rem rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 0 auto;
    max-width: 91rem;
    padding: 5rem
}

@media (max-width: 767px) {
    .Banners_banners__JxRUF .Banners_inner__nypeJ {
        padding: 2rem
    }
}

.Banners_item__3d7kI:not(:last-child) {
    border-bottom: 1px solid #e2e7f1;
    padding-bottom: 4rem
}

@media (max-width: 767px) {
    .Banners_item__3d7kI:not(:last-child) {
        padding-bottom: 3rem
    }
}

.Banners_item__3d7kI .Banners_title__uninW {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 3rem
}

.Banners_item__3d7kI .Banners_body__v\+OW5 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

@media (max-width: 767px) {
    .Banners_item__3d7kI .Banners_body__v\+OW5 {
        gap: 2rem
    }
}

.Banners_item__3d7kI .Banners_preview__Jufsk {
    min-width: 12rem
}

.Banners_item__3d7kI .Banners_preview__Jufsk img {
    max-width: 100%
}

.Banners_item__3d7kI .Banners_fields__hHU-W {
    display: flex;
    flex-grow: 1;
    gap: 3rem
}

@media (max-width: 767px) {
    .Banners_item__3d7kI .Banners_fields__hHU-W {
        flex-wrap: wrap;
        gap: 2rem
    }
}

.Banners_item__3d7kI .Banners_textarea__L6STq {
    flex-grow: 1
}

.Banners_item__3d7kI .Banners_textarea__L6STq textarea {
    border: 1px solid #a1a3a7;
    border-radius: .5rem;
    box-sizing: border-box;
    display: block;
    padding: 1rem;
    resize: none;
    width: 100%
}

@media (max-width: 767px) {
    .Banners_item__3d7kI .Banners_textarea__L6STq textarea {
        min-height: 10rem
    }

    .Banners_item__3d7kI .Banners_actions__t1rYk {
        width: 100%
    }
}

.Banners_header__f0vD8 {
    display: flex;
    padding: 1rem
}

.Banners_backButton__Ir1wV {
    align-items: center;
    color: #0057ff;
    display: inline-flex;
    gap: 1rem;
    justify-content: center
}

.Banners_backButton__Ir1wV:hover {
    color: #3056d3
}

.Contact_sectionTitle__05O4H {
    align-items: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center
}

.Contact_subtitle__mnX2d {
    color: #77869e;
    font-size: 1.5rem;
    font-weight: 400
}

.Contact_form__WZOP\+ {
    background: #fafafc;
    border-radius: 3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 3rem
}

@media (min-width: 1025px) {
    .Contact_form__WZOP\+ {
        width: 50%
    }
}

.Contact_actions__cot61 {
    display: flex;
    gap: 1.4rem;
    margin-top: 3rem
}

@media (max-width: 767px) {
    .Contact_actions__cot61 {
        margin-top: 2rem
    }
}

.Contact_actions__cot61 button {
    min-width: 17.5rem
}

@media (max-width: 767px) {
    .Contact_actions__cot61 button {
        flex-basis: 100%;
        font-size: 1.4rem;
        min-width: 12rem
    }
}

.SignUp_tips__L-Vsp .SignUp_list__3mbqU li {
    list-style: inside
}

.SignUp_tips__L-Vsp .SignUp_list__3mbqU li:not(:last-child) {
    margin-bottom: 8px
}

.SignUp_tips__L-Vsp .SignUp_gap__qB9x7 {
    margin-right: 5px
}

.SignUp_tips__L-Vsp .SignUp_button__GMNPr, .SignUp_tips__L-Vsp .SignUp_link__0dijl {
    border-bottom: 1px solid #0057ff;
    color: #0057ff;
    display: inline-block
}

.SignUp_tips__L-Vsp .SignUp_button__GMNPr:hover, .SignUp_tips__L-Vsp .SignUp_link__0dijl:hover {
    color: #3056d3
}

.SignUp_tips__L-Vsp .SignUp_wrapper__ecuHJ {
    align-items: center;
    display: inline-flex
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_list__Gj-AC li {
    list-style: inside
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_list__Gj-AC li:not(:last-child) {
    margin-bottom: 8px
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_gap__l-NIQ {
    margin-right: 5px
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_button__zveoh, .SignUpSuccess_tips__VpNyY .SignUpSuccess_link__rIrRj {
    border-bottom: 1px solid #0057ff;
    color: #0057ff;
    display: inline-block
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_button__zveoh:hover, .SignUpSuccess_tips__VpNyY .SignUpSuccess_link__rIrRj:hover {
    color: #3056d3
}

.SignUpSuccess_tips__VpNyY .SignUpSuccess_wrapper__r5CIe {
    align-items: center;
    display: inline-flex
}

.SignIn_forgot__ONBz6 {
    font-size: 1.4rem;
    text-align: right
}

.SignIn_forgot__ONBz6 a {
    border-bottom: 1px solid transparent;
    color: #0057ff;
    display: inline-block
}

.SignIn_forgot__ONBz6 a:hover {
    border-bottom-color: #0057ff
}

.SignIn_input__MJhA9 {
    height: 5.4rem
}

.SignIn_prevVersion__OJ-w0 {
    align-items: center;
    background-color: #e9f3ff;
    border-radius: 1.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 2rem;
    width: 100%
}

@media (max-width: 767px) {
    .SignIn_prevVersion__OJ-w0 {
        border-radius: .8rem;
        font-size: 1.4rem;
        padding: 1rem
    }
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_list__o8EC8 li {
    list-style: inside
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_list__o8EC8 li:not(:last-child) {
    margin-bottom: 8px
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_gap__N5Vwl {
    margin-right: 5px
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_button__-1fE7, .ConfirmEmail_tips__nqt0A .ConfirmEmail_link__IaI7U {
    border-bottom: 1px solid #0057ff;
    color: #0057ff;
    display: inline-block
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_button__-1fE7:hover, .ConfirmEmail_tips__nqt0A .ConfirmEmail_link__IaI7U:hover {
    color: #3056d3
}

.ConfirmEmail_tips__nqt0A .ConfirmEmail_wrapper__dHsly {
    align-items: center;
    display: inline-flex
}

.PasswordReset_tips__a6VmE .PasswordReset_list__pj8ip li {
    list-style: inside
}

.PasswordReset_tips__a6VmE .PasswordReset_list__pj8ip li:not(:last-child) {
    margin-bottom: 8px
}

.PasswordReset_tips__a6VmE .PasswordReset_gap__HaYTv {
    margin-right: 5px
}

.PasswordReset_tips__a6VmE .PasswordReset_button__lN2GE, .PasswordReset_tips__a6VmE .PasswordReset_link__jesJv {
    border-bottom: 1px solid #0057ff;
    color: #0057ff;
    display: inline-block
}

.PasswordReset_tips__a6VmE .PasswordReset_button__lN2GE:hover, .PasswordReset_tips__a6VmE .PasswordReset_link__jesJv:hover {
    color: #3056d3
}

.PasswordReset_tips__a6VmE .PasswordReset_wrapper__VNOZr {
    align-items: center;
    display: inline-flex
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body > div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: hsla(0, 0%, 100%, .7);
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button > svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus, .Toastify__close-button:hover {
    opacity: 1
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

@-webkit-keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    font-size: 10px
}

@media (max-width: 1300px) {
    html {
        font-size: .7vw
    }
}

@media (max-width: 767px) {
    html {
        font-size: 10px
    }
}

@media (max-width: 360px) {
    html {
        font-size: 9px
    }
}

body {
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden
}

body, img {
    width: 100%
}

img {
    display: block;
    height: auto
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    transition: color .2s ease
}

a:active, a:focus, a:focus:active {
    outline: none
}

button, input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color, background-color .25s ease
}