@charset "UTF-8";@layer accordion{.accordion{--accordion--Gap: 4px;--accordion--MaxWidth: 100%;--accordion-item--Background: green;--accordion-item--BorderBottomRadius: 10px;--accordion-item__content--minHeight: 0px}.accordion-module_accordion_mqGl-{display:flex;flex-direction:column;gap:var(--accordion--Gap);max-width:var(--accordion--MaxWidth)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE{background:var(--accordion-item--Background);border-radius:var(--accordion-item--BorderBottomRadius)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN{overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--Transition--normal)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN.accordion-module_opened_uMVR2{grid-template-rows:1fr}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN .accordion-module_content_1K0td{min-height:var(--accordion-item__content--minHeight)}}@layer button{.button{--button--Display: flex;--button--AlignItems: center;--button--BorderRadius: 10px;--button--FontFamily: "Roboto", sans-serif;--button--LineHeight: normal;--button--FontWeight: 700;--button--Transform: none;--button--TextShadow: none;--button--Transition: all .3s;--button__content--Width: 100%;box-sizing:border-box;cursor:pointer;border:none}.button:disabled{cursor:default;pointer-events:none;opacity:.5}.button-module_button_Z331g{display:var(--button--Display);justify-content:var(--button--JustifyContent);align-items:var(--button--AlignItems);border-radius:var(--button--BorderRadius);font-family:var(--button--FontFamily);line-height:var(--button--LineHeight);font-weight:var(--button--FontWeight);text-transform:var(--button--Transform);text-shadow:var(--button--TextShadow);transition:var(--button--Transition)}.button-module_button_Z331g .button-module_content_P9miy{display:flex;width:var(--button__content--Width)}}@layer button{.button-module_button_Z331g.button-module_start_AmuDl .button-module_content_P9miy{justify-content:start}.button-module_button_Z331g.button-module_center_obgWG .button-module_content_P9miy{justify-content:center}.button-module_button_Z331g.button-module_end_EWclI .button-module_content_P9miy{justify-content:end}.button-module_button_Z331g.button-module_space-between_JLD7w .button-module_content_P9miy{justify-content:space-between}}@layer button{.button{--button--Gap--sm: 10px;--button--Padding--sm: 8px 10px;--button--FontSize--sm: 12px;--button--Gap--md: 10px;--button--Padding--md: 12px 20px;--button--FontSize--md: 14px;--button--Gap--lg: 10px;--button--Padding--lg: 12px 20px;--button--FontSize--lg: 16px}.button-module_button_Z331g.button-module_sm_QYj0l{gap:var(--button--Gap--sm);padding:var(--button--Padding--sm);font-size:var(--button--FontSize--sm)}.button-module_button_Z331g.button-module_md_REpcP{gap:var(--button--Gap--md);padding:var(--button--Padding--md);font-size:var(--button--FontSize--md)}.button-module_button_Z331g.button-module_lg_Hkfw0{gap:var(--button--Gap--lg);padding:var(--button--Padding--lg);font-size:var(--button--FontSize--lg)}}@layer button{.button{--button--BoxShadow--primary: 0 4px 15px blue;--button--Border--primary: 1px solid var(--button--Background--primary);--button--Background--primary: blue;--button--Color--primary: white;--button--TextShadow--primary: none;--button--BoxShadow--primary--hover: 0 4px 15px red;--button--Border--primary--hover: 1px solid var(--button--Background--primary--hover);--button--Background--primary--hover: red;--button--Color--primary--hover: white;--button--TextShadow--primary--hover: none;--button--BoxShadow--secondary: none;--button--Border--secondary: 1px solid var(--button--Background--secondary);--button--Background--secondary: grey;--button--Color--secondary: black;--button--TextShadow--secondary: none;--button--BoxShadow--secondary--hover: none;--button--Border--secondary--hover: 1px solid var(--button--Background--secondary--hover);--button--Background--secondary--hover: white;--button--Color--secondary--hover: black;--button--TextShadow--secondary--hover: none;--button--BoxShadow--transparent: none;--button--Border--transparent: 1px solid grey;--button--Background--transparent: transparent;--button--Color--transparent: black;--button--TextShadow--transparent: none;--button--BoxShadow--transparent--hover: none;--button--Border--transparent--hover: 1px solid blue;--button--Background--transparent--hover: transparent;--button--Color--transparent--hover: black;--button--TextShadow--transparent--hover: none;--button--BoxShadow--invisiblePrimary: none;--button--Border--invisiblePrimary: none;--button--Background--invisiblePrimary: transparent;--button--Color--invisiblePrimary: blue;--button--TextShadow--invisiblePrimary: none;--button--BoxShadow--invisiblePrimary--hover: none;--button--Border--invisiblePrimary--hover: none;--button--Background--invisiblePrimary--hover: rgba(0, 0, 255, .5);--button--Color--invisiblePrimary--hover: blue;--button--TextShadow--invisiblePrimary--hover: none;--button--BoxShadow--invisibleSecondary: none;--button--Border--invisibleSecondary: 1px solid transparent;--button--Background--invisibleSecondary: transparent;--button--Color--invisibleSecondary: black;--button--TextShadow--invisibleSecondary: none;--button--BoxShadow--invisibleSecondary--hover: none;--button--Border--invisibleSecondary--hover: 1px solid grey;--button--Background--invisibleSecondary--hover: transparent;--button--Color--invisibleSecondary--hover: black;--button--TextShadow--invisibleSecondary--hover: none;--button--BoxShadow--flat: none;--button--Border--flat: none;--button--Background--flat: rgba(0, 0, 255, .3);--button--Color--flat: blue;--button--TextShadow--flat: none;--button--BoxShadow--flat--hover: none;--button--Border--flat--hover: none;--button--Background--flat--hover: rgba(0, 0, 255, .5);--button--Color--flat--hover: blue;--button--TextShadow--flat--hover: none}.button-module_button_Z331g.button-module_primary_ppbyq{box-shadow:var(--button--BoxShadow--primary);border:var(--button--Border--primary);background:var(--button--Background--primary);color:var(--button--Color--primary);text-shadow:var(--button--TextShadow--primary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_primary_ppbyq:hover{box-shadow:var(--button--BoxShadow--primary--hover);border:var(--button--Border--primary--hover);background:var(--button--Background--primary--hover);color:var(--button--Color--primary--hover);text-shadow:var(--button--TextShadow--primary--hover)}}.button-module_button_Z331g.button-module_secondary_esy5L{box-shadow:var(--button--BoxShadow--secondary);border:var(--button--Border--secondary);background:var(--button--Background--secondary);color:var(--button--Color--secondary);text-shadow:var(--button--TextShadow--secondary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_secondary_esy5L:hover{box-shadow:var(--button--BoxShadow--secondary--hover);border:var(--button--Border--secondary--hover);background:var(--button--Background--secondary--hover);color:var(--button--Color--secondary--hover);text-shadow:var(--button--TextShadow--secondary--hover)}}.button-module_button_Z331g.button-module_transparent_YTO3m{box-shadow:var(--button--BoxShadow--transparent);border:var(--button--Border--transparent);background:var(--button--Background--transparent);color:var(--button--Color--transparent);text-shadow:var(--button--TextShadow--transparent)}@media(any-hover:hover){.button-module_button_Z331g.button-module_transparent_YTO3m:hover{box-shadow:var(--button--BoxShadow--transparent--hover);border:var(--button--Border--transparent--hover);background:var(--button--Background--transparent--hover);color:var(--button--Color--transparent--hover);text-shadow:var(--button--TextShadow--transparent--hover)}}.button-module_button_Z331g.button-module_invisiblePrimary_M0jeW{box-shadow:var(--button--BoxShadow--invisiblePrimary);border:var(--button--Border--invisiblePrimary);background:var(--button--Background--invisiblePrimary);color:var(--button--Color--invisiblePrimary);text-shadow:var(--button--TextShadow--invisiblePrimary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_invisiblePrimary_M0jeW:hover{box-shadow:var(--button--BoxShadow--invisiblePrimary--hover);border:var(--button--Border--invisiblePrimary--hover);background:var(--button--Background--invisiblePrimary--hover);color:var(--button--Color--invisiblePrimary--hover);text-shadow:var(--button--TextShadow--invisiblePrimary--hover)}}.button-module_button_Z331g.button-module_invisibleSecondary_WYdEb{box-shadow:var(--button--BoxShadow--invisibleSecondary);border:var(--button--Border--invisibleSecondary);background:var(--button--Background--invisibleSecondary);color:var(--button--Color--invisibleSecondary);text-shadow:var(--button--TextShadow--invisibleSecondary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_invisibleSecondary_WYdEb:hover{box-shadow:var(--button--BoxShadow--invisibleSecondary--hover);border:var(--button--Border--invisibleSecondary--hover);background:var(--button--Background--invisibleSecondary--hover);color:var(--button--Color--invisibleSecondary--hover);text-shadow:var(--button--TextShadow--invisibleSecondary--hover)}}.button-module_button_Z331g.button-module_flat_wl3Tb{box-shadow:var(--button--BoxShadow--flat);border:var(--button--Border--flat);background:var(--button--Background--flat);color:var(--button--Color--flat);text-shadow:var(--button--TextShadow--flat)}@media(any-hover:hover){.button-module_button_Z331g.button-module_flat_wl3Tb:hover{box-shadow:var(--button--BoxShadow--flat--hover);border:var(--button--Border--flat--hover);background:var(--button--Background--flat--hover);color:var(--button--Color--flat--hover);text-shadow:var(--button--TextShadow--flat--hover)}}}@layer button{.buttonWithLeftNode{--button--Padding--sm: 8px 16px 8px 8px;--button--MarginInlineStart--sm: 10px;--button--Padding--md: 8px 16px 8px 8px;--button--MarginInlineStart--md: 10px;--button--Padding--lg: 8px 16px 8px 8px;--button--MarginInlineStart--lg: 10px;--button__content--Width: auto}.buttonWithRightNode{--button--Padding--sm: 8px 8px 8px 16px;--button--MarginInlineStart--sm: 10px;--button--Padding--md: 8px 8px 8px 16px;--button--MarginInlineStart--md: 5px;--button--Padding--lg: 8px 8px 8px 16px;--button--MarginInlineStart--lg: 5px}.buttonWithLeftNode.buttonWithRightNode{--button__leftContent--Display: flex;--button__leftContent--JustifyContent: normal;--button__leftContent--AlignItems: center;--button__leftContent--MarginInlineEnd--sm: 10px;--button__rightContent--MarginInlineStart--sm: 10px;--button--Padding--sm: 8px;--button__leftContent--MarginInlineEnd--md: 5px;--button__rightContent--MarginInlineStart--md: 5px;--button--Padding--md: 8px;--button__leftContent--MarginInlineEnd--lg: 5px;--button__rightContent--MarginInlineStart--lg: 5px;--button--Padding--lg: 8px;--button__content--Width: 100%}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9{gap:0}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_sm_QYj0l .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--sm)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_md_REpcP .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--md)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_lg_Hkfw0 .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--lg)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_sm_QYj0l .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--sm)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_md_REpcP .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--md)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_lg_Hkfw0 .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--lg)}}@layer checkbox{.checkbox{--checkbox--Gap--sm: 5px;--checkbox--Gap--md: 10px;--checkbox--Gap--lg: 15px;--checkbox--Border: 2px solid #4b4b4b;--checkbox--Background: white;--checkbox--Size--sm: 20px;--checkbox--Size--md: 24px;--checkbox--Size--lg: 30px;--checkbox--BorderRadius--sm: 4px;--checkbox--BorderRadius--md: 6px;--checkbox--BorderRadius--lg: 8px;--checkbox--Border--checked: 2px solid transparent;--checkbox--Background--checked: #00ac26;--checkbox--Border--hover: 2px solid #676769;--checkbox--Background--hover: white;--checkbox--Border--checked--hover: 2px solid transparent;--checkbox--Background--checked--hover: #04f93a;--checkbox--Border--disabled: 2px solid lightgray;--checkbox--Background--disabled: white;--checkbox--Border--checked--disabled: 2px solid transparent;--checkbox--Background--checked--disabled: lightgray;--checkbox__label--FontSize--sm: 12px;--checkbox__label--FontSize--md: 16px;--checkbox__label--FontSize--lg: 18px;--checkbox__label--Color: black;--checkbox__label--Color--disabled: lightgray;--checkbox__label--Color--hover: gray;--checkbox--Transition: all .3s;--checkbox__icon--Fill: #ffffff;--checkbox__icon--Filter: drop-shadow(0 0 2px rgba(255, 255, 255, .6));display:flex;align-items:center}.checkbox-module_checkbox_owkMP{display:flex;align-items:center;transition:var(--checkbox--Transition)}.checkbox-module_checkbox_owkMP .checkbox-module_inputWrapper_TD2WZ{position:relative;display:flex;align-items:center;justify-content:center;width:min-content;height:min-content;transition:var(--checkbox--Transition)}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7{border:var(--checkbox--Border);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;position:relative;background-color:var(--checkbox--Background);transition:var(--checkbox--Transition)}@media(any-hover:hover){.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:hover{border:var(--checkbox--Border--hover);background-color:var(--checkbox--Background--hover)}}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked{border:var(--checkbox--Border--checked);background-color:var(--checkbox--Background--checked)}@media(any-hover:hover){.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked:hover{border:var(--checkbox--Border--checked--hover);background-color:var(--checkbox--Background--checked--hover)}}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:disabled{border:var(--checkbox--Border--disabled);background-color:var(--checkbox--Background--disabled)}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked:disabled{border:var(--checkbox--Border--checked);background-color:var(--checkbox--Background--checked)}.checkbox-module_checkbox_owkMP .checkbox-module_check_DKDfn{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;opacity:0;transition:var(--checkbox--Transition);z-index:1;pointer-events:none}.checkbox-module_checkbox_owkMP .checkbox-module_check_DKDfn.checkbox-module_checked_xjUYG{opacity:1}.checkbox-module_checkbox_owkMP .checkbox-module_checkIcon_oK8YF{fill:var(--checkbox__icon--Fill);filter:var(--checkbox__icon--Filter)}.checkbox-module_checkbox_owkMP .checkbox-module_label_d1SS1{color:var(--checkbox__label--Color);cursor:pointer;font-size:var(--checkbox--LabelFontSize--library)}.checkbox-module_checkbox_owkMP .checkbox-module_label_d1SS1.checkbox-module_sm_uCkXv{--checkbox--LabelFontSize--library: var(--checkbox__label--FontSize--sm)}.checkbox-module_checkbox_owkMP .checkbox-module_label_d1SS1.checkbox-module_md_b-TNq{--checkbox--LabelFontSize--library: var(--checkbox__label--FontSize--md)}.checkbox-module_checkbox_owkMP .checkbox-module_label_d1SS1.checkbox-module_lg_Egarf{--checkbox--LabelFontSize--library: var(--checkbox__label--FontSize--lg)}.checkbox-module_checkbox_owkMP:has(.checkbox-module_input_Ptgt7:disabled)>.checkbox-module_label_d1SS1{color:var(--checkbox__label--Color--disabled)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv{gap:var(--checkbox--Gap--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--sm);height:var(--checkbox--Size--sm);border-radius:var(--checkbox--BorderRadius--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq{gap:var(--checkbox--Gap--md)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--md);height:var(--checkbox--Size--md);border-radius:var(--checkbox--BorderRadius--md)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--md)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf{gap:var(--checkbox--Gap--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--lg);height:var(--checkbox--Size--lg);border-radius:var(--checkbox--BorderRadius--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_right_A-iFw{flex-direction:row-reverse}}@layer radio{.radio{--radio--Gap: 10px;--radio--Border: 4px solid black;--radio--Background: white;--radio--Transition: all .3s;--radio--Size--sm: 24px;--radio__label--FontSize--sm: 12px;--radio--Size--md: 32px;--radio__label--FontSize--md: 14px;--radio--Size--lg: 48px;--radio__label--FontSize--lg: 18px;--radio--Border--hover: gray;--radio--Background--hover: gray;--radio--Border--checked: black;--radio--Background--checked: black;--radio--Border--disabled: lightgrey;--radio--Background--disabled: white;--radio__label--FontSize: 16px;--radio__label--Color: black;--radio__label--Color--hover: gray;--radio__label--Color--disabled: lightgrey}.radio-button-module_radio_heFXF{display:flex;align-items:center;gap:var(--radio--Gap)}.radio-button-module_radio_heFXF.radio-button-module_right_zAdv9{flex-direction:row-reverse}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;margin:0;border:var(--radio--Border);background-color:var(--radio--Background);transition:var(--radio--Transition)}@media(any-hover:hover){.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:hover{border-color:var(--radio--Border--hover);background:var(--radio--Background--hover)}}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:checked{border-color:var(--radio--Border--checked);background:var(--radio--Background--checked)}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:disabled{border-color:var(--radio--Border--disabled);background:var(--radio--Background--disabled)}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:disabled+label{color:var(--radio__label--Color--disabled)}.radio-button-module_radio_heFXF.radio-button-module_sm_SXtJi .radio-button-module_input_gLSDs{height:var(--radio--Size--sm);width:var(--radio--Size--sm)}.radio-button-module_radio_heFXF.radio-button-module_sm_SXtJi .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--sm)}.radio-button-module_radio_heFXF.radio-button-module_md_WRZ0C .radio-button-module_input_gLSDs{height:var(--radio--Size--md);width:var(--radio--Size--md)}.radio-button-module_radio_heFXF.radio-button-module_md_WRZ0C .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--md)}.radio-button-module_radio_heFXF.radio-button-module_lg_wlB-n .radio-button-module_input_gLSDs{height:var(--radio--Size--lg);width:var(--radio--Size--lg)}.radio-button-module_radio_heFXF.radio-button-module_lg_wlB-n .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--lg)}.radio-button-module_radio_heFXF .radio-button-module_label_cdHBo{cursor:pointer;color:var(--radio__label--Color);transition:var(--radio--Transition)}@media(any-hover:hover){.radio-button-module_radio_heFXF .radio-button-module_label_cdHBo:hover{color:var(--radio__label--Color--hover)}}}@layer input{.input{--input--Width: 100%;--input--Outline: none;--input__container--Width: 600px;--input__container--Gap: 4px;--input--Border: 1px solid #4b4b4b;--input__Border--focus: 1px solid #4b4b4b;--input--BackgroundColor: white;--input--Background--hover: #f0f0f0;--input--Background--hover--readonly: #f0f0f0;--input--FontFamily: inherit;--input--Color: black;--input--LineHeight: normal;--input--Opacity--disabled: .5;--input__placeholder--Color: gray;--input--Transition--autofill: 5000s;--input--Border--error: red;--input--Background--error: #ffebee;--input__errorNode--Transform--hover: rotate(30deg);--input__label--TextColor: black;--input__label--FontWeight: 400;--input__label--LineHeight: normal;--input__label__required--TextColor: red;--input__container--Width--sm: 500px;--input__container--Gap--sm: 4px;--input--Height--sm: 30px;--input--Gap--sm: 12px;--input--Padding--sm: 5px 16px 5px 16px;--input--FontSize--sm: 16px;--input--FontWeight--sm: 400;--input--BorderRadius--sm: 8px;--input__label--FontSize--sm: 16px;--input__container--Width--md: 600px;--input__container--Gap--md: 4px;--input--Height--md: 48px;--input--Gap--md: 4px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 16px;--input--FontWeight--md: 400;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 16px;--input__container--Width--lg: 800px;--input__container--Gap--lg: 5px;--input--Height--lg: 40px;--input--Gap--lg: 12px;--input--Padding--lg: 5px 16px 5px 16px;--input--FontSize--lg: 16px;--input--FontWeight--lg: 400;--input--BorderRadius--lg: 8px;--input__label--FontSize--lg: 16px;--input__rightNode--Gap--sm: 4px;--input__rightNode--Gap--md: 4px;--input__rightNode--Gap--lg: 4px}@media(max-width:986px){.input{--input__container--Width--md: 600px;--input__container--Gap--md: 4px;--input--Gap--md: 4px;--input--Height--md: 40px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 14px;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 14px}}@media(max-width:768px){.input{--input__container--Width--md: 472px;--input__container--Gap--md: 4px;--input--Gap--md: 4px;--input--Height--md: 40px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 14px;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 14px}}.input-module_input_h7K-F{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--input__container--Gap)}.input-module_input_h7K-F .input-module_label_lu7R1{color:var(--input__label--TextColor);font-weight:var(--input__label--FontWeight);line-height:var(--input__label--LineHeight)}.input-module_input_h7K-F .input-module_label_lu7R1.input-module_required_Cno1Z:after{content:"*";color:var(--input__label__required--TextColor)}.input-module_input_h7K-F .input-module_inputWrapper_u5qRL{box-sizing:border-box;position:relative;display:flex;align-items:center;width:100%}.input-module_input_h7K-F .input-module_body_ra3FT{box-sizing:border-box;width:var(--input--Width);display:flex;outline:var(--input--Outline);border:var(--input--Border);background-color:var(--input--BackgroundColor);font-family:var(--input--FontFamily);line-height:var(--input--LineHeight);color:var(--input--Color);font-style:normal}.input-module_input_h7K-F .input-module_body_ra3FT:disabled{opacity:var(--input--Opacity--disabled);cursor:not-allowed}.input-module_input_h7K-F .input-module_body_ra3FT::placeholder{color:var(--input__placeholder--Color)}.input-module_input_h7K-F .input-module_body_ra3FT:focus{border:var(--input__Border--focus)}.input-module_input_h7K-F .input-module_body_ra3FT{transition:var(--Transition--normal) border-color,var(--Transition--normal) background-color}.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill,.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:focus,.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:active{box-shadow:0 0 0 62.5rem var(--input--BackgroundColor) inset;border:var(--input__Border--focus);transition:background-color var(--input--Transition--autofill) ease-in-out 0s,color var(--input--Transition--autofill) ease-in-out 0s}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:hover{box-shadow:0 0 0 62.5rem var(--input--Background--hover) inset}}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:hover{background-color:var(--input--Background--hover)}}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:read-only:hover{background-color:var(--input--Background--hover--readonly)}}.input-module_input_h7K-F .input-module_node_48uUU{position:absolute;display:flex;align-items:center}.input-module_input_h7K-F[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input-module_input_h7K-F[type=number]::-webkit-inner-spin-button,.input-module_input_h7K-F[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.input-module_input_h7K-F .input-module_errorWrapper_wYSHR{display:none;align-items:center;transition:.2s}.input-module_input_h7K-F.input-module_error_QDqga .input-module_body_ra3FT{border-color:var(--input--Border--error);background-color:var(--input--Background--error)}.input-module_input_h7K-F.input-module_error_QDqga .input-module_errorWrapper_wYSHR{display:flex}@media(any-hover:hover){.input-module_input_h7K-F.input-module_error_QDqga .input-module_errorWrapper_wYSHR:hover{transform:var(--input__errorNode--Transform--hover)}}.input-module_input_h7K-F.input-module_fullWidth_p4RE8,.input-module_input_h7K-F.input-module_fullWidth_p4RE8 .input-module_inputWrapper_u5qRL{width:100%}.input-module_input_h7K-F.input-module_sm_YZFhc{gap:var(--input__container--Gap--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_label_lu7R1{font-size:var(--input__label--FontSize--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_body_ra3FT{gap:var(--input--Gap--sm);height:var(--input--Height--sm);border-radius:var(--input--BorderRadius--sm);padding:var(--input--Padding--sm);font-size:var(--input--FontSize--sm);font-weight:var(--input--FontWeight--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--sm)}.input-module_input_h7K-F.input-module_md_-HF8v{gap:var(--input__container--Gap--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_label_lu7R1{font-size:var(--input__label--FontSize--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_body_ra3FT{gap:var(--input--Gap--md);height:var(--input--Height--md);border-radius:var(--input--BorderRadius--md);padding:var(--input--Padding--md);font-size:var(--input--FontSize--md);font-weight:var(--input--FontWeight--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--md)}.input-module_input_h7K-F.input-module_lg_-GVC1{gap:var(--input__container--Gap--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_label_lu7R1{font-size:var(--input__label--FontSize--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_body_ra3FT{gap:var(--input--Gap--lg);height:var(--input--Height--lg);border-radius:var(--input--BorderRadius--lg);padding:var(--input--Padding--lg);font-size:var(--input--FontSize--lg);font-weight:var(--input--FontWeight--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--lg)}}@layer tooltip{.tooltip{--tooltip--FontSize: 16px;--tooltip--FontWeight: 400;--tooltip--LineHeight: normal;--tooltip--BorderRadius: 8px;--tooltip--Border: 1px solid black;--tooltip--Padding: 8px 16px;--tooltip--Color: black;--tooltip--BackgroundColor: white;--tooltip--BoxShadow: 0 4px 30px 0 rgba(0, 0, 0, .7);--tooltip--Border--warning: 1px solid rgb(255, 221, 0);--tooltip--Color--warning: black;--tooltip--BackgroundColor--warning: yellow;--tooltip--Border--error: 1px solid rgb(173, 0, 0);--tooltip--Color--error: white;--tooltip--BackgroundColor--error: red}.tooltip-module_tooltip_e-rkz{font-size:var(--tooltip--FontSize);font-weight:var(--tooltip--FontWeight);line-height:var(--tooltip--LineHeight);border-radius:var(--tooltip--BorderRadius);padding:var(--tooltip--Padding);box-shadow:var(--tooltip--BoxShadow);overflow:auto;box-sizing:border-box}.tooltip-module_tooltip_e-rkz.tooltip-module_info_ftLqq{color:var(--tooltip--Color);background-color:var(--tooltip--BackgroundColor);border:var(--tooltip--Border)}.tooltip-module_tooltip_e-rkz.tooltip-module_warning_YT0Co{color:var(--tooltip--Color--warning);background-color:var(--tooltip--BackgroundColor--warning);border:var(--tooltip--Border--warning)}.tooltip-module_tooltip_e-rkz.tooltip-module_error_yRC9K{color:var(--tooltip--Color--error);background-color:var(--tooltip--BackgroundColor--error);border:var(--tooltip--Border--error)}}@layer dropdown{.dropdown{--dropdown--ZIndex: 100;--dropdown--Transition: .3s}.dropdown-module_withoutPortal_P1HOp{position:relative}.dropdown-module_triggerContainer_udmLz{cursor:pointer}.dropdown-module_triggerContainer_udmLz.dropdown-module_disabled_-z43X{cursor:default}.dropdown-module_contentContainer_2IK1l{box-sizing:border-box;position:absolute;z-index:var(--dropdown--ZIndex);animation:dropdown-module_open_GFRpV var(--dropdown--Transition) ease-out;transform-origin:var(--transform-origin)}.dropdown-module_contentContainer_2IK1l.dropdown-module_top_sduNi,.dropdown-module_contentContainer_2IK1l.dropdown-module_bottom_hCPId,.dropdown-module_contentContainer_2IK1l.dropdown-module_BottomStart_YURmN{--transform-origin: top center}.dropdown-module_contentContainer_2IK1l.dropdown-module_close_Q7luq{animation:dropdown-module_close_Q7luq var(--dropdown--Transition) ease-in-out forwards}@keyframes dropdown-module_open_GFRpV{0%{opacity:0}to{opacity:1}}@keyframes dropdown-module_close_Q7luq{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}}.dropdown-module_modalWrapperClassName_SRPZ5{display:none}@media(max-width:768px){.dropdown-module_hideOnMobile_WdNTF{display:none}.dropdown-module_modalWrapperClassName_SRPZ5{display:flex}}@layer modal{.modal{--modal__wrapper--BackdropFilter: blur(15px);--modal__wrapper--BackgroundColor: #0e132999;--modal__wrapper--Display: flex;--modal__wrapper--AlignItems: center;--modal__wrapper--JustifyContent: center;--modal--BorderRadius: 20px;--modal--BackgroundColor: white;--modal--Overflow: hidden;--modal--MaxWidth: 600px;--modal--Width: max-content;--modal--MinWidth: 250px;--modal--TransitionDelay: .3s}.modal.drawer{--modal__wrapper--AlignItems: end;--modal--MaxWidth: 100%;--modal--Width: 100%;--modal--MinWidth: 0;--modal--BorderRadius: 20px 20px 0 0}.modal-module_modalWrapper_pAQe8{position:fixed;top:0;left:0;width:100vw;height:100%;-webkit-backdrop-filter:var(--modal__wrapper--BackdropFilter);backdrop-filter:var(--modal__wrapper--BackdropFilter);background-color:var(--modal__wrapper--BackgroundColor);display:var(--modal__wrapper--Display);align-items:var(--modal__wrapper--AlignItems);justify-content:var(--modal__wrapper--JustifyContent)}.modal-module_modalWrapper_pAQe8 .modal-module_modal_ZioOV{position:relative;border-radius:var(--modal--BorderRadius);width:var(--modal--Width);background-color:var(--modal--BackgroundColor);padding:var(--modal--Padding);overflow:var(--modal--Overflow);max-width:var(--modal--MaxWidth);min-width:var(--modal--MinWidth);animation:modal-module_openModal_NMiet var(--modal--TransitionDelay) ease-out}.modal-module_modalWrapper_pAQe8 .modal-module_modal_ZioOV.modal-module_close_gQou9{animation:modal-module_closeModal_1k7tK var(--modal--TransitionDelay) ease-in-out forwards}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ{opacity:var(--drawerWrapper--Opacity);transition:opacity var(--modal--TransitionDelay) cubic-bezier(.32,.72,0,1)}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO{-webkit-user-select:none;user-select:none;pointer-events:auto;transform:translateY(var(--drawer--TransformY));transition:transform var(--modal--TransitionDelay) cubic-bezier(.32,.72,0,1);animation:modal-module_openDrawer_FfOHQ var(--modal--TransitionDelay) ease-out}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO.modal-module_close_gQou9{animation:modal-module_closeDrawer_-ttEJ var(--modal--TransitionDelay) ease-in-out forwards}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO.modal-module_drag_ItiaG{transition:none}@keyframes modal-module_openModal_NMiet{0%{opacity:0}to{opacity:1}}@keyframes modal-module_closeModal_1k7tK{0%{opacity:1}to{opacity:0}}@keyframes modal-module_openDrawer_FfOHQ{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes modal-module_closeDrawer_-ttEJ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}}.loader-module_loader_qmJt-.loader-module_rotate_RnLsm svg{animation:loader-module_rotate360_VrolT linear infinite 1s}.loader-module_loader_qmJt-.loader-module_pulse_9z2Vr svg{animation:loader-module_pulse_9z2Vr linear infinite 1s}@keyframes loader-module_rotate360_VrolT{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader-module_pulse_9z2Vr{0%{transform:scale(.95)}70%{transform:scale(1)}to{transform:scale(.95)}}.password-input-module_passwordBtn_0YDH1{background-color:transparent}@layer searchInput{.searchInput{--searchInput__searchIcon--Fill: grey;--searchInput__searchIcon--FillOpacity: 1;--searchInput__clearIcon--Fill: grey;--searchInput__clearIcon--FillOpacity: 1}.search-input-module_searchIcon_l0Bs9{fill:var(--searchInput__searchIcon--Fill);fill-opacity:var(--searchInput__searchIcon--FillOpacity)}.search-input-module_clearBtn_HlDzv{background:transparent;padding:0}.search-input-module_clearBtn_HlDzv .search-input-module_clearIcon_4xp0J{fill:var(--searchInput__clearIcon--Fill);fill-opacity:var(--searchInput__clearIcon--FillOpacity)}}.number-input-module_withoutSpinner_l0Urm input[type=number]::-webkit-outer-spin-button,.number-input-module_withoutSpinner_l0Urm input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-input-module_withoutSpinner_l0Urm input[type=number]{-moz-appearance:textfield}@layer copyInput{.copyInput{--copyInput--rightNode--Gap: 5px;--copyInput--iconContainer--Order: 1;--copyInput--icon--Fill: while;--copyInput--icon--Fill--active: while;--copyInput--tooltip--MarginTop: -18px;--copyInput--tooltip--MarginLeft: 17px}@media(max-width:986px){.copyInput{--copyInput--tooltip--MarginTop: -14px}}.copy-input-module_rightNodeContainer_r-1v-{display:flex;align-items:center;justify-content:center;gap:var(--copyInput--rightNode--Gap)}.copy-input-module_rightNodeContainer_r-1v- .copy-input-module_iconContainer_vFt20{display:flex;order:var(--copyInput--iconContainer--Order);background:transparent}.copy-input-module_rightNodeContainer_r-1v- .copy-input-module_iconContainer_vFt20 .copy-input-module_icon_Kdfkw{fill:var(--copyInput--icon--Fill)}.copy-input-module_rightNodeContainer_r-1v- .copy-input-module_iconContainer_vFt20 .copy-input-module_icon_Kdfkw:active{fill:var(--copyInput--icon--Fill--active);transition:var(--Transition--normal) fill}.copy-input-module_tooltip_fQPA-{margin-top:var(--copyInput--tooltip--MarginTop);margin-left:var(--copyInput--tooltip--MarginLeft)}[dir=rtl] .copy-input-module_tooltip_fQPA-{margin-left:calc(-1 * var(--copyInput--tooltip--MarginLeft))}}@layer table{.table{--table__tableWrapper--Gap: 12px;--table__tableWrapper--AlignItems: end;--table--FontFamily: "Roboto", serif;--table--BorderSpacing: 0 4px;--table--BorderCollapse: separate;--table__caption--TextAlign: center;--table__caption--FontSize-: 24px;--table__caption--FontWeight: 600;--table__caption--Color: black;--table__caption--FontSize: 14px;--table__caption--Transform: uppercase;--table__row--BorderRadius: 8px;--table__row--BackgroundColor--hover: var(--table__cell--Background);--table__row--Cursor: initial;--table__cell--Background: white;--table__cell--Border: 1px solid black;--table__cell--BorderRight: none;--table__cell--BorderLeft: none;--table__cell--BorderRadius: 8px;--table__cell--Padding: 10px 20px;--table__headCellContent--FlexDirection: row;--table__headCellContent--Gap: 8px;--table__table__headCellContent__title--TextAlign: start;--table__table__headCellContent__title--FontSize: 16px;--table__table__headCellContent__title--FontWeight: 700;--table__table__headCellContent__title--Color: black;--table__table__headCellContent__title--WhiteSpace: nowrap;--table__table__headCellContent__iconWrapper--Width: 18px;--table__table__headCellContent__iconWrapper--Height: 18px;--table__table__headCellContent__iconWrapper--Stroke: black;--table__table__headCellContent__iconWrapper--StrokeOpacity: 1;--table__cellContent--FlexDirection: column;--table__cellContent--Gap: 8px;--table__cellContent__title--TextAlign: start;--table__cellContent__title--FontSize: 10px;--table__cellContent__title--FontWeight: 600;--table__cellContent__title--Color: black;--table__cellContent__title--WhiteSpace: nowrap;--table__cellContent__value--TextAlign: start;--table__cellContent__value--FontSize: 13px;--table__cellContent__value--FontWeight: 600;--table__cellContent__value--Color: black;--table__cellContent__value--WhiteSpace: nowrap;--table__scrollContainer--Width: 100%;--table__scrollContainer--FlexDirection: column;--table__scrollContainer--JustifyContent: flex-start;--table__scrollContainer--AlignItems: flex-start;--table__scrollContainer--Gap: 0;--table__footer--FlexDirection: row;--table__footer--JustifyContent: flex-end;--table__footer--AlignItems: center;--table__footer--Gap: 16px;--table__rowsPerPage--Gap: 8px;--table__rowsPerPage__trigger--Gap: 10px;--table__rowsPerPage__trigger--Height: 32px;--table__rowsPerPage__trigger--MinWidth: 32px;--table__rowsPerPage__trigger--Padding: 4px 16px;--table__rowsPerPage__trigger--BackgroundColor: transparent;--table__rowsPerPage__trigger--Border: 1px solid rgba(226, 232, 240, 1);--table__rowsPerPage__trigger--BorderRadius: 8px;--table__rowsPerPage__trigger--BackgroundColor--hover: rgba(241, 245, 249, 1);--table__rowsPerPage__trigger--Transition: .3s all;--table__rowsPerPage__trigger__icon--Stroke: #94a3b8;--table__rowsPerPage__trigger__icon--Width: 12px;--table__rowsPerPage__trigger__icon--Height: 12px;--table__rowsPerPage__trigger__icon--Stroke--hover: black;--table__rowsPerPage__label--FontSize: 14px;--table__rowsPerPage__label--LineHeight: normal;--table__rowsPerPage__label--FontWeight: 400;--table__rowsPerPage__label--Color: black}.table-module_tableWrapper_gc3Y3{font-family:var(--table--FontFamily);display:flex;flex-direction:column;align-items:var(--table__tableWrapper--AlignItems);gap:var(--table__tableWrapper--Gap);width:100%}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g{margin-bottom:var(--table--MarginBottom);border-collapse:var(--table--BorderCollapse);border-spacing:var(--table--BorderSpacing)}.table-module_tableWrapper_gc3Y3.table-module_isFullWidth_c-5UV .table-module_table_tdU5g{width:100%}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO{border-radius:var(--table__row--BorderRadius);cursor:var(--table__row--Cursor)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y{padding:var(--table__cell--Padding);background:var(--table__cell--Background)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y{border-right:var(--table__cell--BorderRight);border-left:var(--table__cell--BorderLeft);border-top:var(--table__cell--Border);border-bottom:var(--table__cell--Border)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y:first-child{border-inline-start:var(--table__cell--Border)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y:last-child{border-inline-end:var(--table__cell--Border)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y:first-child{border-start-start-radius:var(--table__cell--BorderRadius);border-end-start-radius:var(--table__cell--BorderRadius)}.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO .table-module_cell_si-2Y:last-child{border-end-end-radius:var(--table__cell--BorderRadius);border-start-end-radius:var(--table__cell--BorderRadius)}@media(any-hover:hover){.table-module_tableWrapper_gc3Y3 .table-module_table_tdU5g .table-module_row_aQJPO:hover .table-module_cell_si-2Y{background-color:var(--table__row--BackgroundColor--hover)}}.table-module_tableFooter_sdYDq{display:flex;flex-direction:var(--table__footer--FlexDirection);justify-content:var(--table__footer--JustifyContent);align-items:var(--table__footer--AlignItems);gap:var(--table__footer--Gap)}.table-module_tableScrollContainer_A0fsJ{overflow-x:auto;display:flex;width:var(--table__scrollContainer--Width);flex-direction:var(--table__scrollContainer--FlexDirection);justify-content:var(--table__scrollContainer--JustifyContent);align-items:var(--table__scrollContainer--AlignItems);gap:var(--table__scrollContainer--Gap)}.table-module_caption_G-Jdm{text-align:var(--table__caption--TextAlign);font-size:var(--table__caption--FontSize);font-weight:var(--table__caption--FontWeight);color:var(--table__caption--Color);text-transform:var(--table__caption--Transform)}.table-module_headCellContent_g2oQN{cursor:pointer;display:flex;flex-direction:var(--table__headCellContent--FlexDirection);align-items:center;gap:var(--table__headCellContent--Gap)}.table-module_headCellContent_g2oQN .table-module_title_sPUZo{text-align:var(--table__table__headCellContent__title--TextAlign, );font-size:var(--table__table__headCellContent__title--FontSize);font-weight:var(--table__table__headCellContent__title--FontWeight);color:var(--table__table__headCellContent__title--Color);white-space:var(--table__table__headCellContent__title--WhiteSpace)}.table-module_headCellContent_g2oQN .table-module_iconWrapper_42MJa.table-module_rotateIcon_aVdcu{transform:rotate(180deg)}.table-module_headCellContent_g2oQN .table-module_iconWrapper_42MJa .table-module_icon_RTil-{display:block;width:var(--table__table__headCellContent__iconWrapper--Width);height:var(--table__table__headCellContent__iconWrapper--Height);transform:rotate(180deg);stroke:var(--table__table__headCellContent__iconWrapper--Stroke)}.table-module_headCellContent_g2oQN .table-module_iconWrapper_42MJa .table-module_icon_RTil-.table-module_selected_1Re7F{stroke-opacity:var(--table__table__headCellContent__iconWrapper--StrokeOpacity)}.table-module_cellContent_a6cB-{display:flex;flex-direction:var(--table__cellContent--FlexDirection);gap:var(--table__cellContent--Gap)}.table-module_cellContent_a6cB- .table-module_title_sPUZo{text-align:var(--table__cellContent__title--TextAlign);font-size:var(--table__cellContent__title--FontSize);font-weight:var(--table__cellContent__title--FontWeight);color:var(--table__cellContent__title--Color);white-space:var(--table__cellContent__title--WhiteSpace)}.table-module_cellContent_a6cB- .table-module_value_RVGm6{text-align:var(--table__cellContent__value--TextAlign);font-size:var(--table__cellContent__value--FontSize);font-weight:var(--table__cellContent__value--FontWeight);color:var(--table__cellContent__value--Color);white-space:var(--table__cellContent__value--WhiteSpace);text-overflow:ellipsis;overflow:hidden}.table-module_rowsPerPage_s6ojh{display:flex;align-items:center;justify-content:center;gap:var(--table__rowsPerPage--Gap)}.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:var(--table__rowsPerPage__trigger--Gap);height:var(--table__rowsPerPage__trigger--Height);min-width:var(--table__rowsPerPage__trigger--MinWidth);padding:var(--table__rowsPerPage__trigger--Padding);background-color:var(--table__rowsPerPage__trigger--BackgroundColor);border:var(--table__rowsPerPage__trigger--Border);border-radius:var(--table__rowsPerPage__trigger--BorderRadius);transition:var(--table__rowsPerPage__trigger--Transition)}.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc.table-module_disabled_7j1lL{pointer-events:none}@media(any-hover:hover){.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc:hover{background-color:var(--table__rowsPerPage__trigger--BackgroundColor--hover)}.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc:hover .table-module_icon_RTil-{stroke:var(--table__rowsPerPage__trigger__icon--Stroke--hover)}}.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc .table-module_icon_RTil-{width:var(--table__rowsPerPage__trigger__icon--Width);height:var(--table__rowsPerPage__trigger__icon--Height);stroke:var(--table__rowsPerPage__trigger__icon--Stroke);transition:var(--table__rowsPerPage__trigger--Transition)}.table-module_rowsPerPage_s6ojh .table-module_trigger_TpgQc .table-module_icon_RTil-.table-module_opened_GGeni{transform:rotate(180deg)}.table-module_rowsPerPage_s6ojh .table-module_label_QCNN-{font-size:var(--table__rowsPerPage__label--FontSize);line-height:var(--table__rowsPerPage__label--LineHeight);font-weight:var(--table__rowsPerPage__label--FontWeight);color:var(--table__rowsPerPage__label--Color);white-space:nowrap}}@layer select{.selectContainer{--selectContainer--Display: flex;--selectContainer--FlexDirection: column;--selectContainer--AlignItems: normal;--selectContainer--JustifyContent: normal;--selectContainer--Gap: 10px;--selectContainer--Border: none;--selectContainer--BorderRadius: 0;--selectContainer--Background: grey;--selectContainer--Width: initial;--selectContainer--Padding: 16px;--selectContainer__selectList--Overflow: auto;--selectContainer__selectList--Display: flex;--selectContainer__selectList--FlexDirection: column;--selectContainer__selectList--AlignItems: normal;--selectContainer__selectList--JustifyContent: normal;--selectContainer__selectList--Gap: 3px;--selectContainer__selectList--MaxHeight: 300px;--selectContainer__selectList--Padding: 15px;--selectContainer__selectList__selectItem--BoxSizing: initial;--selectContainer__selectList__selectItem--Width: initial;--selectContainer__selectList__selectItem--BorderRadius: 10px;--selectContainer__selectList__selectItem--Background: transparent;--selectContainer__selectList__selectItem--Padding: 6px 10px;--selectContainer__selectList__selectItem--Background--hover: green;--selectContainer__selectList__selectItem--Background--active: red;--select--Transition: all .3s;box-sizing:border-box}.select-module_selectContainer_QWEXs{display:var(--selectContainer--Display);flex-direction:var(--selectContainer--FlexDirection);align-items:var(--selectContainer--AlignItems);justify-content:var(--selectContainer--JustifyContent);gap:var(--selectContainer--Gap);border:var(--selectContainer--Border);border-radius:var(--selectContainer--BorderRadius);background:var(--selectContainer--Background);padding:var(--selectContainer--Padding)}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;overflow:var(--selectContainer__selectList--Overflow);max-height:var(--selectContainer__selectList--MaxHeight);padding:var(--selectContainer__selectList--Padding)}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-{cursor:pointer;border-radius:var(--selectContainer__selectList__selectItem--BorderRadius);background:var(--selectContainer__selectList__selectItem--Background);padding:var(--selectContainer__selectList__selectItem--Padding);width:var(--selectContainer__selectList__selectItem--Width);box-sizing:var(--selectContainer__selectList__selectItem--BoxSizing);transition:var(--select--Transition)}@media(any-hover:hover){.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-:hover{background:var(--selectContainer__selectList__selectItem--Background--hover)}}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-.select-module_active_055r4{background:var(--selectContainer__selectList__selectItem--Background--active)}}@layer pagination{.pagination{--pagination--Gap: 3px;--pagination__page--Background: transparent;--pagination__page--BorderRadius: 8px;--pagination__page--Color: black;--pagination__page--Border: 1px solid gray;--pagination__page--MinWidth: 40px;--pagination__page--Height: 40px;--pagination__page--FontSize: 14px;--pagination__page--FontWeight: 800;--pagination__page--LineHeight: 18px;--pagination__page--Padding: 5px;--pagination__page--Background--selected: transparent;--pagination__page--Color--selected: green;--pagination__page--Border--selected: 1px solid black;--pagination__arrowButton--Width: 40px;--pagination__arrowButton--Height: 40px;--pagination__arrowButton--Padding: 4px;--pagination__arrowButton--Color--disabled: grey;--pagination__arrowButton__icon--Fill: black;--pagination__arrowButton__icon--FillOpacity: 1;--pagination__arrowButton__icon--Fill--hover: white;--pagination__arrowButton__icon--FillOpacity--hover: 1;--pagination__dots--Background: transparent;--pagination__dots--BorderRadius: 8px;--pagination__dots--Color: black;--pagination__dots--Border: 1px solid gray;--pagination__dots--Width: 40px;--pagination__dots--Height: 40px;--pagination__dots--FontSize: 14px;--pagination__dots--FontWeight: 800;--pagination__dots--LineHeight: 18px;--pagination__dots--Padding: 5px}.pagination-module_pagination_XUA2y{display:flex;align-items:center;gap:var(--pagination--Gap)}.pagination-module_page_Dm55O{box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:var(--pagination__page--Background);border-radius:var(--pagination__page--BorderRadius);border:var(--pagination__page--Border);min-width:var(--pagination__page--MinWidth);height:var(--pagination__page--Height);padding:var(--pagination__page--Padding);font-size:var(--pagination__page--FontSize);font-weight:var(--pagination__page--FontWeight);line-height:var(--pagination__page--LineHeight);color:var(--pagination__page--Color)}.pagination-module_page_Dm55O.pagination-module_selected_HbGBQ{background:var(--pagination__page--Background--selected);border:var(--pagination__page--Border--selected);color:var(--pagination__page--Color--selected)}.pagination-module_arrowBtn_u0fzh{display:flex;align-items:center;justify-content:center;width:var(--pagination__arrowButton--Width);height:var(--pagination__arrowButton--Height);padding:var(--pagination__arrowButton--Padding)}.pagination-module_arrowBtn_u0fzh:disabled{color:var(--pagination__arrowButton--Color--disabled)}.pagination-module_arrowBtn_u0fzh.pagination-module_next_Ks-7F,[dir=rtl] .pagination-module_arrowBtn_u0fzh{transform:rotate(180deg)}[dir=rtl] .pagination-module_arrowBtn_u0fzh.pagination-module_next_Ks-7F{transform:rotate(0)}.pagination-module_arrowBtn_u0fzh .pagination-module_icon_dNTDZ{fill:var(--pagination__arrowButton__icon--Fill);fill-opacity:var(--pagination__arrowButton__icon--FillOpacity)}@media(any-hover:hover){.pagination-module_arrowBtn_u0fzh:hover .pagination-module_icon_dNTDZ{fill:var(--pagination__arrowButton__icon--Fill--hover);fill-opacity:var(--pagination__arrowButton__icon--FillOpacity--hover)}}.pagination-module_dots_gL2WQ{box-sizing:border-box;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;background:var(--pagination__page--Background);border-radius:var(--pagination__dots--BorderRadius);border:var(--pagination__dots--Border);width:var(--pagination__dots--Width);height:var(--pagination__dots--Height);padding:var(--pagination__dots--Padding);font-size:var(--pagination__dots--FontSize);font-weight:var(--pagination__dots--FontWeight);line-height:var(--pagination__dots--LineHeight);color:var(--pagination__dots--Color);text-align:center}}@layer mobileTable{.mobileTable{--mobileTable__tableWrapper--Gap: 8px;--mobileTable__tableWrapper--AlignItems: center;--mobileTable--Gap: 4px;--mobileTable__row--Gap: 8px;--mobileTable__row--Background: green;--mobileTable__row--BorderRadius: 8px;--mobileTable__row--Padding: 16px;--mobileTable__row__info--Gap: 8px;--mobileTable__row__info__cell--Gap: 24px;--mobileTable__row__info__cell__titleWrapper--MaxWidth: 20%;--mobileTable__row__info__cell__titleWrapper__title--FontSize: 14px;--mobileTable__row__info__cell__titleWrapper__title--FontWeight: 700;--mobileTable__row__info__cell__titleWrapper__title--Color: black}.mobile-table-module_tableWrapper_-xTVZ{display:flex;flex-direction:column;align-items:var(--mobileTable__tableWrapper--AlignItems);gap:var(--mobileTable__tableWrapper--Gap);width:100%}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;flex-direction:column;gap:var(--mobileTable--Gap);width:100%}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08-{display:flex;align-items:center;gap:var(--mobileTable__row--Gap);background:var(--mobileTable__row--Background);border-radius:var(--mobileTable__row--BorderRadius);padding:var(--mobileTable__row--Padding)}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T{display:flex;flex-direction:column;gap:var(--mobileTable__row__info--Gap);width:100%;min-width:max-content}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T .mobile-table-module_cell_z-zsW{display:flex;align-items:center;gap:var(--mobileTable__row__info__cell--Gap)}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T .mobile-table-module_cell_z-zsW .mobile-table-module_titleWrapper_ev70x{display:flex;max-width:var(--mobileTable__row__info__cell__titleWrapper--MaxWidth);width:100%;flex-grow:1}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T .mobile-table-module_cell_z-zsW .mobile-table-module_titleWrapper_ev70x .mobile-table-module_title_kQnvw{font-size:var(--mobileTable__row__info__cell__titleWrapper__title--FontSize);font-weight:var(--mobileTable__row__info__cell__titleWrapper__title--FontWeight);color:var(--mobileTable__row__info__cell__titleWrapper__title--Color)}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T .mobile-table-module_cell_z-zsW .mobile-table-module_titleWrapper_ev70x:after{content:"";flex-grow:1}.mobile-table-module_tableWrapper_-xTVZ .mobile-table-module_mobileTable_Qbyop .mobile-table-module_row_oM08- .mobile-table-module_info_3jL7T .mobile-table-module_cell_z-zsW .mobile-table-module_dataRenderWrapper_agtkJ{flex-grow:2}}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.air-datepicker{--air-datepicker--Gap: 4px;--air-datepicker--BorderRadius: 8px;--air-datepicker--Border: 1px solid black;--air-datepicker--Background: white;--air-datepicker--BoxShadow: 0 4px 30px rgba(0, 0, 0, .7);--air-datepicker--Width: 303px;--air-datepicker--Padding: 8px;--air-datepicker-nav--Gap: 10px;--air-datepicker-nav--BorderBottom: none;--air-datepicker-nav--Padding: 0;--air-datepicker-nav__action--BorderRadius: 50%;--air-datepicker-nav__action--Background: green;--air-datepicker-nav__action--Width: 40px;--air-datepicker-nav__action--Height: 40px;--air-datepicker-nav__action--Color: white;--air-datepicker-nav__action--Color--hover: rgb(190, 190, 190);--air-datepicker-nav--action--Stroke: brown;--air-datepicker-nav__title--BorderRadius: 8px;--air-datepicker-nav__title--Background: transparent;--air-datepicker-nav__title--Color: black;--air-datepicker-nav__title--FontSize: 16px;--air-datepicker-nav__title--FontWeight: 700;--air-datepicker-nav__title--LineHeight: normal;--air-datepicker-nav__title--Padding: 14.5px 20px;--air-datepicker-nav__title--TextShadow: 0 0 4px rgba(0, 0, 0, .6);--air-datepicker-nav__title--Color--hover: rgb(190, 190, 190);--air-datepicker__content--Padding: 0;--air-datepicker-body__day-names--Gap: 4px;--air-datepicker-body__day-names--MarginBottom: 4px;--air-datepicker-body__day-name--Color: black;--air-datepicker-body__day-name--FontWeight: 700;--air-datepicker-body__day-name--FontSize: 16px;--air-datepicker-body__day-name--LineHeight: normal;--air-datepicker-body__day-name--Padding: 5px 9px;--air-datepicker-body__day-name--TextTransform: capitalize;--air-datepicker-body__cells--Gap: 4px;--air-datepicker-body__cells--GridAutoRows: 29px;--air-datepicker-cell--Background: grey;--air-datepicker-cell--Color: black;--air-datepicker-cell--FontSize: 16px;--air-datepicker-cell--FontWeight: 400;--air-datepicker-cell--LineHeight: normal;--air-datepicker-cell--BorderRadius: 8px;--air-datepicker-cell--Background--selected: rgb(178, 178, 178);--air-datepicker-cell--Color--selected: black;--air-datepicker-cell--Background--hover--not-selected: rgb(230, 230, 230);--air-datepicker-cell--Background--disabled--not-selected: transparent;--air-datepicker-cell--Color--disabled--not-selected: gray;--air-datepicker-cell--Opacity--hover--disabled--not-selected: rgb(230, 230, 230);--air-datepicker-cell__month--Width: unset;--air-datepicker-cell__month--Height: unset;--air-datepicker-cell__other-month--Background--not-selected: transparent;--air-datepicker-cell__other-month--Color--not-selected: gray;--air-datepicker-cell__other-month--Opacity--hover--not-selected: rgb(230, 230, 230);--air-datepicker-cell__year--Width: unset;--air-datepicker-cell__year--Height: unset}.air-datepicker{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--air-datepicker--Gap);width:var(--air-datepicker--Width);border-radius:var(--air-datepicker--BorderRadius);border:var(--air-datepicker--Border);background:var(--air-datepicker--Background);box-shadow:var(--air-datepicker--BoxShadow);padding:var(--air-datepicker--Padding)}.air-datepicker-nav{box-sizing:border-box;align-items:center;justify-content:space-between;gap:var(--air-datepicker-nav--Gap);border-bottom:var(--air-datepicker-nav--BorderBottom);padding:var(--air-datepicker-nav--Padding);color:red}.air-datepicker-nav--action{border-radius:var(--air-datepicker-nav__action--BorderRadius);background:var(--air-datepicker-nav__action--Background);width:var(--air-datepicker-nav__action--Width);height:var(--air-datepicker-nav__action--Height);color:var(--air-datepicker-nav__action--Color);transition:var(--Transition--normal) background-color;stroke:var(--air-datepicker-nav--action--Stroke)}@media(any-hover:hover){.air-datepicker-nav--action:hover{background:var(--air-datepicker-nav__action--Color--hover)}}[dir=rtl] .air-datepicker-nav--action{transform:rotate(180deg)}.air-datepicker-nav--title{border-radius:var(--air-datepicker-nav__title--BorderRadius);background:var(--air-datepicker-nav__title--Background);color:var(--air-datepicker-nav__title--Color);font-size:var(--air-datepicker-nav__title--FontSize);font-weight:var(--air-datepicker-nav__title--FontWeight);line-height:var(--air-datepicker-nav__title--LineHeight);padding:var(--air-datepicker-nav__title--Padding);text-shadow:var(--air-datepicker-nav__title--TextShadow);transition:var(--Transition--normal) background-color}@media(any-hover:hover){.air-datepicker-nav--title:hover{background:var(--air-datepicker-nav__title--Color--hover)}}.air-datepicker-nav--title i{color:var(--air-datepicker-nav__title--Color)}.air-datepicker--content{padding:var(--air-datepicker__content--Padding)}.air-datepicker-body--day-names{gap:var(--air-datepicker-body__day-names--Gap);margin:0;margin-bottom:var(--air-datepicker-body__day-names--MarginBottom)}.air-datepicker-body--day-names .air-datepicker-body--day-name{box-sizing:border-box;color:var(--air-datepicker-body__day-name--Color);font-size:var(--air-datepicker-body__day-name--FontSize);line-height:var(--air-datepicker-body__day-name--LineHeight);font-weight:var(--air-datepicker-body__day-name--FontWeight);text-transform:capitalize;padding:var(--air-datepicker-body__day-name--Padding)}.air-datepicker-body--cells{gap:var(--air-datepicker-body__cells--Gap);grid-auto-rows:var(--air-datepicker-body__cells--GridAutoRows)}.air-datepicker-cell{box-sizing:border-box;background:var(--air-datepicker-cell--Background);color:var(--air-datepicker-cell--Color);text-align:center;font-size:var(--air-datepicker-cell--FontSize);font-weight:var(--air-datepicker-cell--FontWeight);line-height:var(--air-datepicker-cell--LineHeight);border-radius:var(--air-datepicker-cell--BorderRadius);transition:var(--Transition--normal) background-color,var(--Transition--normal) color}.air-datepicker-cell.-month-{width:var(--air-datepicker-cell__month--Width);height:var(--air-datepicker-cell__month--Height)}.air-datepicker-cell.-year-{width:var(--air-datepicker-cell__year--Width);height:var(--air-datepicker-cell__year--Height)}.air-datepicker-cell.-focus-{color:var(--air-datepicker-cell--Color)}.air-datepicker-cell.-selected-{background:var(--air-datepicker-cell--Background--selected);color:var(--air-datepicker-cell--Color--selected);transition:var(--Transition--normal) background-color,var(--Transition--normal) color}@media(any-hover:hover){.air-datepicker-cell:hover:not(.-selected-){background:var(--air-datepicker-cell--Background--hover--not-selected);transition:var(--Transition--normal) background-color,var(--Transition--normal) color}}.air-datepicker-cell.-other-month-:not(.-selected-){background-color:var(--air-datepicker-cell__other-month--Background--not-selected);color:var(--air-datepicker-cell__other-month--Color--not-selected);opacity:var(--air-datepicker-cell__other-month--Opacity--hover--not-selected);transition:var(--Transition--normal) background-color,var(--Transition--normal) color}.air-datepicker-cell.-disabled-:not(.-selected-){background-color:var(--air-datepicker-cell--Background--disabled--not-selected);color:var(--air-datepicker-cell--Color--disabled--not-selected);opacity:var(--air-datepicker-cell--Opacity--hover--disabled--not-selected);transition:var(--Transition--normal) background-color,var(--Transition--normal) color}@layer divider{.divider{--divider--Background: black;--divider--Margin: 10px;--divider--thickness: 1px}.divider-module_divider_0NYwg{display:flex;align-items:center;text-align:center;width:100%}.divider-module_divider_0NYwg .divider-module_contentMargin_jNpm1{margin:0 var(--divider--Margin) 0 var(--divider--Margin)}.divider-module_divider_0NYwg.divider-module_startLine_eqjCI:before{content:"";flex:1;background:var(--divider--Background);height:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_endLine_hFoZI:after{content:"";flex:1;background:var(--divider--Background);height:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT{flex-direction:column;height:100%;width:initial}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT .divider-module_contentMargin_jNpm1{margin:var(--divider--Margin) 0 var(--divider--Margin) 0}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT.divider-module_startLine_eqjCI:before{height:initial;width:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT.divider-module_endLine_hFoZI:after{height:initial;width:var(--divider--thickness)}}@layer switch{.switch{--switch--Opacity--disabled: .5;--switch__label--Gap: 8px;--switch__label--Color: black;--switch__label--FontSize: 14px;--switch__label--FontWeight: 600;--switch--Height: 13px;--switch--Width: 30px;--switch--BackgroundColor: #1b2135;--switch--Border: none;--switch--BorderRadius: 10px;--switch--Gap: 9px;--switch--Transition: .3s;--switch--BackgroundColor--checked: #37ff97;--switch__circle--Size: 15px;--switch__circle--Top: -1px;--switch__circle--Left: -2px;--switch__circle--BackgroundColor: #1b2135;--switch__circle--BorderWidth: 2px;--switch__circle--BorderColor: #5a645f;--switch__circle--BorderStyle: solid;--switch__circle--BackgroundColor--checked: #fff;--switch__circle--BorderWidth--checked: 2px;--switch__circle--BorderColor--checked: solid;--switch__circle--BorderStyle--checked: #37ff97}.switch-module_container_JhQ9W,.switch-module_label_lscBr,.switch-module_input_YKZRj{cursor:pointer}.switch-module_container_JhQ9W.switch-module_disabled_LQtR1 .switch-module_label_lscBr{cursor:default;opacity:var(--switch--Opacity--disabled)}.switch-module_label_lscBr{color:var(--switch__label--Color);font-size:var(--switch__label--FontSize);font-weight:var(--switch__label--FontWeight);display:flex;align-items:center;gap:var(--switch__label--Gap)}.switch-module_label_lscBr .switch-module_input_YKZRj{display:none}.switch-module_switch_M6-tU{position:relative;height:var(--switch--Height);min-width:var(--switch--Width);max-width:var(--switch--Width);background-color:var(--switch--BackgroundColor);border:var(--switch--Border);border-radius:var(--switch--BorderRadius);box-sizing:border-box;margin-left:var(--switch--Gap);transition:background-color var(--switch--Transition)}.switch-module_switch_M6-tU.switch-module_withoutLabel_kA5hi{margin-left:unset}.switch-module_container_JhQ9W.switch-module_left_sYPER .switch-module_switch_M6-tU{margin-left:unset;margin-right:var(--switch--Gap)}.switch-module_circle_Xq2Qt{position:absolute;height:var(--switch__circle--Size);width:var(--switch__circle--Size);top:var(--switch__circle--Top);left:var(--switch__circle--Left);box-sizing:border-box;background-color:var(--switch__circle--BackgroundColor);border-width:var(--switch__circle--BorderWidth);border-color:var(--switch__circle--BorderColor);border-style:var(--switch__circle--BorderStyle);border-radius:50%;transition:background-color var(--switch--Transition),border-color var(--switch--Transition),left var(--switch--Transition)}.switch-module_isEnable_P8ttv{background-color:var(--switch--BackgroundColor--checked)}.switch-module_isEnable_P8ttv .switch-module_circle_Xq2Qt{background-color:var(--switch__circle--BackgroundColor--checked);border-width:var(--switch__circle--BorderWidth--checked);border-color:var(--switch__circle--BorderColor--checked);border-style:var(--switch__circle--BorderStyle--checked);left:calc(var(--switch--Width) - var(--switch__circle--Size) - var(--switch__circle--BorderWidth) - var(--switch__circle--Left))}}@layer container{.container{--container--Padding: 10px;--container--Background: white;width:100%;min-height:min-content}.container-module_container_F92zz{box-sizing:border-box;padding:var(--container--Padding);background:var(--container--Background)}}@layer socialList{.socialList{--socialList--Gap: 10px;--socialList__link--Width: 24px;--socialList__link--Height: 24px;--socialList--Width: min-content}.social-list-module_socialList_krst4{display:flex;padding:0;justify-content:space-between;width:var(--socialList--Width);gap:var(--socialList--Gap)}.social-list-module_socialList_krst4 .social-list-module_link_-vLTH{width:var(--socialList__link--Width);height:var(--socialList__link--Height)}}@layer carousel{.carousel-base-module_viewport_i3fSb{overflow:hidden;width:100%}.carousel-base-module_carousel_pqZ5F{display:flex;-webkit-user-select:none;user-select:none}}@layer carousel{.carousel-pagination-module_pagination_BHdl4{box-sizing:border-box;position:absolute;top:var(--carousel__pagination--Top);bottom:var(--carousel__pagination--Bottom);left:var(--carousel__pagination--Left);right:var(--carousel__pagination--Right);display:flex;flex-direction:var(--carousel__pagination--FlexDirection);gap:var(--carousel__pagination--Gap);padding:var(--carousel__pagination--Padding);border-radius:var(--carousel__pagination--BorderRadius);border:var(--carousel__pagination--Border);background:var(--carousel__pagination--Background)}.carousel-pagination-module_paginationItem_gp9ag{box-sizing:border-box;width:var(--carousel__pagination-item--Width);height:var(--carousel__pagination-item--Height);box-shadow:var(--carousel__pagination-item--BoxShadow);border:var(--carousel__pagination-item--Border);border-radius:var(--carousel__pagination-item--BorderRadius);background-color:var(--carousel__pagination-item--BackgroundColor);opacity:var(--carousel__pagination-item--Opacity);transition-duration:var(--Transition--fast)}@media(any-hover:hover){.carousel-pagination-module_paginationItem_gp9ag:hover{opacity:var(--carousel__pagination-item--Opacity--hover);background-color:var(--carousel__pagination-item--BackgroundColor--hover);transform:var(--carousel__pagination-item--Transform--hover)}}.carousel-pagination-module_paginationItem_gp9ag.carousel-pagination-module_active_lwyg2{opacity:var(--carousel__pagination-item--Opacity--active);background-color:var(--carousel__pagination-item--BackgroundColor--active);transform:var(--carousel__pagination-item--Transform--active);box-shadow:var(--carousel__pagination-item--BoxShadow--active)}@media(any-hover:hover){.carousel-pagination-module_paginationItem_gp9ag.carousel-pagination-module_active_lwyg2:hover{opacity:var(--carousel__pagination-item--Opacity--active);background-color:var(--carousel__pagination-item--BackgroundColor--active);transform:var(--carousel__pagination-item--Transform--active);box-shadow:var(--carousel__pagination-item--BoxShadow--active)}}}@layer carousel{.carousel-controls-module_control_3yEmb{position:var(--carousel__control--Position);left:var(--carousel__control--Left);right:var(--carousel__control--Right);top:var(--carousel__control--Top);bottom:var(--carousel__control--Botton);width:var(--carousel__control--Width);height:var(--carousel__control--Height);border:var(--carousel__control--Border);border-radius:var(--carousel__control--BorderRadius);background:var(--carousel__control--Background);cursor:pointer;transition:var(--Transition--fast);padding:var(--carousel__control--Padding);opacity:var(--carousel__control--Opacity);display:var(--carousel__control--Display);justify-content:var(--carousel__control--JustifyContent);align-items:var(--carousel__control--AlignItems)}.carousel-controls-module_control_3yEmb .carousel-controls-module_icon_j7p-n{fill:var(--carousel__control__icon--Fill);width:var(--carousel__control__icon--Width);height:var(--carousel__control__icon--Height)}@media(any-hover:hover){.carousel-controls-module_control_3yEmb:hover{background:var(--carousel__control--hover--Background);opacity:var(--carousel__control--hover--Opacity)}.carousel-controls-module_control_3yEmb:hover .carousel-controls-module_icon_j7p-n{transform:var(--carousel__control__icon--hover--Transform)}}.carousel-controls-module_control_3yEmb:disabled{display:var(--carousel__control--disabled--Display);opacity:var(--carousel__control--disabled--Opacity)}.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj{left:var(--carousel__control--reverse--Left);right:var(--carousel__control--reverse--Right);top:var(--carousel__control--reverse--Top);bottom:var(--carousel__control--reverse--Bottom);border-radius:var(--carousel__control--reverse--BorderRadius)}.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj .carousel-controls-module_icon_j7p-n{transform:var(--carousel__control__icon--reverse--Transform)}@media(any-hover:hover){.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj:hover .carousel-controls-module_icon_j7p-n{transform:var(--carousel__control__icon--reverse--Transform) var(--carousel__control__icon--hover--Transform)}}}@layer carousel{.carousel{--carousel__control--Position: absolute;--carousel__control--Left: 0;--carousel__control--Right: auto;--carousel__control--Top: auto;--carousel__control--Bottom: auto;--carousel__control--Width: 50px;--carousel__control--Height: 100%;--carousel__control--Border: none;--carousel__control--BorderRadius: 8px;--carousel__control--Background: transparent;--carousel__control--Padding: 0;--carousel__control--Opacity: 1;--carousel__control--Display: flex;--carousel__control--JustifyContent: center;--carousel__control--AlignItems: center;--carousel__control--hover--Background: transparent;--carousel__control--hover--Opacity: 1;--carousel__control--disabled--Display: none;--carousel__control--disabled--Opacity: 1;--carousel__control__icon--Fill: white;--carousel__control__icon--Width: 30px;--carousel__control__icon--Height: auto;--carousel__control__icon--hover--Transform: scale(1.2);--carousel__control--reverse--Left: auto;--carousel__control--reverse--Right: 0;--carousel__control--reverse--Top: auto;--carousel__control--reverse--Bottom: auto;--carousel__control__icon--reverse--Transform: rotate(180deg);--carousel__control--reverse--BorderRadius: var(--carousel__control--BorderRadius);--carousel__pagination--Top: auto;--carousel__pagination--Bottom: 10px;--carousel__pagination--Left: auto;--carousel__pagination--Right: auto;--carousel__pagination--Gap: 8px;--carousel__pagination--FlexDirection: row;--carousel__pagination--Padding: 0;--carousel__pagination--BorderRadius: 8px;--carousel__pagination--Border: none;--carousel__pagination--Background: none;--carousel__pagination-item--Width: 12px;--carousel__pagination-item--Height: 12px;--carousel__pagination-item--BoxShadow: 0 0 5px 1px black;--carousel__pagination-item--Border: none;--carousel__pagination-item--BorderRadius: 50%;--carousel__pagination-item--BackgroundColor: white;--carousel__pagination-item--Opacity: .6;--carousel__pagination-item--Opacity--hover: .8;--carousel__pagination-item--Opacity--active: 1;--carousel__pagination-item--Transform--hover: scale(1.1);--carousel__pagination-item--Transform--active: scale(1.2);--carousel__pagination-item--BackgroundColor--hover: white;--carousel__pagination-item--BackgroundColor--active: rgb(88, 221, 133);--carousel__pagination-item--BoxShadow--active: 0 0 5px 1px black}@media(max-width:986px){.carousel{--carousel__control--Display: none;--carousel__control--disabled--Display: none}}.carousel-module_wrapper_hqX5Q{position:relative;display:flex;align-items:center;justify-content:center}}@layer tabBar{.tabBar{--tabBar--MinHeight: 50px;--tabBar--Gap: 10px;--tabBar--Padding: 10px;--tabBar--Background: black;--tabBar--Border: none;--tabBar--BorderRadius: none;--tabBar__tabLink--Width: 72px;--tabBar__tabLink--Padding: 10px;--tabBar__tabLink--AlignItems: center;--tabBar__tabLink--FlexDirection: column;--tabBar__tabLink--JustifyContent: space-between;--tabBar__tabLink--Gap: 10px;--tabBar__tabLink--Background: black;--tabBar__tabLink--Background--active: #37ff97;--tabBar__tabLink--Background--hover: gray;--tabBar__tabLink--Border: 2px solid yellow;--tabBar__tabLink--Border--active: 2px solid red;--tabBar__tabLink--Border--hover: 2px solid green;--tabBar__tabLink--BorderRadius: 8px;--tabBar__tabLink--TextDecoration: none;--tabBar__tabLink--Transition: .3s all;--tabBar__tabLink__label--FontSize: 12px;--tabBar__tabLink__label--LineHeight: 1.2;--tabBar__tabLink__label--TextTransform: capitalize;--tabBar__tabLink__label--TextAlign: center;--tabBar__tabLink__label--FontWeight: 700;--tabBar__tabLink__label--Color: white;--tabBar__tabLink__label--Color--active: red;--tabBar__tabLink__label--Color--hover: green;--tabBar__tabLink__label--TextShadow: 0px 0px 4px blue;--tabBar__tabLink__label--TextShadow--active: 0px 0px 4px red;--tabBar__tabLink__label--TextShadow--hover: 0px 0px 4px green;--tabBar__tabLink__label--Transition: .3s all;--tabBar__tabLink__icon--Width: 25px;--tabBar__tabLink__icon--Height: 25px;--tabBar__tabLink__icon--Fill: white;--tabBar__tabLink__icon--Filter: none;--tabBar__tabLink__icon--Fill--active: white;--tabBar__tabLink__icon--Filter--active: drop-shadow(0 0 6px green);--tabBar__tabLink__icon--Fill--hover: white;--tabBar__tabLink__icon--Filter--hover: drop-shadow(0 0 6px green);--tabBar__tabLink__icon--TextAlign: center;--tabBar__tabLink__icon--Transition: .3s all}.tab-bar-module_tabBar_HyWTy{box-sizing:border-box;display:flex;width:100%;min-height:var(--tabBar--MinHeight);justify-content:space-between;gap:var(--tabBar--Gap);padding:var(--tabBar--Padding);background:var(--tabBar--Background);border:var(--tabBar--Border);border-radius:var(--tabBar--BorderRadius)}.tab-bar-module_resetButton_cQekB{padding:0;margin:0;background:none;border:none;cursor:pointer}.tab-bar-module_tabLink_-ufJg{width:var(--tabBar__tabLink--Width);box-sizing:border-box;display:flex;flex-direction:var(--tabBar__tabLink--FlexDirection);justify-content:var(--tabBar__tabLink--JustifyContent);align-items:var(--tabBar__tabLink--AlignItems);padding:var(--tabBar__tabLink--Padding);gap:var(--tabBar__tabLink--Gap);background:var(--tabBar__tabLink--Background);border:var(--tabBar__tabLink--Border);border-radius:var(--tabBar__tabLink--BorderRadius);text-decoration:var(--tabBar__tabLink--TextDecoration);transition:var(--tabBar__tabLink--Transition)}.tab-bar-module_tabLink_-ufJg .tab-bar-module_label_05p11{font-size:var(--tabBar__tabLink__label--FontSize);font-weight:var(--tabBar__tabLink__label--FontWeight);line-height:var(--tabBar__tabLink__label--LineHeight);text-align:var(--tabBar__tabLink__label--TextAlign);text-transform:var(--tabBar__tabLink__label--TextTransform);color:var(--tabBar__tabLink__label--Color);text-shadow:var(--tabBar__tabLink__label--TextShadow);transition:var(--tabBar__tabLink__label--Transition)}.tab-bar-module_tabLink_-ufJg .tab-bar-module_icon_aunvb{width:var(--tabBar__tabLink__icon--Width);height:var(--tabBar__tabLink__icon--Height);text-align:var(--tabBar__tabLink__icon--TextAlign);transition:var(--tabBar__tabLink__icon--Transition);fill:var(--tabBar__tabLink__icon--Fill)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1{background:var(--tabBar__tabLink--Background--active);border:var(--tabBar__tabLink--Border--active)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1 .tab-bar-module_label_05p11{color:var(--tabBar__tabLink__label--Color--active);text-shadow:var(--tabBar__tabLink__label--TextShadow--active)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1 .tab-bar-module_icon_aunvb{fill:var(--tabBar__tabLink__icon--Fill--active)}@media(any-hover:hover){.tab-bar-module_tabLink_-ufJg:hover{background:var(--tabBar__tabLink--Background--hover);border:var(--tabBar__tabLink--Border--hover)}.tab-bar-module_tabLink_-ufJg:hover .tab-bar-module_label_05p11{color:var(--tabBar__tabLink__label--Color--hover);text-shadow:var(--tabBar__tabLink__label--TextShadow--hover)}.tab-bar-module_tabLink_-ufJg:hover .tab-bar-module_icon_aunvb{fill:var(--tabBar__tabLink__icon--Fill--hover);filter:var(--tabBar__tabLink__icon--Filter--hover)}}}@layer tabList{.tabList{--tabsList--FlexDirection: row;--tabsList--Gap: 20px}.tabs-list-module_tabList_7r7Dv{display:flex;flex-direction:var(--tabsList--FlexDirection);gap:var(--tabsList--Gap)}}@layer sidebar{.sidebar{--sidebarWrapper--Top: 0;--sidebarWrapper--Left: 0;--sidebarWrapper--Width: 100vw;--sidebarWrapper--Height: 100%;--sidebarWrapper--Background: transparent;--sidebarWrapper--zIndex: 20;--sidebarWrapper--Color: white;--sidebarWrapper--Display: flex;--sidebarWrapper--AlignItems: auto;--sidebar--Background: black;--sidebar--BoxSizing: border-box;--sidebar--Opacity: 1;--sidebar--MinWidth: 50px;--sidebar--Width: 100%;--sidebar--MaxWidth: 200px;--sidebar--Height: 100%;--sidebar--Top: 0;--sidebar--Transition: all .3s ease-out;--sidebar--zIndex: 10;--sidebar--Padding: 20px;--sidebar--Overflow: auto;--sidebar--JustifyContent: flex-start}[dir=rtl] .sidebar{--sidebar--JustifyContent: flex-end}.sidebar-module_sidebarWrapper_j2rVv{box-sizing:border-box;position:fixed;top:var(--sidebarWrapper--Top);left:var(--sidebarWrapper--Left);display:var(--sidebarWrapper--Display);align-items:var(--sidebarWrapper--AlignItems);width:var(--sidebarWrapper--Width);background:var(--sidebarWrapper--Background);height:var(--sidebarWrapper--Height);z-index:var(--sidebarWrapper--zIndex);color:var(--sidebarWrapper--Color);pointer-events:default;-webkit-user-select:none;user-select:none}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_left_V-9f3{justify-content:flex-start}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_left_V-9f3 .sidebar-module_sidebar_ruXSQ{transform:translate(0);animation:sidebar-module_fadeInLeft_cPKVL var(--Transition--normal) ease-in-out}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_left_V-9f3 .sidebar-module_sidebar_ruXSQ.sidebar-module_close_YBjuX{transform:translate(-100%);animation:sidebar-module_fadeInLeft_cPKVL var(--Transition--normal) ease-in-out;animation-direction:reverse}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_right_IsoN5{left:auto;right:0;justify-content:flex-end}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_right_IsoN5 .sidebar-module_sidebar_ruXSQ{transform:translate(0);animation:sidebar-module_fadeInRight_dwxLm var(--Transition--normal) ease-in-out}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_right_IsoN5 .sidebar-module_sidebar_ruXSQ.sidebar-module_close_YBjuX{transform:translate(100%);animation:sidebar-module_fadeInRight_dwxLm var(--Transition--normal) ease-in-out;animation-direction:reverse}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_hide_jh-xg.sidebar-module_left_V-9f3{justify-content:flex-start}[dir=rtl] .sidebar-module_sidebarWrapper_j2rVv.sidebar-module_hide_jh-xg.sidebar-module_left_V-9f3,.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_hide_jh-xg.sidebar-module_right_IsoN5{justify-content:flex-end}[dir=rtl] .sidebar-module_sidebarWrapper_j2rVv.sidebar-module_hide_jh-xg.sidebar-module_right_IsoN5{justify-content:flex-start}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_collapse_ewP81{position:sticky;width:fit-content}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_collapse_ewP81 .sidebar-module_sidebar_ruXSQ{transform:none;animation:none;width:var(--sidebar--MaxWidth);min-width:unset}.sidebar-module_sidebarWrapper_j2rVv.sidebar-module_collapse_ewP81 .sidebar-module_sidebar_ruXSQ.sidebar-module_close_YBjuX{transform:none;animation:none;opacity:1;width:var(--sidebar--MinWidth)}.sidebar-module_sidebar_ruXSQ{box-sizing:var(--sidebar--BoxSizing);overflow:var(--sidebar--Overflow);display:flex;justify-content:var(--sidebar--JustifyContent);max-width:var(--sidebar--MaxWidth);width:var(--sidebar--Width);height:var(--sidebar--Height);background:var(--sidebar--Background);padding:var(--sidebar--Padding);transform:translate(100%);opacity:var(--sidebar--Opacity);transition:var(--sidebar--Transition)}.sidebar-module_sidebar_ruXSQ::-webkit-scrollbar{display:none}.sidebar-module_sidebar_ruXSQ.sidebar-module_close_YBjuX{opacity:0}@keyframes sidebar-module_fadeInLeft_cPKVL{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes sidebar-module_fadeInRight_dwxLm{0%{transform:translate(100%)}to{transform:translate(0)}}}@layer fileInput{.fileInput{--fileInput--Gap: 20px;--fileInput--BorderRadius: 8px;--fileInput--Border: dashed 2px black;--fileInput--Background: grey;--fileInput--Padding: 9px 15px;--fileInput__label--FontWeight: 400;--fileInput__label--FontSize: 16px;--fileInput__label--Color: black;--fileInput__placeholder--FontWeight: 400;--fileInput__placeholder--FontSize: 16px;--fileInput__placeholder--LineHeight: 1.8em;--fileInput__placeholder--TextAlign: center;--fileInput__placeholder--Color: center;--fileInput__loader--Width: 15px;--fileInput__loader--Height: 15px;--fileInput__uploadIcon--Stroke: white;--fileInputHaveFile--Gap: 16px;--fileInputHaveFile--Border: dashed 2px transparent;--fileInputHaveFile--Padding: 16px;--fileInput__fileUpload--JustifyContent: start;--fileInput__fileUpload--Gap: 0;--fileInput__fileUpload--Padding: 0;--fileInput__fileUpload--Border: none;--fileInput__fileUpload--BorderRadius: 6px;--fileInputHaveFile__previewImg--MaxWidth: 216px;--fileInputHaveFile__previewImg--MaxHeight: 135px;--fileInputHaveFile__previewImg--BorderRadius: 0;--fileInputHaveFile__previewInfo--Gap: 55px;--fileInputHaveFile__previewInfo--JustifyContent: space-between;--fileInputHaveFile__previewInfo--Width: 100%;--fileInputHaveFile__previewInfo__previewInfoLeft--Gap: 8px;--fileInputHaveFile__previewInfo__previewInfoLeft__previewIcon--Fill: black;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--FontWeight: 400;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--FontSize: 16px;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--TextAlign: center;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--Color: white;--fileInputHaveFile__previewInfo__previewInfoRight--Gap: 8px;--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--FontWeight: 400;--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--FontSize: 16px;--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--TextAlign: center;--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--Color: center;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Fill: red;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Fill--hover: red;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Height: 25px;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Width: 24px}@media(max-width:986px){.fileInput{--fileInput--Padding: 7px 15px;--fileInput__placeholder--FontSize: 14px;--fileInputHaveFile__previewImg--MaxWidth: 200px;--fileInputHaveFile__previewImg--MaxHeight: 125px}}.file-input-module_fileInput_w8j5a{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--fileInput--Gap);border-radius:var(--fileInput--BorderRadius);border:var(--fileInput--Border);background:var(--fileInput--Background);width:100%;padding:var(--fileInput--Padding)}.file-input-module_fileInput_w8j5a .file-input-module_label_d8uMX{font-weight:var(--fileInput__label--FontWeight);font-size:var(--fileInput__label--FontSize);color:var(--fileInput__label--Color)}.file-input-module_fileInput_w8j5a .file-input-module_fileUpload_-I9JD{box-sizing:border-box;display:flex;align-items:center;justify-content:var(--fileInput__fileUpload--JustifyContent);width:100%;gap:var(--fileInput__fileUpload--Gap);padding:var(--fileInput__fileUpload--Padding);border:var(--fileInput__fileUpload--Border);border-radius:var(--fileInput__fileUpload--BorderRadius)}.file-input-module_fileInput_w8j5a .file-input-module_fileUpload_-I9JD .file-input-module_input_o95yA{cursor:pointer;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.file-input-module_fileInput_w8j5a .file-input-module_fileUpload_-I9JD .file-input-module_input_o95yA:disabled{cursor:not-allowed}.file-input-module_fileInput_w8j5a .file-input-module_placeholder_WsbGf{font-weight:var(--fileInput__placeholder--FontWeight);font-size:var(--fileInput__placeholder--FontSize);line-height:var(--fileInput__placeholder--LineHeight);text-align:var(--fileInput__placeholder--TextAlign);color:var(--fileInput__placeholder--Color)}.file-input-module_fileInput_w8j5a .file-input-module_loader_EuMUW{width:var(--fileInput__loader--Width);height:var(--fileInput__loader--Height)}.file-input-module_fileInput_w8j5a .file-input-module_uploadIcon_ToGUf{stroke:var(--fileInput__uploadIcon--Stroke)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi{flex-direction:column;align-items:start;gap:var(--fileInputHaveFile--Gap);border:var(--fileInputHaveFile--Border);padding:var(--fileInputHaveFile--Padding)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewImg_mlZSl{max-width:var(--fileInputHaveFile__previewImg--MaxWidth);width:100%;max-height:var(--fileInputHaveFile__previewImg--MaxHeight);height:100%;border-radius:var(--fileInputHaveFile__previewImg--BorderRadius);aspect-ratio:var(--filePreview--AspectRatio);object-fit:contain}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C{display:flex;align-items:center;justify-content:var(--fileInputHaveFile__previewInfo--JustifyContent);gap:var(--fileInputHaveFile__previewInfo--Gap);width:var(--fileInputHaveFile__previewInfo--Width)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoLeft_yTkUv{display:flex;align-items:center;gap:var(--fileInputHaveFile__previewInfo__previewInfoLeft--Gap)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoLeft_yTkUv .file-input-module_previewIcon_y1KZh{fill:var(--fileInputHaveFile__previewInfo__previewInfoLeft__previewIcon--Fill)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoLeft_yTkUv .file-input-module_previewName_6thVR{display:-webkit-box;max-width:80%;max-height:1lh;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all;font-weight:var(--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--FontWeight);font-size:var(--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--FontSize);text-align:var(--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--TextAlign);color:var(--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--Color)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoRight_S7ZNG{display:flex;align-items:center;gap:var(--fileInputHaveFile__previewInfo__previewInfoRight--Gap)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoRight_S7ZNG .file-input-module_previewSize_UofSX{font-weight:var(--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--FontWeight);font-size:var(--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--FontSize);text-align:var(--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--TextAlign);color:var(--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--Color)}.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoRight_S7ZNG .file-input-module_removeFileButton_VUk-M .file-input-module_removeFileIcon_uT36i{width:var(--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Width);height:var(--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Height, );fill:var(--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Fill)}@media(any-hover:hover){.file-input-module_fileInput_w8j5a.file-input-module_haveFile_E1tVi .file-input-module_previewInfo_fTi9C .file-input-module_previewInfoRight_S7ZNG .file-input-module_removeFileButton_VUk-M:hover .file-input-module_removeFileIcon_uT36i{fill:var(--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Fill--hover, )}}}@layer tabButtons{.tabButtons{--tabButtons--Gap: 10px;--tabButtons__button--BorderBottom: 2px solid red;--tabButtons__button--BorderBottom--active: green}.tab-buttons-module_tabsWrapper_EfTtO{display:flex;width:100%;gap:var(--tabButtons--Gap)}.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO{box-sizing:border-box;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:var(--tabButtons__button--BorderBottom)}.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO.tab-buttons-module_active_L8oYt{border-bottom:var(--tabButtons__button--BorderBottom--active)}@media(any-hover:hover){.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO.tab-buttons-module_active_L8oYt:hover{border-bottom:var(--tabButtons__button--BorderBottom--active)}}@media(any-hover:hover){.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO:hover{border-bottom:var(--tabButtons__button--BorderBottom)}}}@layer phoneInput{.phoneInput{--phoneInput__contentContainer--MaxWidth: 360px;--phoneInput__contentContainer__selectList--MinHeight: 200px;--phoneInput__contentContainer__selectList--MaxHeight: 250px;--phoneInput__selectContainer--Border: none;--phoneInput__selectContainer--BorderRadius: 8px;--phoneInput__selectContainer--Background: black;--phoneInput__selectContainer__selectList__selectItem--Background--hover: grey;--phoneInput__selectContainer__selectList__selectItem--Padding: 0;--phoneInput__BackgroundColor: black;--phoneInput__Color: white;--phoneInput__placeholder--Color: white;--phoneInput__BorderRadius: red;--phoneInput__BackgroundColor--hover: #32383e;--phoneInput__Padding: 4px;--phoneInput__button__Padding: 0 40px;--phoneInput__trigger--Padding: 10px 10px;--phoneInput__trigger--BorderRadius: 4px;--phoneInput__trigger--Color: red;--phoneInput__trigger__BackgroundColor: #32383e;--phoneInput__trigger__BackgroundColor--hover: #4c555e;--phoneInput__trigger__Color: white;--phoneInput__trigger__Color--hover: white;--phoneInput__option--Gap: 5px;--phoneInput__option--Color: white;--phoneInput__option--Height: 32px;--phoneInput__option--FontSize: 14px;--phoneInput__option--BackgroundColor--hover: #32383e;--phoneInput__option--Color--hover: white;--phoneInput__trigger--BackgroundColor: #32383e;--phoneInput__optionWrapper--Gap: 8px;--phoneInput__optionWrapper--Padding: 0 10px;--phoneInput__optionWrapper--BackgroundColor: #32383e;--phoneInput__optionWrapper--BackgroundColor--hover: #4c555e;--phoneInput__optionWrapper--BackgroundColor--active: #4c555e;--phoneInput--icon--Width: 24px;--phoneInput--icon--Height: 24px;--phoneInput__icon--BackgroundColor: transparent;--phoneInput__icon--BorderRadius: 50%;--phoneInput__icon--Scale: 1.6;--phoneInput__text--MinWidth: 30px;--phoneInput__text--Padding: 0px;--phoneInput--arrowIcon--Width: 24px;--phoneInput--arrowIcon--Height: 24px;--phoneInput--arrowIcon--Fill: white;--phoneInput__arrowIcon--Transform: rotate(180deg);--phoneInput__contentWrapper--BackgroundColor: black;--phoneInput__contentWrapper--BorderRadius: 10px;--phoneInput__contentWrapper--Padding: 16px;--phoneInput__contentWrapper--Gap: 8px;--phoneInput__searchInput--BackgroundColor: black;--phoneInput__searchInput--BackgroundColor--hover: #32383e;--phoneInput__searchInput--Color: white;--phoneInput__searchInput--Color--hover: white;--phoneInput__content--Height: min-content;--phoneInput__content--MaxHeight: 250px;--phoneInput__content--Gap: 5px;--phoneInput__content--BackgroundColor: black;--phoneInput__content--Padding: 0;--phoneInput__content--BorderRadius: 10px;--phoneInput__content--Color: white}.phoneInput .button{--button__leftContent--MarginInlineEnd--md: 4px;--button__rightContent--MarginInlineStart--md: 4px}.phoneInput .selectContainer{--selectContainer--Border: var(--phoneInput__selectContainer--Border);--selectContainer--BorderRadius: var(--phoneInput__selectContainer--BorderRadius);--selectContainer--Background: var(--phoneInput__selectContainer--Background);--selectContainer__selectList__selectItem--Background--hover: var( --phoneInput__selectContainer__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Padding: var( --phoneInput__selectContainer__selectList__selectItem--Padding )}.phone-input-module_contentContainer_OKTUD{max-width:var(--phoneInput__contentContainer--MaxWidth);width:100%}.phone-input-module_contentContainer_OKTUD .phone-input-module_selectList_agz-x{overflow:auto;min-height:var(--phoneInput__contentContainer__selectList--MinHeight);max-height:var(--phoneInput__contentContainer__selectList--MaxHeight);box-sizing:border-box;display:flex;flex-direction:column;background-color:var(--phoneInput__contentWrapper--BackgroundColor);border-radius:var(--phoneInput__contentWrapper--BorderRadius);padding:var(--phoneInput__contentWrapper--Padding);gap:var(--phoneInput__contentWrapper--Gap)}.phone-input-module_searchInput_YIdXP{--input--BackgroundColor: var(--phoneInput__searchInput--BackgroundColor);--input--Color: var(--phoneInput__searchInput--Color)}@media(any-hover:hover){.phone-input-module_searchInput_YIdXP:hover{--input--Background--hover: var(--phoneInput__searchInput--BackgroundColor--hover);--input--Color: var(--phoneInput__searchInput--Color--hover)}}.phone-input-module_contentContainer_OKTUD{z-index:1000!important}.phone-input-module_content_Uj1YT{gap:var(--phoneInput__content--Gap);display:flex;flex-direction:column;background-color:var(--phoneInput__content--BackgroundColor);padding:var(--phoneInput__content--Padding);border-radius:var(--phoneInput__content--BorderRadius);color:var(--phoneInput__content--Color);transition:all var(--Transition--normal);height:var(--phoneInput__content--Height);max-height:var(--phoneInput__content--MaxHeight);overflow-y:scroll}.phone-input-module_content_Uj1YT::-webkit-scrollbar{width:0}.phone-input-module_option_GdZ7X{display:flex;gap:var(--phoneInput__option--Gap);font-size:var(--phoneInput__option--FontSize);color:var(--phoneInput__option--Color);transition:all var(--Transition--normal);width:100%;height:var(--phoneInput__option--Height);background:var(--phoneInput__optionWrapper--BackgroundColor)}@media(any-hover:hover){.phone-input-module_option_GdZ7X:hover{background-color:var(--phoneInput__optionWrapper--BackgroundColor--hover);color:var(--phoneInput__option--Color--hover)}}.phone-input-module_triggerContainer_ti84A .phone-input-module_trigger_RMZG7{box-sizing:border-box;display:flex;align-items:center;color:var(--phoneInput__trigger--Color);padding:var(--phoneInput__trigger--Padding);background-color:var(--phoneInput__trigger--BackgroundColor);border-radius:var(--phoneInput__trigger--BorderRadius)}@media(any-hover:hover){.phone-input-module_triggerContainer_ti84A .phone-input-module_trigger_RMZG7:hover{background-color:var(--phoneInput__trigger--BackgroundColor--hover)}}.phone-input-module_icon_P2yY-{max-width:var(--phoneInput--icon--Width);min-width:var(--phoneInput--icon--Width);max-height:var(--phoneInput--icon--Height);min-height:var(--phoneInput--icon--Height);border:var(--phoneInput__icon--Padding);background-color:var(--phoneInput__icon--BackgroundColor);border-radius:var(--phoneInput__icon--BorderRadius);overflow:hidden;align-items:center;display:flex}.phone-input-module_icon_P2yY- .phone-input-module_flag_q-fSi{width:100%;scale:var(--phoneInput__icon--Scale);border:var(--phoneInput__icon--Padding)}.phone-input-module_text_V7iaW{margin:0;padding:var(--phoneInput__text--Padding);min-width:var(--phoneInput__text--MinWidth);text-align:left}.phone-input-module_arrowIcon_qzlJW{display:flex;width:var(--phoneInput--arrowIcon--Width);height:var(--phoneInput--arrowIcon--Height);fill:var(--phoneInput--arrowIcon--Fill)}.phone-input-module_arrowIconOpen_WyuKo{transform:var(--phoneInput__arrowIcon--Transform)}.phone-input-module_optionWrapper_mtCPu{width:100%;display:flex;align-items:center;gap:var(--phoneInput__optionWrapper--Gap);transition:all var(--Transition--normal)}.phone-input-module_active_Hfgk-{background:var(--phoneInput__optionWrapper--BackgroundColor--active)}}@layer otpInput{.otpInput{--otpInput__wrapper--Width: 100%;--otpInput__wrapper__slotsWrapper--Gap: 8px;--otpInput__wrapper__slotsWrapper__slot--Width: 93px;--otpInput__wrapper__slotsWrapper__slot--Height: 48px;--otpInput__wrapper__slotsWrapper__slot--Border: 1px solid grey;--otpInput__wrapper__slotsWrapper__slot--BorderRadius: 8px;--otpInput__wrapper__slotsWrapper__slot--Background: brown;--otpInput__wrapper__slotsWrapper__slot--FontWeight: 700;--otpInput__wrapper__slotsWrapper__slot--FontSize: 24px;--otpInput__wrapper__slotsWrapper__slot--Color: white;--otpInput__wrapper__slotsWrapper__slot--Border--hover: 1px solid white;--otpInput__wrapper__slotsWrapper__slot--Border--active: 1px solid white;--otpInput__wrapper__slotsWrapper__slot--Border--error: 1px solid red}@media(max-width:986px){.otpInput{--otpInput__wrapper__slotsWrapper__slot--Width: 50px;--otpInput__wrapper__slotsWrapper__slot--Height: 40px;--otpInput__wrapper__slotsWrapper__slot--FontSize: 20px}}.otp-input-module_otpInputWrapper_A3vd-{position:relative;width:var(--otpInput__wrapper--Width)}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_otpInput_Lj0Tf{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:transparent;color:transparent;caret-color:transparent;outline:none;opacity:0}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_otpInput_Lj0Tf:focus{outline:none;color:transparent}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_otpInput_Lj0Tf::selection{background:transparent}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_slotsWrapper_C4M3o{display:flex;align-items:center;justify-content:space-between;width:100%;gap:var(--otpInput__wrapper__slotsWrapper--Gap)}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_slot_572m1{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:var(--otpInput__wrapper__slotsWrapper__slot--Width);height:var(--otpInput__wrapper__slotsWrapper__slot--Height);border:var(--otpInput__wrapper__slotsWrapper__slot--Border);border-radius:var(--otpInput__wrapper__slotsWrapper__slot--BorderRadius);background:var(--otpInput__wrapper__slotsWrapper__slot--Background);font-weight:var(--otpInput__wrapper__slotsWrapper__slot--FontWeight);font-size:var(--otpInput__wrapper__slotsWrapper__slot--FontSize);color:var(--otpInput__wrapper__slotsWrapper__slot--Color)}@media(any-hover:hover){.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_slot_572m1:hover{border:var(--otpInput__wrapper__slotsWrapper__slot--Border--hover)}}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_slot_572m1.otp-input-module_active_tD0Di{border:var(--otpInput__wrapper__slotsWrapper__slot--Border--active)}.otp-input-module_otpInputWrapper_A3vd- .otp-input-module_slot_572m1.otp-input-module_error_LLDWT{border:var(--otpInput__wrapper__slotsWrapper__slot--Border--error)}}@layer gallery{.gallery{--gallery__Wrapper--Gap: 10px;--gallery__Wrapper--JustifyContent: center;--gallery__Wrapper--AlignItems: center;--gallery__Wrapper--FlexDirection: column;--gallery__ContainerSelectedImg--FlexDirection: row;--gallery__ContainerSelectedImg--Gap: 10px;--gallery__ContainerSelectedImg--JustifyContent: center;--gallery__ContainerSelectedImg--AlignItems: center;--gallery__Control--Width: min-content;--gallery__Control--Heigth: min-content;--gallery__Control--Padding: 0;--gallery__Control--Background: orange;--gallery__Control--Border: orange;--gallery__Control--BorderRadius: 5px;--gallery__Control--Background--hover: darkorange;--gallery__Control--Border--hover: darkorange;--gallery__Control--BorderRadius--hover: 10px;--gallery__Control--Opacity--disabled: .3;--gallery__Control--Background--disabled: orange;--gallery__Control--Border--disabled: orange;--gallery__ControlIcon--Width: 35px;--gallery__ControlIcon--Heigth: 35px;--gallery__ControlIcon--Padding: 10px;--gallery__ControlIcon--Fill: black}.gallery-module_galleryWrapper_fq5Bz{display:flex;flex-direction:var(--gallery__Wrapper--FlexDirection);align-items:var(--gallery__Wrapper--AlignItems);justify-content:var(--gallery__Wrapper--JustifyContent);gap:var(--gallery__Wrapper--Gap)}.gallery-module_containerSelectedImg_yfJlV{display:flex;flex-direction:var(--gallery__ContainerSelectedImg--FlexDirection);align-items:var(--gallery__ContainerSelectedImg--AlignItems);gap:var(--gallery__ContainerSelectedImg--Gap)}.gallery-module_control_rm4Jd{box-sizing:border-box;width:var(--gallery__Control--Width);height:var(--gallery__Control--Heigth);padding:var(--gallery__Control--Padding);background:var(--gallery__Control--Background);border:var(--gallery__Control--Border);border-radius:var(--gallery__Control--BorderRadius)}@media(any-hover:hover){.gallery-module_control_rm4Jd:hover{background:var(--gallery__Control--Background--hover);border:var(--gallery__Control--Border--hover)}}.gallery-module_control_rm4Jd.gallery-module_reverse_MXpAW{transform:rotate(180deg)}.gallery-module_control_rm4Jd:disabled{opacity:var(--gallery__Control--Opacity--disabled);background:var(--gallery__Control--Background--disabled);border:var(--gallery__Control--Border--disabled)}.gallery-module_controlIcon_t2mya{padding:var(--gallery__ControlIcon--Padding);width:var(--gallery__ControlIcon--Width);height:var(--gallery__ControlIcon--Heigth);fill:var(--gallery__ControlIcon--Fill)}}.scrollable-module_scrollable_m-Vjq{overflow-y:auto}@layer drawerContentWrapper{.drawerContentWrapper{--drawerContentWrapper--Height: initial;--drawerContentWrapper--MaxHeight: initial;--drawerContentWrapper__top--Position: relative;--drawerContentWrapper__top--BorderBottom: 1px solid rgba(255, 255, 255, .1);--drawerContentWrapper__top--Padding: 15px 44px;--drawerContentWrapper__title--Width: 100%;--drawerContentWrapper__title--Margin: 0;--drawerContentWrapper__title--FontSize: 18px;--drawerContentWrapper__title--FontWeight: 700;--drawerContentWrapper__title--Color: rgba(0, 26, 113, .3);--drawerContentWrapper__title--TextAlign: center;--drawerContentWrapper__closeButton--Position: absolute;--drawerContentWrapper__closeButton--Top: 12px;--drawerContentWrapper__closeButton--Right: 16px;--drawerContentWrapper__closeButton--Background: transparent;--drawerContentWrapper__contentCloseIcon--Fill: rgba(255, 255, 255, .3);--drawerContentWrapper__bottom--Padding: 8.5px 20px;--drawerContentWrapper__bottom--BorderTop: 1px solid rgba(0, 26, 113, .3)}.drawer-content-wrapper-module_wrapper_imyGV{height:var(--drawerContentWrapper--Height);max-height:var(--drawerContentWrapper--MaxHeight)}.drawer-content-wrapper-module_top_vJVX-{position:var(--drawerContentWrapper__top--Position);border-bottom:var(--drawerContentWrapper__top--BorderBottom);padding:var(--drawerContentWrapper__top--Padding)}.drawer-content-wrapper-module_title_OoOwO{width:var(--drawerContentWrapper__title--Width);margin:var(--drawerContentWrapper__title--Margin);font-size:var(--drawerContentWrapper__title--FontSize);font-weight:var(--drawerContentWrapper__title--FontWeight);color:var(--drawerContentWrapper__title--Color);text-align:var(--drawerContentWrapper__title--TextAlign)}.drawer-content-wrapper-module_closeButton_Sus7h{position:var(--drawerContentWrapper__closeButton--Position);top:var(--drawerContentWrapper__closeButton--Top);right:var(--drawerContentWrapper__closeButton--Right);background:var(--drawerContentWrapper__closeButton--Background);padding:0}[dir=rtl] .drawer-content-wrapper-module_closeButton_Sus7h{right:auto;left:var(--drawerContentWrapper__closeButton--Right)}.drawer-content-wrapper-module_closeIcon_UIJeu{fill:var(--drawerContentWrapper__contentCloseIcon--Fill);color:var(--drawerContentWrapper__contentCloseIcon--Fill)}.drawer-content-wrapper-module_bottom_oW6MG{border-top:var(--drawerContentWrapper__bottom--BorderTop);padding:var(--drawerContentWrapper__bottom--Padding)}}@layer searchEmpty{.searchEmpty{--searchEmpty--Height: 100%;--searchEmpty--Width: 100%;--searchEmpty--Padding: 40px 0;--searchEmpty--Display: flex;--searchEmpty--JustifyContent: center;--searchEmpty--AlignItems: center;--searchEmpty__text--FontSize: 14px;--searchEmpty__text--LineHeight: normal;--searchEmpty__text--FontWeight: 600;--searchEmpty__text--Color: rgba(0, 26, 113, .3);--searchEmpty__text--TextAlign: center;--searchEmpty__text--Margin: 0}.search-empty-module_empty_FBCHt{height:var(--searchEmpty--Height);width:var(--searchEmpty--Width);padding:var(--searchEmpty--Padding);display:var(--searchEmpty--Display);justify-content:var(--searchEmpty--JustifyContent);align-items:var(--searchEmpty--AlignItems)}.search-empty-module_emptyText_P1kfi{font-size:var(--searchEmpty__text--FontSize);line-height:var(--searchEmpty__text--LineHeight);font-weight:var(--searchEmpty__text--FontWeight);color:var(--searchEmpty__text--Color);text-align:var(--searchEmpty__text--TextAlign);margin:var(--searchEmpty__text--Margin)}}@layer infoContent{.infoContent{--infoContent--Gap: 10px;--infoContent--BorderRadius: 30px;--infoContent--Background: rgba(255, 165, 0, .1);--infoContent--Padding: 10px 20px;--infoContent--JustifyContent: flex-start;--infoContent--AlignItems: center;--infoContent--flexDirection: row;--infoContent--TextAlign: left;--infoContent__Text--Color: #ffa500;--infoContent__Text--Weght: 400;--infoContent__Text--Size: 14px;--infoContent__Icon--Color: #ffa500;--infoContent__Icon--Size: 24px}.info-content-module_infoContent_zoZLF{box-sizing:border-box;display:flex;align-items:var(--infoContent--AlignItems);gap:var(--infoContent--Gap);background:var(--infoContent--Background);border-radius:var(--infoContent--BorderRadius);padding:var(--infoContent--Padding);text-align:var(--infoContent--TextAlign);justify-content:var(--infoContent--JustifyContent);flex-direction:var(--infoContent--flexDirection)}.info-content-module_icon_cD9ZW{width:var(--infoContent__Icon--Size);height:var(--infoContent__Icon--Size);fill:var(--infoContent__Icon--Color);flex-shrink:0}.info-content-module_text_kerXf{box-sizing:border-box;color:var(--infoContent__Text--Color);font-size:var(--infoContent__Text--Size);font-weight:var(--infoContent__Text--Weght);margin:0}}@layer progressBar{.progressBar{--progressBar--GridTemplateColumns: repeat(40, 4px);--progressBar--Gap: 2.5px;--progressBar--BorderRadius: 10px;--progressBar--Background: rgb(227, 175, 175);--progressBar--Padding: 4px 10px;--progressBar__item--Height: 12px;--progressBar__item--BorderRadius: 2px;--progressBar__item--Background: rgb(178, 123, 123);--progressBar__item--Background--active: rgb(97, 52, 52);--progressBar__item--Background--finished: rgb(52, 97, 57);--progressBar__completed--Background: rgb(12, 60, 17);--progressBar__tickIcon--Fill: black}@media(max-width:768px){.progressBar{--progressBar--GridTemplateColumns: repeat(40, 2px);--progressBar__item--MaxWidth--mobile: 2px}}.progress-bar-module_progressbarContainer_dgQva{box-sizing:border-box;position:relative;list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:grid;grid-template-columns:repeat(40,4px);gap:2.5px;justify-content:space-between;border-radius:10px;width:100%;background:var(--progressBar--Background);padding:var(--progressBar--Padding)}.progress-bar-module_progressbarContainer_dgQva .progress-bar-module_item_Urghf{height:var(--progressBar__item--Height);border-radius:var(--progressBar__item--BorderRadius);background:var(--progressBar__item--Background)}.progress-bar-module_progressbarContainer_dgQva .progress-bar-module_item_Urghf.progress-bar-module_active_3Ilmz{background:var(--progressBar__item--Background--active)}.progress-bar-module_progressbarContainer_dgQva.progress-bar-module_finished_2giz- .progress-bar-module_item_Urghf.progress-bar-module_active_3Ilmz{background:var(--progressBar__item--Background--finished)}.progress-bar-module_progressbarContainer_dgQva .progress-bar-module_completed_5ey0Q{position:absolute;top:50%;right:-12px;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:var(--progressBar__completed--Background)}.progress-bar-module_progressbarContainer_dgQva .progress-bar-module_completed_5ey0Q .progress-bar-module_tickIcon_SNVOB{position:absolute;top:52%;left:52%;transform:translate(-50%,-50%);fill:var(--progressBar__tickIcon--Fill)}@media(max-width:768px){.progress-bar-module_progressbarContainer_dgQva{grid-template-columns:var(--progressBar--GridTemplateColumns)}.progress-bar-module_progressbarContainer_dgQva .progress-bar-module_item_Urghf{max-width:var(--progressBar__item--MaxWidth--mobile)}}}@layer accordionWrapperCard{.accordionWrapperCard{--accordionWrapperCard--Background: lightgrey;--accordionWrapperCard__triggerWrapper--Background: grey;--accordionWrapperCard__triggerWrapper--BorderRadius: 30px;--accordionWrapperCard__triggerWrapper--Padding: 20px;--accordionWrapperCard__trigger--MarginBottom: 10px;--accordionWrapperCard__triggerIcon--Width: 4px;--accordionWrapperCard__triggerIcon--Height: 16px;--accordionWrapperCard__buttonsOptions--Gap: 10px;--accordionWrapperCard__button--Width: 40px;--accordionWrapperCard__button--Height: 40px;--accordionWrapperCard__content--Padding: 10px 20px 20px;--accordionWrapperCard__triggerIcon--Fill: black;--accordionWrapperCard__icon--Fill: black;--accordionWrapperCard__tooltip--MinWidth: 250px;--accordionWrapperCard__tooltip--Padding: 0}.accordion-wrapper-card-module_accordion_lKQ1f{width:100%;--accordion-item--Background: var(--accordionWrapperCard--Background);--accordion-item--BorderBottomRadius: var(--accordionWrapperCard__triggerWrapper--BorderRadius)}.accordion-wrapper-card-module_triggerWrapper_Qg2F6{background:var(--accordionWrapperCard__triggerWrapper--Background);border-radius:var(--accordionWrapperCard__triggerWrapper--BorderRadius);padding:var(--accordionWrapperCard__triggerWrapper--Padding)}.accordion-wrapper-card-module_trigger_3fXNJ{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--accordionWrapperCard__trigger--MarginBottom);cursor:pointer}.accordion-wrapper-card-module_buttonsOptions_u0-V5{display:flex;gap:var(--accordionWrapperCard__buttonsOptions--Gap);align-self:flex-start}.accordion-wrapper-card-module_tooltip_Wb-xb{--tooltip--Padding: var(--accordionWrapperCard__tooltip--Padding);border:none;box-shadow:none;padding:var(--accordionWrapperCard__tooltip--Padding);box-sizing:border-box;min-width:var(--accordionWrapperCard__tooltip--MinWidth);overflow:hidden;background:none}.accordion-wrapper-card-module_button_zg9-1{width:var(--accordionWrapperCard__button--Width);height:var(--accordionWrapperCard__button--Height)}.accordion-wrapper-card-module_content_VEVBv{padding:var(--accordionWrapperCard__content--Padding)}.accordion-wrapper-card-module_triggerIcon_2cncL{fill:var(--accordionWrapperCard__triggerIcon--Fill);width:var(--accordionWrapperCard__triggerIcon--Width);height:var(--accordionWrapperCard__triggerIcon--Height)}.accordion-wrapper-card-module_triggerIcon_2cncL.accordion-wrapper-card-module_reverse_qiuEF{transform:rotate(180deg)}.accordion-wrapper-card-module_icon_gWBZs{fill:var(--accordionWrapperCard__icon--Fill)}.accordion-wrapper-card-module_icon_gWBZs.accordion-wrapper-card-module_reverse_qiuEF{transform:rotate(180deg)}}@layer modalContentWrapper{.modalContentWrapper{--modalContentWrapper__top--BorderBottom: 1px solid grey;--modalContentWrapper__top--Padding: 25px 50px;--modalContentWrapper__top__title--FontWeight: 700;--modalContentWrapper__top__title--FontSize: 20px;--modalContentWrapper__top__title--Color: grey;--modalContentWrapper__top__title--TextAlign: center;--modalContentWrapper__top__closeButton--Top: 25px;--modalContentWrapper__top__closeButton--Right: 25px;--modalContentWrapper__top__closeButton--Left: 25px;--modalContentWrapper__top__closeIcon--Fill: grey;--modalContentWrapper__bottom--BorderTop: 1px solid grey;--modalContentWrapper__bottom--Padding: 20px}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq{position:relative;border-bottom:var(--modalContentWrapper__top--BorderBottom);padding:var(--modalContentWrapper__top--Padding)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_title_bz7vH{display:block;width:100%;font-weight:var(--modalContentWrapper__top__title--FontWeight);font-size:var(--modalContentWrapper__top__title--FontSize);color:var(--modalContentWrapper__top__title--Color);text-align:var(--modalContentWrapper__top__title--TextAlign)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX{position:absolute;top:var(--modalContentWrapper__top__closeButton--Top);right:var(--modalContentWrapper__top__closeButton--Right);background:transparent;padding:0}[dir=rtl] .modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX{right:auto;left:var(--modalContentWrapper__top__closeButton--Left)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX .modal-content-wrapper-module_closeIcon_CHtJJ{fill:var(--modalContentWrapper__top__closeIcon--Fill)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_bottom_qheDD{border-top:var(--modalContentWrapper__bottom--BorderTop);padding:var(--modalContentWrapper__bottom--Padding)}}@layer banners,history,betsStatisticsList,storeFilter,gamesFilter;.base-login-form-module_loginForm_n8VwD{display:flex;flex-direction:column;gap:10px}.base-login-form-module_loginButton_9RD5t{margin:var(--authModal__loginButton--Margin)}@layer baseRegistrationForm{.baseRegistrationForm{--registrationForm--Gap: 16px;--registraionForm--Margin: 0;--registrationForm__formTitle--FontWeight: 700;--registrationForm__formTitle--FontSize: 24px;--registrationForm__formTitle--Color: black;--registrationForm__checkboxWrapper--Gap: 10px;--registrationForm__checkboxWrapper--Padding: 16px 0;--registrationForm__checkboxWrapper__checkboxLabel--FontWeight: 400;--registrationForm__checkboxWrapper__checkboxLabel--FontSize: 16px;--registrationForm__checkboxWrapper__checkboxLabel--Color: black;--registrationForm__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color: green;--registrationForm__checkboxWrapper__checkboxLabel__checkboxLabelLink--TextDecoration: none}.base-registration-form-module_form_O9wdY{display:flex;flex-direction:column;gap:var(--registrationForm--Gap);margin:var(--registraionForm--Margin)}.base-registration-form-module_form_O9wdY .base-registration-form-module_formTitle_QB4Iq{font-weight:var(--registrationForm__formTitle--FontWeight);font-size:var(--registrationForm__formTitle--FontSize);color:var(--registrationForm__formTitle--Color)}.base-registration-form-module_form_O9wdY .base-registration-form-module_checkboxWrapper_jo4Ue{display:flex;align-items:center;align-self:flex-start;gap:var(--registrationForm__checkboxWrapper--Gap);padding:var(--registrationForm__checkboxWrapper--Padding)}.base-registration-form-module_form_O9wdY .base-registration-form-module_checkboxWrapper_jo4Ue .base-registration-form-module_checkboxLabel_TpIM9{font-weight:var(--registrationForm__checkboxWrapper__checkboxLabel--FontWeight);font-size:var(--registrationForm__checkboxWrapper__checkboxLabel--FontSize);color:var(--registrationForm__checkboxWrapper__checkboxLabel--Color)}.base-registration-form-module_form_O9wdY .base-registration-form-module_checkboxWrapper_jo4Ue .base-registration-form-module_checkboxLabel_TpIM9 .base-registration-form-module_checkboxLabelLink_-NKGP{color:var(--registrationForm__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color);text-decoration:var(--registrationForm__checkboxWrapper__checkboxLabel__checkboxLabelLink--TextDecoration)}}@layer currencySelector{.currencySelector{--currencySelector__contentContainer--zIndex: 101;--currencySelector__contentContainer--Padding: 0;--currencySelector__contentContainer--Background: none;--currencySelector__contentContainer--Border: none;--currencySelector__loader--Fill: black;--currencySelector__select__trigger__wrapper--Gap: 4px;--currencySelector__select__trigger--Background: white;--currencySelector__select__trigger--Border: 1px solid black;--currencySelector__select__trigger--BorderRadius: 8px;--currencySelector__select__trigger--BackgroundColor--hover: lightgray;--currencySelector__select__trigger--Padding: 9px 16px;--currencySelector__select__trigger--Gap: 10px;--currencySelector__select__trigger__title--Color: black;--currencySelector__select__trigger__title--FontSize: 16px;--currencySelector__select__trigger__title--lineHeight: 28px;--currencySelector__select__content__title--FontSize: 16px;--currencySelector__select__trigger__title--Gap: 5px;--currencySelector__select__trigger__icon--Fill: black;--currencySelector__select__trigger__icon--Width: 24px;--currencySelector__select__trigger__icon--Transition: all .3s;--currencySelector__select__trigger__icon--Transform: rotate(180deg);--currencySelector__select--Border: 1px solid black;--currencySelector__select--BorderRadius: 6px;--currencySelector__select--Background: white;--currencySelector__select--Padding: 0;--currencySelector__select--Color: black;--currencySelector__select--Overflow: hidden;--currencySelector__select__selectList--Display: flex;--currencySelector__select__selectList--FlexDirection: column;--currencySelector__select__selectList--AlignItems: normal;--currencySelector__select__selectList--JustifyContent: normal;--currencySelector__select__selectList--Gap: 0;--currencySelector__select__selectList--MaxHeight: max-content;--currencySelector__select__selectList--Padding: 0;--currencySelector__select__selectList--Background: transparent;--currencySelector__select__selectList--BorderRadius: 6px;--currencySelector__select__selectList--Overflow: auto;--currencySelector__select__selectList--BoxShadow: 5px 5px 5px black;--currencySelector__select__selectList__selectItem--BorderRadius: 0;--currencySelector__select__selectList__selectItem--Background: transparent;--currencySelector__select__selectList__selectItem--Padding: 14px 16px;--currencySelector__select__selectList__selectItem--Background--hover: lightgrey;--currencySelector__select__selectList__selectItem--Background--active: rgba(255, 255, 255, .9);--currencySelector__select__selectList__selectItem--LineHeight: normal;--currencySelector__select__selectList__selectItem--FontSize: 14px;--currencySelector__select__selectList__selectItem--Color: black;--currencySelector__select__selectList__selectItem--Gap: 10px;--currencySelector__select__selectList__selectItem--TextTransform: capitalize}.currencySelector .selectContainer{--selectContainer--Border: var(--currencySelector__select--Border);--selectContainer--BorderRadius: var(--currencySelector__select--BorderRadius);--selectContainer--Background: var(--currencySelector__select--Background);--selectContainer--Padding: var(--currencySelector__select--Padding);--selectContainer--Color: var(--currencySelector__select--Color);--selectContainer__selectList--Display: var(--currencySelector__select__selectList--Display);--selectContainer__selectList--FlexDirection: var(--currencySelector__select__selectList--FlexDirection);--selectContainer__selectList--AlignItems: var(--currencySelector__select__selectList--AlignItems);--selectContainer__selectList--JustifyContent: var(--currencySelector__select__selectList--JustifyContent);--selectContainer__selectList--Gap: var(--currencySelector__select__selectList--Gap);--selectContainer__selectList--MaxHeight: var(--currencySelector__select__selectList--MaxHeight);--selectContainer__selectList--Padding: var(--currencySelector__select__selectList--Padding);--selectContainer__selectList__selectItem--BorderRadius: var( --currencySelector__select__selectList__selectItem--BorderRadius );--selectContainer__selectList__selectItem--Background: var( --currencySelector__select__selectList__selectItem--Background );--selectContainer__selectList__selectItem--Padding: var( --currencySelector__select__selectList__selectItem--Padding );--selectContainer__selectList__selectItem--Background--hover: var( --currencySelector__select__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --currencySelector__select__selectList__selectItem--Background--active );padding:var(--currencySelector__select--Padding);color:var(--currencySelector__select--Color);overflow:var(--currencySelector__select--Overflow)}@media(max-width:986px){.currencySelector{--currencySelector__select__trigger--Padding: 5px 16px;--currencySelector__select__trigger__title--FontSize: 14px}}.currency-selector-module_contentContainer_jlLvv{--dropdown--ZIndex: var(--currencySelector__contentContainer--zIndex);--dropdown--Padding: var(--currencySelector__contentContainer--Padding);--dropdown--Background: var(--currencySelector__contentContainer--Background);--dropdown--Border: var(--currencySelector__contentContainer--Border)}.currency-selector-module_triggerContainer_50z2j{width:100%}.currency-selector-module_trigger_GzoSL{width:100%;border:var(--currencySelector__select__trigger--Border);border-radius:var(--currencySelector__select__trigger--BorderRadius);background:var(--currencySelector__select__trigger--Background);padding:var(--currencySelector__select__trigger--Padding);display:flex;align-items:center;justify-content:space-between;gap:var(--currencySelector__select__trigger--Gap);box-sizing:border-box;cursor:pointer}@media(any-hover:hover){.currency-selector-module_trigger_GzoSL:hover{background-color:var(--currencySelector__select__trigger--BackgroundColor--hover)}}.currency-selector-module_trigger_GzoSL .currency-selector-module_triggerIcon_KuoLa{transition:var(--currencySelector__select__trigger__icon--Transition);fill:var(--currencySelector__select__trigger__icon--Fill)}.currency-selector-module_trigger_GzoSL .currency-selector-module_triggerIconOpen_5cz3Y{transform:var(--currencySelector__select__trigger__icon--Transform)}.currency-selector-module_triggerLoader_EuriM svg{fill:var(--currencySelector__loader--Fill)}.currency-selector-module_triggerTitle_xrzS-{color:var(--currencySelector__select__trigger__title--Color);text-overflow:ellipsis;font-size:var(--currencySelector__select__trigger__title--FontSize);line-height:var(--currencySelector__select__trigger__title--lineHeight);gap:var(--currencySelector__select__trigger__title--Gap);display:flex;align-items:center;white-space:nowrap}.currency-selector-module_options_MoX9w{width:100%;background:var(--currencySelector__select__selectList--Background);border-radius:var(--currencySelector__select__selectList--BorderRadius);border:var(--currencySelector__select__selectList--Border);overflow:var(--currencySelector__select__selectList--Overflow)}.currency-selector-module_option_BSehU{line-height:var(--currencySelector__select__selectList__selectItem--LineHeight);font-size:var(--currencySelector__select__selectList__selectItem--FontSize);color:var(--currencySelector__select__selectList__selectItem--Color);text-transform:var(--currencySelector__select__selectList__selectItem--TextTransform)}}@layer staticPage{.staticPage{--staticPage__title--MarginBottom: clamp(16px, .769rem + 1.03vw, 32px);--staticPage__title--FontSize: clamp(24px, 1.154rem + 1.54vw, 48px);--staticPage__title--LineHeight: normal;--staticPage__title--FontWeight: 700;--staticPage__title--TextDecoration: none;--staticPage__title--TextTransform: capitalize;--staticPage__title--Color: black;--staticPage__content--Color: black;--staticPage__content__h2--FontSize: clamp(20px, .962rem + 1.28vw, 40px);--staticPage__content__h3--FontSize: clamp(14px, .673rem + .9vw, 28px);--staticPage__content__list--PaddingLeft: clamp(9px, .433rem + .58vw, 18px);--staticPage__content__list--MarginLeft: clamp(12px, .577rem + .77vw, 24px);--staticPage__content__bold--FontWeight: 700;--staticPage__content__italic--FontStyle: italic;--staticPage__content__blockquote--BorderLeft: 5px solid white;--staticPage__content__blockquote--PaddingLeft: clamp(8px, .385rem + .51vw, 16px)}.static-page-module_title_Oi50j{margin:0 0 var(--staticPage__title--MarginBottom);font-size:var(--staticPage__title--FontSize);font-weight:var(--staticPage__title--FontWeight);line-height:var(--staticPage__title--LineHeight);text-decoration:var(--staticPage__title--TextDecoration);text-transform:var(--staticPage__title--TextTransform);color:var(--staticPage__title--Color)}.static-page-module_content_MrXUD{display:flex;flex-direction:column;color:var(--staticPage__content--Color)}.static-page-module_content_MrXUD h2{font-size:var(--staticPage__content__h2--FontSize)}.static-page-module_content_MrXUD h3{font-size:var(--staticPage__content__h3--FontSize)}.static-page-module_content_MrXUD ul,.static-page-module_content_MrXUD dl,.static-page-module_content_MrXUD ol{padding-left:var(--staticPage__content__list--PaddingLeft);margin-left:var(--staticPage__content__list--MarginLeft)}.static-page-module_content_MrXUD strong,.static-page-module_content_MrXUD b{font-weight:var(--staticPage__content__bold--FontWeight)}.static-page-module_content_MrXUD em,.static-page-module_content_MrXUD i{font-style:var(--staticPage__content__italic--FontStyle)}.static-page-module_content_MrXUD blockquote{border-left:var(--staticPage__content__blockquote--BorderLeft);padding-left:var(--staticPage__content__blockquote--PaddingLeft)}}@layer gaGroup{.gaGroup{--gaGroup--Background: black;--gaGroup__loaderWrapper--MarginTop: 40px}.ga-group-sport-module_frame_VaGiL{background:var(--gaGroup--Background);width:100%;height:100%;border:none}.ga-group-sport-module_loaderWrapper_UYUoE{display:flex;align-items:center;justify-content:center;height:100%;width:100%;margin-top:var(--gaGroup__loaderWrapper--MarginTop)}}@layer promotions{.promotions{--promotions__title--MarginBottom: 32px;--promotions__title--LineHeight: normal;--promotions__title--FontSize: 48px;--promotions__title--FontWeight: 700;--promotions__title--Color: black;--promotions__title--TextTransform: capitalize;--promotions--GridTemplateColumns: repeat(auto-fill, minmax(391px, 1fr));--promotions--Gap: 16px}@media(max-width:1240px){.promotions{--promotions--GridTemplateColumns: repeat(auto-fill, minmax(356px, 1fr))}}@media(max-width:768px){.promotions{--promotions__title--FontSize: 36px;--promotions__title--MarginBottom: 16px}}@media(max-width:576px){.promotions{--promotions__title--FontSize: 24px;--promotions--GridTemplateColumns: repeat(auto-fill, minmax(344px, 1fr))}}.promotions-module_title_AQIc6{margin:0;margin-bottom:var(--promotions__title--MarginBottom);font-size:var(--promotions__title--FontSize);font-weight:var(--promotions__title--FontWeight);line-height:var(--promotions__title--LineHeight);color:var(--promotions__title--Color);text-transform:var(--promotions__title--TextTransfor)}.promotions-module_promotions_f0oti{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;width:100%;display:grid;grid-template-columns:var(--promotions--GridTemplateColumns);gap:var(--promotions--Gap)}}@layer primaryPromotionsCard{.primaryPromotionsCard{--primaryPromotionsCard--AlignItems: normal;--primaryPromotionsCard--JustifyContent: normal;--primaryPromotionsCard--Gap: 13px;--primaryPromotionsCard--Background: green;--primaryPromotionsCard--BorderRadius: 30px;--primaryPromotionsCard--Border: none;--primaryPromotionsCard--Padding: 30px;--primaryPromotionsCard--previous--Opacity: .5;--primaryPromotionsCard__imageWrapper--Height: 188px;--primaryPromotionsCard__imageWrapper--Border: none;--primaryPromotionsCard__imageWrapper--BorderRadius: 15px;--primaryPromotionsCard__textWrapper--Gap: 10px;--primaryPromotionsCard__textWrapper--MinHeight: 116px;--primaryPromotionsCard__textWrapper--Padding: 0;--primaryPromotionsCard__textWrapper__cardTitle--LineClamp: 1;--primaryPromotionsCard__textWrapper__cardTitle--WordWrap: break-word;--primaryPromotionsCard__textWrapper__cardTitle--LineHeight: normal;--primaryPromotionsCard__textWrapper__cardTitle--FontSize: 24px;--primaryPromotionsCard__textWrapper__cardTitle--Color: black;--primaryPromotionsCard__textWrapper__cardTitle--FontWeight: 700;--primaryPromotionsCard__textWrapper__content--MaxHeight: 4lh;--primaryPromotionsCard__textWrapper__content--Color: black;--primaryPromotionsCard__timeLimitBLock--JustifyContent: space-between;--primaryPromotionsCard__timeLimitBLock--Gap: 8px;--primaryPromotionsCard__timeLimitBLock--Padding: 10px 0;--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontWeight: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight );--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontSize: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize );--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--Color: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--Color );--primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight: 600;--primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize: 14px;--primaryPromotionsCard__timeLimitBLock__timeLimit--Color: black;--primaryPromotionsCard__buttonsBlock--AlignItems: normal;--primaryPromotionsCard__buttonsBlock--JustifyContent: space-between;--primaryPromotionsCard__buttonsBlock--Gap: 13px;--primaryPromotionsCard__buttonsBlock--Padding: 0}@media(max-width:1240px){.primaryPromotionsCard{--primaryPromotionsCard__imageWrapper--Height: 180px}}@media(max-width:768px){.primaryPromotionsCard{--primaryPromotionsCard__imageWrapper--Height: 158px}}.totofa-promotion-card-module_card_DKXwn{box-sizing:border-box;display:flex;flex-direction:column;align-items:var(--primaryPromotionsCard--AlignItems);justify-content:var(--primaryPromotionsCard--JustifyContent);gap:var(--primaryPromotionsCard--Gap);border-radius:var(--primaryPromotionsCard--BorderRadius);border:var(--primaryPromotionsCard--Border);background:var(--primaryPromotionsCard--Background);padding:var(--primaryPromotionsCard--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_imageWrapper_Vqv25{box-sizing:border-box;overflow:hidden;position:relative;width:100%;height:var(--primaryPromotionsCard__imageWrapper--Height);border-radius:var(--primaryPromotionsCard__imageWrapper--BorderRadius);border:var(--primaryPromotionsCard__imageWrapper--Border)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_imageWrapper_Vqv25 .totofa-promotion-card-module_image_mK-Fi{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--primaryPromotionsCard__textWrapper--Gap);min-height:var(--primaryPromotionsCard__textWrapper--MinHeight);padding:var(--primaryPromotionsCard__textWrapper--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_cardTitle_GyXx6{overflow:hidden;text-overflow:ellipsis;margin:0;display:-webkit-box;-webkit-line-clamp:var(--primaryPromotionsCard__textWrapper__cardTitle--LineClamp);line-clamp:var(--primaryPromotionsCard__textWrapper__cardTitle--LineClamp);-webkit-box-orient:vertical;word-wrap:var(--primaryPromotionsCard__textWrapper__cardTitle--WordWrap);line-height:var(--primaryPromotionsCard__textWrapper__cardTitle--LineHeight);font-size:var(--primaryPromotionsCard__textWrapper__cardTitle--FontSize);color:var(--primaryPromotionsCard__textWrapper__cardTitle--Color);font-weight:var(--primaryPromotionsCard__textWrapper__cardTitle--FontWeight)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_content_PF1N0{overflow:hidden;max-height:var(--primaryPromotionsCard__textWrapper__content--MaxHeight);color:var(--primaryPromotionsCard__textWrapper__content--Color)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_timeLimitBlock_X5P-R{box-sizing:border-box;display:flex;align-items:center;justify-content:var(--primaryPromotionsCard__timeLimitBLock--JustifyContent);gap:var(--primaryPromotionsCard__timeLimitBLock--Gap);padding:var(--primaryPromotionsCard__timeLimitBLock--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_timeLimitBlock_X5P-R .totofa-promotion-card-module_timeLimitLabel_ZRLwE{font-weight:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontWeight);font-size:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontSize);color:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--Color)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_timeLimitBlock_X5P-R .totofa-promotion-card-module_timeLimit_KgmrD{font-weight:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight);font-size:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize);color:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--Color)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_buttonsBlock_tGbwE{box-sizing:border-box;display:flex;align-items:var(--primaryPromotionsCard__buttonsBlock--AlignItems);justify-content:var(--primaryPromotionsCard__buttonsBlock--JustifyContent);gap:var(--primaryPromotionsCard__buttonsBlock--Gap);padding:var(--primaryPromotionsCard__buttonsBlock--Padding)}.totofa-promotion-card-module_card_DKXwn.totofa-promotion-card-module_previous_9Ray9{-webkit-user-select:none;user-select:none;pointer-events:none;opacity:var(--primaryPromotionsCard--previous--Opacity)}.totofa-promotion-card-module_card_DKXwn.totofa-promotion-card-module_previous_9Ray9 .totofa-promotion-card-module_timeLimitBlock_X5P-R{display:none}}@layer secondaryPromotionsCard{.secondaryPromotionsCard{--secondaryPromotionsCard--AlignItems: start;--secondaryPromotionsCard--JustifyContent: space-between;--secondaryPromotionsCard--Gap: 16px;--secondaryPromotionsCard--Border: none;--secondaryPromotionsCard--BorderRadius: 5px;--secondaryPromotionsCard--Background: green;--secondaryPromotionsCard--Padding: 24px;--secondaryPromotionsCard__header--Gap: 4px;--secondaryPromotionsCard__header__tag--Gap: 4px;--secondaryPromotionsCard__header__tag--LineHeight: normal;--secondaryPromotionsCard__header__tag--FontSize: 14px;--secondaryPromotionsCard__header__tag--Color: black;--secondaryPromotionsCard__header__tag--FontWeight: 400;--secondaryPromotionsCard__header__title--LineClamp: 1;--secondaryPromotionsCard__header__title--WordWrap: break-word;--secondaryPromotionsCard__header__title--LineHeight: normal;--secondaryPromotionsCard__header__title--FontSize: 24px;--secondaryPromotionsCard__header__title--Color: black;--secondaryPromotionsCard__header__title--FontWeight: 700;--secondaryPromotionsCard__imageWrapper--Height: 220px;--secondaryPromotionsCard__imageWrapper--Border: none;--secondaryPromotionsCard__imageWrapper--BorderRadius: 8px;--secondaryPromotionsCard__content--MaxHeight: 4.8lh;--secondaryPromotionsCard__content--Color: white;--secondaryPromotionsCard__ButtonsBlock--MarginTop: auto;--secondaryPromotionsCard__ButtonsBlock--Gap: 16px}.carthagebet-promotion-card-module_card_X60vm{box-sizing:border-box;display:flex;flex-direction:column;align-items:var(--secondaryPromotionsCard--AlignItems);justify-content:var(--secondaryPromotionsCard--JustifyContent);gap:var(--secondaryPromotionsCard--Gap);border:var(--secondaryPromotionsCard--Border);border-radius:var(--secondaryPromotionsCard--BorderRadius);background:var(--secondaryPromotionsCard--Background);padding:var(--secondaryPromotionsCard--Padding);transition:var(--Transition--normal)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_header_L8rkt{display:flex;flex-direction:column;gap:var(--secondaryPromotionsCard__header--Gap)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_header_L8rkt .carthagebet-promotion-card-module_tag_AhrZa{display:flex;align-items:center;gap:var(--secondaryPromotionsCard__header__tag--Gap);line-height:var(--secondaryPromotionsCard__header__tag--LineHeight);font-size:var(--secondaryPromotionsCard__header__tag--FontSize);color:var(--secondaryPromotionsCard__header__tag--Color);font-weight:var(--secondaryPromotionsCard__header__tag--FontWeight)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_header_L8rkt .carthagebet-promotion-card-module_cardTitle_hjBe0{overflow:hidden;text-overflow:ellipsis;margin:0;display:-webkit-box;-webkit-line-clamp:var(--secondaryPromotionsCard__header__title--LineClamp);line-clamp:var(--secondaryPromotionsCard__header__title--LineClamp);-webkit-box-orient:vertical;word-wrap:var(--secondaryPromotionsCard__header__title--WordWrap);line-height:var(--secondaryPromotionsCard__header__title--LineHeight);font-size:var(--secondaryPromotionsCard__header__title--FontSize);color:var(--secondaryPromotionsCard__header__title--Color);font-weight:var(--secondaryPromotionsCard__header__title--FontWeight)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_imageWrapper_--66a{box-sizing:border-box;overflow:hidden;position:relative;width:100%;height:var(--secondaryPromotionsCard__imageWrapper--Height);border:var(--secondaryPromotionsCard__imageWrapper--Border);border-radius:var(--secondaryPromotionsCard__imageWrapper--BorderRadius)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_imageWrapper_--66a .carthagebet-promotion-card-module_image_y3Cn-{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:100%;height:100%;object-fit:cover}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_content_EvAEc{overflow:hidden;max-height:var(--secondaryPromotionsCard__content--MaxHeight);color:var(--secondaryPromotionsCard__content--Color)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_buttonsBlock_1FEkV{margin-top:var(--secondaryPromotionsCard__ButtonsBlock--MarginTop);width:100%;display:flex;justify-content:space-between;gap:var(--secondaryPromotionsCard__ButtonsBlock--Gap)}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_buttonsBlock_1FEkV .carthagebet-promotion-card-module_button_2Vznc,.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_buttonsBlock_1FEkV .carthagebet-promotion-card-module_link_XvPka{max-width:calc(50% - var(--secondaryPromotionsCard__ButtonsBlock--Gap));width:100%;flex:1 1 0}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_buttonsBlock_1FEkV .carthagebet-promotion-card-module_link_XvPka{display:block}.carthagebet-promotion-card-module_card_X60vm .carthagebet-promotion-card-module_buttonsBlock_1FEkV .carthagebet-promotion-card-module_link_XvPka .carthagebet-promotion-card-module_linkButton_70k-q{width:100%}}@layer bonuses{.bonuses{--bonuses--GridTemplateColumns: repeat(auto-fill, minmax(320px, 1fr));--bonuses--Gap: 16px;--bonuses__card--AlignItems: normal;--bonuses__card--JustifyContent: start;--bonuses__card--Gap: 16px;--bonuses__card--Border: none;--bonuses__card--BorderRadius: 8px;--bonuses__card--Background: green;--bonuses__card--Padding: 24px;--bonuses__card--Border--hover: none;--bonuses__card--Background--hover: green;--bonuses__card__header--Gap: 4px;--bonuses__card__header__tagWrapper__tag--AlignItems: normal;--bonuses__card__header__tagWrapper__tag--Gap: 6px;--bonuses__card__header__tagWrapper__tag--FontSize: 14px;--bonuses__card__header__tagWrapper__tag--FontWeight: 400;--bonuses__card__header__tagWrapper__tag--LineHeight: normal;--bonuses__card__header__tagWrapper__tag--TextTransform: capitalize;--bonuses__card__header__tagWrapper__tag--Color: orange;--bonuses__card__header__tagWrapper__statusLabel--FontSize: 16px;--bonuses__card__header__tagWrapper__statusLabel--FontWeight: 700;--bonuses__card__header__tagWrapper__statusLabel--LineHeight: normal;--bonuses__card__header__tagWrapper__statusLabel--TextTransform: uppercase;--bonuses__card__header__tagWrapper__statusLabel--available--Color: orange;--bonuses__card__header__tagWrapper__statusLabel--completed--Color: grey;--bonuses__card__header__title--LineClamp: 1;--bonuses__card__header__title--WordWrap: break-word;--bonuses__card__header__title--LineHeight: normal;--bonuses__card__header__title--FontSize: 24px;--bonuses__card__header__title--Color: black;--bonuses__card__header__title--FontWeight: 700;--bonuses__card__top__imageWrapper__imposition--active--Background: rgba(0, 0, 0, .5);--bonuses__card__top__imageWrapper__imposition__imageLabel--Color: yellow;--bonuses__card__top__imageWrapper__imposition__imageLabel--FontSize: 36px;--bonuses__card__top__imageWrapper__imposition__imageLabel--FontWeight: 700;--bonuses__card__top__imageWrapper__imposition__imageLabel--LineHeight: normal;--bonuses__card__top__imageWrapper__imposition__imageLabel--TextShadow: none;--bonuses__card__top__imageWrapper__image--Width: 100%;--bonuses__card__top__imageWrapper__image--Height: 220px;--bonuses__card__top__imageWrapper__image--Border: none;--bonuses__card__top__imageWrapper__image--completed--Filter: saturate(50%);--bonuses__card__top__imageWrapper--BorderRadius: 8px;--bonuses__card__top__balance--Bottom: 8px;--bonuses__card__top__balance--Right: 8px;--bonuses__card__top__balance--Gap: 4px;--bonuses__card__top__balance--Background: orange;--bonuses__card__top__balance--BorderRadius: 8px;--bonuses__card__top__balance--Padding: 8px 16px;--bonuses__card__top__balance__text--FontSize: 16px;--bonuses__card__top__balance__text--FontWeight: 700;--bonuses__card__top__balance__text--LineHeight: normal;--bonuses__card__top__balance__text--Color: white;--bonuses__card__top__balance__text--TextShadow: none;--bonuses__card__timer--AlignItems: center;--bonuses__card__timer--Gap: 8px;--bonuses__card__timer__timeLeft--AlignItems: normal;--bonuses__card__timer__timeLeftLabel--LineHeight: normal;--bonuses__card__timer__timeLeftLabel--FontSize: 16px;--bonuses__card__timer__timeLeftLabel--FontWeight: 400;--bonuses__card__timer__timeLeftLabel--Color: black;--bonuses__card__timer__timeLeft--Gap: 8px;--bonuses__card__timer__timeLeft--LineHeight: normal;--bonuses__card__timer__timeLeft--FontSize: 16px;--bonuses__card__timer__timeLeft--FontWeight: 700;--bonuses__card__timer__timeLeft--Background: black;--bonuses__card__balances--AlignItems: center;--bonuses__card__balances--Gap: 8px;--bonuses__card__balances__amount--LineHeight: normal;--bonuses__card__balances__amount--FontSize: 14px;--bonuses__card__balances__amount--FontWeight: 400;--bonuses__card__balances__amount--Color: black;--bonuses__card__balances__amount__value--LineHeight: normal;--bonuses__card__balances__amount__value--FontSize: 14px;--bonuses__card__balances__amount__value--FontWeight: 400;--bonuses__card__balances__amount__value--Color: black;--bonuses__card__buttonsContainer--MarginTop: auto;--bonuses__card__buttonsContainer--FlexDirection: row;--bonuses__card__buttonsContainer--Gap: 16px}@media(max-width:1240px){.bonuses{--bonuses--GridTemplateColumns: repeat(auto-fill, minmax(344px, 1fr))}}}.bonuses-module_bonuses_gWI3b{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;width:100%;display:grid;grid-template-columns:var(--bonuses--GridTemplateColumns);gap:var(--bonuses--Gap)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H{display:flex;flex-direction:column;align-items:var(--bonuses__card--AlignItems);justify-content:var(--bonuses__card--JustifyContent);gap:var(--bonuses__card--Gap);border:var(--bonuses__card--Border);border-radius:var(--bonuses__card--BorderRadius);background:var(--bonuses__card--Background);padding:var(--bonuses__card--Padding)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01{display:flex;flex-direction:column;gap:var(--bonuses__card__header--Gap)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_tagWrapper_-DvT1{display:flex;align-items:center;justify-content:space-between}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_tagWrapper_-DvT1 .bonuses-module_tag_fwqlp{display:flex;align-items:var(--bonuses__card__header__tagWrapper__tag--AlignItems);gap:var(--bonuses__card__header__tagWrapper__tag--Gap);font-size:var(--bonuses__card__header__tagWrapper__tag--FontSize);font-weight:var(--bonuses__card__header__tagWrapper__tag--FontWeight);line-height:var(--bonuses__card__header__tagWrapper__tag--LineHeight);text-transform:var(--bonuses__card__header__tagWrapper__tag--TextTransform);color:var(--bonuses__card__header__tagWrapper__tag--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_tagWrapper_-DvT1 .bonuses-module_statusLabel_-Q3oG{font-size:var(--bonuses__card__header__tagWrapper__statusLabel--FontSize);font-weight:var(--bonuses__card__header__tagWrapper__statusLabel--FontWeight);line-height:var(--bonuses__card__header__tagWrapper__statusLabel--LineHeight);text-transform:var(--bonuses__card__header__tagWrapper__statusLabel--TextTransform)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_tagWrapper_-DvT1 .bonuses-module_statusLabel_-Q3oG.bonuses-module_available_XVM1a{color:var(--bonuses__card__header__tagWrapper__statusLabel--available--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_tagWrapper_-DvT1 .bonuses-module_statusLabel_-Q3oG.bonuses-module_completed_3q0LS{color:var(--bonuses__card__header__tagWrapper__statusLabel--completed--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_header_lVm01 .bonuses-module_title_bJvP9{overflow:hidden;text-overflow:ellipsis;margin:0;display:-webkit-box;-webkit-line-clamp:var(--bonuses__card__header__title--LineClamp);line-clamp:var(--bonuses__card__header__title--LineClamp);-webkit-box-orient:vertical;word-wrap:var(--bonuses__card__header__title--WordWrap);line-height:var(--bonuses__card__header__title--LineHeight);font-size:var(--bonuses__card__header__title--FontSize);font-weight:var(--bonuses__card__header__title--FontWeight);color:var(--bonuses__card__header__title--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih{margin-bottom:var(--bonuses__card--Gap)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd{position:relative;overflow:hidden;width:100%;border-radius:var(--bonuses__card__top__imageWrapper--BorderRadius)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd .bonuses-module_imposition_iBeOp{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd .bonuses-module_imposition_iBeOp .bonuses-module_imageLabel_-Siuf{color:var(--bonuses__card__top__imageWrapper__imposition__imageLabel--Color);font-size:var(--bonuses__card__top__imageWrapper__imposition__imageLabel--FontSize);font-weight:var(--bonuses__card__top__imageWrapper__imposition__imageLabel--FontWeight);line-height:var(--bonuses__card__top__imageWrapper__imposition__imageLabel--LineHeight);text-shadow:var(--bonuses__card__top__imageWrapper__imposition__imageLabel--TextShadow)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd .bonuses-module_image_IHvT8{display:block;width:var(--bonuses__card__top__imageWrapper__image--Width);height:var(--bonuses__card__top__imageWrapper__image--Height);border:var(--bonuses__card__top__imageWrapper__image--Border);object-fit:cover}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd.bonuses-module_active_x57HU .bonuses-module_imposition_iBeOp{background:var(--bonuses__card__top__imageWrapper__imposition--active--Background)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_top_w--ih .bonuses-module_imageWrapper_-8JZd.bonuses-module_completed_3q0LS .bonuses-module_image_IHvT8{filter:var(--bonuses__card__top__imageWrapper__image--completed--Filter)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_timer_fD-CK{display:flex;flex-direction:column;align-items:center;gap:var(--bonuses__card__timer__timeLeft--Gap)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_timer_fD-CK .bonuses-module_timeLeftLabel_fvveO{line-height:var(--bonuses__card__timer__timeLeftLabel--LineHeight);font-size:var(--bonuses__card__timer__timeLeftLabel--FontSize);font-weight:var(--bonuses__card__timer__timeLeftLabel--FontWeight);color:var(--bonuses__card__timer__timeLeftLabel--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_timer_fD-CK .bonuses-module_timeLeft_bnEsL{display:flex;align-items:var(--bonuses__card__timer__timeLeft--AlignItems);gap:var(--bonuses__card__timer__timeLeft--Gap);line-height:var(--bonuses__card__timer__timeLeft--LineHeight);font-size:var(--bonuses__card__timer__timeLeft--FontSize);font-weight:var(--bonuses__card__timer__timeLeft--FontWeight);background:var(--bonuses__card__timer__timeLeft--Background);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_balances_05JCK{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;flex-direction:column;align-items:var(--bonuses__card__balances--AlignItems);gap:var(--bonuses__card__balances--Gap)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_balances_05JCK .bonuses-module_amount_E8Ny3{line-height:var(--bonuses__card__balances__amount--LineHeight);font-size:var(--bonuses__card__balances__amount--FontSize);font-weight:var(--bonuses__card__balances__amount--FontWeight);color:var(--bonuses__card__balances__amount--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_balances_05JCK .bonuses-module_amount_E8Ny3 .bonuses-module_value_d0XMB{line-height:var(--bonuses__card__balances__amount__value--LineHeight);font-size:var(--bonuses__card__balances__amount__value--FontSize);font-weight:var(--bonuses__card__balances__amount__value--FontWeight);color:var(--bonuses__card__balances__amount__value--Color)}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_buttonsContainer_sWbBU{margin-top:var(--bonuses__card__buttonsContainer--MarginTop);display:flex;flex-direction:var(--bonuses__card__buttonsContainer--FlexDirection);gap:var(--bonuses__card__buttonsContainer--Gap);width:100%}.bonuses-module_bonuses_gWI3b .bonuses-module_card_ki41H .bonuses-module_buttonsContainer_sWbBU .bonuses-module_button_U27hJ{width:100%;flex:1 1 0}.bonuses-module_top_w--ih{position:relative}.bonuses-module_top_w--ih .bonuses-module_balance_-FC4K{position:absolute;right:var(--bonuses__card__top__balance--Right);bottom:var(--bonuses__card__top__balance--Bottom);display:flex;align-items:center;gap:var(--bonuses__card__top__balance--Gap);width:fit-content;background:var(--bonuses__card__top__balance--Background);border-radius:var(--bonuses__card__top__balance--BorderRadius);padding:var(--bonuses__card__top__balance--Padding)}.bonuses-module_top_w--ih .bonuses-module_balance_-FC4K .bonuses-module_text_neylO{color:var(--bonuses__card__top__balance__text--Color);font-size:var(--bonuses__card__top__balance__text--FontSize);font-weight:var(--bonuses__card__top__balance__text--FontWeight);line-height:var(--bonuses__card__top__balance__text--LineHeight);text-shadow:var(--bonuses__card__top__balance__text--TextShadow)}[dir=rtl] .bonuses-module_top_w--ih .bonuses-module_balance_-FC4K{right:auto;left:var(--bonuses__card__top__balance--Right)}@layer htmlContentModal{.html-content-modal-image-module_imageWrapper_jLlgo{overflow:hidden;position:relative;flex-shrink:0;width:100%;border-radius:var(--htmlContentModal__container__imageWrapper--BorderRadius)}.html-content-modal-image-module_imageWrapper_jLlgo .html-content-modal-image-module_imposition_AeGGh{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.html-content-modal-image-module_imageWrapper_jLlgo .html-content-modal-image-module_imposition_AeGGh .html-content-modal-image-module_imageLabel_DmBde{color:var(--htmlContentModal__container__imageWrapper__imposition__imageLabel--Color);font-size:var(--htmlContentModal__container__imageWrapper__imposition__imageLabel--FontSize);font-weight:var(--htmlContentModal__container__imageWrapper__imposition__imageLabel--FontWeight);line-height:var(--htmlContentModal__container__imageWrapper__imposition__imageLabel--LineHeight, );text-shadow:var(--htmlContentModal__container__imageWrapper__imposition__imageLabel--TextShadow)}.html-content-modal-image-module_imageWrapper_jLlgo .html-content-modal-image-module_image_f7Fuq,.html-content-modal-image-module_imageWrapper_jLlgo .html-content-modal-image-module_imageLoader_hmX5d{display:block;width:var(--htmlContentModal__container__imageWrapper__image--Width, );aspect-ratio:var(--htmlContentModal__container__imageWrapper__image--AspectRatio);border:var(--htmlContentModal__container__imageWrapper__image--Border);object-fit:cover}.html-content-modal-image-module_imageWrapper_jLlgo .html-content-modal-image-module_image_f7Fuq.html-content-modal-image-module_loadingImage_sqlkA{display:none}.html-content-modal-image-module_imageWrapper_jLlgo.html-content-modal-image-module_active_i7WUF .html-content-modal-image-module_imposition_AeGGh{background:var(--htmlContentModal__container__imageWrapper__imposition--active--Background)}.html-content-modal-image-module_imageWrapper_jLlgo.html-content-modal-image-module_completed_Yn1wd .html-content-modal-image-module_image_f7Fuq{filter:var(--htmlContentModal__container__imageWrapper__image--completed--Filter)}}@layer bonusRejectModal{.bonusRejectModal{--bonusRejectModal--BorderRadius: 8px;--bonusRejectModal--Padding: 64px 40px 40px;--bonusRejectModal--Width: 100%;--bonusRejectModal--Gap: 65px;--bonusRejectModal__cross--Top: 8px;--bonusRejectModal__cross--Right: 8px;--bonusRejectModal__cross--Padding: 7px;--bonusRejectModal__cross__crossIcon--Fill: black;--bonusRejectModal__cross__crossIcon--Fill--hover: black;--bonusRejectModal__title--LineHeight: normal;--bonusRejectModal__title--FontSize: 20px;--bonusRejectModal__title--FontWeight: 400;--bonusRejectModal__title--Color: black;--bonusRejectModal__title--TextAlign: center;--bonusRejectModal__buttonsContainer--Gap: 16px;--bonusRejectModal__buttonsContainer--MaxWidth: 100%;--modal--Padding: var(--bonusRejectModal--Padding);--modal--BorderRadius: var(--bonusRejectModal--BorderRadius);--modal--Width: var(--bonusRejectModal--Width)}@media(max-width:768px){.bonusRejectModal{--bonusRejectModal--Width: 95vw;--bonusRejectModal--Padding: 64px 24px 24px}}.bonus-reject-modal-module_modal_eFzE9{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--bonusRejectModal--Gap)}.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_cross_8iEm2{position:absolute;top:var(--bonusRejectModal__cross--Top);right:var(--bonusRejectModal__cross--Right);cursor:pointer;background:transparent;border:none;border-radius:none;padding:var(--bonusRejectModal__cross--Padding);transition:var(--Transition--normal)}.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_cross_8iEm2 .bonus-reject-modal-module_crossIcon_UAD44{display:block;fill:var(--bonusRejectModal__cross__crossIcon--Fill)}@media(any-hover:hover){.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_cross_8iEm2:hover .bonus-reject-modal-module_crossIcon_UAD44{fill:var(--bonusRejectModal__cross__crossIcon--Fill--hover)}}.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_title_90dxn{margin:0;text-align:var(--bonusRejectModal__title--TextAlign);line-height:var(--bonusRejectModal__title--LineHeight);font-size:var(--bonusRejectModal__title--FontSize);font-weight:var(--bonusRejectModal__title--FontWeght);color:var(--bonusRejectModal__title--Color)}.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_buttonsContainer_uHFa6{display:flex;align-items:center;justify-content:center;gap:var(--bonusRejectModal__buttonsContainer--Gap);width:100%;max-width:var(--bonusRejectModal__buttonsContainer--MaxWidth)}.bonus-reject-modal-module_modal_eFzE9 .bonus-reject-modal-module_buttonsContainer_uHFa6 .bonus-reject-modal-module_button_YhsvJ{flex:1 1 0}}@layer htmlContentModal{.htmlContentModal{--htmlContentModal--BorderRadius: 8px;--htmlContentModal--Padding: 40px;--htmlContentModal--Width: 90vw;--htmlContentModal--MaxWidth: 600px;--htmlContentModal--AlignItems: start;--htmlContentModal--JustifyContent: space-between;--htmlContentModal--Gap: 24px;--htmlContentModal--Height: 90vh;--htmlContentModal--MaxHeight: 900px;--htmlContentModal__cross--Top: 8px;--htmlContentModal__cross--Right: 8px;--htmlContentModal__cross--Padding: 7px;--htmlContentModal__cross__crossIcon--Width: 20px;--htmlContentModal__cross__crossIcon--Height: 20px;--htmlContentModal__cross__crossIcon--Fill: black;--htmlContentModal__cross__crossIcon--Fill--hover: black;--htmlContentModal__cross__crossIcon--FillOpacity--hover: 1;--htmlContentModal__container--Gap: 24px;--htmlContentModal__container__imageWrapper--BorderRadius: 8px;--htmlContentModal__container__imageWrapper__imposition--active--Background: rgba(0, 0, 0, .5);--htmlContentModal__container__imageWrapper__imposition__imageLabel--Color: yellow;--htmlContentModal__container__imageWrapper__imposition__imageLabel--FontSize: 36px;--htmlContentModal__container__imageWrapper__imposition__imageLabel--FontWeight: 700;--htmlContentModal__container__imageWrapper__imposition__imageLabel--LineHeight: normal;--htmlContentModal__container__imageWrapper__imposition__imageLabel--TextShadow: none;--htmlContentModal__container__imageWrapper__image--Width: 100%;--htmlContentModal__container__imageWrapper__image--Border: none;--htmlContentModal__container__imageWrapper__image--AspectRatio: 3 / 1;--htmlContentModal__container__imageWrapper__image--completed--Filter: saturate(50%);--htmlContentModal__container__header--Gap: 4px;--htmlContentModal__container__header__tagWrapper__tag--Gap: 4px;--htmlContentModal__container__header__tagWrapper__tag--FontSize: 14px;--htmlContentModal__container__header__tagWrapper__tag--FontWeight: 400;--htmlContentModal__container__header__tagWrapper__tag--LineHeight: normal;--htmlContentModal__container__header__tagWrapper__tag--TextTransform: capitalize;--htmlContentModal__container__header__tagWrapper__tag--Color: orange;--htmlContentModal__container__header__tagWrapper__tag__tagIcon--Fill: grey;--htmlContentModal__container__header__tagWrapper__statusLabel--FontSize: 16px;--htmlContentModal__container__header__tagWrapper__statusLabel--FontWeight: 700;--htmlContentModal__container__header__tagWrapper__statusLabel--LineHeight: normal;--htmlContentModal__container__header__tagWrapper__statusLabel--TextTransform: uppercase;--htmlContentModal__container__header__tagWrapper__statusLabel--available--Color: orange;--htmlContentModal__container__header__tagWrapper__statusLabel--completed--Color: orange;--htmlContentModal__container__header__title--WordWrap: break-word;--htmlContentModal__container__header__title--LineHeight: normal;--htmlContentModal__container__header__title--FontSize: 24px;--htmlContentModal__container__header__title--Color: black;--htmlContentModal__container__header__title--FontWeight: 700;--htmlContentModal__container__content--Color: black;--htmlContentModal__container__content__list--PaddingLeft: 1.125rem;--htmlContentModal__container__content__list--MarginLeft: 1.5rem;--htmlContentModal__container__content__bold--FontWeight: 700;--htmlContentModal__container__content__italic--FontStyle: italic;--htmlContentModal__container__content__blockquote--BorderLeft: .3125rem solid white;--htmlContentModal__container__content__blockquote--PaddingLeft: 1rem;--htmlContentModal__container__buttonsBlock--Gap: 24px;--htmlContentModal__container__buttonsBlock__icon--Fill: white;--htmlContentModal__container__buttonsBlock__icon--Fill--hover: white;--htmlContentModal__container__buttonsBlock__button--Width: 170px}@media(max-width:576px){.htmlContentModal{--htmlContentModal--BorderRadius: 0;--htmlContentModal--Width: 100vw;--htmlContentModal--Height: 100vh;--htmlContentModal--MaxWidth: 100vw;--htmlContentModal--MaxHeight: 100vh;--htmlContentModal__container__buttonsBlock__button--Width: 100%;--htmlContentModal__container__buttonsBlock--Gap: 16px;--htmlContentModal--Padding: 40px 24px 24px}}.html-content-modal-module_modal_ivsIH{--modal--BorderRadius: var(--htmlContentModal--BorderRadius);--modal--Padding: var(--htmlContentModal--Padding);--modal--Width: var(--htmlContentModal--Width);--modal--MaxWidth: var(--htmlContentModal--MaxWidth);box-sizing:border-box;display:flex;flex-direction:column;align-items:var(--htmlContentModal--AlignItems);justify-content:var(--htmlContentModal--JustifyContent);gap:var(--htmlContentModal--Gap);height:var(--htmlContentModal--Height);max-height:var(--htmlContentModal--MaxHeight)}.html-content-modal-module_modal_ivsIH .html-content-modal-module_cross_IxVLe{position:absolute;top:var(--htmlContentModal__cross--Top);right:var(--htmlContentModal__cross--Right);z-index:10;cursor:pointer;background:transparent;border:none;padding:var(--htmlContentModal__cross--Padding);transition:var(--Transition--normal)}[dir=rtl] .html-content-modal-module_modal_ivsIH .html-content-modal-module_cross_IxVLe{left:var(--htmlContentModal__cross--Right);right:unset}.html-content-modal-module_modal_ivsIH .html-content-modal-module_cross_IxVLe .html-content-modal-module_crossIcon_Ll2wg{display:block;width:var(--htmlContentModal__cross__crossIcon--Width);height:var(--htmlContentModal__cross__crossIcon--Height);fill:var(--htmlContentModal__cross__crossIcon--Fill)}@media(any-hover:hover){.html-content-modal-module_modal_ivsIH .html-content-modal-module_cross_IxVLe:hover .html-content-modal-module_crossIcon_Ll2wg{fill:var(--htmlContentModal__cross__crossIcon--Fill--hover)}}@media(max-width:576px){.html-content-modal-module_modal_ivsIH{--modal--BorderRadius: var(--htmlContentModal--BorderRadius)}}}@layer htmlContentModal{.html-content-modal-pagination-module_switchBlock_ufNl9{display:flex;align-items:center;justify-content:space-between;width:100%}.html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa{display:flex;align-items:center;gap:10px;justify-content:center}.html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa .html-content-modal-pagination-module_icon_hF3NX{display:block;fill:var(--htmlContentModal__container__buttonsBlock__icon--Fill);transition-duration:var(--Transition--normal, var(--Transition--normal))}.html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa .html-content-modal-pagination-module_icon_hF3NX.html-content-modal-pagination-module_reverse_NP233,[dir=rtl] .html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa .html-content-modal-pagination-module_icon_hF3NX{transform:rotate(180deg)}[dir=rtl] .html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa .html-content-modal-pagination-module_icon_hF3NX.html-content-modal-pagination-module_reverse_NP233{transform:unset}@media(any-hover:hover){.html-content-modal-pagination-module_switchBlock_ufNl9 .html-content-modal-pagination-module_switchButton_G1DXa:hover .html-content-modal-pagination-module_icon_hF3NX{fill:var(--htmlContentModal__container__buttonsBlock__icon--Fill--hover, )}}}@layer htmlContentModal{.html-content-modal-header-module_header_JmcOZ{display:flex;flex-direction:column;gap:var(--htmlContentModal__container__header--Gap)}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn{display:flex;align-items:center;justify-content:space-between}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn .html-content-modal-header-module_tag_qawg8{display:flex;align-items:center;gap:var(--htmlContentModal__container__header__tagWrapper__tag--Gap);font-size:var(--htmlContentModal__container__header__tagWrapper__tag--FontSize);font-weight:var(--htmlContentModal__container__header__tagWrapper__tag--FontWeight);line-height:var(--htmlContentModal__container__header__tagWrapper__tag--LineHeight, );text-transform:var(--htmlContentModal__container__header__tagWrapper__tag--TextTransform);color:var(--htmlContentModal__container__header__tagWrapper__tag--Color)}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn .html-content-modal-header-module_tag_qawg8 .html-content-modal-header-module_tagIcon_lMQmw{fill:var(--htmlContentModal__container__header__tagWrapper__tag__tagIcon--Fill)}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn .html-content-modal-header-module_statusLabel_dZTFH{font-size:var(--htmlContentModal__container__header__tagWrapper__statusLabel--FontSize);font-weight:var(--htmlContentModal__container__header__tagWrapper__statusLabel--FontWeight);line-height:var(--htmlContentModal__container__header__tagWrapper__statusLabel--LineHeight, );text-transform:var(--htmlContentModal__container__header__tagWrapper__statusLabel--TextTransform, )}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn .html-content-modal-header-module_statusLabel_dZTFH.html-content-modal-header-module_available_q8bQz{color:var(--htmlContentModal__container__header__tagWrapper__statusLabel--available--Color, )}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_tagWrapper_-1YZn .html-content-modal-header-module_statusLabel_dZTFH.html-content-modal-header-module_completed_8NyXm{color:var(--htmlContentModal__container__header__tagWrapper__statusLabel--completed--Color)}.html-content-modal-header-module_header_JmcOZ .html-content-modal-header-module_title_4JRY-{margin:0;word-wrap:var(--htmlContentModal__container__header__title--WordWrap);line-height:var(--htmlContentModal__container__header__title--LineHeight);font-size:var(--htmlContentModal__container__header__title--FontSize);font-weight:var(--htmlContentModal__container__header__title--FontWeght);color:var(--htmlContentModal__container__header__title--Color)}}@layer htmlContentModal{.html-content-modal-content-module_content_EKLBl{color:var(--htmlContentModal__container__content--Color, var(--htmlContentModal__container__content--Color))}.html-content-modal-content-module_content_EKLBl ul,.html-content-modal-content-module_content_EKLBl dl,.html-content-modal-content-module_content_EKLBl ol{padding-left:var(--htmlContentModal__container__content__list--PaddingLeft, );margin-left:var(--htmlContentModal__container__content__list--MarginLeft, )}.html-content-modal-content-module_content_EKLBl strong,.html-content-modal-content-module_content_EKLBl b{font-weight:var(--htmlContentModal__container__content__bold--FontWeight, )}.html-content-modal-content-module_content_EKLBl em,.html-content-modal-content-module_content_EKLBl i{font-style:var(--htmlContentModal__container__content__italic--FontStyle)}.html-content-modal-content-module_content_EKLBl blockquote{border-left:var(--htmlContentModal__container__content__blockquote--BorderLeft);padding-left:var(--htmlContentModal__container__content__blockquote--PaddingLeft)}}@layer htmlContentModal{.html-content-modal-buttons-module_buttonsBlock_sD1tR{display:flex;gap:var(--htmlContentModal__container__buttonsBlock--Gap);margin-top:auto;width:100%}.html-content-modal-buttons-module_buttonsBlock_sD1tR .html-content-modal-buttons-module_button_QMeAB,.html-content-modal-buttons-module_buttonsBlock_sD1tR .html-content-modal-buttons-module_link_zqOsY{width:var(--htmlContentModal__container__buttonsBlock__button--Width)}}@layer htmlContentModal{.html-content-modal-scrollable-module_container_CIfAW{display:flex;flex-direction:column;gap:var(--htmlContentModal__container--Gap);width:100%;height:100vh;min-height:0;overflow-y:auto}@media(max-width:576px){.html-content-modal-scrollable-module_container_CIfAW .html-content-modal-scrollable-module_imageWrapper_nktGv{height:auto}}}@layer highrollers{.highrollers-module_highrollers_ApX-4{overflow:hidden}.highrollers-module_wrapper_0JRmI{background-color:var(--highrollers--BackgroundColor);position:var(--highrollers--Position);bottom:var(--highrollers--Bottom);width:var(--highrollers--Width);height:var(--highrollers--Height);display:flex;align-items:center;overflow:hidden}.highrollers-module_leftNode_yKwW8{height:100%;padding:var(--highrollers__left-node--Padding);flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:var(--highrollers__left-node--BackgroundColor)}.highrollers-module_rightNode_hFb61{height:100%;background-color:var(--highrollers__right-node--BackgroundColor);flex-shrink:0;margin-left:auto}[dir=rtl] .highrollers-module_rightNode_hFb61{margin-left:unset;margin-right:auto}.highrollers-module_rightNodeTrigger_Fl4gJ{height:100%;width:100%}.highrollers-module_arrow_u5Icn{width:100%;height:100%;padding:var(--highrollers__right-node--Padding);box-sizing:border-box;display:flex;justify-content:center;align-items:center;transition-duration:var(--Transition--normal)}.highrollers-module_arrow_u5Icn.highrollers-module_open_odKj3{transform:rotate(-180deg)}}@layer highrollers{.highrollers-modal-module_modal_s-vef{background:var(--highrollers__modal--Background);padding:var(--highrollers__modal--Padding);display:flex;flex-direction:column;gap:var(--highrollers__modal--Gap);border-radius:var(--BorderRadius--md);box-shadow:var(--highrollers__modal--BoxShadow);position:relative;top:var(--highrollers__modal--Top);right:var(--highrollers__modal--Right);bottom:var(--highrollers__modal--Bottom);left:var(--highrollers__modal--Left)}[dir=rtl] .highrollers-modal-module_modal_s-vef{right:var(--highrollers__modal--Left);left:var(--highrollers__modal--Right)}.highrollers-modal-module_close_-8ZmD{position:absolute;right:var(--highrollers__modal-close--Right);top:var(--highrollers__modal-close--Top);bottom:var(--highrollers__modal-close--Bottom);left:var(--highrollers__modal-close--Left);width:var(--highrollers__modal-close--Width);height:var(--highrollers__modal-close--Height);background-color:transparent;border:none;padding:0}@media(any-hover:hover){.highrollers-modal-module_close_-8ZmD:hover .highrollers-modal-module_close_icon_KW5ha{fill:var(--highrollers__modal-close__icon--Fill--active)}}.highrollers-modal-module_close_-8ZmD:active{transform:scale(.9)}[dir=rtl] .highrollers-modal-module_close_-8ZmD{right:var(--highrollers__modal-close--Left);left:var(--highrollers__modal-close--Right)}.highrollers-modal-module_close_icon_KW5ha{fill:var(--highrollers__modal-close__icon--Fill)}.highrollers-modal-module_highrollers_GtCPw{display:flex;flex-direction:column;gap:var(--highrollers__modal-items--Gap)}.highrollers-modal-module_title_xxXxE{font-weight:var(--highrollers__modal-title--FontWeight);font-size:var(--highrollers__modal-title--FontSize);color:var(--highrollers__modal-title--Color);display:flex;justify-content:start;align-items:center;width:100%;flex-direction:column;gap:var(--highrollers__modal-title--Gap)}.highrollers-modal-module_subtitle_ePbIK{font-size:var(--highrollers__modal-subtitle--FontSize);font-weight:var(--highrollers__modal-subtitle--FontWeight);color:var(--highrollers__modal-subtitle--Color)}}@layer banners{.banners{--banners--Gap: 0px;--banners--BannersPerView: 1;--banners--hover__control--Opacity: 1;--banners__banner--BorderRadius: 0px;--banners__banner--AspectRatio: auto;--banners__control--Position: absolute;--banners__control--Left: 10px;--banners__control--Right: auto;--banners__control--Top: auto;--banners__control--Bottom: auto;--banners__control--Width: 40px;--banners__control--Height: 40px;--banners__control--Border: none;--banners__control--BorderRadius: 50%;--banners__control--Background: #32383e;--banners__control--Padding: 0;--banners__control--Display: flex;--banners__control--JustifyContent: center;--banners__control--AlignItems: center;--banners__control--Transition: var(--Transition--fast);--banners__control--Opacity: 0;--banners__control--hover__icon--Transform: scale(1);--banners__control--active--Transform: scale(.9);--banners__control--disabled--Display: none;--banners__control--disabled--Opacity: .5;--banners__control--reverse--Left: auto;--banners__control--reverse--Right: 10px;--banners__control--reverse--Top: auto;--banners__control--reverse--Bottom: auto;--banners__control--reverse--BorderRadius: var(--banners__control--BorderRadius);--banners__control__icon--Fill: white;--banners__control__icon--Width: auto;--banners__control__icon--Height: auto}@media(max-width:986px){.banners{--banners__control--Display: none;--banners__control--disabled--Display: none}}.banners-module_carousel_WFJ7Y{box-sizing:border-box;display:flex;gap:var(--banners--Gap);-webkit-user-select:none;user-select:none}.banners-module_carousel_WFJ7Y .banners-module_bannerContainer_RlwUI{border-radius:var(--banners__banner--BorderRadius);overflow:hidden;margin-inline:0 0;min-width:calc((100% - var(--banners--Gap) * (var(--banners--BannersPerView) - 1)) / var(--banners--BannersPerView));max-width:calc((100% - var(--banners--Gap) * (var(--banners--BannersPerView) - 1)) / var(--banners--BannersPerView))}.banners-module_carousel_WFJ7Y .banners-module_bannerContainer_RlwUI .banners-module_banner_GDuCG{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:var(--banners__banner--AspectRatio)}.banners-module_carousel_WFJ7Y .banners-module_bannerContainer_RlwUI.banners-module_noLink_3muSp{cursor:default;pointer-events:none}.banners-module_carousel_WFJ7Y.banners-module_looped_BXcyz{gap:0}.banners-module_carousel_WFJ7Y.banners-module_looped_BXcyz .banners-module_bannerContainer_RlwUI{margin-inline:0 var(--banners--Gap)}.banners-module_wrapper_iZaiL{box-sizing:border-box}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ{box-sizing:border-box;opacity:var(--banners__control--Opacity);position:var(--banners__control--Position);left:var(--banners__control--Left);right:var(--banners__control--Right);top:var(--banners__control--Top);bottom:var(--banners__control--Bottom);width:var(--banners__control--Width);height:var(--banners__control--Height);border:var(--banners__control--Border);border-radius:var(--banners__control--BorderRadius);background:var(--banners__control--Background);padding:var(--banners__control--Padding);display:var(--banners__control--Display);justify-content:var(--banners__control--JustifyContent);align-items:var(--banners__control--AlignItems);transition:var(--banners__control--Transition)}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ:disabled{opacity:var(--banners__control--disabled--Opacity);display:var(--banners__control--disabled--Display)}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ .banners-module_icon_aUkSu{width:var(--banners__control__icon--Width);height:var(--banners__control__icon--Height);fill:var(--banners__control__icon--Fill)}@media(any-hover:hover){.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ:hover .banners-module_icon_aUkSu{transform:var(--banners__control--hover__icon--Transform)}}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ:active{transform:var(--banners__control--active--Transform)}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ.banners-module_reverse_Pa3nL{left:var(--banners__control--reverse--Left);right:var(--banners__control--reverse--Right);top:var(--banners__control--reverse--Top);bottom:var(--banners__control--reverse--Bottom);border-radius:var(--banners__control--reverse--BorderRadius)}.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ.banners-module_reverse_Pa3nL .banners-module_icon_aUkSu{transform:rotate(180deg)}@media(any-hover:hover){.banners-module_wrapper_iZaiL .banners-module_control_cDKuZ.banners-module_reverse_Pa3nL:hover .banners-module_icon_aUkSu{transform:rotate(180deg) var(--banners__control--hover__icon--Transform)}}@media(any-hover:hover){.banners-module_wrapper_iZaiL:hover .banners-module_control_cDKuZ{opacity:var(--banners--hover__control--Opacity)}}}@layer history{.history{--history--Gap: 16px;--history__filter--Gap: 16px;--history__emptyData--FontSize: 20px;--history__emptyData--LineHeight: normal;--history__emptyData--FontWeight: 400;--history__emptyData--TextDecoration: none;--history__emptyData--TextTransform: normal;--history__emptyData--Color: black;--history__cell--FontSize: 16px;--history__cell--LineHeight: normal;--history__cell--FontWeight: 400;--history__cell--TextDecoration: none;--history__cell--TextTransform: capitalize;--history__cell--Color: black;--history__cell--Color--default: black;--history__cell--Color--warning: red;--history__cell--Color--success: coral;--history__cell--Color--pending: orange;--history__listWrapper--AlignItems: center;--history__listWrapper--JustifyContent: center;--history__listWrapper--Gap: 30px;--history__list--Gap: 5px;--history__list__item--BackgroundColor: gainsboro;--history__list__item--BorderRadius: 30px;--history__list__item--Padding: 15px 30px;--history__list__item__column--Gap: 5px;--history__list__item__column__label--FontSize: 12px;--history__list__item__column__label--FontWeight: 600;--history__list__item__column__label--Color: grey;--history__list__item__column__value--FontSize: 14px;--history__list__item__column__value--FontWeight: 600;--history__list__item__column__value--Color: black;--history__list__item__column__value__amount--Color: green;--history__select--Border: 1px solid black;--history__select--BorderRadius: 8px;--history__select--Background: white;--history__select--Padding: 0;--history__select--Color: black;--history__select--Overflow: hidden;--history__select__triggerWrapper--Gap: 4px;--history__select__triggerWrapper__title--Color: black;--history__select__triggerWrapper__title--FontSize: 16px;--history__select__trigger--Border: 1px solid black;--history__select__trigger--BorderRadius: 8px;--history__select__trigger--Background: white;--history__select__trigger--BackgroundColor--hover: lightgray;--history__select__trigger--Padding: 9px 16px;--history__select__trigger--Gap: 10px;--history__select__trigger__title--Color: black;--history__select__trigger__title--FontSize: 16px;--history__select__trigger__title--lineHeight: 28px;--history__select__content__title--FontSize: 16px;--history__select__trigger__title--Gap: 5px;--history__select__trigger__icon--Fill: black;--history__select__trigger__icon--Width: 24px;--history__select__trigger__icon--Transition: all .3s;--history__select__trigger__icon--Transform: rotate(180deg);--history__select__selectList--Overflow: auto;--history__select__selectList--Display: flex;--history__select__selectList--FlexDirection: column;--history__select__selectList--AlignItems: normal;--history__select__selectList--JustifyContent: normal;--history__select__selectList--Gap: 0;--history__select__selectList--MaxHeight: max-content;--history__select__selectList--Padding: 0;--history__select__selectList__selectItem--BorderRadius: 6px;--history__select__selectList__selectItem--Background: transparent;--history__select__selectList__selectItem--Padding: 10px;--history__select__selectList__selectItem--Background--hover: lightgray;--history__select__selectList__selectItem--Background--active: transparent;--history__select__selectList__selectItem--Color: transparent}.history .selectContainer{--selectContainer--Border: var(--history__select--Border);--selectContainer--BorderRadius: var(--history__select--BorderRadius);--selectContainer--Background: var(--history__select--Background);--selectContainer--Padding: var(--history__select--Padding);--selectContainer--Color: var(--history__select--Color);--selectContainer__selectList--Overflow: var(--history__select__selectList--Overflow);--selectContainer__selectList--Display: var(--history__select__selectList--Display);--selectContainer__selectList--FlexDirection: var(--history__select__selectList--FlexDirection);--selectContainer__selectList--AlignItems: var(--history__select__selectList--AlignItems);--selectContainer__selectList--JustifyContent: var(--history__select__selectList--JustifyContent);--selectContainer__selectList--Gap: var(--history__select__selectList--Gap);--selectContainer__selectList--MaxHeight: var(--history__select__selectList--MaxHeight);--selectContainer__selectList--Padding: var(--history__select__selectList--Padding);--selectContainer__selectList__selectItem--BorderRadius: var( --history__select__selectList__selectItem--BorderRadius );--selectContainer__selectList__selectItem--Background: var( --history__select__selectList__selectItem--Background );--selectContainer__selectList__selectItem--Padding: var(--history__select__selectList__selectItem--Padding);--selectContainer__selectList__selectItem--Background--hover: var( --history__select__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --history__select__selectList__selectItem--Background--active );--selectContainer__selectList__selectItem--Color: var(--history__select__selectList__selectItem--Color);padding:var(--history__select--Padding);color:var(--history__select--Color);overflow:var(--history__select--Overflow)}@media(max-width:986px){.history{--history__select__triggerWrapper__title--FontSize: 14px;--history__select__trigger--Padding: 5px 16px;--history__select__trigger__title--FontSize: 14px}}@media(max-width:768px){.history{--history__cell--FontSize: 14px}}@media(max-width:740px){.history{--history--Gap: 8px;--history__select__trigger__icon--Fill: black;--history__trigger__left--Gap: 8px;--history__trigger__left__text--FontSize: 16px;--history__trigger__left__text--LineHeight: normal;--history__trigger__left__text--FontWeight: 700;--history__trigger__left__text--TextTransform: uppercase;--history__trigger__left__text--Color: black;--history__trigger__left__text--Color--active: yellow;--history__trigger__left__text--TextShadow--active: none;--history__trigger__left__counter--Width: 2em;--history__trigger__left__counter--Height: 2em;--history__trigger__left__counter--Background: yellow;--history__trigger__left__counter--BoxShadow: 0 4px 4px black;--history__trigger__left__counter--FontWeight: 700;--history__trigger__left__counter--FontSize: 12px;--history__trigger__left__counter--Color: black;--history__trigger__left__counter--TextShadow: 0 0 4px black;--history__wrapper--Border: 1px solid black;--history__wrapper--BorderRadius: 8px;--history__wrapper--Padding: 16px 20px 20px;--history__wrapper--Background: grey;--history__filter--Gap: 14px;--history__loader--Fill: grey}}.history-module_history_grw7Q{display:flex;flex-direction:column;gap:var(--history--Gap);flex:1}.history-module_history_grw7Q .history-module_dropdownWrapper_pBqLF{flex:1 1 0}.history-module_history_grw7Q .history-module_loader_KUFr0{display:flex;align-items:center;justify-content:center;fill:var(--history__loader--Fill)}.history-module_history_grw7Q .history-module_emptyData_PJLVz{margin:0;display:flex;align-items:center;justify-content:center;font-size:var(--history__emptyData--FontSize);font-weight:var(--history__emptyData--FontWeight);line-height:var(--history__emptyData--LineHeight);text-decoration:var(--history__emptyData--TextDecoration);text-transform:var(--history__emptyData--TextTransform);color:var(--history__emptyData--Color)}.history-module_history_grw7Q .history-module_listWrapper_kkbPv{display:flex;flex-direction:column;align-items:var(--history__listWrapper--AlignItems);justify-content:var(--history__listWrapper--JustifyContent);gap:var(--history__listWrapper--Gap);width:100%}.history-module_history_grw7Q .history-module_cell_ujKoR{font-size:var(--history__cell--FontSize);font-weight:var(--history__cell--FontWeight);line-height:var(--history__cell--LineHeight);text-decoration:var(--history__cell--TextDecoration);text-transform:var(--history__cell--TextTransform);color:var(--history__cell--Color)}.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_default_ih30U,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_new_uBkAG,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_open_GUL-b,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_bet_-AzvD{color:var(--history__cell--Color--default)}.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_warning_IFANX,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_withdraw_Rjngd,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_declined_Q4wuw,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_failed_Twz65{color:var(--history__cell--Color--warning)}.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_success_STNW9,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_deposit_fiCxu,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_confirmed_btRS-,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_completed_7x2-c,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_win_ZZ4hn,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_paid_KVKr-{color:var(--history__cell--Color--success)}.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_pending_ETxsV,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_refund_oaJX9,.history-module_history_grw7Q .history-module_cell_ujKoR.history-module_new_uBkAG{color:var(--history__cell--Color--pending)}.history-module_selectTriggerWrapper_7wv-u{display:flex;flex-direction:column;gap:var(--history__select__trigger__wrapper--Gap);width:100%;flex-grow:1}.history-module_selectTriggerLabel_Ti2Mk{color:var(--history__select__triggerWrapper__title--Color);text-overflow:ellipsis;font-weight:inherit;font-size:var(--history__select__triggerWrapper__title--FontSize)}.history-module_selectTrigger_aqw6Y{border:var(--history__select__trigger--Border);border-radius:var(--history__select__trigger--BorderRadius);background:var(--history__select__trigger--Background);padding:var(--history__select__trigger--Padding);display:flex;align-items:center;justify-content:space-between;gap:var(--history__select__trigger--Gap);box-sizing:border-box;cursor:pointer}@media(any-hover:hover){.history-module_selectTrigger_aqw6Y:hover{background-color:var(--history__select__trigger--BackgroundColor--hover)}}.history-module_selectTrigger_aqw6Y .history-module_selectTriggerIcon_evUg2{transition:var(--history__select__trigger__icon--Transition);fill:var(--history__select__trigger__icon--Fill)}.history-module_selectTrigger_aqw6Y .history-module_selectTriggerIconOpen_klv-H{transform:var(--history__select__trigger__icon--Transform)}.history-module_selectTriggerLeft_zPjxq{display:flex;align-items:center;gap:var(--history__select__trigger--Gap);overflow:hidden}.history-module_selectTriggerTitle_z4gPv{color:var(--history__select__trigger__title--Color);text-overflow:ellipsis;font-size:var(--history__select__trigger__title--FontSize);line-height:var(--history__select__trigger__title--lineHeight);gap:var(--history__select__trigger__title--Gap);display:flex;align-items:center;white-space:nowrap}}.history-module_wrapper_qf-Ck{--filter--Gap: var(--history__filter--Gap);border:var(--history__wrapper--Border);border-radius:var(--history__wrapper--BorderRadius);padding:var(--history__wrapper--Padding);background:var(--history__wrapper--Background)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE-{width:100%;align-items:center;justify-content:space-between;display:none}@media(max-width:740px){.history-module_filterWrapper_UV54i .history-module_trigger_C3fE-{display:flex}}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_left_B2MbB{display:flex;align-items:center;gap:var(--history__trigger__left--Gap)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_left_B2MbB .history-module_text_BQkdw{font-weight:var(--history__trigger__left__text--FontWeight);font-size:var(--history__trigger__left__text--FontSize);line-height:var(--history__trigger__left__text--LineHeight);text-transform:var(--history__trigger__left__text--TextTransform);background:var(--history__trigger__left__text--Color);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_left_B2MbB .history-module_text_BQkdw.history-module_activeText_qBDnV{background:var(--history__trigger__left__text--Color--active);-webkit-background-clip:text;background-clip:text;text-shadow:var(--history__trigger__left__text--TextShadow--active)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_left_B2MbB .history-module_counter_VBQcT{display:flex;align-items:center;justify-content:center;width:var(--history__trigger__left__counter--Width);height:var(--history__trigger__left__counter--Height);border-radius:50%;background:var(--history__trigger__left__counter--Background);box-shadow:var(--history__trigger__left__counter--Bo576hadow);font-weight:var(--history__trigger__left__counter--FontWeight);font-size:var(--history__trigger__left__counter--FontSize);text-transform:uppercase;color:var(--history__trigger__left__counter--Color);text-shadow:var(--history__trigger__left__counter--TextShadow)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_iconWrapper_xYJvD{transition:var(--Transition--normal)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_iconWrapper_xYJvD .history-module_triggerIcon_CdL2L{display:block;fill:var(--history__triggerIcon--Fill)}.history-module_filterWrapper_UV54i .history-module_trigger_C3fE- .history-module_iconWrapper_xYJvD.history-module_rotate_z8lxA{rotate:180deg}@media(max-width:740px){.history-module_filterWrapper_UV54i .history-module_withoutDropdown_0pHlS{display:none}}.history-module_filters_mQUrM{display:flex;align-items:flex-end;gap:var(--history__filter--Gap)}@media(max-width:740px){.history-module_filters_mQUrM{flex-direction:column;align-items:stretch}}.history-module_tooltip_nn8mM{display:flex;align-items:center;justify-content:center;margin-inline:auto;width:fit-content}.history-module_table_6iXo9 .history-module_declineButton_-z8KC{margin-inline:auto;width:fit-content;padding:0;background:none}.history-module_table_6iXo9 .history-module_declineButton_-z8KC .history-module_icon_P-tP6{display:block;stroke:red}@media(max-width:740px){.history-module_table_6iXo9{display:none}}.history-module_mobileTable_ZfucA{display:none}.history-module_mobileTable_ZfucA .history-module_declineButton_-z8KC{margin-inline:auto;width:fit-content;padding:0;background:none}.history-module_mobileTable_ZfucA .history-module_declineButton_-z8KC .history-module_icon_P-tP6{display:block;stroke:red}@media(max-width:740px){.history-module_mobileTable_ZfucA{display:flex;flex:1;justify-content:space-between}}.history-module_tooptipIcon_Z-35T{stroke:red;fill:red}.cashback-history-module_listWrapper_A41dH{display:flex;flex-direction:column;align-items:var(--history__listWrapper--AlignItems);gap:var(--history__listWrapper--Gap)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a-{width:100%;display:flex;flex-direction:column;gap:var(--history__list--Gap)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a- .cashback-history-module_item_NRix-{background-color:var(--history__list__item--BackgroundColor);border-radius:var(--history__list__item--BorderRadius);padding:var(--history__list__item--Padding);display:grid;grid-template-columns:repeat(2,1fr)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a- .cashback-history-module_item_NRix- .cashback-history-module_column_YqzZ4{display:flex;flex-direction:column;gap:var(--history__list__item__column--Gap)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a- .cashback-history-module_item_NRix- .cashback-history-module_column_YqzZ4 .cashback-history-module_label_pEYTP{font-size:var(--history__list__item__column__label--FontSize);font-weight:var(--history__list__item__column__label--FontWeight);color:var(--history__list__item__column__label--Color)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a- .cashback-history-module_item_NRix- .cashback-history-module_column_YqzZ4 .cashback-history-module_value_Dpdx-{font-size:var(--history__list__item__column__value--FontSize);font-weight:var(--history__list__item__column__value--FontWeight);color:var(--history__list__item__column__value--Color)}.cashback-history-module_listWrapper_A41dH .cashback-history-module_list_7J2a- .cashback-history-module_item_NRix- .cashback-history-module_column_YqzZ4 .cashback-history-module_value_Dpdx-.cashback-history-module_amount_okksR{color:var(--history__list__item__column__value__amount--Color)}@layer nonInstantFilterWrapper{.non-instant-filter-wrapper-module_nonInstantFilterWrapper_5p4v5{--controlsWrapper--Gap: 10px}.non-instant-filter-wrapper-module_controlsWrapper_ci59S{display:flex;flex-direction:row;gap:var(--controlsWrapper--Gap)}}@layer hallOfFame{.hallOfFame{--hall-of-fame--months-modal--Padding: var(--modal--Padding);--hall-of-fame__background--Background: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgba(233, 189, 131, .6) 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAELSURBVHgB7VXLCsIwENyIpVh8UvDU//8uDyIeBD2ICtXWCabShpom7taDdGBIyYbMbnbLEP0TyrKMwLHrzIj6wRRcuA44s2JgDj7ol8L6mbHE5nuslLqTtDAu1q2y2zWrfa9w5mjFCyRTKOIJ6+pSej2tD87gni1cS2CJZe04UoAHCJ6qDRFhI66rz8DICt3And1rsd8JF+dY8pZQ0TZgYsKm4qQSqyWRmCHsRxiYmPUKbsAteDF7vsMXDlSVmSGz91Mdo76AyxNHLKYBn+BjbRy4prrT2jhwVdRpbeLCvtbGEuZYGzGgONZGDLzd6RtrExE24kHWxkGjt6HWJiYcam1iwjRYWzMmam1Pt+qW887Rbg0AAAAASUVORK5CYII=) center / 60px, radial-gradient(circle, rgba(233, 189, 131, 1) 0%, rgba(233, 189, 131, 0) 100%);--hall-of-fame__background--Background--m: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgba(233, 189, 131, .6) 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAELSURBVHgB7VXLCsIwENyIpVh8UvDU//8uDyIeBD2ICtXWCabShpom7taDdGBIyYbMbnbLEP0TyrKMwLHrzIj6wRRcuA44s2JgDj7ol8L6mbHE5nuslLqTtDAu1q2y2zWrfa9w5mjFCyRTKOIJ6+pSej2tD87gni1cS2CJZe04UoAHCJ6qDRFhI66rz8DICt3And1rsd8JF+dY8pZQ0TZgYsKm4qQSqyWRmCHsRxiYmPUKbsAteDF7vsMXDlSVmSGz91Mdo76AyxNHLKYBn+BjbRy4prrT2jhwVdRpbeLCvtbGEuZYGzGgONZGDLzd6RtrExE24kHWxkGjt6HWJiYcam1iwjRYWzMmam1Pt+qW887Rbg0AAAAASUVORK5CYII=) center / 6vw, radial-gradient(circle, rgba(233, 189, 131, 1) 0%, rgba(233, 189, 131, 0) 100%);--hall-of-fame__background--MaskImage: radial-gradient( 50% 50% at 50% 50%, rgba(233, 189, 131, .4) 0%, rgba(233, 189, 131, 0) 100% );--hall-of-fame__title--Margin: 0;--hall-of-fame__title--FontFamily: Roboto, sans-serif;--hall-of-fame__title--FontSize: 48px;--hall-of-fame__title--FontSize--m: 24px;--hall-of-fame__title--FontWeight: 700;--hall-of-fame__title--FontWeight--m: 700;--hall-of-fame__title--TextTransform: capitalize;--hall-of-fame__title--Color: transparent;--hall-of-fame__title--backgroundImage: radial-gradient(59.36% 100% at 50% 100%, #f9ebc5 0%, #e4ae6e 100%);--hall-of-fame__title--Padding: 60px 0 0 0;--hall-of-fame__months-selector-wrapper--Margin: 21px 0 0;--hall-of-fame__top-list-wrapper--MaxWidth: 1080px;--hall-of-fame__top-list-wrapper--MaxWidth--m: 95%;--hall-of-fame__top-list-wrapper--Margin: 47px auto 0;--hall-of-fame__top-list-wrapper--Margin--m: 33px auto 0;--hall-of-fame-top-list--Gap: 4px;--hall-of-fame-top-list--Gap--m: 4px;--hall-of-fame-top-item__card--GridTemplateColumns: minmax(119px, 226px) minmax(119px, 226px) minmax(119px, 226px);--hall-of-fame-top-item__card--GridTemplateColumns--m: minmax(109px, 216px) minmax(113px, 216px) minmax(109px, 216px);--hall-of-fame-top-item__card--GridTemplateColumns--s: minmax(109px, 465px) 90px 100px;--hall-of-fame-top-item__card--Background: linear-gradient( 90deg, rgba(235, 195, 142, .4) 0%, rgba(0, 0, 0, .16) 16.73% );--hall-of-fame-top-item__card--BorderRadius: 12px;--hall-of-fame-top-item__card--Padding: 4px 16px 4px 8px;--hall-of-fame-top-item__card--Padding--m: 4px 10px 4px 8px;--hall-of-fame-top-item__player--Gap: 22px;--hall-of-fame-top-item__player--Gap--m: 8px;--hall-of-fame-top-item__player--Gap--s: 2px;--hall-of-fame-top-item__place-mark--Width: 34px;--hall-of-fame-top-item__place-mark--Height: 34px;--hall-of-fame-place-mark--Width--normal: 118px;--hall-of-fame-place-mark--Height--normal: 34px;--hall-of-fame-place-mark--Width--big: 106px;--hall-of-fame-place-mark--Width--big--m: 84px;--hall-of-fame-place-mark--Height--big: 62px;--hall-of-fame-place-mark--Height--big--m: 44px;--hall-of-fame-place-mark--Background--first: url("data:image/svg+xml,%3csvg%20width='118'%20height='62'%20viewBox='0%200%20118%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M84.693%2028.6311L104.274%2028.4399L98.9618%2034.3702L80.306%2034.3702L84.693%2028.6311Z'%20fill='url(%23paint0_radial_6551_68957)'/%3e%3cpath%20d='M81.3176%2033.8702L98.7384%2033.8702L103.145%2028.9509L84.942%2029.1287L81.3176%2033.8702Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M78.9467%2036.5948L97.2318%2036.5948L91.5486%2042.7722L74.2519%2042.7722L78.9467%2036.5948Z'%20fill='url(%23paint1_radial_6551_68957)'/%3e%3cpath%20d='M75.2599%2042.2722L91.3292%2042.2722L96.0924%2037.0948L79.1947%2037.0948L75.2599%2042.2722Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M72.8824%2041.041L84.3408%2018.7838L113.17%2018.7837L106.622%2025.9691L88.8308%2025.9691L76.4353%2040.6031L72.8824%2041.041Z'%20fill='url(%23paint2_radial_6551_68957)'/%3e%3cpath%20d='M88.4493%2025.646L88.599%2025.4691L88.8308%2025.4691L106.401%2025.4691L112.038%2019.2837L84.6458%2019.2838L73.7598%2040.4291L76.1801%2040.1308L88.4493%2025.646Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M32.3461%2028.6311L12.7647%2028.4399L18.0773%2034.3702L36.7331%2034.3702L32.3461%2028.6311Z'%20fill='url(%23paint3_radial_6551_68957)'/%3e%3cpath%20d='M35.7215%2033.8702L18.3006%2033.8702L13.8938%2028.9509L32.0971%2029.1287L35.7215%2033.8702Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M38.0924%2036.5948L19.8072%2036.5948L25.4904%2042.7722L42.7872%2042.7722L38.0924%2036.5948Z'%20fill='url(%23paint4_radial_6551_68957)'/%3e%3cpath%20d='M41.7792%2042.2722L25.7099%2042.2722L20.9467%2037.0948L37.8444%2037.0948L41.7792%2042.2722Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M44.1566%2041.041L32.6982%2018.7838L3.86926%2018.7837L10.4173%2025.9691L28.2083%2025.9691L40.6038%2040.6031L44.1566%2041.041Z'%20fill='url(%23paint5_radial_6551_68957)'/%3e%3cpath%20d='M28.5898%2025.646L28.44%2025.4691L28.2083%2025.4691L10.6381%2025.4691L5.00139%2019.2837L32.3933%2019.2838L43.2792%2040.4291L40.8589%2040.1308L28.5898%2025.646Z'%20stroke='%23FFECDA'%20stroke-opacity='0.8'/%3e%3cpath%20d='M34.082%2018.818V17.952L34.832%2017.5189L57.5402%204.408L58.2902%203.97495L59.0403%204.40804L81.746%2017.519L82.4959%2017.952V18.818V45.0374V45.9034L81.7459%2046.3365L59.0402%2059.4449L58.2902%2059.8779L57.5403%2059.445L34.8321%2046.3365L34.082%2045.9035V45.0374V18.818Z'%20fill='url(%23paint6_linear_6551_68957)'%20stroke='url(%23paint7_linear_6551_68957)'%20stroke-width='3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.3465%2032.124L32.3104%2026.5742L26.9336%2032.124H34.3465Z'%20fill='%23FBF1E0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.3465%2032.123L32.3104%2037.6728L26.9336%2032.123H34.3465Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3178%2011.3844L50.1082%206.84772L42.6113%204.96484L46.3178%2011.3844Z'%20fill='%23FDF8EF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3177%2011.3844L40.4961%2012.3975L42.6112%204.96484L46.3177%2011.3844Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2637%2011.3844L76.0877%2012.3975L73.9701%204.96484L70.2637%2011.3844Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2646%2011.3844L66.4766%206.84772L73.971%204.96484L70.2646%2011.3844Z'%20fill='%23FBF3E4'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.2383%2032.124L84.2719%2026.5742L89.6487%2032.124H82.2383Z'%20fill='%23FAEFDC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.2383%2032.123L84.2719%2037.6728L89.6487%2032.123H82.2383Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2637%2052.8598L76.0877%2051.8467L73.9701%2059.2793L70.2637%2052.8598Z'%20fill='%23F3DBB2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2646%2052.8594L66.4766%2057.3961L73.971%2059.2789L70.2646%2052.8594Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3178%2052.8594L50.1082%2057.3961L42.6113%2059.2789L46.3178%2052.8594Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3177%2052.8598L40.4961%2051.8467L42.6112%2059.2793L46.3177%2052.8598Z'%20fill='%23F3DBB2'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(92.9969%2027.9749)%20rotate(97.11)%20scale(7.23164%2011.6336)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(86.3708%2036.1319)%20rotate(96.2764)%20scale(7.27442%2011.255)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint2_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(93.3715%2019.3804)%20rotate(92.9446)%20scale(16.4371%2021.1849)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint3_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(24.0421%2027.9749)%20rotate(82.89)%20scale(7.23164%2011.6336)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint4_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(30.6683%2036.1319)%20rotate(83.7236)%20scale(7.27442%2011.255)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint5_radial_6551_68957'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(23.6676%2019.3804)%20rotate(87.0554)%20scale(16.4371%2021.1849)'%3e%3cstop%20stop-color='%23FFEDCD'/%3e%3cstop%20offset='1'%20stop-color='%23E4AE6E'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint6_linear_6551_68957'%20x1='58.289'%20y1='58.1459'%20x2='58.289'%20y2='5.70703'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23ECC28F'/%3e%3cstop%20offset='1'%20stop-color='%23FDEDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_6551_68957'%20x1='58.289'%20y1='5.70703'%20x2='58.289'%20y2='58.1459'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDFA'/%3e%3cstop%20offset='1'%20stop-color='%23F3DAAF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;--hall-of-fame-place-mark--Background--second: url("data:image/svg+xml,%3csvg%20width='118'%20height='62'%20viewBox='0%200%20118%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M34.082%2018.818V17.952L34.832%2017.5189L57.5402%204.408L58.2902%203.97495L59.0403%204.40804L81.746%2017.519L82.4959%2017.952V18.818V45.0374V45.9034L81.7459%2046.3365L59.0402%2059.4449L58.2902%2059.8779L57.5403%2059.445L34.8321%2046.3365L34.082%2045.9035V45.0374V18.818Z'%20fill='url(%23paint0_linear_6551_68955)'%20stroke='url(%23paint1_linear_6551_68955)'%20stroke-width='3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.3465%2032.124L32.3104%2026.5742L26.9336%2032.124H34.3465Z'%20fill='%23FBF1E0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.3465%2032.123L32.3104%2037.6728L26.9336%2032.123H34.3465Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3178%2011.3844L50.1082%206.84772L42.6113%204.96484L46.3178%2011.3844Z'%20fill='%23FDF8EF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3177%2011.3844L40.4961%2012.3975L42.6112%204.96484L46.3177%2011.3844Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2637%2011.3844L76.0877%2012.3975L73.9701%204.96484L70.2637%2011.3844Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2646%2011.3844L66.4766%206.84772L73.971%204.96484L70.2646%2011.3844Z'%20fill='%23FBF3E4'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.2383%2032.124L84.2719%2026.5742L89.6487%2032.124H82.2383Z'%20fill='%23FAEFDC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.2383%2032.123L84.2719%2037.6728L89.6487%2032.123H82.2383Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2637%2052.8598L76.0877%2051.8467L73.9701%2059.2793L70.2637%2052.8598Z'%20fill='%23F3DBB2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.2646%2052.8594L66.4766%2057.3961L73.971%2059.2789L70.2646%2052.8594Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3178%2052.8594L50.1082%2057.3961L42.6113%2059.2789L46.3178%2052.8594Z'%20fill='%23E8BE89'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M46.3177%2052.8598L40.4961%2051.8467L42.6112%2059.2793L46.3177%2052.8598Z'%20fill='%23F3DBB2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_6551_68955'%20x1='58.289'%20y1='58.1459'%20x2='58.289'%20y2='5.70703'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23ECC28F'/%3e%3cstop%20offset='1'%20stop-color='%23FDEDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_6551_68955'%20x1='58.289'%20y1='5.70703'%20x2='58.289'%20y2='58.1459'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDFA'/%3e%3cstop%20offset='1'%20stop-color='%23F3DAAF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;--hall-of-fame-place-mark--Background--default: url("data:image/svg+xml,%3csvg%20width='30'%20height='32'%20viewBox='0%200%2030%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29%2023.3993L15.0008%2030.8666L1%2023.3993V8.59929L15.0008%201.13331L29%208.59926V23.3993Z'%20fill='url(%23paint0_linear_6753_38492)'%20stroke='url(%23paint1_linear_6753_38492)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_6753_38492'%20x1='16'%20y1='30.5'%20x2='16'%20y2='3'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E9BC86'/%3e%3cstop%20offset='1'%20stop-color='%23FFECC6'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_6753_38492'%20x1='15'%20y1='0'%20x2='15'%20y2='32'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23F2D7A9'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;--hall-of-fame-place-mark__background-radial-gradient--Background: radial-gradient( 50% 50% at 50% 50%, #fffefb 0%, rgba(255, 204, 134, .415) 58.5%, rgba(255, 168, 51, 0) 100% ) center no-repeat;--hall-of-fame-place-mark__background-radial-gradient--Width--normal: 37px;--hall-of-fame-place-mark__background-radial-gradient--Height--normal: 22px;--hall-of-fame-place-mark__background-radial-gradient--Width--big: 67px;--hall-of-fame-place-mark__background-radial-gradient--Height--big: 40px;--hall-of-fame-place-mark--number--Color: #1e1f21;--hall-of-fame-place-mark--number--FontFamily: Roboto, sans-serif;--hall-of-fame-place-mark--number--FontWeight: 700;--hall-of-fame-place-mark--number--TextStroke: 2px #f8ead3;--hall-of-fame-place-mark--number--PaintOrder: stroke fill;--hall-of-fame-place-mark--number--FontSize--normal: 16px;--hall-of-fame-place-mark--number--FontSize--big: 32px;--hall-of-fame-place-mark--number--FontSize--big--m: 22px;--hall-of-fame-top-item__player-name--Color: #ffffff;--hall-of-fame-top-item__player-name--FontSize: 16px;--hall-of-fame-top-item__player-name--FontSize--m: 14px;--hall-of-fame-top-item__player-name--FontWeight: 400;--hall-of-fame-top-item__game-link--Gap: 16px;--hall-of-fame-top-item__game-link--Gap--m: 8px;--hall-of-fame-top-item__game-thumbnail--Width: 28px;--hall-of-fame-top-item__game-thumbnail--Height: 28px;--hall-of-fame-top-item__game-thumbnail--BorderRadius: 8px;--hall-of-fame-top-item__game-name--Color: #00c72c;--hall-of-fame-top-item__game-name--Color--hovered: #04f93a;--hall-of-fame-top-item__game-name--TextShadow--hover: 0px 0px 15px #00c72c;--hall-of-fame-top-item__game-name--FontFamily: Roboto, sans-serif;--hall-of-fame-top-item__game-name--FontSize: 16px;--hall-of-fame-top-item__game-name--FontSize--m: 14px;--hall-of-fame-top-item__game-name--FontWeight: 400;--hall-of-fame-top-item__amount-icon--Width: 16px;--hall-of-fame-top-item__amount-icon--Height: 18px;--hall-of-fame-top-item__amount-icon--Background: url("data:image/svg+xml,%3csvg%20width='17'%20height='19'%20viewBox='0%200%2017%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.3171%200.761719L12.8526%201.69583C16.3221%202.89683%2017.9235%207.70084%2016.4556%2012.238C14.8542%2016.9085%2010.7175%2019.8443%207.11445%2018.6433H6.98102L4.44556%2017.7092H4.57901C8.18201%2018.9102%2012.4522%2015.9744%2013.9201%2011.3038C15.388%206.76672%2013.7867%202.09616%2010.3171%200.761719Z'%20fill='url(%23paint0_linear_9311_75616)'/%3e%3cpath%20d='M10.1838%200.761551C13.7868%201.96255%2015.3881%206.63311%2013.9202%2011.4371C12.3189%2016.1077%208.18211%2019.0435%204.57911%2017.8425C0.976104%2016.6415%20-0.625235%2011.9709%200.842655%207.16689C2.31055%202.49633%206.58077%20-0.43945%2010.1838%200.761551Z'%20fill='%23FFE6C8'/%3e%3cpath%20d='M10.1838%200.761551C13.7868%201.96255%2015.3881%206.63311%2013.9202%2011.4371C12.3189%2016.1077%208.18211%2019.0435%204.57911%2017.8425C0.976104%2016.6415%20-0.625235%2011.9709%200.842655%207.16689C2.31055%202.49633%206.58077%20-0.43945%2010.1838%200.761551Z'%20fill='%23FFE6C8'/%3e%3cpath%20d='M6.18038%2017.0427C5.78004%2017.0427%205.24627%2016.9093%204.84593%2016.7758C3.64493%2016.3755%202.71083%2015.5748%202.04361%2014.2404C1.1095%2012.3721%200.976036%209.8367%201.7767%207.43469C2.9777%203.96513%205.78005%201.42969%208.58238%201.42969C8.98272%201.42969%209.5165%201.56313%209.91683%201.69658C11.1178%202.09691%2012.052%202.89758%2012.7192%204.23202C13.6533%206.10025%2013.7867%208.6357%2012.9861%2011.0377C11.7851%2014.5073%208.84927%2017.0427%206.18038%2017.0427Z'%20fill='url(%23paint1_linear_9311_75616)'/%3e%3cpath%20d='M2.71083%2014.5066C1.77672%2012.6384%201.64326%2010.103%202.44393%207.70095C3.64493%204.23139%206.44727%201.69594%209.24961%201.69594C9.5165%201.69594%209.78339%201.69594%2010.0503%201.82939C10.0503%201.82939%2010.0503%201.82939%209.91683%201.82939C9.5165%201.69594%208.98272%201.5625%208.58239%201.5625C5.78005%201.5625%202.9777%204.09795%201.7767%207.56751C0.976036%209.96951%201.1095%2012.505%202.04361%2014.3732C2.71083%2015.5742%203.64493%2016.5083%204.84593%2016.9086C4.97938%2016.9086%205.24628%2017.0421%205.37972%2017.0421C4.17872%2016.5083%203.24461%2015.7076%202.71083%2014.5066Z'%20fill='%23E0A25C'/%3e%3cpath%20opacity='0.41'%20d='M16.9894%207.83428C16.7225%204.8985%2015.2546%202.62994%2012.8526%201.69583L10.3171%200.761719C12.3188%201.42894%2013.6532%203.29717%2014.187%205.56572C15.1211%206.23295%2016.0553%206.90017%2016.9894%207.83428Z'%20fill='%23CD9856'/%3e%3cpath%20opacity='0.67'%20d='M6.98115%2018.6442C9.2497%2019.4449%2011.9186%2018.5107%2013.7868%2016.5091C12.7193%2016.5091%2011.6517%2016.3756%2010.5841%2016.2422C8.71592%2017.8435%206.44736%2018.5107%204.44569%2017.8435H4.31226L6.98115%2018.6442Z'%20fill='%23E0A15C'/%3e%3cpath%20d='M6.4472%2012.3711L6.98099%2012.5045L3.64487%2013.3052L3.11108%2013.1718L6.4472%2012.3711Z'%20fill='%23C09461'/%3e%3cpath%20d='M8.31543%203.56445L8.8492%203.6979L9.78331%207.16746L9.24954%207.03401L8.31543%203.56445Z'%20fill='%23C09461'/%3e%3cpath%20d='M9.64976%2010.6367L10.0501%2010.9036L9.64976%2014.5066L9.11597%2014.3732L9.64976%2010.6367Z'%20fill='%23C09461'/%3e%3cpath%20d='M12.3188%208.36914L12.8526%208.63603L10.0502%2010.9046L9.6499%2010.6377L12.3188%208.36914Z'%20fill='%23C09461'/%3e%3cpath%20d='M9.24951%207.0332L9.78328%207.16665L12.8525%208.63454L12.3187%208.36765L9.24951%207.0332Z'%20fill='%23C09461'/%3e%3cpath%20d='M8.31543%203.56445L9.24954%207.03401L12.3188%208.36846L9.64988%2010.637L9.11609%2014.3735L6.4472%2012.3718L3.11108%2013.1725L4.17864%209.7029L3.11108%206.76712L5.91343%206.36679L8.31543%203.56445Z'%20fill='url(%23paint2_linear_9311_75616)'/%3e%3cpath%20opacity='0.81'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.24969%204.2307C12.3189%208.36748%207.78181%2012.9046%203.64502%209.83537C0.575799%205.69859%205.11291%201.02803%209.24969%204.2307Z'%20fill='url(%23paint3_radial_9311_75616)'/%3e%3cpath%20opacity='0.81'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.5217%203.29646C17.9237%206.36568%2014.3207%209.83524%2011.2515%207.56668C8.98289%204.36401%2012.4524%200.894455%2015.5217%203.29646Z'%20fill='url(%23paint4_radial_9311_75616)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_9311_75616'%20x1='13.1979'%20y1='1.74013'%20x2='9.56783'%20y2='19.0261'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EFCCA1'/%3e%3cstop%20offset='1'%20stop-color='%23DF9E52'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_9311_75616'%20x1='3.9269'%20y1='2.93054'%20x2='10.2298'%20y2='14.7109'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E0A05B'/%3e%3cstop%20offset='0.485'%20stop-color='%23EFCB9E'/%3e%3cstop%20offset='1'%20stop-color='%23E0A05B'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_9311_75616'%20x1='5.8491'%20y1='5.81246'%20x2='9.02535'%20y2='14.3041'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F3E5BA'/%3e%3cstop%20offset='1'%20stop-color='%23E8B780'/%3e%3c/linearGradient%3e%3cradialGradient%20id='paint3_radial_9311_75616'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(6.44763%207.01395)%20scale(3.82879%203.82879)'%3e%3cstop%20stop-color='%23FFEDBF'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint4_radial_9311_75616'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(13.4171%205.38793)%20scale(2.87346%202.87346)'%3e%3cstop%20stop-color='%23FFEDBF'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;--hall-of-fame-top-item__amount-icon--DropShadow: drop-shadow(0px 3.13px 10.42px #ff9350b5);--hall-of-fame-top-item__amount-value--Color: transparent;--hall-of-fame__amount-value--backgroundImage: radial-gradient(59.36% 100% at 50% 100%, #f9ebc5 0%, #e4ae6e 100%);--hall-of-fame-top-item__amount-value--FontFamily: Roboto, sans-serif;--hall-of-fame-top-item__amount-value--FontSize: 16px;--hall-of-fame-top-item__amount-value--FontSize--m: 14px;--hall-of-fame-top-item__amount-value--FontWeight: 700;--hall-of-fame--month--button--Gap: 4px;--hall-of-fame--month--button--MinWidth: 143px;--hall-of-fame--month--button--MinWidth--m: 84px;--hall-of-fame--month--FontFamily: Roboto, sans-serif;--hall-of-fame--month--FontWeight: 700;--hall-of-fame--month--FontSize: 16px;--hall-of-fame--month--TextTransform: none;--hall-of-fame--month--TextShadow: 0px 0px 4px #ffffff99;--hall-of-fame--month--TextShadow--hover: 0px 0px 15px #00c72c;--hall-of-fame--month--TextShadow--active: 0px 0px 15px #00c72c;--hall-of-fame--month--TextShadow--active--hover: 0px 0px 15px #00c72c;--hall-of-fame--month--BackgroundImage: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);--hall-of-fame--month--BackgroundImage--hover: linear-gradient(180deg, #04f93a 0%, #038a00 100%);--hall-of-fame--calendar-icon--Width: 16px;--hall-of-fame--calendar-icon--Height: 18px;--hall-of-fame--calendar-icon--Fill: white;--hall-of-fame--calendar-icon--Fill--hover: #00c72c;--hall-of-fame--checked-icon--Width: 17px;--hall-of-fame--checked-icon--Height: 17px;--hall-of-fame--checked-icon--Background: url("data:image/svg+xml,%3csvg%20width='18'%20height='17'%20viewBox='0%200%2018%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.3335%209.5L7.8335%2012L13.3335%206.5'%20stroke='%231CD478'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;--hall-of-fame--checked-icon--DropShadow: drop-shadow(0px 0px 3px #00c72c);--hall-of-fame--months-modal--BackgroundColor: #22262a;--hall-of-fame--months-modal__content--Padding: 13px;--hall-of-fame--months-modal__months--GridTemplateColumns: repeat(3, 1fr);--hall-of-fame--months-modal__months--Gap: 4px;--hall-of-fame--months-modal__months--Padding: 16px;--hall-of-fame--months-modal__cross-icon--Fill: black;--hall-of-fame--months-modal__cross-icon--Fill--hover: red;--hall-of-fame--month-modal__month-button--Background: #32383e;--hall-of-fame--month-modal__month-button--Background--hover: #32383e;--hall-of-fame-leader-card--left--Background: url("data:image/svg+xml,%3csvg%20width='260'%20height='124'%20viewBox='0%200%20260%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='258'%20height='122'%20rx='7'%20fill='url(%23paint0_linear_8702_31175)'/%3e%3crect%20x='1'%20y='1'%20width='258'%20height='122'%20rx='7'%20stroke='url(%23paint1_linear_8702_31175)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8702_31175'%20x1='231'%20y1='-17.411'%20x2='152.241'%20y2='135.459'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8702_31175'%20x1='234.5'%20y1='-11.4657'%20x2='177.621'%20y2='114.33'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;--hall-of-fame-leader-card--middle--Background: url("data:image/svg+xml,%3csvg%20width='260'%20height='146'%20viewBox='0%200%20260%20146'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='258'%20height='144'%20rx='7'%20fill='url(%23paint0_linear_8702_31118)'/%3e%3crect%20x='1'%20y='1'%20width='258'%20height='144'%20rx='7'%20stroke='url(%23paint1_linear_8702_31118)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8702_31118'%20x1='130'%20y1='0'%20x2='130'%20y2='146'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8702_31118'%20x1='130'%20y1='0'%20x2='130'%20y2='146'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;--hall-of-fame-leader-card--right--Background: url("data:image/svg+xml,%3csvg%20width='260'%20height='102'%20viewBox='0%200%20260%20102'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='-1'%20y='1'%20width='258'%20height='100'%20rx='7'%20transform='matrix(-1%200%200%201%20258%200)'%20fill='url(%23paint0_linear_8702_31203)'/%3e%3crect%20x='-1'%20y='1'%20width='258'%20height='100'%20rx='7'%20transform='matrix(-1%200%200%201%20258%200)'%20stroke='url(%23paint1_linear_8702_31203)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8702_31203'%20x1='231'%20y1='-14.3219'%20x2='173.831'%20y2='120.575'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8702_31203'%20x1='234.5'%20y1='-9.4315'%20x2='193.778'%20y2='100.055'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;--hall-of-fame-leader-card--left--Background--m: url("data:image/svg+xml,%3csvg%20width='112'%20height='75'%20viewBox='0%200%20112%2075'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='110'%20height='73'%20rx='7'%20fill='url(%23paint0_linear_7492_23226)'%20stroke='url(%23paint1_linear_7492_23226)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_7492_23226'%20x1='102.2'%20y1='-12.8187'%20x2='68.849'%20y2='65.1454'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_7492_23226'%20x1='119.059'%20y1='-19.8'%20x2='63.2954'%20y2='45.5526'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.5'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat top center/cover;--hall-of-fame-leader-card--middle--Background--m: url("data:image/svg+xml,%3csvg%20width='112'%20height='87'%20viewBox='0%200%20112%2087'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='110'%20height='85'%20rx='7'%20fill='url(%23paint0_linear_7492_23227)'%20stroke='url(%23paint1_linear_7492_23227)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_7492_23227'%20x1='72.4707'%20y1='-13.6714'%20x2='72.6017'%20y2='77.3656'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_7492_23227'%20x1='78.1177'%20y1='-13.05'%20x2='60.4797'%20y2='74.757'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.5'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat top center/cover;--hall-of-fame-leader-card--right--Background--m: url("data:image/svg+xml,%3csvg%20width='112'%20height='63'%20viewBox='0%200%20112%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='-1'%20y='1'%20width='110'%20height='61'%20rx='7'%20transform='matrix(-1%200%200%201%20110%200)'%20fill='url(%23paint0_linear_7492_23228)'%20stroke='url(%23paint1_linear_7492_23228)'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_7492_23228'%20x1='102.2'%20y1='-10.7677'%20x2='77.5449'%20y2='57.8468'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EBC38E'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_7492_23228'%20x1='119.059'%20y1='-16.632'%20x2='74.1407'%20y2='46.0375'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FAE7BA'%20stop-opacity='0.5'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat top center/cover;--hall-of-fame-leader-card--BorderRadius: 8px;--hall-of-fame-leader-card--BorderBottomLeftRadius: 0;--hall-of-fame-leader-card--BorderBottomRightRadius: 0;--hall-of-fame-leader-card__info--Bottom: 4px;--hall-of-fame-leader-card__info--Bottom--m: 3px;--hall-of-fame-leader-card__player-name--Color: #ffffffe5;--hall-of-fame-leader-card__player-name--FontFamily: Roboto, sans-serif;--hall-of-fame-leader-card__player-name--FontSize: 14px;--hall-of-fame-leader-card__player-name--FontSize--m: 12px;--hall-of-fame-leader-card__player-name--FontWeight: 400;--hall-of-fame-no-data__info--Gap: 16px;--hall-of-fame-no-data__text--FontFamily: Roboto, sans-serif;--hall-of-fame-no-data__text--FontSize: 20px;--hall-of-fame-no-data__text--FontWeight: 400;--hall-of-fame-no-data__text--Color: #ffffff80}@media(max-width:768px){.hallOfFame{--hall-of-fame--month--FontSize: 14px;--hall-of-fame--months-modal__months--Padding: 4px;--hall-of-fame__title--Padding: 22px}}}.hall-of-fame-module_hallOfFameContainer_oipWK{display:flex;flex-direction:column;position:relative;padding:0 108px 0 43px;width:100%}@media(max-width:768px){.hall-of-fame-module_hallOfFameContainer_oipWK{padding:0 2.4vw}}.hall-of-fame-module_hallOfFameContainer_oipWK.hall-of-fame-module_noData_Z9mQT{height:inherit;padding:0 43px;overflow-x:hidden}.hall-of-fame-module_background_Z7RDD{position:absolute;background:var(--hall-of-fame__background--Background);-webkit-mask-image:var(--hall-of-fame__background--MaskImage);mask-image:var(--hall-of-fame__background--MaskImage);z-index:0;top:0;bottom:40%;left:0;right:0}@media(max-width:768px){.hall-of-fame-module_background_Z7RDD{background:var(--hall-of-fame__background--Background--m);bottom:60%}}.hall-of-fame-module_background_Z7RDD.hall-of-fame-module_noData_Z9mQT{bottom:0}.hall-of-fame-module_title_NHXhn{text-align:center;padding:var(--hall-of-fame__title--Padding);margin:var(--hall-of-fame__title--Margin);font-family:var(--hall-of-fame__title--FontFamily);font-size:var(--hall-of-fame__title--FontSize);font-weight:var(--hall-of-fame__title--FontWeight);text-transform:var(--hall-of-fame__title--TextTransform);color:var(--hall-of-fame__title--Color);background-image:var(--hall-of-fame__title--backgroundImage);-webkit-background-clip:text;background-clip:text}@media(max-width:768px){.hall-of-fame-module_title_NHXhn{width:var(--hall-of-fame__title--Width--m);font-size:var(--hall-of-fame__title--FontSize--m);font-weight:var(--hall-of-fame__title--FontWeight--m)}}.hall-of-fame-module_monthSelectorWrapper_4pNn5{display:flex;justify-content:center;margin:var(--hall-of-fame__months-selector-wrapper--Margin);position:relative}.hall-of-fame-module_leaderCards_Kslgj{display:flex;align-items:flex-end;justify-content:center;gap:4px}.hall-of-fame-module_topListWrapper_AmivM{display:flex;flex-direction:column;gap:16px;max-width:var(--hall-of-fame__top-list-wrapper--MaxWidth);margin:var(--hall-of-fame__top-list-wrapper--Margin)}@media(max-width:768px){.hall-of-fame-module_topListWrapper_AmivM{max-width:var(--hall-of-fame__top-list-wrapper--MaxWidth--m);margin:var(--hall-of-fame__top-list-wrapper--Margin--m)}}.hall-of-fame-module_noDataInfoWrapper_9rFIJ{flex:1}.hall-of-fame-module_loaderWrapper_tSu1-{display:flex;justify-content:center;align-items:center;height:100vh}.month-button-module_monthButton_JzCk5{display:flex;align-items:center;justify-content:center;gap:var(--hall-of-fame--month--button--Gap);min-width:var(--hall-of-fame--month--button--MinWidth);cursor:pointer;transition:all var(--Transition--normal--fallback) ease}@media(max-width:768px){.month-button-module_monthButton_JzCk5{gap:var(--hall-of-fame--month--button--Gap--m);min-width:var(--hall-of-fame--month--button--MinWidth--m)}}@media(any-hover:hover){.month-button-module_monthButton_JzCk5:hover .month-button-module_month_K48c5{text-shadow:var(--hall-of-fame--month--TextShadow--hover);color:transparent;background-image:var(--hall-of-fame--month--BackgroundImage--hover);-webkit-background-clip:text;background-clip:text}}.month-button-module_month_K48c5{margin:0;line-height:16px;color:transparent;background-image:var(--hall-of-fame--month--BackgroundImage);-webkit-background-clip:text;background-clip:text;text-transform:var(--hall-of-fame--month--TextTransform);text-shadow:var(--hall-of-fame--month--TextShadow);font-family:var(--hall-of-fame--month--FontFamily);font-weight:var(--hall-of-fame--month--FontWeight);font-size:var(--hall-of-fame--month--FontSize)}.month-button-module_month_K48c5.month-button-module_active_ERbhG{text-shadow:var(--hall-of-fame--month--TextShadow--active);color:transparent;background-image:linear-gradient(180deg,#04f93a,#038a00);-webkit-background-clip:text;background-clip:text}.month-button-module_checkedIcon_broVX{width:var(--hall-of-fame--checked-icon--Width);height:var(--hall-of-fame--checked-icon--Height);background:var(--hall-of-fame--checked-icon--Background);-webkit-filter:var(--hall-of-fame--checked-icon--DropShadow);filter:var(--hall-of-fame--checked-icon--DropShadow)}.months-modal-module_modal_k2bGB{box-shadow:0 4px 30px #000000b3;padding:var(--hall-of-fame--months-modal--Padding)}.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM{padding:var(--hall-of-fame--months-modal__content--Padding)}.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_crossIconWrapper_VVfaI{position:absolute;top:13px;right:13px}.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_crossIconWrapper_VVfaI .months-modal-module_crossIcon_VpJQx{width:14px;height:14px;fill:var(--hall-of-fame--months-modal__cross-icon--Fill);transition:fill .3s ease}@media(any-hover:hover){.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_crossIconWrapper_VVfaI .months-modal-module_crossIcon_VpJQx:hover{fill:var(--hall-of-fame--months-modal__cross-icon--Fill--hover)}}.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_months_zUspf{display:grid;grid-template-columns:var(--hall-of-fame--months-modal__months--GridTemplateColumns);gap:var(--hall-of-fame--months-modal__months--Gap);padding:var(--hall-of-fame--months-modal__months--Padding)}.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_months_zUspf .months-modal-module_monthButton_vWdWQ{background:var(--hall-of-fame--month-modal__month-button--Background)}@media(any-hover:hover){.months-modal-module_modal_k2bGB .months-modal-module_content_-1moM .months-modal-module_months_zUspf .months-modal-module_monthButton_vWdWQ:hover{background:var(--hall-of-fame--month-modal__month-button--Background--hover)}}.months-selector-module_modalTriggerButton_Q-uO8{display:flex;align-items:center;justify-content:center;gap:var(--hall-of-fame--month--button--Gap);min-width:var(--hall-of-fame--month--button--MinWidth);cursor:pointer}@media(max-width:768px){.months-selector-module_modalTriggerButton_Q-uO8{min-width:var(--hall-of-fame--month--button--MinWidth--m)}}@media(any-hover:hover){.months-selector-module_modalTriggerButton_Q-uO8:hover .months-selector-module_currentMonth_zzdA0{text-shadow:0px 0px 15px #00c72c;color:transparent;background-image:var(--hall-of-fame--month--BackgroundImage--hover);-webkit-background-clip:text;background-clip:text}.months-selector-module_modalTriggerButton_Q-uO8:hover .months-selector-module_calendarIcon_bYBML{-webkit-filter:drop-shadow(0px 0px 5.14px #00c72c);filter:drop-shadow(0px 0px 5.14px #00c72c);fill:var(--hall-of-fame--calendar-icon--Fill--hover)}}.months-selector-module_currentMonth_zzdA0{margin:0;color:transparent;background-image:var(--hall-of-fame--month--BackgroundImage);-webkit-background-clip:text;background-clip:text;text-shadow:0px 0px 4px rgba(255,255,255,.6);line-height:100%;font-family:var(--hall-of-fame--month--FontFamily);font-weight:var(--hall-of-fame--month--FontWeight);font-size:var(--hall-of-fame--month--FontSize);text-transform:var(--hall-of-fame--month--TextTransform);transition:all var(--Transition--normal--fallback) ease}.months-selector-module_currentMonth_zzdA0.months-selector-module_active_IM5Yd{text-shadow:0px 0px 15px #00c72c;color:transparent;background-image:linear-gradient(180deg,#04f93a,#038a00);-webkit-background-clip:text;background-clip:text}.months-selector-module_calendarIcon_bYBML{display:block;width:var(--hall-of-fame--calendar-icon--Width);height:var(--hall-of-fame--calendar-icon--Height);-webkit-filter:drop-shadow(0px 0px 5.14px rgba(255,255,255,.6));filter:drop-shadow(0px 0px 5.14px rgba(255,255,255,.6));transition:fill ease var(--Transition--normal--fallback);fill:var(--hall-of-fame--calendar-icon--Fill)}.top-item-module_card_vBoCm{display:grid;justify-content:space-between;align-items:center;grid-template-columns:var(--hall-of-fame-top-item__card--GridTemplateColumns);padding:var(--hall-of-fame-top-item__card--Padding);background:var(--hall-of-fame-top-item__card--Background);border-radius:var(--hall-of-fame-top-item__card--BorderRadius)}@media(max-width:768px){.top-item-module_card_vBoCm{grid-template-columns:var(--hall-of-fame-top-item__card--GridTemplateColumns--m);padding:var(--hall-of-fame-top-item__card--Padding--m)}}@media(max-width:576px){.top-item-module_card_vBoCm{grid-template-columns:var(--hall-of-fame-top-item__card--GridTemplateColumns--s)}}.top-item-module_player_0pxcG{display:flex;align-items:center;padding-right:8px;gap:var(--hall-of-fame-top-item__player--Gap)}@media(max-width:768px){.top-item-module_player_0pxcG{gap:var(--hall-of-fame-top-item__player--Gap--m)}}@media(max-width:576px){.top-item-module_player_0pxcG{gap:var(--hall-of-fame-top-item__player--Gap--s)}}.top-item-module_playerName_u50BQ{margin:0;text-overflow:ellipsis;overflow:hidden;color:var(--hall-of-fame-top-item__player-name--Color);font-size:var(--hall-of-fame-top-item__player-name--FontSize);font-weight:var(--hall-of-fame-top-item__player-name--FontWeight)}@media(max-width:768px){.top-item-module_playerName_u50BQ{font-size:var(--hall-of-fame-top-item__player-name--FontSize--m)}}.top-item-module_gameLink_QDpzx{display:flex;align-items:center;text-decoration:none;width:fit-content;gap:var(--hall-of-fame-top-item__game-link--Gap)}@media(max-width:768px){.top-item-module_gameLink_QDpzx{gap:var(--hall-of-fame-top-item__game-link--Gap--m)}}@media(any-hover:hover){.top-item-module_gameLink_QDpzx:hover .top-item-module_gameName_ZaIuj{color:var(--hall-of-fame-top-item__game-name--Color--hovered);text-shadow:var(--hall-of-fame-top-item__game-name--TextShadow--hover)}}.top-item-module_gameThumbnail_-XBb8{width:var(--hall-of-fame-top-item__game-thumbnail--Width);height:var(--hall-of-fame-top-item__game-thumbnail--Height);border-radius:var(--hall-of-fame-top-item__game-thumbnail--BorderRadius)}.top-item-module_gameName_ZaIuj{margin:0;color:var(--hall-of-fame-top-item__game-name--Color);font-family:var(--hall-of-fame-top-item__game-name--FontFamily);font-size:var(--hall-of-fame-top-item__game-name--FontSize);font-weight:var(--hall-of-fame-top-item__game-name--FontWeight);transition:color var(--Transition--normal--fallback) ease}@media(max-width:768px){.top-item-module_gameName_ZaIuj{font-size:var(--hall-of-fame-top-item__game-name--FontSize--m)}}.top-item-module_card_vBoCm .top-item-module_player_0pxcG .top-item-module_placeMark_3wYvU{width:var(--hall-of-fame-top-item__place-mark--Width);height:var(--hall-of-fame-top-item__place-mark--Height)}.place-mark-module_placeMark_XC62U{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0}.place-mark-module_placeMark_XC62U.place-mark-module_first_TOuAS{background:var(--hall-of-fame-place-mark--Background--first)}.place-mark-module_placeMark_XC62U.place-mark-module_second_yj0bX{background:var(--hall-of-fame-place-mark--Background--second)}.place-mark-module_placeMark_XC62U.place-mark-module_default_7FO3Z{background:var(--hall-of-fame-place-mark--Background--default)}.place-mark-module_placeMark_XC62U.place-mark-module_normal_12aSU{width:var(--hall-of-fame-place-mark--Width--normal);height:var(--hall-of-fame-place-mark--Height--normal)}.place-mark-module_placeMark_XC62U.place-mark-module_big_5-Aum{width:var(--hall-of-fame-place-mark--Width--big);height:var(--hall-of-fame-place-mark--Height--big)}@media(max-width:768px){.place-mark-module_placeMark_XC62U.place-mark-module_big_5-Aum{width:var(--hall-of-fame-place-mark--Width--big--m);height:var(--hall-of-fame-place-mark--Height--big--m)}}.place-mark-module_number_Ha4Me{position:absolute;z-index:2;color:var(--hall-of-fame-place-mark--number--Color);font-family:var(--hall-of-fame-place-mark--number--FontFamily);font-weight:var(--hall-of-fame-place-mark--number--FontWeight);-webkit-text-stroke:var(--hall-of-fame-place-mark--number--TextStroke);paint-order:var(--hall-of-fame-place-mark--number--PaintOrder)}.place-mark-module_number_Ha4Me.place-mark-module_normal_12aSU{font-size:var(--hall-of-fame-place-mark--number--FontSize--normal)}.place-mark-module_number_Ha4Me.place-mark-module_big_5-Aum{font-size:var(--hall-of-fame-place-mark--number--FontSize--big)}@media(max-width:768px){.place-mark-module_number_Ha4Me.place-mark-module_big_5-Aum{font-size:var(--hall-of-fame-place-mark--number--FontSize--big--m)}}.place-mark-module_backgroundRadialGradient_CRhG6{position:absolute;z-index:1;top:-10%;background:var(--hall-of-fame-place-mark__background-radial-gradient--Background)}.place-mark-module_backgroundRadialGradient_CRhG6.place-mark-module_normal_12aSU{width:var(--hall-of-fame-place-mark__background-radial-gradient--Width--normal);height:var(--hall-of-fame-place-mark__background-radial-gradient--Height--normal)}.place-mark-module_backgroundRadialGradient_CRhG6.place-mark-module_big_5-Aum{width:var(--hall-of-fame-place-mark__background-radial-gradient--Width--big);height:var(--hall-of-fame-place-mark__background-radial-gradient--Height--big)}.win-amount-module_winAmount_O-6-7{display:flex;align-items:center;gap:6px}.win-amount-module_amountIcon_vzktT{width:var(--hall-of-fame-top-item__amount-icon--Width);height:var(--hall-of-fame-top-item__amount-icon--Height);background:var(--hall-of-fame-top-item__amount-icon--Background);-webkit-filter:var(--hall-of-fame-top-item__amount-icon--DropShadow);filter:var(--hall-of-fame-top-item__amount-icon--DropShadow)}.win-amount-module_amountValue_FoLgP{margin:0;font-family:var(--hall-of-fame-top-item__amount-value--FontFamily);font-size:var(--hall-of-fame-top-item__amount-value--FontSize);font-weight:var(--hall-of-fame-top-item__amount-value--FontWeight);color:var(--hall-of-fame-top-item__amount-value--Color);background-image:var(--hall-of-fame__amount-value--backgroundImage);-webkit-background-clip:text;background-clip:text}@media(max-width:768px){.win-amount-module_amountValue_FoLgP{font-size:var(--hall-of-fame-top-item__amount-value--FontSize--m)}}.game-link-module_gameLink_6PuF4{display:flex;align-items:center;text-decoration:none;width:fit-content;gap:var(--hall-of-fame-top-item__game-link--Gap)}@media(max-width:576px){.game-link-module_gameLink_6PuF4{width:min-content}}.game-link-module_gameLink_6PuF4 .game-link-module_gameName_PT8tw{margin:0;color:var(--hall-of-fame-top-item__game-name--Color);font-family:var(--hall-of-fame-top-item__game-name--FontFamily);font-size:var(--hall-of-fame-top-item__game-name--FontSize);font-weight:var(--hall-of-fame-top-item__game-name--FontWeight);transition:color var(--Transition--normal--fallback) ease}@media(max-width:768px){.game-link-module_gameLink_6PuF4 .game-link-module_gameName_PT8tw{font-size:var(--hall-of-fame-top-item__game-name--FontSize--m)}}@media(any-hover:hover){.game-link-module_gameLink_6PuF4:hover .game-link-module_gameName_PT8tw{color:var(--hall-of-fame-top-item__game-name--Color--hovered);text-shadow:var(--hall-of-fame-top-item__game-name--TextShadow--hover)}}@media(max-width:768px){.game-link-module_gameLink_6PuF4{gap:var(--hall-of-fame-top-item__game-link--Gap--m)}}.game-link-wrapper-module_button_MsbjR{cursor:pointer;padding:0;border:none;background:none}.game-image-module_gameThumbnail_dIUWO{width:var(--hall-of-fame-top-item__game-thumbnail--Width);height:var(--hall-of-fame-top-item__game-thumbnail--Heigh);border-radius:var(--hall-of-fame-top-item__game-thumbnail--BorderRadius)}.top-list-module_list_EDHUF{display:flex;flex-direction:column;margin:0;list-style:none;padding-inline-start:0;gap:var(--hall-of-fame-top-list--Gap);z-index:1}@media(max-width:768px){.top-list-module_list_EDHUF{gap:var(--hall-of-fame-top-list--Gap--m)}}.leader-card-module_leaderCard_hOGgG{position:relative;width:100%;max-width:260px;border-radius:var(--hall-of-fame-leader-card--BorderRadius);border-bottom-left-radius:var(--hall-of-fame-leader-card--BorderBottomRightRadius);border-bottom-right-radius:var(--hall-of-fame-leader-card--BorderBottomRightRadius)}.leader-card-module_leaderCard_hOGgG:nth-child(1){height:124px;background:var(--hall-of-fame-leader-card--left--Background)}.leader-card-module_leaderCard_hOGgG:nth-child(1) .leader-card-module_icon_FM6Ez{transform:translate(-50%,-33%)}@media(max-width:768px){.leader-card-module_leaderCard_hOGgG:nth-child(1){height:101px;background:var(--hall-of-fame-leader-card--left--Background--m)}.leader-card-module_leaderCard_hOGgG:nth-child(1) .leader-card-module_icon_FM6Ez{transform:translate(-50%,-50%)}}.leader-card-module_leaderCard_hOGgG:nth-child(2){height:146px;background:var(--hall-of-fame-leader-card--middle--Background)}.leader-card-module_leaderCard_hOGgG:nth-child(2) .leader-card-module_icon_FM6Ez{transform:translate(-50%,-50%)}@media(max-width:768px){.leader-card-module_leaderCard_hOGgG:nth-child(2){height:115px;background:var(--hall-of-fame-leader-card--middle--Background--m)}}.leader-card-module_leaderCard_hOGgG:nth-child(3){height:102px;background:var(--hall-of-fame-leader-card--right--Background)}.leader-card-module_leaderCard_hOGgG:nth-child(3) .leader-card-module_icon_FM6Ez{transform:translate(-50%,-66%)}@media(max-width:768px){.leader-card-module_leaderCard_hOGgG:nth-child(3){height:87px;background:var(--hall-of-fame-leader-card--right--Background--m)}}.leader-card-module_icon_FM6Ez{position:absolute;left:50%;top:0}.leader-card-module_info_FzsNO{position:absolute;left:50%;transform:translate(-50%);bottom:var(--hall-of-fame-leader-card__info--Bottom);display:flex;flex-direction:column;align-items:center;width:100%;gap:4px}@media(max-width:768px){.leader-card-module_info_FzsNO{bottom:var(--hall-of-fame-leader-card__info--Bottom--m)}}.leader-card-module_playerName_bS-QB{margin:0;color:var(--hall-of-fame-leader-card__player-name--Color);font-family:var(--hall-of-fame-leader-card__player-name--FontFamily);font-size:var(--hall-of-fame-leader-card__player-name--FontSize);font-weight:var(--hall-of-fame-leader-card__player-name--FontWeight)}@media(max-width:768px){.leader-card-module_playerName_bS-QB{font-size:var(--hall-of-fame-leader-card__player-name--FontSize--m)}}.no-data-info-module_noDataInfo_cDvU-{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:var(--hall-of-fame-no-data__info--Gap)}.no-data-info-module_text_FfqdN{margin:0;font-family:var(--hall-of-fame-no-data__text--FontFamily);font-size:var(--hall-of-fame-no-data__text--FontSize);font-weight:var(--hall-of-fame-no-data__text--FontWeight);color:var(--hall-of-fame-no-data__text--Color)}@layer gamesFilter{.gamesFilter{--gamesFilter__searchInput--MaxWidth: 296px;--gamesFilter__dropdownWrapper--MaxWidth: 296px;--gamesFilter__select--Border: 1px solid black;--gamesFilter__select--BorderRadius: 10px;--gamesFilter__select--Background: white;--gamesFilter__select--Padding: 20px;--gamesFilter__select--Width: 700px;--gamesFilter__select--Gap: 4px;--gamesFilter__select__triggerWrapper--Gap: 4px;--gamesFilter__select__triggerWrapper__title--Color: black;--gamesFilter__select__triggerWrapper__title--FontSize: 16px;--gamesFilter__select__trigger--Border: 1px solid black;--gamesFilter__select__trigger--BorderRadius: 8px;--gamesFilter__select__trigger--Background: white;--gamesFilter__select__trigger--BackgroundColor--hover: lightgray;--gamesFilter__select__trigger--Padding: 9px 16px;--gamesFilter__select__trigger--Gap: 10px;--gamesFilter__select__trigger__title--Color: black;--gamesFilter__select__trigger__title--FontSize: 16px;--gamesFilter__select__trigger__title--lineHeight: 28px;--gamesFilter__select__trigger__title--Gap: 5px;--gamesFilter__select__trigger__icon--Fill: black;--gamesFilter__select__trigger__icon--Width: 24px;--gamesFilter__select__trigger__icon--Transition: all .3s;--gamesFilter__select__trigger__icon--Transform: rotate(180deg);--gamesFilter__select__selectList__selectItem--BorderRadius: 6px;--gamesFilter__select__selectList__selectItem--Background: transparent;--gamesFilter__select__selectList__selectItem--Background--hover: lightgray;--gamesFilter__select__selectList__selectItem--Background--active: transparent;--gamesFilter__select__selectList__emptyContent--FontWeight: 600;--gamesFilter__select__selectList__emptyContent--FontSize: 16px;--gamesFilter__select__selectList__emptyContent--Color: black;--gamesFilter__select__selectList--Overflow: auto;--gamesFilter__select__selectList--Display: grid;--gamesFilter__select__selectList--FlexDirection: initial;--gamesFilter__select__selectList--AlignItems: flex-start;--gamesFilter__select__selectList--JustifyContent: flex-start;--gamesFilter__select__selectList--Gap: 4px;--gamesFilter__select__selectList--MaxHeight: 300px;--gamesFilter__select__selectList--Padding: 0 20px 0 0;--gamesFilter__select__selectList--Width: 700px;--gamesFilter__select__selectList--GridTemplateColumns: repeat(3, 1fr);--gamesFilter__select__selectList__scrollbar--Width: 2px;--gamesFilter__select__selectList__scrollbar__thumb--BorderRadius: 0;--gamesFilter__select__selectList__scrollbar__thumb--Background: transparent;--gamesFilter__select__footer--Display: flex;--gamesFilter__select__footer--AlignItems: center;--gamesFilter__select__footer--JustifyContent: flex-start;--gamesFilter__select__footer--Gap: 8px;--gamesFilter__select__footer--Padding: 0;--gamesFilter__select__footer--BorderTop: none;--gamesFilter__select__footer__button--Border: none;--gamesFilter__select__footer__button--BorderRadius: 0;--gamesFilter__select__footer__button--Padding: 0}@media(max-width:1240px){.gamesFilter{--gamesFilter__select__selectList--Width: 344px;--gamesFilter__select__selectList--GridTemplateColumns: repeat(2, 1fr);--gamesFilter__select__selectList--Padding: 0 4px 0 0}}@media(max-width:986px){.gamesFilter{--gamesFilter__select__triggerWrapper__title--FontSize: 14px;--gamesFilter__select__trigger--Padding: 5px 16px;--gamesFilter__select__trigger__title--FontSize: 14px}}@media(max-width:740px){.gamesFilter{--gamesFilter__searchInput--MaxWidth: 100%;--gamesFilter__dropdownWrapper--MaxWidth: 100%;--gamesFilter__trigger__left--Gap: 8px;--gamesFilter__trigger__left__text--FontSize: 16px;--gamesFilter__trigger__left__text--LineHeight: normal;--gamesFilter__trigger__left__text--FontWeight: 700;--gamesFilter__trigger__left__text--TextTransform: uppercase;--gamesFilter__trigger__left__text--Color: black;--gamesFilter__trigger__left__text--Color--active: yellow;--gamesFilter__trigger__left__text--TextShadow--active: none;--gamesFilter__trigger__left__counter--Width: 2em;--gamesFilter__trigger__left__counter--Height: 2em;--gamesFilter__trigger__left__counter--Background: yellow;--gamesFilter__trigger__left__counter--BoxShadow: 0 4px 4px black;--gamesFilter__trigger__left__counter--FontWeight: 700;--gamesFilter__trigger__left__counter--FontSize: 12px;--gamesFilter__trigger__left__counter--Color: black;--gamesFilter__trigger__left__counter--TextShadow: 0 0 4px black;--gamesFilter__triggerIcon--Fill: black;--gamesFilter__select__selectList--Width: unset;--gamesFilter__select__selectList--GridTemplateColumns: repeat(3, 1fr)}}.gamesFilter .selectContainer{--selectContainer--Border: var(--gamesFilter__select--Border);--selectContainer--BorderRadius: var(--gamesFilter__select--BorderRadius);--selectContainer--Background: var(--gamesFilter__select--Background);--selectContainer--Padding: var(--gamesFilter__select--Padding);--selectContainer--Width: var(--gamesFilter__select--Width);--selectContainer--Gap: var(--gamesFilter__select--Gap);--selectContainer__selectList__selectItem--BorderRadius: var( --gamesFilter__select__selectList__selectItem--BorderRadius );--selectContainer__selectList__selectItem--Background: var( --gamesFilter__select__selectList__selectItem--Background );--selectContainer__selectList__selectItem--Padding: var(--gamesFilter__select__selectList__selectItem--Padding);--selectContainer__selectList__selectItem--Background--hover: var( --gamesFilter__select__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --gamesFilter__select__selectList__selectItem--Background--active );--selectContainer__selectList__emptyContent--FontWeight: var( --gamesFilter__select__selectList__emptyContent--FontWeight );--selectContainer__selectList__emptyContent--FontSize: var( --gamesFilter__select__selectList__emptyContent--FontSize );--selectContainer__selectList__emptyContent--Color: var(--gamesFilter__select__selectList__emptyContent--Color);--selectContainer__selectList--Overflow: var(--gamesFilter__select__selectList--Overflow);--selectContainer__selectList--Display: var(--gamesFilter__select__selectList--Display);--selectContainer__selectList--FlexDirection: var(--gamesFilter__select__selectList--FlexDirection);--selectContainer__selectList--AlignItems: var(--gamesFilter__select__selectList--AlignItems);--selectContainer__selectList--JustifyContent: var(--gamesFilter__select__selectList--JustifyContent);--selectContainer__selectList--Gap: var(--gamesFilter__select__selectList--Gap);--selectContainer__selectList--MaxHeight: var(--gamesFilter__select__selectList--MaxHeight);--selectContainer__selectList--Padding: var(--gamesFilter__select__selectList--Padding);padding:var(--selectContainer--Padding)}@media(max-width:620px){.gamesFilter{--gamesFilter__select__selectList--GridTemplateColumns: repeat(2, 1fr)}}.games-filter-module_selectList_29GCH{width:var(--gamesFilter__select__selectList--Width);display:var(--gamesFilter__select__selectList--Display);grid-template-columns:var(--gamesFilter__select__selectList--GridTemplateColumns);gap:var(--gamesFilter__select__selectList--Gap);max-height:var(--gamesFilter__select__selectList--MaxHeight)}.games-filter-module_selectList_29GCH::-webkit-scrollbar{width:var(--gamesFilter__select__selectList__scrollbar--Width)}.games-filter-module_selectList_29GCH::-webkit-scrollbar-track{background:none}.games-filter-module_selectList_29GCH::-webkit-scrollbar-thumb{border-radius:var(--gamesFilter__select__selectList__scrollbar__thumb--BorderRadius);background:var(--gamesFilter__select__selectList__scrollbar__thumb--Background)}.games-filter-module_emptyList_M-KYJ{width:var(--gamesFilter__select__selectList--Width);grid-template-columns:1fr;pointer-events:none}.games-filter-module_emptyList_M-KYJ .games-filter-module_selectOption_Dq4hw{cursor:default;display:flex;align-items:center;justify-content:center;height:var(--gamesFilter__select__selectList--MaxHeight);padding:0;font-weight:var(--gamesFilter__select__selectList__emptyContent--FontWeight);font-size:var(--gamesFilter__select__selectList__emptyContent--FontSize);color:var(--gamesFilter__select__selectList__emptyContent--Color);background-color:transparent}@media(any-hover:hover){.games-filter-module_emptyList_M-KYJ .games-filter-module_selectOption_Dq4hw:hover{background-color:transparent}}.games-filter-module_filter_YBxJB{display:flex;gap:16px;align-items:normal;height:fit-content}.games-filter-module_filter_YBxJB .games-filter-module_searchInput_JEb45{width:100%;max-width:var(--gamesFilter__searchInput--MaxWidth)}.games-filter-module_filter_YBxJB .games-filter-module_dropdownWrapper_lzmjU{width:100%;max-width:var(--gamesFilter__dropdownWrapper--MaxWidth)}.games-filter-module_selectTriggerWrapper_Squ7I{display:flex;flex-direction:column;gap:var(--gamesFilter__select__triggerWrapper--Gap);width:100%;flex-grow:1}.games-filter-module_selectTrigger_rkdoC{border:var(--gamesFilter__select__trigger--Border);border-radius:var(--gamesFilter__select__trigger--BorderRadius);background:var(--gamesFilter__select__trigger--Background);padding:var(--gamesFilter__select__trigger--Padding);display:flex;align-items:center;justify-content:space-between;gap:var(--gamesFilter__select__trigger--Gap);box-sizing:border-box;cursor:pointer}@media(any-hover:hover){.games-filter-module_selectTrigger_rkdoC:hover{background-color:var(--gamesFilter__select__trigger--BackgroundColor--hover)}}.games-filter-module_selectTrigger_rkdoC .games-filter-module_selectTriggerIcon_MX5-u{transition:var(--gamesFilter__select__trigger__icon--Transition);fill:var(--gamesFilter__select__trigger__icon--Fill)}.games-filter-module_selectTrigger_rkdoC .games-filter-module_selectTriggerIconOpen_AkWrX{transform:var(--gamesFilter__select__trigger__icon--Transform)}.games-filter-module_selectTriggerLeft_jOz6z{display:flex;align-items:center;gap:var(--gamesFilter__select__trigger--Gap);overflow:hidden}.games-filter-module_selectTriggerTitle_Uu-LJ{color:var(--gamesFilter__select__trigger__title--Color);text-overflow:ellipsis;font-size:var(--gamesFilter__select__trigger__title--FontSize);line-height:var(--gamesFilter__select__trigger__title--lineHeight);gap:var(--gamesFilter__select__trigger__title--Gap);display:flex;align-items:center;white-space:nowrap}.games-filter-module_selectFooter_tpmpL{display:var(--gamesFilter__select__footer--Display);align-items:var(--gamesFilter__select__footer--AlignItems);justify-content:var(--gamesFilter__select__footer--JustifyContent);gap:var(--gamesFilter__select__footer--Gap);padding:var(--gamesFilter__select__footer--Padding);border-top:var(--gamesFilter__select__footer--BorderTop)}.games-filter-module_selectFooterButton_QocTT{border:var(--gamesFilter__select__footer__button--Border);border-radius:var(--gamesFilter__select__footer__button--BorderRadius);padding:var(--gamesFilter__select__footer__button--Padding)}}@layer payments{.payments{--payments__form--Gap: 20px;--payments__form__submit--Width: 100%;--payments__form__submit--AlignSelf: end;--payments__form__submit--MinWidth: unset;--payments__form--Fill: initial;--payments__form__fastAmountBlock--Gap: 10px;--payments__form__currencyNode--Padding: 3px 8px;--payments__form__currencyNode--FontWeight: 600;--payments__form__currencyNode--FontSize: 14px;--payments__form__currencyNode--Color: black;--payments__form__amountMaxButton--TextTransform: uppercase;--payments__form__minMaxInfo--FontWeight: 600;--payments__form__minMaxInfo--FontSize: 14px;--payments__form__minMaxInfo--Color: black;--payments__form__minMaxInfo__minmaxCurrency--PaddingInlineStart: 10px;--payments__form__divider--Color: black;--payments__form__commissionFees--Gap: 10px;--payments__form__commissionFees__label--FontSize: 12px;--payments__form__commissionFees__label--FontWeight: 600;--payments__form__commissionFees__label--Color: black;--payments__form__commissionFees__feesBlock--BorderRadius: 15px;--payments__form__commissionFees__feesBlock--Background: green;--payments__form__commissionFees__feesBlock--Padding: 10px;--payments__form__commissionFees__feesBlock__title--FontSize: 12px;--payments__form__commissionFees__feesBlock__title--FontWeight: 600;--payments__form__commissionFees__feesBlock__title--Color: black;--payments__form__commissionFees__feesBlock__value--FontSize: 14px;--payments__form__commissionFees__feesBlock__value--FontWeight: 600;--payments__form__commissionFees__feesBlock__value--Color: black;--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color: grey;--payments__successModal--BoxSizing: border-box;--payments__successModal--Display: flex;--payments__successModal--FlexDirection: column;--payments__successModal--JustifyContent: column;--payments__successModal--AlignItems: center;--payments__successModal--Gap: 10px;--payments__successModal__iconWrapper--BorderRadius: 20px;--payments__successModal__iconWrapper--Background: linear-gradient( 180deg, var(--Status-Warning, rgba(253, 198, 0, .2)) 0%, var(--Status-Warning, rgba(253, 198, 0, .2)) 100% );--payments__successModal__iconWrapper--Padding: 10px;--payments__successModal__iconWrapper--Display: flex;--payments__successModal__iconWrapper--JustifyContent: center;--payments__successModal__iconWrapper--AlignItems: center;--payments__successModal__title--FontSize: 20px;--payments__successModal__title--FontWeight: 700;--payments__successModal__title--Color: #000e51;--payments__successModal__title--TextTransform: capitalize;--payments__successModal__content--Flex: flex;--payments__successModal__content--FlexDirection: column;--payments__successModal__content--JustifyContent: flex-start;--payments__successModal__content--AlignItems: center;--payments__successModal__content--Gap: 20px;--payments__successModal__content--MarginBottom: 18px;--payments__successModal__text--FontSize: 14px;--payments__successModal__text--FontWeight: 600;--payments__successModal__text--Color: #000e51;--payments__successModal__control--Flex: flex;--payments__successModal__control--FlexDirection: column;--payments__successModal__control--JustifyContent: flex-start;--payments__successModal__control--AlignItems: center;--payments__successModal__control--Gap: 10px;--payments__successModal__control--MarginBottom: 10px;--payments__successModal__link--BorderRadius: 10px;--payments__successModal__link--Border: 1px solid rgba(42, 74, 169, .1);--payments__successModal__link--Background: transparent;--payments__successModal__link--Padding: 11px 20px 12px 20px;--payments__successModal__link--FontSize: 14px;--payments__successModal__link--FontWeight: 600;--payments__successModal__link--Color: #000e51;--payments__successModal__link--Height: 40px;--payments__successModal--Width: 320px;--payments__successModal--Padding: 20px;--payments__successModal--BackgroundColor: transparent;--payments__successModal--BorderRadius: 30px;--payments__successModal__iconWrapper__before--BackgroundColor: #fdc600;--payments__successModal__iconWrapper__before--Filter: blur(121px);--payments__successModal__iconWrapper__before--BorderRadius: 330px;--payments__successModal__iconWrapper__before--Top: -44px;--payments__successModal__iconWrapper__before--Botom: 0;--payments__successModal__iconWrapper__before--Left: -68px;--payments__successModal__iconWrapper__before--Right: 0;--payments__successModal__iconWrapper__before--Width: 194px;--payments__successModal__iconWrapper__before--Height: 93px;--payments__select--Border: 1px solid black;--payments__select--BorderRadius: 6px;--payments__select--Background: white;--payments__select--Padding: 0;--payments__select--Color: black;--payments__select--Overflow: hidden;--payments__selectContainer__selectList__selectItem--Color: black;--payments__select__selectList--Display: flex;--payments__select__selectList--FlexDirection: column;--payments__select__selectList--AlignItems: normal;--payments__select__selectList--JustifyContent: normal;--payments__select__selectList--Gap: 0;--payments__select__selectList--MaxHeight: max-content;--payments__select__selectList--Padding: 0;--payments__select__selectList__selectItem--BorderRadius: 0;--payments__select__selectList__selectItem--Background: transparent;--payments__select__selectList__selectItem--Padding: 14px 16px;--payments__select__selectList__selectItem--Background--hover: lightgrey;--payments__select__selectList__selectItem--Background--active: lightgrey}.payments .selectContainer{--selectContainer--Border: var(--payments__select--Border);--selectContainer--BorderRadius: var(--payments__select--BorderRadius);--selectContainer--Background: var(--payments__select--Background);--selectContainer--Padding: var(--payments__select--Padding);--selectContainer--Color: var(--payments__select--Color);--selectContainer__selectList--Display: var(--payments__select__selectList--Display);--selectContainer__selectList--FlexDirection: var(--payments__select__selectList--FlexDirection);--selectContainer__selectList--AlignItems: var(--payments__select__selectList--AlignItems);--selectContainer__selectList--JustifyContent: var(--payments__select__selectList--JustifyContent);--selectContainer__selectList--Gap: var(--payments__select__selectList--Gap);--selectContainer__selectList--MaxHeight: var(--payments__select__selectList--MaxHeight);--selectContainer__selectList--Padding: var(--payments__select__selectList--Padding);--selectContainer__selectList__selectItem--BorderRadius: var( --payments__select__selectList__selectItem--BorderRadius );--selectContainer__selectList__selectItem--Background: var( --payments__select__selectList__selectItem--Background );--selectContainer__selectList__selectItem--Padding: var(--payments__select__selectList__selectItem--Padding);--selectContainer__selectList__selectItem--Background--hover: var( --payments__select__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --payments__select__selectList__selectItem--Background--active );padding:var(--payments__select--Padding);color:var(--payments__select--Color);overflow:var(--payments__select--Overflow)}.payments-module_form_gfeiW{display:flex;flex-direction:column;gap:var(--payments__form--Gap);fill:var(--payments__form--Fill)}.payments-module_form_gfeiW .payments-module_currencyNode_D1tOc{padding:var(--payments__form__currencyNode--Padding);font-weight:var(--payments__form__currencyNode--FontWeight);font-size:var(--payments__form__currencyNode--FontSize);color:var(--payments__form__currencyNode--Color)}.payments-module_form_gfeiW .payments-module_fastAmountBlock_pCGql{display:flex;flex-wrap:wrap;gap:var(--payments__form__fastAmountBlock--Gap)}.payments-module_form_gfeiW .payments-module_fastAmountBlock_pCGql .payments-module_amountMaxButton_-5nWU{text-transform:var(--payments__form__amountMaxButton--TextTransform)}.payments-module_form_gfeiW .payments-module_text_1iNKI{display:flex;justify-content:space-between;margin:0;font-weight:var(--payments__form__minMaxInfo--FontWeight);font-size:var(--payments__form__minMaxInfo--FontSize);color:var(--payments__form__minMaxInfo--Color)}.payments-module_form_gfeiW .payments-module_text_1iNKI .payments-module_minmaxCurrency_sXlS4{padding-inline-start:var(--payments__form__minMaxInfo__minmaxCurrency--PaddingInlineStart)}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F{display:flex;flex-direction:column;gap:var(--payments__form__commissionFees--Gap)}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F .payments-module_label_bhJkA{font-size:var(--payments__form__commissionFees__label--FontSize);font-weight:var(--payments__form__commissionFees__label--FontWeight);color:var(--payments__form__commissionFees__label--Color)}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5{border-radius:var(--payments__form__commissionFees__feesBlock--BorderRadius);background-color:var(--payments__form__commissionFees__feesBlock--Background);padding:var(--payments__form__commissionFees__feesBlock--Padding)}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_title_HD3KA{margin:0;font-size:var(--payments__form__commissionFees__feesBlock__title--FontSize);font-weight:var(--payments__form__commissionFees__feesBlock__title--FontWeight);color:var(--payments__form__commissionFees__feesBlock__title--Color);text-align:center}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_value_Isnpv{display:block;min-height:1lh;font-size:var(--payments__form__commissionFees__feesBlock__value--FontSize);font-weight:var(--payments__form__commissionFees__feesBlock__value--FontWeight);color:var(--payments__form__commissionFees__feesBlock__value--Color);text-align:center}.payments-module_form_gfeiW .payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_value_Isnpv .payments-module_cryptoCurrency_2EZCO{font-weight:inherit;font-size:inherit;color:var(--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color)}.payments-module_form_gfeiW .payments-module_submitButton_PTOfX{width:var(--payments__form__submit--Widt);min-width:var(--payments__form__submit--MinWidth);align-self:var(--payments__form__submit--AlignSelf)}.payments-module_successModal_6b17U{--modal--Width: var(--payments__successModal--Width);--modal--Padding: var(--payments__successModal--Padding);--modal--BackgroundColor: var(--payments__successModal--BackgroundColor);--modal--BorderRadius: var(--payments__successModal--BorderRadius);box-sizing:var(--payments__successModal--BoxSizing);display:var(--payments__successModal--Display);flex-direction:var(--payments__successModal--FlexDirection);justify-content:var(--payments__successModal--JustifyContent);align-items:var(--payments__successModal--AlignItems);gap:var(--payments__successModal--Gap)}.payments-module_successModal_6b17U .payments-module_iconWrapper_k-J24{border-radius:var(--payments__successModal__iconWrapper--BorderRadius);background:var(--payments__successModal__iconWrapper--Background);padding:var(--payments__successModal__iconWrapper--Padding);display:var(--payments__successModal__iconWrapper--Display);justify-content:var(--payments__successModal__iconWrapper--JustifyContent);align-items:var(--payments__successModal__iconWrapper--AlignItems);position:relative}.payments-module_successModal_6b17U .payments-module_iconWrapper_k-J24:before{content:"";z-index:0;position:absolute;right:var(--payments__successModal__iconWrapper__before--Right);bottom:var(--payments__successModal__iconWrapper__before--Bottom);left:var(--payments__successModal__iconWrapper__before--Left);top:var(--payments__successModal__iconWrapper__before--Top);width:var(--payments__successModal__iconWrapper__before--Width);height:var(--payments__successModal__iconWrapper__before--Height);border-radius:var(--payments__successModal__iconWrapper__before--BorderRadius);filter:var(--payments__successModal__iconWrapper__before--Filter);background:var(--payments__successModal__iconWrapper__before--BackgroundColor)}.payments-module_successModal_6b17U .payments-module_title_HD3KA{font-size:var(--payments__successModal__title--FontSize);font-weight:var(--payments__successModal__title--FontWeight);color:var(--payments__successModal__title--Color);text-transform:var(--payments__successModal__title--TextTransform);text-align:center;width:100%;margin:0}.payments-module_successModal_6b17U .payments-module_content_Wyo-m{display:var(--payments__successModal__content--Flex);flex-direction:var(--payments__successModal__content--FlexDirection);justify-content:var(--payments__successModal__content--JustifyContent);align-items:var(--payments__successModal__content--AlignItems);gap:var(--payments__successModal__content--Gap);margin-bottom:var(--payments__successModal__content--MarginBottom)}.payments-module_successModal_6b17U .payments-module_text_1iNKI{font-size:var(--payments__successModal__text--FontSize);font-weight:var(--payments__successModal__text--FontWeight);color:var(--payments__successModal__text--Color);margin:0;text-align:center}.payments-module_successModal_6b17U .payments-module_control_bfluQ{display:var(--payments__successModal__control--Flex);flex-direction:var(--payments__successModal__control--FlexDirection);justify-content:var(--payments__successModal__control--JustifyContent);align-items:var(--payments__successModal__control--AlignItems);gap:var(--payments__successModal__control--Gap);margin-bottom:var(--payments__successModal__control--MarginBottom);width:100%}.payments-module_successModal_6b17U .payments-module_button_Uy0pd{width:100%;height:var(--payments__successModal__link--Height)}.payments-module_successModal_6b17U .payments-module_link_D0Qw8{box-sizing:border-box;border-radius:var(--payments__successModal__link--BorderRadius);border:var(--payments__successModal__link--Border);background:var(--payments__successModal__link--Background);padding:var(--payments__successModal__link--Padding);font-size:var(--payments__successModal__link--FontSize);font-weight:var(--payments__successModal__link--FontWeight);color:var(--payments__successModal__link--Color);text-decoration:none;display:flex;justify-content:center;align-items:center;width:100%;height:var(--payments__successModal__link--Height)}.payments-module_selectButton_oSo5A{--button--Padding--md: 0;--button--Transform: capitalize;color:var(--payments__selectContainer__selectList__selectItem--Color);font-weight:400}}@layer contolSelect{.contolSelect{--selectTrigger__chevronIcon--Fill: black;--selectTrigger__leftNodeIcon--Width: 24px;--selectTrigger__leftNodeIcon--Height: 24px;--selectTrigger__leftNodeIcon--BorderRadius: 0;--selectTrigger__leftNodeIcon--ObjectFit: none}.control-select-module_item_88hg6{width:100%;justify-content:start;background:transparent}.control-select-module_chevronIcon_JIHfw{fill:var(--selectTrigger__chevronIcon--Fill)}.control-select-module_leftNodeIcon_oPKVe{display:block;width:var(--selectTrigger__leftNodeIcon--Width);height:var(--selectTrigger__leftNodeIcon--Height);border-radius:var(--selectTrigger__leftNodeIcon--BorderRadius);object-fit:var(--selectTrigger__leftNodeIcon--ObjectFit)}}@layer phoneInput{.control-fixed-country-phone-input-module_country_LtVRr{display:flex;gap:4px;justify-content:flex-start;align-items:center;min-width:65px;box-sizing:border-box;padding:var(--phoneInput__trigger--Padding);background-color:var(--phoneInput__trigger--BackgroundColor);border-radius:var(--phoneInput__trigger--BorderRadius)}.control-fixed-country-phone-input-module_country_LtVRr .control-fixed-country-phone-input-module_countryFlagWrap_qCJCS{max-width:var(--phoneInput--icon--Width);min-width:var(--phoneInput--icon--Width);max-height:var(--phoneInput--icon--Height);min-height:var(--phoneInput--icon--Height);border:var(--phoneInput__icon--Padding);background-color:var(--phoneInput__icon--BackgroundColor);border-radius:var(--phoneInput__icon--BorderRadius);overflow:hidden;align-items:center;display:flex}.control-fixed-country-phone-input-module_country_LtVRr .control-fixed-country-phone-input-module_countryFlag_PyRhT{width:var(--phoneInput--icon--Width);height:var(--phoneInput--icon--Height);border-radius:var(--phoneInput__icon--BorderRadius);scale:var(--phoneInput__icon--Scale)}.control-fixed-country-phone-input-module_country_LtVRr .control-fixed-country-phone-input-module_countryCode_mPZQh{font-size:16px;color:var(--phoneInput__trigger--Color);font-weight:600}}@layer changePasswordForm{.changePasswordForm{--changePasswordForm__container--Gap: 40px;--changePasswordForm__formContainer--Gap: 32px;--changePasswordForm__form__title--FontSize: 36px;--changePasswordForm__form__title--FontWeight: 700;--changePasswordForm__form__title--LineHeight: normal;--changePasswordForm__form__title--Color: black;--changePasswordForm__form--Gap: 16px;--changePasswordForm__form__ButtonsWrapper--Gap: 10px;--changePasswordForm__form__ButtonsWrapper--JustifyContent: space-between;--changePasswordForm__form__submitButton--AlignSelf: end}@media(max-width:768px){.changePasswordForm{--changePasswordForm__container--Gap: 24px;--changePasswordForm__form__title--FontSize: 24px}}@media(max-width:576px){.changePasswordForm{--changePasswordForm__form__submitButton--AlignSelf: normal}}.change-password-form-module_formContainer_n7rVI{display:flex;flex-direction:column;gap:var(--changePasswordForm__container--Gap)}.change-password-form-module_form_7eIP5{display:flex;flex-direction:column;gap:var(--changePasswordForm__form--Gap)}.change-password-form-module_title_j2JPT{font-size:var(--changePasswordForm__form__title--FontSize);font-weight:var(--changePasswordForm__form__title--FontWeight);line-height:var(--changePasswordForm__form__title--LineHeight);color:var(--changePasswordForm__form__title--Color)}.change-password-form-module_submitButton_hmoPw{align-self:var(--changePasswordForm__form__submitButton--AlignSelf)}.change-password-form-module_buttonsWrapper_g9G1a{display:flex;justify-content:var(--changePasswordForm__form__ButtonsWrapper--JustifyContent);gap:var(--changePasswordForm__form__ButtonsWrapper--Gap)}}@layer personalInfo{.personalInfo{--personalInfo__container--Gap: 40px;--personalInfo__form--Gap: 16px}@media(max-width:768px){.personalInfo{--personalInfo__container--Gap: 24px}}.personal-info-module_container_MjMJK{display:flex;flex-direction:column;gap:var(--personalInfo__container--Gap)}.personal-info-module_form_fOVOP{display:flex;flex-direction:column;gap:var(--personalInfo__form--Gap)}}.messages-wrapper-module_loaderContainer_F0PtU{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@layer messages{.messages-module_container_0YA2k{width:var(--messages--Width);display:flex;flex-direction:column;align-items:stretch;gap:var(--messages--Gap)}}@layer messages{.messages-list-module_list_C39qE{list-style-type:none;padding:0;margin:0}.messages-list-module_item_sf9Qi:not(:last-child){margin-bottom:var(--messages__list--Gap)}.messages-list-module_noData_dGlsp{text-align:center;font-size:var(--messages__noData--FontSize);font-weight:var(--messages__noData--FontWeight);color:var(--messages__noData--Color)}}@layer messages{.messages{--messages--Width: 100%;--messages--Gap: 16px;--messages__noData--FontSize: 16px;--messages__noData--FontWeight: 400;--messages__noData--Color: rgb(255 255 255 / 50%);--messages__list--Gap: 8px;--messages__message--Border: 1px solid #262628;--messages__message--BorderRadius: var(--BorderRadius--md);--messages__message--Background: #262628;--messages__message--Padding: 16px;--messages__message--Gap: 24px;--messages__message--hover--Background: var(--messages__message--Background);--messages__message--hover--Border: 1px solid #026500;--messages__message--active--Background: green;--messages__message--active--Border: var(--messages__message--hover--Border);--messages__message__title--Color: white;--messages__message__title--FontSize: 16px;--messages__message__title--FontWeight: 700;--messages__message__title--viewed--Color: rgba(255 255 255 / 30%);--messages__message__date--Color: rgba(255 255 255 / 30%);--messages__message__date--FontSize: 12px;--messages__message__date--FontWeight: 400;--messages__message__date--Gap: 2px;--messages__message__new--Size: 16px;--messages__message__new--BorderRadius: var(--BorderRadius--circle, var(--BorderRadius--circle));--messages__message__new--Background: linear-gradient(180deg, #04f93a 0%, #038a00 100%);--messages__message__new--BoxShadow: 0px 0px 15px 0px #00c72c}}@layer messages{.message-module_message_VJh5B{display:flex;gap:var(--messages__message--Gap);width:100%;border:var(--messages__message--Border);border-radius:var(--messages__message--BorderRadius);padding:var(--messages__message--Padding);background:var(--messages__message--Background);cursor:pointer;box-sizing:border-box}@media(any-hover:hover){.message-module_message_VJh5B:hover{background:var(--messages__message--hover--Background);border:var(--messages__message--hover--Border)}}.message-module_message_VJh5B:active{background:var(--messages__message--active--Background);border:var(--messages__message--active--Border)}.message-module_message_VJh5B.message-module_viewed_eoOBj .message-module_title_88tBk{color:var(--messages__message__title--viewed--Color)}.message-module_title_88tBk{font-size:var(--messages__message__title--FontSize);font-weight:var(--messages__message__title--FontWeight);color:var(--messages__message__title--Color);flex-grow:1;display:flex;word-break:break-all;text-align:start}.message-module_date_zac63{color:var(--messages__message__date--Color);font-size:var(--messages__message__date--FontSize);font-weight:var(--messages__message__date--FontWeight);display:flex;flex-direction:column;align-items:end;justify-content:start;gap:var(--messages__message__date--Gap)}.message-module_new_JwhKi{width:var(--messages__message__new--Size);height:var(--messages__message__new--Size);border-radius:var(--messages__message__new--BorderRadius);background:var(--messages__message__new--Background);box-shadow:var(--messages__message__new--BoxShadow)}}@layer authModal{.oldAuthModal{--authModal--MinWidth: 100%;--authModal--Width: unset;--authModal--Height: 100vh;--authModal--MaxHeight: unset;--authModal--Padding: 2px;--authModal--BorderRadius: 0;--authModal--Background: white;--authModal--OverflowY: hidden;--authModal__formWrapper--Height: 100%;--authModal__formWrapper--Width: 50%;--authModal__form--Padding: 0 8px;--authModal__form--Margin: 16px 0;--authModal__form--MinWidth: 0;--authModal__loginForm--Width: 600px;--authModal__loginForm--Gap: 24px;--authModal__loginForm--Padding: 0 0 40px 0;--authModal__imageWrapper--Width: 50%;--authModal__imageWrapper--Height: 100%;--authModal__leftContentWrapper__imageWrapper__after--Background: rgba(41, 41, 41, .7);--authModal__leftContentWrapper__imageWrapper__after--BackdropFilter: blur(80px);--authModal__imageWrapper__loginImage--Width: 100%;--authModal__imageWrapper__loginImage--ObjectFit: cover;--authModal__imageWrapper__loginImage--MaxHeight: 100%;--authModal__bonusSection--Gap: 40px;--authModal__bonusSection--MarginBottom: 0;--authModal__bonusSection--Background: transparent;--authModal__bonusSection--Padding: 0;--authModal__bonusSection__title--FontWeight: 700;--authModal__bonusSection__title--FontSize: 48px;--authModal__bonusSection__title--Color: white;--authModal__bonusSection__list--Gap: 24px;--authModal__bonusSection__bonusCard--Gap: 16px;--authModal__bonusSection__bonusCard--MaxWidth: 600px;--authModal__bonusSection__bonusCard--BorderRadius: 8px;--authModal__bonusSection__bonusCard--Padding: 16px;--authModal__bonusSection__bonusCard--Background: transparent;--authModal__bonusSection__bonusCard--Background--active: rgba(255, 255, 255, .4);--authModal__bonusSection__bonusCard__bonusCardLeft--MaxWidth: 200px;--authModal__bonusSection__bonusCard__bonusCardLeft--Height: 200px;--authModal__bonusSection__bonusCard__bonusCardLeft--BorderRadius: 8px;--authModal__bonusSection__bonusCard__bonusCardLeft__after--Background--active: rgba(0, 0, 0, .3);--authModal__bonusSection__bonusCard__bonusCardLeft__after--FontWeight--active: 700;--authModal__bonusSection__bonusCard__bonusCardLeft__after--FontSize--active: 36px;--authModal__bonusSection__bonusCard__bonusCardLeft__after--Color--active: yellow;--authModal__bonusSection__bonusCard__bonusCardLeft__after--TextShadow--active: 0 0 15px yellow;--authModal__bonusSection__bonusCard__bonusCardRight--Gap: 22px;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo--Gap: 8px;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--FontWeight: 700;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--FontSize: 36px;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--Color: white;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--FontWeight: 400;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--FontSize: 16px;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--Color: white;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButtons--Gap: 20px;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButton--Color: white;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButton--Color--hover: white;--authModal__leaveRegistrationModal--Height: fit-content;--authModal__leaveRegistrationModal__leaveRegistrationModalContainer--Height: fit-content;--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--FlexDirection: row;--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--Gap: 24px;--authModal__logo--Width: 300px;--authModal__logo--Padding: 0 0 40px 0;--authModal__icon--Position: absolute;--authModal__icon--Top: 4px;--authModal__icon--Right: 4px;--authModal__icon--Fill: #1b1e2066;--authModal__icon--Fill--hover: red;--authModal__icon--Padding: 9px;--authModal__icon--Background: #f6f6f6;--authModal__icon--Height: 32px;--authModal__icon--Width: 32px;--authModal__formFooter--FontFamily: Roboto, sans-serif;--authModal__formFooter--FontSize: 20px;--authModal__formFooter--Display: flex;--authModal__formFooter--FontWeght: 400;--authModal__formFooter--Color: white;--authModal__formFooter--Padding: 0 0 40px;--authModal__buttonSwitch--Padding: 0;--authModal__buttonSwitch--Color: green;--authModal__buttonSwitch--Margin: 0 0 0 6px;--authModal__buttonSwitch--FontSize: 0 0 0 6px;--authModal__buttonSwitch--FontWeight: 20px;--authModal__buttonSwitch--FontFamily: Roboto, sans-serif;--authModal__loginButton--Margin: 0}@media(max-width:1240px){.oldAuthModal{--authModal--FlexDirection: column;--authModal--OverflowY: auto;--authModal__loginImage--MaxHeight: 501px;--authModal__imageWrapper--Width: 100%;--authModal__imageWrapper--Height: 50%;--authModal__formWrapper--Height: auto;--authModal__formWrapper--Width: 100%;--authModal__formWrapper--Padding: 94px 0;--authModal__bonusSection--Gap: 16px;--authModal__bonusSection--Background: brown;--authModal__bonusSection--MarginBottom: 16px;--authModal__bonusSection--BorderRadius: 8px;--authModal__bonusSection--Padding: 16px;--authModal__bonusSection__title--FontSize: 24px;--authModal__bonusSection__bonusCard--Gap: 8px;--authModal__bonusSection__bonusCard--MaxWidth: 136px;--authModal__bonusSection__bonusCard--Padding: 8px;--authModal__bonusSection__bonusCard__bonusCardLeft--Width: 120px;--authModal__bonusSection__bonusCard__bonusCardLeft--Height: 120px;--authModal__bonusSection__bonusCard__bonusCardLeft__after--FontSize--active: 24px;--authModal__bonusSection__bonusCard__bonusCardRight--Gap: 0;--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--FontSize: 16px;--authModal__leaveRegistrationModal--Height: fit-content;--authModal__leaveRegistrationModal__leaveRegistrationModalContainer--Height: fit-content;--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--FlexDirection: column;--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--Gap: 16px}}@media(max-width:620px){.oldAuthModal{--authModal__formWrapper--Padding: 46px;--authModal__loginImage--MaxHeight: 257px;--authModal__imageWrapper--Height: 40%;--authModal__loginForm--Gap: 16px;--authModal__loginForm--Width: 100%;--authModal__loginForm--Padding: 0 0 24px 0;--authModal__formFooter--FontSize: 16px;--authModal__logo--Padding: 0 0 16px 0;--authModal__buttonSwitch--FontWeight: 16px}}@media(max-width:576px){.oldAuthModal{--authModal__leaveRegistrationModal--Height: auto;--authModal__leaveRegistrationModal__leaveRegistrationModalContainer--Height: 100vh}}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L{box-sizing:border-box;display:flex;min-width:var(--authModal--MinWidth);width:var(--authModal--Width);max-height:var(--authModal--MaxHeight);height:var(--authModal--Height);align-items:center;padding:var(--authModal--Padding);border-radius:var(--authModal--BorderRadius);background:var(--authModal--Background);flex-direction:var(--authModal--FlexDirection);overflow-y:var(--authModal--OverflowY);box-shadow:var(--authModal--BoxShadow)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_icon_JpKFc{position:var(--authModal__icon--Position);top:var(--authModal__icon--Top);right:var(--authModal__icon--Right);padding:var(--authModal__icon--Padding);background:var(--authModal__icon--Background);height:var(--authModal__icon--Height);width:var(--authModal__icon--Width);fill:var(--authModal__icon--Fill)}@media(any-hover:hover){.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_icon_JpKFc:hover{fill:var(--authModal__icon--Fill--hover)}}[dir=rtl] .auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_icon_JpKFc{right:unset;left:var(--authModal__icon--Right)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_imageWrapper_4lpNK{width:var(--authModal__imageWrapper--Width);height:var(--authModal__imageWrapper--Height)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_imageWrapper_4lpNK .auth-modal-module_loginImage_MwV8F{width:var(--authModal__imageWrapper__loginImage--Width);height:100%;object-fit:var(--authModal__imageWrapper__loginImage--ObjectFit);max-height:var(--authModal__imageWrapper__loginImage--MaxHeight)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_leftContentWrapper_p3hJA{position:relative;z-index:1;display:flex;width:50%;height:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_leftContentWrapper_p3hJA .auth-modal-module_bonusSection_xFLvP{display:flex}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_leftContentWrapper_p3hJA .auth-modal-module_imageWrapper_4lpNK{position:absolute;z-index:-1;width:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_leftContentWrapper_p3hJA .auth-modal-module_imageWrapper_4lpNK:after{content:"";display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:var(--authModal__leftContentWrapper__imageWrapper__after--Background);-webkit-backdrop-filter:var(--authModal__leftContentWrapper__imageWrapper__after--BackdropFilter);backdrop-filter:var(--authModal__leftContentWrapper__imageWrapper__after--BackdropFilter)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP{box-sizing:border-box;display:none;flex-direction:column;justify-content:center;gap:var(--authModal__bonusSection--Gap);margin-inline:auto;margin-bottom:var(--authModal__bonusSection--MarginBottom);border-radius:var(--authModal__bonusSection--BorderRadius);background:var(--authModal__bonusSection--Background);padding:var(--authModal__bonusSection--Padding);height:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_title_S6qjg{margin:0;font-weight:var(--authModal__bonusSection__title--FontWeight);font-size:var(--authModal__bonusSection__title--FontSize);color:var(--authModal__bonusSection__title--Color)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;flex-direction:column;align-items:center;gap:var(--authModal__bonusSection__list--Gap);width:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B{box-sizing:border-box;display:flex;gap:var(--authModal__bonusSection__bonusCard--Gap);max-width:var(--authModal__bonusSection__bonusCard--MaxWidth);width:100%;border-radius:var(--authModal__bonusSection__bonusCard--BorderRadius);background:var(--authModal__bonusSection__bonusCard--Background);padding:var(--authModal__bonusSection__bonusCard--Padding)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardLeft_51iTp,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardLeft_51iTp{overflow:hidden;max-width:var(--authModal__bonusSection__bonusCard__bonusCardLeft--MaxWidth);width:100%;height:var(--authModal__bonusSection__bonusCard__bonusCardLeft--Height);border-radius:var(--authModal__bonusSection__bonusCard__bonusCardLeft--BorderRadius)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardLeft_51iTp .auth-modal-module_bonusImg_pQ8wN,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardLeft_51iTp .auth-modal-module_bonusImg_pQ8wN{display:block;width:100%;height:100%;object-fit:cover}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w{display:flex;flex-direction:column;gap:var(--authModal__bonusSection__bonusCard__bonusCardRight--Gap)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh{display:flex;flex-direction:column;gap:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo--Gap)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh .auth-modal-module_bonusCardTitle_e6gU6,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh .auth-modal-module_bonusCardTitle_e6gU6{font-weight:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--FontWeight);font-size:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--FontSize);color:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--Color)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh .auth-modal-module_bonusCardDescription_RCy3d,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh .auth-modal-module_bonusCardDescription_RCy3d{margin:0;font-weight:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--FontWeight);font-size:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--FontSize);color:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--Color)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV{display:flex;align-items:center;gap:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButtons--Gap)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc{flex:1 1 0}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_infoButton_mikEE,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_htmlContentModalButton_ASzg0.auth-modal-module_outline_WiiTI,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_infoButton_mikEE,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_htmlContentModalButton_ASzg0.auth-modal-module_outline_WiiTI{color:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButton--Color)}@media(any-hover:hover){.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_infoButton_mikEE:hover,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_htmlContentModalButton_ASzg0.auth-modal-module_outline_WiiTI:hover,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_infoButton_mikEE:hover,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_bonusButton_ByVHc.auth-modal-module_htmlContentModalButton_ASzg0.auth-modal-module_outline_WiiTI:hover{color:var(--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButton--Color--hover)}}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs{background:var(--authModal__bonusSection__bonusCard--Background--active)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs .auth-modal-module_bonusCardLeft_51iTp,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs .auth-modal-module_bonusCardLeft_51iTp{position:relative}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5 .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs .auth-modal-module_bonusCardLeft_51iTp:after,.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B.auth-modal-module_active_0jnFs .auth-modal-module_bonusCardLeft_51iTp:after{content:attr(data-label);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--authModal__bonusSection__bonusCard__bonusCardLeft__after--Background--active);font-weight:var(--authModal__bonusSection__bonusCard__bonusCardLeft__after--FontWeight--active);font-size:var(--authModal__bonusSection__bonusCard__bonusCardLeft__after--FontSize--active);color:var(--authModal__bonusSection__bonusCard__bonusCardLeft__after--Color--active);text-shadow:var(--authModal__bonusSection__bonusCard__bonusCardLeft__after--TextShadow--active)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl{display:none}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_formWrapper_1z6Vl{display:flex;align-items:center;justify-content:center;padding:var(--authModal__formWrapper--Padding);height:var(--authModal__formWrapper--Height);width:var(--authModal__formWrapper--Width)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_form_fwMJW{display:flex;flex-direction:column;align-items:center;min-width:var(--authModal__form--MinWidth);margin:var(--authModal__form--Margin)}@media(max-width:620px){.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_form_fwMJW{width:100%;padding:var(--authModal__form--Padding)}}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_form_fwMJW .auth-modal-module_loginForm_DB-PA{min-width:var(--authModal__loginForm--Width);gap:var(--authModal__loginForm--Gap);padding:var(--authModal__loginForm--Padding)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_form_fwMJW .auth-modal-module_logoWrapper_6k2YG{padding:var(--authModal__logo--Padding)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_form_fwMJW .auth-modal-module_logoWrapper_6k2YG .auth-modal-module_logo_flg3q{width:var(--authModal__logo--Width)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_formFooter_Xb0Zv{display:var(--authModal__formFooter--Display);font-size:var(--authModal__formFooter--FontSize);font-family:var(--authModal__formFooter--FontFamily);font-weight:var(--authModal__formFooter--FontWeight);color:var(--authModal__formFooter--Color);padding:var(--authModal__formFooter--Padding)}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_formFooter_Xb0Zv .auth-modal-module_buttonSwitch_9ymjh{padding:var(--authModal__buttonSwitch--Padding);color:var(--authModal__buttonSwitch--Color);margin:var(--authModal__buttonSwitch--Margin);font-size:var(--authModal__buttonSwitch--FontWeight);font-weight:var(--authModal__buttonSwitch--FontWeight);font-family:var(--authModal__buttonSwitch--FontFamily);text-transform:none}@media(max-width:1240px){.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_leftContentWrapper_p3hJA{display:none}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP{display:flex;margin-inline:0;width:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_list_7Adm5{display:none}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl{display:flex}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_sliderViewport_Eie6P{width:100%}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B{position:relative;flex-direction:column}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardInfo_N8Xbh .auth-modal-module_bonusCardDescription_RCy3d{display:none}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_infoButton_mikEE{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.auth-modal-module_modal_IK2zX.auth-modal-module_authModal_xEQ1L .auth-modal-module_bonusSection_xFLvP .auth-modal-module_slider_p0gkl .auth-modal-module_bonusCard_CX7-B .auth-modal-module_bonusCardRight_ngE2w .auth-modal-module_bonusCardButtons_77LkV .auth-modal-module_htmlContentModalButton_ASzg0{display:none}}.auth-modal-module_htmlContentModal_v8Lg6 .auth-modal-module_contentClassName_-GUkW{white-space:break-spaces}.auth-modal-module_htmlContentModal_v8Lg6 .auth-modal-module_htmlContentModalButton_ASzg0{margin-top:auto}.auth-modal-module_leaveRegistrationModal_7XlER{height:var(--authModal__leaveRegistrationModal--Height)}.auth-modal-module_leaveRegistrationModal_7XlER .auth-modal-module_leaveRegistrationModalContainer_dh8M9{overflow:visible;height:var(--authModal__leaveRegistrationModal__leaveRegistrationModalContainer--Height)}.auth-modal-module_leaveRegistrationModal_7XlER .auth-modal-module_leaveRegistrationModalContainer_dh8M9 .auth-modal-module_leaveRegistrationButtonsBlock_WA-C2{display:flex;flex-direction:var(--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--FlexDirection);gap:var(--authModal__authModal__leaveRegistrationModal__leaveRegistrationModalContainer__leaveRegistrationButtonsBlock--Gap);width:100%}.auth-modal-module_leaveRegistrationModal_7XlER .auth-modal-module_leaveRegistrationModalContainer_dh8M9 .auth-modal-module_leaveRegistrationButtonsBlock_WA-C2 .auth-modal-module_leaveRegistrationButton_W4FBd{flex:1 1 0}}@layer codeForm{.codeForm{--registration__tabButton--Flex: 1 1 0;--registration__codeForm--Margin: 32px 0px;--registration__codeForm--Gap: 16px;--registration__codeForm__label__FontSize: 28px;--registration__codeForm__label__FontWeight: 700;--registration__codeForm__label__FontWeight--Color: #ffff;--registration__codeForm__title__Gap: 16px;--registration__codeForm__description__FontSize: 16px;--registration__codeForm__description__FontWeight: 400;--registration__codeForm__description__FontWeight--Color: grey;--registration__codeForm__arrowBack--Fill: green}.code-form-module_tabButton_L6MaE{flex:var(--registration__tabButton--Flex)}.code-form-module_codeForm_ns7OW{width:100%;display:flex;flex-direction:column;margin:var(--registration__codeForm--Margin);gap:var(--registration__codeForm--Gap)}.code-form-module_codeForm_ns7OW .code-form-module_title_HBJsO{display:flex;gap:var(--registration__codeForm__title__Gap);align-items:center}.code-form-module_codeForm_ns7OW .code-form-module_label_DDFx4{font-size:var(--registration__codeForm__label__FontSize);font-weight:var(--registration__codeForm__label__FontWeight);color:var(--registration__codeForm__label__Color)}.code-form-module_codeForm_ns7OW .code-form-module_description_XicMK{font-size:var(--registration__codeForm__description__FontSize);font-weight:var(--registration__codeForm__description__FontWeight);color:var(--registration__codeForm__description__Color)}.code-form-module_codeForm_ns7OW .code-form-module_arrowBack_mj8QR{fill:var(--registration__codeForm__arrowBack--Fill)}}@layer toast{.toast{--toast__modal--Padding: 10px;--toast__modal__toastList--Gap: 16px;--toast__modal__toastList__toast--Gap: 16px;--toast__modal__toastList__toast--Width: 356px;--toast__modal__toastList__toast--Border: none;--toast__modal__toastList__toast--BorderRadius: 8px;--toast__modal__toastList__toast--Padding: 24px;--toast__modal__toastList__toast--BoxShadow: 0px 4px 30px 0px #000000b2;--toast__modal__toastList__toast--Background--error: red;--toast__modal__toastList__toast--Background--success: green;--toast__modal__toastList__toast--Background--warning: rgb(185, 185, 101);--toast__modal__toastList__toast__content--Gap: 16px;--toast__modal__toastList__toast__content__title--FontWeight: 400;--toast__modal__toastList__toast__content__title--FontSize: 16px;--toast__modal__toastList__toast__content__title--Color: white;--toast__modal__toastList__toast__content__description--FontWeight: 400;--toast__modal__toastList__toast__content__description--FontSize: 16px;--toast__modal__toastList__toast__content__description--Color: white;--toast__modal__toastList__toast__closeButton__closeIcon--Fill: white;--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover: white;--toast__modal__toastList__toast__closeButton__closeIcon--Top: 4px;--toast__modal__toastList__toast__closeButton__closeIcon--Right: 4px;--toast__modal__toastList__toast__closeButton__closeIcon--Width: auto;--toast__modal__toastList__toast__closeButton__closeIcon--Height: auto;--toast__modal__toastList__toast__timer--Height: 4px;--toast__modal__toastList__toast__timer--Background--error: lightgrey;--toast__modal__toastList__toast__timer--Background--success: lightgrey;--toast__modal__toastList__toast__timer--Background--warning: lightgrey}@media(max-width:986px){.toast{--toast__modal--Padding: 2px}}}.toast-list-module_modalWrapper_veQqC{--modal--Padding: var(--toast__modal--Padding);left:auto;right:0}[dir=rtl] .toast-list-module_modalWrapper_veQqC{left:0;right:auto}.toast-list-module_modalWrapper_veQqC{width:auto;height:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}.toast-list-module_modalWrapper_veQqC .toast-list-module_modal_bf2pn{overflow:unset;border-radius:0;width:auto;background-color:transparent;max-width:unset;min-width:unset}.toast-list-module_modalWrapper_veQqC .toast-list-module_modal_bf2pn .toast-list-module_toastList_y7Lk6{display:flex;flex-direction:column;gap:var(--toast__modal__toastList--Gap)}.toast-list-module_toast_7zqn2{-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;overflow:hidden;position:relative;display:flex;justify-content:start;align-items:start;gap:var(--toast__modal__toastList__toast--Gap);width:var(--toast__modal__toastList__toast--Width);border:var(--toast__modal__toastList__toast--Border);border-radius:var(--toast__modal__toastList__toast--BorderRadius);padding:var(--toast__modal__toastList__toast--Padding);box-shadow:var(--toast__modal__toastList__toast--BoxShadow);animation:toast-list-module_slideIn_lntqp var(--toast--slide--Duration)}[dir=rtl] .toast-list-module_toast_7zqn2{animation:toast-list-module_slideInRtl_g6KO0 var(--toast--slide--Duration)}.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p{position:absolute;width:var(--toast__modal__toastList__toast__closeButton__closeIcon--Width);height:var(--toast__modal__toastList__toast__closeButton__closeIcon--Height);top:var(--toast__modal__toastList__toast__closeButton__closeIcon--Top);right:var(--toast__modal__toastList__toast__closeButton__closeIcon--Right)}[dir=rtl] .toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p{top:var(--toast__modal__toastList__toast__closeButton__closeIcon--Top);left:var(--toast__modal__toastList__toast__closeButton__closeIcon--Right);right:unset}.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill)}@media(any-hover:hover){.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p:hover .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover)}}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa{display:flex;flex-direction:column;gap:var(--toast__modal__toastList__toast__content--Gap)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_title_iilyV{font-weight:var(--toast__modal__toastList__toast__content__title--FontWeight);font-size:var(--toast__modal__toastList__toast__content__title--FontSize);color:var(--toast__modal__toastList__toast__content__title--Color)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_description_ImdVo{font-weight:var(--toast__modal__toastList__toast__content__description--FontWeight);font-size:var(--toast__modal__toastList__toast__content__description--FontSize);color:var(--toast__modal__toastList__toast__content__description--Color)}.toast-list-module_toast_7zqn2.toast-list-module_exited_g9wf0{transform:translate(120%);animation:toast-list-module_slideOut_GTrih var(--toast--slide--Duration)}[dir=rtl] .toast-list-module_toast_7zqn2.toast-list-module_exited_g9wf0{animation:toast-list-module_slideOutRtl_PUUdR var(--toast--slide--Duration)}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7{background:var(--toast__modal__toastList__toast--Background--error)}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_leftIcon_lfrhu{fill:red}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ{background:var(--toast__modal__toastList__toast--Background--success)}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_leftIcon_lfrhu{fill:#00c72c}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG{background:var(--toast__modal__toastList__toast--Background--warning)}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_leftIcon_lfrhu{fill:#ff8d08}.toast-list-module_timerWrapper_seHMN{position:absolute;bottom:0;left:0;width:100%;height:var(--toast__modal__toastList__toast__timer--Height);background:transparent}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez{height:var(--toast__modal__toastList__toast__timer--Height);animation:toast-list-module_timerAnimation_pIvHG var(--toast--timer--Duration);animation-play-state:var(--toast--timer--PlayState);transform-origin:left;will-change:transform}[dir=rtl] .toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez{transform-origin:right}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_error_HbCE7{background:var(--toast__modal__toastList__toast__timer--Background--error)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_success_AkNZZ{background:var(--toast__modal__toastList__toast__timer--Background--success)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_warning_oz7OG{background:var(--toast__modal__toastList__toast__timer--Background--warning)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_exited_g9wf0{background:transparent}@keyframes toast-list-module_slideIn_lntqp{0%{transform:translate(120%)}to{transform:translate(0)}}@keyframes toast-list-module_slideOut_GTrih{0%{transform:translate(0)}to{transform:translate(120%)}}@keyframes toast-list-module_slideInRtl_g6KO0{0%{transform:translate(-120%)}to{transform:translate(0)}}@keyframes toast-list-module_slideOutRtl_PUUdR{0%{transform:translate(0)}to{transform:translate(-120%)}}@keyframes toast-list-module_timerAnimation_pIvHG{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@layer gameSection{.gameSectionFrame{--game__gameFrameWrapper__iframe--MaxHeight: 100%;--game__gameFrameWrapper__iframe--AspectRatio: 16/9;--game__gameFrameWrapper__iframe--Width: 100%;--gameSection__modalWrapper--Background: black;--gameSection__modal--MaxWidth: auto;--gameSection__modal--MinWidth: auto;--gameSection__modal--BorderRadius: 0;--gameSection__modal--Background: transparent;--gameSection__modal--Padding: 0;--modal--MaxWidth: var(--gameSection__modal--MaxWidth);--modal--MinWidth: var(--gameSection__modal--MinWidth);--modal--BorderRadius: var(--gameSection__modal--BorderRadius);--modal--BackgroundColor: var(--gameSection__modal--Background);--modal--Padding: var(--gameSection__modal--Padding)}.game-section-module_gameSectionFrame_Pvw0J{max-height:var(--game__gameFrameWrapper__iframe--MaxHeight);aspect-ratio:var(--game__gameFrameWrapper__iframe--AspectRatio);width:var(--game__gameFrameWrapper__iframe--Width)}.game-section-module_modalWrapper_fra6J{width:100%;height:100%;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:var(--gameSection__modalWrapper--Background)}.game-section-module_modalWrapper_fra6J .game-section-module_modal_g9P5O{overflow:unset;padding:0;border-radius:0;width:100%;height:100%}.game-section-module_frameLoader_uyYA7{min-height:0;min-width:0;width:var(--game__gameFrameWrapper__iframe--Width);height:100%;aspect-ratio:var(--game__gameFrameWrapper__iframe--AspectRatio)}}@layer gamesList{.gamesList{--gamesList__wrapper__Width: 100%;--gamesList__wrapper__Height: auto;--gamesList__GridTemplateColumns: repeat(6, 1fr);--gamesList__Gap: 10px;--gamesList__BackgroundColor: transparent;--gamesList__Width: 100%;--gamesList__wrapper__AlignItems: center;--gamesList__loadMoreWrapper--Gap: 34px;--gamesList__loadMoreWrapper--Width: auto;--gamesList__loadMoreWrapper--Padding: 10px 0;--gamesList__loadMoreWrapper__progressBar__container--Gap: 34px;--gamesList__loadMoreWrapper__progressBar--Height: 7px;--gamesList__loadMoreWrapper__progressBar--Width: 240px;--gamesList__loadMoreWrapper__progressBar--BorderRadius: 90px;--gamesList__loadMoreWrapper__progressBar--Background: grey;--gamesList__loadMoreWrapper__progressBar__loaded--Background: black;--gamesList__loadMoreWrapper__progressBar__title--Color: black;--gamesList__loadMoreWrapper__progressBar__title--FontSize: 14px;--gamesList__loadMoreWrapper__progressBar__title--FontWeight: 600;--gamesList__emptyListText--FontSize: 14px;--gamesList__emptyListText--FontWeight: 400;--gamesList__emptyListText--Color: black}@media(max-width:768px){.gamesList{--gamesList__GridTemplateColumns: repeat(3, 1fr);--gamesList__Gap: 4px}}.games-list-module_gamesListWrapper_3kVjj{display:flex;flex-direction:column;align-items:var(--gamesList__wrapper__AlignItems);width:var(--gamesList__wrapper__Width);height:var(--gamesList__wrapper__Height)}.games-list-module_gamesList_zWNZa{display:grid;grid-template-columns:var(--gamesList__GridTemplateColumns);gap:var(--gamesList__Gap);background-color:var(--gamesList__BackgroundColor);width:var(--gamesList__Width)}.games-list-module_emptyListText_9k2up{font-size:var(--gamesList__emptyListText--FontSize);font-weight:var(--gamesList__emptyListText--FontWeight);color:var(--gamesList__emptyListText--Color)}}.load-more-wrapper-module_wrapper_0YLEL{display:flex;flex-direction:column;align-items:center;width:var(--gamesList__loadMoreWrapper--Width);gap:var(--gamesList__loadMoreWrapper--Gap);padding:var(--gamesList__loadMoreWrapper--Padding)}.progress-bar-module_container_ROVqw{display:flex;flex-direction:column;align-items:center;gap:var(--gamesList__loadMoreWrapper__progressBar__container--Gap)}.progress-bar-module_container_ROVqw .progress-bar-module_progressBar_1VwuG{height:var(--gamesList__loadMoreWrapper__progressBar--Height);width:var(--gamesList__loadMoreWrapper__progressBar--Width);border-radius:var(--gamesList__loadMoreWrapper__progressBar--BorderRadius);background-color:var(--gamesList__loadMoreWrapper__progressBar--Background)}.progress-bar-module_container_ROVqw .progress-bar-module_progressBar_1VwuG .progress-bar-module_loaded_tLWtr{height:inherit;width:var(--gamesList__loadMoreWrapper__progressBar__loaded--Width);border-radius:var(--gamesList__loadMoreWrapper__progressBar--BorderRadius);background:var(--gamesList__loadMoreWrapper__progressBar__loaded--Background)}.progress-bar-module_container_ROVqw .progress-bar-module_title_pX75V{color:var(--gamesList__loadMoreWrapper__progressBar__title--Color);font-size:var(--gamesList__loadMoreWrapper__progressBar__title--FontSize);font-weight:var(--gamesList__loadMoreWrapper__progressBar__title--FontWeight)}.top-list-carousel-module_wrapper_4vL5M{-webkit-user-select:none;user-select:none;position:static}@layer categoriesFilter{.inlineCategoryFilter{--inlineCategoryFilter__carousel--Gap: 5px;--inlineCategoryFilter__button--BorderRadius: 20px;--inlineCategoryFilter__button--BackgroundColor: blue;--inlineCategoryFilter__button--Gap: 15px;--inlineCategoryFilter__button--Padding: 8px 16px;--inlineCategoryFilter__button__title--FontSize: 20px;--inlineCategoryFilter__button__title--Color: white;--inlineCategoryFilter__button__title--FontWeight: bold;--inlineCategoryFilter__button__icon--Width: 16px;--inlineCategoryFilter__button__icon--Height: 16px;--inlineCategoryFilter__button__icon__path--Fill: blue;--inlineCategoryFilter__button__title--Color--selected: green;--inlineCategoryFilter__button__icon__path--Filter--selected: drop-shadow(0 0 15px #00c72c);--inlineCategoryFilter__button__icon__path--Fill--selected: #00c72c}.sidebarCategoryFilter{--sidebarCategoryFilter__warpper--MinHeight: 100%;--sidebarCategoryFilter__warpper--BackgroundColor: black;--sidebarCategoryFilter__warpper--Padding: 16px;--sidebarCategoryFilter__wrapper--MinWidth: 240px;--sidebarCategoryFilter__warpper--MaxWidth: 240px;--sidebarCategoryFilter__wrapper--BorderRadius: 8px;--sidebarCategoryFilter__categoryContainer--Gap: 16px;--sidebarCategoryFilter__wrapper--Margin: 0;--sidebarCategoryFilter__button__title--FontSize: 16px;--sidebarCategoryFilter__button__title--FontWeight: 700;--sidebarCategoryFilter__button__title--Color: white;--sidebarCategoryFilter__button__icon--Width: 24px;--sidebarCategoryFilter__button__icon--Height: 24px;--sidebarCategoryFilter__button__icon__path--Fill: blue;--sidebarCategoryFilter__button__title--Color--active: blue;--sidebarCategoryFilter__button__icon__path--Fill--active: drop-shadow(0 0 15px #00c72c);--sidebarCategoryFilter__button__icon__path--Filter--active: #00c72c}.categoies-filter-module_carousel_4Woa5{gap:var(--inlineCategoryFilter__carousel--Gap)}.categoies-filter-module_inlineCategoryItem_ZQeMe.categoies-filter-module_button_U-iWe{border-radius:var(--inlineCategoryFilter__button--BorderRadius);background-color:var(--inlineCategoryFilter__button--BackgroundColor);display:flex;gap:var(--inlineCategoryFilter__button--Gap);padding:var(--inlineCategoryFilter__button--Padding);color:var(--inlineCategoryFilter__button--Color)}.categoies-filter-module_inlineCategoryItem_ZQeMe.categoies-filter-module_button_U-iWe .categoies-filter-module_categoryTitle_wqTGF{font-size:var(--inlineCategoryFilter__button__title--FontSize);font-weight:var(--inlineCategoryFilter__button__title--FontWeight);color:var(--inlineCategoryFilter__button__title--Color);text-transform:uppercase}.categoies-filter-module_inlineCategoryItem_ZQeMe.categoies-filter-module_button_U-iWe .categoies-filter-module_categoryIcon_-Zn1E svg{width:var(--inlineCategoryFilter__button__icon--Width);height:var(--inlineCategoryFilter__button__icon--Height);fill:var(--inlineCategoryFilter__button__icon__path--Fill)}.categoies-filter-module_inlineCategoryItem_ZQeMe.categoies-filter-module_button_U-iWe.categoies-filter-module_selected_GFczY .categoies-filter-module_categoryTitle_wqTGF{color:var(--inlineCategoryFilter__button__title--Color--selected);text-shadow:var(--inlineCategoryFilter__button__title--TextShadow--selected)}.categoies-filter-module_inlineCategoryItem_ZQeMe.categoies-filter-module_button_U-iWe.categoies-filter-module_selected_GFczY .categoies-filter-module_categoryIcon_-Zn1E svg{overflow:visible;fill:var(--inlineCategoryFilter__button__icon__path--Fill--selected);filter:var(--inlineCategoryFilter__button__icon__path--Filter--selected)}.categoies-filter-module_sidebarWrapper_srI1g{margin:var(--sidebarCategoryFilter__wrapper--Margin);min-height:var(--sidebarCategoryFilter__wrapper--MinHeight);background-color:var(--sidebarCategoryFilter__warpper--BackgroundColor);padding:var(--sidebarCategoryFilter__warpper--Padding);border-radius:var(--sidebarCategoryFilter__wrapper--BorderRadius);position:relative;min-width:var(--sidebarCategoryFilter__wrapper--MinWidth);max-width:var(--sidebarCategoryFilter__warpper--MaxWidth)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_categoryContainer_ZKQ1H{position:fixed;display:flex;flex-direction:column;gap:var(--sidebarCategoryFilter__categoryContainer--Gap)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe{display:flex;justify-content:flex-start;gap:var(--sidebarCategoryFilter__button--Gap);padding:var(--sidebarCategoryFilter__button--Padding)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe .categoies-filter-module_categoryTitle_wqTGF{font-size:var(--sidebarCategoryFilter__button__title--FontSize);font-weight:var(--sidebarCategoryFilter__button__title--FontWeight);color:var(--sidebarCategoryFilter__button__title--Color);text-transform:uppercase}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe .categoies-filter-module_categoryIcon_-Zn1E svg{width:var(--sidebarCategoryFilter__button__icon--Width);height:var(--sidebarCategoryFilter__button__icon--Height);fill:var(--sidebarCategoryFilter__button__icon__path--Fill)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe.categoies-filter-module_selected_GFczY .categoies-filter-module_categoryTitle_wqTGF{color:var(--sidebarCategoryFilter__button__title--Color--active);text-shadow:var(--sidebarCategoryFilter__button__title--TextShadow--active)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe.categoies-filter-module_selected_GFczY .categoies-filter-module_categoryIcon_-Zn1E svg{overflow:visible;fill:var(--sidebarCategoryFilter__button__icon__path--Fill--active);filter:var(--sidebarCategoryFilter__button__icon__path--Filter--active)}@media(any-hover:hover){.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe:hover .categoies-filter-module_categoryTitle_wqTGF{color:var(--sidebarCategoryFilter__button__title--Color--active);text-shadow:var(--sidebarCategoryFilter__button__title--TextShadow--active)}.categoies-filter-module_sidebarWrapper_srI1g .categoies-filter-module_sidebarCategoryItem_0Wyqe.categoies-filter-module_button_U-iWe:hover .categoies-filter-module_categoryIcon_-Zn1E svg{overflow:visible;fill:var(--sidebarCategoryFilter__button__icon__path--Fill--active);filter:var(--sidebarCategoryFilter__button__icon__path--Filter--active)}}}@layer verification{.verification{--verification--FlexDirection: row;--verification--Gap: 32px;--verification__form--AlignItems: end;--verification__form--Gap: 16px;--verification__form--MaxWidth: 656px;--verification__form__accordion--MaxWidth: 304px;--verification__form__accordion__TriggerButton--JustifyContent: space-between;--verification__form__accordion__TriggerButton--Gap: 8px;--verification__form__accordion__TriggerButton--BorderRadius: 8px;--verification__form__accordion__TriggerButton--Background: transparent;--verification__form__accordion__TriggerButton--Padding: 14px 16px;--verification__form__accordion__TriggerButton--FontSize: 12px;--verification__form__accordion__TriggerButton--FontWeight: 700;--verification__form__accordion__TriggerButton--Color: black;--verification__form__accordion__TriggerButton--Color--hover: black;--verification__form__accordion__TriggerButton--TextShadow: none;--verification__form__accordion__TriggerButton--TextShadow--hover: none;--verification__form__accordion__TriggerButton--TextTransform: uppercase;--verification__form__accordion__TriggerButton__icon--Fill: white;--verification__form__toast--Width: 100%;--verification__verificationStatusInfo--Background: black;--verification__verificationStatusInfo__newIcon--Fill: white;--verification__verificationStatusInfo__approvedIcon--Fill: yellow;--verification__verificationStatusInfo__verificationStatusText--new--Color: black;--verification__verificationStatusInfo__verificationStatusText--approved--Color: black}.verification .accordion{--accordion--MaxWidth: var(--verification__form__accordion--MaxWidth)}.verification .accordion .button{--button--JustifyContent: var(--verification__form__accordion__TriggerButton--JustifyContent);--button--Gap--md: var(--verification__form__accordion__TriggerButton--Gap);--button--BorderRadius: var(--verification__form__accordion__TriggerButton--BorderRadius);--button--Padding--md: var(--verification__form__accordion__TriggerButton--Padding);--button--FontSize--md: var(--verification__form__accordion__TriggerButton--FontSize);--button--FontWeight: var(--verification__form__accordion__TriggerButton--FontWeight)}@media(max-width:1024px){.verification{--verification--FlexDirection: column;--verification--Gap: 24px;--verification__form--AlignItems: normal;--verification__form--Gap: 8px;--verification__form--MaxWidth: 100%;--verification__form__accordion--MaxWidth: 100%}}.verification-module_container_-K0mT{display:flex;flex-direction:var(--verification--FlexDirection);gap:var(--verification--Gap)}.verification-module_container_-K0mT .verification-module_form_HbkEC{display:flex;flex-direction:column;align-items:var(--verification__form--AlignItems);gap:var(--verification__form--Gap);max-width:var(--verification__form--MaxWidth);width:100%}.verification-module_container_-K0mT .verification-module_form_HbkEC .verification-module_declinedToast_0uej-{--toast__modal__toastList__toast--Width: var(--verification__form__toast--Width);transform:none;animation:none}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A{width:100%}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_triggerButton_BoAjG{width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;background:var(--verification__form__accordion__TriggerButton--Background);text-transform:var(--verification__form__accordion__TriggerButton--TextTransform);text-align:start;color:var(--verification__form__accordion__TriggerButton--Color);text-shadow:var(--verification__form__accordion__TriggerButton--TextShadow)}@media(any-hover:hover){.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_triggerButton_BoAjG:hover{color:var(--verification__form__accordion__TriggerButton--Color--hover);text-shadow:var(--verification__form__accordion__TriggerButton--TextShadow--hover)}}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_triggerButton_BoAjG .verification-module_icon_qpdRs{min-width:15px;min-height:14px;transition:var(--Transition--normal);fill:var(--verification__form__accordion__TriggerButton__icon--Fill)}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_triggerButton_BoAjG .verification-module_icon_qpdRs.verification-module_open_Iha4K{rotate:45deg}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_accordionContent_Kr1l2{display:flex;flex-direction:column;gap:8px;padding:0 16px 14px}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_accordionContent_Kr1l2 .verification-module_text_vvQlN{margin:0;font-weight:400;font-size:12px;line-height:1.5;color:gray}.verification-module_container_-K0mT .verification-module_accordion_H-Z9A .verification-module_accordionContent_Kr1l2 .verification-module_img_OZEnN{width:100%}.verification-module_verificationInfo_Z9L2J{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;height:100%;border-radius:8px;background:var(--verification__verificationStatusInfo--Background);padding:16px}.verification-module_verificationInfo_Z9L2J .verification-module_newIcon_pGPcg{fill:var(--verification__verificationStatusInfo__newIcon--Fill)}.verification-module_verificationInfo_Z9L2J .verification-module_approvedIcon_OYPnj{fill:var(--verification__verificationStatusInfo__approvedIcon--Fill)}.verification-module_verificationInfo_Z9L2J .verification-module_verificationStatusText_GEwY3{margin:0;font-weight:700;font-size:24px;text-align:center}.verification-module_verificationInfo_Z9L2J .verification-module_verificationStatusText_GEwY3.verification-module_new_EJ2F-{color:var(--verification__verificationStatusInfo__verificationStatusText--new--Color)}.verification-module_verificationInfo_Z9L2J .verification-module_verificationStatusText_GEwY3.verification-module_approved_bU7QC{color:var(--verification__verificationStatusInfo__verificationStatusText--approved--Color)}.verification-module_loader_Mydic{width:100%;height:100%}}@layer successPaymentModal{.successPaymentModal{--successPaymentModal--Padding: 60px 40px 40px;--successPaymentModal--BorderRadius: var(--BorderRadius--md, var(--BorderRadius--md));--successPaymentModal--Width: calc(100% - 16px) ;--successPaymentModal--MaxWidth: 600px;--successPaymentModal--Gap: 24px;--successPaymentModal__close--Width: 32px;--successPaymentModal__close--Height: 32px;--successPaymentModal__close--Left: unset;--successPaymentModal__close--Right: 8px;--successPaymentModal__close--Top: 8px;--successPaymentModal__close--Bottom: unset;--successPaymentModal__closeIcon--Width: 100%;--successPaymentModal__closeIcon--Height: 100%;--successPaymentModal__closeIcon--Fill: black;--successPaymentModal__closeIcon--hover--Fill: black;--successPaymentModal__closeIcon--active--Fill: black;--successPaymentModal__content--Gap: 16px;--successPaymentModal__content__title--FontSize: 14px;--successPaymentModal__content__title--FontWeight: 400;--successPaymentModal__content__title--Color: black;--successPaymentModal__constnt__title--TextAlign: center;--successPaymentModal__constnt__title--TextWrap: pretty;--successPaymentModal__content__text--FontSize: 20px;--successPaymentModal__content__text--FontWeight: 400;--successPaymentModal__content__text--Color: black;--successPaymentModal__content__text--TextAlign: center;--successPaymentModal__constnt__text--TextWrap: pretty}@media(max-width:576px){.successPaymentModal{--successPaymentModal--Padding: 60px 24px 24px}}.success-payment-modal-module_wrapper_Gbtqm{--modal--Padding: var(--successPaymentModal--Padding);--modal--BorderRadius: var(--successPaymentModal--BorderRadius,);--modal--Width: var(--successPaymentModal--Width);--moadl--MaxWidth: var(--successPaymentModal--MaxWidth);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--successPaymentModal--Gap)}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_linkButton_MP9Zc{width:100%;display:flex;justify-content:center}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_close_w8t8O{position:absolute;width:var(--successPaymentModal__close--Width);height:var(--successPaymentModal__close--Height);left:var(--successPaymentModal__close--Left);right:var(--successPaymentModal__close--Right);top:var(--successPaymentModal__close--Top);bottom:var(--successPaymentModal__close--Bottom)}[dir=rtl] .success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_close_w8t8O{left:var(--successPaymentModal__close--Right);right:var(--successPaymentModal__close--Left)}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_close_w8t8O .success-payment-modal-module_closeIcon_SRW1p{fill:var(--successPaymentModal__closeIcon--Fill)}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_close_w8t8O:active .success-payment-modal-module_closeIcon_SRW1p{fill:var(--successPaymentModal__closeIcon--active--Fill)}@media(any-hover:hover){.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_close_w8t8O:hover .success-payment-modal-module_closeIcon_SRW1p{fill:var(--successPaymentModal__closeIcon--hover--Fill)}}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_content_pXZPr{display:flex;flex-direction:column;align-items:center;gap:var(--successPaymentModal__content--Gap)}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_content_pXZPr .success-payment-modal-module_title_n5wK2{margin:0;padding:0;font-size:var(--successPaymentModal__content__title--FontSize);font-weight:var(--successPaymentModal__content__title--FontWeight);color:var(--successPaymentModal__content__title--Color, );text-align:var(--successPaymentModal__content__title--TextAlign, );text-wrap:var(--successPaymentModal__constnt__title--TextWrap, )}.success-payment-modal-module_wrapper_Gbtqm .success-payment-modal-module_content_pXZPr .success-payment-modal-module_text_-tW56{margin:0;padding:0;font-size:var(--successPaymentModal__content__text--FontSize);font-weight:var(--successPaymentModal__content__text--FontWeight);color:var(--successPaymentModal__content__text--Color);text-align:var(--successPaymentModal__content__text--TextAlign);text-wrap:var(--successPaymentModal__constnt__text--TextWrap)}}@layer betsStatisticsList{.betsStatisticsList{--betsStatisticsList__drawer--Display: none;--betsStatisticsList__modal--Display: flex;--betsStatisticsList--Width: 400px;--betsStatisticsList--BackgroundColor: lightgray;--betsStatisticsList--BorderRadius: 30px;--betsStatisticsList--Padding: 20px 20px 40px 20px;--betsStatisticsList--Gap: 18px;--betsStatisticsList__title--FontSize: 20px;--betsStatisticsList__title--FontWeight: 700;--betsStatisticsList__title--Color: black;--betsStatisticsList__title--Padding: 0 0 0 10px;--betsStatisticsList__buttonsWrapper--Gap: 10px;--betsStatisticsList__buttonsWrapper__iconUpdate--Fill: black;--betsStatisticsList__updateButton--Border: 1px solid black;--betsStatisticsList__updateButton--Background: lightgray;--betsStatisticsList__updateButton--Background--hover: grey;--betsStatisticsList__updateButton--Border--hover: 1px solid grey;--betsStatisticsList__loader--Fill: black;--betsStatisticsList__content__date--Padding: 11px 20px;--betsStatisticsList__content__date__label--FontSize: 12px;--betsStatisticsList__content__date__label--FontWeight: 600;--betsStatisticsList__content__date__label--Color: black;--betsStatisticsList__content__total--Gap: 10px;--betsStatisticsList__content__total--Padding: 10px 20px;--betsStatisticsList__content__total--Margin: 0;--betsStatisticsList__content__total__subtitle--FontSize: 12px;--betsStatisticsList__content__total__subtitle--FontWeight: 600;--betsStatisticsList__content__total__subtitle--Color: black;--betsStatisticsList__content__total__income__count--FontSize: 16px;--betsStatisticsList__content__total__income__count--FontWeight: 600;--betsStatisticsList__content__total__income__count--Color: green;--betsStatisticsList__content__total__income__currency--FontSize: 12px;--betsStatisticsList__content__total__income__currency--FontWeight: 600;--betsStatisticsList__content__total__income__currency--Color: grey;--betsStatisticsList__content__total__bets__count--FontSize: 16px;--betsStatisticsList__content__total__bets__count--FontWeight: 600;--betsStatisticsList__content__total__bets__count--Color: black;--betsStatisticsList__content__card--BackgroundColor: white;--betsStatisticsList__content__card--BorderRadius: 15px;--betsStatisticsList__content__card--Padding: 20px;--betsStatisticsList__content__card__label--FontSize: 14px;--betsStatisticsList__content__card__label--FontWeight: 600;--betsStatisticsList__content__card__label--Color: black;--betsStatisticsList__content__card__count--FontSize: 14px;--betsStatisticsList__content__card__count--FontWeight: 600;--betsStatisticsList__content__card__count--Color: black;--betsStatisticsList__content__card__count__currency--FontSize: 12px;--betsStatisticsList__content__card__count__currency--FontWeight: 600;--betsStatisticsList__content__card__count__currency--Color: grey;--betsStatisticsList__content--Gap: 10px;--betsStatisticsList__content--MinHeight: 330px;--betsStatisticsList__content__buttonShare--Padding: 8px 20px;--betsStatisticsList__content__iconShare--Fill: black;--betsStatisticsList__content__iconArrow--Fill: black;--betsStatisticsList__content__selectContainer--Width: 250px;--betsStatisticsList__content__selectContainer--Display: flex;--betsStatisticsList__content__selectContainer--FlexDirection: column;--betsStatisticsList__content__selectContainer--AlignItems: normal;--betsStatisticsList__content__selectContainer--JustifyContent: normal;--betsStatisticsList__content__selectContainer--BorderRadius: 20px;--betsStatisticsList__content__selectContainer--BoxShadow: 0px 5px 20px 0px rgba(9, 13, 25, .1);--betsStatisticsList__content__selectContainer--Gap: 10px;--betsStatisticsList__content__selectContainer--Background: grey;--betsStatisticsList__content__selectList--Padding: 15px;--betsStatisticsList__content__selectList--MaxHeight: 300px;--betsStatisticsList__content__selectItem--FontSize: 14px;--betsStatisticsList__content__selectItem--FontWeight: 600;--betsStatisticsList__content__selectItem--Color: black;--betsStatisticsList__content__selectItem--BorderRadius: 10px;--betsStatisticsList__content__selectItem--Background: transparent;--betsStatisticsList__content__selectItem--Background--hover: rgba(255, 255, 255, .3);--betsStatisticsList__content__selectItem--Background--active: white;--betsStatisticsList__content__selectItem--Padding: 16px 20px;--betsStatisticsList__content__selectItem--Transition: all .3s;--betsStatisticsList__modal__wrapper--BackgroundColor: var(--betsStatisticsList--BackgroundColor);--betsStatisticsList__modal__wrapper--MinWidth: 500px;--betsStatisticsList__modal__wrapper__title--Padding: 25px 30px;--betsStatisticsList__modal__wrapper__title--FontSize: 16px;--betsStatisticsList__modal__wrapper__title--FontWeight: 700;--betsStatisticsList__modal__wrapper__title--Color: black;--betsStatisticsList__modal__wrapper__buttonClose--Right: 10px;--betsStatisticsList__modal__wrapper__buttonClose--Top: 10px;--betsStatisticsList__modal__wrapper__buttonClose--BackgroundColor: transparent;--betsStatisticsList__modal__wrapper__buttonClose__iconClose--Fill: black;--betsStatisticsList__modal__wrapper__contentWrapper--Padding: 15px 30px;--betsStatisticsList__modal__wrapper__buttonsWrapper--Padding: 20px 40px;--betsStatisticsList__modal__wrapper__buttonsWrapper--Gap: 8px;--betsStatisticsList__modal__wrapper__buttons--Width: 100%;--betsStatisticsList__modal__wrapper__buttons__iconShare--Fill: black;--betsStatisticsList__modal__wrapper__buttons__iconSave--Fill: black}@media(max-width:768px){.betsStatisticsList{--betsStatisticsList__modal__wrapper--MinWidth: unset;--betsStatisticsList__content__selectContainer--Width: 100%;--betsStatisticsList__content__selectContainer--BoxShadow: none;--betsStatisticsList__drawer--Display: flex;--betsStatisticsList__modal--Display: none}}.bets-statistics-list-module_betsStatisticsList_oKbmB{display:flex;flex-direction:column;gap:var(--betsStatisticsList--Gap);width:var(--betsStatisticsList--Width);border-radius:var(--betsStatisticsList--BorderRadius);background-color:var(--betsStatisticsList--BackgroundColor);padding:var(--betsStatisticsList--Padding)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_title_sStEo{display:flex;justify-content:space-between;align-items:center;padding:var(--betsStatisticsList__title--Padding);font-size:var(--betsStatisticsList__title--FontSize);font-weight:var(--betsStatisticsList__title--FontWeight);color:var(--betsStatisticsList__title--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_title_sStEo .bets-statistics-list-module_buttonsWrapper_DGd5-{display:flex;gap:var(--betsStatisticsList__buttonsWrapper--Gap)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_title_sStEo .bets-statistics-list-module_buttonsWrapper_DGd5- .bets-statistics-list-module_iconUpdate_OJzhC{fill:var(--betsStatisticsList__buttonsWrapper__iconUpdate--Fill)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ-{display:flex;flex-direction:column;justify-content:center;gap:var(--betsStatisticsList__content--Gap);min-height:var(--betsStatisticsList__content--MinHeight)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_info_G2Lsc{display:flex;flex-direction:column;justify-content:center;gap:var(--betsStatisticsList__content--Gap)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4-{display:flex;flex-direction:column;margin:var(--betsStatisticsList__content__total--Margin);gap:var(--betsStatisticsList__content__total--Gap);padding:var(--betsStatisticsList__content__total--Padding)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_income_3nOv-,.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_bets_FqulT{display:flex;justify-content:space-between;align-items:center}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_income_3nOv- .bets-statistics-list-module_subtitle_UGnx6,.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_bets_FqulT .bets-statistics-list-module_subtitle_UGnx6{font-size:var(--betsStatisticsList__content__total__subtitle--FontSize);font-weight:var(--betsStatisticsList__content__total__subtitle--FontWeight);color:var(--betsStatisticsList__content__total__subtitle--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_income_3nOv- .bets-statistics-list-module_count_bHxcX{font-size:var(--betsStatisticsList__content__total__income__count--FontSize);font-weight:var(--betsStatisticsList__content__total__income__count--FontWeight);color:var(--betsStatisticsList__content__total__income__count--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_income_3nOv- .bets-statistics-list-module_count_bHxcX .bets-statistics-list-module_currency_ERQc-{font-size:var(--betsStatisticsList__content__total__income__currency--FontSize);font-weight:var(--betsStatisticsList__content__total__income__currency--FontWeight);color:var(--betsStatisticsList__content__total__income__currency--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_total_rJS4- .bets-statistics-list-module_bets_FqulT .bets-statistics-list-module_count_bHxcX{font-size:var(--betsStatisticsList__content__total__bets__count--FontSize);font-weight:var(--betsStatisticsList__content__total__bets__count--FontWeight);color:var(--betsStatisticsList__content__total__bets__count--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_card_WsEnR{display:flex;align-items:center;justify-content:space-between;background-color:var(--betsStatisticsList__content__card--BackgroundColor);border-radius:var(--betsStatisticsList__content__card--BorderRadius);padding:var(--betsStatisticsList__content__card--Padding)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_card_WsEnR .bets-statistics-list-module_label_Zlor1{font-size:var(--betsStatisticsList__content__card__label--FontSize);font-weight:var(--betsStatisticsList__content__card__label--FontWeight);color:var(--betsStatisticsList__content__card__label--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_card_WsEnR .bets-statistics-list-module_count_bHxcX{font-size:var(--betsStatisticsList__content__card__count--FontSize);font-weight:var(--betsStatisticsList__content__card__count--FontWeight);color:var(--betsStatisticsList__content__card__count--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_card_WsEnR .bets-statistics-list-module_count_bHxcX .bets-statistics-list-module_currency_ERQc-{margin-left:5px;font-size:var(--betsStatisticsList__content__card__count__currency--FontSize);font-weight:var(--betsStatisticsList__content__card__count__currency--FontWeight);color:var(--betsStatisticsList__content__card__count__currency--Color)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_buttonShare_01O9n{align-self:flex-end;width:fit-content;padding:var(--betsStatisticsList__content__buttonShare--Padding)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_content_JHsJ- .bets-statistics-list-module_buttonShare_01O9n .bets-statistics-list-module_iconShare_JTpFB{fill:var(--betsStatisticsList__content__iconShare--Fill)}.bets-statistics-list-module_betsStatisticsList_oKbmB .bets-statistics-list-module_loader_dF3iE{align-self:center;fill:var(--betsStatisticsList__loader--Fill)}.bets-statistics-list-module_iconArrow_XRLaH{fill:var(--betsStatisticsList__content__iconArrow--Fill)}.bets-statistics-list-module_selectContainer_X41aJ{width:var(--betsStatisticsList__content__selectContainer--Width);border-radius:var(--betsStatisticsList__content__selectContainer--BorderRadius);box-shadow:var(--betsStatisticsList__content__selectContainer--BoxShadow)}.bets-statistics-list-module_selectItem_-wK1I{font-size:var(--betsStatisticsList__content__selectItem--FontSize);font-weight:var(--betsStatisticsList__content__selectItem--FontWeight);color:var(--betsStatisticsList__content__selectItem--Color)}.bets-statistics-list-module_selectContainerDrawer_3e0Bg{display:var(--betsStatisticsList__content__selectContainer--Display);flex-direction:var(--betsStatisticsList__content__selectContainer--FlexDirection);align-items:var(--betsStatisticsList__content__selectContainer--AlignItems);justify-content:var(--betsStatisticsList__content__selectContainer--JustifyContent);gap:var(--betsStatisticsList__content__selectContainer--Gap);border-radius:var(--betsStatisticsList__content__selectContainer--BorderRadius);background:var(--betsStatisticsList__content__selectContainer--Background);width:var(--betsStatisticsList__content__selectContainer--Width)}.bets-statistics-list-module_selectContainerDrawer_3e0Bg .bets-statistics-list-module_selectList_U3FFk{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;max-height:var(--betsStatisticsList__content__selectList--MaxHeight);padding:var(--betsStatisticsList__content__selectList--Padding)}.bets-statistics-list-module_selectContainerDrawer_3e0Bg .bets-statistics-list-module_selectList_U3FFk .bets-statistics-list-module_selectItem_-wK1I{cursor:pointer;border-radius:var(--betsStatisticsList__content__selectItem--BorderRadius);background:var(--betsStatisticsList__content__selectItem--Background);padding:var(--betsStatisticsList__content__selectItem--Padding);transition:var(--betsStatisticsList__content__selectItem--Transition);font-size:var(--betsStatisticsList__content__selectItem--FontSize);font-weight:var(--betsStatisticsList__content__selectItem--FontWeight);color:var(--betsStatisticsList__content__selectItem--Color)}@media(any-hover:hover){.bets-statistics-list-module_selectContainerDrawer_3e0Bg .bets-statistics-list-module_selectList_U3FFk .bets-statistics-list-module_selectItem_-wK1I:hover{background:var(--betsStatisticsList__content__selectItem--Background--hover)}}.bets-statistics-list-module_selectContainerDrawer_3e0Bg .bets-statistics-list-module_selectList_U3FFk .bets-statistics-list-module_selectItem_-wK1I.bets-statistics-list-module_active_wq3tN{background:var(--betsStatisticsList__content__selectItem--Background--active)}.bets-statistics-list-module_updateButton_G7lRE{border:var(--betsStatisticsList__updateButton--Border);background:var(--betsStatisticsList__updateButton--Background)}@media(any-hover:hover){.bets-statistics-list-module_updateButton_G7lRE:hover{border:var(--betsStatisticsList__updateButton--Border--hover);background:var(--betsStatisticsList__updateButton--Background--hover)}}}@layer singleCurrencySelector{.singleCurrencySelector{--singleCurrencySelector__currencyIcon--Fill: black}.single-currency-selector-module_currencyIcon_U5tBa{fill:var(--singleCurrencySelector__currencyIcon--Fill)}}@layer topOfTheWeek{.topOfTheWeek{--topOfTheWeek--Gap: 10px}}.top-of-the-week-module_carousel_K4aCW{display:flex;gap:var(--topOfTheWeek--Gap)}@layer gamesFilterSelector{.gamesFilterSelector{--gamesFilterSelector--Display: flex;--gamesFilterSelector--FlexDirection: column;--gamesFilterSelector--Gap: 5px;--gamesFilterSelector--AlignItems: flex-start;--gamesFilterSelector--JustifyContent: flex-start;--gamesFilterSelector--Width: 280px;--gamesFilterSelector__dropdown--Width: 100%;--gamesFilterSelector__dropdownContent--Width: 100%;--gamesFilterSelector__dropdownContent--BorderRadius: 10px;--gamesFilterSelector__dropdownNode--MarginTop: 5px;--gamesFilterSelector__dropdownItem--Padding: 8px 10px;--gamesFilterSelector__dropdownItem--BorderRadius: 10px;--gamesFilterSelector__dropdownItem--Background--hover: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--gamesFilterSelector__dropdownItem--Background--active: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--gamesFilterSelector__dropdownItem--Width: 100%;--gamesFilterSelector__dropdownItem--BoxSizing: border-box;--gamesFilterSelector__label--Margin: 0;--gamesFilterSelector__label--FontSize: 12px;--gamesFilterSelector__label--LineHeight: normal;--gamesFilterSelector__label--FontWeight: 600;--gamesFilterSelector__label--Color: #000e51;--gamesFilterSelector__trigger--Display: flex;--gamesFilterSelector__trigger--Gap: 12px;--gamesFilterSelector__trigger--AlignItems: center;--gamesFilterSelector__trigger--JustifyContent: space-between;--gamesFilterSelector__trigger--Width: 100%;--gamesFilterSelector__trigger--Border: 1px solid rgba(42, 74, 169, .1);--gamesFilterSelector__trigger--Background: none;--gamesFilterSelector__trigger--BorderRadius: 10px;--gamesFilterSelector__trigger--Padding: 8px 10px;--gamesFilterSelector__triggerText--FontSize: 14px;--gamesFilterSelector__triggerText--LineHeight: normal;--gamesFilterSelector__triggerText--FontWeight: 600;--gamesFilterSelector__triggerText--Color: #000e51;--gamesFilterSelector__triggerIcon--Width: 24px;--gamesFilterSelector__triggerIcon--Height: 24px;--gamesFilterSelector__triggerIcon--color: #000e51;--gamesFilterSelector__top--Padding: 15px 15px 0;--gamesFilterSelector__top--Background: none;--gamesFilterSelector__top--Width: 100%;--gamesFilterSelector__list--Display: flex;--gamesFilterSelector__list--FlexDirection: column;--gamesFilterSelector__list--AlignItems: flex-start;--gamesFilterSelector__list--Gap: 3px;--gamesFilterSelector__list--Width: 100%;--gamesFilterSelector__SelectorItem--Display: flex;--gamesFilterSelector__SelectorItem--JustifyContent: flex-start;--gamesFilterSelector__SelectorItem--AlignItems: center;--gamesFilterSelector__SelectorItem--Gap: 5px;--gamesFilterSelector__SelectorItem--Width: 100%;--gamesFilterSelector__SelectorItemCounter--MarginLeft: auto;--gamesFilterSelector__SelectorItemCounter--Display: flex;--gamesFilterSelector__SelectorItemCounter--JustifyContent: center;--gamesFilterSelector__SelectorItemCounter--AlignItems: center;--gamesFilterSelector__SelectorItemCounter--Padding: 5px;--gamesFilterSelector__SelectorItemCounter--Border: 2px solid rgba(42, 74, 169, .1);--gamesFilterSelector__SelectorItemCounter--Background: #e2e9fc;--gamesFilterSelector__SelectorItemCounter--BorderRadius: 9999px;--gamesFilterSelector__SelectorItemCounter--MinWidth: 16px;--gamesFilterSelector__SelectorItemCounter--MinHeight: 16px;--gamesFilterSelector__SelectorItemCounter--FontSize: 12px;--gamesFilterSelector__SelectorItemCounter--LineHeight: normal;--gamesFilterSelector__SelectorItemCounter--FontWeight: 700;--gamesFilterSelector__SelectorItemCounter--Color: #000e51;--gamesFilterSelector__SelectorItemCounter--Background--active: #ffa500;--gamesFilterSelector__SelectorItemCounter--Border--active: 2px solid #ffa500;--gamesFilterSelector__SelectorItemCounter--Color--active: #fff;--gamesFilterSelector__SelectorItemText--FontSize: 14px;--gamesFilterSelector__SelectorItemText--LineHeight: 1;--gamesFilterSelector__SelectorItemText--FontWeight: 600;--gamesFilterSelector__SelectorItemText--Color: #000e51;--gamesFilterSelector__SelectorItemIcon--Color: #ffa500;--gamesFilterSelector__SelectorItemIcon--Width: 24px;--gamesFilterSelector__SelectorItemIcon--Height: 24px;--gamesFilterSelector__SelectorItemImg--Width: 24px;--gamesFilterSelector__control--Display: grid;--gamesFilterSelector__control--GridTemplateCoumns: 1fr 1fr;--gamesFilterSelector__control--Gap: 8px;--gamesFilterSelector__control--Padding: 20px;--drawer--MaxWidth: 100%;--drawer--BorderRadius: 30px 30px 0 0;--gamesFilterSelector__SelectorItemCheckbox--Background: #ebf1ff;--gamesFilterSelector__SelectorItemCheckbox--Border: 2px solid rgba(42, 74, 169, .1);--gamesFilterSelector__SelectorItemCheckbox--Fill: #ebf1ff}.gamesFilterSelector .selectContainer{--selectContainer--BorderRadius: var(--gamesFilterSelector__dropdownContent--BorderRadius);--selectContainer__selectList__selectItem--Padding: 0;--selectContainer__selectList__selectItem--BorderRadius: var(--gamesFilterSelector__dropdownItem--BorderRadius);--selectContainer__selectList__selectItem--Background--hover: var( --gamesFilterSelector__dropdownItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --gamesFilterSelector__dropdownItem--Background--active );--selectContainer__selectList__selectItem--Width: var(--gamesFilterSelector__dropdownItem--Width);--selectContainer__selectList__selectItem--BoxSizing: var(--gamesFilterSelector__dropdownItem--BoxSizing)}@media(max-width:768px){.gamesFilterSelector{--gamesFilterSelector--Width: 100%;--gamesFilterSelector__control--mobile--Position: fixed;--gamesFilterSelector__control--mobile--Bottom: 0;--gamesFilterSelector__control--mobile--Left: 0;--gamesFilterSelector__control--mobile--Right: 0;--gamesFilterSelector__control--mobile--Background: #ebf1ff;--gamesFilterSelector__control--mobile--ZIndex: 2;--gamesFilterSelector__drawerList--BoxSizing: border-box;--gamesFilterSelector__drawerList--Height: auto;--gamesFilterSelector__drawerList--Margin: 15px 0 0;--gamesFilterSelector__control--Padding: initial;--gamesFilterSelector__control--BorderTop: initial}}.games-filter-selector-module_block_5kHzV{display:var(--gamesFilterSelector--Display);flex-direction:var(--gamesFilterSelector--FlexDirection);gap:var(--gamesFilterSelector--Gap);align-items:var(--gamesFilterSelector--AlignItems);justify-content:var(--gamesFilterSelector--JustifyContent);width:var(--gamesFilterSelector--Width)}.games-filter-selector-module_label_mvXh9{margin:var(--gamesFilterSelector__label--Margin);font-size:var(--gamesFilterSelector__label--FontSize);line-height:var(--gamesFilterSelector__label--LineHeight);font-weight:var(--gamesFilterSelector__label--FontWeight);color:var(--gamesFilterSelector__label--Color)}.games-filter-selector-module_dropdownNode_N2b94{width:var(--gamesFilterSelector--Width);margin-top:var(--gamesFilterSelector__dropdownNode--MarginTop)}.games-filter-selector-module_dropdownContent_0-M5L{width:var(--gamesFilterSelector__dropdownContent--Width)}.games-filter-selector-module_drawerWrapper_uiaA7{max-height:100dvh}.games-filter-selector-module_drawerContent_RutkG{box-sizing:border-box;max-width:100%;padding:15px 15px 0}.games-filter-selector-module_trigger_MKuNQ{display:var(--gamesFilterSelector__trigger--Display);gap:var(--gamesFilterSelector__trigger--Gap);align-items:var(--gamesFilterSelector__trigger--AlignItems);justify-content:var(--gamesFilterSelector__trigger--JustifyContent);width:var(--gamesFilterSelector__trigger--Width);border:var(--gamesFilterSelector__trigger--Border);background:var(--gamesFilterSelector__trigger--Background);border-radius:var(--gamesFilterSelector__trigger--BorderRadius);padding:var(--gamesFilterSelector__trigger--Padding);box-sizing:border-box}.games-filter-selector-module_triggerText_i-UR9{font-size:var(--gamesFilterSelector__triggerText--FontSize);line-height:var(--gamesFilterSelector__triggerText--LineHeight);font-weight:var(--gamesFilterSelector__triggerText--FontWeight);color:var(--gamesFilterSelector__triggerText--Color);margin:0}.games-filter-selector-module_triggerIcon_KvNY1{width:var(--gamesFilterSelector__triggerIcon--Width);height:var(--gamesFilterSelector__triggerIcon--Height);color:var(--gamesFilterSelector__triggerIcon--color)}.games-filter-selector-module_list_wN5Ff{display:var(--gamesFilterSelector__list--Display);flex-direction:var(--gamesFilterSelector__list--FlexDirection);align-items:var(--gamesFilterSelector__list--AlignItems);gap:var(--gamesFilterSelector__list--Gap);width:var(--gamesFilterSelector__list--Width);box-sizing:border-box}.games-filter-selector-module_top_jsP8d{padding:var(--gamesFilterSelector__top--Padding);background:var(--gamesFilterSelector__top--Background);width:var(--gamesFilterSelector__top--Width);box-sizing:border-box}.games-filter-selector-module_title_HPeUA{display:none}.games-filter-selector-module_control_BaOyo{display:var(--gamesFilterSelector__control--Display);grid-template-columns:var(--gamesFilterSelector__control--GridTemplateCoumns);gap:var(--gamesFilterSelector__control--Gap);padding:var(--gamesFilterSelector__control--Padding)}.games-filter-selector-module_buttonFullWidth_niG33{grid-column:1/-1;margin-top:10px}.games-filter-selector-module_selectorItem_tfSZy{display:var(--gamesFilterSelector__SelectorItem--Display);justify-content:var(--gamesFilterSelector__SelectorItem--JustifyContent);align-items:var(--gamesFilterSelector__SelectorItem--AlignItems);gap:var(--gamesFilterSelector__SelectorItem--Gap);width:var(--gamesFilterSelector__SelectorItem--Width);padding:var(--gamesFilterSelector__dropdownItem--Padding);box-sizing:border-box}.games-filter-selector-module_selectorItemCheckbox_jbbn3{--checkbox--Background: var(--gamesFilterSelector__SelectorItemCheckbox--Background);--checkbox--Background--hover: var(--gamesFilterSelector__SelectorItemCheckbox--Background);--checkbox--Background--checked: var(--gamesFilterSelector__SelectorItemCheckbox--Background);--checkbox--Background--checked--hover: var(--gamesFilterSelector__SelectorItemCheckbox--Background);--checkbox--Border: var(--gamesFilterSelector__SelectorItemCheckbox--Border);--checkbox--Border--checked: var(--gamesFilterSelector__SelectorItemCheckbox--Border);--checkbox--Border--checked--hover: var(--gamesFilterSelector__SelectorItemCheckbox--Border);--checkbox--Border--hover: var(--gamesFilterSelector__SelectorItemCheckbox--Border);fill:var(--gamesFilterSelector__SelectorItemCheckbox--Fill)}.games-filter-selector-module_selectorItemText_4jPRe{font-size:var(--gamesFilterSelector__SelectorItemText--FontSize);line-height:var(--gamesFilterSelector__SelectorItemText--LineHeight);font-weight:var(--gamesFilterSelector__SelectorItemText--FontWeight);color:var(--gamesFilterSelector__SelectorItemText--Color);margin:0}.games-filter-selector-module_selectorItemIcon_d0442{color:var(--gamesFilterSelector__SelectorItemIcon--Color);width:var(--gamesFilterSelector__SelectorItemIcon--Width);height:var(--gamesFilterSelector__SelectorItemIcon--Height);display:flex;align-items:center;justify-content:flex-start;fill:var(--gamesFilterSelector__SelectorItemIcon--Color)}.games-filter-selector-module_selectorItemImg_tHTOc{width:var(--gamesFilterSelector__SelectorItemImg--Width)}.games-filter-selector-module_selectorItemCounter_3idts{margin-left:var(--gamesFilterSelector__SelectorItemCounter--MarginLeft);display:var(--gamesFilterSelector__SelectorItemCounter--Display);justify-content:var(--gamesFilterSelector__SelectorItemCounter--JustifyContent);align-items:var(--gamesFilterSelector__SelectorItemCounter--AlignItems);padding:var(--gamesFilterSelector__SelectorItemCounter--Padding);border:var(--gamesFilterSelector__SelectorItemCounter--Border);background:var(--gamesFilterSelector__SelectorItemCounter--Background);border-radius:var(--gamesFilterSelector__SelectorItemCounter--BorderRadius);font-size:var(--gamesFilterSelector__SelectorItemCounter--FontSize);line-height:var(--gamesFilterSelector__SelectorItemCounter--LineHeight);font-weight:var(--gamesFilterSelector__SelectorItemCounter--FontWeight);color:var(--gamesFilterSelector__SelectorItemCounter--Color);min-width:var(--gamesFilterSelector__SelectorItemCounter--MinWidth);min-height:var(--gamesFilterSelector__SelectorItemCounter--MinHeight)}.games-filter-selector-module_selectorItemActive_6zCt- .games-filter-selector-module_selectorItemCounter_3idts{background:var(--gamesFilterSelector__SelectorItemCounter--Background--active);border:var(--gamesFilterSelector__SelectorItemCounter--Border--active);color:var(--gamesFilterSelector__SelectorItemCounter--Color--active)}.games-filter-selector-module_drawer_ihWeU{--modal--MaxWidth: var(--drawer--MaxWidth);--modal--BorderRadius: var(--drawer--BorderRadius);max-height:100%;height:auto}.games-filter-selector-module_drawerList_b2oGv{max-height:var(--gamesFilterSelector__drawerList--MaxHeight);height:var(--gamesFilterSelector__drawerList--Height);overflow-y:auto;padding:0;margin:var(--gamesFilterSelector__drawerList--Margin);box-sizing:var(--gamesFilterSelector__drawerList--BoxSizing)}.games-filter-selector-module_search_J8JAK{margin-bottom:10px}}@layer newFitlerQuickSelect{.newFilterQuickSelect{--newFilterQuickSelect--BackgroundColor: #ebf1ff;--newFilterQuickSelect--Padding: 20px 20px 10px;--newFilterQuickSelect__filters--PaddingBottom: 10px;--newFilterQuickSelect--BorderRadius: 30px;--newFilterQuickSelect--Gap: 10px;--newFilterQuickSelect__divider--Height: 30px;--newfilterQuickSelect__divider--width: 2px;--newFilterQuickSelect__label--Color: #000e51;--newFilterQuickSelect__filters--Gap: 10px;--newFilterQuickSelect__filter--Border: 1px solid rgba(42, 74, 169, .1);--newFilterQuickSelect__filter--BackgroundColor: #ebf1ff;--newFilterQuickSelect__filter--Selected--BackgroundColor: #ffa500}.new-filter-quick-select-module_block_Gkri1{box-sizing:border-box;width:100%;padding:var(--newFilterQuickSelect--Padding);background-color:var(--newFilterQuickSelect--BackgroundColor);border-radius:var(--newFilterQuickSelect--BorderRadius);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--newFilterQuickSelect--Gap);overflow:hidden}.new-filter-quick-select-module_label_NiwM4{font-size:12px;font-style:normal;font-weight:600;color:var(--newFilterQuickSelect__label--Color)}.new-filter-quick-select-module_divider_wGm0A{height:var(--newFilterQuickSelect__divider--Height);width:var(--newFilterQuickSelect__divider--Width)}.new-filter-quick-select-module_divider_wGm0A:last-child{display:none}.new-filter-quick-select-module_filtersWrapper_ZPy7P{display:flex;align-items:center;gap:var(--newFilterQuickSelect__filters--Gap);overflow-x:auto;width:100%;padding-bottom:var(--newFilterQuickSelect__filters--PaddingBottom)}.new-filter-quick-select-module_filters_vOtCL{display:flex;align-items:center;gap:var(--newFilterQuickSelect__filters--Gap)}.new-filter-quick-select-module_filter_Z-fpH{border-radius:10px;border:var(--newFilterQuickSelect__filter--Border);background:var(--newFilterQuickSelect--BackgroundColor);white-space:nowrap}.new-filter-quick-select-module_filter_Z-fpH.new-filter-quick-select-module_selected_Ufyzk{border:1px solid transparent;background:var(--newFilterQuickSelect__filter--Selected--BackgroundColor)}}@layer newFilterRadioGroup{.newFilterRadioGroup{--newFilterRadioGroup--Gap: 16px;--newFilterRadioGroup--MarginTop: 16px;--newFilterRadioGroup__radioButtons--Gap: 16px;--newFilterRadioGroup__radioButton-Gap: 8px;--newFilterRadioGroup__radioButton--FontSize: 14px;--newFilterRadioGroup__radioButton--LineHeight: 24px;--newFilterRadioGroup__radioButton--FontWeight: 400;--newFilterRadioGroup__radioLabel--FontSize: 24px;--newFilterRadioGroup__radioLabel--LineHeight: 32px;--newFilterRadioGroup__radioLabel--FontWeight: 600;--newFilterRadioGroup__radioLabel--Color: black;--newFilterRadioGroup__radioInput--Margin: 0;--newFilterRadioGroup__radioInput--Color: red;--newFilterRadioGroup__radioInput--Width: 16px;--newFilterRadioGroup__radioInput--Height: 16px}.new-filter-radio-group-module_radioGroup_yBXIe{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--newFilterRadioGroup--Gap);margin-top:var(--newFilterRadioGroup--MarginTop)}.new-filter-radio-group-module_radioButtons_dBB2L{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--newFilterRadioGroup__radioButtons--Gap)}.new-filter-radio-group-module_radioButton_IvH6p{display:flex;justify-content:flex-start;align-items:center;gap:var(--newFilterRadioGroup__radioButton-Gap);font-size:var(--newFilterRadioGroup__radioButton--FontSize);line-height:var(--newFilterRadioGroup__radioButton--LineHeight);font-weight:var(--newFilterRadioGroup__radioButton--FontWeight)}.new-filter-radio-group-module_radioLabel_B8tAR{font-size:var(--newFilterRadioGroup__radioLabel--FontSize);line-height:var(--newFilterRadioGroup__radioLabel--LineHeight);font-weight:var(--newFilterRadioGroup__radioLabel--FontWeight);color:var(--newFilterRadioGroup__radioLabel--Color)}.new-filter-radio-group-module_radioInput_LSOPc{margin:var(--newFilterRadioGroup__radioInput--Margin);width:var(--newFilterRadioGroup__radioInput--Width);height:var(--newFilterRadioGroup__radioInput--Height);accent-color:var(--newFilterRadioGroup__radioInput--Color);cursor:pointer}}@layer newFitlerChips{.newFilterChips{--newFilterChips--Padding: 0 20px;--newFilterChips--Gap: 5px;--newFilterChips__chip--BackgroundColor: #f4f9ff;--newFilterChips__chip--Padding: 5px 5px 5px 10px;--newFilterChips__chip--BorderRadius: 10px;--newFilterChips__chip--Gap: 5px;--newFilterChips__chip__text--FontSize: 12px;--newFilterChips__chip__text--FontWeight: 600;--newFilterChips__chip__text--Color: rgba(0, 26, 113, .3);--newFilterChips__chip__icon--Width: 8px;--newFilterChips__chip__icon--Height: 8px;--newFilterChips__chip__icon--Color: rgba(0, 26, 113, .3)}.new-filter-chips-module_chips_7Tmmn{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--newFilterChips--Gap);padding:var(--newFilterChips--Padding)}.new-filter-chips-module_chip_hmj9w{border-radius:var(--newFilterChips__chip--BorderRadius);background:var(--newFilterChips__chip--BackgroundColor);padding:var(--newFilterChips__chip--Padding);display:flex;justify-content:center;align-items:center;gap:var(--newFilterChips__chip--Gap)}.new-filter-chips-module_chipText_1fXIZ{font-size:var(--newFilterChips__chip__text--FontSize);font-weight:var(--newFilterChips__chip__text--FontWeight);line-height:normal;color:var(--newFilterChips__chip__text--Color);margin:0;white-space:nowrap}.new-filter-chips-module_chipButton_rgoeE{padding:0;background:none}.new-filter-chips-module_chipIcon_8-ARH{width:var(--newFilterChips__chip__icon--Width);height:var(--newFilterChips__chip__icon--Height);fill:var(--newFilterChips__chip__icon--Color)}}.auth-by-telegram-module_container_vfI49 iframe{-webkit-user-select:none;user-select:none;opacity:0;width:inherit;height:inherit}.avatars-gallery-module_viewport_gw3-A{overflow:unset;-webkit-user-select:none;user-select:none}.avatars-gallery-module_carousel_ohDAU{display:flex;justify-content:start;-webkit-user-select:none;user-select:none}.avatars-gallery-module_wrapper_9Ndbm{width:100%}@layer settingsModalWrapper{.settingsModalWrapper{--settingsModalWrapper__CloseButton--Color: transparent;--settingsModalWrapper__CloseButton--Position: 25px;--settingsModalWrapper__Title--Color: red;--settingsModalWrapper__Title--FontSize: 20px;--settingsModalWrapper__Title--Padding: 25px;--settingsModalWrapper__Icon--Size: 24px;--settingsModalWrapper__Icon--Color: rgba(0, 26, 113, .3);--settingsModalWrapper__Icon--Color--hover: #ffa500}.settings-modal-wrapper-module_title_dTsqF{margin:0;font-size:var(--settingsModalWrapper__Title--FontSize);text-align:center;color:var(--settingsModalWrapper__Title--Color);padding:var(--settingsModalWrapper__Title--Padding)}.settings-modal-wrapper-module_settingsModalWrapperContent_5HVmc{width:100%}.settings-modal-wrapper-module_drawer_3etmJ{display:none;width:100%}@media(max-width:768px){.settings-modal-wrapper-module_drawer_3etmJ{display:flex}}.settings-modal-wrapper-module_modal_vcfXa{--modal--Width: 100%;--modal--MaxWidth: 500px}@media(max-width:768px){.settings-modal-wrapper-module_modal_vcfXa{display:none}}.settings-modal-wrapper-module_closeButton_mj6vi{position:absolute;top:var(--settingsModalWrapper__CloseButton--Position);right:var(--settingsModalWrapper__CloseButton--Position);background:var(--settingsModalWrapper__CloseButton--Color)}[dir=rtl] .settings-modal-wrapper-module_closeButton_mj6vi{top:var(--settingsModalWrapper__CloseButton--Position);left:var(--settingsModalWrapper__CloseButton--Position);right:unset}.settings-modal-wrapper-module_closeButton_mj6vi .settings-modal-wrapper-module_closeIcon_LA9CV{width:var(--settingsModalWrapper__Icon--Size);height:var(--settingsModalWrapper__Icon--Size);color:var(--settingsModalWrapper__Icon--Color)}@media(any-hover:hover){.settings-modal-wrapper-module_closeButton_mj6vi:hover .settings-modal-wrapper-module_closeIcon_LA9CV{color:var(--settingsModalWrapper__Icon--Color--hover)}}}@layer usernameSetting{.usernameSetting{--usernameSetting__Form--Width: 100%;--usernameSetting__ContentWrapper--Width: 100%;--usernameSetting__ContentModalWrapper--Width: 100%;--usernameSetting__ContentWrapper--Gap: 10px;--usernameSetting__ContentModalWrapper--Gap: 15px;--usernameSetting__ContentModalWrapper--Padding: 20px 40px;--usernameSetting__ButtonsWrapper--Width: 100%;--usernameSetting__ButtonsWrapper--JustifyContent: space-between;--usernameSetting__ButtonsWrapper--Gap: 8px;--usernameSetting__ButtonsWrapper-Padding: 28px 40px}.username-setting-module_contentWrapper_YSyA-{width:100%;display:flex;flex-direction:column;gap:var(--usernameSetting__ContentWrapper--Gap)}}.username-setting-module_buttonsWrapper_zj9UU{box-sizing:border-box;display:flex;width:var(--usernameSetting__ButtonsWrapper--Width);justify-content:var(--usernameSetting__ButtonsWrapper--JustifyContent);gap:var(--usernameSetting__ButtonsWrapper--Gap);padding:var(--usernameSetting__ButtonsWrapper-Padding)}.username-setting-module_contentModalWrapper_ZVwWx{display:flex;flex-direction:column;gap:var(--usernameSetting__ContentModalWrapper--Gap);padding:var(--usernameSetting__ContentModalWrapper--Padding)}.username-setting-module_form_bOo54{display:flex;flex-direction:column;width:var(--usernameSetting__Form--Width)}@layer emailSetting{.emailSetting{--emailSetting__Form--Width: 100%;--emailSetting__Form--Gap: 15px;--emailSetting__ContentWrapper--Width: 100%;--emailSetting__ContentModalWrapper--Width: 100%;--emailSetting__ContentWrapper--Gap: 10px;--emailSetting__ContentModalWrapper--Gap: 15px;--emailSetting__ContentModalWrapper--Padding: 20px 40px;--emailSetting__Timeout--Color: red;--emailSetting__ButtonsWrapper--Width: 100%;--emailSetting__ButtonsWrapper--JustifyContent: space-between;--emailSettingg__Timeout--TextAlign: center;--emailSetting__ButtonsWrapper--Gap: 8px;--emailSetting__ButtonsWrapper-Padding: 28px 40px}}.email-setting-module_buttonsWrapper_CWmd6{box-sizing:border-box;display:flex;width:var(--emailSetting__ButtonsWrapper--Width);justify-content:var(--emailSetting__ButtonsWrapper--JustifyContent);gap:var(--emailSetting__ButtonsWrapper--Gap);padding:var(--emailSetting__ButtonsWrapper-Padding)}.email-setting-module_contentWrapper_l-fKM{width:100%;display:flex;flex-direction:column;gap:var(--emailSetting__ContentModalWrapper--Gap)}.email-setting-module_contentModalWrapper_fiNSW{display:flex;flex-direction:column;gap:var(--emailSetting__ContentModalWrapper--Gap);padding:var(--emailSetting__ContentModalWrapper--Padding)}.email-setting-module_form_leQWI{display:flex;flex-direction:column;width:var(--emailSetting__Form--Width);gap:var(--emailSetting__Form--Gap)}.email-setting-module_timeout_ffnS0{padding:0;margin:0;text-align:var(--emailSettingg__Timeout--TextAlign);color:var(--emailSetting__Timeout--Color)}.email-setting-module_inputReadOnly_pzQun{pointer-events:none;cursor:initial}@layer personalInfoSetting{.personalInfoSetting{--personalInfoSetting__Form--Width: 100%;--personalInfoSetting__ContentWrapper--Width: 100%;--personalInfoSetting__ContentModalWrapper--Width: 100%;--personalInfoSetting__ContentWrapper--Gap: 10px;--personalInfoSetting__ContentModalWrapper--Gap: 15px;--personalInfoSetting__ContentModalWrapper--Padding: 20px 40px;--personalInfoSetting__ButtonsWrapper--Width: 100%;--personalInfoSetting__ButtonsWrapper--JustifyContent: space-between;--personalInfoSetting__ButtonsWrapper--Gap: 8px;--personalInfoSetting__ButtonsWrapper-Padding: 28px 40px;--personalInfoSettingg__СonfirmText--TextAlign: center;--personalInfoSettingg__NameText--FontSize: 20px;--personalInfoSettingg__NameText--FontWeight: 600;--personalInfoSettingg__NameText--Color: #ffa500}.personal-info-setting-module_contentWrapper_keuCD{width:100%;display:flex;flex-direction:column;gap:var(--personalInfoSetting__ContentWrapper--Gap)}}.personal-info-setting-module_buttonsWrapper_ESkPC{box-sizing:border-box;display:flex;width:var(--personalInfoSetting__ButtonsWrapper--Width);justify-content:var(--personalInfoSetting__ButtonsWrapper--JustifyContent);gap:var(--personalInfoSetting__ButtonsWrapper--Gap);padding:var(--personalInfoSetting__ButtonsWrapper-Padding)}.personal-info-setting-module_contentModalWrapper_2AEQ3{display:flex;flex-direction:column;gap:var(--personalInfoSetting__ContentModalWrapper--Gap);padding:var(--personalInfoSetting__ContentModalWrapper--Padding)}.personal-info-setting-module_form_nYv27{display:flex;flex-direction:column;width:var(--personalInfoSetting__Form--Width)}.personal-info-setting-module_confirmText_G4-P6{padding:0;margin:0;text-align:var(--personalInfoSettingg__СonfirmText--TextAlign)}.personal-info-setting-module_nameText_RmNeU{color:var(--personalInfoSettingg__NameText--Color);font-size:var(--personalInfoSettingg__NameText--FontSize);font-weight:var(--personalInfoSettingg__NameText--FontWeight)}.personal-info-setting-module_inputReadOnly_aP4OH{pointer-events:none;cursor:initial}@layer phoneSettings{.phoneSettings{--personalInfoSetting__form--Gap: 10px;--personalInfoSetting__phoneIcon--Size: 24px}.phone-setting-module_form_GW-SZ{width:100%;display:flex;flex-direction:column;gap:var(--personalInfoSetting__form--Gap)}.phone-setting-module_icon_WB1Nh{width:var(--personalInfoSetting__phoneIcon--Size);height:var(--personalInfoSetting__phoneIcon--Size)}.phone-setting-module_inputReadOnly_CJMA5{pointer-events:none;cursor:initial}}@layer betsCard{.betsCard{--betsCard--Padding: 16px 20px 20px;--betsCard--Gap: 8px;--betsCard--BorderRadius: 12px;--betsCard--Background: rgb(197, 197, 197);--betsCard--Border: grey;--betsCard__header--Gap: 10px;--betsCard__providerImgWrapper--Width: 32px;--betsCard__providerImgWrapper--Height: 30px;--betsCard__providerImgWrapper--BorderRadius: 10px;--betsCard__providerImgWrapper--Background: rgb(40, 40, 116);--betsCard__providerImg--MaxWidth: 20px;--betsCard__gameName--Color: rgb(160, 187, 160);--betsCard__idText--Color: black;--betsCard__idLabel--Color: black;--betsCard__idIcon--Fill: rgb(160, 187, 160);--betsCard__cardFooter--Gap: 5px;--betsCard__tag--BackgroundColor: rgb(134, 116, 116);--betsCard__tag--Border: 1px solid grey;--betsCard__tag--Padding: 5px 15px;--betsCard__tag--BorderRadius: 10px;--betsCard__tag--MaxWidth: calc(50% - 5px) ;--betsCard__tag--Gap: 3px;--betsCard__tagName--Color: rgb(22, 9, 9);--betsCard__tagValue--Color: black;--betsCard__cardStatus--Color: black;--betsCard__cardStatus--Background: rgb(146, 114, 114);--betsCard__cardStatus--Border: 1px solid rgb(165, 165, 165);--betsCard__cardStatus--Color--opened: grey;--betsCard__cardStatus--Color--success: green;--betsCard__cardStatus--Color--loses: rgb(0, 255, 0);--betsCard__cardStatus--Color--warning: #ffcd6f;--betsCard__cardStatus--BorderRadius: 10px;--betsCard__cardStatus--Padding: 5px;--betsCard__cardStatus--MinWidth: 120px;--betsCard__trigger--Width: 40px;--betsCard__trigger--Height: 40px;--betsCard__trigger--Padding: 8px;--betsCard__triggerIcon--Fill: rgb(0, 225, 255);--betsCard__actions--Background: rgb(7, 8, 80);--betsCard__actions--Border: 1px solid grey;--betsCard__actions--BoxShadow: 0 5px 20px 0 rgba(black, .1);--betsCard__actions--BorderRadius: 12px;--betsCard__actions--Gap: 3px;--betsCard__actions--Padding: 15px;--betsCard__actions--MinWidth: 250px;--betsCard__action--Background--hover: blue;--betsCard__action--BorderRadius: 10px;--betsCard__actionLink--Color: grey;--betsCard__actionLink--Padding: 10px 12.5px;--betsCard__actionLink--Gap: 10px;--betsCard__actionIcon--Fill: rgb(105, 93, 93);--betsCard__eventCard--Padding: 10px 20px;--betsCard__eventCard--BorderRadius: 20px;--betsCard__eventCard--BackgroundColor: lightgrey;--betsCard__eventCard--GridTemplateColumns: repeat(2, 1fr);--betsCard__eventCard--Gap: 30px;--betsCard__matchInfo--GridTemplateColumns: repeat(2, 1fr);--betsCard__league--Color: rgb(61, 61, 61);--betsCard__match--Color: black;--betsCard__betInfo--GridTemplateColumns: repeat(2, 1fr);--betsCard__betInfo--Gap: 14px;--betsCard__condition--Color: black;--betsCard__condition--MinHeight: 34px;--betsCard__condition--MinWidth: 230px;--betsCard__condition--Padding: 3.5px 5px 3.5px 10px;--betsCard__condition--BackgroundColor: lightgrey;--betsCard__condition--BorderRadius: 10px;--betsCard__condition--Gap: 10px;--betsCard__info--Color: blue;--betsCard__info--PaddingInline: 0;--betsCard__sportBetHeader--Gap: 3px;--betsCard__sportBetHeader--PaddingLeft: 10px;--betsCard__sportBetFooter--Gap: 5px;--betsCard__type--Color: black}@media(max-width:986px){.betsCard{--betsCard__matchInfo--GridTemplateColumns: 1fr;--betsCard__matchInfo-Gap: 4px;--betsCard__betInfo--GridTemplateColumns: 1fr;--betsCard__betInfo--Gap: 4px;--betsCard__info--PaddingInline: 10px}}@media(max-width:768px){.betsCard{--betsCard__eventCard--GridTemplateColumns: 1fr;--betsCard__eventCard--Gap: 10px}}.bets-card-module_card_HC7R7{padding:var(--betsCard--Padding);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--betsCard--Gap);border-radius:var(--betsCard--BorderRadius);background:var(--betsCard--Background);border:var(--betsCard--Border);box-sizing:border-box;width:100%}.bets-card-module_cardHeader_GRiS-{display:flex;justify-content:flex-start;align-items:center;gap:var(--betsCard__header--Gap);box-sizing:border-box;width:100%}.bets-card-module_providerImgWrapper_5htrA{overflow:hidden;width:var(--betsCard__providerImgWrapper--Width);height:var(--betsCard__providerImgWrapper--Height);border-radius:var(--betsCard__providerImgWrapper--BorderRadius);background:var(--betsCard__providerImgWrapper--Background);display:flex;justify-content:center;align-items:center}.bets-card-module_providerImg_SUr-h{width:100%;max-width:var(--betsCard__providerImg--MaxWidth)}.bets-card-module_gameName_9ndJd{font-weight:700;font-size:16px;color:var(--betsCard__gameName--Color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .bets-card-module_gameName_9ndJd{direction:ltr;text-align:end}.bets-card-module_gameName_9ndJd{margin:0}.bets-card-module_idWrapper_lMOoc{display:flex;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:8px}.bets-card-module_idLabel_o1q9n{font-weight:600;font-size:12px;color:var(--betsCard__idLabel--Color)}.bets-card-module_idText_MRLRn{font-weight:600;font-size:12px;color:var(--betsCard__idText--Color)}.bets-card-module_idButton_wLjk2{padding:0;background:none}.bets-card-module_idIcon_A5msD{width:14px;height:14px;fill:var(--betsCard__idIcon--Fill)}.bets-card-module_cardFooter_AM92y{display:flex;justify-content:flex-start;gap:var(--betsCard__cardFooter--Gap);box-sizing:border-box;width:100%}@media(max-width:768px){.bets-card-module_cardFooter_AM92y{flex-wrap:wrap;justify-content:flex-end}}.bets-card-module_tag_fccPq{display:flex;justify-content:space-between;align-items:center;gap:var(--betsCard__tag--Gap);box-sizing:border-box;max-width:var(--betsCard__tag--MaxWidth);width:100%;padding:var(--betsCard__tag--Padding);border-radius:var(--betsCard__tag--BorderRadius);background-color:var(--betsCard__tag--BackgroundColor);border:var(--betsCard__tag--Border)}@media(max-width:768px){.bets-card-module_tag_fccPq{flex-direction:column;align-items:flex-start}}.bets-card-module_tagName_E7CbL{font-weight:600;font-size:12px;color:var(--betsCard__tagName--Color)}.bets-card-module_tagValues_hqifa{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bets-card-module_tagValue_UzLx5{font-weight:600;font-size:12px;color:var(--betsCard__tagValue--Color)}.bets-card-module_cardStatus_mwjPu{font-weight:600;font-size:14px;color:var(--betsCard__cardStatus--Color);text-align:center;text-transform:capitalize;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:0 0 max-content;min-width:var(--betsCard__cardStatus--MinWidth);width:max-content;padding:var(--betsCard__cardStatus--Padding);border-radius:var(--betsCard__cardStatus--BorderRadius);background:var(--betsCard__cardStatus--Background);border:var(--betsCard__cardStatus--Border)}.bets-card-module_cardStatus_mwjPu.bets-card-module_opened_OsyAH,.bets-card-module_cardStatus_mwjPu.bets-card-module_notCalculated_Rv6zt,.bets-card-module_cardStatus_mwjPu.bets-card-module_refund_2blFS{color:var(--betsCard__cardStatus--Color--opened)}.bets-card-module_cardStatus_mwjPu.bets-card-module_win_qs1x-{color:var(--betsCard__cardStatus--Color--success)}.bets-card-module_cardStatus_mwjPu.bets-card-module_lost_qIewU{color:var(--betsCard__cardStatus--Color--loses)}.bets-card-module_cardStatus_mwjPu.bets-card-module_cashOut_4x4SE{color:var(--betsCard__cardStatus--Color--warning)}.bets-card-module_dropdown_U-3lZ{margin-left:auto}.bets-card-module_trigger_h5ktm{background:none;padding:var(--betsCard__trigger--Padding);width:var(--betsCard__trigger--Width);height:var(--betsCard__trigger--Height);cursor:pointer;box-sizing:border-box}.bets-card-module_triggerIcon_ynjAN{width:4px;height:16px;fill:var(--betsCard__triggerIcon--Fill)}.bets-card-module_actions_YCJu2{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;border-radius:var(--betsCard__actions--BorderRadius);background:var(--betsCard__actions--Background);border:var(--betsCard__actions--Border);box-shadow:var(--betsCard__actions--BoxShadow);gap:var(--betsCard__actions--Gap);padding:var(--betsCard__actions--Padding);margin:0;width:100%;min-width:var(--betsCard__actions--MinWidth);list-style-type:none}.bets-card-module_action_nvEiH{width:100%;border-radius:var(--betsCard__action--BorderRadius)}@media(any-hover:hover){.bets-card-module_action_nvEiH:hover{background:var(--betsCard__action--Background--hover)}}.bets-card-module_action_nvEiH .bets-card-module_actionLink_m-gs9,.bets-card-module_action_nvEiH .bets-card-module_actionButton_NKVRX{font-weight:600;font-size:14px;color:var(--betsCard__actionLink--Color);display:flex;justify-content:flex-start;align-items:center;background:none;padding:var(--betsCard__actionLink--Padding);width:100%}.bets-card-module_action_nvEiH .bets-card-module_actionLink_m-gs9{gap:var(--betsCard__actionLink--Gap)}.bets-card-module_actionIcon_OF6hV{fill:var(--betsCard__actionIcon--Fill);width:24px;height:24px}.bets-card-module_accordionCard_zhFmn{width:100%}.bets-card-module_eventCard_jlHno{padding:var(--betsCard__eventCard--Padding);border-radius:var(--betsCard__eventCard--BorderRadius);background-color:var(--betsCard__eventCard--BackgroundColor);display:grid;grid-template-columns:var(--betsCard__eventCard--GridTemplateColumns);align-items:center;gap:var(--betsCard__eventCard--Gap)}.bets-card-module_matchInfo_1VnM3{display:grid;grid-template-columns:var(--betsCard__matchInfo--GridTemplateColumns);gap:var(--betsCard__matchInfo-Gap)}.bets-card-module_league_HjpEd{font-weight:600;font-size:12px;color:var(--betsCard__league--Color)}.bets-card-module_match_Bpn15{font-weight:600;font-size:12px;color:var(--betsCard__match--Color)}.bets-card-module_betInfo_2Ap6D{display:grid;grid-template-columns:var(--betsCard__betInfo--GridTemplateColumns);gap:var(--betsCard__betInfo--Gap)}.bets-card-module_condition_AtByB{font-weight:600;font-size:11px;color:var(--betsCard__condition--Color);box-sizing:border-box;min-height:var(--betsCard__condition--MinHeight);min-width:var(--betsCard__condition--MinWidth);background-color:var(--betsCard__condition--BackgroundColor);padding:var(--betsCard__condition--Padding);border-radius:var(--betsCard__condition--BorderRadius);display:flex;align-items:center;gap:var(--betsCard__condition--Gap)}.bets-card-module_odd_ckKJQ{font-weight:800;font-size:14px}.bets-card-module_info_t9r9C{font-weight:600;font-size:12px;color:var(--betsCard__info--Color);display:flex;justify-content:flex-end;align-items:center;padding-inline:var(--betsCard__info--PaddingInline)}.bets-card-module_sportBetHeader_7erui{display:flex;flex-direction:column;gap:var(--betsCard__sportBetHeader--Gap);width:100%;padding-left:var(--betsCard__sportBetHeader--PaddingLeft)}.bets-card-module_type_H07ok{font-weight:700;font-size:16px;color:var(--betsCard__type--Color);text-transform:capitalize;margin:0}.bets-card-module_sportBetFooter_HXh83{display:flex;justify-content:flex-start;gap:var(--betsCard__sportBetFooter--Gap);width:100%}@media(max-width:768px){.bets-card-module_sportBetFooter_HXh83{flex-wrap:wrap;justify-content:flex-end}}}@layer balanceSelector{.balanceSelector{--balanceSelector__contentContainer--zIndex: 101;--balanceSelector__contentContainer--Padding: 0;--balanceSelector__contentContainer--Background: none;--balanceSelector__contentContainer--Border: none;--balanceSelector__contentContainer--BorderRadius: 8px;--balanceSelector__options--Gap: 10px;--balanceSelector__option--LineHeight: normal;--balanceSelector__option--FontSize: 12px;--balanceSelector__option--Color: #000e51;--balanceSelector__option--Gap: 10px;--balanceSelector__option--Padding: 6px 12px;--balanceSelector__option--Background--active: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--balanceSelector__option--BorderRadius: 10px;--balanceSelector__convertBalance--LineHeight: normal;--balanceSelector__convertBalance--FontSize: 10px;--balanceSelector__convertBalance--Color: #001a7180;--balanceSelector__currency--Color: #001a7180;--balanceSelector__optionAmount--FontWeight: 600;--balanceSelector__optionAmount--FontSize: 14px;--balanceSelector__optionIcon--Fill: #ffa500;--balanceSelector__optionIcon--Color: white;--balanceSelector__triggerIcon--Fill: #ffa500;--balanceSelector__triggerIcon--Color: white;--balanceSelector__triggerIconArrow--Fill: rgba(0, 26, 113, .3);--balanceSelector__triggerAmount--Color: #000e51;--balanceSelector__triggerAmount--FontSize: 14px;--balanceSelector__triggerAmount--FontWeight: 600;--balanceSelector__trigger--Gap: 8px;--balanceSelector__trigger--Padding: 5px 9px 5px 17px;--balanceSelector__trigger--BorderRadius: 15px;--balanceSelector__trigger--Background: #ebf1ff;--balanceSelector__link--Background: #ffa500;--balanceSelector__link--BorderRadius: 10px;--balanceSelector__link--Padding: 8px 10px;--balanceSelector__linkIcon--Fill: white;--balanceSelector__link--Width: 44px;--balanceSelector__link--Height: 40px;--balanceSelector__bottom--BorderTop: 1px solid rgba(42, 74, 169, .1);--balanceSelector__bottom--Padding: 15px 10px;--balanceSelector__bottom--FontSize: 14px;--balanceSelector__bottom--Color: #000e51;--balanceSelector__bottom--FontWeight: 600;--balanceSelector__wrapperRadioButton--Border: 2px solid rgba(42, 74, 169, .1);--balanceSelector__checkbox--Background: white;--balanceSelector__checkbox--Background--hover: white;--balanceSelector__loader--Fill: white}@media(max-width:1240px){.balanceSelector{--balanceSelector__trigger--BorderRadius: 10px}}@media(max-width:768px){.balanceSelector{--balanceSelector__option--Padding: 10px}}.balanceSelector .selectContainer{--selectContainer__selectList__selectItem--Padding: 0;--selectContainer__selectList--Padding: 0 0 10px;--selectContainer__selectList__selectItem--Width: 100%}.balance-switcher-module_options_HwmOf{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--balanceSelector__options--Gap)}.balance-switcher-module_option_yE3ak{display:flex;align-items:center;justify-content:space-between;gap:5px;background:transparent;border-radius:var(--balanceSelector__option--BorderRadius);gap:var(--balanceSelector__option--Gap);color:var(--balanceSelector__option--Color);padding:var(--balanceSelector__option--Padding)}.balance-switcher-module_option_yE3ak.balance-switcher-module_active_hoAUi{background:var(--balanceSelector__option--Background--active)}.balance-switcher-module_option_yE3ak .balance-switcher-module_left_LzOhd{display:flex;justify-content:flex-start;align-items:center;gap:10px}.balance-switcher-module_option_yE3ak .balance-switcher-module_right_jOqUv{display:flex;justify-content:flex-end;align-items:center;gap:10px}.balance-switcher-module_option_yE3ak .balance-switcher-module_icon_uuKPK{fill:var(--balanceSelector__optionIcon--Fill);color:var(--balanceSelector__optionIcon--Color)}.balance-switcher-module_option_yE3ak .balance-switcher-module_text_TSSH0{color:var(--balanceSelector__option--Color);line-height:var(--balanceSelector__option--LineHeight);font-size:var(--balanceSelector__option--FontSize)}.balance-switcher-module_amounts_Quob8{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3px}.balance-switcher-module_amount_AQwOO{color:var(--balanceSelector__option--Color);font-size:var(--balanceSelector__optionAmount--FontSize);font-weight:var(--balanceSelector__optionAmount--FontWeight);white-space:nowrap}.balance-switcher-module_name_cTatd{white-space:nowrap}.balance-switcher-module_currency_RmvjG{color:var(--balanceSelector__currency--Color);text-transform:uppercase}.balance-switcher-module_convertBalance_tNpAp{color:var(--balanceSelector__convertBalance--Color);font-size:var(--balanceSelector__convertBalance--FontSize);font-weight:var(--balanceSelector__convertBalance--FontWeight);white-space:nowrap}@media(max-width:768px){.balance-switcher-module_convertBalance_tNpAp{display:none}}.balance-switcher-module_contentContainer_2c-fA{--dropdown--ZIndex: var(--balanceSelector__contentContainer--zIndex);--select__content__optionsList--Gap: var(--balanceSelector__options--Gap);overflow:hidden;padding:var(--balanceSelector__contentContainer--Padding);background:var(--balanceSelector__contentContainer--Background);border:var(--balanceSelector__contentContainer--Border);border-radius:var(--balanceSelector__contentContainer--BorderRadius)}.balance-switcher-module_bottom_q0AnD{display:flex;justify-content:space-between;align-items:center;padding:var(--balanceSelector__bottom--Padding);border-top:var(--balanceSelector__bottom--BorderTop)}.balance-switcher-module_bottom_q0AnD .balance-switcher-module_text_TSSH0{color:var(--balanceSelector__bottom--Color);font-size:var(--balanceSelector__bottom--FontSize);font-weight:var(--balanceSelector__bottom--FontWeight)}.balance-switcher-module_bottom_q0AnD .balance-switcher-module_checkbox_wH8Zh{--checkbox--Background--hover: var(--balanceSelector__checkbox--Background--hover);--checkbox--Background: var(--balanceSelector__checkbox--Background)}.balance-switcher-module_triggerContainer_sSwBC{height:100%}.balance-switcher-module_trigger_06zCI{border-radius:var(--balanceSelector__trigger--BorderRadius);background:var(--balanceSelector__trigger--Background);padding:var(--balanceSelector__trigger--Padding);display:flex;justify-content:flex-start;align-items:center;gap:var(--balanceSelector__trigger--Gap);height:100%;box-sizing:border-box}.balance-switcher-module_trigger_06zCI .balance-switcher-module_icon_uuKPK{fill:var(--balanceSelector__triggerIcon--Fill);color:var(--balanceSelector__triggerIcon--Color)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_iconArrow_uvLl9{fill:var(--balanceSelector__triggerIconArrow--Fill)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_triggerAmount_BJ0We{color:var(--balanceSelector__triggerAmount--Color);font-size:var(--balanceSelector__triggerAmount--FontSize);font-weight:var(--balanceSelector__triggerAmount--FontWeight)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_link_oUosR{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:var(--balanceSelector__link--Width);height:var(--balanceSelector__link--Height);background-color:var(--balanceSelector__link--Background);border-radius:var(--balanceSelector__link--BorderRadius);padding:var(--balanceSelector__link--Padding)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_link_oUosR .balance-switcher-module_linkIcon_RWnO2{fill:var(--balanceSelector__linkIcon--Fill)}@media(max-width:1240px){.balance-switcher-module_trigger_06zCI .balance-switcher-module_link_oUosR{display:none}}.balance-switcher-module_wrapperRadioButton_VMzJA{border-radius:50%;border:var(--balanceSelector__wrapperRadioButton--Border);padding:2px}.balance-switcher-module_loader_znjI1{fill:var(--balanceSelector__loader--Fill)}.balance-switcher-module_drawer_zhno2{box-shadow:0 -5px 20px #090d19}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_contentContainer_2c-fA{max-width:100%;background-color:transparent;box-shadow:none}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_contentContainer_2c-fA .balance-switcher-module_selectOptions_1lBjI{list-style-type:none;margin-block-start:0;margin-block-end:0;padding:15px}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_contentContainer_2c-fA .balance-switcher-module_bottom_q0AnD{padding-inline:25px}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_amounts_Quob8{align-items:flex-end}}@layer compositeFiltersPanel{.compositeFiltersPanel{--compositeFiltersPanel__datepicker__icon--Fill: grey;--compositeFiltersPanel__select__selectItem--Gap: 5px;--compositeFiltersPanel__select__selectItem--Width: 100%;--compositeFiltersPanel__select__selectItem--Padding: 8px 10px;--compositeFiltersPanel__select__checkbox--Background: grey;--compositeFiltersPanel__select__checkbox--Background--hover: grey;--compositeFiltersPanel__select__checkbox--Background--checked: grey;--compositeFiltersPanel__select__checkbox--Background--checked--hover: grey;--compositeFiltersPanel__select__checkbox--Border: 2px solid black;--compositeFiltersPanel__select__checkbox--Border--checked: 2px solid black;--compositeFiltersPanel__select__checkbox--Border--checked--hover: 2px solid black;--compositeFiltersPanel__select__checkbox--Border--hover: 2px solid;--compositeFiltersPanel__select__checkbox--Fill: orange;--compositeFiltersPanel__select__checkboxIcon--Stroke: rgb(0, 0, 0);--compositeFiltersPanel__select__checkboxIcon--Fill: grey;--compositeFiltersPanel__select__triggerWrapper--Gap: 5px;--compositeFiltersPanel__select__triggerLabel--Color: black;--compositeFiltersPanel__select__triggerRight--BorderRadius: 10px;--compositeFiltersPanel__select__triggerRight--Background: grey;--compositeFiltersPanel__select__triggerRight--Height: 40px;--compositeFiltersPanel__select__triggerRight--Border: 1px solid black;--compositeFiltersPanel__select__triggerRight--Padding: 8px 10px;--compositeFiltersPanel__select__triggerRight--Color: black;--compositeFiltersPanel__select__triggerIcon--Transition: .3s all;--compositeFiltersPanel__select__triggerIcon--Fill: black;--compositeFiltersPanel__select__bottom--MinWidth: 250px;--compositeFiltersPanel__select__bottom--Padding: 20px;--compositeFiltersPanel__select__buttonsWrapper--Gap: 10px;--compositeFiltersPanel__select__buttonsWrapper--Width: 100%;--compositeFiltersPanel__select__buttonsWrapper--Height: 100%;--compositeFiltersPanel__select__buttons--Gap: 8px;--compositeFiltersPanel__select__buttons--Width: 100%;--compositeFiltersPanel__select__button--Height: 40px;--compositeFiltersPanel__select__button--Width: 100%;--compositeFiltersPanel__select__itemWrapper--Gap: 10px;--compositeFiltersPanel__select__itemWrapper--Width: 100%;--compositeFiltersPanel__select__itemWrapper--Color: grey;--compositeFiltersPanel__select__list--Gap: 3px;--compositeFiltersPanel__select__drawerContentWrapper--MaxHeight: 90vh;--compositeFiltersPanel__select__drawerSelectOptions--Padding: 15px;--compositeFiltersPanel__select__drawerSelectOptions--Gap: 3px;--compositeFiltersPanel__select__drawerSelectOption--Background: transparent;--compositeFiltersPanel__select__drawerSelectOption--Background--hover: grey;--compositeFiltersPanel__select__drawerSelectOption--Background--active: grey;--compositeFiltersPanel__select__drawerSearchInput--Padding: 15px;--compositeFiltersPanel__triggerButton--Background: grey;--compositeFiltersPanel__triggerIcon--Fill: red;--compositeFiltersPanel__controls--Gap: 8px;--compositeFiltersPanel__controls--Padding: 20px;--compositeFiltersPanel__filters--Width: 360px;--compositeFiltersPanel__filters--Background: grey;--compositeFiltersPanel__filters--BorderRadius: 12px;--compositeFiltersPanel__filters--BoxShadow: 0 5px 20px 0 rgba(9, 13, 25, .1);--compositeFiltersPanel__filters--Border: 1px solid black;--compositeFiltersPanel__buttons--Padding: 20px;--compositeFiltersPanel__wrapper--Gap: 4px;--compositeFiltersPanel__wrapper--Padding: 20px;--compositeFiltersPanel__mobileWrapper--Gap: 4px;--compositeFiltersPanel__mobileWrapper--Padding: 20px}.composite-filters-panel-module_selectWrapper_4SpNI.composite-filters-panel-module_disabled_p64eI{pointer-events:none}.composite-filters-panel-module_datepickerIcon_YyMmw{fill:var(--ui--text--regular--color)}.composite-filters-panel-module_selectItem_KU442{display:flex;justify-content:flex-start;align-items:center;gap:var(--compositeFiltersPanel__select__selectItem--Gap);box-sizing:border-box;width:var(--compositeFiltersPanel__select__selectItem--Width);padding:var(--compositeFiltersPanel__select__selectItem--Padding)}.composite-filters-panel-module_selectItemCheckbox_DOvAu{--checkbox--Background: var(--compositeFiltersPanel__select__checkbox--Background);--checkbox--Background--hover: var(--compositeFiltersPanel__select__checkbox--Background--hover);--checkbox--Background--checked: var(--compositeFiltersPanel__select__checkbox--Background--checked);--checkbox--Background--checked--hover: var(--compositeFiltersPanel__select__checkbox--Background--checked--hover);--checkbox--Border: var(--compositeFiltersPanel__select__checkbox--Border);--checkbox--Border--checked: var(--compositeFiltersPanel__select__checkbox--Border--checked);--checkbox--Border--checked--hover: var(--compositeFiltersPanel__select__checkbox--Border--checked--hover);--checkbox--Border--hover: var(--compositeFiltersPanel__select__checkbox--Border--hover);fill:var(--compositeFiltersPanel__select__checkbox--Fill)}.composite-filters-panel-module_checkboxIcon_6F0RY{stroke:var(--compositeFiltersPanel__select__checkboxIcon--Stroke);fill:var(--compositeFiltersPanel__select__checkboxIcon--Fill)}.composite-filters-panel-module_triggerWrapper_-O4Qa{width:100%;display:flex;flex-direction:column;gap:var(--compositeFiltersPanel__select__triggerWrapper--Gap)}.composite-filters-panel-module_triggerWrapper_-O4Qa.composite-filters-panel-module_open_uLWt- .composite-filters-panel-module_triggerIcon_OUdUk{transform:rotate(180deg)}.composite-filters-panel-module_triggerLabel_thNqa{margin:0;font-weight:600;font-size:12px;color:var(--compositeFiltersPanel__select__triggerLabel--Color)}.composite-filters-panel-module_triggerRight_D8bC6{border-radius:var(--compositeFiltersPanel__select__triggerRight--BorderRadius);background:var(--compositeFiltersPanel__select__triggerRight--Background);width:100%;height:var(--compositeFiltersPanel__select__triggerRight--Height);box-sizing:border-box;display:flex;align-items:center;border:var(--compositeFiltersPanel__select__triggerRight--Border);padding:var(--compositeFiltersPanel__select__triggerRight--Padding);font-weight:600;font-size:14px;color:var(--compositeFiltersPanel__select__triggerRight--Color)}.composite-filters-panel-module_triggerIcon_OUdUk{margin-inline-start:auto;fill:var(--compositeFiltersPanel__select__triggerIcon--Fill);transition:var(--compositeFiltersPanel__select__triggerIcon--Transition)}.composite-filters-panel-module_desktopBottomContentWrapper_-N01o{min-width:var(--compositeFiltersPanel__select__bottom--MinWidth);padding:var(--compositeFiltersPanel__select__bottom--Padding)}.composite-filters-panel-module_buttonsWrapper_2ILQ4{display:flex;flex-direction:column;gap:var(--compositeFiltersPanel__select__buttonsWrapper--Gap);box-sizing:border-box;width:var(--compositeFiltersPanel__select__buttonsWrapper--Width);height:var(--compositeFiltersPanel__select__buttonsWrapper--Width)}.composite-filters-panel-module_selectButtons_7DvRv{display:flex;width:var(--compositeFiltersPanel__select__buttons--Width);gap:var(--compositeFiltersPanel__select__buttons--Gap)}.composite-filters-panel-module_button_33wPh{width:var(--compositeFiltersPanel__select__button--Width);height:var(--compositeFiltersPanel__select__button--Height)}.composite-filters-panel-module_selectItemWrapper_J0ywn{display:flex;align-items:center;justify-content:start;gap:var(--compositeFiltersPanel__select__itemWrapper--Gap);width:var(--compositeFiltersPanel__select__itemWrapper--Width);font-weight:600;font-size:14px;color:var(--compositeFiltersPanel__select__itemWrapper--Color)}.composite-filters-panel-module_selectList_i8XMa{display:flex;flex-direction:column;gap:var(--compositeFiltersPanel__select__list--Gap)}.composite-filters-panel-module_drawerContentWrapper_hZU0E{display:flex;flex-direction:column;align-items:stretch;overflow-y:hidden;max-height:var(--compositeFiltersPanel__select__drawerContentWrapper--MaxHeight)}.composite-filters-panel-module_drawerSelectOptions_gJkUt{display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:var(--compositeFiltersPanel__select__drawerSelectOptions--Padding);gap:var(--compositeFiltersPanel__select__drawerSelectOptions--Gap)}.composite-filters-panel-module_drawerSelectOption_8iAVm{background:var(--compositeFiltersPanel__select__drawerSelectOption--Background)}@media(any-hover:hover){.composite-filters-panel-module_drawerSelectOption_8iAVm:hover{background:var(--compositeFiltersPanel__select__drawerSelectOption--Background--hover)}}.composite-filters-panel-module_drawerSelectOption_8iAVm.composite-filters-panel-module_active_DT37C{background:var(--compositeFiltersPanel__select__drawerSelectOption--Background--active)}@media(any-hover:hover){.composite-filters-panel-module_drawerSelectOption_8iAVm.composite-filters-panel-module_active_DT37C:hover{background:var(--compositeFiltersPanel__select__drawerSelectOption--Background--active)}}.composite-filters-panel-module_drawerSearchInput_4ugKF{padding:var(--compositeFiltersPanel__select__drawerSearchInput--Padding)}.composite-filters-panel-module_selectWrapper_4SpNI{width:100%}.composite-filters-panel-module_compositeFiltersTrigger_ybq56{width:fit-content}.composite-filters-panel-module_compositeFiltersTrigger_ybq56 .composite-filters-panel-module_triggerButton_eaOlI{background:var(--compositeFiltersPanel__triggerButton--Background)}.composite-filters-panel-module_compositeFiltersTrigger_ybq56 .composite-filters-panel-module_triggerButton_eaOlI .composite-filters-panel-module_icon_zIj3N{fill:var(--compositeFiltersPanel__triggerIcon--Fill)}.composite-filters-panel-module_compositeFiltersControlsBlock_s6jbJ{display:flex;gap:var(--compositeFiltersPanel__controls--Gap);padding:var(--compositeFiltersPanel__controls--Padding)}.composite-filters-panel-module_compositeFiltersControlsBlock_s6jbJ .composite-filters-panel-module_controlButton_nUXd7{width:100%}.composite-filters-panel-module_compositeFilters_hCBx5{display:flex;flex-direction:column;width:var(--compositeFiltersPanel__filters--Width);box-sizing:border-box;background-color:var(--compositeFiltersPanel__filters--Background);border-radius:var(--compositeFiltersPanel__filters--BorderRadius);box-shadow:var(--compositeFiltersPanel__filters--BoxShadow);border:var(--compositeFiltersPanel__filters--Border)}.composite-filters-panel-module_compositeFiltersButtonsBlock_DiPa0{padding:var(--compositeFiltersPanel__buttons--Padding)}.composite-filters-panel-module_compositeFiltersWrapper_gAqjl{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--compositeFiltersPanel__wrapper--Gap);padding:var(--compositeFiltersPanel__buttons--Padding);width:100%;height:100%}.composite-filters-panel-module_mobileCompositeFiltersWrapper_uRjWq{padding:var(--compositeFiltersPanel__mobileWrapper--Gap);display:flex;flex-direction:column;gap:var(--compositeFiltersPanel__mobileWrapper--Padding)}}@layer infoAccordion{.infoAccordion{--infoAccordion--MarginBottom: 20px;--infoAccordion--Border: 1px solid black;--infoAccordion--BorderRadius: 12px;--infoAccordion__title--Color: black;--infoAccordion__title--Margin: 0 0 20px;--infoAccordion__text--Color: grey;--infoAccordion__text--Margin: 0 0 20px;--infoAccordion__text--TextAlign: left;--infoAccordion__trigger--Width: 100%;--infoAccordion__trigger--BorderRadius: 12px;--infoAccordion__trigger--Background: transparent;--infoAccordion__trigger--Padding: 20px 20px 0;--infoAccordion__trigger--Color: black;--infoAccordion__triggerIcon--Fill: black;--infoAccordion__triggerIcon--Transition: .3s all ease-in-out;--infoAccordion__content--Padding: 0 20px 30px;--infoAccordion__content--BorderRadius: 0 0 12px 12px;--infoAccordion__content--Background: grey}.info-accordion-module_accordion_tQrie{box-sizing:border-box;margin-bottom:var(--infoAccordion--MarginBottom);border:var(--infoAccordion--Border);border-radius:var(--infoAccordion--BorderRadius)}.info-accordion-module_title_25VKN{font-weight:700;font-size:20px;color:var(--infoAccordion__title--Color);margin:var(--infoAccordion__title--Margin)}.info-accordion-module_text_nsaTa{font-weight:600;font-size:14px;color:var(--infoAccordion__text--Color);margin:var(--infoAccordion__text--Margin);text-align:var(--infoAccordion__text--TextAlign)}.info-accordion-module_trigger_hHSJD{align-items:flex-start;justify-content:space-between;box-sizing:border-box;width:var(--infoAccordion__trigger--Width);border-radius:var(--infoAccordion__trigger--BorderRadius);background:var(--infoAccordion__trigger--Background);padding:var(--infoAccordion__trigger--Padding);color:var(--infoAccordion__trigger--Color)}.info-accordion-module_trigger_hHSJD .info-accordion-module_icon_oDF5J{transition:var(--infoAccordion__triggerIcon--Transition);height:100%;display:flex;align-items:center;fill:var(--infoAccordion__triggerIcon--Fil)}.info-accordion-module_trigger_hHSJD.info-accordion-module_opened_p3Hmh{border-radius:var(--infoAccordion__trigger--BorderRadius) var(--infoAccordion__trigger--BorderRadius) 0 0}.info-accordion-module_trigger_hHSJD.info-accordion-module_opened_p3Hmh .info-accordion-module_icon_oDF5J{transform:rotate(180deg)}.info-accordion-module_triggerContent_hizCU{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.info-accordion-module_content_RG4FH{padding:0 20px 30px;border-radius:0 0 12px 12px;background:var(--infoAccordion__content--Background)}}@layer gamesCarousel{.gamesCarousel{--gamesCarousel__gameCards--Gap: 10px;--gamesCarousel__wrapper--Height: auto;--gamesCarousel__wrapper--Padding: 10px 20px 20px 20px;--gamesCarousel__wrapper--Background: #ebf1ff;--gamesCarousel__wrapper--BorderRadius: 30px;--gamesCarousel__wrapper--Border: none;--gamesCarousel__container--Gap: 8px;--gamesCarousel__container__header--JustifyContent: space-between;--gamesCarousel__container__header--AlignItems: center;--gamesCarousel__container__header--Gap: 8px;--gamesCarousel__container__header--Padding: 10px;--gamesCarousel__container__header--Height: auto;--gamesCarousel__container__header__title--AlignItems: center;--gamesCarousel__container__header__title--Gap: 10px;--gamesCarousel__container__header__title--Color: rgba(0, 14, 81, 1);--gamesCarousel__container__header__title--FontWeight: 700;--gamesCarousel__container__header__title--FontSize: 18px;--gamesCarousel__container__contentNoData--Color: black;--systemGamesCarousel__wrapper--Height: auto;--systemGamesCarousel__wrapper--Width: 394px;--systemGamesCarousel__wrapperMobile--BorderRadius: 30px;--systemGamesCarousel__wrapperMobile--Border: none;--systemGamesCarousel__wrapperMobile--Padding: 20px 18px;--systemGamesCarousel__wrapperMobile--Background: #ebf1ff;--systemGamesCarousel__wrapperMobile--MinWidth: auto;--systemGamesCarousel__wrapperMobile--Gap: 10px;--systemGamesCarousel__wrapperMobile__label--Color: black;--customGamesCarousel__link--Width: 110px}[lang=uz] .gamesCarousel{--customGamesCarousel__link--Width: 143px}.gamesCarousel{--customGamesCarousel__gameCard--MaxWidth: 136px;--customGamesCarousel__wrapper--Padding: 10px 20px 40px 20px;--customGamesCarousel__wrapper--Height: auto;--customGamesCarousel__controls--Gap: 3px;--customGamesCarousel__controls__arrow--Fill: rgba(0, 14, 81, 1);--customGamesCarousel__control--Top: calc(var(--gamesCarousel__container__header--Padding));--customGamesCarousel__control--Bottom: auto;--customGamesCarousel__control--Left: auto;--customGamesCarousel__control--Right: calc( var(--customGamesCarousel__link--Width) + var(--customGamesCarousel__controls--Gap) * 2 + var(--customGamesCarousel__control--Width) + var(--gamesCarousel__container__header--Padding) );--customGamesCarousel__control--Width: 40px;--customGamesCarousel__control--Height: 40px;--customGamesCarousel__control--reverse--Top: calc(var(--gamesCarousel__container__header--Padding));--customGamesCarousel__control--reverse--Bottom: auto;--customGamesCarousel__control--reverse--Left: auto;--customGamesCarousel__control--reverse--Right: calc( var(--customGamesCarousel__link--Width) + var(--customGamesCarousel__controls--Gap) + var(--gamesCarousel__container__header--Padding) )}[dir=rtl] .gamesCarousel{--customGamesCarousel__control--Left: calc( var(--customGamesCarousel__link--Width) + var(--customGamesCarousel__controls--Gap) * 2 + var(--customGamesCarousel__control--Width) + var(--gamesCarousel__container__header--Padding) );--customGamesCarousel__control--Right: auto;--customGamesCarousel__control--reverse--Left: calc( var(--customGamesCarousel__link--Width) + var(--customGamesCarousel__controls--Gap) + var(--gamesCarousel__container__header--Padding) );--customGamesCarousel__control--reverse--Right: auto}.games-category-carousel-module_control_H4YQ2{top:var(--customGamesCarousel__control--Top);bottom:var(--customGamesCarousel__control--Bottom);left:var(--customGamesCarousel__control--Left);right:var(--customGamesCarousel__control--Right);width:var(--customGamesCarousel__control--Width);height:var(--customGamesCarousel__control--Height)}.games-category-carousel-module_control_H4YQ2.games-category-carousel-module_reverse_D6zFd{top:var(--customGamesCarousel__control--reverse--Top);bottom:var(--customGamesCarousel__control--reverse--Bottom);left:var(--customGamesCarousel__control--reverse--Left);right:var(--customGamesCarousel__control--reverse--Right)}.games-category-carousel-module_gamesCarousel_F0eHh{box-sizing:border-box;overflow:hidden;width:100%;height:var(--gamesCarousel__wrapper--Height);padding:var(--gamesCarousel__wrapper--Padding);background:var(--gamesCarousel__wrapper--Background);border-radius:var(--gamesCarousel__wrapper--BorderRadius);border:var(--gamesCarousel__wrapper--Border)}.games-category-carousel-module_gamesCarousel_F0eHh .games-category-carousel-module_container_k-Xg9{position:relative;display:flex;flex-direction:column;gap:var(--gamesCarousel__container--Gap);height:100%}.games-category-carousel-module_gamesCarousel_F0eHh .games-category-carousel-module_container_k-Xg9 .games-category-carousel-module_header_-PU6c{display:flex;justify-content:var(--gamesCarousel__container__header--JustifyContent);align-items:var(--gamesCarousel__container__header--AlignItems);gap:var(--gamesCarousel__container__header--Gap);padding:var(--gamesCarousel__container__header--Padding);height:var(--gamesCarousel__container__header--Height)}.games-category-carousel-module_gamesCarousel_F0eHh .games-category-carousel-module_container_k-Xg9 .games-category-carousel-module_header_-PU6c .games-category-carousel-module_title_99HYS{margin:0;padding:0;display:flex;align-items:var(--gamesCarousel__container__header__title--AlignItems);gap:var(--gamesCarousel__container__header__title--Gap);color:var(--gamesCarousel__container__header__title--Color);font-weight:var(--gamesCarousel__container__header__title--FontWeight);font-size:var(--gamesCarousel__container__header__title--FontSize)}.games-category-carousel-module_gamesCarousel_F0eHh .games-category-carousel-module_container_k-Xg9 .games-category-carousel-module_header_-PU6c .games-category-carousel-module_title_99HYS .games-category-carousel-module_text_a4rZF{overflow:hidden;text-overflow:ellipsis;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical}.games-category-carousel-module_gamesCarousel_F0eHh .games-category-carousel-module_container_k-Xg9 .games-category-carousel-module_header_-PU6c .games-category-carousel-module_button_Lc4wp{height:var(--customGamesCarousel__control--Height);min-width:var(--customGamesCarousel__link--Width);white-space:nowrap}.games-category-carousel-module_wrapperMobile_Ti0jw{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--systemGamesCarousel__wrapperMobile--Gap);min-width:var(--systemGamesCarousel__wrapperMobile--MinWidth);background:var(--systemGamesCarousel__wrapperMobile--Background);border-radius:var(--systemGamesCarousel__wrapperMobile--BorderRadius);border:var(--systemGamesCarousel__wrapperMobile--Border);padding:var(--systemGamesCarousel__wrapperMobile--Padding);width:100%;height:100%}.games-category-carousel-module_wrapperMobile_Ti0jw .games-category-carousel-module_label_qYh9P{margin:0;font-weight:600;font-size:14px;color:var(--systemGamesCarousel__wrapperMobile__label--Color)}.games-category-carousel-module_systemGames_zrVkn{height:var(--systemGamesCarousel__wrapper--Height);width:var(--systemGamesCarousel__wrapper--Width)}.games-category-carousel-module_customGames_X-T7K{height:var(--customGamesCarousel__wrapper--Height);padding:var(--customGamesCarousel__wrapper--Padding)}.games-category-carousel-module_carouselCustom_w2dA9{display:grid;grid-template-columns:var(--customGamesCarousel__gameCard--MaxWidth);grid-auto-flow:column;gap:var(--gamesCarousel__gameCards--Gap);-webkit-user-select:none;user-select:none;grid-template-rows:1fr}.games-category-carousel-module_carouselCustom_w2dA9.games-category-carousel-module_oneLined_jmLkX{grid-template-rows:1fr}.games-category-carousel-module_carouselCustom_w2dA9.games-category-carousel-module_twoLined_LTGq6{grid-template-rows:1fr 1fr}.games-category-carousel-module_viewportSystem_0C8XF{overflow:hidden}.games-category-carousel-module_carouselSystem_cMK9Y{box-sizing:border-box;cursor:pointer;display:flex;width:100%;gap:var(--gamesCarousel__gameCards--Gap)}.games-category-carousel-module_wrapper_w3T-F{box-sizing:border-box;position:static}.games-category-carousel-module_wrapper_w3T-F .games-category-carousel-module_buttonArrow_i1Jrw{box-sizing:border-box;width:var(--customGamesCarousel__control--Width);height:var(--customGamesCarousel__control--Height)}.games-category-carousel-module_wrapper_w3T-F .games-category-carousel-module_buttonArrow_i1Jrw.games-category-carousel-module_reverse_D6zFd,[dir=rtl] .games-category-carousel-module_wrapper_w3T-F .games-category-carousel-module_buttonArrow_i1Jrw{transform:rotate(180deg)}[dir=rtl] .games-category-carousel-module_wrapper_w3T-F .games-category-carousel-module_buttonArrow_i1Jrw.games-category-carousel-module_reverse_D6zFd{transform:rotate(0)}.games-category-carousel-module_wrapper_w3T-F .games-category-carousel-module_buttonArrow_i1Jrw .games-category-carousel-module_arrow_Vkc0h{fill:var(--customGamesCarousel__controls__arrow--Fill)}.games-category-carousel-module_contentNoData_bV-qs{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;font-size:14px;color:var(--gamesCarousel__container__contentNoData--Color)}}@layer passwordRecoveryModals{.passwordRecoveryModals{--passwordRecoveryModals__modal--Background: #ebf1ff;--passwordRecoveryModals__modal--BorderRadius: 30px;--passwordRecoveryModals__modal--MaxWidth: 500px;--passwordRecoveryModals__modal--BoxSizing: border-box;--passwordRecoveryModals__modal--Display: flex;--passwordRecoveryModals__modal--Width: 100%;--passwordRecoveryModals__container--Display: flex;--passwordRecoveryModals__container--FlexDirection: column;--passwordRecoveryModals__container--AlignItems: flex-start;--passwordRecoveryModals__container--JustifyContent: flex-start;--passwordRecoveryModals__container--Gap: 0;--passwordRecoveryModals__container--BoxSizing: border-box;--passwordRecoveryModals__header--Padding: 25px 30px;--passwordRecoveryModals__header--Display: flex;--passwordRecoveryModals__header--JustifyContent: center;--passwordRecoveryModals__header--AlignItems: center;--passwordRecoveryModals__header--BorderBottom: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__title--Margin: 0;--passwordRecoveryModals__title--FontSize: 20px;--passwordRecoveryModals__title--FontWeight: 700;--passwordRecoveryModals__title--Color: #000e51;--passwordRecoveryModals__buttonClose--Right: 30px;--passwordRecoveryModals__buttonClose--Padding: 6px;--passwordRecoveryModals__buttonClose--Background: none;--passwordRecoveryModals__iconClose--Fill: rgba(0, 26, 113, .3);--passwordRecoveryModals__content--Padding: 20px 40px 30px;--passwordRecoveryModals__content--Display: flex;--passwordRecoveryModals__content-FlexDirection: column;--passwordRecoveryModals__content--AlignItems: flex-start;--passwordRecoveryModals__content--JustifyContent: flex-start;--passwordRecoveryModals__content--Gap: 15px;--passwordRecoveryModals__text--Margin: 0;--passwordRecoveryModals__text--FontSize: 14px;--passwordRecoveryModals__text--FontWeight: 600;--passwordRecoveryModals__text--Color: rgba(0, 26, 113, .75);--passwordRecoveryModals__text--TextAlign: center;--passwordRecoveryModals__form--Display: flex;--passwordRecoveryModals__form-FlexDirection: column;--passwordRecoveryModals__form--AlignItems: flex-start;--passwordRecoveryModals__form--JustifyContent: flex-start;--passwordRecoveryModals__form--Gap: 15px;--passwordRecoveryModals__form--Width: 100%;--passwordRecoveryModals__form--Margin: 0;--passwordRecoveryModals__input--Height: 40px;--passwordRecoveryModals__input--BorderRadius: 10px;--passwordRecoveryModals__input--Padding: 8px 10px;--passwordRecoveryModals__input--FontSize: 14px;--passwordRecoveryModals__input--FontWeight: 600;--passwordRecoveryModals__input--Border: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__input--BackgroundColor: #ebf1ff;--passwordRecoveryModals__buttons--Padding: 30px 40px;--passwordRecoveryModals__buttons--Display: flex;--passwordRecoveryModals__buttons--JustifyContent: center;--passwordRecoveryModals__buttons--Gap: 8px;--passwordRecoveryModals__buttons--BorderTop: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__email--Margin: 0;--passwordRecoveryModals__email--FontSize: 16px;--passwordRecoveryModals__email--FontWeight: 700;--passwordRecoveryModals__email--Color: #ffa500;--passwordRecoveryModals__email--TextAlign: center;--passwordRecoveryModals__resendBlock--Display: flex;--passwordRecoveryModals__resendBlock-FlexDirection: column;--passwordRecoveryModals__resendBlock--AlignItems: flex-start;--passwordRecoveryModals__resendBlock--JustifyContent: flex-start;--passwordRecoveryModals__resendBlock--Gap: 15px;--passwordRecoveryModals__resendBlock--Width: 100%;--passwordRecoveryModals__resendText--Color: #000e51;--passwordRecoveryModals__resendText--FontSize: 14px;--passwordRecoveryModals__resendText--FontWeight: 400;--passwordRecoveryModals__resendText--Margin: 0;--passwordRecoveryModals__resendText--TextAlign: center;--passwordRecoveryModals__resendButton--Width: 100%;--passwordRecoveryModals__icon--Fill: black;--passwordRecoveryModals__description--FontSize: 12px;--passwordRecoveryModals__description--FontWeight: 400;--passwordRecoveryModals__description--Color: black;--passwordRecoveryModals__description--TextAlign: left;--passwordRecoveryModals__description--Margin: 0}.password-recovery-module_modal_Q0VF6{--modal--BorderRadius: var(--passwordRecoveryModals__modal--BorderRadius);--modal--BackgroundColor: var(--passwordRecoveryModals__modal--Background);--modal--MaxWidth: var(--passwordRecoveryModals__modal--MaxWidth);box-sizing:var(--passwordRecoveryModals__modal--BoxSizing);display:var(--passwordRecoveryModals__modal--Display);width:var(--passwordRecoveryModals__modal--Width)}.password-recovery-module_container_m1-UZ{display:var(--passwordRecoveryModals__container--Display);flex-direction:var(--passwordRecoveryModals__container--FlexDirection);align-items:var(--passwordRecoveryModals__container--AlignItems);justify-content:var(--passwordRecoveryModals__container--JustifyContent);gap:var(--passwordRecoveryModals__container--Gap);box-sizing:var(--passwordRecoveryModals__container--BoxSizing);width:100%}.password-recovery-module_header_fcU2C{padding:var(--passwordRecoveryModals__header--Padding);display:var(--passwordRecoveryModals__header--Display);justify-content:var(--passwordRecoveryModals__header--JustifyContent);align-items:var(--passwordRecoveryModals__header--AlignItems);border-bottom:var(--passwordRecoveryModals__header--BorderBottom);width:100%;position:relative;box-sizing:border-box}.password-recovery-module_title_TuG6H{margin:var(--passwordRecoveryModals__title--Margin);font-size:var(--passwordRecoveryModals__title--FontSize);font-weight:var(--passwordRecoveryModals__title--FontWeight);color:var(--passwordRecoveryModals__title--Color)}.password-recovery-module_buttonClose_g0jmL{position:absolute;top:50%;transform:translateY(-50%);right:var(--passwordRecoveryModals__buttonClose--Right);padding:var(--passwordRecoveryModals__buttonClose--Padding);background:var(--passwordRecoveryModals__buttonClose--Background)}.password-recovery-module_iconClose_PChOt{width:12px;height:12px;fill:var(--passwordRecoveryModals__iconClose--Fill)}.password-recovery-module_content_-YY19{padding:var(--passwordRecoveryModals__content--Padding);display:var(--passwordRecoveryModals__content--Display);flex-direction:var(--passwordRecoveryModals__content-FlexDirection);align-items:var(--passwordRecoveryModals__content--AlignItems);justify-content:var(--passwordRecoveryModals__content--JustifyContent);gap:var(--passwordRecoveryModals__content--Gap);width:100%;box-sizing:border-box}.password-recovery-module_description_Qhwll{font-size:var(--passwordRecoveryModals__description--FontSize);font-weight:var(--passwordRecoveryModals__description--FontWeight);color:var(--passwordRecoveryModals__description--Color);text-align:var(--passwordRecoveryModals__description--TextAlign);margin:var(--passwordRecoveryModals__description--Margin);width:100%}.password-recovery-module_text_61N3W{margin:var(--passwordRecoveryModals__text--Margin);font-size:var(--passwordRecoveryModals__text--FontSize);font-weight:var(--passwordRecoveryModals__text--FontWeight);color:var(--passwordRecoveryModals__text--Color);text-align:var(--passwordRecoveryModals__text--TextAlign);width:100%}.password-recovery-module_form_Xno2A{display:var(--passwordRecoveryModals__form--Display);flex-direction:var(--passwordRecoveryModals__form-FlexDirection);align-items:var(--passwordRecoveryModals__form--AlignItems);justify-content:var(--passwordRecoveryModals__form--JustifyContent);gap:var(--passwordRecoveryModals__form--Gap);width:var(--passwordRecoveryModals__form--Width);margin:var(--passwordRecoveryModals__form--Margin)}.password-recovery-module_input_wZYVs{--input--Height--md: var(--passwordRecoveryModals__input--Height);--input--BorderRadius--md: var(--passwordRecoveryModals__input--BorderRadius);--input--Padding--md: var(--passwordRecoveryModals__input--Padding);--input--FontSize--md: var(--passwordRecoveryModals__input--FontSize);--input--FontWeight--md: var(--passwordRecoveryModals__input--FontWeight);--input--Border: var(--passwordRecoveryModals__input--Border);--input--BackgroundColor: var(--passwordRecoveryModals__input--BackgroundColor);fill:var(--passwordRecoveryModals__icon--Fill)}.password-recovery-module_buttons_thEcU{padding:var(--passwordRecoveryModals__buttons--Padding);display:var(--passwordRecoveryModals__buttons--Display);justify-content:var(--passwordRecoveryModals__buttons--JustifyContent);gap:var(--passwordRecoveryModals__buttons--Gap);border-top:var(--passwordRecoveryModals__buttons--BorderTop);width:100%;box-sizing:border-box}.password-recovery-module_button_ZFu4H{width:100%}.password-recovery-module_email_Z8mww{margin:var(--passwordRecoveryModals__email--Margin);font-size:var(--passwordRecoveryModals__email--FontSize);font-weight:var(--passwordRecoveryModals__email--FontWeight);color:var(--passwordRecoveryModals__email--Color);text-align:var(--passwordRecoveryModals__email--TextAlign);width:100%}.password-recovery-module_resendBlock_st3JP{display:var(--passwordRecoveryModals__resendBlock--Display);flex-direction:var(--passwordRecoveryModals__resendBlock-FlexDirection);align-items:var(--passwordRecoveryModals__resendBlock--AlignItems);justify-content:var(--passwordRecoveryModals__resendBlock--JustifyContent);gap:var(--passwordRecoveryModals__resendBlock--Gap);width:var(--passwordRecoveryModals__resendBlock--Width)}.password-recovery-module_resendBlock_st3JP .password-recovery-module_resendText_OCal7{color:var(--passwordRecoveryModals__resendText--Color);font-size:var(--passwordRecoveryModals__resendText--FontSize);font-weight:var(--passwordRecoveryModals__resendText--FontWeight);margin:var(--passwordRecoveryModals__resendText--Margin);text-align:var(--passwordRecoveryModals__resendText--TextAlign);width:100%}.password-recovery-module_resendBlock_st3JP .password-recovery-module_resendButton_G5lHQ{width:var(--passwordRecoveryModals__resendButton--Width)}}@layer totofaAuthModal{.totofaAuthModal{--totofaAuthModal__container--MinWidth: 500px;--totofaAuthModal__container--PaddingInline: 20px;--totofaAuthModal__header--Padding: 25px 0;--totofaAuthModal__header--Display: flex;--totofaAuthModal__header--FlexDirection: column;--totofaAuthModal__header--AlignItems: center;--totofaAuthModal__header--Gap: 10px;--totofaAuthModal__logoWrapper--Background: lightblue;--totofaAuthModal__logoWrapper--Padding: 10px;--totofaAuthModal__logoWrapper--BorderRadius: 20px;--totofaAuthModal__titleWrapper--Display: flex;--totofaAuthModal__titleWrapper--FlexDirection: column;--totofaAuthModal__titleWrapper--AlignItems: center;--totofaAuthModal__titleWrapper--Gap: 5px;--totofaAuthModal__form--Display: flex;--totofaAuthModal__form--FlexDirection: column;--totofaAuthModal__form--Gap: 15px;--totofaAuthModal__form--MaxWidth: 460px;--totofaAuthModal__form--Padding: 20px;--totofaAuthModal__otherVariantsButtons--Gap: 10px;--totofaAuthModal__wrapperButtons--Display: flex;--totofaAuthModal__wrapperButtons--JustifyContent: space-between;--totofaAuthModal__divider--Color: grey;--totofaAuthModal__divider--FontSize: 11px;--totofaAuthModal__divider--FontWeight: 600;--totofaAuthModal__divider__text--Color: var(--totofaAuthModal__divider--Color);--totofaAuthModal__leftNode--Fill: grey;--totofaAuthModal__passwordIcon--Fill: grey;--totofaAuthModal__buttonTelegram--JustifyContent: center;--totofaAuthModal__buttonTelegram--Position: relative;--totofaAuthModal__buttonTelegram--Width: 100%;--totofaAuthModal__buttonTelegram__telegramIcon--Fill: blue;--totofaAuthModal__buttonTelegram__wrapText--TextAlign: start;--totofaAuthModal__buttonTelegram__wrapText--WhiteSpace: pre-line;--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--FontWeight: 600;--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--FontSize: 10px;--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--Color: green;--totofaAuthModal__telegramWidget--Position: absolute;--totofaAuthModal__telegramWidget--Top: 0;--totofaAuthModal__telegramWidget--Left: 0;--totofaAuthModal__telegramWidget--Width: 100%;--totofaAuthModal__telegramWidget--Height: 100%;--totofaAuthModal__oneClickButton--JustifyContent: center;--totofaAuthModal__oneClickButton--Width: 100%;--totofaAuthModal__oneClickButton--MaxWidth: 162px;--totofaAuthModal__oneClickButton__text--Width: min-content;--totofaAuthModal__oneClickButton__text--TextAlign: start;--totofaAuthModal__oneClickButton__text--TextTransform: capitalize;--totofaAuthModal__oneClickButton__oneClickIcon--Fill: orange;--totofaAuthModal__saveButtons--Gap: 15px;--totofaAuthModal__saveButtons__copyIcon--Fill: orange;--totofaAuthModal__saveButtons__pdfIcon--Fill: white;--totofaAuthModal__checkboxWrapper--Gap: 9px;--totofaAuthModal__checkboxWrapper__checkboxLabel--FontWeight: 600;--totofaAuthModal__checkboxWrapper__checkboxLabel--FontSize: 14px;--totofaAuthModal__checkboxWrapper__checkboxLabel--Color: black;--totofaAuthModal__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color: orange;--totofaAuthModal__link--Color: orange;--totofaAuthModal__forgoutPasswordbutton--Margin: 0;--totofaAuthModal__forgoutPasswordbutton--Padding: 0;--totofaAuthModal__forgoutPasswordbutton--Border: none;--totofaAuthModal__forgoutPasswordbutton--Background: transparent;--totofaAuthModal__forgoutPasswordbutton--BoxShadow: none;--totofaAuthModal__logo--Width: 35px;--totofaAuthModal__logo--Height: 35px;--totofaAuthModal__loginformTitle--Color: black;--totofaAuthModal__option--Padding: 7px 10px;--totofaAuthModal__option--BorderRadius: 10px;--totofaAuthModal__option--Color: var(--ui--text--regular--color);--totofaAuthModal__option--Height: 38px;--totofaAuthModal__option--BackgroundColor: transparent;--totofaAuthModal__option--Display: flex;--totofaAuthModal__option--JustifyContent: space-between;--totofaAuthModal__option--AlignItems: center;--totofaAuthModal__option--BoxSizing: border-box;--totofaAuthModal__option__active--BorderRadius: 10px;--totofaAuthModal__option__active--Background: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--totofaAuthModal__option__hover--Background: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--totofaAuthModal__option__trigger--Border: 1px solid black;--totofaAuthModal__option__trigger--Width: 420px;--totofaAuthModal__option__trigger--Background: none;--totofaAuthModal__optionContent--Display: flex;--totofaAuthModal__optionContent--JustifyContent: flex-start;--totofaAuthModal__optionContent--AlignItems: center;--totofaAuthModal__optionContent--Gap: 8px;--totofaAuthModal__optionIcon--Color: black;--totofaAuthModal__icon--Display: none;--totofaAuthModal__icon__show--Display: block;--totofaAuthModal__icon__show--Color: black;--totofaAuthModal__iconImg--Width: 24px;--totofaAuthModal__iconImg--Height: auto;--totofaAuthModal__iconImg--BorderRadius: 4px;--totofaAuthModal__option__trigger__mobile--Width: 100%}@media(max-width:768px){.totofaAuthModal{--totofaAuthModal__container--MinWidth: 100%;--totofaAuthModal__container--PaddingInline: 0}}.totofaAuthModal .selectContainer{--selectContainer--Padding: 15px;--selectContainer--Gap: 15px;--selectContainer__selectList--Padding: 0}.bonusAfterRegistration{--modal--Overflow: visible;--totofaAuthModal__container--MinWidth: 330px;--bonusAfterRegistration--MaxWidth: 290px;--bonusAfterRegistration--PaddingBottom: 30px;--bonusAfterRegistration__image--Top: -35px;--bonusAfterRegistration__image--Width: 290px;--bonusAfterRegistration__image--Height: 210px;--bonusAfterRegistration__title--Color: #000e51;--bonusAfterRegistration__title--FontSize: 20px;--bonusAfterRegistration__title--Weight: 700;--bonusAfterRegistration__description--Color: rgba(0, 26, 113, .75);--bonusAfterRegistration__description--FontSize: 14px;--bonusAfterRegistration__description--Weight: 600}.totofa-auth-modal-module_container_o-ZYg{min-width:var(--totofaAuthModal__container--MinWidth);padding-inline:var(--totofaAuthModal__container--PaddingInline);box-sizing:border-box}.totofa-auth-modal-module_form_mcLu5{box-sizing:border-box;display:var(--totofaAuthModal__form--Display);flex-direction:var(--totofaAuthModal__form--FlexDirection);gap:var(--totofaAuthModal__form--Gap);margin-inline:auto;max-width:var(--totofaAuthModal__form--MaxWidth);padding:var(--totofaAuthModal__form--Padding)}.totofa-auth-modal-module_form_mcLu5 .totofa-auth-modal-module_wrapperButtons_jelU-{display:var(--totofaAuthModal__wrapperButtons--Display);justify-content:var(--totofaAuthModal__wrapperButtons--JustifyContent)}.totofa-auth-modal-module_form_mcLu5 .totofa-auth-modal-module_divider_WjlQi{color:var(--totofaAuthModal__divider--Color);font-size:var(--totofaAuthModal__divider--FontSize);font-weight:var(--totofaAuthModal__divider--FontWeight)}.totofa-auth-modal-module_form_mcLu5 .totofa-auth-modal-module_divider_WjlQi .totofa-auth-modal-module_text_8peth{font-weight:600;font-size:11px;color:var(--totofaAuthModal__divider__text--Color)}.totofa-auth-modal-module_form_mcLu5 .totofa-auth-modal-module_leftNode_GEqYB{fill:var(--totofaAuthModal__leftNode--Fill)}.totofa-auth-modal-module_form_mcLu5 .totofa-auth-modal-module_passwordIcon_bBZ2O{fill:var(--totofaAuthModal__passwordIcon--Fill)}.totofa-auth-modal-module_otherVariantsButtons_HL2ss{display:flex;gap:var(--totofaAuthModal__otherVariantsButtons--Gap)}.totofa-auth-modal-module_buttonTelegram_IhrR5{position:var(--totofaAuthModal__buttonTelegram--Position);justify-content:var(--totofaAuthModal__buttonTelegram--JustifyContent);width:var(--totofaAuthModal__buttonTelegram--Width)}.totofa-auth-modal-module_buttonTelegram_IhrR5 .totofa-auth-modal-module_telegramIcon_CwiJ1{display:block;fill:var(--totofaAuthModal__buttonTelegram__telegramIcon--Fill)}.totofa-auth-modal-module_buttonTelegram_IhrR5 .totofa-auth-modal-module_wrapText_T6REU{margin:0;text-align:var(--totofaAuthModal__buttonTelegram__wrapText--TextAlign);white-space:var(--totofaAuthModal__buttonTelegram__wrapText--WhiteSpace)}.totofa-auth-modal-module_buttonTelegram_IhrR5 .totofa-auth-modal-module_wrapText_T6REU .totofa-auth-modal-module_bonusInfo_zsJ1w{font-weight:var(--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--FontWeight);font-size:var(--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--FontSize);color:var(--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--Color)}.totofa-auth-modal-module_buttonTelegram_IhrR5 .totofa-auth-modal-module_telegramWidget_yiUZy{position:var(--totofaAuthModal__telegramWidget--Position);top:var(--totofaAuthModal__telegramWidget--Top);left:var(--totofaAuthModal__telegramWidget--Left);width:var(--totofaAuthModal__telegramWidget--Width);height:var(--totofaAuthModal__telegramWidget--Height)}.totofa-auth-modal-module_oneClickButton_r5Wy4{justify-content:var(--totofaAuthModal__oneClickButton--JustifyContent);width:var(--totofaAuthModal__oneClickButton--Width);max-width:var(--totofaAuthModal__oneClickButton--MaxWidth)}.totofa-auth-modal-module_oneClickButton_r5Wy4 .totofa-auth-modal-module_text_8peth{margin:0;width:var(--totofaAuthModal__oneClickButton__text--Width);text-align:var(--totofaAuthModal__oneClickButton__text--TextAlign);text-transform:var(--totofaAuthModal__oneClickButton__text--TextTransform)}.totofa-auth-modal-module_oneClickButton_r5Wy4 .totofa-auth-modal-module_oneClickIcon_AXxuX{display:block;fill:var(--totofaAuthModal__oneClickButton__oneClickIcon--Fill)}.totofa-auth-modal-module_saveButtons_XfEwU{display:flex;gap:var(--totofaAuthModal__saveButtons--Gap)}.totofa-auth-modal-module_saveButtons_XfEwU .totofa-auth-modal-module_tooltipCopy_9jjyo{width:100%;max-width:calc((100% - var(--totofaAuthModal__saveButtons--Gap)) / 2)}.totofa-auth-modal-module_saveButtons_XfEwU .totofa-auth-modal-module_tooltipCopy_9jjyo .totofa-auth-modal-module_buttonCopy_8uhND{justify-content:center;width:100%}.totofa-auth-modal-module_saveButtons_XfEwU .totofa-auth-modal-module_tooltipCopy_9jjyo .totofa-auth-modal-module_buttonCopy_8uhND .totofa-auth-modal-module_copyIcon_KoHz9{display:block;fill:var(--totofaAuthModal__saveButtons__copyIcon--Fill)}.totofa-auth-modal-module_saveButtons_XfEwU .totofa-auth-modal-module_pdfButton_aJKcs{justify-content:center;width:100%;max-width:calc((100% - var(--totofaAuthModal__saveButtons--Gap)) / 2)}.totofa-auth-modal-module_saveButtons_XfEwU .totofa-auth-modal-module_pdfButton_aJKcs .totofa-auth-modal-module_pdfIcon_IeKsl{display:block;fill:var(--totofaAuthModal__saveButtons__pdfIcon--Fill)}.totofa-auth-modal-module_checkboxWrapper_T2PTm{display:flex;align-items:center;gap:var(--totofaAuthModal__checkboxWrapper--Gap)}.totofa-auth-modal-module_checkboxWrapper_T2PTm .totofa-auth-modal-module_checkboxLabel_sHthu{font-weight:var(--totofaAuthModal__checkboxWrapper__checkboxLabel--FontWeight);font-size:var(--totofaAuthModal__checkboxWrapper__checkboxLabel--FontSize);color:var(--totofaAuthModal__checkboxWrapper__checkboxLabel--Color)}.totofa-auth-modal-module_checkboxWrapper_T2PTm .totofa-auth-modal-module_checkboxLabel_sHthu .totofa-auth-modal-module_checkboxLabelLink_9Y2yz{color:var(--totofaAuthModal__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color);text-decoration:underline;text-decoration-skip-ink:none}.totofa-auth-modal-module_forgoutPasswordButton_LXq2R{margin:var(--totofaAuthModal__forgoutPasswordbutton--Margin);padding:var(--totofaAuthModal__forgoutPasswordbutton--Padding);border:var(--totofaAuthModal__forgoutPasswordbutton--Border);background:var(--totofaAuthModal__forgoutPasswordbutton--Background);box-shadow:var(--totofaAuthModal__forgoutPasswordbutton--BoxShadow);color:var(--totofaAuthModal__link--Color)}.totofa-auth-modal-module_option_vdEo-{padding:var(--totofaAuthModal__option--Padding);border-radius:var(--totofaAuthModal__option--BorderRadius);color:var(--totofaAuthModal__option--Color);height:var(--totofaAuthModal__option--Height);background-color:var(--totofaAuthModal__option--BackgroundColor);display:var(--totofaAuthModal__option--Display);justify-content:var(--totofaAuthModal__option--JustifyContent);align-items:var(--totofaAuthModal__option--AlignItems);box-sizing:var(--totofaAuthModal__option--BoxSizing)}.totofa-auth-modal-module_option_vdEo-.totofa-auth-modal-module_active_iBdTB{border-radius:var(--totofaAuthModal__option__active--BorderRadius);background:var(--totofaAuthModal__option__active--Background)}@media(any-hover:hover){.totofa-auth-modal-module_option_vdEo-:hover{background:var(--totofaAuthModal__option__hover--Background)}}.totofa-auth-modal-module_option_vdEo-.totofa-auth-modal-module_trigger_Akw3F{border:var(--totofaAuthModal__option__trigger--Border);width:var(--totofaAuthModal__option__trigger--Width);background:var(--totofaAuthModal__option__trigger--Background)}.totofa-auth-modal-module_option_vdEo- .totofa-auth-modal-module_optionContent_lrsFh{display:var(--totofaAuthModal__optionContent--Display);justify-content:var(--totofaAuthModal__optionContent--JustifyContent);align-items:var(--totofaAuthModal__optionContent--AlignItems);gap:var(--totofaAuthModal__optionContent--Gap)}.totofa-auth-modal-module_option_vdEo- .totofa-auth-modal-module_optionIcon_iFBDe{color:var(--totofaAuthModal__optionIcon--Color)}.totofa-auth-modal-module_option_vdEo- .totofa-auth-modal-module_icon_uu7eR{display:var(--totofaAuthModal__icon--Display)}.totofa-auth-modal-module_option_vdEo- .totofa-auth-modal-module_icon_uu7eR.totofa-auth-modal-module_show_1FUbc{display:var(--totofaAuthModal__icon__show--Display);color:var(--totofaAuthModal__icon__show--Color)}.totofa-auth-modal-module_option_vdEo- .totofa-auth-modal-module_iconImg_dlRvC{width:var(--totofaAuthModal__iconImg--Width);height:var(--totofaAuthModal__iconImg--Height);border-radius:var(--totofaAuthModal__iconImg--BorderRadius)}@media(max-width:768px){.totofa-auth-modal-module_option_vdEo-.totofa-auth-modal-module_trigger_Akw3F{width:var(--totofaAuthModal__option__trigger__mobile--Width)}}.totofa-auth-modal-module_registrationOneClickShareComponent_vHSM2{position:fixed;top:-999px;padding:10px}.totofa-auth-modal-module_registrationOneClickShareComponent_vHSM2 .totofa-auth-modal-module_title_BYyg2{font-size:24px;font-weight:600;margin:0 0 10px;text-align:left;color:#000;text-transform:capitalize}.totofa-auth-modal-module_registrationOneClickShareComponent_vHSM2 .totofa-auth-modal-module_text_8peth{font-size:22px;font-weight:500;margin:0 0 5px;text-align:left;color:#000}.totofa-auth-modal-module_bonusAfterRegistration_6kACm{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:var(--bonusAfterRegistration--MaxWidth);padding-top:calc(var(--bonusAfterRegistration__image--Top) + var(--bonusAfterRegistration__image--Height));padding-bottom:var(--bonusAfterRegistration--PaddingBottom)}.totofa-auth-modal-module_imageContainer_UL4Zd{position:absolute;top:var(--bonusAfterRegistration__image--Top);left:50%;transform:translate(-50%)}.totofa-auth-modal-module_image_giL-N{width:var(--bonusAfterRegistration__image--Width);height:var(--bonusAfterRegistration__image--Height)}.totofa-auth-modal-module_titleAndDescriptionContainer_-rESY{margin:20px 0;display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}.totofa-auth-modal-module_title_BYyg2{margin:0;color:var(--bonusAfterRegistration__title--Color);font-size:var(--bonusAfterRegistration__title--FontSize);font-weight:var(--bonusAfterRegistration__title--Weight)}.totofa-auth-modal-module_description_LXjvf{margin:0;color:var(--bonusAfterRegistration__description--Color);font-size:var(--bonusAfterRegistration__description--FontSize);font-weight:var(--bonusAfterRegistration__description--Weight)}.totofa-auth-modal-module_control_4hnkl{width:100%;display:flex;flex-direction:column;gap:10px}.totofa-auth-modal-module_control_4hnkl .totofa-auth-modal-module_link_Hxc2K{display:contents}.totofa-auth-modal-module_drawerWrapper_7Rgzu{display:none}@media(max-width:768px){.totofa-auth-modal-module_modalWrapper_xVbjG:not(.totofa-auth-modal-module_bonusAfterRegistrationWrapper_Q7Z-V){display:none}.totofa-auth-modal-module_bonusAfterRegistration_6kACm{margin-inline:auto}.totofa-auth-modal-module_drawerWrapper_7Rgzu{display:flex}}}@layer balanceInfo{.balanceInfo{--balanceInfo--Display: Grid;--balanceInfo--GridTemplateColumns: repeat(2, 1fr);--balanceInfo--GridTemplateRows: 80px 100px;--balanceInfo--Gap: 8px;--balanceInfo--MarginInline: 0;--balanceInfo__balanceCard--Padding: 16px 20px;--balanceInfo__balanceCard--Display: flex;--balanceInfo__balanceCard--FlexDirection: column;--balanceInfo__balanceCard--JustifyContent: flex-start;--balanceInfo__balanceCard--AlignItems: flex-start;--balanceInfo__balanceCard--Gap: 3px;--balanceInfo__balanceCard--BorderRadius: 12px;--balanceInfo__balanceCard--Border: 2px solid green;--balanceInfo__balanceCard--Background: none;--balanceInfo__balanceCard--BackgroundImage: none;--balanceInfo__balanceCard--BackgroundColor: rgb(161, 73, 73);--balanceInfo__balanceCard__header--Display: flex;--balanceInfo__balanceCard__header--JustifyContent: flex-start;--balanceInfo__balanceCard__header--AlignItems: center;--balanceInfo__balanceCard__header--Gap: 10px;--balanceInfo__balanceCard__title--FontSize: 16px;--balanceInfo__balanceCard__title--FontWeight: 600;--balanceInfo__balanceCard__title--Color: black;--balanceInfo__balanceCard__eyeButton--Padding: 0;--balanceInfo__balanceCard__eyeButton--Background: none;--balanceInfo__balanceCard__eyeButton--BoxShadow: none;--balanceInfo__balanceCard__eyeButton--Border: none;--balanceInfo__balanceCard__eyeIcon--Width: 16px;--balanceInfo__balanceCard__eyeIcon--Height: 16px;--balanceInfo__balanceCard__eyeIcon--Fill: rgb(39, 106, 169);--balanceInfo__balanceCard__balanceInfo--Display: flex;--balanceInfo__balanceCard__balanceInfo--FlexDirection: column;--balanceInfo__balanceCard__balanceInfo--JustifyContent: flex-start;--balanceInfo__balanceCard__balanceInfo--AlignItems: flex-start;--balanceInfo__balanceCard__balanceInfo--Gap: 3px;--balanceInfo__balanceCard__balance--Display: flex;--balanceInfo__balanceCard__balance--JustifyContent: flex-start;--balanceInfo__balanceCard__balance--AlignItems: flex-end;--balanceInfo__balanceCard__balance--Gap: 5px;--balanceInfo__balanceCard__balance--FontSize: 20px;--balanceInfo__balanceCard__balance--FontWeight: 700;--balanceInfo__balanceCard__balance--Color: black;--balanceInfo__balanceCard__currency--FontSize: 12px;--balanceInfo__balanceCard__currency--FontWeight: 600;--balanceInfo__balanceCard__currency--Color: grey;--balanceInfo__balanceCard__convertBalance--Display: flex;--balanceInfo__balanceCard__convertBalance--JustifyContent: flex-start;--balanceInfo__balanceCard__convertBalance--AlignItems: center;--balanceInfo__balanceCard__convertBalance--Gap: 5px;--balanceInfo__balanceCard__convertBalance--FontSize: 12px;--balanceInfo__balanceCard__convertBalance--FontWeight: 600;--balanceInfo__balanceCard__convertBalance--Color: grey;--balanceInfo__balanceCard__convertCurrency--FontSize: 12px;--balanceInfo__balanceCard__convertCurrency--FontWeight: 600;--balanceInfo__balanceCard__convertCurrency--Color: grey;--balanceInfo__balanceCard__control--Display: flex;--balanceInfo__balanceCard__control--JustifyContent: flex-start;--balanceInfo__balanceCard__control--AlignItems: center;--balanceInfo__balanceCard__control--Gap: 8px;--balanceInfo__balanceCard__control--AlignSelf: flex-end;--balanceInfo__balanceCard__control--FlexDirection: row;--balanceInfo__balanceCard__link--Width: 100%;--balanceInfo__balanceCard__link--Background: green;--balanceInfo__balanceCard__link--BorderRadius: 10px;--balanceInfo__balanceCard__link--Padding: 11px 20px;--balanceInfo__balanceCard__link--FontSize: 14px;--balanceInfo__balanceCard__link--FontWeight: 700;--balanceInfo__balanceCard__link--Color: white;--balanceInfo__card--BorderRadius: 12px;--balanceInfo__card--Border: 1px solid grey;--balanceInfo__card--Background: rgb(155, 39, 39);--balanceInfo__card--Padding: 16px 20px;--balanceInfo__card--Display: flex;--balanceInfo__card--JustifyContent: space-between;--balanceInfo__card--AlignItems: center;--balanceInfo__card--Gap: 3px;--balanceInfo__card__content--Display: flex;--balanceInfo__card__content--FlexDirection: column;--balanceInfo__card__content--JustifyContent: flex-start;--balanceInfo__card__content--AlignItems: flex-start;--balanceInfo__card__content--Gap: 3px;--balanceInfo__card__content--Width: 100%;--balanceInfo__card__title--FontSize: 14px;--balanceInfo__card__title--FontWeight: 600;--balanceInfo__card__title--Color: black;--balanceInfo__card__balance--Display: flex;--balanceInfo__card__balance--JustifyContent: flex-start;--balanceInfo__card__balance--AlignItems: flex-end;--balanceInfo__card__balance--Gap: 5px;--balanceInfo__card__balance--FontSize: 18px;--balanceInfo__card__balance--FontWeight: 700px;--balanceInfo__card__balance--Color: black;--balanceInfo__card__currency--FontSize: 12px;--balanceInfo__card__currency--FontWeight: 600;--balanceInfo__card__currency--Color: grey;--balanceInfo__card__questionLink--MinWidth: 24px;--balanceInfo__card__questionLink--Height: 24px;--balanceInfo__card__questionIcon--Width: 20px;--balanceInfo__card__questionIcon--Height: 20px;--balanceInfo__card__questionIcon--Fill: grey;--balanceInfo__card__timeInfo--Display: flex;--balanceInfo__card__timeInfo--JustifyContent: flex-start;--balanceInfo__card__timeInfo--AlignItems: center;--balanceInfo__card__timeInfo--Gap: 4px;--balanceInfo__card__timeInfo--FontSize: 14px;--balanceInfo__card__timeInfo--FontWeight: 600;--balanceInfo__card__timeInfo--Color: grey;--balanceInfo__card__time--FontSize: 14px;--balanceInfo__card__time--FontWeight: 600;--balanceInfo__card__time--Color: black}@media(max-width:680px){.balanceInfo{--balanceInfo--GridTemplateColumns: 1fr;--balanceInfo--GridTemplateRows: repeat(3, max-content)}}.balance-info-module_balanceInfo_DyiTu{display:var(--balanceInfo--Display);grid-template-columns:var(--balanceInfo--GridTemplateColumns);grid-template-rows:var(--balanceInfo--GridTemplateRows);gap:var(--balanceInfo--Gap);margin-inline:var(--balanceInfo--MarginInline)}@media(max-width:680px){.balance-info-module_balanceInfo_DyiTu{height:auto}}.balance-info-module_balanceCard_6ooTA{grid-row:1/-1;padding:var(--balanceInfo__balanceCard--Padding);display:var(--balanceInfo__balanceCard--Display);flex-direction:var(--balanceInfo__balanceCard--FlexDirection);justify-content:var(--balanceInfo__balanceCard--JustifyContent);align-items:var(--balanceInfo__balanceCard--AlignItems);gap:var(--balanceInfo__balanceCard--Gap);border-radius:var(--balanceInfo__balanceCard--BorderRadius);border:var(--balanceInfo__balanceCard--Border);background:var(--balanceInfo__balanceCard--Background);background-image:var(--balanceInfo__balanceCard--BackgroundImage);background-color:var(--balanceInfo__balanceCard--BackgroundColor);background-repeat:no-repeat;background-size:cover}.balance-info-module_balanceCard_6ooTA .balance-info-module_header_FVjMs{display:var(--balanceInfo__balanceCard__header--Display);justify-content:var(--balanceInfo__balanceCard__header--JustifyContent);align-items:var(--balanceInfo__balanceCard__header--AlignItems);gap:var(--balanceInfo__balanceCard__header--Gap)}.balance-info-module_balanceCard_6ooTA .balance-info-module_title_Uw9CS{font-size:var(--balanceInfo__balanceCard__title--FontSize);font-weight:var(--balanceInfo__balanceCard__title--FontWeight);color:var(--balanceInfo__balanceCard__title--Color);margin:0}.balance-info-module_balanceCard_6ooTA .balance-info-module_eyeButton_wLG4o{padding:var(--balanceInfo__balanceCard__eyeButton--Padding);background:var(--balanceInfo__balanceCard__eyeButton--Background);box-shadow:var(--balanceInfo__balanceCard__eyeButton--BoxShadow);border:var(--balanceInfo__balanceCard__eyeButton--Border)}.balance-info-module_balanceCard_6ooTA .balance-info-module_eyeIcon_WM0JN{width:var(--balanceInfo__balanceCard__eyeIcon--Width);height:var(--balanceInfo__balanceCard__eyeIcon--Height);fill:var(--balanceInfo__balanceCard__eyeIcon--Fill)}.balance-info-module_balanceCard_6ooTA .balance-info-module_balanceWrapper_G-9ni{display:var(--balanceInfo__balanceCard__balanceInfo--Display);flex-direction:var(--balanceInfo__balanceCard__balanceInfo--FlexDirection);justify-content:var(--balanceInfo__balanceCard__balanceInfo--JustifyContent);align-items:var(--balanceInfo__balanceCard__balanceInfo--AlignItems);gap:var(--balanceInfo__balanceCard__balanceInfo--Gap)}.balance-info-module_balanceCard_6ooTA .balance-info-module_balance_0-KG-{display:var(--balanceInfo__balanceCard__balance--Display);justify-content:var(--balanceInfo__balanceCard__balance--JustifyContent);align-items:var(--balanceInfo__balanceCard__balance--AlignItems);gap:var(--balanceInfo__balanceCard__balance--Gap);font-size:var(--balanceInfo__balanceCard__balance--FontSize);font-weight:var(--balanceInfo__balanceCard__balance--FontWeight);color:var(--balanceInfo__balanceCard__balance--Color)}.balance-info-module_balanceCard_6ooTA .balance-info-module_balance_0-KG- .balance-info-module_currency_vv1vz{font-size:var(--balanceInfo__balanceCard__currency--FontSize);font-weight:var(--balanceInfo__balanceCard__currency--FontWeight);color:var(--balanceInfo__balanceCard__currency--Color)}.balance-info-module_balanceCard_6ooTA .balance-info-module_convertBalance_dwP3r{display:var(--balanceInfo__balanceCard__convertBalance--Display);justify-content:var(--balanceInfo__balanceCard__convertBalance--JustifyContent);align-items:var(--balanceInfo__balanceCard__convertBalance--AlignItems);gap:var(--balanceInfo__balanceCard__convertBalance--Gap);font-size:var(--balanceInfo__balanceCard__convertBalance--FontSize);font-weight:var(--balanceInfo__balanceCard__convertBalance--FontWeight);color:var(--balanceInfo__balanceCard__convertBalance--Color)}.balance-info-module_balanceCard_6ooTA .balance-info-module_convertBalance_dwP3r .balance-info-module_currency_vv1vz{font-size:var(--balanceInfo__balanceCard__convertCurrency--FontSize);font-weight:var(--balanceInfo__balanceCard__convertCurrency--FontWeight);color:var(--balanceInfo__balanceCard__convertCurrency--Color)}.balance-info-module_balanceCard_6ooTA .balance-info-module_control_m7pNT{width:100%;margin-top:auto;display:var(--balanceInfo__balanceCard__control--Display);justify-content:var(--balanceInfo__balanceCard__control--JustifyContent);align-items:var(--balanceInfo__balanceCard__control--AlignItems);gap:var(--balanceInfo__balanceCard__control--Gap);align-self:var(--balanceInfo__balanceCard__control--AlignSelf);flex-direction:var(--balanceInfo__balanceCard__control--FlexDirection)}.balance-info-module_balanceCard_6ooTA .balance-info-module_link_-4jnW{width:var(--balanceInfo__balanceCard__link--Width);background:var(--balanceInfo__balanceCard__link--Background);border-radius:var(--balanceInfo__balanceCard__link--BorderRadius);padding:var(--balanceInfo__balanceCard__link--Padding);text-align:center}.balance-info-module_balanceCard_6ooTA .balance-info-module_linkText_n6yFu{font-size:var(--balanceInfo__balanceCard__link--FontSize);font-weight:var(--balanceInfo__balanceCard__link--FontWeight);color:var(--balanceInfo__balanceCard__link--Color)}.balance-info-module_bonusCard_BWnab,.balance-info-module_cashbackCard_N-ddA{border-radius:var(--balanceInfo__card--BorderRadius);border:var(--balanceInfo__card--Border);background:var(--balanceInfo__card--Background);padding:var(--balanceInfo__card--Padding);display:var(--balanceInfo__card--Display);justify-content:var(--balanceInfo__card--JustifyContent);align-items:var(--balanceInfo__card--AlignItems);gap:var(--balanceInfo__card--Gap)}.balance-info-module_bonusCard_BWnab .balance-info-module_content_dJ84s,.balance-info-module_cashbackCard_N-ddA .balance-info-module_content_dJ84s{display:var(--balanceInfo__card__content--Display);flex-direction:var(--balanceInfo__card__content--FlexDirection);justify-content:var(--balanceInfo__card__content--JustifyContent);align-items:var(--balanceInfo__card__content--AlignItems);gap:var(--balanceInfo__card__content--Gap);width:var(--balanceInfo__card__content--Width)}.balance-info-module_bonusCard_BWnab .balance-info-module_title_Uw9CS,.balance-info-module_cashbackCard_N-ddA .balance-info-module_title_Uw9CS{font-size:var(--balanceInfo__card__title--FontSize);font-weight:var(--balanceInfo__card__title--FontWeight);color:var(--balanceInfo__card__title--Color)}.balance-info-module_bonusCard_BWnab .balance-info-module_balance_0-KG-,.balance-info-module_cashbackCard_N-ddA .balance-info-module_balance_0-KG-{display:var(--balanceInfo__card__balance--Display);justify-content:var(--balanceInfo__card__balance--JustifyContent);align-items:var(--balanceInfo__card__balance--AlignItems);gap:var(--balanceInfo__card__balance--Gap);font-size:var(--balanceInfo__card__balance--FontSize);font-weight:var(--balanceInfo__card__balance--FontWeight);color:var(--balanceInfo__card__balance--Color)}.balance-info-module_bonusCard_BWnab .balance-info-module_currency_vv1vz,.balance-info-module_cashbackCard_N-ddA .balance-info-module_currency_vv1vz{font-size:var(--balanceInfo__card__currency--FontSize);font-weight:var(--balanceInfo__card__currency--FontWeight);color:var(--balanceInfo__card__currency--Color)}.balance-info-module_bonusCard_BWnab .balance-info-module_questionLink_78Jos,.balance-info-module_cashbackCard_N-ddA .balance-info-module_questionLink_78Jos{min-width:var(--balanceInfo__card__questionLink--MinWidth);height:var(--balanceInfo__card__questionLink--Height)}.balance-info-module_bonusCard_BWnab .balance-info-module_questionIcon_nq3rA,.balance-info-module_cashbackCard_N-ddA .balance-info-module_questionIcon_nq3rA{width:var(--balanceInfo__card__questionIcon--Width);height:var(--balanceInfo__card__questionIcon--Height);fill:var(--balanceInfo__card__questionIcon--Fill)}.balance-info-module_cashbackCard_N-ddA .balance-info-module_timeInfo_4-oaP{display:var(--balanceInfo__card__timeInfo--Display);justify-content:var(--balanceInfo__card__timeInfo--JustifyContent);align-items:var(--balanceInfo__card__timeInfo--AlignItems);gap:var(--balanceInfo__card__timeInfo--Gap);font-size:var(--balanceInfo__card__timeInfo--FontSize);font-weight:var(--balanceInfo__card__timeInfo--FontWeight);color:var(--balanceInfo__card__timeInfo--Color)}.balance-info-module_cashbackCard_N-ddA .balance-info-module_time_gqI9-{font-size:var(--balanceInfo__card__time--FontSize);font-weight:var(--balanceInfo__card__time--FontWeight);color:var(--balanceInfo__card__time--Color)}}@layer verificationInfo{.verificationInfo{--verificationInfo--Width: 100%;--verificationInfo--BorderRadius: 12px;--verificationInfo--Background: grey;--verificationInfo--Border: 1px solid black;--verificationInfo--Overflow: hidden;--verificationInfo--Display: flex;--verificationInfo--FlexDirection: column;--verificationInfo--Gap: 10px;--verificationInfo--Padding: 20px 30px;--verificationInfo--Margin: 0;--verificationInfo__title--Color: black;--verificationInfo__text--Color: black;--verificationInfo__link--Color: green;--verificationInfo__iconArrow--Fill: green;--verificationInfo__iconAlert--Fill: #fdc600;--verificationInfo__iconAlert--MarginBottom: 4px}.verification-info-module_verificationInfo_NNkzn{position:relative;border-radius:var(--verificationInfo--BorderRadius);background:var(--verificationInfo--Background);border:var(--verificationInfo--Border);overflow:var(--verificationInfo--Overflow);display:var(--verificationInfo--Display);flex-direction:var(--verificationInfo--FlexDirection);gap:var(--verificationInfo--Gap);padding:var(--verificationInfo--Padding);margin:var(--verificationInfo--Margin);width:var(--verificationInfo--Width);box-sizing:border-box}.verification-info-module_verificationInfo_NNkzn:before{content:"";position:absolute;left:-205px;top:-125px;border-radius:426px;background:#fdc600;filter:blur(150px);width:426px;height:157px}.verification-info-module_title_0R8Mv{font-weight:700;font-size:20px;color:var(--verificationInfo__title--Color);margin:0}.verification-info-module_text_-XZCT{font-weight:600;font-size:14px;color:var(--verificationInfo__text--Color);margin:0}.verification-info-module_link_LWhye{display:flex;align-items:center;align-self:end}.verification-info-module_linkText_JBqPH{font-weight:700;font-size:14px;color:var(--verificationInfo__link--Color);white-space:nowrap}.verification-info-module_iconArrow_Gww-C{fill:var(--verificationInfo__iconArrow--Fill)}.verification-info-module_alertIcon_rmOMH{fill:var(--verificationInfo__iconAlert--Fill);margin-bottom:var(--verificationInfo__iconAlert--MarginBottom)}}@layer totofaMessages{.totofaMessages{--totofaMessages__WrapperMessages--Gap: 20px;--totofaMessages__MessagesListWrapper--Gap: 20px;--totofaMessages__MessagesListWrapper--BorderRadius: 30px;--totofaMessages__MessagesListWrapper--MinHeight: 120px;--totofaMessages__MessagesList--Gap: 30px;--totofaMessages__MessagesList__Title--FontSize: 16px;--totofaMessages__MessagesList__Title--FontWeight: 600;--totofaMessages__MessagesList__Title--Color: white;--totofaMessages__WaypointWrapper--Opacity: .3;--totofaMessages__WaypointWrapper--Padding: 20px;--totofaMessages__WaypointWrapper--JustifyContent: center;--totofaMessages__WrapperNoData--Color: white;--totofaMessages__WrapperNoData--Background: grey;--totofaMessages__WrapperNoData--BorderRadius: 30px;--totofaMessages__WrapperNoData--Padding: 30px;--totofaMessages__WrapperNoData--TextAlign: center;--totofaMessages__WrapperNoData--AlignItems: center;--totofaMessages__WrapperNoData--JustifyContent: center}.totofa-messages-module_wrapperMessages_5tGbJ{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--totofaMessages__WrapperMessages--Gap);align-items:start}.totofa-messages-module_waypointWrapper_1kMwP{width:100%;box-sizing:border-box;display:flex;justify-content:var(--totofaMessages__WaypointWrapper--JustifyContent);opacity:var(--totofaMessages__WaypointWrapper--Opacity);padding:var(--totofaMessages__WaypointWrapper--Padding);background:transparent;height:20px}.totofa-messages-module_messagesListWrapper_5iaOJ{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--totofaMessages__MessagesListWrapper--Gap);min-height:var(--totofaMessages__MessagesListWrapper--MinHeight)}.totofa-messages-module_messagesListWrapperHeader_-Fnsk{display:flex;justify-content:space-between;align-items:center}.totofa-messages-module_messagesList_w2-SQ{box-sizing:border-box;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:var(--totofaMessages__MessagesList--Gap)}.totofa-messages-module_wrapperNoData_C1lcX{box-sizing:border-box;align-items:var(--totofaMessages__WrapperNoData--AlignItems);justify-content:var(--totofaMessages__WrapperNoData--JustifyContent);width:100%;display:flex;flex-direction:column;text-align:var(--totofaMessages__WrapperNoData--TextAlign);padding:var(--totofaMessages__WrapperNoData--Padding);background:var(--totofaMessages__WrapperNoData--Background);border-radius:var(--totofaMessages__WrapperNoData--BorderRadius);color:var(--totofaMessages__WrapperNoData--Color)}.totofa-messages-module_messageItem_dvIdw{box-sizing:border-box;list-style:none;margin:0;padding:0}.totofa-messages-module_messagesListTitle_niJPc{margin:0;padding:0;font-size:var(--totofaMessages__MessagesList__Title--FontSize);font-weight:var(--totofaMessages__MessagesList__Title--FontWeight);color:var(--totofaMessages__MessagesList__Title--Color)}}@layer activeBonusCard{.activeBonusCard{--activeBonusCard--BorderRadius: 30px;--activeBonusCard--Background: rgb(243, 239, 239);--activeBonusCard--Border: none;--activeBonusCard--Padding: 20px;--activeBonusCard--Gap: 10px;--activeBonusCard__header--Gap: 10px;--activeBonusCard__title--Color: black;--activeBonusCard__timeLimitText--Color: rgb(57, 57, 57);--activeBonusCard__timeLimit--Color: black;--activeBonusCard__content--MarginBottom: 10px;--activeBonusCard__content--Padding: 15px 30px;--activeBonusCard__content--Background: lightgrey;--activeBonusCard__content--BorderRadius: 30px;--activeBonusCard__content--Border: none;--activeBonusCard__requirement--Padding: 25px 30px;--activeBonusCard__text--Color: rgb(57, 57, 57);--activeBonusCard__text--FontWeight: 400;--activeBonusCard__text--Margin: 0 0 5px;--activeBonusCard__valueWithCurrency--Gap: 5px;--activeBonusCard__bigValue--Color: black;--activeBonusCard__smallValue--Color: black;--activeBonusCard__currency--Color: rgb(57, 57, 57);--activeBonusCard__requirementsTitle--Color: rgb(57, 57, 57);--activeBonusCard__requirementsTitle--PaddingInline: 10px;--activeBonusCard__requirements--Display: flex;--activeBonusCard__requirements--FlexDirection: row;--activeBonusCard__requirements--FlexWrap: wrap;--activeBonusCard__requirements--Gap: 10px;--activeBonusCard__arrowIcon--Fill: white;--activeBonusCard__tooltip--Display: flex;--activeBonusCard__tooltip--FlexDirection: column;--activeBonusCard__tooltip--Gap: 3px;--activeBonusCard__tooltip--Background: lightgrey;--activeBonusCard__tooltipLink--Gap: 10px;--activeBonusCard__tooltipLink--Padding: 12px 10px;--activeBonusCard__dotsIcon--Fill: rgb(57, 57, 57);--activeBonusCard__cancelIcon--Fill: rgb(211, 38, 38);--activeBonusCard__questionIcon--Fill: rgb(150, 90, 35);--activeBonusCard__tooltipLink--Color: black}@media(max-width:1240px){.activeBonusCard{--activeBonusCard__requirements--FlexDirection: row}}@media(max-width:768px){.activeBonusCard{--activeBonusCard__requirements--FlexDirection: column}}.totofa-active-bonus-card-module_activeCard_-N-sO{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--activeBonusCard--Gap);border-radius:var(--activeBonusCard--BorderRadius);background:var(--activeBonusCard--Background);padding:var(--activeBonusCard--Padding);border:var(--activeBonusCard--Border)}.totofa-active-bonus-card-module_header_sSssq{display:flex;align-items:self-start;justify-content:space-between;gap:var(--activeBonusCard__header--Gap)}.totofa-active-bonus-card-module_header_sSssq .totofa-active-bonus-card-module_title_z6utc{font-weight:700;font-size:22px;color:var(--activeBonusCard__title--Color);margin:0}.totofa-active-bonus-card-module_header_sSssq .totofa-active-bonus-card-module_dotsIcon_9RakG{fill:var(--activeBonusCard__dotsIcon--Fill);width:4px;height:16px}.totofa-active-bonus-card-module_tooltip_odeY9{display:flex;flex-direction:column;gap:var(--activeBonusCard__tooltip--Gap);background-color:var(--activeBonusCard__tooltip--Background)}.totofa-active-bonus-card-module_tooltipBtn_TZK8n{border:none;background:none;box-shadow:none;width:100%}.totofa-active-bonus-card-module_tooltipLink_E8Tkk{display:flex;justify-content:flex-start;align-items:center;gap:var(--activeBonusCard__tooltipLink--Gap);width:100%;padding:var(--activeBonusCard__tooltipLink--Padding);box-sizing:border-box;text-decoration:none}.totofa-active-bonus-card-module_tooltipLinkText_PzrR-{font-weight:600;font-size:14px;color:var(--activeBonusCard__tooltipLink--Color)}.totofa-active-bonus-card-module_questionIcon_hd74P{display:block;fill:var(--activeBonusCard__questionIcon--Fill)}.totofa-active-bonus-card-module_cancelIcon_SfswK{display:block;fill:var(--activeBonusCard__cancelIcon--Fill)}.totofa-active-bonus-card-module_timeLimitWrapper_WuFi7{margin-bottom:10px}.totofa-active-bonus-card-module_timeLimitText_5YuN1{font-weight:600;font-size:14px;color:var(--activeBonusCard__timeLimitText--Color)}.totofa-active-bonus-card-module_timeLimit_G9KJH{font-weight:600;font-size:14px;color:var(--activeBonusCard__timeLimit--Color);box-sizing:border-box;padding-left:5px}.totofa-active-bonus-card-module_content_xdGjD{margin-bottom:var(--activeBonusCard__content--MarginBottom);padding:var(--activeBonusCard__content--Padding)}.totofa-active-bonus-card-module_content_xdGjD .totofa-active-bonus-card-module_content_xdGjD{width:100%}.totofa-active-bonus-card-module_requirement_To1yS{padding:var(--activeBonusCard__requirement--Padding)}.totofa-active-bonus-card-module_content_xdGjD,.totofa-active-bonus-card-module_requirement_To1yS{box-sizing:border-box;border-radius:var(--activeBonusCard__content--BorderRadius);background:var(--activeBonusCard__content--Background);border:var(--activeBonusCard__content--Border)}.totofa-active-bonus-card-module_content_xdGjD .totofa-active-bonus-card-module_text_H8fax,.totofa-active-bonus-card-module_requirement_To1yS .totofa-active-bonus-card-module_text_H8fax{font-weight:600;font-size:14px;color:var(--activeBonusCard__text--Color);font-weight:var(--activeBonusCard__text--FontWeight);margin:var(--activeBonusCard__text--Margin)}.totofa-active-bonus-card-module_requirementsTitle_rLcjD{font-weight:600;font-size:14px;color:var(--activeBonusCard__requirementsTitle--Color);box-sizing:border-box;padding-inline:var(--activeBonusCard__requirementsTitle--PaddingInline)}.totofa-active-bonus-card-module_requirements_Iupav{display:flex;flex-direction:var(--activeBonusCard__requirements--FlexDirection);gap:var(--activeBonusCard__requirements--Gap);flex-wrap:var(--activeBonusCard__requirements--FlexWrap)}.totofa-active-bonus-card-module_completeLinkButton_NfR-9{margin-inline-start:auto}.totofa-active-bonus-card-module_completeLinkButton_NfR-9 .totofa-active-bonus-card-module_arrowIcon_rdUj2{display:block;fill:var(--activeBonusCard__arrowIcon--Fill)}[dir=rtl] .totofa-active-bonus-card-module_completeLinkButton_NfR-9 .totofa-active-bonus-card-module_arrowIcon_rdUj2{transform:scaleX(-1)}.totofa-active-bonus-card-module_valueWithCurrency_sP8yU{display:flex;align-items:end;gap:var(--activeBonusCard__valueWithCurrency--Gap)}.totofa-active-bonus-card-module_valueWithCurrency_sP8yU .totofa-active-bonus-card-module_bigValue_yrM03{font-weight:700;font-size:18px;color:var(--activeBonusCard__bigValue--Color)}.totofa-active-bonus-card-module_valueWithCurrency_sP8yU .totofa-active-bonus-card-module_smallValue_vyUSt{font-weight:600;font-size:14px;color:var(--activeBonusCard__smallValue--Color);box-sizing:border-box;padding:var(--activeBonusCard__smallValue--Padding)}.totofa-active-bonus-card-module_valueWithCurrency_sP8yU .totofa-active-bonus-card-module_currency_d3ztU{font-weight:600;font-size:14px;color:var(--activeBonusCard__currency--Color);box-sizing:border-box;padding:var(--activeBonusCard__currency--Padding)}.totofa-active-bonus-card-module_valueWithCurrency_sP8yU:has(+.totofa-active-bonus-card-module_propgressbar_e3sQy){padding-bottom:10px}.totofa-active-bonus-card-module_propgressbar_e3sQy{width:100%}.totofa-active-bonus-card-module_link_dcMeR{align-self:end;text-decoration:none;width:100%}}@layer setupBonusCard{.setupBonusCard{--setupBonusCard--BackgroundColor: lightgrey;--setupBonusCard--BorderRadius: 15px;--setupBonusCard--Border: none;--setupBonusCard--Padding: 20px;--setupBonusCard--Gap: 20px;--setupBonusCard__top--Gap: 20px;--setupBonusCard__text--Color: black;--setupBonusCard__title--Color: black;--setupBonusCard__conditionList--Gap: 10px;--setupBonusCard__conditionItem--BackgroundColor: grey;--setupBonusCard__conditionItem--Padding: 10px 15px 10px 25px;--setupBonusCard__conditionItem--BorderRadius: 15px;--setupBonusCard__conditionItem--Border: none;--setupBonusCard__condition--Gap: 13px;--setupBonusCard__check--Width: 18px;--setupBonusCard__check--Height: 18px;--setupBonusCard__check--Border: 3px solid rgb(69, 69, 69);---setupBonusCard__checkIcon--Fill: white;--setupBonusCard__check--Border--full: none;--setupBonusCard__check--BackgroundColor--full: green;--setupBonusCard__currency--Color--full: green;--setupBonusCard__content--Gap: 10px;--setupBonusCard__info--Color: black;--setupBonusCard__action--BackgroundColor: green;--setupBonusCard__action--Border: 1px solid green;--setupBonusCard__icon--Fill: white;--setupBonusCard__link--JustifyContent: center;--setupBonusCard__link--AlignItems: center;--setupBonusCard__link--Gap: 5px;--setupBonusCard__link--Padding: 7px 7px 7px 15px;--setupBonusCard__link--BorderRadius: 10px;--setupBonusCard__link--BoxShadow--hover: 0 4px 15px 0 green;--activeBonusCard__link--Color: white}.setup-bonus-card-module_card_Xo0H0{font-weight:600;font-size:14px;color:var(--setupBonusCard__text--Color);box-sizing:border-box;width:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--setupBonusCard--BackgroundColor);border-radius:var(--setupBonusCard--BorderRadius);padding:var(--setupBonusCard--Padding);gap:var(--setupBonusCard--Gap);border:var(--setupBonusCard--Border)}.setup-bonus-card-module_top_M3KvT{display:flex;flex-direction:column;gap:var(--setupBonusCard__top--Gap)}.setup-bonus-card-module_text_LFihg{margin:0}.setup-bonus-card-module_title_JBYPO{font-weight:700;font-size:22px;color:var(--setupBonusCard__title--Color);margin:0}.setup-bonus-card-module_conditionsList_GA-Iw{display:flex;flex-direction:column;gap:var(--setupBonusCard__conditionList--Gap);list-style:none;padding:0}.setup-bonus-card-module_item_fMS1x{display:flex;justify-content:space-between;align-items:center;background-color:var(--setupBonusCard__conditionItem--BackgroundColor);padding:var(--setupBonusCard__conditionItem--Padding);border-radius:var(--setupBonusCard__conditionItem--BorderRadius);border:var(--setupBonusCard__conditionItem--Border)}.setup-bonus-card-module_condition_LoGgN{display:flex;gap:var(--setupBonusCard__condition--Gap);align-items:center}.setup-bonus-card-module_check_7JK6g{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;width:var(--setupBonusCard__check--Width);height:var(--setupBonusCard__check--Height);border:var(--setupBonusCard__check--Border);border-radius:50%}.setup-bonus-card-module_tickIcon_VJHHm{fill:var(---setupBonusCard__checkIcon--Fill);position:absolute;top:25%;left:22%;display:none}.setup-bonus-card-module_currency_6YGVa{margin:0;text-wrap:nowrap}.setup-bonus-card-module_content_oD77w{display:flex;gap:var(--setupBonusCard__content--Gap);justify-content:flex-end;align-items:center}@media(max-width:576px){.setup-bonus-card-module_content_oD77w{flex-direction:column}}.setup-bonus-card-module_info_VR5Q1{font-weight:600;font-size:12px;color:var(--setupBonusCard__info--Color);margin:0}.setup-bonus-card-module_button_5GNu-,.setup-bonus-card-module_link_O0IL-{width:min-content;margin-left:auto;height:min-content;background-color:var(--setupBonusCard__action--BackgroundColor);border:var(--setupBonusCard__action--Border);white-space:nowrap}.setup-bonus-card-module_link_O0IL-{display:flex;justify-content:var(--setupBonusCard__link--JustifyContent);align-items:var(--setupBonusCard__link--AlignItems);gap:var(--setupBonusCard__link--Gap);background-color:var(--setupBonusCard__action--BackgroundColor);border-radius:var(--setupBonusCard__link--BorderRadius);padding:var(--setupBonusCard__link--Padding);text-decoration:none}@media(any-hover:hover){.setup-bonus-card-module_link_O0IL-:hover{box-shadow:var(--setupBonusCard__link--BoxShadow--hover)}}.setup-bonus-card-module_linkText_kGRQC{font-weight:600;font-size:14px;color:var(--activeBonusCard__link--Color);white-space:nowrap}.setup-bonus-card-module_arrowIcon_-vkmy{display:block;fill:var(--setupBonusCard__icon--Fill)}[dir=rtl] .setup-bonus-card-module_arrowIcon_-vkmy{transform:scaleX(-1);margin-right:auto}.setup-bonus-card-module_linkText_kGRQC{margin:0;padding:0;text-wrap:nowrap}.setup-bonus-card-module_full_Eqxk8 .setup-bonus-card-module_check_7JK6g{border:var(--setupBonusCard__check--Border--full);background-color:var(--setupBonusCard__check--BackgroundColor--full)}.setup-bonus-card-module_full_Eqxk8 .setup-bonus-card-module_tickIcon_VJHHm{display:block}.setup-bonus-card-module_full_Eqxk8 .setup-bonus-card-module_currency_6YGVa{color:var(--setupBonusCard__currency--Color--full)}.setup-bonus-card-module_value_Ukc7q{margin:0}}@layer transactionCard{.transactionCard{--transactionCard__mainCard__title--Color: black;--transactionCard__mainCard__title--FontSize: 16px;--transactionCard__mainCard__title--FontWeight: 700;--transactionCard__mainCard__title--TextTransform: capitalize;--transactionCard__mainCard__triggerContent--Gap: 5px;--transactionCard__mainCard__field--BorderRadius: 10px;--transactionCard__mainCard__field--BackgroundColor: lightgrey;--transactionCard__mainCard__field--Padding: 5px 15px;--transactionCard__mainCard__subtitle--Color: black;--transactionCard__mainCard__value--Color: black;--transactionCard__mainCard__value__statusField--JustifyContent: center;--transactionCard__mainCard__value__statusField--MinWidth: 110px;--transactionCard__mainCard__value__statusField__new--Color: orange;--transactionCard__mainCard__value__statusField__declined--Color: red;--transactionCard__mainCard__value__statusField__paid--Color: green;--transactionCard__mainCard__value__statusField--Gap: 10px;--transactionCard__mainCard__value__buttonQuestion--Height: 18px;--transactionCard__mainCard__value__buttonQuestion--Width: 18px;--transactionCard__mainCard__value__buttonQuestion--Padding: 0;--transactionCard__mainCard__value__buttonQuestion--Border: none;--transactionCard__mainCard__value__buttonQuestion--hover--BoxShadow: none;--transactionCard__mainCard__value__buttonQuestion--hover--Background: transparent;--transactionCard__mainCard__value__buttonQuestion--hover--Border: none;--transactionCard__mainCard__accordionContent__column--Gap: 3px;--transactionCard__mainCard__accordionContent__column__subtitle--Color: black;--transactionCard__mainCard__accordionContent__column__value--Color: black;--transactionCard__tooltip--Padding: 0;--transactionCard__tooltip--Border: 1px solid black;--transactionCard__tooltip--BoxShadow: 0px 5px 20px 0px black;--transactionCard__tooltip--BorderRadius: 20px;--transactionCard__tooltip--Background: lightgrey;--transactionCard__optionsList--Gap: 3px;--transactionCard__optionsList--Padding: 15px;--transactionCard__optionsList__option--Gap: 10px;--transactionCard__optionsList__option--Color: black;--transactionCard__optionsList__option__button--MinWidth: 220px;--transactionCard__optionsList__option__button--MinHeight: 49px;--transactionCard__optionsList__option__button--Color: black;--transactionCard__optionsList__option__button--hover--BackgroundColor: lightgrey;--transactionCard__optionsList__option__iconSupport--Fill: orange;--transactionCard__optionsList__option__iconCancel--Fill: red;--transactionCard__bonusCard--Gap: 12.5px;--transactionCard__bonusCard--Padding: 10px 20px 20px 20px;--transactionCard__bonusCard--BorderRadius: 30px;--transactionCard__bonusCard--BackgroundColor: lightgrey;--transactionCard__bonusCard__name--Color: black;--transactionCard__bonusCard__button--Width: 40px;--transactionCard__bonusCard__button--Height: 40px;--transactionCard__bonusCard__content--Gap: 5px;--transactionCard__bonusCard__field--BorderRadius: 10px;--transactionCard__bonusCard__field--BackgroundColor: lightgrey;--transactionCard__bonusCard__field--Padding: 5px 15px;--transactionCard__bonusCard__field__subtitle--Color: black;--transactionCard__bonusCard__field__value--Color: black;--transactionCard__bonusCard__triggerIcon--Fill: black;--transactionCard__bonusCard__triggerIcon--Width: 6px;--transactionCard__bonusCard__triggerIcon--Height: 16px;--transactionCard__modal--MinWidth: 500px;--transactionCard__modal__top--Padding: 25px 30px;--transactionCard__modal__top--TextAlign: center;--transactionCard__modal__top__title--Color: black;--transactionCard__modal__top__title--FontSize: 20px;--transactionCard__modal__top__title--FontWeight: 700;--transactionCard__modal__top__closeButton--Top: 25px;--transactionCard__modal__top__closeButton--Right: 25px;--transactionCard__modal__top__closeButton__closeIcon--Fill: black;--transactionCard__modal__center--Padding: 15px 35px 25px 35px;--transactionCard__modal__center--TextAlign: center;--transactionCard__modal__center__subtitle--Color: black;--transactionCard__modal__center__subtitle--FontSize: 14px;--transactionCard__modal__center__subtitle--FontWeight: 600;--transactionCard__modal__center__cancelContent--BackgroundColor: white;--transactionCard__modal__center__cancelContent--BorderRadius: 20px;--transactionCard__modal__center__cancelContent--Padding: 20px 30px;--transactionCard__modal__center__cancelContent--MarginTop: 10px;--transactionCard__modal__center__cancelContent--Gap: 10px;--transactionCard__modal__center__cancelContent--Color: black;--transactionCard__modal__center__cancelContent--FontSize: 14px;--transactionCard__modal__center__cancelContent--FontWeight: 600;--transactionCard__modal__center__cancelContent__value--TextTransform: uppercase;--transactionCard__modal__center__declineContent--AlignItems: flex-start;--transactionCard__modal__center__declineContent--BackgroundColor: white;--transactionCard__modal__center__declineContent--BorderRadius: 20px;--transactionCard__modal__center__declineContent--Padding: 20px 30px;--transactionCard__modal__center__declineContent--MarginTop: 10px;--transactionCard__modal__center__declineContent--Gap: 2px;--transactionCard__modal__center__declineContent__text--Color: black;--transactionCard__modal__center__declineContent__text--FontSize: 12px;--transactionCard__modal__center__declineContent__text--FontWeight: 600;--transactionCard__modal__center__declineContent__content--Color: black;--transactionCard__modal__center__declineContent__content--FontSize: 14px;--transactionCard__modal__center__declineContent__content--FontWeight: 500;--transactionCard__modal__bottom--Gap: 8px;--transactionCard__modal__bottom--Padding: 28.5px 40px;--transactionCard__modal__bottom__loader--Height: 16px;--transactionCard__modal__bottom__loader--Width: 16px;--transactionCard__modal__bottom__loader__icon--Fill: black;--transactionCard__drawer__top--Padding: 15px 20px;--transactionCard__drawer__top__title--Color: black;--transactionCard__drawer__top__title--FontSize: 16px;--transactionCard__drawer__top__title--FontWeight: 700;--transactionCard__drawer__center--Padding: 15px;--transactionCard__drawer__bottom--Padding: 8.5px 20px}.totofa-transaction-card-module_title_Vt65o{text-transform:var(--transactionCard__mainCard__title--TextTransform);color:var(--transactionCard__mainCard__title--Color);font-size:var(--transactionCard__mainCard__title--FontSize);font-weight:var(--transactionCard__mainCard__title--FontWeight)}.totofa-transaction-card-module_triggerContent_59rFR{display:grid;grid-template-columns:1fr 1fr min-content;gap:var(--transactionCard__mainCard__triggerContent--Gap)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR{grid-template-columns:1fr 1fr}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY{display:flex;align-items:center;justify-content:space-between;border-radius:var(--transactionCard__mainCard__field--BorderRadius);background-color:var(--transactionCard__mainCard__field--BackgroundColor);padding:var(--transactionCard__mainCard__field--Padding)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY{flex-direction:column}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_subtitle_KuSG8{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__subtitle--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__value--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_new_lkIdZ{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__value__statusField__new--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_declined_e9yb3{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__value__statusField__declined--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_paid_gnGmW{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__value__statusField__paid--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY.totofa-transaction-card-module_statusField_N6S8-{display:flex;align-items:center;justify-content:var(--transactionCard__mainCard__value__statusField--JustifyContent);gap:var(--transactionCard__mainCard__value__statusField--Gap);text-transform:capitalize;min-width:var(--transactionCard__mainCard__value__statusField--MinWidth)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY.totofa-transaction-card-module_statusField_N6S8-{justify-self:end;grid-column:1/-1;flex-direction:unset}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7{height:var(--transactionCard__mainCard__value__buttonQuestion--Height);width:var(--transactionCard__mainCard__value__buttonQuestion--Width);padding:var(--transactionCard__mainCard__value__buttonQuestion--Padding);border:var(--transactionCard__mainCard__value__buttonQuestion--Border)}@media(any-hover:hover){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7:hover{border:var(--transactionCard__mainCard__value__buttonQuestion--hover--Border);background:var(--transactionCard__mainCard__value__buttonQuestion--hover--Background);box-shadow:var(--transactionCard__mainCard__value__buttonQuestion--hover--BoxShadow)}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7 .totofa-transaction-card-module_iconButton_ot647{fill:var(--transactionCard__mainCard__value__statusField__declined--Color)}.totofa-transaction-card-module_accordionContent_Imnwm{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:576px){.totofa-transaction-card-module_accordionContent_Imnwm{display:flex;justify-content:space-between}}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3{display:flex;flex-direction:column;gap:var(--transactionCard__mainCard__accordionContent__column--Gap)}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3 .totofa-transaction-card-module_subtitle_KuSG8{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__accordionContent__column__subtitle--Color)}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3 .totofa-transaction-card-module_value_zOhcS{font-weight:600;font-size:12px;color:var(--transactionCard__mainCard__accordionContent__column__value--Color)}.totofa-transaction-card-module_tooltip_m50Gn{padding:var(--transactionCard__tooltip--Padding);border:var(--transactionCard__tooltip--Border);box-shadow:var(--transactionCard__tooltip--BoxShadow);border-radius:var(--transactionCard__tooltip--BorderRadius);background:var(--transactionCard__tooltip--Background)}.totofa-transaction-card-module_optionsList_ojLKb{margin:0;list-style:none;box-sizing:border-box;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--transactionCard__optionsList--Gap);padding:var(--transactionCard__optionsList--Padding)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4{width:100%;display:flex;align-items:center;gap:var(--transactionCard__optionsList__option--Gap);cursor:pointer;font-weight:600;font-size:14px;color:var(--transactionCard__optionsList__option--Color)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_button_LdsWA{background-color:transparent;border:none;justify-content:start;min-width:var(--transactionCard__optionsList__option__button--MinWidth);min-height:var(--transactionCard__optionsList__option__button--MinHeight);font-weight:600;font-size:14px;color:var(--transactionCard__optionsList__option__button--Color)}@media(any-hover:hover){.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_button_LdsWA:hover{background-color:var(--transactionCard__optionsList__option__button--hover--BackgroundColor)}}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_iconSupport_fbZAC{fill:var(--transactionCard__optionsList__option__iconSupport--Fill)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_iconCancel_TRflS{fill:var(--transactionCard__optionsList__option__iconCancel--Fill)}.totofa-transaction-card-module_bonusCard_i43Ex{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--transactionCard__bonusCard--Gap);padding:var(--transactionCard__bonusCard--Padding);border-radius:var(--transactionCard__bonusCard--BorderRadius);background-color:var(--transactionCard__bonusCard--BackgroundColor)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_title_Vt65o{display:flex;align-items:center;justify-content:space-between}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_title_Vt65o .totofa-transaction-card-module_name_kZOkm{font-weight:700;font-size:16px;color:var(--transactionCard__bonusCard__name--Color)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_button_LdsWA{width:var(--transactionCard__bonusCard__button--Width);height:var(--transactionCard__bonusCard__button--Height)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T{display:flex;gap:var(--transactionCard__bonusCard__content--Gap)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:var(--transactionCard__bonusCard__field--BorderRadius);background-color:var(--transactionCard__bonusCard__field--BackgroundColor);padding:var(--transactionCard__bonusCard__field--Padding)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_subtitle_KuSG8{font-weight:600;font-size:12px;color:var(--transactionCard__bonusCard__field__subtitle--Color)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS{font-weight:600;font-size:12px;color:var(--transactionCard__bonusCard__field__value--Color)}.totofa-transaction-card-module_triggerIcon_b5Q5w{fill:var(--transactionCard__bonusCard__triggerIcon--Fill);width:var(--transactionCard__bonusCard__triggerIcon--Width);height:var(--transactionCard__bonusCard__triggerIcon--Height)}.totofa-transaction-card-module_drawer_qUjSy{display:none}@media(max-width:768px){.totofa-transaction-card-module_drawer_qUjSy{display:flex}}.totofa-transaction-card-module_modal_J3usE{--modal--MinWidth: var(--transactionCard__modal--MinWidth)}@media(max-width:768px){.totofa-transaction-card-module_modal_J3usE{display:none}}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o{position:relative;padding:var(--transactionCard__modal__top--Padding);text-align:var(--transactionCard__modal__top--TextAlign)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o .totofa-transaction-card-module_title_Vt65o{width:100%;text-align:center;color:var(--transactionCard__modal__top__title--Color);font-size:var(--transactionCard__modal__top__title--FontSize);font-weight:var(--transactionCard__modal__top__title--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o .totofa-transaction-card-module_closeButton_YU-Wk{position:absolute;background:transparent;padding:0;top:var(--transactionCard__modal__top__closeButton--Top);right:var(--transactionCard__modal__top__closeButton--Right)}[dir=rtl] .totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o .totofa-transaction-card-module_closeButton_YU-Wk{right:unset;left:var(--transactionCard__modal__top__closeButton--Right)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o .totofa-transaction-card-module_closeButton_YU-Wk .totofa-transaction-card-module_closeIcon_Q9SZk{fill:var(--transactionCard__modal__top__closeButton__closeIcon--Fill)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD{padding:var(--transactionCard__modal__center--Padding);text-align:var(--transactionCard__modal__center--TextAlign)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_subtitle_KuSG8{color:var(--transactionCard__modal__center__subtitle--Color);font-size:var(--transactionCard__modal__center__subtitle--FontSize);font-weight:var(--transactionCard__modal__center__subtitle--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_cancelContent_afhU-{background-color:var(--transactionCard__modal__center__cancelContent--BackgroundColor);border-radius:var(--transactionCard__modal__center__cancelContent--BorderRadius);padding:var(--transactionCard__modal__center__cancelContent--Padding);margin-top:var(--transactionCard__modal__center__cancelContent--MarginTop);display:flex;justify-content:center;gap:var(--transactionCard__modal__center__cancelContent--Gap);color:var(--transactionCard__modal__center__cancelContent--Color);font-size:var(--transactionCard__modal__center__cancelContent--FontSize);font-weight:var(--transactionCard__modal__center__cancelContent--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_cancelContent_afhU- .totofa-transaction-card-module_value_zOhcS{text-transform:var(--transactionCard__modal__center__cancelContent__value--TextTransform)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS{background-color:var(--transactionCard__modal__center__declineContent--BackgroundColor);border-radius:var(--transactionCard__modal__center__declineContent--BorderRadius);padding:var(--transactionCard__modal__center__declineContent--Padding);margin-top:var(--transactionCard__modal__center__declineContent--MarginTop);display:flex;flex-direction:column;align-items:var(--transactionCard__modal__center__declineContent--AlignItems);gap:var(--transactionCard__modal__center__declineContent--Gap)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS .totofa-transaction-card-module_text_8xogD{color:var(--transactionCard__modal__center__declineContent__text--Color);font-size:var(--transactionCard__modal__center__declineContent__text--FontSize);font-weight:var(--transactionCard__modal__center__declineContent__text--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS .totofa-transaction-card-module_content_crU3T{color:var(--transactionCard__modal__center__declineContent__content--Color);font-size:var(--transactionCard__modal__center__declineContent__content--FontSize);font-weight:var(--transactionCard__modal__center__declineContent__content--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_bottom_3VsXz{display:flex;gap:var(--transactionCard__modal__bottom--Gap);padding:var(--transactionCard__modal__bottom--Padding)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_link_QCqp-,.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_button_LdsWA{width:100%}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_loader_KR7ZJ{height:var(--transactionCard__modal__bottom__loader--Height);width:var(--transactionCard__modal__bottom__loader--Width);fill:var(--transactionCard__modal__bottom__loader__icon--Fill)}@media(max-width:768px){.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o{padding:var(--transactionCard__drawer__top--Padding)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_top_RQ84o .totofa-transaction-card-module_title_Vt65o{color:var(--transactionCard__drawer__top__title--Color);font-size:var(--transactionCard__drawer__top__title--FontSize);font-weight:var(--transactionCard__drawer__top__title--FontWeight)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_center_DYmhD{padding:var(--transactionCard__drawer__center--Padding)}.totofa-transaction-card-module_modalWrapper_tgXzJ .totofa-transaction-card-module_bottom_3VsXz{padding:var(--transactionCard__drawer__bottom--Padding)}}}@layer liveChat{.liveChat{--liveChat__button--Padding: 0;--liveChat__button__container--Background: red;--liveChat__button__container--MinHeight: 94px;--liveChat__button__container--Padding: 5px 3px 5px 3px;--liveChat__button__container--Padding--hover: 5px 9px 5px 8px;--liveChat__button__container--BorderRadius: 0 10px 10px 0;--liveChat__button__container--Gap: 5px;--liveChat__button__container--FontSize: 14px;--liveChat__button__container--FontWeight: 700;--liveChat__button__container--Color: white;--liveChat__button__container__icon--Fill: white;--liveChat__button__container__icon--Size: 14px;--liveChat__button__--Fill: white}[dir=rtl] .liveChat{--liveChat__button__container--Padding: 5px 3px 5px 3px;--liveChat__button__container--Padding--hover: 5px 8px 5px 9px;--liveChat__button__container--BorderRadius: 10px 0 0 10px}.live-chat-module_supportButtonWrapper_i94-Y{padding:0}.live-chat-module_buttonContainer_KNbYx{box-sizing:border-box;flex-direction:row-reverse;z-index:1;padding:var(--liveChat__button__container--Padding);justify-content:center;border-radius:var(--liveChat__button__container--BorderRadius);writing-mode:vertical-rl;height:fit-content;min-height:var(--liveChat__button__container--MinHeight);background:var(--liveChat__button__container--Background);display:flex;align-items:end;gap:var(--liveChat__button__container--Gap);transition:all .3s ease-in}[dir=rtl] .live-chat-module_buttonContainer_KNbYx{right:0;left:auto}@media(max-width:1240px){.live-chat-module_buttonContainer_KNbYx{bottom:100px}}@media(any-hover:hover){.live-chat-module_buttonContainer_KNbYx:hover{padding:var(--liveChat__button__container--Padding--hover)}}.live-chat-module_buttonContainer_KNbYx .live-chat-module_icon_Y5uSV{width:var(--liveChat__button__container__icon--Size);height:var(--liveChat__button__container__icon--Size);transform:rotate(-90deg)}[dir=rtl] .live-chat-module_buttonContainer_KNbYx .live-chat-module_icon_Y5uSV{transform:rotate(90deg)}.live-chat-module_buttonContainer_KNbYx .live-chat-module_icon_Y5uSV{fill:var(--liveChat__button__container__icon--Fill)}.live-chat-module_buttonContainer_KNbYx .live-chat-module_title_BfpbY{font-size:var(--liveChat__button__container--FontSize);font-weight:var(--liveChat__button__container--FontWeight);color:var(--liveChat__button__container--Color);transform:rotate(-180deg)}[dir=rtl] .live-chat-module_buttonContainer_KNbYx .live-chat-module_title_BfpbY{transform:rotate(0)}}@layer blockedUserModal{.blockedUserModal{--blockedUserModal--MaxWidth: 500px;--blockedUserModal__content--Gap: 15px;--blockedUserModal__content--Padding: 25px 35px;--blockedUserModal__content--Before--Top: -252px;--blockedUserModal__content--Before--Left: 50%;--blockedUserModal__content--Before--Transform: translateX(-50%);--blockedUserModal__content--Before--Width: 500px;--blockedUserModal__content--Before--Height: 252px;--blockedUserModal__content--Before--BorderRadius: 100%;--blockedUserModal__content--Before--Background: red;--blockedUserModal__content--Before--Filter: blur(150px);--blockedUserModal__topContent--Gap: 15px;--blockedUserModal__iconWrapper--BorderRadius: 20px;--blockedUserModal__iconWrapper--Background: red;--blockedUserModal__iconWrapper--Padding: 10px;--blockedUserModal__icon--Fill: red;--blockedUserModal__title--FontSize: 20px;--blockedUserModal__title--FontWeight: 600;--blockedUserModal__title--TextAlign: center;--blockedUserModal__title--Color: black;--blockedUserModal__bottomContent--Color: black;--blockedUserModal__bottomContent--FontSize: 16px;--blockedUserModal__bottomContent--FontWeight: 400;--blockedUserModal__bottomContent--TextAlign: center;--blockedUserModal__buttonsBlock--Gap: 8px;--blockedUserModal__buttonsBlock--Padding: 8.5px 20px}.blocked-user-modal-module_drawerWrapper_bND2X{display:none}.blocked-user-modal-module_modal_KuUAq{width:100%;max-width:var(--blockedUserModal--MaxWidth)}.blocked-user-modal-module_content_ldcu1{position:relative;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--blockedUserModal__content--Gap);padding:var(--blockedUserModal__content--Padding)}.blocked-user-modal-module_content_ldcu1:before{content:"";position:absolute;top:var(--blockedUserModal__content--Before--Top);left:var(--blockedUserModal__content--Before--Left);transform:var(--blockedUserModal__content--Before--Transform);width:var(--blockedUserModal__content--Before--Width);height:var(--blockedUserModal__content--Before--Height);border-radius:var(--blockedUserModal__content--Before--BorderRadius);background:var(--blockedUserModal__content--Before--Background);filter:var(--blockedUserModal__content--Before--Filter)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc{display:flex;flex-direction:column;align-items:center;gap:var(--blockedUserModal__topContent--Gap)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_iconWrapper_SlIKs{box-sizing:border-box;border-radius:var(--blockedUserModal__iconWrapper--BorderRadius);background:var(--blockedUserModal__iconWrapper--Background);padding:var(--blockedUserModal__iconWrapper--Padding)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_iconWrapper_SlIKs .blocked-user-modal-module_icon_O1uTd{display:block;fill:var(--blockedUserModal__icon--Fill)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_title_-Qwds{font-size:var(--blockedUserModal__title--FontSize);font-weight:var(--blockedUserModal__title--FontWeight);text-align:var(--blockedUserModal__title--TextAlign);color:var(--blockedUserModal__title--Color)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_bottomContent_eqdY5{margin:0;color:var(--blockedUserModal__bottomContent--Color);font-size:var(--blockedUserModal__bottomContent--FontSize);font-weight:var(--blockedUserModal__bottomContent--FontWeight);text-align:center}.blocked-user-modal-module_buttonsBlock_lcoNw{box-sizing:border-box;display:flex;gap:var(--blockedUserModal__buttonsBlock--Gap);padding:var(--blockedUserModal__buttonsBlock--Padding)}.blocked-user-modal-module_buttonsBlock_lcoNw .blocked-user-modal-module_button_Q2evE{width:100%;max-width:calc((100% - var(--blockedUserModal__buttonsBlock--Gap)) / 2)}@media(max-width:768px){.blocked-user-modal-module_drawerWrapper_bND2X{display:flex}.blocked-user-modal-module_modalWrapper_7OLJj{display:none}}}@layer{.totofaVerification{--totofaVerification__container--Margin: 20px 0 50px;--totofaVerification__container--Width: 100%;--totofaVerification__title--Color: black;--totofaVerification__title--Margin: 0 0 20px;--totofaVerification__blockTitle--Color: black;--totofaVerification__blockTitle--Margin: 0;--totofaVerification__text--Color: black;--totofaVerification__text--Margin: 0}.totofa-verification-module_container_ADIiv{margin:var(--totofaVerification__container--Margin);width:var(--totofaVerification__container--Width);overflow:hidden;box-sizing:border-box;position:relative;--fileInputHaveFile__previewImg--MaxWidth: var(--totofaVerification__fileInputHaveFile__previewImg--MaxWidth)}.totofa-verification-module_title_L2z22{font-weight:700;font-size:18px;color:var(--totofaVerification__title--Color);margin:var(--totofaVerification__title--Margin)}}@layer totofaVerification{.totofaVerification{--totofaVerification__status--Width: 100%;--totofaVerification__status--Gap: 20px;--totofaVerification__status--Padding: 70px 40px 40px;--totofaVerification__status--BorderRadius: 30px;--totofaVerification__status--Background: lightgrey;--totofaVerification__status--Border: none;--totofaVerification__status__iconWrapper--Width: 90px;--totofaVerification__status__iconWrapper--Height: 90px;--totofaVerification__status__iconWrapper--BorderRadius: 30px;--totofaVerification__status__iconWrapper--Background--pending: linear-gradient( 180deg, rgba(253, 198, 0, .2) 0%, rgba(253, 198, 0, .2) 100% );--totofaVerification__status__before--Background--pending: rgb(255, 204, 108);--totofaVerification__status__iconWrapper--Background--reject: linear-gradient( 180deg, rgba(255, 38, 66, .2) 0%, rgba(255, 38, 66, .2) 100% );--totofaVerification__status__before--Background--reject: red;--totofaVerification__status__iconWrapper--Background--success: linear-gradient( 180deg, rgba(9, 161, 25, .2) 0%, rgba(9, 161, 25, .2) 100% );--totofaVerification__status__before--Background--success: green;--totofaVerification__status__content--Gap: 20px;--totofaVerification__status__content--MarginBottom: 60px;--totofaVerification__status__content--PaddingInline: 16px;--totofaVerification__status__title--Color: black;--totofaVerification__status__title--Margin: 0;--totofaVerification__status__text--Color: black;--totofaVerification__status__text--Margin: 0;--totofaVerification__status__text--TextAlign: center;--totofaVerification__status__icon--Width: 70px;--totofaVerification__status__icon--Height: 70px;--totofaVerification__status__icon--Color: orange;--totofaVerification__reason--Padding: 20px 30px;--totofaVerification__reason--BackgroundColor: lightgrey;--totofaVerification__reason--BorderRadius: 20px;--totofaVerification__reason--MaxWidth: 600px;--totofaVerification__reason--Order: initial;--totofaVerification__reasonLabel--Color: black;--totofaVerification__reasonLabel--Margin: 0;--totofaVerification__reasonText--FontSize: 14px;--totofaVerification__reasonText--LineHeight: normal;--totofaVerification__reasonText--FontWeight: 400;--totofaVerification__reasonText--Margin: 0}@media(max-width:768px){.totofaVerification{--totofaVerification__status--Padding: 70px 20px 20px}}.verification-status-module_status_Ynwxj{width:var(--totofaVerification__status--Width);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--totofaVerification__status--Gap);padding:var(--totofaVerification__status--Padding);border-radius:var(--totofaVerification__status--BorderRadius);background:var(--totofaVerification__status--Background);border:var(--totofaVerification__status--Border);position:relative;box-sizing:border-box}.verification-status-module_status_Ynwxj:before{content:"";z-index:0;position:absolute;bottom:0;border-radius:330px;filter:blur(207px);width:330px;height:157.103px;left:50%;transform:translate(-50%);top:-76px}.verification-status-module_status_Ynwxj.verification-status-module_pending_J1O-u .verification-status-module_iconWrapper_D2oVC{background:var(--totofaVerification__status__iconWrapper--Background--pending)}.verification-status-module_status_Ynwxj.verification-status-module_pending_J1O-u:before{background:var(--totofaVerification__status__before--Background--pending)}.verification-status-module_status_Ynwxj.verification-status-module_reject_-YpQW .verification-status-module_iconWrapper_D2oVC{background:var(--totofaVerification__status__iconWrapper--Background--reject)}.verification-status-module_status_Ynwxj.verification-status-module_reject_-YpQW:before{background:var(--totofaVerification__status__before--Background--reject)}.verification-status-module_status_Ynwxj.verification-status-module_success_yznvq .verification-status-module_iconWrapper_D2oVC{background:var(--totofaVerification__status__iconWrapper--Background--success)}.verification-status-module_status_Ynwxj.verification-status-module_success_yznvq:before{background:var(--totofaVerification__status__before--Background--success)}.verification-status-module_status_Ynwxj .verification-status-module_content_3xpR1{display:flex;flex-direction:column;gap:var(--totofaVerification__status__content--Gap);margin-bottom:var(--totofaVerification__status__content--MarginBottom);padding-inline:var(--totofaVerification__status__content--PaddingInline)}.verification-status-module_status_Ynwxj .verification-status-module_title_Fgxck{font-weight:700;font-size:22px;color:var(--totofaVerification__status__title--Color);line-height:normal;text-align:center;margin:var(--totofaVerification__status__title--Margin)}.verification-status-module_status_Ynwxj .verification-status-module_text_Nm8w-{font-weight:600;font-size:14px;color:var(--totofaVerification__status__text--Color);line-height:normal;text-align:var(--totofaVerification__status__text--TextAlign);margin:var(--totofaVerification__status__text--Margin)}.verification-status-module_iconWrapper_D2oVC{display:flex;justify-content:center;align-items:center;border-radius:var(--totofaVerification__status__iconWrapper--BorderRadius);width:var(--totofaVerification__status__iconWrapper--Width);height:var(--totofaVerification__status__iconWrapper--Height)}.verification-status-module_iconWrapper_D2oVC .verification-status-module_icon_67zP7{display:block;color:var(--totofaVerification__status__icon--Color);width:var(--totofaVerification__status__icon--Width);height:var(--totofaVerification__status__icon--Height)}.verification-status-module_reason_JK8ZX{padding:var(--totofaVerification__reason--Padding);display:flex;flex-direction:column;align-items:flex-start;background-color:var(--totofaVerification__reason--BackgroundColor);border-radius:var(--totofaVerification__reason--BorderRadius);max-width:var(--totofaVerification__reason--MaxWidth);position:relative;z-index:1;order:var(--totofaVerification__reason--Order)}.verification-status-module_reason_JK8ZX .verification-status-module_label_DTpZs{font-weight:600;font-size:12px;color:var(--totofaVerification__reasonLabel--Color);margin:var(--totofaVerification__reasonLabel--Margin)}.verification-status-module_reason_JK8ZX .verification-status-module_text_Nm8w-{font-size:var(--totofaVerification__reasonText--FontSize);line-height:var(--totofaVerification__reasonText--LineHeight);font-weight:var(--totofaVerification__reasonText--FontWeight);margin:var(--totofaVerification__reasonText--Margin);text-align:left}}@layer totofaVerivication{.totofaVerification{--totofaVerification__buttons--Margin: 0 0 10px;--totofaVerification__buttons--Gap: 10px;--totofaVerification__link--Padding: 11px 19px;--totofaVerification__link--BorderRadius: 10px;--totofaVerification__link--FontWeight: 700;--totofaVerification__link--TextAlign: center;--totofaVerification__link--BackgrounColor--primary: green;--totofaVerification__link--BackgrounColor--primary--hover: rgb(2, 73, 2);--totofaVerification__link--BackgrounColor--secondary: lightgrey;--totofaVerification__link--BackgrounColor--secondary--hover: rgb(170, 170, 170);--totofaVerification__link--Color--primary: white;--totofaVerification__link--Color--secondary: black;--totofaVerification__link--Border--secondary: 1px solid black;--totofaVerification__link--BoxShadow--primary--hover: 0 4px 15px 0 green;--totofaVerification__links--Width: initial;--totofaVerification__link--Width: initial;--totofaVerification__buttons--FlexDirection: row}.verification-actions-module_buttons_v5lhF,.verification-actions-module_links_C5XwF{display:flex;justify-content:center;flex-direction:var(--totofaVerification__buttons--FlexDirection);gap:var(--totofaVerification__buttons--Gap);margin:var(--totofaVerification__buttons--Margin)}.verification-actions-module_links_C5XwF{width:var(--totofaVerification__links--Width)}.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p{padding:var(--totofaVerification__link--Padding);border-radius:var(--totofaVerification__link--BorderRadius);font-weight:var(--totofaVerification__link--FontWeight);text-align:var(--totofaVerification__link--TextAlign);transition:ease-in-out all .3s;width:var(--totofaVerification__link--Width);box-sizing:border-box}.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_primary_7-1ec{background-color:var(--totofaVerification__link--BackgrounColor--primary)}.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_primary_7-1ec .verification-actions-module_text_f81Sl{color:var(--totofaVerification__link--Color--primary)}@media(any-hover:hover){.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_primary_7-1ec:hover{box-shadow:var(--totofaVerification__link--BoxShadow--primary--hover);background-color:var(--totofaVerification__link--BackgrounColor--primary--hover)}}.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_secondary_sPjh9{border:var(--totofaVerification__link--Border--secondary);background-color:var(--totofaVerification__link--BackgrounColor--secondary)}.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_secondary_sPjh9 .verification-actions-module_text_f81Sl{color:var(--totofaVerification__link--Color--secondary)}@media(any-hover:hover){.verification-actions-module_links_C5XwF .verification-actions-module_link_Vln0p.verification-actions-module_secondary_sPjh9:hover{background-color:var(--totofaVerification__link--BackgrounColor--secondary--hover)}}}@layer totofaVerivication{.totofaVerification{--totofaVerification__control--Padding: 20px 20px 30px 20px;--totofaVerification__control--BorderRadius: 30px;--totofaVerification__control--Background: lightgrey;--totofaVerification__control--Gap: 10px;--totofaVerification__control--Border: none;--totofaVerification__form--Gap: 20px;--totofaVerification__form--Width: 100%;--totofaVerification__uploadBlock--GridTemplateColumns: 1fr 1fr;--totofaVerification__uploadBlock--Gap: 20px;--totofaVerification__control--Width: initial}.verification-form-module_form_3ujgy{display:flex;flex-direction:column;gap:var(--totofaVerification__form--Gap);width:var(--totofaVerification__form--Width)}.verification-form-module_uploadBlock_JcWfF{border:none;background:none;padding:0;margin:0;display:grid;grid-template-columns:var(--totofaVerification__uploadBlock--GridTemplateColumns);align-items:flex-start;gap:var(--totofaVerification__uploadBlock--Gap)}.verification-form-module_control_zbaNS{display:flex;flex-direction:column;padding:var(--totofaVerification__control--Padding);border-radius:var(--totofaVerification__control--BorderRadius);background:var(--totofaVerification__control--Background);gap:var(--totofaVerification__control--Gap);border:var(--totofaVerification__control--Border)}.verification-form-module_control_zbaNS .verification-form-module_button_epKPR{margin-left:auto;width:var(--totofaVerification__control--Width)}.verification-form-module_blockTitle_riTmz{font-weight:700;font-size:18px;color:var(--totofaVerification__blockTitle--Color);line-height:normal;margin:var(--totofaVerification__blockTitle--Margin)}.verification-form-module_text_K-EB-{font-weight:600;font-size:14px;color:var(--totofaVerification__text--Color);line-height:normal;margin:var(--totofaVerification__text--Margin)}}@layer totofaVerivication{.totofaVerification{--totofaVerification__formLabel--Color: black;--totofaVerification__formLabel--MinHeight: 32px;--totofaVerification__formReq--Color: red;--totofaVerification__buttonRemoveFile--Background: linear-gradient( 180deg, rgba(255, 38, 66, .1) 0%, rgba(255, 38, 66, .1) 100% );--totofaVerification__buttonRemoveFile--BorderRadius: 10px;--totofaVerification__buttonRemoveFile--Padding: 8px;--totofaVerification__formIcon--Color: #000e51;--totofaVerification__formIcon--Width: 24px;--totofaVerification__formIcon--Height: 24px;--totofaVerification__uploadFields--Padding: 20px 20px 30px 20px;--totofaVerification__uploadFields--BorderRadius: 30px;--totofaVerification__uploadFields--Background: lightgrey;--totofaVerification__uploadFields--Border: none;--totofaVerification__uploadFields--Gap: 10px;--totofaVerification__uploadFields--Color: black;--totofaVerification__uploadFields--Margin: 0 0 10px;--totofaVerification__remark--Color: black;--totofaVerification__remark--Margin: 10px 0 0;--totofaVerification__uploadInputsWrapper--FlexDirection: column;--totofaVerification__uploadInputsWrapper--JustifyContent: initial;--totofaVerification__uploadInputsWrapper--AlignItems: initial;--totofaVerification__uploadInputsWrapper--Gap: 10px;--totofaVerification__uploadInputsWrapper--FlexWrap: initial;--totofaVerification__formFieldHasFile--MaxWidth: 100%;--totofaVerification__fileInputHaveFile__previewImg--MaxWidth: initial}@media(max-width:768px){.totofaVerification{--totofaVerification__fileInputHaveFile__previewImg--MaxWidth: 100%;--totofaVerification__uploadBlock--GridTemplateColumns: 1fr}}@media(max-width:620px){.totofaVerification{--totofaVerification__fileInputHaveFile__previewImg--MaxWidth: 550px}}.verification-form-upload-fields-module_formField_a86ZY{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%}.verification-form-upload-fields-module_formLabel_FNchu{font-weight:600;font-size:12px;color:var(--totofaVerification__formLabel--Color);min-height:var(--totofaVerification__formLabel--MinHeight);display:flex;align-items:center}.verification-form-upload-fields-module_formReq_pEiJk{color:var(--totofaVerification__formReq--Color)}.verification-form-upload-fields-module_formField_a86ZY .verification-form-upload-fields-module_buttonRemoveFile_VIYMu{background:var(--totofaVerification__buttonRemoveFile--Background);border-radius:var(--totofaVerification__buttonRemoveFile--BorderRadius);padding:var(--totofaVerification__buttonRemoveFile--Padding);position:absolute;top:0;right:0;transform:translateY(-100%)}.verification-form-upload-fields-module_formIcon_V9F5A{fill:var(--totofaVerification__formIcon--Color);width:var(--totofaVerification__formIcon--Width);height:var(--totofaVerification__formIcon--Height)}.verification-form-upload-fields-module_uploadFields_OyOCu{display:flex;flex-direction:column;padding:var(--totofaVerification__uploadFields--Padding);border-radius:var(--totofaVerification__uploadFields--BorderRadius);background:var(--totofaVerification__uploadFields--Background);border:var(--totofaVerification__uploadFields--Border);gap:var(--totofaVerification__uploadFields--Gap)}.verification-form-upload-fields-module_uploadFields_OyOCu .verification-form-upload-fields-module_subtitle_tRSL7{font-weight:600;font-size:14px;color:var(--totofaVerification__uploadFields--Color);line-height:normal;margin:var(--totofaVerification__uploadFields--Margin)}.verification-form-upload-fields-module_previewImg_q4S8R{max-width:var(--totofaVerification__fileInputHaveFile__previewImg--MaxWidth);margin-top:10px}.verification-form-upload-fields-module_uploadInputsWrapper_mm-gf{display:flex;flex-direction:var(--totofaVerification__uploadInputsWrapper--FlexDirection);justify-content:var(--totofaVerification__uploadInputsWrapper--JustifyContent);align-items:var(--totofaVerification__uploadInputsWrapper--AlignItems);gap:var(--totofaVerification__uploadInputsWrapper--Gap);flex-wrap:var(--totofaVerification__uploadInputsWrapper--FlexWrap);width:100%}.verification-form-upload-fields-module_uploadInputsWrapper_mm-gf .verification-form-upload-fields-module_formFieldHasFile_z00QT{max-width:var(--totofaVerification__formFieldHasFile--MaxWidth)}.verification-form-upload-fields-module_remark_LdKcA{font-weight:600;font-size:14px;color:var(--totofaVerification__remark--Color);line-height:normal;margin:var(--totofaVerification__remark--Margin)}}@layer totofaVerification{.totofaVerification{--totofaVerification__instruction--Padding: 20px 20px 30px 20px;--totofaVerification__instruction--BorderRadius: 30px;--totofaVerification__instruction--Background: lightgrey;--totofaVerification__instruction--Gap: 20px;--totofaVerification__instruction--Border: none}.verification-instruction-module_blockTitle_4fTCk{font-weight:700;font-size:18px;color:var(--totofaVerification__blockTitle--Color);line-height:normal;margin:var(--totofaVerification__blockTitle--Margin)}.verification-instruction-module_text_n5C5w{font-weight:600;font-size:14px;color:var(--totofaVerification__text--Color);line-height:normal;margin:var(--totofaVerification__text--Margin)}.verification-instruction-module_instruction_TzVfs{padding:var(--totofaVerification__instruction--Padding);border-radius:var(--totofaVerification__instruction--BorderRadius);background:var(--totofaVerification__instruction--Background);border:var(--totofaVerification__instruction--Border);display:flex;flex-direction:column;gap:var(--totofaVerification__instruction--Gap)}}@layer totofaVerification{.totofaVerification{--totofaVerification__imgs--Gap: 10px;--totofaVerification__img--Height: 95px;--totofaVerification__img--Width: auto}.verification-imgs-module_imgs_51CBd{display:flex;justify-content:flex-start;gap:var(--totofaVerification__imgs--Gap);flex-wrap:wrap}.verification-imgs-module_imgs_51CBd .verification-imgs-module_img_crsHc{height:var(--totofaVerification__img--Height);width:var(--totofaVerification__img--Width)}}@layer totofaVerification{.totofaVerification{--totofaVerification__userFields--Padding: 20px 20px 30px 20px;--totofaVerification__userFields--BorderRadius: 30px;--totofaVerification__userFields--Background: lightgrey;--totofaVerification__userFields--Gap: 20px;--totofaVerification__userFields--Border: none;--totofaVerification__inputs--GridTemplateColumns: repeat(auto-fill, minmax(340px, 1fr));--totofaVerification__inputs--Gap: 10px;--totofaVerification__inputs--MaxWidth: 100%;--totofaVerification__input--Height: 40px;--totofaVerification__input--Padding: 8px 10px;--totofaVerification__input--BorderRadius: 10px;--totofaVerification__input--Gap: 5px}@media(max-width:768px){.totofaVerification{--totofaVerification__inputs--GridTemplateColumns: 1fr}}.verification-form-user-fields-module_blockTitle_HY5rJ{font-weight:700;font-size:18px;color:var(--totofaVerification__blockTitle--Color);line-height:normal;margin:var(--totofaVerification__blockTitle--Margin)}.verification-form-user-fields-module_text_PCOnO{font-weight:600;font-size:14px;color:var(--totofaVerification__text--Color);line-height:normal;margin:var(--totofaVerification__text--Margin)}.verification-form-user-fields-module_userFields_N311g{border:none;background:none;padding:0;margin:0;padding:var(--totofaVerification__userFields--Padding);border-radius:var(--totofaVerification__userFields--BorderRadius);background:var(--totofaVerification__userFields--Background);border:var(--totofaVerification__userFields--Border);display:flex;flex-direction:column;gap:var(--totofaVerification__userFields--Gap)}.verification-form-user-fields-module_userFields_N311g .verification-form-user-fields-module_inputs_kxO4U{display:grid;grid-template-columns:var(--totofaVerification__inputs--GridTemplateColumns);align-items:flex-start;gap:var(--totofaVerification__inputs--Gap);max-width:var(--totofaVerification__inputs--MaxWidth)}.verification-form-user-fields-module_userFields_N311g .verification-form-user-fields-module_input_Z1f1b{--input--Height--md: var(--totofaVerification__input--Height);--input--BorderRadius--md: var(--totofaVerification__input--BorderRadius);--input--Padding--md: var(--totofaVerification__input--Padding);gap:var(--totofaVerification__input--Gap)}}@layer totofaConfirmCancelBonusModal{.totofaConfirmCancelBonusModal{--totofaConfirmCancelBonusModal__modal--MaxWidth: 500px;--totofaConfirmCancelBonusModal__content--Padding: 15px 35px 20px;--totofaConfirmCancelBonusModal__content--FontSize: 14px;--totofaConfirmCancelBonusModal__content--FontWeight: 600;--totofaConfirmCancelBonusModal__content--Color: black;--totofaConfirmCancelBonusModal__content--TextAlign: center;--totofaConfirmCancelBonusModal__buttonsBlock--Gap: 8px;--totofaConfirmCancelBonusModal__buttonsBlock--Padding: 8.5px 20px;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background: grey;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Color: white;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background--hover: green;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--BoxShadow--hover: 0 4px 15px 0 green}.totofa-confirm-cancel-bonus-modal-module_modal_hygaS{--modal--MaxWidth: var(--totofaConfirmCancelBonusModal__modal--MaxWidth)}.totofa-confirm-cancel-bonus-modal-module_content_TJCmV{margin:0;padding:var(--totofaConfirmCancelBonusModal__content--Padding);font-size:var(--totofaConfirmCancelBonusModal__content--FontSize);font-weight:var(--totofaConfirmCancelBonusModal__content--FontWeight);color:var(--totofaConfirmCancelBonusModal__content--Color);text-align:var(--totofaConfirmCancelBonusModal__content--TextAlign)}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT{display:flex;gap:var(--totofaConfirmCancelBonusModal__buttonsBlock--Gap);padding:var(--totofaConfirmCancelBonusModal__buttonsBlock--Padding)}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3{background:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background);color:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Color)}@media(any-hover:hover){.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3:hover{box-shadow:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--BoxShadow--hover);background:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background--hover)}}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3,.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_closeBtn_vi9Ar{width:calc((100% - var(--totofaConfirmCancelBonusModal__buttonsBlock--Gap)) / 2)}.totofa-confirm-cancel-bonus-modal-module_drawerWrapper_SeP-w{display:none}@media(max-width:768px){.totofa-confirm-cancel-bonus-modal-module_modalWrapper_88csH{display:none}.totofa-confirm-cancel-bonus-modal-module_drawerWrapper_SeP-w{display:flex}}}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Black.woff2) format("woff2");font-weight:900;font-display:swap;font-style:normal}@layer button{.button{--button--BorderRadius: 8px;--button--FontFamily: "Roboto", sans-serif;--button--LineHeight: normal;--button--FontWeight: 700;--button--Transform: uppercase;--button--Gap--md: 8px;--button--Padding--md: 13.5px 17px;--button--FontSize--md: 16px;--button--BoxShadow--primary: none;--button--Background--primary: var(--bg--accent--color);--button--Color--primary: var(--text--primary--static--color);--button--TextShadow--primary: var(--shadow);--button--BoxShadow--primary--hover: none;--button--Background--primary--hover: var(--bg--accent--hover--color);--button--Color--primary--hover: var(--text--primary--static--color);--button--TextShadow--primary--hover: var(--shadow);--button--Background--secondary: var(--bg--surface1--color);--button--Color--secondary: var(--text--primary--color);--button--TextShadow--secondary: var(--shadow);--button--Background--secondary--hover: var(--bg--surface2--color);--button--Color--secondary--hover: var(--text--primary--color);--button--TextShadow--secondary--hover: var(--shadow--glow);--button--Border--transparent: 1px solid var(--border--accent--color);--button--Color--transparent: var(--text--primary--color);--button--TextShadow--transparent: var(--shadow);--button--Border--transparent--hover: 1px solid var(--border--accent--hover--color);--button--Color--transparent--hover: var(--text--primary--color);--button--TextShadow--transparent--hover: var(--shadow);--button--Color--invisiblePrimary: var(--text--primary--color);--button--Color--invisiblePrimary--hover: var(--text--accent--hover--color);--button--Border--invisibleSecondary: 1px solid transparent;--button--Background--invisibleSecondary: transparent;--button--Color--invisibleSecondary: var(--text--primary--color);--button--TextShadow--invisibleSecondary: none;--button--Border--invisibleSecondary--hover: 1px solid transparent;--button--Background--invisibleSecondary--hover: transparent;--button--Color--invisibleSecondary--hover: var(--text--accent--hover--color);--button--TextShadow--invisibleSecondary--hover: var(--shadow--glow)}@media(max-width:1024px){.button{--button--Gap--md: 4px;--button--Padding--md: 13px 13px;--button--FontSize--md: 12px}}}@layer input{.input{--input--Border: 1px solid var(--border--primary--color);--input--BackgroundColor: var(--bg--surface1--color);--input__placeholder--Color: var(--text--secondary--color);--input--Color: var(--text--primary--color);--input--Border--error: var(--border--error--color);--input--Background--error: var(--bg--surface1--color);--input--Background--hover: var(--bg--surface1--color);--input--Background--hover--readonly: var(--bg--surface1--color);--input__label--TextColor: var(--text--primary--color)}}@layer promotions{.promotions{--promotions__title--Color: var(--text--primary--color);--promotions__title--MarginBottom: 0}}@layer secondaryPromotionsCard{.secondaryPromotionsCard{--secondaryPromotionsCard--Background: var(--bg--surface1--color);--secondaryPromotionsCard__header__tag--Color: var(--text--secondary--color);--secondaryPromotionsCard__header__title--Color: var(--text--primary--color);--secondaryPromotionsCard__content--MaxHeight: 4.8lh}}@layer htmlContentModal{.htmlContentModal{--htmlContentModal--Height: 100%;--htmlContentModal__cross__crossIcon--Fill: var(--icon--secondary--color);--htmlContentModal__cross__crossIcon--Fill--hover: var(--icon--primary--color);--htmlContentModal__cross__crossIcon--FillOpacity: 1;--htmlContentModal__container__imageWrapper__imposition--active--Background: var(--bg--transparent--black--color);--htmlContentModal__container__imageWrapper__imposition__imageLabel--Color: #04f93a;--htmlContentModal__container__imageWrapper__imposition__imageLabel--TextShadow: var(--shadow--glow);--htmlContentModal__container__header__tagWrapper__tag--Color: var(--text--secondary--color);--htmlContentModal__container__header__tagWrapper__tag__tagIcon--Fill: var(--icon--secondary--color);--htmlContentModal__container__header__tagWrapper__statusLabel--available--Color: var(--color--attention);--htmlContentModal__container__header__tagWrapper__statusLabel--completed--Color: var(--text--secondary--color);--htmlContentModal__container__header__title--Color: var(--text--primary--color);--htmlContentModal__container__content--Color: var(--text--primary--color);--htmlContentModal__container__buttonsBlock__icon--Fill: var(--icon--primary--color);--htmlContentModal__container__buttonsBlock__icon--Fill--hover: var(--icon--accent--hover--color)}}@layer modal{.modal{--modal__wrapper--BackgroundColor: var(--bg--transparent--black--color);--modal__wrapper--BackdropFilter: none;--modal--BackgroundColor: var(--bg--surface1--color);--modal--Width: 600px;--modal--BorderRadius: var(--BorderRadius--md, var(--BorderRadius--md--fallback));--modal--Padding: 50px 40px 40px}}@layer history{.history{--history__emptyData--Color: var(--text--secondary--color);--history__cell--Color: var(--text--primary--color);--history__cell--Color--default: var(--text--primary--color);--history__cell--Color--warning: var(--color--error);--history__cell--Color--success: var(--color--success);--history__cell--Color--pending: var(--color--attention);--history__wrapper--Background: var(--bg--surface1--color);--history__wrapper--Border: 1px solid var(--border--primary--color);--history__trigger__left__text--Color: var(--text--primary--color);--history__trigger__left__counter--Background: var(--icon--accent--color);--history__trigger__left__counter--BoxShadow: none;--history__trigger__left__counter--TextShadow: var(--shadow);--history__trigger__left__counter--Color: var(--text--primary--static--color);--history__trigger__left__text--Color--active: var(--text--accent--color);--history__select__triggerWrapper__title--Color: var(--text--primary--color);--history__select__trigger--Border: 1px solid var(--border--primary--color);--history__select__trigger--Background: var(--bg--surface1--color);--history__select__trigger--BackgroundColor--hover: var(--bg--surface1--color);--history__select__trigger__icon--Fill: var(--icon--primary--color);--history__select__trigger--Padding: 11px 8px;--history__select__trigger--Gap: 4px;--history__select__trigger__title--Color: var(--text--primary--color);--history__select__trigger__title--lineHeight: normal;--history__select--Border: 1px solid var(--border--primary--color);--history__select--Background: var(--bg--surface1--color);--history__select__selectList__selectItem--BorderRadius: none;--history__select__selectList__selectItem--Background--hover: var(--bg--primary--color);--history__select__selectList--Gap: 4px;--history__select__trigger__wrapper--Gap: 4px;--history__select__selectList--MaxHeight: 300px;--history__select--Color: var(--text--primary--color)}@media(max-width:986px){.history{--history__select__trigger--Padding: 7px 16px}}}@layer table{.table{--table--FontFamily: vars.$fontFamily;--table__cell--Background: var(--bg--surface1--color);--table__cell--Border: var(--bg--surface1--color);--table__headCellContent--Gap: 8px;--table__table__headCellContent__title--FontSize: 16px;--table__table__headCellContent__title--FontWeight: 700;--table__table__headCellContent__title--Color: var(--text--secondary--color);--table__table__headCellContent__iconWrapper--Width: 18px;--table__table__headCellContent__iconWrapper--Height: 18px;--table__table__headCellContent__iconWrapper--Stroke: var(--icon--secondary--color)}}@layer mobileTable{.mobileTable{--mobileTable__row--Background: var(--bg--surface1--color);--mobileTable__row__info__cell__titleWrapper__title--Color: var(--text--secondary--color)}}@layer pagination{.pagination{--pagination__page--Background: var(--bg--surface1--color);--pagination__page--Border: var(--bg--surface1--color);--pagination__page--Color: var(--text--primary--color);--pagination__page--Padding: 0;--pagination__page--FontWeight: 400;--pagination__page--LineHeight: normal;--pagination__arrowButton--Color--disabled: var(--text--secondary--color);--pagination__arrowButton__icon--Fill: var(--icon--primary--color);--pagination__arrowButton__icon--Fill--hover: var(--icon--accent--hover--color);--pagination__dots--Background: var(--bg--surface1--color);--pagination__dots--Border: var(--bg--surface1--color);--pagination__dots--Color: var(--text--primary--color);--pagination__dots--Padding: 0;--pagination__dots--FontWeight: 400;--pagination__dots--LineHeight: normal;--pagination__page--Background--selected: var(--bg--surface1--color);--pagination__page--Border--selected: var(--bg--surface1--color);--pagination__page--Color--selected: var(--text--accent--color)}}@layer tooltip{.tooltip{--tooltip--FontSize: 16px;--tooltip--FontWeight: 400;--tooltip--BorderRadius: 8px;--tooltip--Padding: 8px 16px;--tooltip--Color--error: var(--text--primary--static--color);--tooltip--BackgroundColor--error: var(--bg--error--color);--tooltip--Border--error: 1px solid var(--border--error--color);--tooltip--BackgroundColor: #4b4b4b;--tooltip--Border: #4b4b4b;--tooltip--Color: var(--text--primary--static--color)}@media(max-width:986px){.tooltip{--tooltip--FontSize: 14px}}}@layer staticPage{.staticPage{--staticPage__title--MarginBottom: 0;--staticPage__title--Color: var(--text--primary--color);--staticPage__content--Color: var(--text--primary--color)}}@layer gaGroup{.gaGroup{--gaGroup--Background: var(--bg--primary--color)}}@layer highrollers{.highrollers{--highrollers--Height: 24px;--highrollers--Width: 100%;--highrollers--BackgroundColor: var(--bg--surface1--color);--highrollers__modal--Background: var(--bg--surface1--color);--highrollers__modal--Padding: 24px;--highrollers__modal--BorderRadius: 8px;--highrollers__modal--Gap: 8px;--highrollers__modal--Left: unset;--highrollers__modal--Right: 8px;--highrollers__modal--Top: unset;--highrollers__modal--Bottom: 8px;--highrollers__modal--BoxShadow: 0px 4px 30px 0px rgba(0, 0, 0, .7);--highrollers--Position: relative;--highrollers--Bottom: 0;--highrollers__modal-title--Color: var(--text--primary--color);--highrollers__modal-title--Gap: 8px;--highrollers__modal-subtitle--FontSize: 14px;--highrollers__modal-subtitle--Color: var(--text--secondary--color);--highrollers__modal-items--Gap: 8px;--highrollers__modal-close--Top: 4px;--highrollers__modal-close--Right: 4px;--highrollers__left-node--Padding: 0;--highrollers__right-node--Padding: 0}}@layer socialList{.socialList{--socialList__link--Width: 40px;--socialList__link--Height: 40px}}@layer messages{.messages{--messages__noData--Color: var(--text--primary--color);--messages__message--Border: none;--messages__message--Background: var(--bg--surface1--color);--messages__message--hover--Background: var(--bg--surface2--color);--messages__message--hover--Border: none;--messages__message--active--Background: var(--bg--surface1--color);--messages__message--active--Border: none;--messages__message__new--BorderRadius: 50%;--messages__message__new--Background: var(--icon--accent--color);--messages__message__new--BoxShadow: 0px 0px 15px 0px var(--color--success);--messages__message__title--Color: var(--text--primary--color);--messages__message__title--viewed--Color: var(--text--secondary--color);--messages__message__date--Color: var(--text--secondary--color)}}@layer bonuses{.bonuses{--bonuses__card--Background: var(--bg--surface1--color);--bonuses__card__header__tagWrapper__tag--Color: var(--text--secondary--color);--bonuses__card__header__tagWrapper__statusLabel--available--Color: var(--color--attention);--bonuses__card__header__tagWrapper__statusLabel--completed--Color: var(--text--secondary--color);--bonuses__card__header__title--Color: var(--text--primary--color);--bonuses__card__top__imageWrapper__imposition--active--Background: var(--bg--transparent--black--color);--bonuses__card__top__imageWrapper__image--completed--Filter: saturate(50%) opacity(50%);--bonuses__card__top__imageWrapper__imposition__imageLabel--Color: #04f93a;--bonuses__card__top__imageWrapper__imposition__imageLabel--TextShadow: var(--shadow--glow);--bonuses__card__top__balance--Background: var(--color--attention);--bonuses__card__top__balance__text--Color: var(--text--primary--static--color);--bonuses__card__top__balance__text--TextShadow: 0 0 4px rgba(255, 255, 255, .6);--bonuses__card__timer__timeLeftLabel--Color: var(--text--secondary--color);--bonuses__card__timer__timeLeft--Background: var(--text--accent--hover--color);--bonuses__card__balances__amount--Color: var(--text--secondary--color);--bonuses__card__balances__amount__value--Color: var(--text--primary--color)}}@layer bonusRejectModal{.bonusRejectModal{--bonusRejectModal__cross__crossIcon--Fill: var(--text--primary--color);--bonusRejectModal__cross__crossIcon--Fill--hover: var(--text--primary--color);--bonusRejectModal__title--Color: var(--text--primary--color);--bonusRejectModal__buttonsContainer--MaxWidth: 100%}}@layer hallOfFame{.hallOfFame{--hall-of-fame__background--Background: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgba(233, 189, 131, .6) 100%), url("data:image/svg+xml,%3csvg%20width='30'%20height='29'%20viewBox='0%200%2030%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.35'%20d='M7%2016L8.5716%2020.8369H13.6574L9.5429%2023.8262L11.1145%2028.6631L7%2025.6738L2.8855%2028.6631L4.4571%2023.8262L0.342604%2020.8369H5.4284L7%2016Z'%20fill='white'/%3e%3cpath%20opacity='0.35'%20d='M22%201L23.5716%205.83688H28.6574L24.5429%208.82624L26.1145%2013.6631L22%2010.6738L17.8855%2013.6631L19.4571%208.82624L15.3426%205.83688H20.4284L22%201Z'%20fill='white'/%3e%3c/svg%3e") center / 60px, radial-gradient(circle, rgba(233, 189, 131, 1) 0%, rgba(233, 189, 131, 0) 100%);--hall-of-fame__background--Background--m: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgba(233, 189, 131, .6) 100%), url("data:image/svg+xml,%3csvg%20width='30'%20height='29'%20viewBox='0%200%2030%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.35'%20d='M7%2016L8.5716%2020.8369H13.6574L9.5429%2023.8262L11.1145%2028.6631L7%2025.6738L2.8855%2028.6631L4.4571%2023.8262L0.342604%2020.8369H5.4284L7%2016Z'%20fill='white'/%3e%3cpath%20opacity='0.35'%20d='M22%201L23.5716%205.83688H28.6574L24.5429%208.82624L26.1145%2013.6631L22%2010.6738L17.8855%2013.6631L19.4571%208.82624L15.3426%205.83688H20.4284L22%201Z'%20fill='white'/%3e%3c/svg%3e") center / 6vw, radial-gradient(circle, rgba(233, 189, 131, 1) 0%, rgba(233, 189, 131, 0) 100%);--hall-of-fame__background--MaskImage: radial-gradient( 50% 50% at 50% 50%, rgba(233, 189, 131, .4) 0%, rgba(233, 189, 131, 0) 100% );--hall-of-fame__title--Padding: 60px 0 21px 0;--hall-of-fame__months-selector-wrapper--Margin: 0;--hall-of-fame--month-modal__month-button--Background: var(--bg--surface2--color);--hall-of-fame--month-modal__month-button--Background--hover: var(--bg--surface2--color);--hall-of-fame--months-modal--Padding: 32px 24px 16px 16px;--hall-of-fame--months-modal__content--Padding: 7px;--hall-of-fame--months-modal__months--Padding: 0;--hall-of-fame--months-modal__cross-icon--Fill: var(--icon--primary--color);--hall-of-fame--months-modal__cross-icon--Fill--hover: var(--icon--accent--hover--color);--hall-of-fame--month--TextShadow: var(--shadow);--hall-of-fame--month--TextShadow--hover: 0px 0px 15px rgba(0, 199, 44, 1);--hall-of-fame--month--TextShadow--active: 0px 0px 15px rgba(0, 199, 44, 1);--hall-of-fame--calendar-icon--Fill: var(--icon--primary--color);--hall-of-fame-leader-card__player-name--Color: var(--text--primary--color);--hall-of-fame-top-item__game-name--FontSize--m: 12px;--hall-of-fame-top-item__card--GridTemplateColumns--s: 115px 105px 100px;--hall-of-fame-top-item__game-link--Gap: 8px;--hall-of-fame-top-item__game-link--Gap--m: 8px;--hall-of-fame-top-item__game-name--Color: var(--text--accent--color);--hall-of-fame-top-item__game-name--Color--hovered: var(--text--accent--hover--color);--hall-of-fame-top-item__game-name--FontFamily: Roboto, sans-serif;--hall-of-fame__amount-value--backgroundImage: radial-gradient( 59.36% 100% at 50% 100%, var(--color--beig--300) 0%, var(--color--beig--500) 100% );--hall-of-fame-top-item__player-name--Color: var(--text--primary--color);--hall-of-fame-no-data__text--Color: var(--text--secondary--color)}@media(max-width:768px){.hallOfFame{--hall-of-fame__title--Padding: 60px 0 16px 0}}@media(max-width:576px){.hallOfFame{--hall-of-fame__title--Padding: 22px 0 16px 0}}[data-theme=light] .hallOfFame{--hall-of-fame__background--Background: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgb(233 189 131 / 25%) 100%), url("data:image/svg+xml,%3csvg%20width='30'%20height='29'%20viewBox='0%200%2030%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.35'%20d='M7%2016L8.5716%2020.8369H13.6574L9.5429%2023.8262L11.1145%2028.6631L7%2025.6738L2.8855%2028.6631L4.4571%2023.8262L0.342604%2020.8369H5.4284L7%2016Z'%20fill='white'/%3e%3cpath%20opacity='0.35'%20d='M22%201L23.5716%205.83688H28.6574L24.5429%208.82624L26.1145%2013.6631L22%2010.6738L17.8855%2013.6631L19.4571%208.82624L15.3426%205.83688H20.4284L22%201Z'%20fill='white'/%3e%3c/svg%3e") center / 60px, radial-gradient(circle, rgb(255 254 253 / 65%) 0%, rgb(233 189 131 / 34%) 100%);--hall-of-fame__background--Background--m: radial-gradient(50% 50% at 50% 50%, rgba(233, 189, 131, 0) 0%, rgb(233 189 131 / 25%) 100%), url("data:image/svg+xml,%3csvg%20width='30'%20height='29'%20viewBox='0%200%2030%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.35'%20d='M7%2016L8.5716%2020.8369H13.6574L9.5429%2023.8262L11.1145%2028.6631L7%2025.6738L2.8855%2028.6631L4.4571%2023.8262L0.342604%2020.8369H5.4284L7%2016Z'%20fill='white'/%3e%3cpath%20opacity='0.35'%20d='M22%201L23.5716%205.83688H28.6574L24.5429%208.82624L26.1145%2013.6631L22%2010.6738L17.8855%2013.6631L19.4571%208.82624L15.3426%205.83688H20.4284L22%201Z'%20fill='white'/%3e%3c/svg%3e") center / 6vw, radial-gradient(circle, rgb(255 254 253 / 65%) 0%, rgb(233 189 131 / 34%) 100%);--hall-of-fame__background--MaskImage: radial-gradient(50% 50% at 50% 50%, #fff 30%, rgba(233, 189, 131, 0) 100%);--hall-of-fame__title--Color: var(--color--black--main);--hall-of-fame--month--BackgroundImage: linear-gradient(180deg, #000000 0%, #000000 100%);--hall-of-fame-leader-card--BorderBottomRightRadius: 8px;--hall-of-fame-leader-card--left--Background: white;--hall-of-fame-leader-card--middle--Background: white;--hall-of-fame-leader-card--right--Background: white;--hall-of-fame-leader-card--left--Background--m: white;--hall-of-fame-leader-card--middle--Background--m: white;--hall-of-fame-leader-card--right--Background--m: white;--hall-of-fame-top-item__card--Background: linear-gradient(90deg, #ebc38e 0%, #ffffff 16.73%)}}:root[data-theme=light]{--hall-of-fame__page--BackgroundColor: var(--color--beig--300)}@layer gamesFilter{.gamesFilter{--gamesFilter__select__selectList__scrollbar__thumb--Background: var(--bg--surface3--color);--gamesFilter__select__selectList__scrollbar--Width: 2px;--gamesFilter__select--Border: 1px solid var(--border--primary--color);--gamesFilter__select--Background: var(--bg--surface1--color);--gamesFilter__select__triggerWrapper__title--Color: var(--text--primary--color);--gamesFilter__select__trigger--Border: 1px solid var(--border--primary--color);--gamesFilter__select__trigger--Background: var(--bg--surface1--color);--gamesFilter__select__trigger--BackgroundColor--hover: var(--bg--surface1--color);--gamesFilter__select__trigger--Padding: 11px 8px;--gamesFilter__select__trigger--Gap: 4px;--gamesFilter__select__trigger__title--Color: var(--text--primary--color);--gamesFilter__select__trigger__title--lineHeight: normal;--gamesFilter__select__trigger__icon--Fill: var(--icon--primary--color);--gamesFilter__select__trigger__icon--Width: 24px;--gamesFilter__select__trigger__icon--Transition: all .3s;--gamesFilter__select__trigger__icon--Transform: rotate(180deg);--gamesFilter__select__selectList__selectItem--BorderRadius: none;--gamesFilter__select__selectList__selectItem--Background--hover: var(--bg--primary--color);--gamesFilter__select__selectList__selectItem--Background--active: transparent;--gamesFilter__select__selectList__emptyContent--Color: #4b4b4b}@media(max-width:986px){.gamesFilter{--gamesFilter__select__trigger--Padding: 7px 8px}}}@layer languageSwitcher{.languageSwitcher{--languageSwitcher__contentContainer--zIndex: 103;--languageSwitcher__contentContainer--Padding: 0;--languageSwitcher__contentContainer--Background: none;--languageSwitcher__contentContainer--Border: none;--languageSwitcher__contentContainer--BorderRadius: 8px;--languageSwitcher__selectOptions--Background: transparent;--languageSwitcher__selectOptions--BorderRadius: 8px;--languageSwitcher__selectOptions--BoxShadow: var(--shadow--window);--languageSwitcher__selectTrigger--MinWidth: 75px;--languageSwitcher__selectTrigger--Background: var(--bg--primary--color);--languageSwitcher__selectTrigger--Padding: 12px 10px;--languageSwitcher__selectTrigger--Border: none;--languageSwitcher__selectTrigger--BorderRadius: 8px;--languageSwitcher__selectTrigger--Background--hover: var(--bg--surface2--color);--languageSwitcher__content--Border: none;--languageSwitcher__selectOption--Padding: 12px 10px;--languageSwitcher__selectOption--Background: var(--bg--primary--color);--languageSwitcher__selectOption--Border: none;--languageSwitcher__selectOption--BorderRadius: 0;--languageSwitcher__selectOption--Background--selected: var(--bg--surface1--color);--languageSwitcher__selectOption--Background--hover: var(--bg--surface1--color);--languageSwitcher__selectOption--Background--selected--hover: var(--bg--surface1--color);--languageSwitcher__option--LineHeight: normal;--languageSwitcher__option--FontSize: 14px;--languageSwitcher__option--Color: var(--text--primary--color);--languageSwitcher__option--Color--hover: var(--text--primary--color);--languageSwitcher__option--Color--selected: var(--text--accent--color);--languageSwitcher__option--Color--selected--hover: var(--text--accent--color);--languageSwitcher__option--Gap: 8px;--languageSwitcher__option--TextTransform: uppercase;--languageSwitcher__icon--Size: 22px;--languageSwitcher__icon--Border: 1px solid white;--languageSwitcher__icon--BorderRadius: 50%;--languageSwitcher__icon--Background: white}.languageSwitcher .selectContainer{--selectContainer--Padding: 0;--languageSwitcher__selectOptions--Background: var(--bg--primary--color);--selectContainer__selectList--Padding: 0;--selectContainer__selectList__selectItem--Padding: 0}}@layer changePasswordForm{.changePasswordForm{--changePasswordForm__form__title--Color: var(--text--primary--color)}}@layer tabBar{.tabBar{--tabBar--MinHeight: 0;--tabBar--Gap: 0;--tabBar--Padding: 10px 0;--tabBar--Background: var(--bg--surface1--color);--tabBar--Border: none;--tabBar--BorderRadius: none;--tabBar__tabLink--Width: 65px;--tabBar__tabLink--Padding: 6px 0;--tabBar__tabLink--Gap: 4px;--tabBar__tabLink--Background: var(--bg--surface1--color);--tabBar__tabLink--Background--active: var(--bg--surface1--color);--tabBar__tabLink--Background--hover: var(--bg--surface1--color);--tabBar__tabLink--Border: 2px solid transparent;--tabBar__tabLink--Border--active: 2px solid transparent;--tabBar__tabLink--Border--hover: 2px solid transparent;--tabBar__tabLink--BorderRadius: 8px;--tabBar__tabLink__label--FontSize: var(--typography--size--xxs);--tabBar__tabLink__label--LineHeight: 1;--tabBar__tabLink__label--TextTransform: uppercase;--tabBar__tabLink__label--FontWeight: 400;--tabBar__tabLink__label--Color: var(--text--secondary--color);--tabBar__tabLink__label--Color--active: var(--text--accent--hover--color);--tabBar__tabLink__label--Color--hover: var(--text--accent--hover--color);--tabBar__tabLink__label--TextShadow: none;--tabBar__tabLink__label--TextShadow--active: none;--tabBar__tabLink__label--TextShadow--hover: none;--tabBar__tabLink__icon--Width: 32px;--tabBar__tabLink__icon--Height: 32px;--tabBar__tabLink__icon--Fill: var(--bg--primary--inverse--color);--tabBar__tabLink__icon--Filter: none;--tabBar__tabLink__icon--Fill--active: var(--icon--accent--hover--color);--tabBar__tabLink__icon--Filter--active: drop-shadow(0 0 6px green);--tabBar__tabLink__icon--Fill--hover: var(--icon--accent--hover--color);--tabBar__tabLink__icon--Filter--hover: drop-shadow(0 0 6px var(--icon--accent--hover--color))}@media(max-width:1024px){.tabBar{--tabBar--MinHeight: 70px}}}@layer sidebar{.sidebar{--sidebarWrapper--Width: 100vw;--sidebarWrapper--Background: var(--bg--transparent--color);--sidebarWrapper--zIndex: 102;--sidebarWrapper--Color: var(--text--primary--color);--sidebar--Background: var(--bg--primary--color);--sidebar--Width: 300px;--sidebar--MaxWidth: 300px;--sidebar--Padding: 0}}@layer toast{.toast{--toast__modal__toastList__toast--BoxShadow: 0px 4px 30px 0px var(--shadow--window);--toast__modal__toastList__toast--Border: 1px solid var(--text--primary--inverse--color);--toast__modal__toastList__toast--Background--error: linear-gradient( 90deg, var(--color--error) -222.29%, var(--bg--surface1--color) 50% );--toast__modal__toastList__toast--Background--success: linear-gradient( 90deg, var(--color--success) -221.18%, var(--bg--surface1--color) 43.35% );--toast__modal__toastList__toast--Background--warning: linear-gradient( 90deg, var(--color--attention) -207.14%, var(--bg--surface1--color) 60.59% );--toast__modal__toastList__toast__content__title--Color: var(--text--primary--color);--toast__modal__toastList__toast__content__title--FontWeight: 700;--toast__modal__toastList__toast__content__description--Color: var(--text--primary--color);--toast__modal__toastList__toast__closeButton__closeIcon--Fill: var(--icon--secondary--color);--toast__modal__toastList__toast__closeButton__closeIcon--FillOpacity: 1;--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover: var(--text--accent--hover--color);--toast__modal__toastList__toast__closeButton__closeIcon--FillOpacity--hover: 1}[data-theme=light] .toast{--toast__modal__toastList__toast--BoxShadow: 0px 4px 30px 0px var(--bg--surface3--color)}}@layer authModal{.oldAuthModal{--authModal--Background: var(--bg--primary--color);--authModal--Padding: 0;--authModal--Height: 100%;--authModal__logo--Padding: 0 0 40px 0;--authModal__logo--Fill: var(--icon--primary--color);--authModal__formFooter--Color: var(--text--primary--color);--authModal__icon--Fill: var(--icon--secondary--color);--authModal__icon--FillOpacity: 1;--authModal__icon--Background: var(--bg--primary--color);--authModal__buttonSwitch--Color: var(--text--accent--color);--authModal__bonusSection__title--Color: var(--text--primary--static--color);--authModal__bonusSection--Gap: 16px;--authModal__bonusSection--Padding: 16px;--authModal__bonusSection__bonusCard__bonusCardLeft__after--Color--active: var(--color--success);--authModal__bonusSection__bonusCard--Background--active: var(--bg--transparent--light--color);--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--FontSize: var( --typography--size--m );--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--Color: var( --text--secondary--static--color );--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--Color: var( --text--primary--static--color );--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardButton--Color: var(--text--primary--static--color);--authModal__bonusSection__bonusCard__bonusCardLeft__after--Background--active: var( --bg--transparent--black--color );--authModal__bonusSection__bonusCard__bonusCardLeft__after--TextShadow--active: 0px 0px 15px 0px var(--color--success)}@media(max-width:1240px){.oldAuthModal{--authModal__bonusSection--Background: var(--bg--surface1--color);--authModal__bonusSection__title--FontWeight: 700;--authModal__bonusSection__title--FontSize: var(--typography--size--xl);--authModal__formWrapper--Padding: 36px 0 0 0 0;--authModal__bonusSection__title--Color: var(--text--primary--color);--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardDescription--Color: var( --text--primary--color );--authModal__bonusSection__bonusCard__bonusCardRight__bonusCardInfo__bonusCardTitle--Color: var( --text--primary--color )}}@media(max-width:620px){.oldAuthModal{--authModal__form--MinWidth: 0;--authModal__logo--Padding: 0 0 24px 0}}@media(max-width:576px){.oldAuthModal{--authModal__leaveRegistrationModal--Height: 100%}}}@layer banners{.banners{--banners--Gap: 8px;--banners--BannersPerView: 2;--banners--hover__control--Opacity: 1;--banners__banner--BorderRadius: 8px;--banners__control--Background: var(--bg--surface2--color);--banners__control__icon--Fill: var(--icon--primary--color)}@media(max-width:986px){.banners{--banners--BannersPerView: 1}}}@layer carousel{.carousel{--carousel__control--Width: var(--platform__carousel__control--Width);--carousel__control--Position: absolute;--carousel__control--Left: auto;--carousel__control--Right: calc( var(--carousel__control--Width) + var(--platform__carousel__controls--Padding) + var(--platform__carousel__controls--Gap) );--carousel__control--Top: 0;--carousel__control--Bottom: auto;--carousel__control--Height: 48px;--carousel__control--Border: none;--carousel__control--Background: var(--bg--surface1--color);--carousel__control--Padding: 0;--carousel__control--Opacity: 1;--carousel__control--Display: flex;--carousel__control--JustifyContent: center;--carousel__control--AlignItems: center;--carousel__control--hover--Background: var(--bg--surface2--color);--carousel__control--hover--Opacity: 1;--carousel__control--disabled--Display: flex;--carousel__control--disabled--Opacity: .3;--carousel__control__icon--Fill: var(--icon--primary--color);--carousel__control__icon--Width: 30px;--carousel__control__icon--Height: auto;--carousel__control__icon--hover--Transform: scale(1.2);--carousel__control__icon--hover--Fill: var(--icon--accent--hover--color);--carousel__control--reverse--Left: auto;--carousel__control--reverse--Right: var(--platform__carousel__controls--Padding);--carousel__control--reverse--Top: 0;--carousel__control--reverse--Bottom: auto;--carousel__control__icon--reverse--Transform: rotate(180deg);--carousel__pagination--Top: auto;--carousel__pagination--Bottom: calc(-1 * (var(--carousel__pagination-item--Height) + 15px));--carousel__pagination--Left: auto;--carousel__pagination--Right: auto;--carousel__pagination--Gap: 8px;--carousel__pagination--FlexDirection: "row";--carousel__pagination-item--Width: 24px;--carousel__pagination-item--Height: 4px;--carousel__pagination-item--Border: none;--carousel__pagination-item--BorderRadius: 20px;--carousel__pagination-item--BackgroundColor: var(--bg--surface2--color);--carousel__pagination-item--Opacity: 1;--carousel__pagination-item--Opacity--active: 1;--carousel__pagination-item--Transform--hover: scale(1);--carousel__pagination-item--Transform--active: scale(1);--carousel__pagination-item--BackgroundColor--hover: white;--carousel__pagination-item--BackgroundColor--active: var(--bg--accent--color)}[dir=rtl] .carousel{--carousel__control--Left: var(--platform__carousel__controls--Padding);--carousel__control--Right: auto;--carousel__control--reverse--Left: calc( var(--carousel__control--Width) + var(--platform__carousel__controls--Padding) + var(--platform__carousel__controls--Gap) );--carousel__control--reverse--Right: auto}@media(max-width:1024px){.carousel{--carousel__pagination--Bottom: calc(-1 * (var(--carousel__pagination-item--Height) + 8px));--carousel__pagination-item--Height: 2px;--carousel__control--Display: none;--carousel__control--disabled--Display: none}}}.air-datepicker{--air-datepicker--Background: var(--bg--surface1--color);--air-datepicker--BoxShadow: var(--shadow--window);--air-datepicker--Border: 1px solid var(--border--primary--color);--air-datepicker-nav__title--Color--hover: var(--button--Background--secondary--hover);--air-datepicker-nav__action--Background: var(--bg--surface2--color);--air-datepicker-nav--action--Stroke: var(--icon--primary--color);--air-datepicker-nav__title--Color: var(--text--primary--color);--air-datepicker-nav__title--TextShadow: var(--shadow);--air-datepicker-body__day-name--Color: var(--text--secondary--color);--air-datepicker-cell--Background: var(--bg--surface2--color);--air-datepicker-cell--Color: var(--text--primary--color);--air-datepicker-cell--Background--hover--not-selected: var(--bg--surface3--color);--air-datepicker-cell--Background--selected: var(--bg--surface3--color);--air-datepicker-cell--Color--selected: var(--text--primary--color)}:root{--gameSlide__wrapper--BackgroundColor: var(--bg--surface1--color);--gameSlide__info--Color: var(--text--primary--color);--gameSlide__playerName--Color: var(--text--secondary--color);--gameSlide__amountIcon--Background: url(/static/coin-CbwNJAvg.svg) center/contain no-repeat;--gameSlide__amountIcon--DropShadow: drop-shadow(0px 3.13px 10.42px #ff9350b5)}@layer tabButtons{.tabButtons{--tabButtons__button--BorderBottom--active: 2px solid var(--bg--accent--color);--tabButtons__button--BorderBottom--fallback: 2px solid var(--bg--transparent--light--color);--tabButtons--Gap--fallback: 16px}}@layer otpInput{.otpInput{--otpInput__wrapper__slotsWrapper--Gap--fallback: 8px;--otpInput__wrapper__slotsWrapper__slot--Width: 93px;--otpInput__wrapper__slotsWrapper__slot--Height: 48px;--otpInput__wrapper__slotsWrapper__slot--Border: 1px solid var(--border--primary--color);--otpInput__wrapper__slotsWrapper__slot--BorderRadius: 16px;--otpInput__wrapper__slotsWrapper__slot--Background: var(--bg--surface1--color);--otpInput__wrapper__slotsWrapper__slot--Color: var(--text--primary--color);--otpInput__wrapper__slotsWrapper__slot--Border--hover--fallback: 1px solid var(--border--secondary--color);--otpInput__wrapper__slotsWrapper__slot--Border--active--fallback: 1px solid var(--border--secondary--color);--otpInput__wrapper__slotsWrapper__slot--Border--error--fallback: 1px solid var(--border--error--color)}}@layer gameSection{.gameSectionFrame{--game__gameFrameWrapper__iframe--AspectRatio: auto;--game__gameFrameWrapper__iframe--MaxHeight: 90%;--game__modalWrapper--Background: var(--bg--primary--color);--game__gameFrameWrapper__iframe--Width: 100%}@media(max-width:1600px){.gameSectionFrame{--game__gameFrameWrapper__iframe--MaxHeight: 100%;--game__gameFrameWrapper__iframe--AspectRatio: 2.6;--game__gameFrameWrapper__iframe--Width: 100vw}}}@layer currencySelector{.currencySelector{--currencySelector__contentContainer--zIndex: 1001;--currencySelector__loader--Fill: var(--text--primary--color);--currencySelector__select__trigger--Background: var(--bg--surface1--color);--currencySelector__select__trigger--Border: 1px solid var(--border--primary--color);--currencySelector__select__trigger--BackgroundColor--hover: var(--bg--surface1--color);--currencySelector__select__trigger__title--Color: var(--text--primary--color);--currencySelector__select__trigger__title--FontSize: var(--typography--size--m);--currencySelector__select__trigger__title--lineHeight: normal;--currencySelector__select__trigger__icon--Fill: var(--text--primary--color);--currencySelector__select--Border: 1px solid var(--border--primary--color);--currencySelector__select--Background: var(--bg--surface1--color);--currencySelector__select--Color: var(--text--primary--color);--currencySelector__select__selectList--BoxShadow: 5px 5px 5px var(--text--primary--color);--currencySelector__select__selectList__selectItem--Background: var(--bg--surface1--color);--currencySelector__select__selectList__selectItem--Padding: 10px 16px;--currencySelector__select__selectList__selectItem--Background--hover: var(--bg--surface2--color);--currencySelector__select__selectList__selectItem--Background--active: var(--bg--surface1--color);--currencySelector__select__selectList__selectItem--FontSize: var(--typography--size--m);--currencySelector__select__selectList__selectItem--Color: var(--text--primary--color);width:100%}}@layer codeForm{.codeForm{--registrationForm__formTitle--Color: var(--text--primary--color);--registrationForm__formTitle--FontWeight: 700;--registrationForm__formTitle--FontSize: var(--typography--size--xl);--registrationForm__checkboxWrapper__checkboxLabel--FontWeight: 400;--registrationForm__checkboxWrapper__checkboxLabel--FontSize: var(--typography--size--m);--registrationForm__checkboxWrapper__checkboxLabel--Color: var(--text--primary--color);--registrationForm__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color: var(--text--accent--color);--registration__codeForm__label__Color: var(--text--primary--color);--registration__codeForm__label__FontSize: var(--typography--size--xl);--registration__codeForm__label__FontWeight: 700;--registration__codeForm__description__Color: var(--text--secondary--color);--registration__codeForm__description__FontSize: var(--typography--size--m);--registration__codeForm__description__FontWeight: 400;--registration__codeForm__arrowBack--Fill--fallback: var(--icon--primary--color);--registraionForm--Margin: 0 0 40px 0}}@layer baseRegistrationForm{.baseRegistrationForm{--registrationForm__formTitle--Color: var(--text--primary--color);--registrationForm__checkboxWrapper__checkboxLabel--Color: var(--text--primary--color)}}@layer checkbox{.checkbox{--checkbox--Background--checked: var(--button--accent--color);--checkbox--Background--hover: var(--button--accent--hover--color)}}@layer searchInput{.searchInput{--searchInput__icon--Fill: var(--icon--secondary--color);--phoneInput__searchInput--BackgroundColor--hover: var(--bg--surface1--color);--searchInput__clearIcon--Fill: grey}}@layer fileInput{.fileInput{--fileInput--Border: 2px dashed var(--border--primary--color);--fileInput--Background: var(--bg--surface1--color);--fileInput__placeholder--Color: var(--text--secondary--color);--fileInput__uploadIcon--Stroke: var(--icon--primary--color);--fileInputHaveFile__previewInfo__previewInfoLeft__previewIcon--Fill: var(--icon--primary--color);--fileInputHaveFile__previewInfo__previewInfoLeft--Gap: 8px;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--Color: var(--text--primary--color);--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--Color: var(--text--primary--color);--fileInput__fileUpload--JustifyContent: space-between}}@layer accordion{.accordion{--accordion-item__content--Background: var(--bg--surface1--color);--accordion-item--Background: var(--bg--surface1--color);--accordion-item__icon--Fill: var(--icon--primary--color);--accordion-item__icon--Filter: var(--shadow);--accordion-item__icon--Fill--hover: var(--icon--primary--color)}}@layer categoriesFilter{.inlineCategoryFilter{--inlineCategoryFilter__carousel--Gap: 4px;--inlineCategoryFilter__button--BorderRadius: 20px;--inlineCategoryFilter__button--BackgroundColor: var(--bg--surface1--color);--inlineCategoryFilter__button--Gap: 8px;--inlineCategoryFilter__button--Padding: 8px 14px;--inlineCategoryFilter__button__title--FontSize: var(--typography--size--xs);--inlineCategoryFilter__button__title--Color: var(--text--primary--color);--inlineCategoryFilter__button__title--FontWeight: 700;--inlineCategoryFilter__button__icon--Width: 16px;--inlineCategoryFilter__button__icon--Height: 16px;--inlineCategoryFilter__button__icon__path--Fill: var(--icon--secondary--color);--inlineCategoryFilter__button__title--Color--selected: var(--text--accent--hover--color);--inlineCategoryFilter__button__title--TextShadow--selected: var(--shadow--glow);--inlineCategoryFilter__button__icon__path--Filter--selected: drop-shadow(0 0 15px #00c72c);--inlineCategoryFilter__button__icon__path--Fill--selected: var(--icon--accent--hover--color)}.sidebarCategoryFilter{--sidebarCategoryFilter__wrapper--MinHeight: calc(100% - 50px) ;--sidebarCategoryFilter__wrapper--Margin: 4px 0 0 0;--sidebarCategoryFilter__warpper--BackgroundColor: var(--bg--surface1--color);--sidebarCategoryFilter__button--Gap: 16px;--sidebarCategoryFilter__button--Padding: 8px 14px;--sidebarCategoryFilter__button__title--FontSize: var(--typography--size--s);--sidebarCategoryFilter__button__title--FontWeight: 700;--sidebarCategoryFilter__button__title--Color: var(--text--primary--color);--sidebarCategoryFilter__button__icon--Width: 24px;--sidebarCategoryFilter__button__icon--Height: 24px;--sidebarCategoryFilter__button__icon__path--Fill: var(--icon--secondary--color);--sidebarCategoryFilter__button__title--Color--active: var(--text--accent--hover--color);--sidebarCategoryFilter__button__title--TextShadow--active: var(--shadow--glow);--sidebarCategoryFilter__button__icon__path--Fill--active: var(--icon--accent--hover--color);--sidebarCategoryFilter__button__icon__path--Filter--active: drop-shadow(0 0 15px #00c72c)}}@layer verification{.verification{--verification__verificationStatusInfo--Background: var(--bg--surface1--color);--verification__verificationStatusInfo__newIcon--Fill: var(--icon--secondary--color);--verification__verificationStatusInfo__approvedIcon--Fill: var(--color--success);--verification__verificationStatusInfo__verificationStatusText--new--Color: var(--text--primary--color);--verification__verificationStatusInfo__verificationStatusText--approved--Color: var(--text--primary--color);--verification__form__accordion__TriggerButton--Color: var(--text--primary--color);--verification__form__accordion__TriggerButton--TextShadow: 0 0 4px rgba(255, 255, 255, .6);--verification__form__accordion__TriggerButton--Color--hover: var(--text--accent--hover--color);--verification__form__accordion__TriggerButton--TextShadow--hover: var(--shadow--glow);--verification__form__accordion__TriggerButton__icon--Fill: var(--icon--primary--color)}}@layer phoneInput{.phoneInput{--phoneInput__searchInput--BackgroundColor: var(--bg--surface1--color);--phoneInput__searchInput--BackgroundColor--hover: var(--bg--surface1--color);--phoneInput__searchInput--Color: var(--text--primary--color);--phoneInput__searchInput--Color--hover: var(--text--primary--color);--phoneInput__contentWrapper--BackgroundColor: var(--bg--surface1--color);--phoneInput__contentWrapper--MaxHeight: 250px;--phoneInput__content--MaxHeight: 250px;--phoneInput__content--Height: 250px;--phoneInput__contentWrapper--MinHeight: 100px;--phoneInput__contentWrapper--Padding: 0 8px 0 0;--phoneInput__trigger--Color: var(--text--primary--color);--phoneInput__trigger--BackgroundColor: var(--bg--surface2--color);--phoneInput__trigger--BackgroundColor--hover: var(--bg--surface2--color);--phoneInput__option--Color: var(--text--primary--color);--phoneInput__trigger--Padding: 4px;--phoneInput__contentWrapper--Gap: 8px;--phoneInput__contentWrapper--BorderRadius: 8px;--phoneInput__content--BackgroundColor: var(--bg--surface1--color);--phoneInput__option--Gap: 4px;--phoneInput__button__Padding: 1px 0 1px 4px;--phoneInput__trigger__BackgroundColor: var(--bg--surface2--color);--phoneInput__optionWrapper--BackgroundColor--active: var(--bg--surface3--color);--phoneInput__optionWrapper--BackgroundColor: var(--bg--surface2--color)}.phoneInput .selectContainer{--selectContainer--Background: var(--bg--surface1--color)}@media(max-width:768px){.phoneInput{--phoneInput__contentContainer--MaxWidth: 320px;--phoneInput__contentContainer__selectList--MaxHeight: 200px}}}@layer payments{.payments{--payments__form__submit--Gap: 24px;--payments__form__submit--Width: fit-content;--payments__form__submit--AlignSelf: end;--payments__form__submit--MinWidth: 150px;--selectTrigger__chevronIcon--Fill: var(--text--primary--color);--payments__form__minMaxInfo--Color: var(--text--primary--color);--payments__form__commissionFees__label--Color: var(--text--primary--color);--payments__form__commissionFees__feesBlock--Background: var(--bg--surface1--color);--payments__form__commissionFees__feesBlock__title--Color: var(--text--secondary--color);--payments__form__commissionFees__feesBlock__value--Color: var(--text--primary--color);--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color: var(--text--secondary--color);--payments__form__submit--AlignSelf: normal;--payments__select--Border: 1px solid var(--border--primary--color);--payments__select--Background: var(--bg--surface1--color);--payments__select--Color: var(--text--primary--color);--payments__select__selectList--BoxShadow: 5px 5px 5px var(--text--primary--color);--payments__select__selectList__selectItem--Background: var(--bg--surface1--color);--payments__select__selectList__selectItem--Padding: 10px 16px;--payments__select__selectList__selectItem--Background--hover: var(--bg--surface2--color);--payments__select__selectList__selectItem--Background--active: var(--bg--surface1--color);--payments__select__selectList__selectItem--FontSize: var(--typography--size--m);--payments__select__selectList__selectItem--Color: var(--text--primary--color);--payments__form__currencyNode--Color: var(--text--primary--color);--payments__form--Fill: var(--text--primary--color);--payments__selectContainer__selectList__selectItem--Color: var(--text--primary--color);--payments__form__minMaxInfo__minmaxCurrency--PaddingInlineStart: 5px}@media(max-width:420px){.payments{--payments__form__submit--Width: 100%}}}@layer successPaymentModal{.successPaymentModal{--successPaymentModal__closeIcon--Fill: var(--icon--secondary--color);--successPaymentModal__closeIcon--hover--Fill: var(--icon--accent--color);--successPaymentModal__closeIcon--active--Fill: var(--icon--primary--color);--successPaymentModal__content__title--FontSize: 14px;--successPaymentModal__content__title--FontWeight: 400;--successPaymentModal__content__title--Color: var(--text--primary--color);--successPaymentModal__content__text--FontSize: 20px;--successPaymentModal__content__text--FontWeight: 400;--successPaymentModal__content__text--Color: var(--text--primary--color)}@media(max-width:620px){.successPaymentModal{--successPaymentModal__content__text--FontSize: 16px}}}@layer gamesList{.gamesList{--gamesList__emptyListText--Color: var(--text--primary--color)}}@layer copyInput{.copyInput{--copyInput--icon--Fill: var(--bg--primary--inverse--color)}}@layer dropdown{.dropdown{--dropdown--ZIndex: 1000}}@layer personalInfo{.personalInfo{--personalInfo__form__title--Color: var(--text--primary--color)}}@layer divider{.divider{--divider--Background: var(--border--primary--color)}}@layer contolSelect{.contolSelect{--selectTrigger__chevronIcon--Fill: var(--icon--primary--color)}}@layer select{.selectContainer{gap:4px;--selectContainer--Gap: 0;--selectContainer--Border: 1px solid var(--ui--strokes--color);--selectContainer--BorderRadius: 8px;--selectContainer--Background: var(--bg--surface1--color);--selectContainer--Padding: 0;--selectContainer__selectList--Gap: 8px;--selectContainer__selectList--Padding: 15px;--selectContainer__selectList__selectItem--BorderRadius: 8px;--selectContainer__selectList__selectItem--Padding: 0;--selectContainer__selectList__selectItem--Background--hover: var(--bg--surface3--color);--selectContainer__selectList__selectItem--Background--active: var(--bg--surface3--color)}}:root{--bg--primary--color: var(--color--black--main);--bg--surface1--color: var(--color--gray--500);--bg--surface2--color: var(--color--gray--400);--bg--surface3--color: var(--color--gray--300);--bg--surface4--color: var(--color--gray--400);--bg--surface5--color: var(--color--gray--400);--bg--accent--color: var(--color--emerald--main);--bg--accent--hover--color: var(--color--emerald--700);--bg--error--color: var(--color--error);--bg--primary--inverse--color: var(--color--white--main);--bg--transparent--light--color: var(--color--white--200);--bg--transparent--black--color: var(--color--black--600);--bg--transparent--color: var(--color--black--600);--bg--warning--color: var(--color--amber--950);--text--primary--color: var(--color--white--main);--text--secondary--color: var(--color--white--400);--text--accent--color: var(--color--emerald--main);--text--accent--hover--color: var(--color--emerald--700);--text--error--color: var(--color--error);--text--primary--static--color: var(--color--white--main);--text--primary--inverse--color: var(--color--black--main);--text--secondary--static--color: var(--color--white--500);--icon--primary--color: var(--color--white--main);--icon--primary--static--color: var(--color--white--main);--icon--secondary--color: var(--color--white--400);--icon--accent--color: var(--color--emerald--main);--icon--accent--hover--color: var(--color--emerald--700);--icon--attention--color: var(--color--error);--icon--primary--inverse--color: var(--color--black--main);--button--accent--color: var(--color--emerald--main);--button--accent--hover--color: var(--color--emerald--700);--border--primary--color: var(--color--white--300);--border--secondary--color: var(--color--white--400);--border--error--color: var(--color--error);--border--accent--color: var(--color--emerald--main);--border--accent--hover--color: var(--color--emerald--700);--shadow: 0 0 4px rgba(255, 255, 255, .6);--shadow--glow: 0 0 15px var(--color--success);--shadow--window: 0 4px 30px rgba(0, 0, 0, .7);--skeleton--gradient: linear-gradient(-50deg, transparent 34.45%, #394047 53.43%, transparent 69.88%)}:root[dir=rtl]{--skeleton--gradient: linear-gradient(50deg, transparent 34.45%, #394047 53.43%, transparent 69.88%)}:root[data-theme=light]{--bg--primary--color: var(--color--lightgray--600);--bg--surface1--color: var(--color--white--main);--bg--surface2--color: var(--color--lightgray--500);--bg--surface3--color: var(--color--lightgray--400);--bg--surface4--color: var(--color--white--main);--bg--accent--color: var(--color--emerald--main);--bg--accent--hover--color: var(--color--emerald--700);--bg--error--color: var(--color--error);--bg--primary--inverse--color: var(--color--black--main);--bg--transparent--light--color: var(--color--white--200);--bg--transparent--black--color: var(--color--black--600);--bg--transparent--color: var(--color--white--600);--bg--warning--color: var(--color--amber--100);--text--primary--color: var(--color--black--main);--text--secondary--color: var(--color--black--400);--text--accent--color: var(--color--emerald--main);--text--accent--hover--color: var(--color--emerald--700);--text--error--color: var(--color--error);--text--primary--static--color: var(--color--white--main);--text--primary--inverse--color: var(--color--white--main);--text--secondary--static--color: var(--color--white--500);--icon--primary--color: var(--color--black--main);--icon--primary--static--color: var(--color--white--main);--icon--secondary--color: var(--color--black--400);--icon--accent--color: var(--color--emerald--main);--icon--accent--hover--color: var(--color--emerald--700);--icon--attention--color: var(--color--error);--icon--primary--inverse--color: var(--color--white--main);--button--accent--color: var(--color--emerald--main);--button--accent--hover--color: var(--color--emerald--700);--border--primary--color: var(--color--black--300);--border--secondary--color: var(--color--black--400);--border--error--color: var(--color--error);--border--accent--color: var(--color--emerald--main);--border--accent--hover--color: var(--color--emerald--700);--shadow: 0 0 4px rgba(255, 255, 255, .6);--shadow--glow: none;--shadow--window: 0 4px 30px rgba(0, 0, 0, .7);--skeleton--gradient: linear-gradient( -50deg, transparent 34.45%, var(--color--amber--100) 53.43%, transparent 69.88% )}:root[data-theme=light][dir=rtl]{--skeleton--gradient: linear-gradient( 50deg, transparent 34.45%, var(--color--amber--100) 53.43%, transparent 69.88% )}:root{--color--black--main: #1b1e20;--color--black--600: rgba(27, 30, 32, .88);--color--black--500: rgba(27, 30, 32, .6);--color--black--400: rgba(27, 30, 32, .4);--color--black--300: rgba(27, 30, 32, .12);--color--black--200: rgba(27, 30, 32, .08);--color--black--100: rgba(27, 30, 32, .04);--color--white--main: #fff;--color--white--600: rgba(255, 255, 255, .88);--color--white--500: rgba(255, 255, 255, .64);--color--white--400: rgba(255, 255, 255, .4);--color--white--300: rgba(255, 255, 255, .14);--color--white--200: rgba(255, 255, 255, .09);--color--white--100: rgba(255, 255, 255, .06);--color--lightgray--600: #f6f6f6;--color--lightgray--500: #ededee;--color--lightgray--400: #e3e4e4;--color--lightgray--300: #a4a5a6;--color--gray--600: #0b0d0e;--color--gray--500: #22262a;--color--gray--400: #32383e;--color--gray--300: #4c555e;--color--emerald--main: #1fad66;--color--emerald--700: #1cd478;--color--error: #f00;--color--success: #00c72c;--color--attention: #ff8d08;--color--amber--100: #ffebd0;--color--amber--950: #544540;--color--beig--300: #f5e2c8;--color--beig--500: #ebc38e;--color--scrollbar: var(--text--secondary--color);--gradient--gold: radial-gradient(59.36% 100% at 50% 100%, #f9ebc5 0%, #e4ae6e 100%)}:root{--typography--size--xxxs: 8px;--typography--size--xxs: 10px;--typography--size--xs: 12px;--typography--size--s: 14px;--typography--size--m: 16px;--typography--size--l: 20px;--typography--size--xl: 24px;--typography--size--xxl: 36px;--typography--size--3xl: 48px;--typography--size--4xl: 64px;--typography--family--headers: "Roboto";--typography--family--body: "Roboto";--header--Height: 80px;--platform__carousel__controls--Padding: 24px;--platform__carousel__controls--Gap: 8px;--platform__carousel__control--Width: 48px}@media(max-width:1024px){:root{--header--Height: 60px}}html,body{margin:0;padding:0;height:100%;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:14px;background-color:var(--bg--primary--color);color:var(--color--white--main)}#root{height:100%}input:focus{outline:none}a,a:visited{text-decoration:none;color:unset}::-webkit-scrollbar{width:5px;height:.5em}::-webkit-scrollbar-track{background:#1b1e20}::-webkit-scrollbar-thumb{background-color:#fff6;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-track{background:#f6f6f6}[data-theme=light] ::-webkit-scrollbar-thumb{background-color:#1b1e2066}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{cursor:pointer}._page_aghcc_1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:min-content;padding:68px 0;transition:all .3s}@media(max-width:768px){._page_aghcc_1{padding:166px 0 70px}}@media(max-width:420px){._page_aghcc_1{padding:89px 0 70px}}._page_aghcc_1 ._imgContainer_aghcc_21{width:100%;max-width:1012px;background-image:url(/static/bg-404-Ih_1Bn-T.svg);aspect-ratio:1/.475;background-size:contain}._page_aghcc_1 ._content_aghcc_28{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;gap:20px}@media(max-width:768px){._page_aghcc_1 ._content_aghcc_28{gap:32px}}@media(max-width:420px){._page_aghcc_1 ._content_aghcc_28{gap:16px}}._page_aghcc_1 ._h1_aghcc_46{margin:0;font-size:48px;font-weight:700;line-height:100%;color:var(--text--primary--color)}@media(max-width:768px){._page_aghcc_1 ._h1_aghcc_46{font-size:36px}}@media(max-width:420px){._page_aghcc_1 ._h1_aghcc_46{font-size:24px}}._toggleBlock_1xhgg_1{overflow-x:auto;display:flex;align-items:center;gap:4px}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1{display:flex;align-items:center;gap:8px;padding:12px 20px}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1 ._linkText_rj5fc_7{font-weight:400;font-size:14px;white-space:nowrap}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1 ._linkIcon_rj5fc_12{display:block;fill:var(--icon--secondary--color);transition:all var(--Transition--normal)}@media(any-hover:hover){._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1:hover ._linkIcon_rj5fc_12{filter:drop-shadow(var(--shadow--glow));fill:var(--icon--accent--hover--color)}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1:hover ._linkText_rj5fc_7{color:var(--text--accent--hover--color)}}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1._active_rj5fc_26 ._linkIcon_rj5fc_12{filter:drop-shadow(var(--shadow--glow));fill:var(--icon--accent--hover--color)}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1._active_rj5fc_26 ._linkText_rj5fc_7{color:var(--text--accent--hover--color);text-shadow:var(--shadow--glow)}@media(max-width:768px){._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1{padding:8px 14px}._toggleLink_rj5fc_1 ._toggleButton_rj5fc_1 ._linkText_rj5fc_7{font-size:12px}}._footer_1qmlf_1{margin-top:auto;box-sizing:border-box;display:flex;justify-content:space-between;gap:10px;padding:21px 40px 36px;width:100%;background-color:var(--bg--primary--color)}[data-theme=light] ._footer_1qmlf_1._hallOfFame_1qmlf_11{background-color:var(--color--beig--300)}@media(max-width:986px){._footer_1qmlf_1{display:none}}._side_1qmlf_20{display:flex;flex-direction:column;gap:8px;align-items:start;justify-content:start;color:var(--text--secondary--color);font-size:12px;max-width:517px}._sideRight_1qmlf_30{align-items:end;max-width:min-content}._logo_1qmlf_35{width:230px;height:40px}._logo_1qmlf_35 path:nth-child(1),._logo_1qmlf_35 path:nth-child(3){fill:var(--bg--primary--inverse--color)}._responsibly_ydzlf_1{display:flex;gap:10px;align-items:center;font-size:16px;font-weight:500;color:var(--text--secondary--color)}@media(max-width:986px){._responsibly_ydzlf_1{font-size:12px;gap:8px}}._responsibly_ydzlf_1 ._responsiblyText_ydzlf_15{width:100px;word-break:break-word;text-align:end;font-weight:400}@media(max-width:986px){._responsibly_ydzlf_1 ._responsiblyText_ydzlf_15{width:min-content;white-space:nowrap;text-align:start}}._responsibly_ydzlf_1 ._circle_ydzlf_28{display:flex;box-sizing:border-box;width:44px;height:44px;border:4px solid var(--text--secondary--color);color:var(--text--secondary--color);border-radius:50%;font-size:16px;align-items:center;justify-content:center;text-align:center}@media(max-width:986px){._responsibly_ydzlf_1 ._circle_ydzlf_28{width:22px;height:22px;border:2px solid var(--text--secondary--color);font-size:9px}}._socialLink_e2s4u_1{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:var(--bg--surface1--color);transition:all .3s}._socialLink_e2s4u_1 ._icon_e2s4u_11{overflow:visible;fill:var(--color--emerald--main);transition:all .3s}@media(any-hover:hover){._socialLink_e2s4u_1:hover{background:var(--bg--surface2--color)}._socialLink_e2s4u_1:hover ._icon_e2s4u_11{fill:var(--color--emerald--700)}}._hallOfFame_2q4j5_1{position:relative;cursor:pointer;display:flex;box-sizing:border-box;align-items:center;height:48px;padding:14.5px 45px 14.5px 130px;border-radius:8px;transition:.3s all;background:no-repeat url(/img/hall-of-fame-bg.png),var(--bg--surface1--color);white-space:nowrap}@media(max-width:1024px){._hallOfFame_2q4j5_1{white-space:unset;padding-right:10px;min-width:250px}}@media(any-hover:hover){._hallOfFame_2q4j5_1:hover{background:no-repeat url(/img/hall-of-fame-bg.png),var(--bg--surface2--color)}}._hallOfFame_2q4j5_1:before{position:absolute;content:"";width:90px;height:57px;top:-12px;left:9px;background-image:url(/img/hall-of-fame-icon.png);background-size:contain}._hallOfFame_2q4j5_1 ._text_2q4j5_36{font-size:14px;font-weight:700;text-transform:uppercase;background-image:var(--gradient--gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding:0;margin:0}._info_1ufhm_1{display:flex;gap:24px;align-items:center}._logo_1lnr6_1{display:block;fill:var(--bg--primary--inverse--color)}._navigation_ctlks_1{display:flex;flex-direction:column;gap:6px;align-items:end;transition:.3s all}._navigation_ctlks_1._sidebar_ctlks_8{align-items:start}._icon_ctlks_12{display:none;transition:.3s all}._icon_ctlks_12._sidebar_ctlks_8{display:flex;fill:var(--bg--primary--inverse--color);transition:.3s all}._staticPagesNavigation_ctlks_22{box-sizing:border-box;display:flex;gap:13px;margin:0;padding:0;list-style-type:none}._staticPagesNavigation_ctlks_22._sidebar_ctlks_8{flex-direction:column}._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33{display:flex;white-space:nowrap;margin:0;padding:0 14px}._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33 ._staticPageLink_ctlks_39{display:flex;align-items:center;gap:8px;padding:11px 0;color:var(--text--secondary--color);transition:.3s all;font-size:14px;line-height:normal}._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33 ._staticPageLink_ctlks_39._activeLink_ctlks_49{color:var(--text--accent--hover--color)}@media(any-hover:hover){._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33 ._staticPageLink_ctlks_39:hover{color:var(--text--accent--hover--color)}._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33 ._staticPageLink_ctlks_39:hover ._icon_ctlks_12{fill:var(--icon--accent--hover--color)}}._staticPagesNavigation_ctlks_22 ._staticLinkWrapper_ctlks_33 ._staticPageLink_ctlks_39._sidebar_ctlks_8{padding:2px;color:var(--text--primary--color);font-size:14px}._title_ctlks_66{margin:0;text-shadow:none}._title_ctlks_66._sidebar_ctlks_8{text-shadow:0 0 4px rgba(255,255,255,.6)}._copyrightWrapper_1ctwd_1{display:flex;flex-direction:column;gap:8px;color:var(--text--primary--color)}._copyright_1ctwd_1{display:flex;flex-direction:column}@media(max-width:986px){._copyright_1ctwd_1{display:none}}._copyrightInfo_1ctwd_17{color:var(--text--secondary--color);font-size:10px;line-height:150%}._wrapper_16jjm_1{position:relative;width:53px;height:100%;display:flex;align-items:center;background-image:url(/img/star.webp);background-position:0 0;background-size:contain;background-repeat:no-repeat}._top_16jjm_13{position:absolute;right:4px;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:var(--gradient--gold);font-size:12px;font-weight:900}._block_1ahmb_1{background:var(--icon--accent--color);height:100%;width:24px;display:flex;align-items:center;justify-content:center}@media(any-hover:hover){._block_1ahmb_1:hover{background:var(--icon--accent--hover--color)}}._block_1ahmb_1:active{background:var(--icon--accent--color)}._icon_1ahmb_18{width:100%;height:100%}._highroller_1ulcs_1{position:relative;display:flex;justify-content:space-evenly;align-items:center;height:var(--highrollers--Height);gap:8px;padding:0 8px;max-width:300px;-webkit-user-select:none;user-select:none}._highroller_1ulcs_1 ._border_1ulcs_12{position:absolute;height:12px;right:0;border-right:1px solid var(--border--primary--color);color:transparent}._field_1ulcs_20{vertical-align:middle;line-height:100%;font-size:12px;font-weight:400;color:var(--text--primary--color);overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}._login_1ulcs_31{max-width:100px}._money_1ulcs_35{display:flex;align-items:center;justify-content:start;overflow:visible;max-width:150px;position:relative;font-weight:900;color:transparent;background-image:var(--gradient--gold);-webkit-background-clip:text;background-clip:text;padding-left:20px}._money_1ulcs_35 ._icon_1ulcs_48{position:absolute;left:-6px;top:-8px;min-width:min-content}._game_1ulcs_55,._game_1ulcs_55:visited{max-width:150px;color:var(--text--accent--color);text-decoration:none}@media(any-hover:hover){._game_1ulcs_55:hover,._game_1ulcs_55:visited:hover{color:var(--text--accent--hover--color)}}._game_1ulcs_55:active,._game_1ulcs_55:visited:active{color:#fff}._coeff_1ulcs_72{max-width:60px}._table_1ulcs_76{justify-content:space-around}._table_1ulcs_76 ._border_1ulcs_12{display:none}._table_1ulcs_76 ._login_1ulcs_31{max-width:60px;min-width:60px}._table_1ulcs_76 ._coeff_1ulcs_72{max-width:40px;min-width:40px}._table_1ulcs_76 ._game_1ulcs_55{max-width:100px;min-width:100px;height:100%;display:flex;align-items:center}._table_1ulcs_76 ._money_1ulcs_35{padding:0;justify-content:end}._table_1ulcs_76 ._money_1ulcs_35 ._icon_1ulcs_48{position:relative;top:3px;left:5px}._table_1ulcs_76 ._money_1ulcs_35{min-width:80px;max-width:80px}._wrapper_i2e4w_1{position:relative}._close_i2e4w_5{height:100%;width:100%;cursor:pointer;fill:var(--icon--secondary--color)}._header_zriut_1{box-sizing:border-box;position:fixed;top:0;left:0;z-index:101;width:100%;display:flex;align-items:center;height:var(--header--Height);background-color:var(--bg--surface1--color);padding:13px 24px;transform:translateZ(0)}._header_zriut_1 ._container_zriut_15{display:flex;align-items:center;justify-content:space-between;margin-inline:auto;max-width:1920px;width:100%}._header_zriut_1 ._container_zriut_15 ._leftContent_zriut_23{display:flex;align-items:center;gap:4px}._header_zriut_1 ._container_zriut_15 ._leftContent_zriut_23 ._burger_zriut_28{display:none;padding:0}._header_zriut_1 ._container_zriut_15 ._leftContent_zriut_23 ._burger_zriut_28 ._burgerIcon_zriut_32{filter:drop-shadow(0 0 4px rgba(255,255,255,.6));fill:var(--icon--primary--color)}@media(max-width:1024px){._header_zriut_1 ._container_zriut_15 ._leftContent_zriut_23 ._logo_zriut_37{width:172px;height:30px}}._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;align-items:center;gap:16px}._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42 ._active_zriut_51{color:var(--text--accent--hover--color);text-shadow:var(--shadow--glow)}._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42 ._item_zriut_55 ._link_zriut_55 ._linkButton_zriut_55{padding:10px 16px;font-size:12px}@media(any-hover:hover){._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42 ._item_zriut_55 ._link_zriut_55 ._linkButton_zriut_55:hover{text-shadow:var(--shadow--glow)}}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64{display:flex;align-items:center;gap:24px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23,._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70{display:flex;align-items:center;gap:16px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23 ._depositLink_zriut_75 ._depositButton_zriut_75{padding:13px;background-color:var(--bg--primary--color)}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23 ._depositLink_zriut_75 ._depositButton_zriut_75 ._depositIcon_zriut_79{fill:var(--icon--primary--color)}@media(any-hover:hover){._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23 ._depositLink_zriut_75 ._depositButton_zriut_75:hover{background-color:var(--bg--surface2--color)}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23 ._depositLink_zriut_75 ._depositButton_zriut_75:hover ._depositIcon_zriut_79{filter:drop-shadow(var(--shadow--glow));fill:var(--icon--accent--hover--color)}}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91{position:relative}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91:after{content:"";z-index:1;position:absolute;top:-9px;right:-9px;height:19px;width:19px;border-radius:20px;border:2px solid rgba(253,199,52,.4);background-color:transparent;animation:_ripple_zriut_1 2s ease-in-out infinite}[dir=rtl] ._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91:after{right:auto;left:-9px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91 ._bonusIcon_zriut_111{position:absolute;top:-7px;right:-7px;height:19px;width:19px;box-sizing:border-box;padding:2px;border:3px solid var(--bg--surface1--color);border-radius:20px;background-color:#fdc734;animation:_pulse_zriut_1 2s ease-in-out infinite;fill:var(--bg--surface1--color)}[dir=rtl] ._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91 ._bonusIcon_zriut_111{right:auto;left:-7px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;flex-direction:column;align-items:end;gap:3px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139{display:flex;align-items:center;gap:4px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139 ._infoIcon_zriut_144{width:14px;height:14px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139 ._infoIcon_zriut_144._balance_zriut_148{fill:var(--icon--secondary--color)}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139 ._infoIcon_zriut_144._persone_zriut_151{stroke:var(--icon--secondary--color);fill:none}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139 ._infoValue_zriut_155{font-weight:400;font-size:12px;color:var(--text--primary--color)}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._infoList_zriut_129 ._infoItem_zriut_139 ._infoValue_zriut_155._balance_zriut_148{min-width:25px;height:14px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._profileTrigger_zriut_164{padding:14px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._profileTrigger_zriut_164 ._triggerIcon_zriut_167{display:block;filter:drop-shadow(0 0 4px rgba(255,255,255,.6));fill:var(--color--white--main)}@media(max-width:1240px){._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42{gap:12px}._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42 ._list_zriut_42 ._item_zriut_55 ._link_zriut_55 ._linkButton_zriut_55{padding-inline:10px;font-size:10px}}@media(max-width:1024px){._header_zriut_1{padding:6px 8px}._header_zriut_1 ._container_zriut_15 ._leftContent_zriut_23 ._burger_zriut_28{display:flex}._header_zriut_1 ._container_zriut_15 ._headerNav_zriut_42,._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._left_zriut_23{display:none}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._profileTrigger_zriut_164{padding:9px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._profileTrigger_zriut_164 ._triggerIcon_zriut_167{width:17px;height:17px}}@media(max-width:576px){._header_zriut_1 ._container_zriut_15{gap:8px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70{gap:4px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._logInButton_zriut_209{padding:9px;height:40px}._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._logInButton_zriut_209 ._loginIcon_zriut_213{width:21px;height:21px;filter:drop-shadow(var(--shadow));transition:all .3s;fill:var(--icon--primary--color)}}@media(max-width:576px)and (any-hover:hover){._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._logInButton_zriut_209:hover ._loginIcon_zriut_213{filter:drop-shadow(var(--shadow--glow));fill:var(--icon--accent--hover--color)}}@media(max-width:576px){._header_zriut_1 ._container_zriut_15 ._userBlock_zriut_64 ._right_zriut_70 ._signUpButton_zriut_91{flex:1 0 auto;min-width:81px;padding-inline:2px;white-space:nowrap}}._profileDropdownWrapper_zriut_236{box-sizing:border-box;margin-top:11px;margin-left:24px}[dir=rtl] ._profileDropdownWrapper_zriut_236{margin-left:-24px}@media(max-width:1024px){._profileDropdownWrapper_zriut_236{margin-top:11px;margin-left:8px}[dir=rtl] ._profileDropdownWrapper_zriut_236{margin-left:-8px}}._modal_zriut_254{width:100%;max-width:100%;height:100%;padding:0}._profileDropdownContainer_zriut_261{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - var(--header--Height));box-shadow:0 4px 30px #000000b3;background-color:var(--bg--primary--color);padding:16px}._profileDropdownContainer_zriut_261 ._closeButton_zriut_272{display:none}._profileDropdownContainer_zriut_261 ._top_zriut_275{display:flex;align-items:center;gap:8px}._profileDropdownContainer_zriut_261 ._top_zriut_275 ._profileIconWrapper_zriut_280{border-radius:8px;background-color:var(--bg--surface1--color);padding:11px}._profileDropdownContainer_zriut_261 ._top_zriut_275 ._profileIconWrapper_zriut_280 ._profileIcon_zriut_280{display:block;width:20px;height:20px;filter:drop-shadow(0 0 4px rgba(255,255,255,.6));fill:var(--icon--primary--color)}._profileDropdownContainer_zriut_261 ._top_zriut_275 ._userList_zriut_292{display:block;list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0}._profileDropdownContainer_zriut_261 ._top_zriut_275 ._userList_zriut_292 ._userName_zriut_299{font-weight:400;font-size:20px;color:var(--text--primary--color)}._profileDropdownContainer_zriut_261 ._top_zriut_275 ._userList_zriut_292 ._userId_zriut_304{font-weight:400;font-size:16px;color:var(--text--secondary--color)}@media(max-width:768px){._profileDropdownContainer_zriut_261{position:relative;width:100%;max-height:unset;height:inherit}._profileDropdownContainer_zriut_261 ._closeButton_zriut_272{position:absolute;top:8px;right:8px;display:flex}._profileDropdownContainer_zriut_261 ._closeButton_zriut_272 ._closeIcon_zriut_322{fill:var(--icon--primary--color)}[dir=rtl] ._profileDropdownContainer_zriut_261 ._closeButton_zriut_272{top:8px;right:auto;left:8px}}@keyframes _pulse_zriut_1{0%{transform:scale(1)}35%{transform:scale(1.2)}70%{transform:scale(1)}to{transform:scale(1)}}@keyframes _ripple_zriut_1{0%{transform:scale(.5)}35%{transform:scale(.5)}70%{transform:scale(.5)}to{transform:scale(1.1)}}._mainBg_ippiw_1{width:100%;height:100%;border-radius:8px;overflow:hidden;background-color:var(--bg--surface1--color)}._animateBg_ippiw_9{width:100%;height:100%;background:var(--skeleton--gradient);background-size:200%;background-repeat:no-repeat;animation-name:_skeleton_ippiw_1;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}[dir=rtl] ._animateBg_ippiw_9{animation-direction:reverse}@keyframes _skeleton_ippiw_1{0%{background-position:200%}50%{background-position:0%}to{background-position:-200%}}._profileMenu_1v447_1{min-width:300px}._profileMenu_1v447_1 ._list_1v447_4{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;flex-direction:column;gap:4px}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13{display:flex;align-items:center;justify-content:start;gap:16px;font-size:16px;color:var(--text--primary--color);width:100%}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13 ._linkText_1v447_22{text-align:start}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13 ._linkIcon_1v447_25{width:30px;height:30px;fill:var(--icon--secondary--color)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13._activeLink_1v447_30{background:var(--button--Background--secondary--hover);border:var(--button--Border--secondary--hover);text-shadow:none}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13._activeLink_1v447_30 ._linkIcon_1v447_25{filter:drop-shadow(var(--shadow--glow));fill:var(--icon--accent--hover--color)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13._activeLink_1v447_30 ._linkText_1v447_22{color:var(--text--accent--hover--color);text-align:start}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13 ._button_1v447_13 ._messageCounter_1v447_43{box-sizing:border-box;margin-left:auto;border-radius:20px;min-width:20px;background-color:var(--bg--accent--hover--color);box-shadow:var(--shadow--glow);padding:2px 4px;font-size:12px;text-shadow:0 0 4px rgba(255,255,255,.6)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._bigLogout_1v447_54 ._button_1v447_13{display:flex;align-items:center;justify-content:start;gap:18px;color:var(--text--primary--color);width:100%}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._bigLogout_1v447_54 ._button_1v447_13 ._logoutIcon_1v447_62{fill:var(--icon--secondary--color)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65{margin-top:20px}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65 ._button_1v447_13{display:flex;align-items:center;justify-content:start;gap:8px;padding:0 0 0 14px}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65 ._button_1v447_13 ._logoutIcon_1v447_62{width:30px;height:30px;fill:var(--icon--attention--color)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65 ._button_1v447_13 ._linkText_1v447_22{font-size:16px;font-weight:700;text-shadow:0 0 4px rgba(255,255,255,.6)}@media(any-hover:hover){._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65 ._button_1v447_13:hover{color:var(--text--error--color)}._profileMenu_1v447_1 ._list_1v447_4 ._item_1v447_13._smallLogout_1v447_65 ._button_1v447_13:hover ._linkText_1v447_22{text-shadow:none}}._profileMenu_1v447_1._big_1v447_54 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13,._profileMenu_1v447_1._small_1v447_65 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13{gap:16px;padding:12px 16px}._profileMenu_1v447_1._big_1v447_54 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13 ._linkText_1v447_22,._profileMenu_1v447_1._small_1v447_65 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13 ._linkText_1v447_22{font-size:16px}._profileMenu_1v447_1._big_1v447_54 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13 ._linkIcon_1v447_25,._profileMenu_1v447_1._small_1v447_65 ._list_1v447_4 ._item_1v447_13 ._link_1v447_22 ._button_1v447_13 ._linkIcon_1v447_25{width:30px;height:30px}._profileMenu_1v447_1._small_1v447_65{padding-bottom:9px}@media(max-width:1024px){._profileMenu_1v447_1._big_1v447_54{display:none}}._themeSwitcher_8edj0_1{width:48px;height:48px;background-color:var(--bg--primary--color);padding:10px}._themeSwitcher_8edj0_1 ._icon_8edj0_7{width:28px;height:28px}[data-theme=dark] ._themeSwitcher_8edj0_1 ._icon_8edj0_7{fill:#fdb334}._themeSwitcher_8edj0_1 ._icon_8edj0_7{fill:#1e1f21}@media(any-hover:hover){._themeSwitcher_8edj0_1:hover{background-color:var(--bg--surface2--color)}}@media(max-width:1024px){._themeSwitcher_8edj0_1{background-color:var(--bg--surface1--color)}}@media(max-width:1024px)and (any-hover:hover){._themeSwitcher_8edj0_1:hover{background-color:var(--bg--surface2--color)}}@layer languageSwitcher{._languageSwitcher_1y2lw_2{--languageSwitcher__contentContainer--zIndex: 103;--languageSwitcher__contentContainer--Padding: 0;--languageSwitcher__contentContainer--Background: none;--languageSwitcher__contentContainer--Border: none;--languageSwitcher__contentContainer--BorderRadius: 8px;--languageSwitcher__selectOptions--Background: transparent;--languageSwitcher__selectOptions--BorderRadius: 8px;--languageSwitcher__selectOptions--BoxShadow: var(--shadow--window);--languageSwitcher__selectTrigger--MinWidth: 75px;--languageSwitcher__selectTrigger--Background: var(--bg--primary--color);--languageSwitcher__selectTrigger--Padding: 12px 10px;--languageSwitcher__selectTrigger--Border: none;--languageSwitcher__selectTrigger--BorderRadius: 8px;--languageSwitcher__selectTrigger--Background--hover: var(--bg--surface2--color);--languageSwitcher__content--Border: none;--languageSwitcher__selectOption--Padding: 12px 10px;--languageSwitcher__selectOption--Background: var(--bg--primary--color);--languageSwitcher__selectOption--Border: none;--languageSwitcher__selectOption--BorderRadius: 0;--languageSwitcher__selectOption--Background--selected: var(--bg--surface1--color);--languageSwitcher__selectOption--Background--hover: var(--bg--surface1--color);--languageSwitcher__selectOption--Background--selected--hover: var(--bg--surface1--color);--languageSwitcher__option--LineHeight: normal;--languageSwitcher__option--FontSize: 14px;--languageSwitcher__option--Color: var(--text--primary--color);--languageSwitcher__option--Color--hover: var(--text--primary--color);--languageSwitcher__option--Color--selected: var(--text--accent--color);--languageSwitcher__option--Color--selected--hover: var(--text--accent--color);--languageSwitcher__option--Gap: 8px;--languageSwitcher__option--TextTransform: uppercase;--languageSwitcher__icon--Size: 22px;--languageSwitcher__icon--Border: 1px solid white;--languageSwitcher__icon--BorderRadius: 50%;--languageSwitcher__icon--Background: white}._languageSwitcher_1y2lw_2 ._selectContainer_1y2lw_38{--selectContainer--Padding: 0;--languageSwitcher__selectOptions--Background: var(--bg--primary--color);--selectContainer__selectList--Padding: 0;--selectContainer__selectList__selectItem--Padding: 0}}._langSelectWrapper_1y2lw_45{position:relative}._trigger_1y2lw_49{min-width:var(--languageSwitcher__selectTrigger--MinWidth);background:var(--languageSwitcher__selectTrigger--Background);padding:var(--languageSwitcher__selectTrigger--Padding);border:var(--languageSwitcher__selectTrigger--Border);border-radius:var(--languageSwitcher__selectTrigger--BorderRadius);gap:0}@media(any-hover:hover){._trigger_1y2lw_49:hover{background:var(--languageSwitcher__selectTrigger--Background--hover)}}._trigger_1y2lw_49 ._chevronIcon_1y2lw_62{display:block;stroke:var(--text--primary--color);transition:.3s all}._trigger_1y2lw_49._opened_1y2lw_67 ._chevronIcon_1y2lw_62{transform:rotate(180deg)}._option_1y2lw_71{display:flex;align-items:center;justify-content:start;line-height:var(--languageSwitcher__option--LineHeight);font-size:var(--languageSwitcher__option--FontSize);color:var(--languageSwitcher__option--Color);text-transform:var(--languageSwitcher__option--TextTransform)}._languageIcon_1y2lw_81{display:block;width:var(--languageSwitcher__icon--Size);height:var(--languageSwitcher__icon--Size);border:var(--languageSwitcher__icon--Border);border-radius:var(--languageSwitcher__icon--BorderRadius);background:var(--languageSwitcher__icon--Background)}._content_1y2lw_90{border:var(--languageSwitcher__content--Border)}._contentContainer_1y2lw_94{--dropdown--ZIndex: var(--languageSwitcher__contentContainer--zIndex);--select__content__optionsList--Gap: var(--languageSwitcher__content__selectOptions--Gap);overflow:hidden;background:var(--languageSwitcher__contentContainer--Background);border:var(--languageSwitcher__contentContainer--Border);border-radius:var(--languageSwitcher__contentContainer--BorderRadius);box-shadow:var(--languageSwitcher__selectOptions--BoxShadow)}._contentContainer_1y2lw_94 ._option_1y2lw_71{gap:var(--languageSwitcher__option--Gap)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106{box-sizing:border-box;background:var(--languageSwitcher__selectOptions--Background);border-radius:var(--languageSwitcher__selectOptions--BorderRadius);border:var(--languageSwitcher__selectOptions--Border)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106{width:100%;padding:var(--languageSwitcher__selectOption--Padding);background:var(--languageSwitcher__selectOption--Background);border:var(--languageSwitcher__selectOption--Border);border-radius:var(--languageSwitcher__selectOption--BorderRadius)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106._active_1y2lw_119{background:var(--languageSwitcher__selectOption--Background--selected)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106._active_1y2lw_119 ._option_1y2lw_71{color:var(--languageSwitcher__option--Color--selected)}@media(any-hover:hover){._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106:hover{background:var(--languageSwitcher__selectOption--Background--hover)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106:hover ._option_1y2lw_71{color:var(--languageSwitcher__option--Color--hover)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106:hover._active_1y2lw_119{background:var(--languageSwitcher__selectOption--Background--selected--hover)}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._selectOption_1y2lw_106:hover._active_1y2lw_119 ._option_1y2lw_71{color:var(--languageSwitcher__option--Color--selected--hover)}}._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._active_1y2lw_119 ._selectOption_1y2lw_106{background:var(--languageSwitcher__selectOption--Background--selected);color:var(--languageSwitcher__option--Color--selected)}@media(any-hover:hover){._contentContainer_1y2lw_94 ._selectOptions_1y2lw_106 ._active_1y2lw_119 ._selectOption_1y2lw_106:hover{background:var(--languageSwitcher__selectOption--Background--selected--hover);color:var(--languageSwitcher__option--Color--selected--hover)}}._layout_1jm1q_1{display:flex;flex-direction:column;min-height:100vh;height:100%;background-color:var(--bg--primary--color)}@media(max-width:986px){._layout_1jm1q_1{width:100%;min-height:100%}}._contentWithFooter_1jm1q_15{height:auto;margin-top:var(--header--Height);flex-grow:1;box-sizing:border-box;margin-inline:auto;display:flex;flex-direction:column;max-width:1920px;width:100%}._contentWithFooter_1jm1q_15::-webkit-scrollbar{width:0}[data-theme=light] ._contentWithFooter_1jm1q_15._hallOfFame_1jm1q_29{background-color:var(--color--beig--300)}._contentWithFooter_1jm1q_15:has(._profile_1jm1q_32),._contentWithFooter_1jm1q_15:has(._sport_1jm1q_32){max-height:calc(100% - var(--header--Height))}._contentWithFooter_1jm1q_15:has(._game_1jm1q_35){overflow:auto}._contentWithFooter_1jm1q_15:has(._sport_1jm1q_32){height:inherit}@media(max-width:1024px){._contentWithFooter_1jm1q_15{max-height:calc(100% - var(--header--Height) - calc(var(--highrollers--Height, var(--highrollers--Height--fallback)) + 70px))}._contentWithFooter_1jm1q_15:has(._profile_1jm1q_32),._contentWithFooter_1jm1q_15:has(._sport_1jm1q_32){max-height:calc(100% - var(--header--Height) - 70px)}._contentWithFooter_1jm1q_15._profile_1jm1q_32 ._content_1jm1q_15{padding-top:20px}}._main_1jm1q_53{height:inherit;box-sizing:border-box}._main_1jm1q_53._others_1jm1q_57,._main_1jm1q_53._profile_1jm1q_32{margin-inline:auto;max-width:1656px;width:100%;padding:40px 20px 90px}._main_1jm1q_53._hallOfFame_1jm1q_29,._main_1jm1q_53._games_1jm1q_63{flex:1;display:flex;flex-direction:column}._main_1jm1q_53._others_1jm1q_57{gap:32px}._main_1jm1q_53._profile_1jm1q_32{display:flex;flex-direction:row;gap:60px}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76{display:flex;flex-direction:column;gap:32px;width:100%}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76 ._profileTitleWrapper_1jm1q_82{display:flex;align-items:center;gap:8px}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76 ._profileTitle_1jm1q_82{margin:0;font-size:48px;font-weight:700;color:var(--text--primary--color);text-transform:capitalize}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76 ._profileTitleBackButton_1jm1q_94{border-radius:50%;padding:7px}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76 ._profileTitleBackButton_1jm1q_94 ._profileTitleBackIcon_1jm1q_98{fill:var(--icon--primary--color)}._main_1jm1q_53._game_1jm1q_35{display:flex;flex-direction:row;gap:20px;padding:24px 30px 54px;min-height:0;flex-grow:1}@media(max-width:1600px){._main_1jm1q_53._profile_1jm1q_32{gap:30px}._main_1jm1q_53 ._others_1jm1q_57,._main_1jm1q_53._profile_1jm1q_32{padding-top:30px}._main_1jm1q_53._game_1jm1q_35{flex-direction:column;gap:30px;padding:20px 0 30px}}@media(max-width:986px){._main_1jm1q_53._profile_1jm1q_32{padding-top:20px}}@media(max-width:740px){._main_1jm1q_53._others_1jm1q_57,._main_1jm1q_53._profile_1jm1q_32{padding-top:16px;padding-inline:8px}._main_1jm1q_53._profile_1jm1q_32{padding-bottom:90px;flex:1}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76{gap:16px}._main_1jm1q_53._profile_1jm1q_32 ._profileContainer_1jm1q_76 ._profileTitle_1jm1q_82{font-size:24px}}._fixedBottom_1jm1q_144{height:var(--highrollers--Height, var(--highrollers--Height--fallback));position:fixed;bottom:0;width:100%;z-index:1;display:flex;justify-content:flex-end;flex-direction:column}._fixedBottom_1jm1q_144._profile_1jm1q_32,._fixedBottom_1jm1q_144._sport_1jm1q_32{height:0}@media(max-width:1024px){._fixedBottom_1jm1q_144{height:calc(var(--highrollers--Height, var(--highrollers--Height--fallback)) + 70px)}._fixedBottom_1jm1q_144._profile_1jm1q_32,._fixedBottom_1jm1q_144._sport_1jm1q_32{height:70px}}._loader_1jm1q_166{align-items:center;justify-content:center;display:flex;width:100vw;height:100%;background-color:red}._tabBarWrapper_10sa1_1{padding:0 20px;display:none;position:relative;justify-content:space-between;align-items:center}@media(max-width:1024px){._tabBarWrapper_10sa1_1{display:flex;padding:0 8px}}._tagIcon_iakct_1{width:14px;height:14px;fill:var(--icon--secondary--color)}._cardContent_iakct_7 p,._cardContent_iakct_7 h1,._cardContent_iakct_7 h2{line-height:120%;margin:0;font-size:var(--typography--size--m);color:var(--text--primary--color)}@media(max-width:576px){._cardContent_iakct_7 p,._cardContent_iakct_7 h1,._cardContent_iakct_7 h2{font-size:var(--typography--size--s)}}._skeleton_iakct_23{width:100%;display:grid;grid-template-columns:var(--promotions--GridTemplateColumns, var(--promotions--GridTemplateColumns--fallback));gap:var(--promotions--Gap, var(--promotions--Gap--fallback))}._skeleton_iakct_23 ._skeletonPromotion_iakct_29{width:100%;height:450px}._wrapper_1rywm_1{width:100%;height:100%}._wrapper_1rywm_1 ._sport_1rywm_5{display:block;height:100%}._wrapper_1rywm_1 ._skeletonWrapper_1rywm_9{width:100%;box-sizing:border-box;height:100%;padding:40px}@media(max-width:768px){._wrapper_1rywm_1 ._skeletonWrapper_1rywm_9{padding:20px}}._wrapper_1rywm_1 ._skeleton_1rywm_9{border-radius:12px}._navTab_sii6j_1{display:flex;text-align:center;padding:5px 10px;gap:10px;border-radius:10px;background-color:var(--bg--surface1--color);transition:all .3s;text-transform:uppercase;font-size:var(--typography--size--s);align-items:center}._navTab_sii6j_1 ._label_sii6j_13{padding:0;margin:0;font-weight:700}._navTab_sii6j_1 ._icon_sii6j_18{width:30px;height:30px;overflow:visible;fill:var(--icon--secondary--color)}._navTab_sii6j_1._navTabActive_sii6j_24{background-color:var(--bg--surface2--color)}._navTab_sii6j_1._navTabActive_sii6j_24 ._label_sii6j_13{color:var(--icon--accent--hover--color);text-shadow:var(--shadow--glow)}._navTab_sii6j_1._navTabActive_sii6j_24 ._icon_sii6j_18{fill:var(--icon--accent--color)}@media(any-hover:hover){._navTab_sii6j_1:hover{color:var(--icon--accent--hover--color);background-color:var(--bg--surface2--color)}._navTab_sii6j_1:hover ._icon_sii6j_18{fill:var(--icon--accent--hover--color);filter:drop-shadow(0 0 20px var(--shadow--glow))}}._hallOfFame_sii6j_45{white-space:unset;margin-top:15px;padding-right:10px}._navigation_czwkq_1{display:flex;flex-direction:column;gap:4px}._contentWrapper_1bnb7_1{z-index:100;--languageSwitcher__selectTrigger--Background: var(--bg--surface1--color);box-sizing:border-box;position:relative;display:flex;flex-direction:column;padding:8px 16px 16px;gap:8px;max-width:300px;height:fit-content}._contentWrapper_1bnb7_1 ._themeSwitcher_1bnb7_13{width:48px;height:48px;background-color:var(--bg--surface1--color);padding:10px}@media(any-hover:hover){._contentWrapper_1bnb7_1 ._themeSwitcher_1bnb7_13:hover{background-color:var(--bg--surface2--color)}}._contentHeader_1bnb7_25{display:flex;align-items:center;justify-content:flex-start;gap:14px}._logo_1bnb7_32{width:128px;height:22px}._navWrapper_1bnb7_37{display:flex;flex-direction:column;gap:20px;margin-bottom:8px}._wrapper_1bnb7_44{display:flex;gap:8px;flex-grow:1;width:100%}._closeButton_1bnb7_51{position:absolute;top:11px;right:10px;z-index:100}[dir=rtl] ._closeButton_1bnb7_51{right:auto;left:16px}@media(any-hover:hover){._closeButton_1bnb7_51:hover ._closeIcon_1bnb7_62{fill:var(--icon--accent--hover--color)}}._closeIcon_1bnb7_62{transition:.3s all;fill:var(--icon--primary--color)}._contentFooter_1bnb7_72{display:flex;flex-direction:column;gap:16px;margin-top:auto}._pwaButton_1bnb7_79{width:100%}._pwaButton_17j7t_1{gap:16px;width:100%;padding:6px 12px}._pwaButton_17j7t_1 ._icon_17j7t_6{display:block;width:24px;height:24px;overflow:visible;transition:all .3s;fill:var(--icon--secondary--color)}._pwaButton_17j7t_1 ._label_17j7t_14{margin:0;font-size:14px;text-shadow:none}@media(any-hover:hover){._pwaButton_17j7t_1:hover{background-color:var(--bg--surface2--color)}._pwaButton_17j7t_1:hover ._icon_17j7t_6{fill:var(--icon--accent--hover--color);filter:drop-shadow(0 0 20px var(--shadow--glow))}}._modal_tvq8a_1{box-shadow:0 4px 30px #000000b3}._modal_tvq8a_1 ._closeIcon_tvq8a_4{fill:var(--icon--primary--color)}._modal_tvq8a_1 ._switchButton_tvq8a_7{display:flex;align-items:center;gap:10px;line-height:20px}._modal_tvq8a_1 ._switchButton_tvq8a_7 ._switchIcon_tvq8a_13{display:block;width:12px;height:12px;filter:drop-shadow(0 0 4px rgba(255,255,255,.6));transition-duration:var(--Transition--normal--fallback);fill:var(--text--primary--color)}[dir=rtl] ._modal_tvq8a_1 ._switchButton_tvq8a_7 ._switchIcon_tvq8a_13{transform:rotate(180deg)}._modal_tvq8a_1 ._switchButton_tvq8a_7:last-child ._switchIcon_tvq8a_13{transform:rotate(180deg)}[dir=rtl] ._modal_tvq8a_1 ._switchButton_tvq8a_7:last-child ._switchIcon_tvq8a_13{transform:unset}@media(any-hover:hover){._modal_tvq8a_1 ._switchButton_tvq8a_7:hover ._switchIcon_tvq8a_13{fill:var(--text--accent--hover--color)}}._tagIcon_tvq8a_36{width:14px;height:14px;fill:var(--icon--secondary--color)}._balanceIcon_tvq8a_42{width:20px;height:20px;fill:var(--icon--primary--static--color)}._loader_12y1v_1{display:flex;align-items:center;justify-content:center;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg--surface1--color)}._loader_12y1v_1 ._loaderIcon_12y1v_11{fill:#4c555e}._popup_hdv9o_1{z-index:102;position:fixed;top:auto;left:auto;right:20px;bottom:30px;width:min-content;height:min-content;--modal--Width: 290px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:9px;min-width:290px;min-height:104px;border:2px solid var(--border--accent--color);border-radius:20px;overflow:visible;padding:19px 17px 15px 112px;text-transform:uppercase;background:radial-gradient(circle at bottom left,var(--bg--accent--color),var(--bg--surface1--color))}[dir=rtl] ._popup_hdv9o_1{left:20px;right:auto;padding:19px 112px 15px 17px;background:radial-gradient(circle at bottom right,var(--bg--accent--color),var(--bg--surface1--color))}._img_hdv9o_32{position:absolute;bottom:-2px;left:-5px;right:auto;width:116px;height:156px;overflow:visible}[dir=rtl] ._img_hdv9o_32{left:auto;right:-5px}._closeButton_hdv9o_46{background-color:transparent;position:absolute;top:0;right:0;opacity:.4;display:flex}._closeButton_hdv9o_46 ._closeIcon_hdv9o_54{fill:var(--icon--primary--color)}@media(any-hover:hover){._closeButton_hdv9o_46:hover{opacity:1}}[dir=rtl] ._closeButton_hdv9o_46{top:8px;right:auto;left:8px}._arrowIcon_hdv9o_68{display:flex;align-items:center;fill:var(--icon--primary--static--color)}[dir=rtl] ._arrowIcon_hdv9o_68{transform:scaleX(-1)}._supportText_hdv9o_77{display:flex;margin:0;font-weight:600;font-size:12px;color:var(--text--primary--color)}._linkButton_hdv9o_85{font-size:var(--typography--size--m);min-width:161px;padding:10px 16px}._linkText_hdv9o_91{margin:0;padding:0;text-wrap:nowrap}._page_7qnd4_1{display:flex;flex-direction:column;padding:40px;gap:32px}._page_7qnd4_1 ._test_7qnd4_7{display:flex}@media(max-width:768px){._page_7qnd4_1{gap:24px;padding:20px 20px 90px}}@media(max-width:420px){._page_7qnd4_1{padding:0 8px 90px}}._carousel_1xc42_1 ._bannerContainer_1xc42_1 ._banner_1xc42_1{aspect-ratio:360/195}._skeletonWrapper_1xc42_5{width:100%;overflow:hidden}._skeletonWrapper_1xc42_5 ._skeleton_1xc42_5{display:flex;align-items:center;justify-content:start;gap:var(--banners--Gap, var(--banners--Gap--fallback))}._skeletonWrapper_1xc42_5 ._skeleton_1xc42_5 ._skeletonBlock_1xc42_15{aspect-ratio:360/195;min-width:calc((100% - var(--banners--Gap, var(--banners--Gap--fallback)) * (var(--banners--BannersPerView, var(--banners--BannersPerView--fallback)) - 1)) / var(--banners--BannersPerView, var(--banners--BannersPerView--fallback)));max-width:calc((100% - var(--banners--Gap, var(--banners--Gap--fallback)) * (var(--banners--BannersPerView, var(--banners--BannersPerView--fallback)) - 1)) / var(--banners--BannersPerView, var(--banners--BannersPerView--fallback)))}._skeleton_j8mof_1{width:100%;aspect-ratio:.7501875469}._skeleton_j8mof_1._live_j8mof_5{aspect-ratio:1.5384615385}._cardContainer_j8mof_9{width:100%}._card_j8mof_9{cursor:pointer;box-sizing:border-box;display:flex;position:relative;flex-direction:column;align-items:center;width:100%;aspect-ratio:.7501875469;background:#22262a;transition:.3s all;overflow:hidden}._img_j8mof_27{position:relative;width:100%;aspect-ratio:1;object-fit:cover;transition:.3s all}._imgPlaceholder_j8mof_35{width:50%;height:65%;display:flex;align-items:center;position:absolute;aspect-ratio:.7501875469;fill:#4c555e}._content_j8mof_45{display:flex;justify-content:center;align-items:center;width:100%;position:absolute;aspect-ratio:.7501875469;transition:.3s all}._labelWrapper_j8mof_55{display:flex;flex-direction:column;-webkit-mask-image:linear-gradient(180deg,transparent 10%,black 50%);mask-image:linear-gradient(180deg,transparent 10%,black 50%);box-sizing:border-box;position:absolute;bottom:0;align-items:center;justify-content:center;width:100%;height:fit-content;min-height:52%;color:var(--color--white--main);text-transform:uppercase;transition:.3s all;line-height:normal;gap:4px;padding:calc(27% + 5px) 5px 5px 5px}._big_j8mof_75 ._labelWrapper_j8mof_55{gap:8px}@media(max-width:1240px){._big_j8mof_75 ._labelWrapper_j8mof_55{gap:4px}}._label_j8mof_55{padding:0;margin:0;text-shadow:0 0 4px var(--color--white--500);text-align:center;overflow:hidden;text-overflow:ellipsis;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;font-size:12px;font-weight:900;direction:ltr}._big_j8mof_75 ._label_j8mof_55{font-size:20px}@media(max-width:1240px){._big_j8mof_75 ._label_j8mof_55{font-size:12px}}._provider_j8mof_112{padding:0;margin:0;text-shadow:0 0 4px var(--color--white--500);text-align:center;overflow:hidden;text-overflow:ellipsis;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;font-size:8px;direction:ltr}._big_j8mof_75 ._provider_j8mof_112{font-size:12px}@media(max-width:1240px){._big_j8mof_75 ._provider_j8mof_112{font-size:8px}}._labelWrapperLoading_j8mof_139{background:none}._favoriteButton_j8mof_143{cursor:pointer;display:flex;position:absolute;top:4px;right:4px;border:0;width:24px;height:24px;padding:0;background-color:transparent;opacity:.5;z-index:1;transition:.3s all}[dir=rtl] ._favoriteButton_j8mof_143{right:auto;left:4px}._favoriteButton_j8mof_143 ._favoriteIcon_j8mof_162{fill:none;stroke:var(--color--white--main)}@media(any-hover:hover){._favoriteButton_j8mof_143:hover{opacity:1}}._favoriteButton_j8mof_143._favorite_j8mof_143{opacity:1}._favoriteButton_j8mof_143._favorite_j8mof_143 ._favoriteIcon_j8mof_162{fill:var(--color--emerald--main);stroke:var(--color--emerald--main);transition:.3s}@media(any-hover:hover){._favoriteButton_j8mof_143._favorite_j8mof_143:hover ._favoriteIcon_j8mof_162{fill:var(--color--emerald--700)}}._favoriteButton_j8mof_143._animate_j8mof_184{animation:_addFavorite_j8mof_1 .3s ease}._favoriteButton_j8mof_143._animate_j8mof_184 ._favoriteIcon_j8mof_162{fill:var(--color--emerald--main);transform-origin:.3s}._big_j8mof_75 ._favoriteButton_j8mof_143{top:8px;right:8px}[dir=rtl] ._big_j8mof_75 ._favoriteButton_j8mof_143{right:auto;left:8px}@media(max-width:1240px){._big_j8mof_75 ._favoriteButton_j8mof_143{top:4px;right:4px}[dir=rtl] ._big_j8mof_75 ._favoriteButton_j8mof_143{right:auto;left:4px}}._playIcon_j8mof_211{margin-inline-start:7px;fill:#1cd478;filter:drop-shadow(var(--shadow--glow))}._big_j8mof_75 ._playIcon_j8mof_211{cursor:pointer;transition:transform .3s ease;display:flex}@media(max-width:1240px){._big_j8mof_75 ._playIcon_j8mof_211{display:none}}._cardWrapper_j8mof_228{width:100%;position:relative;height:min-content;border-radius:8px;overflow:hidden;transition:.3s all;padding:0}@media(any-hover:hover){._cardWrapper_j8mof_228:hover ._img_j8mof_27{filter:blur(8px) brightness(70%);transform:scale(1.2)}._cardWrapper_j8mof_228:hover ._playIconWrapper_j8mof_242{display:flex}._cardWrapper_j8mof_228:hover ._play_j8mof_211{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.3s}}@media(any-hover:hover)and (any-hover:hover){._cardWrapper_j8mof_228:hover ._play_j8mof_211:hover{transform:scale(1.2)}}@media(any-hover:hover){._cardWrapper_j8mof_228:hover ._playIcon_j8mof_211{margin-inline-start:7px;width:28px;height:32px}._cardWrapper_j8mof_228:hover ._labelWrapper_j8mof_55{box-sizing:border-box;filter:brightness(90%);transition:.3s all;align-items:center;text-align:center;justify-content:center}}._playIconWrapper_j8mof_242{display:none;position:absolute;top:0;align-items:center;justify-content:center;width:100%;aspect-ratio:1}._cardWrapperLive_j8mof_289,._cardWrapperLive_j8mof_289 ._card_j8mof_9,._cardWrapperLive_j8mof_289 ._content_j8mof_45{aspect-ratio:1.5384615385}._cardWrapperLive_j8mof_289 ._img_j8mof_27,._cardWrapperLive_j8mof_289 ._playIconWrapper_j8mof_242{aspect-ratio:2}._cardWrapperLive_j8mof_289 ._imgPlaceholder_j8mof_35{width:33%;height:70%;aspect-ratio:2}._cardWrapperLive_j8mof_289 ._labelWrapper_j8mof_55{height:48%;padding:calc(11% + 5px) 5px 5px 5px;line-height:1;-webkit-mask-image:linear-gradient(180deg,transparent 10%,black 35%);mask-image:linear-gradient(180deg,transparent 10%,black 35%)}._cardWrapperLive_j8mof_289 ._label_j8mof_55{-webkit-line-clamp:1;line-clamp:1}@media(any-hover:hover){._cardWrapperLive_j8mof_289:hover ._img_j8mof_27{filter:blur(8px) brightness(70%);transform:scale(1.2)}._cardWrapperLive_j8mof_289:hover ._playIconWrapper_j8mof_242{display:flex}._cardWrapperLive_j8mof_289:hover ._play_j8mof_211{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.3s}}@media(any-hover:hover)and (any-hover:hover){._cardWrapperLive_j8mof_289:hover ._play_j8mof_211:hover{transform:scale(1.2)}}@media(any-hover:hover){._cardWrapperLive_j8mof_289:hover ._playIcon_j8mof_211{margin-inline-start:7px;width:28px;height:32px}._cardWrapperLive_j8mof_289:hover ._labelWrapper_j8mof_55{box-sizing:border-box;filter:brightness(90%);transition:.3s all;align-items:center;text-align:center;justify-content:center}}@keyframes _addFavorite_j8mof_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}._carousel_13hp4_1,._skeletonGrid_13hp4_2{--games-carousel-gap: 8px;--games-carousel-slides-per-view: 6;display:grid;gap:var(--games-carousel-gap);grid-auto-flow:column;grid-auto-columns:calc((100% - var(--games-carousel-gap) * (var(--games-carousel-slides-per-view) - 1)) / var(--games-carousel-slides-per-view));grid-template-rows:1fr 1fr;-webkit-user-select:none;user-select:none}@media(max-width:986px){._carousel_13hp4_1,._skeletonGrid_13hp4_2{--games-carousel-gap: 4px;grid-template-rows:1fr}}@media(max-width:768px){._carousel_13hp4_1,._skeletonGrid_13hp4_2{grid-auto-columns:115px}}._skeleton_13hp4_2{width:100%;overflow:hidden}._skeletonGrid_13hp4_2{width:100%}._carouselWrapper_74ic4_1{position:static}._arrow_74ic4_5{transform:rotate(180deg);fill:var(--icon--primary--color)}._arrow_74ic4_5._reverse_74ic4_9,[dir=rtl] ._arrow_74ic4_5{transform:rotate(0)}[dir=rtl] ._arrow_74ic4_5._reverse_74ic4_9{transform:rotate(180deg)}@media(any-hover:hover){._prev_74ic4_20:hover ._arrow_74ic4_5,._next_74ic4_21:hover ._arrow_74ic4_5{fill:var(--icon--accent--hover--color);filter:drop-shadow(var(--shadow--glow))}}._container_p6bg6_1{--block--header--height: 48px;position:relative;display:flex;flex-direction:column;gap:8px}@media(max-width:1024px){._container_p6bg6_1{--block--header--height: 40px}}._header_p6bg6_14{display:flex;justify-content:space-between;align-items:center;height:var(--block--header--height)}._header_p6bg6_14 ._title_p6bg6_20{display:grid;grid-template-columns:min-content auto;align-items:center;gap:8px;margin:0;padding:0}._header_p6bg6_14 ._title_p6bg6_20 ._text_p6bg6_28{color:var(--text--primary--color);font-size:var(--typography--size--xl)}@media(max-width:1024px){._header_p6bg6_14 ._title_p6bg6_20 ._text_p6bg6_28{font-size:var(--typography--size--l)}}._header_p6bg6_14 ._title_p6bg6_20 ._icon_p6bg6_37{width:24px;height:24px;fill:var(--text--accent--color)}._header_p6bg6_14 ._link_p6bg6_42{margin-inline:calc(var(--platform__carousel__controls--Padding) * 2 + var(--platform__carousel__control--Width) * 2 + var(--platform__carousel__controls--Gap))}@media(max-width:1024px){._header_p6bg6_14 ._link_p6bg6_42{margin-inline:0}}._header_p6bg6_14 ._link_p6bg6_42._withoutControls_p6bg6_50{margin-inline:var(--platform__carousel__controls--Padding)}@media(max-width:1024px){._header_p6bg6_14 ._link_p6bg6_42._withoutControls_p6bg6_50{margin-inline:0}}._header_p6bg6_14 ._link_p6bg6_42 ._button_p6bg6_58{background:var(--bg--surface1--color);transition:var(--Transition--fast, var(--Transition--fast--fallback));border:none}@media(any-hover:hover){._header_p6bg6_14 ._link_p6bg6_42 ._button_p6bg6_58:hover{background:var(--bg--surface2--color)}}._skeleton_p6bg6_69{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start}._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76{width:100%;height:var(--block--header--height);display:flex;align-items:start}._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76 ._skeletonTitle_p6bg6_82{height:var(--block--header--height);width:50%}._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76 ._skeletonButtons_p6bg6_86{margin-inline:auto 0;display:flex;gap:16px;height:var(--block--header--height)}._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76 ._skeletonButtons_p6bg6_86 ._skeletonButton_p6bg6_86:first-child{width:calc(var(--block--header--height) * 2)}._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76 ._skeletonButtons_p6bg6_86 ._skeletonButton_p6bg6_86{width:var(--block--header--height)}@media(max-width:1024px){._skeleton_p6bg6_69 ._skeletonHeader_p6bg6_76 ._skeletonButton_p6bg6_86:not(:first-child){display:none}}@media(any-hover:hover){._prev_p6bg6_105:hover ._arrow_p6bg6_105,._next_p6bg6_106:hover ._arrow_p6bg6_105{fill:var(--icon--accent--hover--color);filter:drop-shadow(var(--shadow--glow))}}._carousel_1woxr_1,._skeletonGrid_1woxr_2{--games-carousel-gap: 8px;--games-carousel-slides-per-view: 5;display:grid;gap:var(--games-carousel-gap);grid-auto-flow:column;grid-auto-columns:calc((100% - var(--games-carousel-gap) * (var(--games-carousel-slides-per-view) - 1)) / var(--games-carousel-slides-per-view));grid-template-rows:1fr 1fr;-webkit-user-select:none;user-select:none}@media(max-width:986px){._carousel_1woxr_1,._skeletonGrid_1woxr_2{--games-carousel-gap: 4px;--games-carousel-slides-per-view: 4;grid-template-rows:1fr}}@media(max-width:768px){._carousel_1woxr_1,._skeletonGrid_1woxr_2{grid-auto-columns:170px}}._skeleton_1woxr_2{width:100%;overflow:hidden}._skeletonGrid_1woxr_2{width:100%}._card_1k57r_1{width:207px;min-width:207px;height:122px;box-sizing:border-box;border-radius:8px;background-color:var(--bg--surface1--color);display:flex;flex-direction:column;padding:16px;gap:16px;align-items:center;justify-content:space-between}._link_1k57r_16{width:100%}._play_1k57r_20._overflow_1k57r_20{width:100%;display:flex;height:40px;justify-content:center;align-items:center;font-size:var(--typography--size--xs);flex-shrink:0;flex-grow:1}._logo_1k57r_31{max-width:138px;max-height:34px;color:var(--text--primary--color);text-transform:uppercase}._label_1k57r_38{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--text--primary--color)}._skeleton_1k57r_48{width:207px;min-width:207px;height:122px;border-radius:8px}._carousel_mtzsi_1,._skeleton_mtzsi_2{--providers-carousel-gap: 16px;display:flex;gap:var(--providers-carousel-gap);-webkit-user-select:none;user-select:none}@media(max-width:986px){._carousel_mtzsi_1,._skeleton_mtzsi_2{--providers-carousel-gap: 8px}}@media(max-width:576px){._carousel_mtzsi_1,._skeleton_mtzsi_2{--providers-carousel-gap: 4px}}._skeletonWrapper_mtzsi_21{width:100%;overflow:hidden}._vars_1kj61_1{--promotion-carousel--size: clamp(90px, 9.636vw + -5.0112px, 180px);--promotions-carousel-gap: 16px}@media(max-width:986px){._vars_1kj61_1{--promotions-carousel-gap: 8px}}._vars_1kj61_1._viewport_1kj61_10{width:100%;-webkit-user-select:none;user-select:none}._vars_1kj61_1._viewport_1kj61_10 ._wrapper_1kj61_14{width:var(--promotion-carousel--size);min-width:var(--promotion-carousel--size);max-width:var(--promotion-carousel--size);height:var(--promotion-carousel--size);border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;background:transparent;transition:box-shadow var(--Transition--normal, var(--Transition--normal--fallback))}@media(any-hover:hover){._vars_1kj61_1._viewport_1kj61_10 ._wrapper_1kj61_14:hover{box-shadow:inset 0 0 20px 5px var(--bg--surface1--color)}}._vars_1kj61_1._viewport_1kj61_10 ._wrapper_1kj61_14:has(._text_1kj61_32){box-sizing:border-box;background-color:var(--bg--surface1--color);border:4px solid var(--border--primary--color);text-align:center;vertical-align:middle}@media(max-width:986px){._vars_1kj61_1._viewport_1kj61_10 ._wrapper_1kj61_14:has(._text_1kj61_32){border:2px solid var(--border--primary--color)}}._vars_1kj61_1._viewport_1kj61_10 ._carousel_1kj61_44{display:flex;gap:var(--promotions-carousel-gap)}._vars_1kj61_1._viewport_1kj61_10 ._image_1kj61_48{display:block;width:var(--promotion-carousel--size);min-width:var(--promotion-carousel--size);max-width:var(--promotion-carousel--size);height:var(--promotion-carousel--size);object-fit:cover;z-index:-1}._vars_1kj61_1._viewport_1kj61_10 ._text_1kj61_32{text-transform:uppercase;padding:0 10px;color:var(--text--primary--color);font-size:var(--typography--size--xs);font-weight:700;text-shadow:var(--shadow)}._vars_1kj61_1._skeletonWrapper_1kj61_65{overflow:hidden;width:100%}._vars_1kj61_1._skeletonWrapper_1kj61_65 ._skeleton_1kj61_65{gap:var(--promotions-carousel-gap);display:flex;align-items:center;justify-content:start;overflow:hidden;width:max-content}._vars_1kj61_1._skeletonWrapper_1kj61_65 ._skeleton_1kj61_65 ._skeletonBlock_1kj61_77{border-radius:50%;width:var(--promotion-carousel--size);min-width:var(--promotion-carousel--size);height:var(--promotion-carousel--size);min-height:var(--promotion-carousel--size);overflow:hidden}._wrapper_kldb6_1,._skeleton_kldb6_2{-webkit-user-select:none;user-select:none;width:100%;border-radius:8px;overflow:hidden}._image_kldb6_9{display:block;width:100%;height:auto;object-fit:cover}._skeleton_kldb6_2,._image_kldb6_9{aspect-ratio:4/1}@media(max-width:420px){._skeleton_kldb6_2,._image_kldb6_9{aspect-ratio:43/23}}._varsWrapper_10a6f_1{--card--height: 144px}._varsWrapper_10a6f_1._wrapper_10a6f_4{padding:16px;border-radius:8px;margin-right:16px;box-sizing:border-box;height:var(--card--height);background-color:var(--gameSlide__wrapper--BackgroundColor)}@media(max-width:986px){._varsWrapper_10a6f_1._wrapper_10a6f_4{margin-right:4px}}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17{width:max-content;border-radius:8px;display:flex;gap:16px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._imgWrapper_10a6f_23{border-radius:8px;overflow:hidden;width:112px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._imgWrapper_10a6f_23 ._img_10a6f_23{object-fit:cover;width:100%;height:100%}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._imgWrapper_10a6f_23 ._placeholderWrapper_10a6f_33{position:relative;width:100%;height:100%;box-sizing:border-box;background:var(--gameSlide__wrapper--BackgroundColor)}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._imgWrapper_10a6f_23 ._imgPlaceholder_10a6f_40{width:100%;height:100%;display:flex;align-items:center;position:absolute;fill:#4c555e}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48{display:flex;flex-direction:column;gap:8px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._info_10a6f_53{display:flex;flex-direction:column;gap:4px;color:var(--gameSlide__info--Color);font-family:Roboto,sans-serif;font-weight:700;font-size:16px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._info_10a6f_53 ._playerName_10a6f_62{color:var(--gameSlide__playerName--Color);font-weight:400;font-size:14px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._info_10a6f_53 ._amount_10a6f_67{display:flex;gap:4px}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._info_10a6f_53 ._amount_10a6f_67 ._amountIcon_10a6f_71{width:20px;height:20px;background:var(--gameSlide__amountIcon--Background);-webkit-filter:var(--gameSlide__amountIcon--DropShadow);filter:var(--gameSlide__amountIcon--DropShadow)}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._info_10a6f_53 ._amount_10a6f_67 ._amountValue_10a6f_78{margin:0;white-space:nowrap}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._link_10a6f_82{box-sizing:border-box;min-width:96px;width:fit-content;height:40px;padding:13px;border-radius:8px;background:var(--button--accent--color);color:var(--text--primary--static--color);font-family:Roboto,sans-serif;font-weight:700;font-size:12px;text-align:center;text-transform:uppercase;text-shadow:0 0 4px rgba(255,255,255,.6);transition:all .3s;white-space:nowrap}._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._link_10a6f_82:visited{color:var(--text--primary--static--color)}@media(any-hover:hover){._varsWrapper_10a6f_1._wrapper_10a6f_4 ._wrapperContent_10a6f_17 ._content_10a6f_48 ._link_10a6f_82:hover{background:var(--button--accent--hover--color)}}._varsWrapper_10a6f_1._skeleton_10a6f_108{width:calc(var(--card--height) * 1.8);height:var(--card--height)}._arrow_1521z_1{transform:rotate(180deg);fill:var(--icon--primary--color)}._arrow_1521z_1._reverse_1521z_5,[dir=rtl] ._arrow_1521z_1{transform:rotate(0)}[dir=rtl] ._arrow_1521z_1._reverse_1521z_5{transform:rotate(180deg)}._skeleton_1521z_15{width:100%;overflow:hidden}._skeletonWinners_1521z_20{width:max-content;display:flex;gap:16px}@media(any-hover:hover){._prev_1521z_27:hover ._arrow_1521z_1,._next_1521z_28:hover ._arrow_1521z_1{fill:var(--icon--accent--hover--color);filter:drop-shadow(var(--shadow--glow))}}
