.Body_hidden__v9ieJ {
    display: none!important
}

.Body_mainWrapper__y55PS {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px
}

.Body_mainWrapper__y55PS p {
    line-height: 1.6rem;
    font-size: 18px
}

.Body_mainWrapper__y55PS h1 {
    font-size: 32px;
    font-weight: 600
}

.Body_mainWrapper__y55PS h2 {
    font-size: 28px;
    font-weight: 600
}

.Button_hidden__mO6Km {
    display: none!important
}

.Button_btn__HH7w7 {
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 27px;
    padding: 8px;
    cursor: pointer;
    min-height: 48px
}

.Button_withHover__xIsrm {
    border-radius: 3px;
    transition: all .6s ease-in-out
}

.Button_withHover__xIsrm:hover {
    background-color: #dc0069;
    color: #000
}

.Button_onLoading__Bd6Ey {
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.Button_onLoading__Bd6Ey:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    content: "Loading...";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.Button_onLoading__Bd6Ey:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: inherit;
    animation: Button_move__AGq1B 2s linear infinite;
    filter: invert(100)
}

@keyframes Button_move__AGq1B {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    to {
        left: -100%
    }
}

.ChoiceSelector_hidden__AOpx0 {
    display: none!important
}

.ChoiceSelector_wrapper__C4oS6 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    grid-column-gap: 8px;
    column-gap: 8px;
    grid-row-gap: 12px;
    row-gap: 12px;
    justify-items: center
}

@media screen and (min-width: 744px) {
    .ChoiceSelector_wrapper__C4oS6 {
        grid-template-columns:repeat(4,1fr)
    }
}

.ChoiceSelector_item__hhP_O {
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
    transition: padding .3s ease-in-out;
    cursor: pointer
}

.ChoiceSelector_active__X2Z1l {
    padding: 8px;
    border: 1px solid #000
}

.Column_column__oYPbq {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative
}

.Column_center__p_D3C {
    align-items: center
}

.Column_center__p_D3C h1,.Column_center__p_D3C h2,.Column_center__p_D3C h3,.Column_center__p_D3C h4,.Column_center__p_D3C p,.Column_center__p_D3C span {
    text-align: center
}

.Badge_hidden__NiEBh {
    display: none!important
}

.Badge_badgeWrapper__VNevD {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.Badge_badgeWrapper__VNevD img {
    object-fit: contain;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.FAQ_hidden__iTUOI {
    display: none!important
}

.FAQ_icon__sDg_X {
    width: 45px;
    height: 46px;
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 100;
    cursor: pointer
}

.FAQ_icon__sDg_X svg path {
    fill: #fff
}

.FAQ_icon__sDg_X svg path:first-child {
    fill: #000
}

.FAQ_faqWrapper__pClx1 {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 0;
    height: 100%;
    z-index: 110;
    background-color: #fff;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.FAQ_closeIconWrapper__8nZgf {
    margin-right: 10px;
    margin-top: 10px
}

.FAQ_closeIconWrapper__8nZgf:hover {
    cursor: pointer
}

.FAQ_open__YASQI {
    max-width: 100%
}

.FAQ_questionWrapper__4G6rb {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px
}

.FAQ_questionWrapper__4G6rb details {
    border-bottom: 1px solid #000;
    padding: 0 10px
}

.FAQ_questionWrapper__4G6rb details summary {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer
}

.FAQ_questionWrapper__4G6rb details div {
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333
}

.FAQ_questionWrapper__4G6rb details summary:before {
    content: "▶";
    height: 100%;
    margin-right: 8px;
    font-size: 12px;
    color: #333;
    transition: transform .3s ease
}

.FAQ_questionWrapper__4G6rb details[open] summary:before {
    transform: rotate(90deg)
}

.FBComments3_hidden__bSY4K {
    display: none!important
}

.FBComments3_FBCommentsWrapper__tjAXr {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px 10px
}

@media screen and (min-width: 744px) {
    .FBComments3_FBCommentsWrapper__tjAXr {
        margin:0 auto
    }
}

.FBComments3_FBCommentsWrapper__tjAXr path {
    fill: #000
}

.FBComments3_FBCommentsWrapper__tjAXr img {
    max-width: 400px
}

.FBComments3_FBCommentsWrapper__tjAXr b,.FBComments3_FBCommentsWrapper__tjAXr h3,.FBComments3_FBCommentsWrapper__tjAXr strong {
    font-weight: 600
}

.FBComments3_commentActions__X0bZk {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: baseline
}

.FBComments3_commentActions__X0bZk span:before {
    padding: 0 5px
}

.FBComments3_starsWrapper__0UUJU {
    display: flex;
    column-gap: 8px;
    width: -moz-fit-content;
    width: fit-content
}

.FBComments3_commentData__OYZ7R {
    display: flex;
    column-gap: 8px
}

.FBComments3_comment__XZaJN {
    padding: 36px 12px 12px;
    position: relative;
    border-top: 1px solid #ebedf0;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%
}

.FBComments3_comment__XZaJN p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 20px
}

.FBComments3_comment__XZaJN img {
    object-fit: cover;
    max-width: 200px;
    max-height: 200px
}

.Background_bgImgWrapper__2eD8D {
    position: fixed;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0
}

.Background_bgImgWrapper__2eD8D img {
    height: 100vh;
    object-fit: cover
}

.FBComments4_hidden__r49Qr {
    display: none!important
}

.FBComments4_localCommentsInputWrapper__NGpKf {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 30px
}

.FBComments4_localCommentsInputWrapper__NGpKf h3 {
    font-size: 20px;
    font-weight: 700
}

.FBComments4_localCommentsInputWrapper__NGpKf .FBComments4_postButton__21Tyz {
    background-color: #a9c6f6;
    color: #fff;
    padding: 6px 22px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 11px 0 #d4d0d0;
    transition: all .35s ease
}

.FBComments4_localCommentsInputWrapper__NGpKf .FBComments4_postButton__21Tyz:hover {
    background-color: #a9c6f6;
    color: #fff
}

.FBComments4_localCommentsInputWrapper__NGpKf .FBComments4_postButton__active__UhfvX {
    cursor: pointer;
    background-color: #2563eb;
    transform: scale(1);
    transition: all .35s ease
}

.FBComments4_localCommentsInputWrapper__NGpKf .FBComments4_postButton__active__UhfvX:hover {
    background-color: #2563eb;
    transform: scale(1.1)
}

.FBComments4_localCommentsInput__jD_N4 {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.FBComments4_writeComment___eSuk {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.FBComments4_writeComment___eSuk img {
    border-radius: 50%;
    width: 32px;
    height: auto
}

.FBComments4_writeComment___eSuk textarea {
    border-color: #dddfe2;
    border-radius: 18px;
    padding: 12px;
    width: 100%;
    height: 75px;
    resize: none
}

.FBComments4_writeComment___eSuk button {
    border-radius: 5px;
    padding: 12px 6px;
    background: #fff;
    color: #828284;
    border: 1px solid #dddfe2;
    transition: all .3s ease-in-out
}

.FBComments4_writeComment___eSuk button:hover {
    background: #000;
    color: #fff;
    cursor: pointer
}

.FBComments4_flex__7IxLE {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px
}

.FBComments4_flex__spaceBetween__f8tey {
    justify-content: space-between
}

.FBComments4_flex__7IxLE img {
    max-width: 16px;
    max-height: 16px
}

.FBComments4_facebookColor__2JbIm {
    color: #2563eb;
    font-size: 11px
}

.FBComments4_checkbox__c6ky_ {
    transform: scale(2)
}

.FixedTimer_wrapper__XDNQe {
    width: 100%;
    background-color: #d20000;
    position: fixed;
    bottom: 0;
    padding-block:12px;display: flex;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    align-items: center;
    gap: 10px
}

.FixedTimer_wrapper__XDNQe span {
    background-color: #fff;
    color: #d20000;
    padding: 6px;
    border-radius: 8px
}

.FlipTimer_hidden__WVmAC {
    display: none!important
}

.FlipTimer_timer__hWTei {
    text-align: center;
    color: #fff
}

.FlipTimer_timerDisplay__DCevA {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 10px
}

.FlipTimer_timerDisplay__DCevA div:nth-child(3),.FlipTimer_timerDisplay__DCevA div:nth-child(5) {
    margin-left: 6px
}

@media screen and (min-width: 1440px) {
    .FlipTimer_timerDisplay__DCevA {
        gap:8px
    }
}

.FlipTimer_timerDigit___FWy1 {
    width: 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 2px solid #ccc
}

@media screen and (min-width: 1440px) {
    .FlipTimer_timerDigit___FWy1 {
        width:40px;
        height: 60px;
        font-size: 24px
    }
}

.FormV1_hidden__BePA4 {
    display: none!important
}

.FormV1_formContainer__DHWQ2 {
    padding: 15px
}

.FormV1_error__Q4qMS {
    background-color: #d96363!important;
    border-color: red!important;
    box-shadow: 0 0 5px red;
    color: #fff!important
}

.FormV1_error__Q4qMS~div>span {
    color: #fff
}

.FormV1_error__Q4qMS:focus {
    box-shadow: none!important
}

.FormV1_error__Q4qMS~span {
    background-color: #d96363;
    color: #fff
}

.FormV1_error__Q4qMS~p {
    display: block!important;
    font-size: 12px;
    color: red;
    margin-top: 5px
}

.FormV1_succes__nEz1B {
    border-color: #68b168!important
}

.FormV1_succes__nEz1B~span {
    color: #68b168
}

.FormV1_subTitle__Vex0O {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px
}

.FormV1_mt__rGD5j {
    margin-top: 10px
}

.FormV1_button__ia07i {
    width: 100%;
    padding: 16px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

.FormV1_onLoading__jQzVx button {
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.FormV1_onLoading__jQzVx button:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    content: "Loading...";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.FormV1_onLoading__jQzVx button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: inherit;
    animation: FormV1_move__6ciNE 2s linear infinite;
    filter: invert(100)
}

@keyframes FormV1_move__6ciNE {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    to {
        left: -100%
    }
}

.InputFormV1_input__6B1Iw {
    width: 100%;
    background-color: #fff;
    color: #495057;
    border: 1px solid #888c8c;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    padding: 10px
}

.InputFormV1_input__6B1Iw:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.InputFormV1_input__6B1Iw:focus~span {
    font-size: 12px
}

.InputFormV1_errorMessage__YXyho {
    display: none;
    padding-left: 20px
}

.InputFormV1_withPadding__dLeyi {
    padding-left: 75px
}

.InputFormV1_inputWrapper__o_5lf {
    position: relative;
    margin-bottom: 20px
}

.InputFormV1_inputWrapper__o_5lf select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.InputFormV1_inputWrapper__o_5lf>svg {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg)
}

.InputFormV1_inputWrapper__o_5lf>svg path {
    fill: #757575
}

.InputFormV1_iconWrapper__zoRPq {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 80px!important;
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    max-height: 44px
}

.InputFormV1_iconWrapper__zoRPq svg {
    width: 28px;
    height: 28px
}

.InputFormV1_iconWrapper__zoRPq span {
    font-size: 14px;
    font-weight: 400
}

.InputFormV1_placeholder__D20Uc {
    position: absolute;
    background-color: red;
    transform: translateY(-50%);
    left: 9px;
    padding: 0 3px;
    color: #777;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    transition: font-size .3s ease-in-out
}

.FormV2_hidden__tJmFu {
    display: none!important
}

.FormV2_formWrapper__Cjv__ {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    gap: 20px
}

.FormV2_formWrapper__Cjv__ p {
    font-size: 9px
}

.FormV2_form__VqZt9 {
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.FormV2_form__VqZt9 div {
    width: 100%
}

.FormV2_form__VqZt9 div:first-child,.FormV2_form__VqZt9 div:nth-child(2),.FormV2_form__VqZt9 div:nth-child(4),.FormV2_form__VqZt9 div:nth-child(5) {
    width: calc(50% - 5px)
}

.FormV2_error__wM3BK {
    border-color: red!important
}

.FormV2_error__wM3BK~span {
    display: block!important;
    font-size: 12px;
    color: red;
    margin-top: 5px
}

.FormV2_succes__xUr69 {
    border-color: green!important
}

.FormV2_button__ry0t1 {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    transition: all .15s ease-in-out;
    height: 48px
}

.FormV2_button__ry0t1:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer
}

.FormV2_onLoading__IpBf_ button {
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.FormV2_onLoading__IpBf_ button:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    content: "Loading...";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.FormV2_onLoading__IpBf_ button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: inherit;
    animation: FormV2_move__tnGDK 2s linear infinite;
    filter: invert(100)
}

@keyframes FormV2_move__tnGDK {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    to {
        left: -100%
    }
}

.Input_input__MVXZh {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 48px
}

.Input_input__MVXZh::placeholder {
    font-size: 14px;
    font-weight: 400
}

.Input_errorMessage__UD0wy {
    display: none
}

.Input_withPadding__9gnk0 {
    padding-left: 90px
}

.Input_inputWrapper__dawcC {
    position: relative
}

.Input_inputWrapper__dawcC select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.Input_inputWrapper__dawcC>svg {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg)
}

.Input_inputWrapper__dawcC>svg path {
    fill: #757575
}

.Input_iconWrapper__oJuIL {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 80px!important;
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    max-height: 44px;
    background-color: #f7f7f7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.Input_iconWrapper__oJuIL span {
    font-size: 12px;
    font-weight: 400
}

.FormV3_hidden__5RoPY {
    display: none!important
}

.FormV3_formWrapper__sRhST {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    gap: 20px
}

.FormV3_formWrapper__sRhST p {
    font-size: 9px
}

.FormV3_attentionBlock__Yqt6Q {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 4px
}

.FormV3_attentionBlock__Yqt6Q>svg {
    max-width: 25px
}

.FormV3_attentionBlock__Yqt6Q>p {
    line-height: normal
}

.FormV3_error__PEblr {
    border: 1px solid red!important
}

.FormV3_error__PEblr~span {
    display: block!important;
    font-size: 12px;
    color: red;
    margin-top: 5px
}

.FormV3_succes__P309E {
    border: 1px solid green!important
}

.FormV3_buttonWrapper__6NfxO {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 12px
}

.FormV3_buttonWrapper__6NfxO button {
    width: 100%;
    padding: 12px 24px
}

@media screen and (min-width: 744px) {
    .FormV3_buttonWrapper__6NfxO button {
        width:-moz-fit-content;
        width: fit-content
    }
}

.FormV3_inputSection__o28S4 {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 12px;
    grid-gap: 10px;
    gap: 10px
}

@media screen and (min-width: 744px) {
    .FormV3_inputSection__o28S4 {
        grid-template-columns:1fr 2fr;
        gap: 0
    }
}

.FormV3_inputColumn__do_rW {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding-top: 10px
}

@media screen and (min-width: 744px) {
    .FormV3_inputColumn__do_rW {
        padding-top:0
    }
}

.FormV3_inputColumn__do_rW input {
    background: #f5f5f5;
    border: none
}

.FormV3_radioWrapper__xx_zG {
    display: flex;
    align-items: center;
    gap: 12px
}

.FormV3_radioWrapper__xx_zG input {
    margin: 0
}

.FormV3_customRadio__0czjw {
    display: flex;
    align-items: center;
    cursor: pointer
}

.FormV3_customRadio__0czjw input[type=radio] {
    display: none
}

.FormV3_radioCircle__h1LFi {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    transition: border-color .3s
}

.FormV3_customRadio__0czjw input[type=radio]:checked+.FormV3_radioCircle__h1LFi {
    border-color: #000
}

.FormV3_radioCircle__h1LFi:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: background .3s
}

.FormV3_customRadio__0czjw input[type=radio]:checked+.FormV3_radioCircle__h1LFi:after {
    background: #000
}

.FormV3_onLoading__64yWd button {
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.FormV3_onLoading__64yWd button:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    content: "Loading...";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.FormV3_onLoading__64yWd button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: inherit;
    animation: FormV3_move__0OsFK 2s linear infinite;
    filter: invert(100)
}

@keyframes FormV3_move__0OsFK {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    to {
        left: -100%
    }
}

.GameScreen_hidden___KzeV {
    display: none!important
}

.GameScreen_wrapper__oDILp {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
    grid-gap: 20px;
    gap: 20px;
    position: relative;
    padding: 20px;
    margin: 0 auto
}

@media screen and (min-width: 744px) {
    .GameScreen_wrapper__oDILp {
        grid-template-columns:repeat(4,1fr)
    }
}

@media screen and (min-width: 1440px) {
    .GameScreen_wrapper__oDILp {
        padding:20px 64px
    }
}

.GameScreen_onLoading__x1oU0 button {
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.GameScreen_onLoading__x1oU0 button:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    content: "Loading...";
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.GameScreen_onLoading__x1oU0 button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: inherit;
    animation: GameScreen_move__de3R5 2s linear infinite;
    filter: invert(100)
}

@keyframes GameScreen_move__de3R5 {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    to {
        left: -100%
    }
}

.GeneralLoader_hidden__gDoeT {
    display: none!important
}

.GeneralLoader_loaderWrapper__0wthS {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 70vh
}

.GeneralLoader_generalLoader__tkcd5 {
    display: grid;
    grid-template-rows: 50px 50px;
    grid-template-columns: 50px 50px
}

.GeneralLoader_generalLoader__tkcd5>div {
    background-color: #000;
    opacity: 0
}

.GeneralLoader_generalLoader__tkcd5>div:first-child {
    animation: GeneralLoader_generalLoader__tkcd5 1s linear infinite
}

.GeneralLoader_generalLoader__tkcd5>div:nth-child(2) {
    animation: GeneralLoader_generalLoader__tkcd5 1s linear .5s infinite
}

.GeneralLoader_generalLoader__tkcd5>div:nth-child(3) {
    animation: GeneralLoader_generalLoader__tkcd5 1s linear .25s infinite
}

.GeneralLoader_generalLoader__tkcd5>div:nth-child(4) {
    animation: GeneralLoader_generalLoader__tkcd5 1s linear .75s infinite
}

@keyframes GeneralLoader_generalLoader__tkcd5 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.GetInfo_hidden__ipNhV {
    display: none!important
}

.GetInfo_withImage__ZaCOy {
    display: flex;
    align-items: center;
    line-height: unset
}

.GetInfo_withImage__ZaCOy img {
    border-radius: 12px;
    padding: 12px
}

.GetInfo_withImage__ZaCOy p,.GetInfo_withText__Tteb1 {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit
}

.GetInfo_withText__Tteb1 {
    text-align: inherit
}

.ImageOptimize_image__4XihX {
    width: 100%;
    object-fit: contain;
    height: -moz-fit-content;
    height: fit-content
}

.ImagesCollection_hidden__gm19k {
    display: none!important
}

.ImagesCollection_mainWrapper__gpHwo p {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    gap: 10px
}

.ImagesCollection_mainWrapper__gpHwo p:not(:has(img:nth-child(2))) {
    display: flex;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 744px) {
    .ImagesCollection_mainWrapper__gpHwo {
        flex-shrink:0
    }
}

.Modal_hidden__aTOnj {
    display: none!important
}

.Modal_modalWrappper__5MUcM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    max-width: 480px;
    visibility: hidden;
    position: absolute;
    top: 50px;
    z-index: 100;
    margin: 0;
    text-align: center
}

@media screen and (min-width: 744px) {
    .Modal_modalWrappper__5MUcM {
        top:50%;
        transform: translateY(-50%)
    }
}

.Modal_modalWrappper__5MUcM p {
    font-size: 14px!important
}

.Modal_modalWrappper__5MUcM img {
    max-width: 200px
}

.Modal_modalImage___wDoQ {
    max-width: 200px;
    height: -moz-fit-content;
    height: fit-content
}

.Modal_imageAnimate__heR51 {
    animation: Modal_shake___EO2g 2s ease 0s infinite normal none running
}

.Modal_modalHeading__d7h0m {
    color: #575757;
    font-size: 24px;
    text-align: center;
    font-weight: 700
}

.Modal_typography__7stXh {
    font-size: 14px;
    color: #797979;
    text-align: center
}

.Modal_showAnimate__ue9md {
    opacity: .5;
    animation: Modal_show__WUAYV 1s ease-in-out 2.5s forwards
}

@keyframes Modal_show__WUAYV {
    0% {
        visibility: visible;
        opacity: 0
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

@keyframes Modal_shake___EO2g {
    0% {
        transform: translate(1px,1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px,-2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px) rotate(1deg)
    }

    30% {
        transform: translate(3px,2px) rotate(0deg)
    }

    40% {
        transform: translate(1px,-1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px,2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px,1px) rotate(0deg)
    }

    70% {
        transform: translate(3px,1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px,-1px) rotate(1deg)
    }

    90% {
        transform: translate(1px,2px) rotate(0deg)
    }

    to {
        transform: translate(1px,-2px) rotate(-1deg)
    }
}

.ModalLoaderSuccess_hidden__5_Zup {
    display: none!important
}

.ModalLoaderSuccess_loader__P18FW {
    display: block;
    position: relative;
    color: #000;
    width: 124px;
    height: 124px
}

.ModalLoaderSuccess_loader__P18FW:after {
    content: "";
    height: 124px;
    width: 124px;
    position: absolute;
    top: 0;
    left: 0;
    animation: ModalLoaderSuccess_spinnerRotation__gB4b6 3.5s linear;
    border-radius: 100%;
    border: 2px solid #029b13;
    background-color: rgba(96,155,2,.035)
}

.ModalLoaderSuccess_loader_success__MBXYl {
    height: 72px;
    width: 72px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}

.ModalLoaderSuccess_loader_success__MBXYl:before {
    height: 32px;
    left: 5%;
    top: 48%;
    transform-origin: top;
    transform: rotate(-45deg);
    animation-name: ModalLoaderSuccess_checkmarkSuccess1__6iSQT
}

.ModalLoaderSuccess_loader_success__MBXYl:after,.ModalLoaderSuccess_loader_success__MBXYl:before {
    opacity: 1;
    width: 3px;
    background-color: #029b13;
    content: "";
    position: absolute;
    animation-duration: 3.5s
}

.ModalLoaderSuccess_loader_success__MBXYl:after {
    height: 63px;
    left: 34%;
    bottom: 21%;
    transform-origin: bottom;
    transform: rotate(45deg);
    animation-name: ModalLoaderSuccess_checkmarkSuccess2__owU5Q
}

@keyframes ModalLoaderSuccess_spinnerRotation__gB4b6 {
    0% {
        transform: rotate(0deg);
        border: 2px solid rgba(40,50,90,.149);
        border-top-color: #4d4e4d;
        background-color: transparent
    }

    75% {
        transform: rotate(2159deg);
        border: 2px solid rgba(40,50,90,.149);
        border-top-color: #4d4e4d;
        background-color: transparent
    }

    to {
        transform: rotate(2879deg);
        border: 2px solid #029b13;
        background-color: rgba(96,155,2,.035)
    }
}

@keyframes ModalLoaderSuccess_checkmarkSuccess1__6iSQT {
    0% {
        width: 3px;
        height: 0;
        transform: rotate(-45deg)
    }

    75% {
        width: 3px;
        height: 0;
        transform: rotate(-45deg)
    }

    to {
        width: 3px;
        height: 32px;
        transform: rotate(-45deg)
    }
}

@keyframes ModalLoaderSuccess_checkmarkSuccess2__owU5Q {
    0% {
        width: 3px;
        height: 0;
        transform: scale(1) rotate(45deg)
    }

    75% {
        width: 3px;
        height: 0;
        transform: scale(1) rotate(45deg)
    }

    to {
        width: 3px;
        height: 63px;
        transform: scale(1) rotate(45deg)
    }
}

.ModalLoaderError_hidden__RYQ_F {
    display: none!important
}

.ModalLoaderError_loader__pWg8m {
    display: block;
    position: relative;
    color: #000;
    width: 124px;
    height: 124px
}

.ModalLoaderError_loader__pWg8m:after {
    content: "";
    height: 124px;
    width: 124px;
    position: absolute;
    top: 0;
    left: 0;
    animation: ModalLoaderError_spinnerRotation__PnB1l 4.2s linear;
    border-radius: 100%;
    border: 2px solid #bc0202;
    background-color: rgba(188,2,2,.035)
}

.ModalLoaderError_loader_error__k0KPw {
    height: 72px;
    width: 72px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}

.ModalLoaderError_loader_error__k0KPw:before {
    top: 17%;
    transform-origin: top;
    transform: rotate(-45deg);
    animation-name: ModalLoaderError_checkmarkError1__AG5Hb
}

.ModalLoaderError_loader_error__k0KPw:after,.ModalLoaderError_loader_error__k0KPw:before {
    opacity: 1;
    height: 72px;
    width: 3px;
    background-color: #bc0202;
    content: "";
    left: 11%;
    position: absolute;
    animation-duration: 4.2s
}

.ModalLoaderError_loader_error__k0KPw:after {
    bottom: 12%;
    transform-origin: bottom;
    transform: rotate(45deg);
    animation-name: ModalLoaderError_checkmarkError2__Qk9p2
}

@keyframes ModalLoaderError_spinnerRotation__PnB1l {
    0% {
        transform: rotate(0deg);
        border: 2px solid rgba(40,50,90,.149);
        border-top-color: #4d4e4d;
        background-color: transparent
    }

    75% {
        transform: rotate(2159deg);
        border: 2px solid rgba(40,50,90,.149);
        border-top-color: #4d4e4d;
        background-color: transparent
    }

    to {
        transform: rotate(2879deg);
        border: 2px solid #bc0202;
        background-color: rgba(188,2,2,.035)
    }
}

@keyframes ModalLoaderError_checkmarkError1__AG5Hb {
    0% {
        width: 3px;
        height: 0;
        transform: rotate(-45deg)
    }

    75% {
        width: 3px;
        height: 0;
        transform: rotate(-45deg)
    }

    to {
        width: 3px;
        height: 72px;
        transform: rotate(-45deg)
    }
}

@keyframes ModalLoaderError_checkmarkError2__Qk9p2 {
    0% {
        width: 3px;
        height: 0;
        transform: scale(1) rotate(45deg)
    }

    75% {
        width: 3px;
        height: 0;
        transform: scale(1) rotate(45deg)
    }

    to {
        width: 3px;
        height: 72px;
        transform: scale(1) rotate(45deg)
    }
}

.Notifications_mainWrapper__jrIVe {
    position: fixed;
    width: 340px;
    height: 100vh;
    top: 40px;
    right: 0;
    z-index: 200;
    pointer-events: none
}

.NotificationItem_notify__BVoQl {
    width: 320px;
    max-width: 320px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    position: relative;
    transform: translateX(400px);
    margin-bottom: 20px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.54);
    border-radius: 8px;
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    animation: NotificationItem_show__lI4d0 .4s ease-in-out forwards
}

.NotificationItem_notify__BVoQl h4 {
    font-weight: 800
}

.NotificationItem_notify__BVoQl img {
    width: 50px;
    height: 50px
}

.NotificationItem_notify__BVoQl p {
    font-size: 14px
}

.NotificationItem_closeButton__v9PAu {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px
}

.NotificationItem_closeButton__v9PAu:hover {
    cursor: pointer
}

.NotificationItem_textWrapper__GTMZN {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 24px
}

.NotificationItem_textWrapper__GTMZN p:first-of-type {
    color: #2e69de
}

.NotificationItem_iconWrapper__DQIph {
    width: 80px
}

.NotificationItem_contentWrapper__KhpQO {
    display: flex;
    align-items: center;
    column-gap: 8px
}

.NotificationItem_hide__ay76V {
    animation: NotificationItem_hide__ay76V .4s ease-in-out 0s forwards!important
}

@keyframes NotificationItem_show__lI4d0 {
    0% {
        transform: translateX(300px)
    }

    75% {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes NotificationItem_hide__ay76V {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-50px)
    }

    75% {
        transform: translateX(250px)
    }

    to {
        transform: translateX(250px);
        display: none
    }
}

.PointedArrow_wrapper__e7_lM {
    width: 100%;
    display: flex;
    justify-content: center;
    animation: PointedArrow_updown__Alo_n .8s linear infinite
}

.PointedArrow_wrapper__e7_lM svg {
    width: 20px
}

@keyframes PointedArrow_updown__Alo_n {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(8px)
    }

    to {
        transform: translateY(-8px)
    }
}

.PrefillV1_hidden__zMPSY {
    display: none!important
}

.PrefillV1_mainContainer__PanYZ {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -20px
}

@media screen and (min-width: 744px) {
    .PrefillV1_mainContainer__PanYZ {
        flex-direction:row
    }
}

.PrefillV1_leftColumn__yah8j {
    width: 100%
}

.PrefillV1_rightColumn__7YuT_ {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #d9d9d9
}

@media screen and (min-width: 744px) {
    .PrefillV1_rightColumn__7YuT_ {
        border-bottom:none;
        padding-top: 30px
    }
}

.PrefillV1_form__ARxzP>div {
    width: 100%!important
}

.PrefillV1_formTitleWrapperLeft__G_hbE,.PrefillV1_formTitleWrapper__07ZkN {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 14px
}

.PrefillV1_formTitleWrapperLeft__G_hbE svg,.PrefillV1_formTitleWrapper__07ZkN svg {
    width: 16px;
    height: 16px
}

@media screen and (min-width: 744px) {
    .PrefillV1_formTitleWrapperLeft__G_hbE,.PrefillV1_formTitleWrapper__07ZkN {
        display:none
    }
}

.PrefillV1_formTitleWrapperLeft__G_hbE {
    display: none
}

@media screen and (min-width: 744px) {
    .PrefillV1_formTitleWrapperLeft__G_hbE {
        display:flex
    }
}

.PrefillV1_productWrapper__DEVYK {
    padding: 20px 15px 15px
}

.PrefillV1_productLine__i9RSs {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px
}

.PrefillV1_productLine__i9RSs p {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize
}

.PrefillV1_imageWrapper__Yr4_8 {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 8px
}

.PrefillV1_imageWrapper__Yr4_8:after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "1";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #727272;
    color: #fff;
    font-size: 12px;
    top: -10px;
    right: -10px;
    padding-top: 2px
}

.PrefillV1_imageWrapper__Yr4_8 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.PrefillV1_costLine__lrfoQ {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 15px
}

.PrefillV1_costLine__lrfoQ div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.PrefillV1_costLine__lrfoQ span {
    font-size: 14px;
    color: #545454
}

.PrefillV1_costLine__lrfoQ .PrefillV1_priceText__PYEzP {
    color: #333;
    font-size: 20px;
    font-weight: 700
}

.PrefillV1_stepsWrapper__Scy7_ {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 25px auto
}

.PrefillV1_stepsWrapper__Scy7_>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%
}

.PrefillV1_count__tW3U_ {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    background-color: #ececec;
    color: #989898;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    z-index: 11
}

.PrefillV1_active___fPeb {
    border-color: #000;
    color: #000;
    background-color: #fff
}

.PrefillV1_active___fPeb~p {
    color: #fff
}

.PrefillV1_stepsItemWrapper__h3VKJ {
    color: #757575;
    position: relative;
    z-index: 11
}

.PrefillV1_stepsItemWrapper__h3VKJ p {
    text-wrap: wrap;
    max-width: 100px;
    font-size: 12px!important;
    text-align: center;
    margin-top: 12px;
    color: #757575;
    line-height: 12px!important
}

.PrefillV1_stepsItemWrapper__h3VKJ:not(:last-child):after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    transform: translateX(50%);
    z-index: 10
}

.PrefillV1_trustWrapperRight__zZvr_,.PrefillV1_trustWrapper__LUuJm {
    padding: 0 15px
}

@media screen and (min-width: 744px) {
    .PrefillV1_trustWrapperRight__zZvr_,.PrefillV1_trustWrapper__LUuJm {
        display:none
    }
}

.PrefillV1_trustWrapperRight__zZvr_ {
    display: none
}

@media screen and (min-width: 744px) {
    .PrefillV1_trustWrapperRight__zZvr_ {
        display:block
    }
}

.PrefillV1_attentionBlock__s8_0w {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
    margin: 0 15px;
    max-width: 100%
}

.PrefillV1_attentionBlock__s8_0w p {
    line-height: 1.2rem;
    font-size: 12px
}

.PrefillV1_attentionBlock__s8_0w svg {
    min-width: 30px;
    min-height: 30px
}

.TrustedBusiness_main__AGh35 {
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.TrustedBusiness_main__AGh35 p {
    font-size: 16px;
    color: #38b336;
    font-weight: 600;
    padding: 10px
}

.TrustedBusiness_main__AGh35 div {
    width: 100%;
    background-color: #eee;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-align: center
}

.TrustBlock_main__pf1Qx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.TrustBlock_main__pf1Qx p {
    position: absolute;
    top: -12px;
    text-align: center;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    background: #fafafa
}

.TrustBlock_main__pf1Qx div {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.TrustBlock_main__pf1Qx div img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    object-fit: contain
}

.PrefillV2_hidden__8iq2w {
    display: none!important
}

.PrefillV2_mainWrapper__geiHa {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    max-width: 1320px;
    margin: auto;
    width: 100%
}

@media screen and (min-width: 744px) {
    .PrefillV2_mainWrapper__geiHa {
        flex-direction:row
    }
}

.PrefillV2_imageContainer__1XP0k {
    position: relative;
    width: 100%;
    padding-left: 20px
}

@media screen and (min-width: 744px) {
    .PrefillV2_imageContainer__1XP0k {
        flex-basis:50%;
        padding-left: 0
    }
}

.PrefillV2_imageContainer__1XP0k img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    object-fit: contain
}

.PrefillV2_formContainer__ZVAtA {
    width: 100%
}

.PrefillV2_label__avgHx {
    z-index: 1;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: #222;
    text-transform: uppercase;
    color: #fff
}

.PrefillV2_label__avgHx,.PrefillV2_label__avgHx:before {
    position: absolute;
    top: 0;
    border-radius: 50%;
    width: 150px;
    height: 150px
}

.PrefillV2_label__avgHx:before {
    display: block;
    content: "";
    clear: both;
    background-color: rgba(0,0,0,.45);
    left: 0;
    z-index: -1;
    opacity: 1;
    animation: PrefillV2_pulse__JzQK5 1.8s infinite normal
}

.PrefillV2_labelText__WSbLv {
    font-size: 8px;
    font-weight: 700
}

.PrefillV2_labelCost__kRYf2 {
    font-size: 40px;
    font-weight: 700
}

@keyframes PrefillV2_pulse__JzQK5 {
    0% {
        transform: scale(1);
        opacity: .7
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.PrefillV2_popupItem__70CXj {
    position: relative
}

.PrefillV2_popupItem__70CXj p {
    display: none;
    position: absolute;
    max-width: 250px;
    background-color: #222;
    color: #fff;
    padding: 10px;
    top: 10px;
    left: 30px;
    border-radius: 8px;
    font-size: 11px
}

.PrefillV2_popupItem__70CXj:hover {
    cursor: pointer
}

.PrefillV2_popupItem__70CXj:hover p {
    line-height: 1.2;
    font-size: 11px;
    display: block;
    z-index: 100
}

.PrefillV2_attentionBlock__QDgpr {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto
}

.PrefillV2_attentionBlock__QDgpr p {
    line-height: 1;
    font-size: 12px
}

.PrefillV2_attentionBlock__QDgpr svg {
    min-width: 30px;
    min-height: 30px
}

@media screen and (min-width: 744px) {
    .PrefillV2_attentionBlock__QDgpr {
        margin:0
    }
}

.PrefillV2_rightContainer__RRrDj {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 50%
}

.PrefillV2_rightContainer__RRrDj h4 {
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 3px
}

.PrefillV2_rightContainer__RRrDj .PrefillV2_formContainer__ZVAtA p {
    font-size: 9px;
    line-height: 1
}

.PrefillV2_formTitle__T1_ZM {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px
}

.PrefillV2_benefitsWrapper__s1_3_ {
    background-color: #f7f7f7;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    list-style: "- "
}

.PrefillV2_policyText__7XE8x {
    padding: 0 25px;
    background-color: #f7f7f7;
    font-size: 10px!important;
    line-height: 1.2!important;
    color: #0a0a0a;
    text-align: justify
}

.PrefillV2_checkBoxWrapper__5NMZi {
    display: flex;
    gap: 10px;
    padding: 12px 20px;
    align-items: center;
    background-color: #f7f7f7
}

.PrefillV2_checkBoxWrapper__5NMZi input {
    margin: 0
}

.PrefillV3_hidden__789u1 {
    display: none!important
}

.PrefillV3_mainWrapper__u7RKP {
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width: 744px) {
    .PrefillV3_mainWrapper__u7RKP {
        grid-template-columns:2fr 1fr
    }
}

.PrefillV3_imageContainer__dJabN {
    position: relative;
    width: 100%
}

@media screen and (min-width: 744px) {
    .PrefillV3_imageContainer__dJabN {
        flex-basis:50%
    }
}

.PrefillV3_imageContainer__dJabN img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    object-fit: contain
}

.PrefillV3_formContainer__4HfUX {
    width: 100%
}

.PrefillV3_label__sy2LV {
    z-index: 1;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: #222;
    text-transform: uppercase;
    color: #fff
}

.PrefillV3_label__sy2LV,.PrefillV3_label__sy2LV:before {
    position: absolute;
    top: 0;
    border-radius: 50%;
    width: 150px;
    height: 150px
}

.PrefillV3_label__sy2LV:before {
    display: block;
    content: "";
    clear: both;
    background-color: rgba(0,0,0,.45);
    left: 0;
    z-index: -1;
    opacity: 1;
    animation: PrefillV3_pulse__jhR52 1.8s infinite normal
}

.PrefillV3_labelText__jp9Ug {
    font-size: 8px;
    font-weight: 700
}

.PrefillV3_labelCost__nKw1R {
    font-size: 40px;
    font-weight: 700
}

@keyframes PrefillV3_pulse__jhR52 {
    0% {
        transform: scale(1);
        opacity: .7
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.PrefillV3_popupItem__nTqI8 {
    position: relative
}

.PrefillV3_popupItem__nTqI8 p {
    display: none;
    position: absolute;
    max-width: 250px;
    background-color: #222;
    color: #fff;
    padding: 10px;
    top: 10px;
    left: 30px;
    border-radius: 8px;
    font-size: 11px
}

.PrefillV3_popupItem__nTqI8:hover {
    cursor: pointer
}

.PrefillV3_popupItem__nTqI8:hover p {
    line-height: 1.2;
    font-size: 11px;
    display: block;
    z-index: 100
}

.PrefillV3_attentionBlock__DrH8F {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto;
    max-width: 450px
}

.PrefillV3_attentionBlock__DrH8F p {
    line-height: 1;
    font-size: 12px
}

.PrefillV3_attentionBlock__DrH8F svg {
    min-width: 30px;
    min-height: 30px
}

@media screen and (min-width: 744px) {
    .PrefillV3_attentionBlock__DrH8F {
        max-width:380px;
        margin: 0
    }
}

.PrefillV3_rightContainer__o3bk6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 24px;
    border-left: 1px solid #e1e1e1;
    grid-row: 1
}

@media screen and (min-width: 744px) {
    .PrefillV3_rightContainer__o3bk6 {
        grid-row:unset
    }
}

.PrefillV3_rightContainer__o3bk6 h4 {
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 3px
}

.PrefillV3_rightContainer__o3bk6 .PrefillV3_formContainer__4HfUX p {
    font-size: 9px;
    line-height: 1
}

.PrefillV3_formTitle__NdFkJ {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px
}

.PrefillV3_benefitsWrapper__QC3yV {
    background-color: #f7f7f7;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    list-style: "- "
}

.PrefillV3_policyText__plEzA {
    padding: 0 25px;
    background-color: #f7f7f7;
    font-size: 10px!important;
    line-height: 1.2!important;
    color: #0a0a0a;
    text-align: justify
}

.PrefillV3_checkBoxWrapper__K5J7J {
    display: flex;
    gap: 10px;
    padding: 12px 20px;
    align-items: center;
    background-color: #f7f7f7
}

.PrefillV3_checkBoxWrapper__K5J7J input {
    margin: 0
}

.PrefillV3_productDetails__Q52Xv {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 12px
}

.PrefillV3_productDetails__Q52Xv .PrefillV3_productPrice__ZXzJ8 {
    font-weight: 700;
    color: red
}

.PrefillV3_orderDetails__vfIzU {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.PrefillV3_orderDetails__vfIzU h4 {
    text-transform: uppercase
}

.PrefillV3_orderLine__L_pNc {
    display: flex;
    justify-content: space-between
}

.Questions_hidden__EYHxm {
    display: none!important
}

.Questions_mainContainer__QCl8f {
    padding: 12px 12px 8px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa
}

.Questions_mainContainer__QCl8f .Questions_containerTopPart__Y0YPw {
    display: flex;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    justify-content: space-between
}

.Questions_answersWrapper__L8KAt,.Questions_questionWrapper__1OzK0 {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.QuestionsAppearingSmoothly_hidden__5nTvX {
    display: none!important
}

.QuestionsAppearingSmoothly_mainContainer__wbXRR {
    padding: 12px 12px 8px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa
}

.QuestionsAppearingSmoothly_mainContainer__wbXRR .QuestionsAppearingSmoothly_containerTopPart___saTI {
    display: flex;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    justify-content: space-between
}

.QuestionsAppearingSmoothly_answersWrapper__9hI6F {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.QuestionsAppearingSmoothly_questionWrapper__WRc53 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out
}

.QuestionsAppearingSmoothly_hide__p_jcb {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none
}

.QuestionsAppearingSmoothly_show__K9Ajp {
    opacity: 1;
    transform: translateY(0)
}

.QuestionsAppearingSmoothlyWithValidation_hidden__Ceqoh {
    display: none!important
}

.QuestionsAppearingSmoothlyWithValidation_mainWrapper__qzt0P {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.QuestionsAppearingSmoothlyWithValidation_containerTopPart__DxbHw {
    display: flex;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    justify-content: space-between
}

.QuestionsAppearingSmoothlyWithValidation_answersWrapper__6YZpN {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw p {
    animation: QuestionsAppearingSmoothlyWithValidation_shown__Tpdom .5s ease-in-out forwards;
    opacity: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw p:first-of-type {
    animation-delay: 1s
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw p:first-of-type~p {
    animation-delay: 2s
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw p:last-of-type {
    animation-delay: 3s!important
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h1,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h2,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h3,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h4 {
    font-weight: 600;
    font-size: 16px!important;
    position: relative;
    margin-bottom: 50px
}

.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h1:after,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h2:after,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h3:after,.QuestionsAppearingSmoothlyWithValidation_validationWrapper__6fzSw h4:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-width: 4px;
    top: 25px;
    left: calc(50% - 16px);
    animation: QuestionsAppearingSmoothlyWithValidation_spinner__n9wkc 2s linear infinite
}

.QuestionsAppearingSmoothlyWithValidation_questionWrapper__3FpXJ {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out
}

.QuestionsAppearingSmoothlyWithValidation_hide__yAxOG {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none
}

.QuestionsAppearingSmoothlyWithValidation_show__HSovG {
    opacity: 1;
    transform: translateY(0)
}

@keyframes QuestionsAppearingSmoothlyWithValidation_shown__Tpdom {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes QuestionsAppearingSmoothlyWithValidation_spinner__n9wkc {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.QuestionsWithValidation_hidden__GNSDr {
    display: none!important
}

.QuestionsWithValidation_mainWrapper__1Y3PB {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.QuestionsWithValidation_containerTopPart__WIj0i {
    display: flex;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    justify-content: space-between
}

.QuestionsWithValidation_answersWrapper__I7ZZW {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.QuestionsWithValidation_validationWrapper__1oEXe {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px
}

.QuestionsWithValidation_validationWrapper__1oEXe p {
    animation: QuestionsWithValidation_shown__OeQie .5s ease-in-out forwards;
    opacity: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

.QuestionsWithValidation_validationWrapper__1oEXe p:first-of-type {
    animation-delay: 1s
}

.QuestionsWithValidation_validationWrapper__1oEXe p:first-of-type~p {
    animation-delay: 2s
}

.QuestionsWithValidation_validationWrapper__1oEXe p:last-of-type {
    animation-delay: 3s!important
}

.QuestionsWithValidation_validationWrapper__1oEXe h1,.QuestionsWithValidation_validationWrapper__1oEXe h2,.QuestionsWithValidation_validationWrapper__1oEXe h3,.QuestionsWithValidation_validationWrapper__1oEXe h4 {
    font-weight: 600;
    font-size: 16px!important;
    position: relative;
    margin-bottom: 50px
}

.QuestionsWithValidation_validationWrapper__1oEXe h1:after,.QuestionsWithValidation_validationWrapper__1oEXe h2:after,.QuestionsWithValidation_validationWrapper__1oEXe h3:after,.QuestionsWithValidation_validationWrapper__1oEXe h4:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-width: 4px;
    top: 25px;
    left: calc(50% - 16px);
    animation: QuestionsWithValidation_spinner__serGB 2s linear infinite
}

@keyframes QuestionsWithValidation_shown__OeQie {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes QuestionsWithValidation_spinner__serGB {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.Row_hidden__4vkGQ {
    display: none!important
}

.Row_row__eutC_ {
    display: flex;
    gap: 20px;
    position: relative;
    flex-direction: column
}

@media screen and (min-width: 1440px) {
    .Row_row__eutC_ {
        flex-direction:row
    }
}

.Row_locked__mM1wD {
    flex-direction: row
}

.Row_center__1sj89 {
    align-items: center
}

.RotationPrize_hidden__NZL_3 {
    display: none!important
}

.RotationPrize_wrapper__V7vCa {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    z-index: 70;
    width: 100%;
    animation: RotationPrize_rotateIn__pW19k .5s linear 2.3s forwards;
    height: 65vh;
    top: 0
}

@media screen and (min-width: 744px) {
    .RotationPrize_wrapper__V7vCa {
        height:100%
    }
}

.RotationPrize_wrapper__V7vCa img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    object-fit: contain
}

@keyframes RotationPrize_rotateIn__pW19k {
    0% {
        opacity: 0;
        transform: rotate(0deg)
    }

    to {
        opacity: 100%;
        transform: rotate(1turn)
    }
}

.ModalButton_hidden__2hI5v {
    display: none!important
}

.ModalButton_btn__FHzv8 {
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 27px;
    padding: 8px;
    cursor: pointer;
    min-height: 48px
}

.ModalButton_withHover__5oktL {
    border-radius: 3px;
    transition: all .6s ease-in-out
}

.ModalButton_withHover__5oktL:hover {
    background-color: #dc0069;
    color: #000
}

.Screen_hidden__4Shfm {
    display: none!important
}

.Screen_wrapper__GTSlF {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.Screen_wrapper__GTSlF h1,.Screen_wrapper__GTSlF h2 {
    font-size: 28px;
    font-weight: 600
}

.Screen_wrapper__GTSlF>p:has(img) {
    margin-left: calc(-50vw + 50%);
    width: 100vw
}

.Screen_horizontal__Ji0Ei {
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1440px) {
    .Screen_horizontal__Ji0Ei {
        flex-direction:row
    }
}

.Screen_horizontal__Ji0Ei img {
    max-width: 100%
}

.Screen_horizontal__Ji0Ei>p:has(img) {
    flex-shrink: 0;
    max-width: 60%
}

@media screen and (min-width: 1440px) {
    .Screen_horizontal__Ji0Ei>p:has(img) {
        margin-left:auto
    }
}

.Screen_horizontal__Ji0Ei h3 {
    font-weight: 700
}

.Screen_horizontal__Ji0Ei h2 {
    text-align: center
}

.Screen_horizontal__Ji0Ei section {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff
}

.SectedItems_hidden__v5w_q {
    display: none!important
}

.SectedItems_itemsWrapper__cThW9 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.SectedItems_itemsWrapper__cThW9:not(:first-child) {
    margin-top: 10px
}

.SectedItems_itemsWrapper__cThW9 div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    border: 1px solid #000;
    padding: 12px 24px;
    letter-spacing: 2px
}

.SectedItems_active__Of0wg {
    background-color: #000!important;
    color: #fff!important
}

.SelectImg_hidden__qov4b {
    display: none!important
}

.SelectImg_wrapper__mOMYb {
    display: flex;
    gap: 10px
}

.SelectImg_wrapper__mOMYb div {
    max-width: 120px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.SelectImg_wrapper__mOMYb img {
    width: 100%;
    object-fit: contain
}

.SelectImg_active__qGWpo {
    border: 2px solid #000
}

.SliderImage_sliderContainer__kBn_c {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.SliderImage_slider__dXMOv {
    display: flex;
    transition: transform .3s ease;
    width: 100%
}

.SliderImage_slide__JFZi_ {
    width: 100%;
    flex-shrink: 0;
    min-width: 100%;
    flex: 0 0 100%
}

.SliderImage_navButton__2qRMa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    background-color: transparent!important
}

.SliderImage_navButton__2qRMa svg {
    fill: #000;
    stroke: #000
}

.SliderImage_prev__iGuFs {
    left: 10px
}

.SliderImage_next___birR {
    right: 10px
}

.SliderImage_dots__JdEQa {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px
}

.SliderImage_dot__tR3Ad {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .3s ease
}

.SliderImage_activeDot__w95h_ {
    background-color: #000;
    border: 1px solid #000
}

.SliderImage_gridContainer__Pif6R {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 16px;
    gap: 16px;
    width: 100%
}

.SliderImage_gridContainer__Pif6R p {
    width: 100%;
    height: auto
}

.SliderImage_thumbnails__sim3K {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.SliderImage_thumbnail__PYtJ1 {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    opacity: .6;
    transition: .3s
}

.SliderImage_thumbnail__PYtJ1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.SliderImage_thumbnail__PYtJ1.SliderImage_active___qvqj {
    border: 2px solid #000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.SliderImage_thumbnail__PYtJ1.SliderImage_active___qvqj p {
    display: flex;
    align-items: center;
    justify-content: center
}

.SliderImage_thumbnail__PYtJ1.SliderImage_active___qvqj img {
    height: 100%;
    object-fit: contain
}

.SliderImage_hidden__j0S80 {
    display: none
}

.ValidationScreen_hidden__L7KSj {
    display: none!important
}

.ValidationScreen_wrapper__I0F0B {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ValidationScreen_wrapper__I0F0B p {
    animation: ValidationScreen_shown__qoycu .5s ease-in-out forwards;
    opacity: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center
}

.ValidationScreen_wrapper__I0F0B p:nth-child(1 of p) {
    animation-delay: calc(.8s*1)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(2 of p) {
    animation-delay: calc(.8s*2)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(3 of p) {
    animation-delay: calc(.8s*3)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(4 of p) {
    animation-delay: calc(.8s*4)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(5 of p) {
    animation-delay: calc(.8s*5)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(6 of p) {
    animation-delay: calc(.8s*6)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(7 of p) {
    animation-delay: calc(.8s*7)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(8 of p) {
    animation-delay: calc(.8s*8)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(9 of p) {
    animation-delay: calc(.8s*9)!important
}

.ValidationScreen_wrapper__I0F0B p:nth-child(10 of p) {
    animation-delay: calc(.8s*10)!important
}

.ValidationScreen_wrapper__I0F0B h1,.ValidationScreen_wrapper__I0F0B h2,.ValidationScreen_wrapper__I0F0B h3 {
    font-weight: 500;
    text-align: center
}

@keyframes ValidationScreen_shown__qoycu {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ValidationScreenAnimated_hidden__1bzwK {
    display: none!important
}

.ValidationScreenAnimated_wrapper__AcVoy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border-bottom: 10px solid #231f20;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #d1d1d1;
    animation: ValidationScreenAnimated_backgroundChange__tbGAL 3.6s ease-in-out infinite;
    animation-delay: .3s
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t h2 {
    font-size: 22px;
    text-align: center
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t h3,.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t h4,.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t p {
    font-size: 18px;
    line-height: 18px;
    text-align: center
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t div:has(.ValidationScreenAnimated_loadingImageWrapper__9Qs1n) {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t .ValidationScreenAnimated_loadingImageWrapper__9Qs1n {
    display: flex;
    justify-content: center;
    align-items: center
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t img {
    max-width: 100px;
    padding-bottom: 20px;
    height: auto;
    margin: 0 auto
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t :nth-child(2) {
    color: #494949
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p {
    position: absolute;
    left: 50%;
    opacity: 0;
    color: #494949;
    transform: translateX(-50%)
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:first-of-type {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 0s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 0s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(2) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 4s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 4s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(3) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 8s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 8s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(4) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 12s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 12s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(5) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 16s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 16s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(6) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 20s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 20s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(7) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 24s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 24s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(8) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 28s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 28s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(9) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 32s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 32s forwards
}

.ValidationScreenAnimated_wrapper__AcVoy .ValidationScreenAnimated_content__EGr6t>p:nth-of-type(10) {
    animation: ValidationScreenAnimated_up__ompdq 4s ease-in-out 36s,ValidationScreenAnimated_colorChange__X7P_3 4s ease-in-out 36s forwards
}

@keyframes ValidationScreenAnimated_up__ompdq {
    0% {
        bottom: 0;
        opacity: 0
    }

    33% {
        bottom: 0;
        opacity: 0
    }

    66% {
        bottom: 15px;
        opacity: 1
    }

    to {
        bottom: 15px;
        opacity: 1
    }
}

@keyframes ValidationScreenAnimated_colorChange__X7P_3 {
    0% {
        color: #494949
    }

    33% {
        color: #494949
    }

    66% {
        color: #34ae21
    }

    to {
        color: #34ae21
    }
}

@keyframes ValidationScreenAnimated_backgroundChange__tbGAL {
    0% {
        background-color: #fff
    }

    to {
        background-image: linear-gradient(90deg,#e3ffdf,#fff,#fff,#fff,#e3ffdf)
    }
}

.WelcomeScreen_hidden__EKQRA {
    display: none!important
}

.WelcomeScreen_wrapper__DEbHT {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.WelcomeScreen_wrapper__DEbHT h1,.WelcomeScreen_wrapper__DEbHT h2 {
    font-size: 28px;
    font-weight: 600
}

.WelcomeScreen_wrapper__DEbHT>p:has(img) {
    margin-left: calc(-50vw + 50%);
    width: 100vw
}

.WelcomeScreen_horizontal__tmeT6 {
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1440px) {
    .WelcomeScreen_horizontal__tmeT6 {
        flex-direction:row
    }
}

.WelcomeScreen_horizontal__tmeT6 img {
    max-width: 100%
}

.WelcomeScreen_horizontal__tmeT6>p:has(img) {
    flex-shrink: 0;
    max-width: 60%
}

@media screen and (min-width: 1440px) {
    .WelcomeScreen_horizontal__tmeT6>p:has(img) {
        margin-left:auto
    }
}

.WelcomeScreen_horizontal__tmeT6 h3 {
    font-weight: 700
}

.WelcomeScreen_horizontal__tmeT6 h2 {
    text-align: center
}

.WelcomeScreen_horizontal__tmeT6 section {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff
}

.FBComments_hidden__4kJs8 {
    display: none!important
}

.FBComments_FBCommentsWrapper__bgZ1h {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 20px 24px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.FBComments_FBCommentsWrapper__bgZ1h h3 {
    font-size: 20px;
    font-weight: 700
}

.FBComments_writeComment__e9Zl1 {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.FBComments_writeComment__e9Zl1 img {
    border-radius: 50%;
    width: 32px;
    height: auto
}

.FBComments_writeComment__e9Zl1 textarea {
    border-color: #dddfe2;
    border-radius: 18px;
    padding: 12px;
    width: 100%;
    height: 75px;
    resize: none
}

.FBComments_writeComment__e9Zl1 button {
    border-radius: 5px;
    padding: 12px 6px;
    background: #fff;
    color: #828284;
    border: 1px solid #dddfe2;
    transition: all .3s ease-in-out
}

.FBComments_writeComment__e9Zl1 button:hover {
    background: #000;
    color: #fff;
    cursor: pointer
}

.FBComments_commentTile__uQmcI {
    position: relative;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 32px 10px;
    gap: 32px 10px
}

.FBComments_commentTile__uQmcI .FBComments_commentActions__fyLqE {
    position: absolute;
    bottom: -20px;
    left: 54px;
    font-size: 13px;
    color: #8d949e;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.FBComments_commentTile__uQmcI .FBComments_reactions__DyPJy {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 66px;
    display: flex;
    gap: 3px;
    justify-content: right
}

.FBComments_commentTile__uQmcI .FBComments_reactions__DyPJy svg {
    max-width: 20px;
    cursor: pointer
}

.FBComments_comment__yHPAf {
    background: #ebedf0;
    border-radius: 18px;
    padding: 12px;
    position: relative
}

.FBComments_comment__yHPAf strong {
    display: block;
    font-weight: 800
}

.FBComments_comment__yHPAf img {
    border-radius: 12px;
    max-height: 300px;
    margin-top: 12px
}

.FBComments_pointer__g56ej {
    cursor: pointer
}

.FBComments_avatar__zTxmi img {
    border-radius: 50%
}

.FBComments_commentsList__og4HV {
    display: flex;
    flex-direction: column;
    gap: 38px
}

.FBComments_commentsGroup___9tZu {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.FBComments_commentsGroup___9tZu>div:first-of-type {
    margin-left: 0!important
}

.FBComments_commentsGroup___9tZu>div:nth-child(0) {
    margin-left: 0
}

.FBComments_commentsGroup___9tZu>div:first-child {
    margin-left: 20px
}

.FBComments_commentsGroup___9tZu>div:nth-child(2) {
    margin-left: 40px
}

.FBComments_commentsGroup___9tZu>div:nth-child(3) {
    margin-left: 60px
}

.FBComments_commentsGroup___9tZu>div:nth-child(4) {
    margin-left: 80px
}

.FBComments_commentsGroup___9tZu>div:nth-child(5) {
    margin-left: 100px
}

.FBComments_commentsGroup___9tZu>div:nth-child(6) {
    margin-left: 120px
}

.FBComments_commentsGroup___9tZu>div:nth-child(7) {
    margin-left: 140px
}

.FBComments_commentsGroup___9tZu>div:nth-child(8) {
    margin-left: 160px
}

.PrefillScreen_hidden__SaOKd {
    display: none!important
}

.PrefillScreen_wrapper__GITim {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 -20px
}

@media screen and (min-width: 744px) {
    .PrefillScreen_wrapper__GITim {
        margin:0
    }
}

.PrefillScreen_wrapper__GITim h1,.PrefillScreen_wrapper__GITim h2 {
    font-size: 28px;
    font-weight: 600
}

.PrefillScreen_wrapper__GITim>p:has(img) {
    margin-left: calc(-50vw + 50%);
    width: 100vw
}

.ShadowBox_hidden__EW18i {
    display: none!important
}

.ShadowBox_shadow__P3rsD {
    padding: 24px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ShadowBox_shadow__P3rsD h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: start
}

.TextModifier_heartbeat__81uAx {
    animation: TextModifier_heartbeat__81uAx .8s linear infinite;
    display: inline-block
}

.TextModifier_blinking__xiqcX {
    animation: TextModifier_blinking__xiqcX .8s linear infinite
}

@keyframes TextModifier_heartbeat__81uAx {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes TextModifier_blinking__xiqcX {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.FBComments2_hidden__72xRm {
    display: none!important
}

.FBComments2_FBCommentsWrapper__4PnCC {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px 10px
}

@media screen and (min-width: 744px) {
    .FBComments2_FBCommentsWrapper__4PnCC {
        margin:0 auto
    }
}

.FBComments2_FBCommentsWrapper__4PnCC img {
    max-width: 400px
}

.FBComments2_commentTile__owHyq {
    position: relative
}

.FBComments2_commentActions___pOwz {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #8d949e;
    display: flex;
    gap: 5px;
    justify-content: space-between
}

.FBComments2_commentActions___pOwz span:before {
    content: "•";
    padding: 0 5px
}

.FBComments2_comment__QarLK {
    padding: 30px 12px 12px;
    position: relative;
    border-top: 1px solid #ebedf0;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%
}

.FBComments2_comment__QarLK strong {
    display: block;
    font-weight: 800;
    position: relative
}

.FBComments2_comment__QarLK p {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.FBCommentsRate_hidden__SY4XW {
    display: none!important
}

.FBCommentsRate_FBCommentsWrapper__1Z_Lh {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: center;
    background-color: #ebedf0;
    border-radius: 10px;
    padding: 48px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center
}

.FBCommentsRate_FBCommentsWrapper__1Z_Lh img {
    margin-bottom: 10px;
    max-height: 80px;
    width: auto
}

@media screen and (min-width: 1440px) {
    .FBCommentsRate_FBCommentsWrapper__1Z_Lh img {
        max-height:140px
    }
}

.FBCommentsRate_FBStarsWrapper__ZHbzz {
    display: flex;
    gap: 5px
}

.SimpleLoader_hidden__SMRq4 {
    display: none!important
}

.SimpleLoader_loader__JH7yd {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-width: 4px;
    top: 25px;
    left: calc(50% - 16px);
    animation: SimpleLoader_spinner__MwH6T 2s linear infinite
}

@keyframes SimpleLoader_spinner__MwH6T {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.Header_hidden__t2S1U {
    display: none!important
}

.Header_headerContainer__1pl4r {
    display: flex;
    padding: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    box-shadow: 0 .125rem .375rem 0 rgba(0,0,0,.05);
    margin-bottom: 10px;
    background-color: #fff
}

@media screen and (min-width: 1440px) {
    .Header_headerContainer__1pl4r {
        padding:10px 20px
    }

    .Header_headerContainer__1pl4r svg:hover {
        cursor: pointer
    }
}

.Header_logoContainer__0Zq0t {
    width: 120px;
    height: auto
}

.Header_logoContainer__0Zq0t img {
    object-fit: contain;
    width: 100%;
    height: auto
}

.Header_wrapper__FDNDf {
    display: flex;
    align-items: center;
    gap: 10px
}

.Footer_footer__PlNmU {
    padding: 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px
}

.Footer_footer__PlNmU p {
    padding-bottom: 10px
}

.Footer_footer__PlNmU p:last-of-type {
    cursor: pointer
}

.Header_hidden___ybp0 {
    display: none!important
}

.Header_headerContainer__D__q2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #fff
}

@media screen and (min-width: 744px) {
    .Header_headerContainer__D__q2 svg:hover {
        cursor:pointer
    }
}

.Header_headerPart__487rm {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    font-weight: 600
}

.Header_blackBackground__8iTG2 {
    padding: 10px 30px;
    font-size: 14px;
    background-color: #000;
    color: #fff
}

.Header_yellowBackground__myHAl {
    padding: 5px 30px;
    font-size: 14px;
    background-color: #f7b422;
    justify-content: flex-start;
    gap: 5px
}

.Header_logoContainer__c6_w2 {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.Header_logoContainer__c6_w2 img {
    object-fit: contain;
    width: 100%;
    height: auto
}

.HorizontalBox_hidden__54GEo {
    display: none!important
}

.HorizontalBox_boxWrapper__oS4QR {
    position: relative;
    display: flex;
    width: 148px
}

.HorizontalBox_boxWrapper__oS4QR span {
    position: absolute!important;
    width: 50px!important;
    height: 50px!important;
    display: block!important;
    z-index: 20!important;
    rotate: -30deg;
    left: 35px;
    top: 18px
}

@media screen and (min-width: 1440px) {
    .HorizontalBox_boxWrapper__oS4QR {
        cursor:pointer
    }

    .HorizontalBox_boxWrapper__oS4QR:hover {
        animation: HorizontalBox_shake__3szWI .82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

.HorizontalBox_boxWrapper__oS4QR img {
    max-width: 148px;
    height: -moz-fit-content;
    height: fit-content
}

.HorizontalBox_boxBody__n9_rz {
    position: absolute;
    z-index: 11
}

.HorizontalBox_boxInner__5VwdC {
    position: relative;
    z-index: 1;
    top: -22px;
    left: -13px;
    width: 138px;
    transform: rotate(4deg)
}

.HorizontalBox_boxPrize__wdT_c {
    position: absolute;
    z-index: 6;
    top: -22px;
    left: -13px;
    width: 138px;
    transform: rotate(4deg);
    visibility: hidden
}

.HorizontalBox_boxPrize__wdT_c span {
    position: absolute!important;
    width: 60px!important;
    height: 60px!important;
    display: block!important;
    z-index: 20!important;
    rotate: -30deg;
    left: 60px;
    top: 40px
}

.HorizontalBox_boxEmpty__zNf2e {
    position: absolute;
    z-index: 5;
    top: -24px;
    left: -14px;
    width: 138px;
    transform: rotate(4deg);
    visibility: hidden
}

.HorizontalBox_openBoxAnimate__b58UE {
    animation: HorizontalBox_lidOpen__BfxYV 2s forwards
}

.HorizontalBox_logo__3WkOp {
    position: absolute;
    z-index: 2;
    width: 70px!important;
    height: 70px!important;
    rotate: 50px
}

.HorizontalBox_openBox__Es4Ps {
    visibility: visible
}

@keyframes HorizontalBox_shake__3szWI {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

@keyframes HorizontalBox_lidOpen__BfxYV {
    0% {
        top: -24px;
        left: -14px
    }

    to {
        top: 0;
        left: 0
    }
}

.LocalComments_hidden__ERUCp {
    display: none!important
}

.LocalComments_FBCommentsWrapper__aYy_m {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}

@media screen and (min-width: 744px) {
    .LocalComments_FBCommentsWrapper__aYy_m {
        margin:0 auto
    }
}

.LocalComments_FBCommentsWrapper__aYy_m path {
    fill: #000
}

.LocalComments_FBCommentsWrapper__aYy_m img {
    max-width: 400px
}

.LocalComments_FBCommentsWrapper__aYy_m b,.LocalComments_FBCommentsWrapper__aYy_m h3,.LocalComments_FBCommentsWrapper__aYy_m strong {
    font-weight: 600
}

.LocalComments_authorData__qOxkW {
    display: flex;
    column-gap: 20px
}

.LocalComments_authorData__qOxkW img {
    max-width: 60px;
    max-height: 60px
}

.LocalComments_nameAndComment__5vzV_ {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.LocalComments_nameAndComment__5vzV_ h3 {
    color: #3b5998;
    font-weight: 500px
}

.LocalComments_nameAndComment__5vzV_ img {
    max-width: 300px;
    max-height: 228px
}

@media screen and (min-width: 744px) {
    .LocalComments_nameAndComment__5vzV_ img {
        max-width:unset;
        max-height: unset;
        width: 300px;
        height: 228px
    }
}

.LocalComments_commentActions__NClW4 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3b5998
}

.LocalComments_commentActions__NClW4>* {
    cursor: pointer
}

.LocalComments_commentDate__fNwjp {
    color: #000;
    text-decoration: underline
}

.LocalComments_comment__GQ_O_ {
    padding: 36px 12px 12px;
    position: relative;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    background-color: #faf9f8
}

.NotificationsLocal_mainWrapper__UCdWc {
    position: fixed;
    width: 340px;
    height: 100vh;
    top: 40px;
    right: 0;
    z-index: 200;
    pointer-events: none
}

.NotificationItemLocal_notify__pwpB3 {
    width: 320px;
    max-width: 320px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    position: relative;
    transform: translateX(400px);
    margin-bottom: 20px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.54);
    border-radius: 8px;
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    animation: NotificationItemLocal_show__md8hW .4s ease-in-out forwards
}

.NotificationItemLocal_notify__pwpB3 h4 {
    font-weight: 800
}

.NotificationItemLocal_notify__pwpB3 img {
    width: 60px;
    height: 60px
}

.NotificationItemLocal_notify__pwpB3 p {
    font-size: 14px
}

.NotificationItemLocal_closeButton__VSQfJ {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px
}

.NotificationItemLocal_closeButton__VSQfJ:hover {
    cursor: pointer
}

.NotificationItemLocal_textWrapper__SsmTO {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 24px
}

.NotificationItemLocal_textWrapper__SsmTO>:nth-child(2) {
    text-decoration: underline
}

.NotificationItemLocal_iconWrapper__4h2jy {
    display: flex;
    align-items: center;
    width: 80px
}

.NotificationItemLocal_contentWrapper___KbeC {
    display: flex;
    column-gap: 10px
}

.NotificationItemLocal_hide__XYsUr {
    animation: NotificationItemLocal_hide__XYsUr .4s ease-in-out 0s forwards!important
}

.NotificationItemLocal_ago__qmE7n {
    display: flex;
    align-items: center
}

@keyframes NotificationItemLocal_show__md8hW {
    0% {
        transform: translateX(300px)
    }

    75% {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes NotificationItemLocal_hide__XYsUr {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-50px)
    }

    75% {
        transform: translateX(250px)
    }

    to {
        transform: translateX(250px);
        display: none
    }
}

.VerticalBox_hidden__RsloU {
    display: none!important
}

.VerticalBox_boxWrapper__k60MF {
    position: relative;
    display: flex;
    width: 148px
}

@media screen and (min-width: 1440px) {
    .VerticalBox_boxWrapper__k60MF {
        cursor:pointer
    }

    .VerticalBox_boxWrapper__k60MF:hover {
        animation: VerticalBox_shake__0CviV .82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

.VerticalBox_boxWrapper__k60MF img {
    max-width: 148px;
    height: -moz-fit-content;
    height: fit-content
}

.VerticalBox_boxBody__o6VWV {
    position: absolute;
    z-index: 11
}

.VerticalBox_boxInner__Kw_Tc {
    position: relative;
    z-index: 1;
    top: -1px;
    left: 0
}

.VerticalBox_boxPrize__G2Rpo {
    position: absolute;
    z-index: 6;
    top: 7px;
    left: 16px;
    width: 138px
}

.VerticalBox_boxTop__Ig0Up {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0
}

.VerticalBox_boxEmpty__aEJOZ {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 5px;
    width: 138px
}

.VerticalBox_openBoxAnimate__FSkkn {
    animation: VerticalBox_prizeOpen__gBHuC 2s ease-in-out infinite alternate
}

.VerticalBox_openBoxAnimateTop__q7DpP {
    animation: VerticalBox_lidOpen__uUf3c 2s forwards
}

@keyframes VerticalBox_shake__0CviV {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

@keyframes VerticalBox_lidOpen__uUf3c {
    0% {
        top: 0;
        left: 0
    }

    to {
        top: -20px;
        left: 0
    }
}

@keyframes VerticalBox_prizeOpen__gBHuC {
    0% {
        top: 7px;
        left: 10px
    }

    to {
        top: -35px;
        left: 10px
    }
}
