.Buttons_button__W2cCA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--gradient-blue);
    padding: 10px 14px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    position: relative
}

.Buttons_button__W2cCA.Buttons_rounded__WNp8y,
.Buttons_button__W2cCA.Buttons_rounded__WNp8y:before {
    border-radius: 38px
}

.Buttons_button__W2cCA:before {
    background: var(--purple);
    border-radius: 8px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media(min-width:1025px) {
    .Buttons_button__W2cCA:hover:before {
        opacity: 1
    }
}

.Buttons_button__W2cCA p {
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: normal
}

.Buttons_button__W2cCA p:first-letter {
    text-transform: uppercase
}

.Buttons_transparent__tXkxC {
    background: 0 0;
    color: #868487
}

.Buttons_transparent__tXkxC:before {
    display: none
}

@media(min-width:1024px) {
    .Buttons_transparent__tXkxC:hover {
        color: #1b181e !important
    }
}

.Buttons_icon__K_9fN {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px)
}

.Buttons_icon__K_9fN:after,
.Buttons_icon__K_9fN:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    display: block;
    width: .75em;
    border: 1px solid var(--white);
    border-radius: 30px
}

.Buttons_icon__K_9fN:before {
    -webkit-transform: translate(-100%, -100%) rotate(90deg);
        -ms-transform: translate(-100%, -100%) rotate(90deg);
            transform: translate(-100%, -100%) rotate(90deg)
}

.Buttons_icon__K_9fN:after {
    -webkit-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%)
}

.Buttons_button__W2cCA:disabled {
    opacity: .4
}

.FormikInput_inputWrapper__k5hhK {
    position: relative
}

.FormikInput_inputWrapper__k5hhK textarea {
    resize: none;
    height: 120px;
    max-height: 120px
}

.FormikInput_inputWrapper__k5hhK textarea::-webkit-scrollbar {
    width: 5px
}

.FormikInput_inputWrapper__k5hhK textarea::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #a5a7b5
}

.FormikInput_inputWrapper__k5hhK textarea::-webkit-scrollbar-button {
    height: 2px
}

.FormikInput_label__S_eVg {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #605d61;
    margin-bottom: 15px
}

.FormikInput_required__IyLfQ:after {
    content: "*";
    color: #da2020;
    margin-left: 2px
}

.FormikInput_error__t0wdJ {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    letter-spacing: -.02em;
    color: #f55d66
}

.FormikInput_informIcon__Vrp3E {
    -webkit-transform: scale(.8) rotate(180deg);
        -ms-transform: scale(.8) rotate(180deg);
            transform: scale(.8) rotate(180deg)
}

.FormikInput_informIcon__Vrp3E rect {
    fill: #f55d66
}

.FormikInput_informIcon__Vrp3E path {
    stroke: #f55d66
}

.FormikInput_input__VTlll {
    padding: 16px 14px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    line-height: 22px;
    font-size: 16px;
    outline: 1px solid transparent;
    color: #1b181e;
    font-weight: 500;
    background: #f5f4f7;
    /* font-family: Proxima Soft, sans-serif; */
    -webkit-box-shadow: 0 0 0 3px transparent;
            box-shadow: 0 0 0 3px transparent;
    -webkit-transition: border .15s linear, -webkit-box-shadow .3s linear;
    transition: border .15s linear, -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear, border .15s linear;
    transition: box-shadow .3s linear, border .15s linear;
    transition: box-shadow .3s linear, border .15s linear, -webkit-box-shadow .3s linear;
    height: 56px;
    max-height: 56px
}

.FormikInput_input__VTlll[type=number]:first-of-type::-webkit-inner-spin-button,
.FormikInput_input__VTlll[type=number]:first-of-type::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.FormikInput_input__VTlll::-webkit-input-placeholder {
    opacity: .8;
    color: #a5a7b5;
    font-size: 14px;
    font-weight: 500
}

.FormikInput_input__VTlll::-moz-placeholder {
    opacity: .8;
    color: #a5a7b5;
    font-size: 14px;
    font-weight: 500
}

.FormikInput_input__VTlll:-ms-input-placeholder {
    opacity: .8;
    color: #a5a7b5;
    font-size: 14px;
    font-weight: 500
}

.FormikInput_input__VTlll::-ms-input-placeholder {
    opacity: .8;
    color: #a5a7b5;
    font-size: 14px;
    font-weight: 500
}

.FormikInput_input__VTlll::placeholder {
    opacity: .8;
    color: #a5a7b5;
    font-size: 14px;
    font-weight: 500
}

.FormikInput_input__VTlll[type=password]::-webkit-input-placeholder {
    -webkit-transform: translateY(25%);
            transform: translateY(25%)
}

.FormikInput_input__VTlll[type=password]::-moz-placeholder {
    transform: translateY(25%)
}

.FormikInput_input__VTlll[type=password]:-ms-input-placeholder {
    -ms-transform: translateY(25%);
        transform: translateY(25%)
}

.FormikInput_input__VTlll[type=password]::-ms-input-placeholder {
    -ms-transform: translateY(25%);
        transform: translateY(25%)
}

.FormikInput_input__VTlll[type=password]::placeholder {
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%)
}

@media(min-width:1024px) {
    .FormikInput_input__VTlll:hover {
        -webkit-box-shadow: 0 0 0 3px var(--purple);
                box-shadow: 0 0 0 3px var(--purple)
    }
}

.FormikInput_input__VTlll:focus {
    -webkit-box-shadow: 0 0 0 3px var(--purple);
            box-shadow: 0 0 0 3px var(--purple);
    background: 0 0
}

.FormikInput_input__VTlll:disabled {
    cursor: not-allowed;
    opacity: .5
}

.FormikInput_active__i4gMZ {
    background: 0 0;
    border: 1px solid #bcbdc6
}

.FormikInput_active__i4gMZ:focus,
.FormikInput_active__i4gMZ:hover {
    -webkit-box-shadow: 0 0 0 3px var(--purple);
            box-shadow: 0 0 0 3px var(--purple)
}

.FormikInput_errorField__t9_6Y {
    border: 1px solid #f55d66 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(245, 93, 103, .286) !important;
            box-shadow: 0 0 0 3px rgba(245, 93, 103, .286) !important
}

.FormikInput_themeSensitive__CeKbm label {
    color: var(--body)
}

.FormikInput_themeSensitive__CeKbm input,
.FormikInput_themeSensitive__CeKbm textarea {
    background: var(--light-gray);
    color: var(--primary-title);
    outline: 1px solid transparent
}

.FormikInput_themeSensitive__CeKbm input:focus,
.FormikInput_themeSensitive__CeKbm textarea:focus {
    background: var(--light-gray)
}

html[data-theme=dark] .FormikInput_themeSensitive__CeKbm input,
html[data-theme=dark] .FormikInput_themeSensitive__CeKbm textarea {
    background: var(--light-gray);
    color: var(--primary-title)
}

html[data-theme=dark] .FormikInput_themeSensitive__CeKbm input:focus,
html[data-theme=dark] .FormikInput_themeSensitive__CeKbm textarea:focus {
    background: var(--light-gray)
}

.PreventCloseModal_modal__jOFjm {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(27, 24, 30, .478);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100002;
    scroll-behavior: unset;
    -webkit-animation-duration: .48s;
            animation-duration: .48s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
}

.PreventCloseModal_modal__jOFjm::-webkit-scrollbar {
    display: none
}

.PreventCloseModal_modal_content__mpslt {
    background-color: var(--background);
    -webkit-box-shadow: 0 2px 40px rgba(96, 93, 97, .15);
            box-shadow: 0 2px 40px rgba(96, 93, 97, .15);
    border-radius: 16px;
    min-width: 100px;
    position: absolute;
    padding: 45px 32px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}

@media(max-width:769px) {
    .PreventCloseModal_modal_content__mpslt {
        width: 95%;
        padding: 32px 25px 40px
    }
}

.PreventCloseModal_close__ahefR {
    position: absolute;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.PreventCloseModal_close__ahefR svg {
    color: var(--gray)
}

.PreventCloseModal_innerContainer__NafeN {
    width: 532px
}

@media(max-width:769px) {
    .PreventCloseModal_innerContainer__NafeN {
        width: 100%
    }
}

.PreventCloseModal_innerContainer__NafeN h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -.5px;
    color: var(--primary-title);
    margin-bottom: 15px
}

@media(max-width:769px) {
    .PreventCloseModal_innerContainer__NafeN h2 {
        font-size: 25px
    }
}

.PreventCloseModal_innerContainer__NafeN h2:first-letter {
    text-transform: uppercase
}

.PreventCloseModal_innerContainer__NafeN>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #605d61;
    margin-bottom: 45px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    word-wrap: break-word
}

.PreventCloseModal_innerContainer__NafeN .PreventCloseModal_buttons__zO_k1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:769px) {
    .PreventCloseModal_innerContainer__NafeN .PreventCloseModal_buttons__zO_k1 {
        width: 100%
    }
}

.PreventCloseModal_innerContainer__NafeN .PreventCloseModal_buttons__zO_k1 button {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px
}

.PreventCloseModal_innerContainer__NafeN .PreventCloseModal_buttons__zO_k1 button:first-child {
    padding: 15px 30px
}

html[data-theme=dark] .PreventCloseModal_close__ahefR svg {
    color: var(--body)
}

.Modal_modal___0kOp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: rgba(27, 24, 30, .478);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100001;
    scroll-behavior: unset;
    -webkit-animation-duration: .48s;
            animation-duration: .48s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
}

.Modal_modal___0kOp::-webkit-scrollbar {
    display: none
}

.Modal_modal_content__zmBpg {
    background-color: var(--white);
    -webkit-box-shadow: 0 2px 40px rgba(96, 93, 97, .15);
            box-shadow: 0 2px 40px rgba(96, 93, 97, .15);
    border-radius: 16px;
    min-width: 100px;
    position: absolute;
    padding: 40px 48px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}

@media(max-width:520px) {
    .Modal_modal_content__zmBpg {
        left: 16px;
        right: 16px;
        width: calc(100% - 32px) !important
    }
}

@media(max-width:769px) {
    .Modal_modal_content__zmBpg {
        padding: 32px 25px 40px
    }
}

.Modal_close__a0ILb {
    position: absolute;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.Modal_close__a0ILb svg {
    color: var(--gray)
}

html[data-theme=dark] .Modal_modal_content__zmBpg {
    background: var(--light-gray)
}

html[data-theme=dark] .Modal_close__a0ILb svg {
    color: var(--body)
}

.RequestGameModal_title__ZLxsI {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -.5px;
    font-size: 24px;
    color: var(--primary-title)
}

@media(min-width:320px) {
    .RequestGameModal_title__ZLxsI {
        display: none
    }
}

@media(min-width:768px) {
    .RequestGameModal_title__ZLxsI {
        display: block
    }
}

@media(min-width:768px)and (min-height:625px) {
    .RequestGameModal_title__ZLxsI {
        display: none
    }
}

.RequestGameModal_description__Z7N8M {
    display: block;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: var(--primary-title)
}

@media(min-width:320px) {
    .RequestGameModal_description__Z7N8M {
        font-size: 16px;
        display: none
    }
}

@media(min-width:768px) {
    .RequestGameModal_description__Z7N8M {
        display: block
    }
}

@media(min-width:768px)and (min-height:625px) {
    .RequestGameModal_description__Z7N8M {
        display: none
    }
}

.RequestGameModal_form__FmPH9 {
    display: block;
    width: 386px
}

@media(max-width:769px) {
    .RequestGameModal_form__FmPH9 {
        width: 100%
    }
}

.RequestGameModal_form__FmPH9>div {
    margin-bottom: 25px
}

.RequestGameModal_form__FmPH9>div .RequestGameModal_input__VsHNH {
    max-height: 48px
}

.RequestGameModal_button__z4DqI {
    margin-top: 35px;
    height: 56px
}

html[data-theme=dark] .RequestGameModal_container__L2TsR {
    background-color: var(--gray)
}

html[data-theme=dark] .RequestGameModal_closeBtn__s7pv5 svg {
    color: #f6f5f7
}

html[data-theme=light] .RequestGameModal_description__Z7N8M {
    color: var(--body)
}

html[data-theme=light] .RequestGameModal_form__FmPH9 .RequestGameModal_input__VsHNH {
    background: #f5f4f7
}

.RequestGameModal_requestAGamePicture__UFtFc {
    display: none;
    max-width: 100%;
    height: calc(100% - 465px);
    min-height: 70px;
    max-height: 237px;
    margin: -8px auto 20px
}

@media(min-width:320px) {
    .RequestGameModal_requestAGamePicture__UFtFc {
        display: block
    }
}

@media(min-width:768px) {
    .RequestGameModal_requestAGamePicture__UFtFc {
        display: none
    }
}

@media(min-width:320px)and (min-height:625px) {
    .RequestGameModal_requestAGamePicture__UFtFc {
        display: block
    }
}

@media(min-height:740px) {
    .RequestGameModal_requestAGamePicture__UFtFc {
        margin-bottom: 40px
    }
}

.RequestGame_container__STJjI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative
}

.RequestGame_container__STJjI:hover p {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width:769px) {
    .RequestGame_container__STJjI:hover p {
        background: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: var(--purple)
    }

    .RequestGame_container__STJjI:hover svg path {
        fill: var(--purple)
    }
}

.RequestGame_container__STJjI p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    color: var(--purple)
}

@media(max-width:769px) {
    .RequestGame_container__STJjI p {
        font-size: 14px;
        line-height: 135%
    }
}

@media(max-width:1024px) {
    .RequestGame_container__STJjI svg {
        display: none
    }
}

.RequestGame_container__STJjI svg path {
    fill: var(--purple)
}

.Logo_logo__H5Fps {
    /* min-width: 105px;
    width: 105px; */
    /* height: 50px; */
    position: relative;
    cursor: pointer
}

.NavLink_link__TbASG {
    display: block;
    font-weight: 400;
    line-height: 18px;
    color: var(--divider);
    position: relative
}

html[data-theme=dark] .NavLink_hoverEffects__Fek7q p:hover {
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red
}

@media(max-width:769px) {
    html[data-theme=dark] .NavLink_hoverEffects__Fek7q p:hover {
        text-shadow: none
    }
}

.NavLink_hoverEffects__Fek7q p:hover {
    text-shadow: unset
}

.NavLink_hoverEffects__Fek7q p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #bcbdc6;
    bottom: -5px;
    left: 0;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.NavLink_hoverEffects__Fek7q p:hover:before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1)
}

@media(max-width:769px) {
    .NavLink_hoverEffects__Fek7q p:hover:before {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0)
    }
}

.NavLink_disabled__cTZBx {
    pointer-events: none;
    opacity: .5
}

.Footer_container__1Z6fg {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: 0 0;
    padding: 24px 24px 96px;
    position: relative;
    border-top: .5px solid var(--divider)
}

@media(max-width:769px) {
    .Footer_container__1Z6fg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 0 0
    }
}

@media(min-width:1600px) {
    .Footer_container__1Z6fg {
        width: 100%;
        padding-right: 120px;
        -ms-flex-item-align: end;
            align-self: flex-end
    }
}

@media(min-width:1024px)and (max-width:1280px) {
    .Footer_container__1Z6fg {
        padding: 24px 24px 96px 54px
    }
}

.Footer_logoBlock__JIgnn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    width: 50%;
    height: auto
}

@media(max-width:769px) {
    .Footer_logoBlock__JIgnn {
        min-width: 100%;
        gap: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 32px
    }
}

/* .Footer_logo__Hb7NB {
    width: 132px;
    height: 64px
} */

.Footer_rights__sAiDl {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    color: var(--gray)
}

@media(max-width:769px) {
    .Footer_rights__sAiDl {
        text-align: center
    }
}

.Footer_linksBlock__uGsO3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 50%
}

@media(max-width:769px) {
    .Footer_linksBlock__uGsO3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%
    }
}

@media(max-width:520px) {
    .Footer_linksBlock__uGsO3 {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        grid-column-gap: 5px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 10px
    }
}

.Footer_links__dHuz3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%
}

@media(max-width:769px) {
    .Footer_links__dHuz3 {
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content
    }
}

@media(max-width:520px) {
    .Footer_links__dHuz3 {
        width: 30%
    }

    .Footer_links__dHuz3:last-child {
        max-width: 85px
    }
}

.Footer_links__dHuz3 .Footer_linksHeader__RbtL_ {
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -.25px;
    margin-bottom: 24px;
    color: var(--primary-title)
}

@media(max-width:769px) {
    .Footer_links__dHuz3 .Footer_linksHeader__RbtL_ {
        margin-bottom: 16px
    }
}

.Footer_links__dHuz3>a {
    margin-bottom: 8px !important
}

.Footer_links__dHuz3>a p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--body)
}

@media(max-width:769px) {
    .Footer_links__dHuz3>a p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 135%
    }
}

.Footer_navLink__s7tOq:hover {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width:769px) {
    .Footer_navLink__s7tOq:hover {
        background: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: var(--body)
    }
}

.Footer_navLink__s7tOq p {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: var(--body)
}

.Footer_navLink__s7tOq:not(:last-child) {
    margin-bottom: 15px
}

html[data-theme=dark] .Footer_rights__sAiDl {
    color: var(--divider)
}

.ThemeSwitcher_loader__zKQRI {
    width: 88px
}

.ThemeSwitcher_container__v6mmi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    padding: 4px 3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 60px;
    border: 1px solid var(--light-gray);
    background: var(--light-gray);
    position: relative
}

.ThemeSwitcher_container__v6mmi:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: -o-linear-gradient(224deg, #6424db, #e23a77);
    background: linear-gradient(226deg, #6424db, #e23a77);
    position: absolute;
    left: 4px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 0
}

.ThemeSwitcher_container__v6mmi.ThemeSwitcher_changeAnimation__jQppy:after {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%)
}

.ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj svg {
    color: var(--gray)
}

.ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj:hover svg {
    color: var(--gray);
    fill: var(--gray);
}

.ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj.ThemeSwitcher_active__XGREH svg {
    color: var(--white)
}

html[data-theme=dark] .ThemeSwitcher_container__v6mmi:after {
    background: -o-linear-gradient(235deg, #3d63cd, #6424db);
    background: linear-gradient(215deg, #3d63cd, #6424db)
}

html[data-theme=dark] .ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj svg {
    color: var(--body)
}

html[data-theme=dark] .ThemeSwitcher_container__v6mmi .ThemeSwitcher_buttons__zP0mj.ThemeSwitcher_active__XGREH svg {
    color: var(--white);
    fill: var(--white);
}

.SearchHistoryModal_container__Vg2Gh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 100%;
    padding: 0 32px
}

.SearchHistoryModal_container__Vg2Gh:hover {
    background: var(--divider)
}

@media(max-width:769px) {
    .SearchHistoryModal_container__Vg2Gh:hover {
        background: 0 0
    }
}

.SearchHistoryModal_info__DEp_H {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: var(--primary-title);
    max-width: 100%;
    height: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0
}

.SearchHistoryModal_decorator__PbHyb path {
    stroke: var(--primary-title)
}

.SearchHistoryModal_delete__HVLxZ {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    color: var(--body)
}

.SearchHistoryModal_delete__HVLxZ:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3)
}

@media(max-width:769px) {
    .SearchHistoryModal_delete__HVLxZ:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none
    }
}

.SearchHistoryModal_container__qheLE {
    width: 100%;
    min-width: 232px;
    background: var(--background);
    padding: 15px 0;
    -webkit-box-shadow: 0 2px 15px rgba(27, 25, 25, .1);
            box-shadow: 0 2px 15px rgba(27, 25, 25, .1);
    border-radius: 30px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
}

.SearchHistoryModal_visible__0oLrk {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.HeaderSearchField_search__UTzvi {
    position: relative;
    border: none;
    width: 100%;
    max-width: 432px;
    border-radius: 30px
}

.HeaderSearchField_search__UTzvi:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--background)), to(var(--background))) padding-box, var(--gradient-blue) border-box;
    background: -o-linear-gradient(var(--background), var(--background)) padding-box, var(--gradient-blue) border-box;
    background: linear-gradient(var(--background), var(--background)) padding-box, var(--gradient-blue) border-box;
    border: 2px solid transparent;
    outline: none;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.HeaderSearchField_search__UTzvi:focus-within:before {
    opacity: 1
}

@media(min-width:1024px) {
    .HeaderSearchField_search__UTzvi:hover:before {
        opacity: 1
    }
}

@media(max-width:1023px) {
    .HeaderSearchField_search__UTzvi {
        max-width: unset
    }
}

.HeaderSearchField_search__UTzvi input {
    min-width: 230px;
    width: 100%;
    height: 48px;
    background: var(--background);
    border: 1px solid var(--light-gray);
    border-radius: 30px;
    padding: 17px 20px 17px 50px;
    color: var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    position: relative
}

.HeaderSearchField_search__UTzvi input::-webkit-input-placeholder {
    opacity: .8
}

.HeaderSearchField_search__UTzvi input::-moz-placeholder {
    opacity: .8
}

.HeaderSearchField_search__UTzvi input:-ms-input-placeholder {
    opacity: .8
}

.HeaderSearchField_search__UTzvi input::-ms-input-placeholder {
    opacity: .8
}

.HeaderSearchField_search__UTzvi input::placeholder {
    opacity: .8
}

@media(max-width:1024px) {
    .HeaderSearchField_search__UTzvi input {
        background: var(--background)
    }
}

.HeaderSearchField_search__UTzvi input:focus,
.HeaderSearchField_search__UTzvi input:focus-visible {
    outline: none
}

.HeaderSearchField_highlightedText__yiPP2 {
    font-weight: 800
}

.HeaderSearchField_decorator__9a0x_ {
    display: block;
    color: var(--body) !important;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-transform: translate(15px, 100%);
        -ms-transform: translate(15px, 100%);
            transform: translate(15px, 100%);
    cursor: pointer;
    z-index: 1
}

.HeaderSearchField_resultsWrapper__wqnfg {
    position: absolute;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    padding: 15px 25px;
    border-radius: 10px;
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    bottom: -5px;
    z-index: 10;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: var(--background);
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 2px 15px rgba(27, 25, 25, .1);
            box-shadow: 0 2px 15px rgba(27, 25, 25, .1)
}

.HeaderSearchField_resultsWrapper__wqnfg::-webkit-scrollbar {
    width: 5px
}

.HeaderSearchField_resultsWrapper__wqnfg::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #a5a7b5
}

.HeaderSearchField_resultsWrapper__wqnfg::-webkit-scrollbar-button {
    height: 2px;
    height: 5px
}

@media(max-width:1023px) {
    .HeaderSearchField_resultsWrapper__wqnfg {
        background: 0 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-height: unset;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        overflow: visible;
        height: calc(100vh - 120px);
        padding: 0;
        overflow-y: auto
    }
}

.HeaderSearchField_searchAll__iv3l9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-weight: 600;
    width: 100%;
    color: var(--primary-title)
}

.HeaderSearchField_arrowAll__xX18V {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8)
}

.HeaderSearchField_arrowAll__xX18V path {
    stroke: var(--primary-title)
}

.HeaderSearchField_loading__Cv3Ot {
    font-weight: 600;
    color: var(--primary-title)
}

@media(max-width:1024px) {
    .HeaderSearchField_loading__Cv3Ot {
        text-align: center
    }
}

.HeaderSearchField_linkStyle__XDDG7 {
    width: 100%
}

.HeaderSearchField_historyModal__ii1ZJ {
    min-width: 230px;
    position: absolute;
    z-index: 10001;
    margin-top: 12px
}

@-webkit-keyframes HeaderSearchField_outlineColor___fl9l {
    0% {
        outline-color: transparent
    }

    to {
        -webkit-transform: var(--purple);
                transform: var(--purple)
    }
}

@keyframes HeaderSearchField_outlineColor___fl9l {
    0% {
        outline-color: transparent
    }

    to {
        -webkit-transform: var(--purple);
                transform: var(--purple)
    }
}

html[data-theme=dark] .HeaderSearchField_search__UTzvi input {
    border: 1px solid var(--divider);
    background: var(--light-gray);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

@media(min-width:1024px) {
    html[data-theme=dark] .HeaderSearchField_search__UTzvi input:hover {
        border-color: transparent
    }
}

html[data-theme=dark] .HeaderSearchField_search__UTzvi input:focus,
html[data-theme=dark] .HeaderSearchField_search__UTzvi input:focus-visible {
    border-color: transparent
}

@media(max-width:1024px) {
    html[data-theme=dark] .HeaderSearchField_search__UTzvi input {
        background: var(--background)
    }
}

html[data-theme=dark] .HeaderSearchField_search__UTzvi .HeaderSearchField_decorator__9a0x_ {
    color: var(--body) !important
}

@media(max-width:1024px) {
    html[data-theme=dark] .HeaderSearchField_search__UTzvi .HeaderSearchField_decorator__9a0x_ {
        color: var(--primary-title) !important
    }
}

.SearchGameCard_linkStyle__2lRdr {
    width: 100%
}

.SearchGameCard_linkStyle__2lRdr .SearchGameCard_gameItem__FiKPR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    cursor: pointer;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    color: var(--primary-title)
}

@media(min-width:1024px) {
    .SearchGameCard_linkStyle__2lRdr .SearchGameCard_gameItem__FiKPR:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left
    }
}

@media(max-width:769px) {
    .SearchGameCard_linkStyle__2lRdr .SearchGameCard_gameItem__FiKPR:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none
    }
}

.SearchGameCard_linkStyle__2lRdr .SearchGameCard_gameItem__FiKPR .SearchGameCard_gameItemImage__SDQuz {
    min-width: 56px;
    min-height: 33px;
    border-radius: 8px
}

.SearchGameCard_linkStyle__2lRdr .SearchGameCard_gameItem__FiKPR .SearchGameCard_gameItemTitle__lY33n {
    color: var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -ms-flex-negative: 100;
        flex-shrink: 100
}

.Header_container__B7_rr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #fff;
    min-height: 64px;
    /* padding: 8px 12px; */
    padding: 16px;
    position: fixed;
    left: 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    z-index: 20;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media(min-width:768px) {
    .Header_container__B7_rr {
        padding: 16px;
        min-height: 80px
    }
}

@media(min-width:1024px) {
    .Header_container__B7_rr {
        padding: 12px 24px;
        min-height: 74px
    }
}

.Header_container__B7_rr svg {
    color: var(--body)
}

.Header_container__B7_rr:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100vw - 50px);
    height: 1px;
    background: var(--divider);
    opacity: .4;
    bottom: 0
}

@media(max-width:1024px) {
    .Header_container__B7_rr:after {
        display: none
    }
}

.Header_container__B7_rr .Header_burger___g_W7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px 8px;

    display: none;
}

.Header_container__B7_rr .Header_burger___g_W7 div {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 2.5px solid var(--body);
    border-bottom: 2.5px solid var(--body);
    /* border-top: 2.5px solid var(--white); */
    /* border-bottom: 2.5px solid var(--white); */
    position: relative
}

.Header_container__B7_rr .Header_burger___g_W7 div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2.5px;
    border-top: inherit;
    -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
            transform: translateY(75%);
    bottom: 50%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

/* @media(max-width:769px) {
    .Header_container__B7_rr .Header_burger___g_W7 {
        width: 24px;
        height: 24px;
        padding: 4px 2px
    }
} */

/* fix menu mobile */
.Header_container__B7_rr .btn_search_mobile {
    display: none;
}

@media(max-width:1023px) {
    .Header_container__B7_rr .Header_burger___g_W7 {
        display: block;
    }

    .Header_container__B7_rr .btn_search_mobile {
        display: block;
    }

    .dark_theme_wrap {
        display: none;
    }

    .search_wrap {
        display: none;
    }

    .Menu_menuHeader__OGFAb {
        padding: 12px 12px !important;
    }

    .search-btn {
        margin-top: 9px;
    }
}

.Menu_mobileSearch__7XTQy {
    display: block;
}

.Menu_back__7i6va.close_search {
    z-index: 3;
}

.HeaderSearchField_search__UTzvi .Menu_topHeader__GJN4H {
    display: none;
}


.Menu_menuHeader__OGFAb .Menu_topHeader__GJN4H {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 5px; */
}

.Menu_mobileSearch__7XTQy .HeaderSearchField_search__UTzvi:focus-within:before {
    opacity: 0;
}

/* end */

html[data-theme=dark] .Header_container__B7_rr {
    background: #000
}

.pseudoFullScreenMode .Header_container__B7_rr {
    z-index: -1 !important
}

.Divider_divider__wn2K3 {
    background: var(--divider);
    height: .5px;
    margin: 8px 12px
}

.MenuItem_container__29P70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    width: 100%;
    border-radius: 29px;
    background-color: transparent;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    cursor: pointer
}

@media(min-width:1024px) {
    .MenuItem_container__29P70 {
        padding: 16px
    }

    .MenuItem_container__29P70:hover {
        background-color: var(--background)
    }
}

.MenuItem_link__UAbmL {
    width: 100%
}

.MenuItem_itemName__h_AF5 {
    color: var(--body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 12px
}

@media(min-width:1024px) {
    .MenuItem_itemName__h_AF5 {
        margin-left: 16px
    }
}

.MenuItem_icon__ph_Cq,
.MenuItem_svgIcon__YUTQh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 24px;
    min-height: 24px
}

.MenuItem_svgIcon__YUTQh {
    /* background-color: var(--gray);
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
    fill: var(--gray);
}

.MenuItem_icon__ph_Cq {
    background: 0 0
}

.MenuItem_active__69OKb {
    background: var(--light-gray)
}

.MenuItem_active__69OKb .MenuItem_svgIcon__YUTQh {
    /* background-color: var(--primary-title); */
    fill: var(--primary-title);
}

.MenuItem_active__69OKb .MenuItem_itemName__h_AF5 {
    color: var(--primary-title);
    font-weight: 700
}

html[data-theme=dark] .MenuItem_svgIcon__YUTQh {
    /* background-color: var(--body); */
    fill: var(--body);
}

html[data-theme=dark] .MenuItem_active__69OKb {
    background: #313133
}

html[data-theme=dark] .MenuItem_active__69OKb .MenuItem_svgIcon__YUTQh {
    /* background-color: #f5f5f7; */
    fill: #f5f5f7;
}

html[data-theme=dark] .MenuItem_active__69OKb .MenuItem_itemName__h_AF5 {
    color: #f5f5f7
}

.Menu_mobileSearch__7XTQy {
    width: 0;
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    background: #fff;
    z-index: 999999
}

@media(max-width:1024px) {
    .Menu_mobileSearch__7XTQy.Menu_activeSearch__orVKZ {
        width: 80%;
        max-width: 360px;
        padding: 4px 0 16px;
        right: 0;
        border-radius: 16px 0 0 16px;
        -webkit-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out
    }

    .Menu_mobileSearch__7XTQy.Menu_activeSearch__orVKZ .Menu_topHeader__GJN4H {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse
    }
}

.Menu_menuHeader__OGFAb {
    display: none
}

@media(max-width:1023px) {
    .Menu_menuHeader__OGFAb {
        display: block;
        padding: 8px 12px
    }
}

.Menu_topHeader__GJN4H {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    min-width: 232px;
    height: 48px
}

@media(max-width:1024px) {
    .Menu_topHeader__GJN4H {
        margin-bottom: 0
    }
}

.Menu_topHeader__GJN4H .Menu_mobileSwitcherContainer__ztqQ0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 100002;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.Menu_topHeader__GJN4H .Menu_mobileSwitcherContainer__ztqQ0 .Menu_switcher__4Iirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    border-radius: 60px;
    background: var(--gradient-blue)
}

.Menu_topHeader__GJN4H .Menu_mobileSwitcherContainer__ztqQ0 .Menu_switcher__4Iirm p {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: 95%
}

.Menu_topHeader__GJN4H .Menu_mobileSwitcherContainer__ztqQ0 .Menu_switcher__4Iirm svg {
    color: var(--white)
}

.Menu_container__ba_5p {
    padding: 4px 0 16px;
    position: absolute;
    height: calc(100% - 78px);
    left: 0;
    top: 78px;
    z-index: 6;
    overflow: hidden;
    -webkit-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width .1s linear;
    background: #fff
}

@media(max-width:1600px) {
    .Menu_container__ba_5p:hover>div:last-child a>div>div:first-child {
        padding-right: 12px
    }
}

@media(max-width:1024px) {
    .Menu_container__ba_5p:hover>div:last-child a>div>div:first-child {
        padding-right: 0
    }
}

@media(min-width:1600px) {
    .Menu_container__ba_5p:hover {
        padding-left: 0;
        padding-right: 0
    }

    .Menu_container__ba_5p .Menu_itemContainer__gpEeP a>div>div:first-child {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.Menu_container__ba_5p:hover .Menu_itemContainer__gpEeP a>div>div:first-child {
    margin-left: 0;
    margin-right: 0
}

@media(min-width:1024px) {
    .Menu_container__ba_5p {
        width: 80px
    }

    .Menu_container__ba_5p:hover {
        width: 200px
    }
}

@media(min-width:1024px)and (max-width:769px) {
    .Menu_container__ba_5p:hover {
        -webkit-box-shadow: none;
                box-shadow: none
    }
}

@media(min-width:1024px) {
    .Menu_container__ba_5p:hover .activeMenuItem {
        background-color: var(--light-gray)
    }
}

@media(max-width:1024px) {
    .Menu_container__ba_5p.Menu_open__6G0Og {
        width: 290px;
        max-width: 360px;
        left: 0;
        right: auto;
        margin-right: auto;
        border-radius: 0 16px 16px 0;
        -webkit-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
        overflow: scroll
    }
}

@media(max-width:1023px) {
    .Menu_container__ba_5p {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        z-index: 100001;
        -webkit-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out
    }

    .Menu_container__ba_5p .activeMenuItem {
        background-color: var(--light-gray)
    }
}

@media(min-width:1600px) {
    .Menu_container__ba_5p {
        width: 200px !important
    }

    .Menu_container__ba_5p .activeMenuItem {
        background-color: var(--light-gray)
    }
}

.Menu_back__7i6va {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer
}

.Menu_back__7i6va svg {
    color: var(--primary-title)
}

@media(max-width:1024px) {
    .Menu_search__q6ZMf {
        display: none
    }

    .Menu_searchView__Sx91R {
        margin-top: 8px;
        display: block
    }
}

.Menu_itemContainer__gpEeP {
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    height: calc(100% - 74px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.Menu_itemContainer__gpEeP::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px) {
    .Menu_itemContainer__gpEeP {
        display: none
    }
}

@media(min-width:1024px) {
    .Menu_itemContainer__gpEeP {
        position: relative;
        top: 20px
    }
}

@media(max-width:1024px) {
    .Menu_menuView__uSq1D {
        display: block
    }
}

.Menu_overlay__WLYJg {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    background: rgba(41, 36, 51, .5);
    z-index: 100000;
    overflow: hidden
}

.Menu_overlay__WLYJg.Menu_open__6G0Og {
    width: 100%;
    height: 100%
}

html[data-theme=dark] .Menu_container__ba_5p,
html[data-theme=dark] .Menu_mobileSearch__7XTQy {
    background: #000
}

@media(max-width:1024px) {

    html[data-theme=dark] .Menu_container__ba_5p,
    html[data-theme=dark] .Menu_mobileSearch__7XTQy {
        background: var(--gray)
    }
}

html[data-theme=dark] .Menu_container__ba_5p .activeMenuItem,
html[data-theme=dark] .Menu_mobileSearch__7XTQy .activeMenuItem {
    background-color: #313133
}

html[data-theme=dark] .Menu_mobileSwitcherContainer__ztqQ0 .Menu_switcher__4Iirm {
    background: var(--gradient-pink)
}

html[data-theme=dark] .Menu_overlay__WLYJg {
    background: rgba(0, 0, 0, .5)
}

.LandingTemplate_container__s0m0a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #fff;
    height: 100%
}

.LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq {
    margin-top: 64px;
    height: calc(100% - 64px);
    min-height: calc(100% - 64px);
    margin-top: 86px;
    height: calc(100% - 86px);
    min-height: calc(100% - 86px);
    padding: 0 10px 16px;
    overflow-y: overlay;
    overflow-x: hidden
}

.LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq.LandingTemplate_maxHeight__sUe44 {
    margin-top: 0;
    height: 100%;
    min-height: 100%
}

@media(min-width:768px) {
    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq {
        padding: 0 16px 45px;
        min-height: auto
    }
}

@media(min-width:1024px) {

    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq {
        height: calc(100% - 78px);
        margin-top: 78px;
        padding: 20px 24px 0 80px
    }

    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq::-webkit-scrollbar {
        width: 5px
    }

    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq::-webkit-scrollbar-thumb {
        border-radius: 16px;
        background-color: #a5a7b5
    }

    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq::-webkit-scrollbar-button {
        height: 2px
    }
}

@media(min-width:1440px) {
    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq {
        padding: 20px 36px 0 80px
    }
}

@media(min-width:1600px) {
    .LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq {
        width: calc(100% - 140px);
        -ms-flex-item-align: end;
            align-self: flex-end
    }
}

.LandingTemplate_container__s0m0a .LandingTemplate_mainContent__12PQq .LandingTemplate_fullHeight__SqU5o {
    min-height: 100%
}

.LandingTemplate_container__s0m0a .LandingTemplate_footerToDown__xO0w_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

html[data-theme=dark] .LandingTemplate_container__s0m0a {
    background: #000
}

.pseudoFullScreenMode .LandingTemplate_mainContent__12PQq {
    padding-top: 0 !important;
    margin-top: 0 !important;
    height: 100vh
}