@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

body {
    --aurora_white: #fff;
    --aurora_black: #0a0a0a;
    --aurora_spot_bg: #f3f3f3;
    --aurora_text_primary: #0a0a0a;
    --aurora_text_secondary: #666;
    --aurora_text_tertiary: #a3a3a3;
    --aurora_text_disable: grey;
    --aurora_text_inverted: #fff;
    --aurora_special_red: #ff3d4d;
    --aurora_special_orange: #ffa64c;
    --aurora_special_green: #3ac270;
    --aurora_special_blue: #2997ff;
    --aurora_special_blue_bg1: #daedff;
    --aurora_special_red_bg1: #fab3b9;
    --aurora_special_red_bg2: #f7eced;
    --aurora_special_green_bg: #4dcd80;
    --aurora_special_green_bg1: #a5e1be;
    --aurora_special_green_bg2: #e5f1ea;
    --aurora_special_orange_bg1: #fdd6af;
    --aurora_special_orange_bg2: #fceee0;
    --aurora_special_purple: #8247e5;
    --aurora_special_purple_bg1: #e8dbff;
    --aurora_special_orange_bg3: rgb(255 166 77/6%);
    --aurora_special_green_bg3: rgba(58, 194, 112, .24);
    --aurora_special_red_bg3: rgba(255, 166, 77, .24);
    --aurora_bg_hide: hsla(0, 0%, 100%, .8);
    --aurora_neutral_10: #fff;
    --aurora_neutral_20: #f6f6f6;
    --aurora_neutral_25: #efeeee;
    --aurora_neutral_30: #dfdfdf;
    --aurora_neutral_40: #d4d4d4;
    --aurora_neutral_50: #c7c7c7;
    --aurora_neutral_60: #4d4d4d;
    --aurora_neutral_70: #242424;
    --aurora_neutral_80: #0a0a0a;
    --aurora_neutral_90: #83838326;
    --aurora_neutral_100: #83838342;
    --aurora_border_primary: #e6e6e6;
    --aurora_border_secondary: #ddd;
    --aurora_border_active: #0a0a0a;
    --aurora_el_active_default: #0a0a0a;
    --aurora_el_active_hover: #2f2f2f;
    --aurora_el_active_pressed: #484848;
    --aurora_el_active_disabled: #979797;
    --aurora_el_active_color_inside: #fff;
    --aurora_el_active_disabled_color_inside: #dcdcdc;
    --aurora_el_inactive_default: #b6b6b6;
    --aurora_el_inactive_hover: #939393;
    --aurora_el_inactive_pressed: #898989;
    --aurora_el_inactive_disabled: #979797;
    --aurora_el_inactive_color_inside: #fff;
    --aurora_el_inactive_disabled_color_inside: #dcdcdc;
    --aurora_modal_primary: #fff;
    --aurora_modal_bg: #0a0a0a8a;
    --aurora_select_default: #fff;
    --aurora_select_hover: #f6f6f6;
    --aurora_select_item: #efeeee;
    --aurora_select_item_hover: #fff;
    --aurora_select_border: #e6e6e6;
    --aurora_trade_spot_blocks: #fff;
    --aurora_trade_spot_bg: #f3f3f3;
    --aurora_block_bg: #f6f6f6;
    --aurora_block_bg_cards: #fff;
    --aurora_block_bg_cards_hover: #fff;
    --aurora_block_bg_cards_item: #f6f6f6;
    --aurora_block_bg_cards_hover_item: #0a0a0a;
    --aurora_block_btn: #fff;
    --aurora_block_btn_item: #f6f6f6;
    --aurora_block_btn_hover: #0a0a0a;
    --aurora_block_btn_item_hover: #242424;
    --aurora_block_payform: #ebebeb;
    --aurora_blog_gr: linear-gradient(90deg, #f6f6f6 9.52%, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
    --aurora_blog_gr_rtl: linear-gradient(270deg, #f6f6f6 9.52%, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
    --aurora_block_gr: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0) 104.17%);
    --aurora_block_gr_rtl: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 104.17%);
    --aurora_bg_buttonUp: #f6f6f6;
    --aurora_table_bg: #fff;
    --aurora_table_items: #f6f6f6;
    --aurora_table_hover_stroke: #f6f6f6;
    --aurora_table_hover_items: #fff;
    --aurora_table_action_btn: #fff;
    --aurora_table_action_btn_hover: #0c0c0c;
    --aurora_table_icon_default: #f6f6f6;
    --aurora_table_icon_hover: #fff;
    --aurora_footer_bg: #f6f6f6;
    --aurora_footer_btn: #fff;
    --aurora_footer_btn_hover: #efeeee;
    --aurora_footer_tab_bar: hsla(0, 0%, 100%, .6);
    --aurora_footer_tab_bar_shadow: 0px -0.33px 0px 0px #0000004d;
    --aurora_block_shadow: 0px 0px 16px 0px rgb(0 0 0/4%), 0px 16px 28px 0px rgb(0 0 0/4%);
    --aurora_selected_shadow: 0px 8px 43px 0px rgba(0, 0, 0, .13);
    --aurora_modal_shadow: 0px 8px 58px 0px rgba(0, 0, 0, .16);
    --aurora_cards_shadow: 0px 0px 16px 0px rgb(0 0 0/4%), 0px 16px 28px 0px rgb(0 0 0/4%);
    --aurora_tooltip_shadow: 0px 0px 57px 0px rgb(0 0 0/9%), 0px 16px 47px 0px rgb(0 0 0/6%);
    --aurora_toggle_shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
    --aurora_subheader_bg: #fff;
    --aurora_bg_primary: #fff
}

body.dark {
    --aurora_white: #fff;
    --aurora_black: #0a0a0a;
    --aurora_text_primary: #fff;
    --aurora_text_secondary: #b1b1b1;
    --aurora_text_tertiary: #888;
    --aurora_text_disable: #828282;
    --aurora_text_inverted: #0a0a0a;
    --aurora_special_red: #ee404f;
    --aurora_special_orange: #ef9d4c;
    --aurora_special_green: #3fc374;
    --aurora_special_blue: #1283f5;
    --aurora_special_blue_bg1: #0b263f;
    --aurora_special_red_bg1: #7d1f26;
    --aurora_special_red_bg2: #3d0f12;
    --aurora_special_green_bg: #4dcd80;
    --aurora_special_green_bg1: #1d6037;
    --aurora_special_green_bg2: #0e2f1b;
    --aurora_special_orange_bg1: #7a4f24;
    --aurora_special_orange_bg2: #372410;
    --aurora_special_purple: #8247e5;
    --aurora_special_purple_bg1: #1e1233;
    --aurora_special_orange_bg3: rgba(255, 61, 77, .24);
    --aurora_special_green_bg3: rgba(58, 194, 112, .24);
    --aurora_special_red_bg3: rgba(255, 166, 77, .24);
    --aurora_neutral_10: #0a0a0a;
    --aurora_neutral_20: #1a1a1a;
    --aurora_neutral_25: #212121;
    --aurora_neutral_30: #343434;
    --aurora_neutral_40: #525252;
    --aurora_neutral_50: #6a6a6a;
    --aurora_neutral_60: #7a7a7a;
    --aurora_neutral_70: #a1a1a1;
    --aurora_neutral_80: #fff;
    --aurora_neutral_90: #8282823d;
    --aurora_neutral_100: #8282825c;
    --aurora_border_primary: #2d2d2d;
    --aurora_border_secondary: #292929;
    --aurora_border_active: #fff;
    --aurora_el_active_default: #fff;
    --aurora_el_active_hover: #eaeaea;
    --aurora_el_active_pressed: #ddd;
    --aurora_el_active_disabled: #5d5d5d;
    --aurora_el_active_color_inside: #0a0a0a;
    --aurora_el_active_disabled_color_inside: #282828;
    --aurora_el_inactive_default: #686868;
    --aurora_el_inactive_hover: grey;
    --aurora_el_inactive_pressed: #949494;
    --aurora_el_inactive_disabled: #5d5d5d;
    --aurora_el_inactive_color_inside: #0a0a0a;
    --aurora_el_inactive_disabled_color_inside: #323232;
    --aurora_modal_primary: #202020;
    --aurora_modal_bg: #0a0a0a8a;
    --aurora_select_default: #2c2c2c;
    --aurora_select_hover: #333;
    --aurora_select_item: #383838;
    --aurora_select_item_hover: #424242;
    --aurora_select_border: #3c3c3c;
    --aurora_trade_spot_blocks: #191919;
    --aurora_trade_spot_bg: #0a0a0a;
    --aurora_block_bg: #191919;
    --aurora_block_bg_cards: #252525;
    --aurora_block_bg_cards_hover: #2a2a2a;
    --aurora_block_bg_cards_item: #383838;
    --aurora_block_bg_cards_hover_item: #fff;
    --aurora_block_btn: #252525;
    --aurora_block_btn_item: #383838;
    --aurora_block_btn_hover: #fff;
    --aurora_block_btn_item_hover: #ececec;
    --aurora_block_payform: #373737;
    --aurora_blog_gr: linear-gradient(90deg, #191919, #191919 51.27%, rgba(25, 25, 25, 0));
    --aurora_blog_gr_rtl: linear-gradient(270deg, #191919, #191919 51.27%, rgba(25, 25, 25, 0));
    --aurora_block_gr: linear-gradient(270deg, #191919 50%, rgba(25, 25, 25, 0) 104.17%);
    --aurora_block_gr_rtl: linear-gradient(90deg, #191919 50%, rgba(25, 25, 25, 0) 104.17%);
    --aurora_bg_buttonUp: #292929;
    --aurora_table_bg: #191919;
    --aurora_table_items: #2a2a2a;
    --aurora_table_hover_stroke: #252525;
    --aurora_table_hover_items: #383838;
    --aurora_table_action_btn: #383838;
    --aurora_table_action_btn_hover: #fff;
    --aurora_table_icon_default: #252525;
    --aurora_table_icon_hover: #383838;
    --aurora_footer_bg: #191919;
    --aurora_footer_btn: #252525;
    --aurora_footer_btn_hover: #2e2e2e;
    --aurora_footer_tab_bar: #19191966;
    --aurora_footer_tab_bar_shadow: 0px -0.33px 0px 0px #ffffff4d;
    --aurora_block_shadow: 4px 4px 16px 6px rgba(0, 0, 0, .28);
    --aurora_selected_shadow: 4px 4px 16px 6px rgba(0, 0, 0, .14);
    --aurora_modal_shadow: 4px 4px 16px 6px rgba(0, 0, 0, .28);
    --aurora_cards_shadow: 4px 4px 16px 6px rgba(0, 0, 0, .28);
    --aurora_tooltip_shadow: 4px 4px 16px 6px rgba(0, 0, 0, .28);
    --aurora_toggle_shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
    --aurora_subheader_bg: linear-gradient(0deg, #191919, #191919), linear-gradient(0deg, #383838, #383838);
    --aurora_bg_primary: #0a0a0a;
    --aurora_bg_hide: hsla(0, 0%, 47%, .8)
}

body {
    --aurora_white: #fff;
    --aurora_black: #0a0a0a;
    --aurora_spot_bg: #f3f3f3;
    --aurora_text_primary: #0a0a0a;
    --aurora_text_secondary: #666;
    --aurora_text_tertiary: #a3a3a3;
    --aurora_text_disable: grey;
    --aurora_text_inverted: #fff;
    --aurora_special_red: #ff3d4d;
    --aurora_special_orange: #ffa64c;
    --aurora_special_green: #3ac270;
    --aurora_special_blue: #2997ff;
    --aurora_special_blue_bg1: #daedff;
    --aurora_special_red_bg1: #fab3b9;
    --aurora_special_red_bg2: #f7eced;
    --aurora_special_green_bg: #4dcd80;
    --aurora_special_green_bg1: #a5e1be;
    --aurora_special_green_bg2: #e5f1ea;
    --aurora_special_orange_bg1: #fdd6af;
    --aurora_special_orange_bg2: #fceee0;
    --aurora_special_purple: #8247e5;
    --aurora_special_purple_bg1: #e8dbff;
    --aurora_special_orange_bg3: rgb(255 166 77 / 6%);
    --aurora_special_green_bg3: rgba(58, 194, 112, .24);
    --aurora_special_red_bg3: rgba(255, 166, 77, .24);
    --aurora_bg_hide: hsla(0, 0%, 100%, .8);
    --aurora_neutral_10: #fff;
    --aurora_neutral_20: #f6f6f6;
    --aurora_neutral_25: #efeeee;
    --aurora_neutral_30: #dfdfdf;
    --aurora_neutral_40: #d4d4d4;
    --aurora_neutral_50: #c7c7c7;
    --aurora_neutral_60: #4d4d4d;
    --aurora_neutral_70: #242424;
    --aurora_neutral_80: #0a0a0a;
    --aurora_neutral_90: #83838326;
    --aurora_neutral_100: #83838342;
    --aurora_border_primary: #e6e6e6;
    --aurora_border_secondary: #ddd;
    --aurora_border_active: #0a0a0a;
    --aurora_el_active_default: #0a0a0a;
    --aurora_el_active_hover: #2f2f2f;
    --aurora_el_active_pressed: #484848;
    --aurora_el_active_disabled: #979797;
    --aurora_el_active_color_inside: #fff;
    --aurora_el_active_disabled_color_inside: #dcdcdc;
    --aurora_el_inactive_default: #b6b6b6;
    --aurora_el_inactive_hover: #939393;
    --aurora_el_inactive_pressed: #898989;
    --aurora_el_inactive_disabled: #979797;
    --aurora_el_inactive_color_inside: #fff;
    --aurora_el_inactive_disabled_color_inside: #dcdcdc;
    --aurora_modal_primary: #fff;
    --aurora_modal_bg: #0a0a0a8a;
    --aurora_select_default: #fff;
    --aurora_select_hover: #f6f6f6;
    --aurora_select_item: #efeeee;
    --aurora_select_item_hover: #fff;
    --aurora_select_border: #e6e6e6;
    --aurora_trade_spot_blocks: #fff;
    --aurora_trade_spot_bg: #f3f3f3;
    --aurora_block_bg: #f6f6f6;
    --aurora_block_bg_cards: #fff;
    --aurora_block_bg_cards_hover: #fff;
    --aurora_block_bg_cards_item: #f6f6f6;
    --aurora_block_bg_cards_hover_item: #0a0a0a;
    --aurora_block_btn: #fff;
    --aurora_block_btn_item: #f6f6f6;
    --aurora_block_btn_hover: #0a0a0a;
    --aurora_block_btn_item_hover: #242424;
    --aurora_block_payform: #ebebeb;
    --aurora_blog_gr: linear-gradient(90deg, #f6f6f6 9.52%, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
    --aurora_blog_gr_rtl: linear-gradient(270deg, #f6f6f6 9.52%, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
    --aurora_block_gr: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0) 104.17%);
    --aurora_block_gr_rtl: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 104.17%);
    --aurora_bg_buttonUp: #f6f6f6;
    --aurora_table_bg: #fff;
    --aurora_table_items: #f6f6f6;
    --aurora_table_hover_stroke: #f6f6f6;
    --aurora_table_hover_items: #fff;
    --aurora_table_action_btn: #fff;
    --aurora_table_action_btn_hover: #0c0c0c;
    --aurora_table_icon_default: #f6f6f6;
    --aurora_table_icon_hover: #fff;
    --aurora_footer_bg: #f6f6f6;
    --aurora_footer_btn: #fff;
    --aurora_footer_btn_hover: #efeeee;
    --aurora_footer_tab_bar: hsla(0, 0%, 100%, .6);
    --aurora_footer_tab_bar_shadow: 0px -0.33px 0px 0px #0000004d;
    --aurora_block_shadow: 0px 0px 16px 0px rgb(0 0 0 / 4%), 0px 16px 28px 0px rgb(0 0 0 / 4%);
    --aurora_selected_shadow: 0px 8px 43px 0px rgba(0, 0, 0, .13);
    --aurora_modal_shadow: 0px 8px 58px 0px rgba(0, 0, 0, .16);
    --aurora_cards_shadow: 0px 0px 16px 0px rgb(0 0 0 / 4%), 0px 16px 28px 0px rgb(0 0 0 / 4%);
    --aurora_tooltip_shadow: 0px 0px 57px 0px rgb(0 0 0 / 9%), 0px 16px 47px 0px rgb(0 0 0 / 6%);
    --aurora_toggle_shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
    --aurora_subheader_bg: #fff;
    --aurora_bg_primary: #fff;

    --mainPrimary: #000;
    --mainSecondary: #fff;
    --footerGray: #c5c5c5;
    --mainGray: #888;
    --tertiary: #a3a3a3;
    --mainBackgroundSecondary: #f6f6f6;
    --white: #fff;
    --black: #000;
    --contentTertiary: #c4c4c4;
    --dropdown_bg: #fff;
    --bg_1: #000;
    --bg_1_reverse: #141414;
    --bg_2: #f6f6f6;
    --bg_3: #f6f6f6;
    --bg_4: #000;
    --bg_5: #fff;
    --bg_6: #fff;
    --bg_7: #ebebeb;
    --black_gradient_1: linear-gradient(85.17deg, #000 -0.5%, #2e2e2e 98.72%);
    --black_gradient_2: linear-gradient(180deg, #353535, rgba(47, 47, 47, 0));
    --black_gradient_3: radial-gradient(circle, rgb(0 0 0 / 1%) 0%, rgba(72, 72, 72, .46) 50%, #000 100%);
    --black_gradient_4: linear-gradient(231.15deg, hsla(0, 0%, 96%, .08) 6.02%, #f6f6f6 97.45%);
    --black_gradient_5: #f6f6f6;
    --black_gradient_6: #fff;
    --border_gradient_dark: transparent;
    --bg_8: linear-gradient(231.15deg, hsla(0, 0%, 96%, .08) 6.02%, #f6f6f6 97.45%);
    --bg_9: #ebebeb;
    --bg_10: #fff;
    --bg_card: transparent;
    --bg_advantages: transparent;
    --bg_staking: rgb(0 0 0 / 8%);
    --bg_11: #ebebeb;
    --bg_12: #f8f8f8;
    --bg_13: #f6f6f6;
    --bg_14: linear-gradient(247.95deg, #ededed 5.87%, #f6f6f6 96.55%);
    --bg_15: #f6f6f6;
    --bg_16: #fff;
    --bg_17: #f6f6f6;
    --bg_18: #fff;
    --bg_19: #fff;
    --bg_20: linear-gradient(197.8deg, #fff -33.83%, #ebebeb 83.83%);
    --bg_21: #fff;
    --bg_22: #f6f6f6;
    --bg_23: linear-gradient(200.8deg, hsla(0, 0%, 97%, .66) 11.17%, #ebebeb 89.83%);
    --bg_24: #f6f6f6;
    --bg_25: #ebebeb;
    --bg_26: #fff;
    --bg_27: #f5f5f5;
    --bg_28: #f6f6f6;
    --bg_29: #fff;
    --bg_30: #fff;
    --bg_31: #fff;
    --bg_32: rgb(0 0 0 / 8%);
    --bg_33: #fff;
    --bg_34: #f5f5f5;
    --bg_35: #f6f6f6;
    --bg_36: #fff;
    --bg_37: #ffffff2e;
    --bg_38: #fafafa;
    --bg_bubbleA: #f8f8f8a8;
    --bg_bubbleB: #ebebeb;
    --bg_moonA: #fff;
    --bg_moonB: #f6f6f6;
    --bg_40: #000;
    --bg_41: #f6f6f6;
    --bg_42: #fff;
    --bg_43: #fff;
    --bg_44: #fff;
    --bg_45: linear-gradient(270deg, hsla(0, 0%, 96%, 0), #f6f6f6);
    --bg_46: hsla(0, 0%, 100%, .14);
    --bg_47: linear-gradient(248deg, #ededed 5.87%, #f6f6f6 96.55%);
    --bg_48: #fff;
    --bg_49: linear-gradient(206deg, #ececec 19.25%, #f6f6f6 87.33%);
    --bg_50: #e6e6e6;
    --bg_banner: linear-gradient(180deg, rgba(0, 0, 0, .85), transparent 50%, rgba(0, 0, 0, .99));
    --bg_banner_gateway_CPT: #fff;
    --bg_banner_gateway_accept: none;
    --bg_widgets: hsla(0, 0%, 100%, .4);
    --bg_widgets_divider: #ebebeb;
    --bg_widgets_income: hsla(0, 0%, 100%, .8);
    --bg_widgets_chat: #fff;
    --borderAlpha_1: hsla(0, 0%, 100%, .3);
    --boxShadow: rgba(0, 0, 0, .7);
    --backgroundAlpha_2: rgb(0 0 0 / 4%);
    --backgroundAlpha_3: rgb(0 0 0 / 8%);
    --backgroundLandDefault: #fff;
    --backgroundLandHover: #ebebeb;
    --backgroundLandActive: #e6e6e6;
    --bgHeaderHover: #ebebeb;
    --bgHeaderActive: #e6e6e6;
    --bgHeaderItemHover: #f6f6f6;
    --select_item_hover: #fff;
    --bg_modal: linear-gradient(200deg, hsla(0, 0%, 97%, .66) 11%, #ebebeb 90%);
    --bg_cookieModal: #fff;
    --bg_modal_header: #fff;
    --bg_buttonUp: #f6f6f6;
    --bg_payForm_banner: linear-gradient(90deg, #ccc, #f2f2f2);
    --bg_icon_hover: #e6e6e6;
    --bg_icon_active: #e3e3e3;
    --bg_btn_disabled: rgba(0, 0, 0, .36);
    --bg_condition_line: rgba(0, 0, 0, .1);
    --bg_staking_card_dark: #141414;
    --bg_whitelabel_card_icon: #141414;
    --demo_dashboard_1: #1d1d1d;
    --demo_dashboard_2: #000;
    --demo_dashboard_3: #f6f6f6;
    --bg_mercuryo_banner: #fff;
    --bg_mass_block: #f6f6f6;
    --bg_mass_grad: hsla(0, 0%, 96%, 0);
    --bg_convert_difference: #fff;
    --bg_catalog_select: #fff;
    --bg_devcontest_banner: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 66.85%);
    --bg_neutral_10: #fff;
    --bg_neutral_20: #f6f6f6;
    --bg_neutral_30: #dfdfdf;
    --bg_neutral_80: #0a0a0a;
    --block_bg_cards: #fff;
    --neutral_10: #fff;
    --neutral_20: #f6f6f6;
    --neutral_25: #efeeee;
    --neutral_30: #dfdfdf;
    --neutral_40: #d4d4d4;
    --neutral_50: #c7c7c7;
    --neutral_60: #4d4d4d;
    --neutral_70: #242424;
    --neutral_80: #0a0a0a;
    --neutral_90: #83838326;
    --neutral_100: #83838342;
    --aurora_modal_bg: #0a0a0a8a;
    --aurora_select_default: #fff;
    --aurora_select_hover: #f6f6f6;
    --aurora_select_item_hover: #fff;
    --primary: #000;
    --secondary: #fff;
    --secondary_header: #666;
    --primary_header: #0a0a0a;
    --text_1: #666;
    --text_2: #146636;
    --text_3: rgba(0, 0, 0, .4);
    --text_4: #666;
    --text_5: #747474;
    --text_6: #747474;
    --toggleText: #a3a3a3;
    --coinName: #747474;
    --bannerText: #4a4a4a;
    --text_icon_primary: #0a0a0a;
    --text_icon_inverted: #fff;
    --text_disable: grey;
    --shadow_1: rgba(0, 0, 0, .26);
    --shadow_2: rgb(0 0 0 / 4%);
    --shadow_3: 0px 0px 80px rgba(0, 0, 0, .1);
    --shadow_4: 0px 0px 6px 0px rgb(0 0 0 / 4%), 0px 8px 16px 0px rgb(0 0 0 / 4%);
    --border_1: #e8e8e8;
    --border_2: #fff;
    --border_2_inverted: #000;
    --border_3: rgba(0, 0, 0, .1);
    --border_4: #cdcdcd;
    --border_5: hsla(0, 0%, 100%, .32);
    --border_6: rgba(0, 0, 0, .1);
    --border_7: #fff;
    --border_8: rgba(0, 0, 0, .1);
    --border_9: #ebebeb;
    --border_10: rgba(0, 0, 0, .1);
    --border_11: rgba(0, 0, 0, .1);
    --border_12: #e6e6e6;
    --border_15: transparent;
    --border_14: #ebebeb;
    --border_13: #e6e6e6;
    --border_header: #e6e6e6;
    --border_dark: transparent;
    --border__processing_advantages: transparent;
    --border_lang: transparent;
    --border_blog-card: transparent;
    --divider_crms: rgba(0, 0, 0, .2);
    --border_16: #ddd;
    --border_radio: rgba(0, 0, 0, .12);
    --border_processing_item: rgba(0, 0, 0, .1);
    --bg_item: #f6f6f6;
    --bg_block: #f6f6f6;
    --line_color: #e6e6e6;
    --bg_wrapper: #fff;
    --border_item: #444;
    --central_bg: linear-gradient(85deg, #000 -0.5%, #2e2e2e 98.72%);
    --central_content_bg: linear-gradient(255deg, #282828 3.88%, #232323);
    --central_content_border: #292929;
    --bg_blocks: linear-gradient(85deg, #000 -0.5%, #2e2e2e 98.72%);
    --catalog_bg_2: #f6f6f6;
    --btnPrimaryHover: rgba(0, 0, 0, .6);
    --btnPrimaryActive: rgba(0, 0, 0, .7);
    --btnPrimaryReverseHover: hsla(0, 0%, 100%, .8);
    --btnPrimaryReverseActive: hsla(0, 0%, 100%, .9);
    --btnSecondaryHover: rgb(0 0 0 / 3%);
    --btnSecondaryActive: rgb(0 0 0 / 4%);
    --btnSecondaryReverseHover: rgba(0, 0, 0, .3);
    --btnSecondaryReverseActive: rgba(0, 0, 0, .4);
    --btnRoundedBorder: rgba(0, 0, 0, .16);
    --blogCommentBorder: none;
    --blogRateBorder: rgba(0, 0, 0, .1);
    --negative: #ff3d4d;
    --warning: #ffa64d;
    --success: #3ac270;
    --backgroundAlpha_Negative_1: rgb(255 61 77 / 6%);
    --backgroundAlpha_Negative_2: rgba(255, 61, 77, .16);
    --backgroundAlpha_Success_1: rgb(58 194 112 / 6%);
    --backgroundAlpha_Success_2: rgba(58, 194, 112, .16);
    --backgroundAlpha_Warning_1: rgb(255 166 77 / 6%);
    --backgroundAlpha_Warning_2: rgba(255, 166, 77, .16);
    --gateway_banner_background_url: url(../img/common/main-gateway-banner.png);
    --staking_calc_background_url: url(../img/staking/calc-background-white.jpg);
    --staking_calc_background_laptop_url: url(../img/staking/calc-background-white-laptop.jpg);
    --processing_banner_background_url: url(../img/processing/processing-banner-back-light.png);
    --processing_choose_background_url: url(../img/processing/processing-chose-background.png);
    --convert_better_background_url: url(../img/convert/convert-better-bg.png);
    --app_banner_background_url: url(../img/banners/cryptomus-app-banner/app-banner-background-light.png);
    --app_banner_background_url_tablet: url(../img/banners/cryptomus-app-banner/app-banner-background-light-tablet.png);
    --app_banner_background_url_mobile: url(../img/banners/cryptomus-app-banner/app-banner-background-light-mobile.png);
    --cmrs_minted_background_url: url(../img/banners/crms-minted-banner/crms-minted-banner-background.png);
    --cmrs_minted_background_tablet: url(../img/banners/crms-minted-banner/crms-minted-banner-background-tablet.png);
    --cmrs_minted_background_mobile: url(../img/banners/crms-minted-banner/crms-minted-banner-background-mobile.png);
    --devcontest_banner_bg: url(../img/devcontest/devcontest-banner-bg.png);
    --cmrs_minted_gradient: none;
    --cmrs_minted_gradient_mobile: none;
    --cmrs_banner_image_margin: 290px;
    --cmrs_banner_image_margin_tablet: 110px;
    --cmrs_banner_image_size_mobile: 675px 500px;
    --table_bg: #fff;
    --table_action_btn: #fff;
    --table_action_btn_hover: #0c0c0c;
    --footer_btn: #fff;
    --select_item: #efeeee;
    --border_primary: #e6e6e6;
    --text_primary: #0a0a0a;
    --special_red: #ff3d4d;
    --special_orange: #ffa64c;
    --special_green: #3ac270;
    --special_blue: #2997ff;
}

* {
    box-sizing: border-box;
}

.css-1o14exa {
    border-radius: 12px !important;
    height: 0;
    margin-top: 16px;
    opacity: 0;
    position: absolute;
    right: 165px;
    visibility: hidden;
    width: 0;
}

.css-1o14exa .Mui-disabled {
    -webkit-text-fill-color: var(--primary) !important;
    background-color: var(--backgroundTertiary);
    border: none;
    opacity: 0.5 !important;
}

.css-1o14exa .MuiInputBase-input {
    border-radius: 12px;
    font-family: Golos;
    letter-spacing: -0.12px;
    padding: 12px 16px;
    position: relative;
}

.css-1o14exa .MuiInputBase-input:focus {
    border-radius: 12px;
}

.css-1o14exa .MuiSelect-icon {
    right: 15px;
}

@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

.css-mc43yo {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px !important;
    height: 0;
    margin-top: 16px;
    opacity: 0;
    position: absolute;
    right: 165px;
    visibility: hidden;
    width: 0;
}

.css-mc43yo.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

.css-mc43yo .Mui-disabled {
    -webkit-text-fill-color: var(--primary) !important;
    background-color: var(--backgroundTertiary);
    border: none;
    opacity: 0.5 !important;
}

.css-mc43yo .MuiInputBase-input {
    border-radius: 12px;
    font-family: Golos;
    letter-spacing: -0.12px;
    padding: 12px 16px;
    position: relative;
}

.css-mc43yo .MuiInputBase-input:focus {
    border-radius: 12px;
}

.css-mc43yo .MuiSelect-icon {
    right: 15px;
}

.css-mnn31 {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}

.css-mnn31::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31:focus {
    outline: 0;
}

.css-mnn31:invalid {
    box-shadow: none;
}

.css-mnn31::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.css-mnn31.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-mnn31:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.css-pe3ddf {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}

.css-pe3ddf:focus {
    border-radius: 4px;
}

.css-pe3ddf::-ms-expand {
    display: none;
}

.css-pe3ddf.Mui-disabled {
    cursor: default;
}

.css-pe3ddf[multiple] {
    height: auto;
}

.css-pe3ddf:not([multiple]) option, .css-pe3ddf:not([multiple]) optgroup {
    background-color: #fff;
}

.css-pe3ddf.css-pe3ddf.css-pe3ddf {
    padding-right: 32px;
}

.css-pe3ddf.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.css-pe3ddf::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf:focus {
    outline: 0;
}

.css-pe3ddf:invalid {
    box-shadow: none;
}

.css-pe3ddf::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.css-pe3ddf.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-pe3ddf:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.css-1k3x8v3 {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}

.css-bi4s6q {
    position: absolute;
    right: 7px;
    top: calc(50% - .5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.css-bi4s6q.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.css-1636szt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - .5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.css-1636szt.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.css-1o14exa {
    border-radius: 12px !important;
    height: 0;
    margin-top: 16px;
    opacity: 0;
    position: absolute;
    right: 165px;
    visibility: hidden;
    width: 0;
}

.css-1o14exa .Mui-disabled {
    -webkit-text-fill-color: var(--primary) !important;
    background-color: var(--backgroundTertiary);
    border: none;
    opacity: 0.5 !important;
}

.css-1o14exa .MuiInputBase-input {
    border-radius: 12px;
    font-family: Golos;
    letter-spacing: -0.12px;
    padding: 12px 16px;
    position: relative;
}

.css-1o14exa .MuiInputBase-input:focus {
    border-radius: 12px;
}

.css-1o14exa .MuiSelect-icon {
    right: 15px;
}

@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

.css-mc43yo {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px !important;
    height: 0;
    margin-top: 16px;
    opacity: 0;
    position: absolute;
    right: 165px;
    visibility: hidden;
    width: 0;
}

.css-mc43yo.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

.css-mc43yo .Mui-disabled {
    -webkit-text-fill-color: var(--primary) !important;
    background-color: var(--backgroundTertiary);
    border: none;
    opacity: 0.5 !important;
}

.css-mc43yo .MuiInputBase-input {
    border-radius: 12px;
    font-family: Golos;
    letter-spacing: -0.12px;
    padding: 12px 16px;
    position: relative;
}

.css-mc43yo .MuiInputBase-input:focus {
    border-radius: 12px;
}

.css-mc43yo .MuiSelect-icon {
    right: 15px;
}

.css-mnn31 {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}

.css-mnn31::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-mnn31:focus {
    outline: 0;
}

.css-mnn31:invalid {
    box-shadow: none;
}

.css-mnn31::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-mnn31:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.css-mnn31.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-mnn31:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.css-pe3ddf {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}

.css-pe3ddf:focus {
    border-radius: 4px;
}

.css-pe3ddf::-ms-expand {
    display: none;
}

.css-pe3ddf.Mui-disabled {
    cursor: default;
}

.css-pe3ddf[multiple] {
    height: auto;
}

.css-pe3ddf:not([multiple]) option, .css-pe3ddf:not([multiple]) optgroup {
    background-color: #fff;
}

.css-pe3ddf.css-pe3ddf.css-pe3ddf {
    padding-right: 32px;
}

.css-pe3ddf.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.css-pe3ddf::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-pe3ddf:focus {
    outline: 0;
}

.css-pe3ddf:invalid {
    box-shadow: none;
}

.css-pe3ddf::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .css-pe3ddf:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.css-pe3ddf.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-pe3ddf:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.css-1k3x8v3 {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}

.css-bi4s6q {
    position: absolute;
    right: 7px;
    top: calc(50% - .5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.css-bi4s6q.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.css-1636szt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - .5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.css-1636szt.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.button-module_primary__ppbyq:hover {
    background: var(--aurora_neutral_70);
}

.button-module_btn__XFZLT.button-module_center__obgWG {
    justify-content: center;
}

.button-module_btn__XFZLT:not(.button-module_custom__IzyDx) {
    column-gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 18px 16px;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
}

.button-module_primary__ppbyq {
    background: var(--aurora_neutral_80);
    color: var(--aurora_text_inverted);
}

.button-module_s__0ol5y {
    height: 40px;
    padding: 0 16px;
}

.button-module_btn__XFZLT {
    align-items: center;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    touch-action: manipulation;
    user-select: none;
}

.get-started-button_get_started_button__aVx8x {
    background: var(--white) !important;
    color: #0a0a0a !important;
}

a, abbr, acronym, address, applet, b, big, blockquote, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.icon-button-module_container__HP-0a {
    background: none;
    border: none;
    border-radius: 50% !important;
    cursor: pointer;
    outline: none;
    outline-offset: 3px !important;
    padding: 0;
    position: relative;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: fit-content;
}

.icon-wrapper-module_icon_wrapper__tbsQr {
    align-items: center;
    border: none;
    border-radius: 50%;
    color: var(--aurora_primary);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
}

.icon-wrapper-module_header__wmQWC {
    background: transparent;
    border: 1px solid #2d2d2d;
    color: #fff;
}

.icon-wrapper-module_medium__rtGXW {
    height: 44px;
    width: 44px;
}

.typography-module_typography__OFnEO.typography-module_fontWeight_500__BsWiV {
    font-weight: 500;
}

.typography-module_typography__OFnEO.typography-module_system_h4__tykOO {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.nav-item_nav_title__S4vMm p {
    margin: 0;
    white-space: nowrap;
    color: var(--white);
}

.typography-module_typography__OFnEO {
    line-height: 110%;
}

.header-logo_logo__icon__nrZtQ {
    width: 100%;
    height: 36px;
}

.footer_main__v_t7N .header-logo_logo__icon__nrZtQ {
    width: 160px;
    height: 35px;
}

@media only screen and (max-width: 992px) {
    .header-logo_logo__icon__nrZtQ {
        width: 150px;
        height: 26px;
    }

    .footer_main__v_t7N .header-logo_logo__icon__nrZtQ {
        width: 170px;
        height: auto;
    }
}

.menu-container-module_container__VO-pp {
    background-color: var(--aurora_select_default);
    border: 1px solid var(--aurora_select_border);
    border-radius: 16px;
    box-shadow: var(--aurora_selected_shadow);
    overflow: hidden;
}

.dropdown-menu-module_menuWrapper__MiDl9 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 8px 0;
    position: relative;
}

.dropdown-list_mainList__OxtXx {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dropdown-list_mainList__item__MXkBc {
    position: relative;
    color: var(--primary_header);
}

.dropdown-list_mainList__item__MXkBc:hover > a, .dropdown-list_mainList__item__MXkBc:hover > button {
    background: var(--aurora_select_hover);
}

.nav-el_nav__item__CiQxq:active, .nav-el_nav__item__CiQxq:hover {
    background: var(--bgHeaderItemHover);
}

.dropdown-list_mainList__item__MXkBc > a, .dropdown-list_mainList__item__MXkBc > button {
    cursor: pointer;
}

.nav-el_nav__item__CiQxq {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 16px;
    padding: 8px 16px;
    background: var(--select_default);
    color: var(--primary);
    transition: all .3s ease;
    cursor: pointer;
    text-align: start;
    width: 100%;
}

.nav-el_nav__item__CiQxq:active .nav-el_item__icon__xLfmf, .nav-el_nav__item__CiQxq:hover .nav-el_item__icon__xLfmf {
    background: var(--select_item_hover);
}

.nav-el_nav__item__CiQxq .nav-el_content__6IJzI {
    display: flex;
    flex-direction: column;
}

.nav-el_nav__item__CiQxq .nav-el_content__6IJzI p, .nav-el_nav__item__CiQxq .nav-el_content__6IJzI span {
    color: var(--primary);
}

.typography-module_typography__OFnEO.typography-module_fontWeight_500__BsWiV {
    font-weight: 500;
}

.nav-el_nav__item__CiQxq .nav-el_content__description__R_KhO {
    color: var(--secondary_header) !important;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0
}

input[type=number] {
    appearance: textfield
}

a:focus-visible, button:focus-visible {
    outline: 1px solid var(--aurora_text_primary);
    outline-offset: 3px
}

a:focus-visible {
    border-radius: 5px
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    height: 5px;
    width: 300px
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px
}

input[type=range]::-ms-thumb {
    background: #daa520;
    border: none;
    border-radius: 50%;
    height: 16px;
    width: 16px
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

button {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    background: none;
    border: none;
    font-family: inherit;
    outline: none;
    padding: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    appearance: none
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: all 50000s ease-in-out 0s
}

.typography-module_typography__OFnEO {
    line-height: 110%
}

.typography-module_typography__OFnEO.typography-module_display_large__RvlO4 {
    font-size: 68px;
    font-weight: 700;
    line-height: 80px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_display_large__RvlO4 {
        font-size: 64px;
        line-height: 76px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_display_large__RvlO4 {
        font-size: 38px;
        line-height: 46px
    }
}

.typography-module_typography__OFnEO.typography-module_display_large__RvlO4.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 68px;
    font-weight: 700;
    line-height: 80px
}

.typography-module_typography__OFnEO.typography-module_display_medium__YcMCL {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_display_medium__YcMCL {
        font-size: 52px;
        line-height: 60px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_display_medium__YcMCL {
        font-size: 36px;
        line-height: 42px
    }
}

.typography-module_typography__OFnEO.typography-module_display_medium__YcMCL.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px
}

.typography-module_typography__OFnEO.typography-module_h1__ECwnS {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_h1__ECwnS {
        font-size: 44px;
        line-height: 56px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h1__ECwnS {
        font-size: 34px;
        line-height: 40px
    }
}

.typography-module_typography__OFnEO.typography-module_h1__ECwnS.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px
}

.typography-module_typography__OFnEO.typography-module_h2__Adw9Q {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_h2__Adw9Q {
        font-size: 38px;
        line-height: 48px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h2__Adw9Q {
        font-size: 32px;
        line-height: 38px
    }
}

.typography-module_typography__OFnEO.typography-module_h2__Adw9Q.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px
}

.typography-module_typography__OFnEO.typography-module_h3__zSeJU {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_h3__zSeJU {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h3__zSeJU {
        font-size: 30px;
        line-height: 36px
    }
}

.typography-module_typography__OFnEO.typography-module_h3__zSeJU.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px
}

.typography-module_typography__OFnEO.typography-module_h4__c-tEV {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_h4__c-tEV {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h4__c-tEV {
        font-size: 28px;
        line-height: 34px
    }
}

.typography-module_typography__OFnEO.typography-module_h4__c-tEV.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

.typography-module_typography__OFnEO.typography-module_h5__cSCAV {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_h5__cSCAV {
        font-size: 28px;
        line-height: 38px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h5__cSCAV {
        font-size: 26px;
        line-height: 36px
    }
}

.typography-module_typography__OFnEO.typography-module_h5__cSCAV.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px
}

.typography-module_typography__OFnEO.typography-module_h6__j6YCe {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_h6__j6YCe {
        font-size: 20px;
        line-height: 28px
    }
}

.typography-module_typography__OFnEO.typography-module_h6__j6YCe.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

.typography-module_typography__OFnEO.typography-module_system_h1__Bgiaa {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_system_h1__Bgiaa {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_system_h1__Bgiaa {
        font-size: 26px;
        line-height: 36px
    }
}

.typography-module_typography__OFnEO.typography-module_system_h1__Bgiaa.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

.typography-module_typography__OFnEO.typography-module_system_h2__tbQ0c {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_system_h2__tbQ0c {
        font-size: 22px;
        line-height: 32px
    }
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_system_h2__tbQ0c {
        font-size: 20px;
        line-height: 28px
    }
}

.typography-module_typography__OFnEO.typography-module_system_h2__tbQ0c.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.typography-module_typography__OFnEO.typography-module_system_h3__oqEn- {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_system_h4__tykOO {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_system_h5__j4KfK {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.typography-module_typography__OFnEO.typography-module_system_h6__52ez- {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.typography-module_typography__OFnEO.typography-module_button__UIOXV {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.12px;
    line-height: 24px
}

@media only screen and (max-width:768px) {
    .typography-module_typography__OFnEO.typography-module_button__UIOXV {
        line-height: 20px
    }
}

.typography-module_typography__OFnEO.typography-module_button__UIOXV.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 16px;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_small_button__z0Nkt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.typography-module_typography__OFnEO.typography-module_small_button__z0Nkt.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 14px;
    line-height: 20px
}

.typography-module_typography__OFnEO.typography-module_link_h4__2IimD {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline
}

.typography-module_typography__OFnEO.typography-module_link_h4__2IimD.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 16px;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_link_h5__jGYgA {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline
}

.typography-module_typography__OFnEO.typography-module_link_h5__jGYgA.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 14px;
    line-height: 20px
}

.typography-module_typography__OFnEO.typography-module_code__28xy- {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_code__28xy-.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 16px;
    line-height: 24px
}

.typography-module_typography__OFnEO.typography-module_tag__3NdHj {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase
}

.typography-module_typography__OFnEO.typography-module_tag__3NdHj.typography-module_ignoreMediaQuery__7lF-F {
    font-size: 12px;
    line-height: 16px
}

.typography-module_typography__OFnEO.typography-module_tapBar_menu__M8zm6 {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

@media only screen and (max-width:425px) {
    .typography-module_typography__OFnEO.typography-module_tapBar_menu__M8zm6 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px
    }
}

.typography-module_typography__OFnEO.typography-module_tapBar_menu__M8zm6.typography-module_disabled__mediaQueryProps__2NRlj {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

.typography-module_typography__OFnEO.typography-module_fontWeight_200__AC7KX {
    font-weight: 200
}

.typography-module_typography__OFnEO.typography-module_fontWeight_300__uIZPr {
    font-weight: 300
}

.typography-module_typography__OFnEO.typography-module_fontWeight_400__FlwVo {
    font-weight: 400
}

.typography-module_typography__OFnEO.typography-module_fontWeight_500__BsWiV {
    font-weight: 500
}

.typography-module_typography__OFnEO.typography-module_fontWeight_600__s5-1D {
    font-weight: 600
}

.typography-module_typography__OFnEO.typography-module_fontWeight_700__DsZ4O {
    font-weight: 700
}

.typography-module_typography__OFnEO.typography-module_textTransform_uppercase__DF2Qu {
    text-transform: uppercase
}

.typography-module_typography__OFnEO.typography-module_textTransform_lowercase__tHFap {
    text-transform: lowercase
}

.typography-module_typography__OFnEO.typography-module_textTransform_capitalize__kDAgp {
    text-transform: capitalize
}

.typography-module_typography__OFnEO.typography-module_textTransform_fullWidth__TOZ9Y {
    text-transform: full-width
}

.typography-module_typography__OFnEO.typography-module_textDecoration_underline__fNTNO {
    text-decoration: underline
}

.typography-module_typography__OFnEO.typography-module_textDecoration_overline__z47Zv {
    text-decoration: overline
}

.typography-module_typography__OFnEO.typography-module_textDecoration_lineThrough__xoCMx {
    text-decoration: line-through
}

.typography-module_typography__OFnEO.typography-module_textWrap_wrap__mbtJO {
    text-wrap: wrap
}

.typography-module_typography__OFnEO.typography-module_textWrap_nowrap__kC-PN {
    text-wrap: nowrap
}

.typography-module_typography__OFnEO.typography-module_textWrap_balance__JyjEe {
    text-wrap: balance
}

.typography-module_typography__OFnEO.typography-module_textWrap_pretty__3wpUx {
    text-wrap: pretty
}

.typography-module_typography__OFnEO.typography-module_disabled__rtl__1AF8b {
    direction: ltr
}

.button-module_btn__XFZLT:not(.button-module_custom__IzyDx) {
    column-gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 18px 16px;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.button-module_btn__XFZLT:not(.button-module_custom__IzyDx) .button-module_buttonIcon__MaWPC {
    align-items: center;
    display: flex;
    justify-content: center
}

.button-module_btn__XFZLT:not(.button-module_custom__IzyDx) svg {
    height: 24px;
    width: 24px
}

.button-module_btn__XFZLT:not(.button-module_custom__IzyDx) [aria-disabled=true], .button-module_btn__XFZLT:not(.button-module_custom__IzyDx).button-module_disabled__tB8LZ, .button-module_btn__XFZLT:not(.button-module_custom__IzyDx):disabled {
    background: var(--aurora_neutral_20);
    color: var(--aurora_text_disable);
    cursor: unset;
    pointer-events: none
}

.button-module_btn__XFZLT {
    align-items: center;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    touch-action: manipulation;
    user-select: none
}

.button-module_btn__XFZLT.button-module_fullWidth__H0P0F {
    width: 100%
}

.button-module_btn__XFZLT.button-module_left__I7Bup {
    justify-content: flex-start
}

.button-module_btn__XFZLT.button-module_center__obgWG {
    justify-content: center
}

.button-module_btn__XFZLT.button-module_right__cFNaA {
    justify-content: flex-end
}

.button-module_btn__XFZLT.button-module_loading__OPRPN .button-module_buttonIcon__MaWPC, .button-module_btn__XFZLT.button-module_loading__OPRPN .button-module_buttonText__1UwXX {
    visibility: hidden
}

.button-module_btn__XFZLT .button-module_buttonSpin__2Id09 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.button-module_btn__XFZLT .button-module_buttonSpin__2Id09 path {
    fill: var(--aurora_text_primary)
}

.button-module_s__0ol5y {
    height: 40px;
    padding: 0 16px
}

.button-module_m__Obm-m {
    height: 48px;
    padding: 0 20px
}

.button-module_l__3rzym {
    height: 56px;
    padding: 0 24px
}

.button-module_white__aSrz5 {
    background: var(--aurora_white);
    color: var(--aurora_black);
    display: flex
}

.button-module_white__aSrz5:hover {
    background: #a1a1a1
}

.button-module_white__aSrz5:active {
    background: #7a7a7a
}

.button-module_special_green__TJiwH {
    background: var(--aurora_special_green);
    color: var(--aurora_white);
    padding: 8px 16px
}

.button-module_special_green__TJiwH p {
    line-height: 24px !important
}

.button-module_special_green__TJiwH:hover {
    background: var(--aurora_special_green_bg)
}

.button-module_special_green__TJiwH:active {
    background: var(--aurora_special_green)
}

.button-module_special_green__TJiwH .button-module_disabled__tB8LZ, .button-module_special_green__TJiwH [aria-disabled=true], .button-module_special_green__TJiwH:disabled {
    background: var(--aurora_neutral_20)
}

.button-module_primary__ppbyq {
    background: var(--aurora_neutral_80);
    color: var(--aurora_text_inverted)
}

.button-module_primary__ppbyq svg path {
    fill: var(--aurora_text_inverted)
}

.button-module_primary__ppbyq:hover {
    background: var(--aurora_neutral_70)
}

.button-module_primary__ppbyq:active {
    background: var(--aurora_neutral_60)
}

.button-module_primary__ppbyq .button-module_disabled__tB8LZ, .button-module_primary__ppbyq [aria-disabled=true], .button-module_primary__ppbyq:disabled {
    background: var(--aurora_neutral_25)
}

.button-module_special_red__-25HV {
    background: var(--aurora_special_red);
    color: var(--aurora_white)
}

.button-module_special_red__-25HV svg path {
    fill: var(--aurora_text_primary)
}

.button-module_special_red__-25HV:active, .button-module_special_red__-25HV:hover {
    background: var(--aurora_special_red)
}

.button-module_secondary__esy5L {
    background: var(--aurora_neutral_30);
    color: var(--aurora_text_primary)
}

.button-module_secondary__esy5L:hover {
    background: var(--aurora_neutral_40)
}

.button-module_secondary__esy5L:active {
    background: var(--aurora_neutral_50)
}

.button-module_secondary__esy5L .button-module_disabled__tB8LZ, .button-module_secondary__esy5L [aria-disabled=true], .button-module_secondary__esy5L:disabled {
    background: var(--aurora_neutral_25)
}

.button-module_tertiary__y-3Z1 {
    background: none;
    color: var(--aurora_text_primary)
}

.button-module_tertiary__y-3Z1:hover {
    background: var(--aurora_neutral_30)
}

.button-module_tertiary__y-3Z1:active {
    background: var(--aurora_neutral_40)
}

.button-module_tertiary__y-3Z1 .button-module_disabled__tB8LZ, .button-module_tertiary__y-3Z1 [aria-disabled=true], .button-module_tertiary__y-3Z1:disabled {
    background: none
}

.button-module_stroked__SMfOe {
    background: none;
    color: var(--aurora_text_primary);
    outline: 1px solid var(--aurora_text_primary)
}

.button-module_stroked__SMfOe:hover {
    background: var(--aurora_neutral_20)
}

.button-module_stroked__SMfOe:active {
    background: var(--aurora_neutral_30)
}

.button-module_stroked__SMfOe .button-module_disabled__tB8LZ, .button-module_stroked__SMfOe [aria-disabled=true], .button-module_stroked__SMfOe:disabled {
    background: none;
    outline: 1px solid var(--aurora_neutral_50)
}

.button-module_outline__qVYGR {
    background: none;
    color: var(--aurora_text_primary);
    padding: 0
}

.button-module_outline__qVYGR .button-module_disabled__tB8LZ, .button-module_outline__qVYGR [aria-disabled=true], .button-module_outline__qVYGR:disabled {
    background: none
}

.button-module_outline_small__Gv1NR {
    background: none;
    color: var(--aurora_text_primary);
    padding: 0
}

.button-module_outline_small__Gv1NR .button-module_disabled__tB8LZ, .button-module_outline_small__Gv1NR [aria-disabled=true], .button-module_outline_small__Gv1NR:disabled {
    background: none
}

.button-module_footer__Hx6V7 {
    background-color: var(--aurora_footer_btn);
    color: var(--aurora_text_primary);
    padding: 10px 12px
}

.button-module_footer__Hx6V7:active, .button-module_footer__Hx6V7:hover {
    background-color: var(--aurora_footer_btn_hover)
}

.button-module_advertisement__amQAW {
    background-color: var(--aurora_neutral_25);
    color: var(--aurora_text_primary);
    padding: 12px
}

.button-module_advertisement__amQAW:active, .button-module_advertisement__amQAW:hover {
    background-color: var(--aurora_neutral_30)
}

.button-module_advertisement__amQAW .button-module_disabled__tB8LZ, .button-module_advertisement__amQAW [aria-disabled=true], .button-module_advertisement__amQAW:disabled {
    background-color: var(--aurora_neutral_25)
}

@media only screen and (max-width:576px) {
    .button-module_advertisement__amQAW {
        max-width: 46px;
        padding: 11px
    }

    .button-module_advertisement__amQAW .button-module_buttonText__1UwXX {
        display: none
    }

    .button-module_advertisement__amQAW .button-module_buttonIcon__MaWPC {
        margin-left: unset;
        margin-right: unset
    }
}

.burger-menu-container-module_shadow_wrapper__U0MlA {
    background: var(--aurora_modal_bg);
    height: 100 dvh;
    inset-inline-start: 0;
    position: fixed;
    top: 0;
    width: 100 dvw;
    z-index: 99
}

@media only screen and (max-width:576px) {
    .burger-menu-container-module_shadow_wrapper__U0MlA {
        display: none
    }
}

.burger-menu-container-module_burger__rEe1v {
    height: 100%;
    inset-inline-start: 0;
    position: fixed;
    top: 0;
    z-index: 1000
}

.burger-menu-container-module_burger__rEe1v::-webkit-scrollbar {
    width: 12px
}

.burger-menu-container-module_burger__rEe1v::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.burger-menu-container-module_burger__rEe1v::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3px solid transparent;
    border-radius: 6px
}

.burger-menu-container-module_burger__rEe1v ::-webkit-scrollbar {
    width: 12px
}

.burger-menu-container-module_burger__rEe1v ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.burger-menu-container-module_burger__rEe1v ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3.5px solid transparent;
    border-radius: 6px;
    width: 6px
}

.burger-menu-container-module_burger__container__-j3-w {
    background: var(--aurora_select_default);
    height: 100%;
    position: relative;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: 100%;
    z-index: 100
}

.burger-menu-container-module_burger__container__-j3-w .burger-menu-container-module_burger__wrapper__UbHok {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.burger-menu-container-module_burger__rEe1v:before {
    background: var(--aurora_select_default);
    content: "";
    height: 100 dvh;
    inset-inline-end: 99%;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 99
}

.burger-menu-container-module_burger__rEe1v.burger-menu-container-module_right__SiSyD {
    inset-inline-end: 0;
    inset-inline-start: unset
}

.burger-menu-container-module_burger__rEe1v.burger-menu-container-module_right__SiSyD:before {
    inset-inline-end: unset;
    inset-inline-start: 99%
}

.counter-badge-module_counter__VZRy- {
    align-items: center;
    background: var(--aurora_special_red);
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.counter-badge-module_counter__VZRy-.counter-badge-module_medium__EM9lo {
    height: 24px;
    width: 24px
}

.counter-badge-module_counter__VZRy-.counter-badge-module_small__qzb-y {
    height: 20px;
    width: 20px
}

.dropdown-list-module_mainList__UVp28 {
    display: flex;
    flex-direction: column;
    width: 100%
}

.dropdown-list-module_mainList__item__tjCsv {
    color: var(--aurora_text_primary);
    position: relative
}

.dropdown-list-module_mainList__item__tjCsv > a, .dropdown-list-module_mainList__item__tjCsv > button {
    cursor: pointer
}

.dropdown-list-module_mainList__item__tjCsv:hover > a, .dropdown-list-module_mainList__item__tjCsv:hover > button {
    background: var(--aurora_select_hover)
}

.dropdown-list-module_mainList__item__tjCsv:hover > a div:has(>svg), .dropdown-list-module_mainList__item__tjCsv:hover > button div:has(>svg) {
    background: var(--aurora_select_item_hover)
}

.dropdown-list-module_mainList__item__tjCsv .dropdown-list-module_arrow__VdEQm {
    cursor: pointer;
    inset-inline-end: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

html[dir=rtl] .dropdown-list-module_mainList__item__tjCsv .dropdown-list-module_arrow__VdEQm {
    transform: translateY(-50%) rotate(0)
}

.dropdown-list-module_mainList__item__tjCsv .dropdown-list-module_arrow__VdEQm.dropdown-list-module_big_padding__IAOIa {
    inset-inline-end: 32px
}

@media only screen and (max-width:768px) {
    .dropdown-list-module_mainList__item__tjCsv .dropdown-list-module_arrow__VdEQm.dropdown-list-module_big_padding__IAOIa {
        inset-inline-end: 24px
    }
}

@media only screen and (max-width:576px) {
    .dropdown-list-module_mainList__item__tjCsv .dropdown-list-module_arrow__VdEQm.dropdown-list-module_big_padding__IAOIa {
        inset-inline-end: 16px
    }
}

.dropdown-list-module_subItem__Ljk8G {
    color: var(--aurora_text_primary);
    display: flex;
    flex-direction: column
}

.dropdown-list-module_subItem__back_btn__Y3X9y {
    align-items: center;
    color: var(--aurora_text_primary);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    position: relative;
    width: 100%
}

.dropdown-list-module_subItem__back_btn__Y3X9y:focus-visible {
    outline-offset: -1px
}

.dropdown-list-module_subItem__back_btn__Y3X9y svg {
    inset-inline-start: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

html[dir=rtl] .dropdown-list-module_subItem__back_btn__Y3X9y svg {
    transform: translateY(-50%) rotate(180deg)
}

.dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h {
    height: 80px;
    padding: 28px 32px
}

@media only screen and (max-width:768px) {
    .dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h {
        padding: 28px 24px
    }
}

@media only screen and (max-width:576px) {
    .dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h {
        height: 60px;
        padding: 18px 16px
    }
}

.dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h svg {
    inset-inline-start: 32px
}

@media only screen and (max-width:768px) {
    .dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h svg {
        inset-inline-start: 24px
    }
}

@media only screen and (max-width:576px) {
    .dropdown-list-module_subItem__back_btn__Y3X9y.dropdown-list-module_burger__b344h svg {
        inset-inline-start: 16px
    }
}

.menu-container-module_container__VO-pp {
    background-color: var(--aurora_select_default);
    border: 1px solid var(--aurora_select_border);
    border-radius: 16px;
    box-shadow: var(--aurora_selected_shadow);
    overflow: hidden
}

.dropdown-menu-module_dropdown__0tIwY {
    position: relative
}

.dropdown-menu-module_dropdown__btn__oh72A {
    align-items: center;
    background: none;
    border: none;
    color: var(--aurora_text_primary);
    column-gap: 2px;
    display: flex;
    outline: none
}

.dropdown-menu-module_menuWrapper__MiDl9 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 8px 0;
    position: relative
}

.dropdown-menu-module_menuWrapper__MiDl9::-webkit-scrollbar {
    width: 12px
}

.dropdown-menu-module_menuWrapper__MiDl9::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.dropdown-menu-module_menuWrapper__MiDl9::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3px solid transparent;
    border-radius: 6px
}

.dropdown-menu-module_menuWrapper__MiDl9 ::-webkit-scrollbar {
    width: 12px
}

.dropdown-menu-module_menuWrapper__MiDl9 ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.dropdown-menu-module_menuWrapper__MiDl9 ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3.5px solid transparent;
    border-radius: 6px;
    width: 6px
}

@media only screen and (max-width:576px) {
    .dropdown-menu-module_menuWrapper__MiDl9:not(.dropdown-menu-module_no_mobile__HD61W) {
        padding: 0;
        width: 100%
    }
}

.dropdown-menu-module_menuWrapper__MiDl9 a:not(.customFocus):focus-visible, .dropdown-menu-module_menuWrapper__MiDl9 button:not(.customFocus):focus-visible {
    border-radius: 0;
    outline: none;
    outline-color: transparent;
    position: relative
}

.dropdown-menu-module_menuWrapper__MiDl9 a:not(.customFocus):focus-visible:after, .dropdown-menu-module_menuWrapper__MiDl9 button:not(.customFocus):focus-visible:after {
    border: 1px solid var(--aurora_text_primary);
    border-radius: 5px;
    content: "";
    inset: 4px 6px;
    position: absolute
}

.infinite-scroll-module_scroll_container__2FKfL {
    position: relative
}

.infinite-scroll-module_scroll_container__2FKfL:before {
    background: var(--blog_gr);
    left: 0
}

.infinite-scroll-module_scroll_container__2FKfL:after {
    background: var(--blog_gr_rtl);
    right: 0
}

.infinite-scroll-module_scroll_container__2FKfL:after, .infinite-scroll-module_scroll_container__2FKfL:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 56px;
    z-index: 9
}

.infinite-scroll-module_scroll_parent__YIsb8 {
    --gap: 20px;
    display: flex;
    gap: var(--gap);
    height: 100%;
    inset-inline-start: 1px;
    overflow: hidden;
    position: relative
}

.infinite-scroll-module_scroll_element__-WxzM {
    animation: infinite-scroll-module_slide__AEON2 80s linear infinite;
    column-gap: 20px;
    display: flex
}

html[dir=rtl] .infinite-scroll-module_scroll_element__-WxzM {
    animation: infinite-scroll-module_rtlSlide__J62G9 80s linear infinite
}

.infinite-scroll-module_scroll_element__-WxzM a {
    margin-right: var(--gap)
}

@keyframes infinite-scroll-module_slide__AEON2 {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(-100% - var(--gap, 0px)))
    }
}

@keyframes infinite-scroll-module_rtlSlide__J62G9 {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(100% - var(--gap, 0px)))
    }
}

.mobile-menu-container-module_mobileOptions__42Aml {
    inset: 0;
    position: fixed;
    width: 100vw;
    z-index: 1000
}

.mobile-menu-container-module_mobileOptions__42Aml::-webkit-scrollbar {
    width: 12px
}

.mobile-menu-container-module_mobileOptions__42Aml::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.mobile-menu-container-module_mobileOptions__42Aml::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3px solid transparent;
    border-radius: 6px
}

.mobile-menu-container-module_mobileOptions__42Aml ::-webkit-scrollbar {
    width: 12px
}

.mobile-menu-container-module_mobileOptions__42Aml ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.mobile-menu-container-module_mobileOptions__42Aml ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3.5px solid transparent;
    border-radius: 6px;
    width: 6px
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_bottomOverlay__ujWqf {
    background: var(--aurora_select_default);
    height: 100 dvh;
    position: absolute;
    top: 100%;
    width: 100%
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsOverlay__4a9SP {
    background: var(--aurora_modal_bg);
    inset: 0;
    position: fixed
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsContent__sfGsA {
    background: var(--aurora_select_default);
    border-radius: 32px 32px 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: calc(100dvh - 44px);
    position: fixed;
    right: 0
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsContent__sfGsA .mobile-menu-container-module_optionsHeader__GK7qT {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 16px 0;
    position: relative;
    width: 100%
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsContent__sfGsA .mobile-menu-container-module_optionsHeader__GK7qT .mobile-menu-container-module_title__dzyCh {
    color: var(--aurora_text_primary)
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsContent__sfGsA .mobile-menu-container-module_optionsBody__jVdfH {
    display: flex;
    height: 100%;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
    position: relative;
    z-index: 1
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_optionsContent__sfGsA .mobile-menu-container-module_optionsBody__jVdfH.mobile-menu-container-module_visible__zduWO {
    overflow-y: visible
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_title__dzyCh {
    color: var(--aurora_text_primary)
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_closeButton__v8Lso {
    -webkit-tap-highlight-color: transparent;
    color: var(--aurora_text_primary);
    margin-left: auto
}

.mobile-menu-container-module_mobileOptions__42Aml .mobile-menu-container-module_closeButton__v8Lso:active {
    outline: none
}

.modal-module_modal_backdrop__z5MVw {
    --headerHeight: 75px;
    align-items: center;
    background-color: var(--aurora_modal_bg);
    display: flex;
    height: 100%;
    inset: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    z-index: 1000
}

@media only screen and (max-width:576px) {
    .modal-module_modal_backdrop__z5MVw {
        --headerHeight: 61px
    }
}

.modal-module_wrapper__3iqhB {
    background-color: var(--aurora_modal_primary);
    border: 1px solid var(--aurora_border_primary);
    border-radius: 24px;
    box-shadow: var(--aurora_modal_shadow);
    display: flex;
    flex-direction: column;
    margin: auto;
    max-height: calc(100dvh - 80px);
    overflow-y: hidden;
    width: 484px
}

.modal-module_wrapper__3iqhB::-webkit-scrollbar {
    width: 12px
}

.modal-module_wrapper__3iqhB::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.modal-module_wrapper__3iqhB::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3px solid transparent;
    border-radius: 6px
}

.modal-module_wrapper__3iqhB ::-webkit-scrollbar {
    width: 12px
}

.modal-module_wrapper__3iqhB ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid var(--aurora_select_border);
    border-right: 1px solid var(--aurora_select_border)
}

.modal-module_wrapper__3iqhB ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--aurora_text_secondary);
    border: 3.5px solid transparent;
    border-radius: 6px;
    width: 6px
}

@media only screen and (max-width:576px) {
    .modal-module_wrapper__3iqhB {
        border-radius: 0;
        height: 100 dvh;
        max-height: 100%;
        width: 100%
    }
}

.modal-module_modalHeader__m13nX {
    border-bottom: 1px solid var(--aurora_border_primary);
    color: var(--aurora_text_primary);
    column-gap: 16px;
    display: flex;
    justify-content: space-between;
    max-height: var(--aurora_headerHeight);
    padding: 24px
}

@media only screen and (max-width:576px) {
    .modal-module_modalHeader__m13nX {
        max-height: fit-content;
        padding: 18px 16px
    }
}

.modal-module_modalHeader__m13nX.modal-module_custom_header__IpdMx {
    max-height: fit-content
}

.modal-module_modalHeader__m13nX .modal-module_icon__yjMm- {
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-shrink: 0
}

.modal-module_modalHeader__m13nX.modal-module_no_title__W3iXN {
    border-bottom: none
}

.modal-module_modalBody__UdJbK {
    height: 100%;
    max-height: calc(100dvh - 80px - var(--aurora_headerHeight));
    overflow-y: auto;
    padding: 24px
}

@media only screen and (max-width:576px) {
    .modal-module_modalBody__UdJbK {
        height: calc(100dvh - var(--aurora_headerHeight));
        max-height: none;
        padding: 24px 16px
    }
}

.modal-module_modalBody__UdJbK.modal-module_no_padding__J7rHv {
    padding: 0
}

@media only screen and (max-width:576px) {
    .modal-module_modalBody__UdJbK.modal-module_no_padding__J7rHv {
        padding: 0
    }
}

.checkbox-module_custom_checkbox_wrapper__1AxbK {
    display: inline-block;
    position: relative
}

.checkbox-module_custom_checkbox_wrapper__1AxbK.checkbox-module_fullWidth__cTXH3 {
    width: 100%
}

.checkbox-module_custom_checkbox__IZLjV {
    height: 100%;
    inset-inline-start: -5px;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.checkbox-module_custom_checkbox__IZLjV:hover + label .checkbox-module_square__bJR26 {
    border-color: var(--aurora_el_inactive_hover)
}

.checkbox-module_custom_checkbox__IZLjV:active + label .checkbox-module_square__bJR26 {
    border-color: var(--aurora_el_inactive_pressed)
}

.checkbox-module_custom_checkbox__IZLjV:disabled + label {
    color: var(--aurora_text_disable);
    cursor: default
}

.checkbox-module_custom_checkbox__IZLjV:disabled + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_inactive_disabled_color_inside);
    border-color: var(--aurora_el_inactive_disabled)
}

.checkbox-module_custom_checkbox__IZLjV + label {
    align-items: center;
    border-radius: 6px;
    color: var(--aurora_text_primary);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
    line-height: 24px;
    position: relative;
    user-select: none
}

.checkbox-module_custom_checkbox__IZLjV + label .checkbox-module_icon__RO-yn {
    background: transparent;
    color: var(--aurora_el_active_color_inside);
    display: flex;
    visibility: hidden
}

.checkbox-module_custom_checkbox__IZLjV + label .checkbox-module_square__bJR26 {
    align-items: center;
    border: 2px solid var(--aurora_el_inactive_default);
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    position: relative;
    transition: background-color .3s ease, border-color .3s ease;
    width: 20px
}

.checkbox-module_custom_checkbox__IZLjV + label.checkbox-module_rounded__prj7H .checkbox-module_square__bJR26, .checkbox-module_custom_checkbox__IZLjV + label.checkbox-module_rounded__prj7H:before {
    border-radius: 50%
}

.checkbox-module_custom_checkbox__IZLjV:checked + label .checkbox-module_icon__RO-yn {
    visibility: visible
}

.checkbox-module_custom_checkbox__IZLjV:checked + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_default);
    border-color: var(--aurora_el_active_default)
}

.checkbox-module_custom_checkbox__IZLjV:checked:hover + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_hover);
    border-color: var(--aurora_el_active_hover)
}

.checkbox-module_custom_checkbox__IZLjV:checked:active + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_pressed);
    border-color: var(--aurora_el_active_pressed)
}

.checkbox-module_custom_checkbox__IZLjV:checked:disabled + label {
    color: var(--aurora_text_disable);
    cursor: default
}

.checkbox-module_custom_checkbox__IZLjV:checked:disabled + label .checkbox-module_icon__RO-yn {
    color: var(--aurora_el_inactive_disabled_color_inside)
}

.checkbox-module_custom_checkbox__IZLjV:checked:disabled + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_disabled);
    border-color: var(--aurora_el_active_disabled)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7.checkbox-module_dark__Nryl0 + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_default);
    border-color: var(--aurora_el_active_default)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7 + label .checkbox-module_icon__RO-yn {
    visibility: visible
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7 + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_default);
    border-color: var(--aurora_el_active_default)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7:hover + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_hover);
    border-color: var(--aurora_el_active_hover)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7:active + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_pressed);
    border-color: var(--aurora_el_active_pressed)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7:disabled {
    color: var(--aurora_text_disable)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7:disabled + label {
    cursor: default
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_indeterminate__IXRz7:disabled + label .checkbox-module_square__bJR26 {
    background: var(--aurora_el_active_disabled);
    border-color: var(--aurora_el_active_disabled)
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_leftLabel__U7e4r + label {
    flex-direction: row-reverse
}

.checkbox-module_custom_checkbox__IZLjV.checkbox-module_fullWidth__cTXH3 + label {
    justify-content: space-between
}

.icon-button-module_container__HP-0a {
    background: none;
    border: none;
    border-radius: 50% !important;
    cursor: pointer;
    outline: none;
    outline-offset: 3px !important;
    padding: 0;
    position: relative;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: fit-content
}

.icon-button-module_container__HP-0a:disabled {
    color: var(--aurora_text_disable);
    pointer-events: none
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t {
    align-items: center;
    background: var(--aurora_block_btn);
    border-radius: 612px;
    color: var(--aurora_text_primary);
    column-gap: 12px;
    display: flex;
    flex-flow: row nowrap;
    padding: 4px;
    padding-inline-end: 16px
}

@media only screen and (max-width:425px) {
    .icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t.icon-button-module_btn_with_text__RkW-n {
        background: var(--aurora_block_btn);
        color: var(--aurora_text_primary)
    }

    .icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t.icon-button-module_btn_with_text__RkW-n.icon-button-module_pressed__Zj6fi {
        background: var(--aurora_block_btn_hover)
    }
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:hover {
    background: var(--aurora_block_btn_hover);
    color: var(--aurora_text_inverted)
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:hover .icon-button-module_btn_with_text__RkW-n {
    background: var(--aurora_block_btn_item_hover);
    color: var(--aurora_text_inverted)
}

@media only screen and (max-width:425px) {
    .icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:hover .icon-button-module_btn_with_text__RkW-n {
        background: var(--aurora_block_btn_hover)
    }
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:active {
    background: var(--aurora_block_btn_hover);
    color: var(--aurora_text_inverted)
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:active .icon-button-module_btn_with_text__RkW-n {
    background: var(--aurora_block_btn_item_hover);
    color: var(--aurora_text_inverted)
}

@media only screen and (max-width:425px) {
    .icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:active .icon-button-module_btn_with_text__RkW-n {
        background: var(--aurora_block_btn_hover)
    }
}

.icon-button-module_container__HP-0a.icon-button-module_wrapper__dxJ0t:disabled {
    background: var(--aurora_block_btn);
    color: var(--aurora_text_disable);
    pointer-events: none
}

.icon-button-module_container__HP-0a .icon-button-module_btn_text__L1veZ {
    text-align: center
}

.icon-button-module_container__HP-0a .icon-button-module_counter__kEJGx {
    inset-block-start: -8px;
    inset-inline-end: -8px;
    position: absolute
}

.icon-button-module_container__HP-0a .icon-button-module_btn__D60K3.icon-button-module_btn_with_text__RkW-n {
    background: var(--aurora_block_btn_item);
    color: var(--aurora_text_primary)
}

.icon-button-module_container__HP-0a .icon-button-module_btn__D60K3.icon-button-module_disabled__zoISf {
    color: var(--aurora_text_disable);
    pointer-events: none
}

.icon-button-module_container__HP-0a .icon-button-module_primary__OrVdb.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_primary__OrVdb:hover {
    background: var(--aurora_neutral_70)
}

.icon-button-module_container__HP-0a .icon-button-module_primary__OrVdb:active {
    background: var(--aurora_neutral_60)
}

.icon-button-module_container__HP-0a .icon-button-module_primary__OrVdb.icon-button-module_disabled__zoISf {
    background: var(--aurora_neutral_20)
}

.icon-button-module_container__HP-0a .icon-button-module_neutral_20__zvJOh {
    background-color: var(--aurora_neutral_20)
}

.icon-button-module_container__HP-0a .icon-button-module_table__obw-X {
    background: var(--aurora_table_action_btn);
    color: var(--aurora_text_primary)
}

.icon-button-module_container__HP-0a .icon-button-module_table__obw-X.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_table__obw-X:active, .icon-button-module_container__HP-0a .icon-button-module_table__obw-X:hover {
    background: var(--aurora_table_action_btn_hover);
    color: var(--aurora_text_inverted)
}

.icon-button-module_container__HP-0a .icon-button-module_table__obw-X.icon-button-module_disabled__zoISf {
    background: var(--aurora_table_action_btn);
    color: var(--aurora_text_primary)
}

.icon-button-module_container__HP-0a .icon-button-module_card__tOQq1 {
    background: var(--aurora_block_bg)
}

.icon-button-module_container__HP-0a .icon-button-module_card__tOQq1.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_card__tOQq1:active, .icon-button-module_container__HP-0a .icon-button-module_card__tOQq1:hover {
    background: var(--aurora_block_bg_cards_hover_item);
    color: var(--aurora_text_inverted)
}

.icon-button-module_container__HP-0a .icon-button-module_card__tOQq1.icon-button-module_disabled__zoISf {
    background: var(--aurora_block_bg_cards_item)
}

.icon-button-module_container__HP-0a .icon-button-module_footer__VuKQw.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_footer__VuKQw:active, .icon-button-module_container__HP-0a .icon-button-module_footer__VuKQw:hover {
    background: var(--aurora_footer_btn_hover)
}

.icon-button-module_container__HP-0a .icon-button-module_footer__VuKQw.icon-button-module_disabled__zoISf {
    background: var(--aurora_footer_btn)
}

.icon-button-module_container__HP-0a .icon-button-module_outlined__GLb6D.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_outlined__GLb6D:hover {
    background: var(--aurora_neutral_20)
}

.icon-button-module_container__HP-0a .icon-button-module_outlined__GLb6D:active {
    background: var(--aurora_neutral_30)
}

.icon-button-module_container__HP-0a .icon-button-module_outlined__GLb6D.icon-button-module_disabled__zoISf {
    background: transparent
}

.icon-button-module_container__HP-0a .icon-button-module_stroked__ZS3qm {
    color: var(--aurora_text_tertiary)
}

.icon-button-module_container__HP-0a .icon-button-module_stroked__ZS3qm.icon-button-module_open__9HoAN svg, .icon-button-module_container__HP-0a .icon-button-module_stroked__ZS3qm:active svg, .icon-button-module_container__HP-0a .icon-button-module_stroked__ZS3qm:hover svg {
    color: var(--aurora_text_primary)
}

.icon-button-module_container__HP-0a .icon-button-module_stroked__ZS3qm.icon-button-module_disabled__zoISf svg {
    color: var(--aurora_text_tertiary)
}

.icon-button-module_container__HP-0a .icon-button-module_header__q-1pe.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_header__q-1pe:active, .icon-button-module_container__HP-0a .icon-button-module_header__q-1pe:hover {
    background: #1a1a1a
}

.icon-button-module_container__HP-0a .icon-button-module_header__q-1pe.icon-button-module_open__9HoAN svg path, .icon-button-module_container__HP-0a .icon-button-module_header__q-1pe:active svg path, .icon-button-module_container__HP-0a .icon-button-module_header__q-1pe:hover svg path {
    color: #b1b1b1
}

@media only screen and (max-width:576px) {
    .icon-button-module_container__HP-0a .icon-button-module_header__q-1pe {
        border: none;
        height: 24px;
        overflow: visible;
        width: 24px
    }
}

.icon-button-module_container__HP-0a .icon-button-module_select__KFzCr.icon-button-module_open__9HoAN, .icon-button-module_container__HP-0a .icon-button-module_select__KFzCr:active, .icon-button-module_container__HP-0a .icon-button-module_select__KFzCr:hover {
    background: var(--aurora_select_item_hover)
}

.icon-button-module_container__HP-0a .icon-button-module_select__KFzCr.icon-button-module_disabled__zoISf {
    background: var(--aurora_select_item)
}

.icon-wrapper-module_icon_wrapper__tbsQr {
    align-items: center;
    border: none;
    border-radius: 50%;
    color: var(--aurora_primary);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.icon-wrapper-module_ghost__SRMC9 {
    height: 24px;
    width: 24px
}

.icon-wrapper-module_small__BGf1H {
    height: 40px;
    width: 40px
}

.icon-wrapper-module_medium__rtGXW {
    height: 44px;
    width: 44px
}

.icon-wrapper-module_big__Sk-E9 {
    height: 48px;
    width: 48px
}

.icon-wrapper-module_very_big__-wQWY {
    height: 56px;
    width: 56px
}

.icon-wrapper-module_extra_big__X3onb {
    height: 68px;
    width: 68px
}

.icon-wrapper-module_primary__jnsGz {
    background: var(--aurora_neutral_80);
    color: var(--aurora_text_inverted)
}

.icon-wrapper-module_inverted__qW8YF {
    background: var(--aurora_neutral_10);
    color: var(--aurora_text_primary)
}

.icon-wrapper-module_table__P1S0u {
    background: var(--aurora_table_action_btn);
    color: var(--aurora_text_primary)
}

.icon-wrapper-module_table__P1S0u:hover {
    background: var(--aurora_table_hover_action_btn);
    color: var(--aurora_text_inverted)
}

.icon-wrapper-module_card__1VJT4 {
    background: var(--aurora_block_bg_cards_item)
}

.icon-wrapper-module_neutral_20__-pt6I {
    background: var(--aurora_neutral_20)
}

.icon-wrapper-module_outlined__avSQ1 {
    background: transparent;
    border: 1px solid var(--aurora_border_primary)
}

.icon-wrapper-module_stroked__HjJgK {
    background: transparent;
    height: 100%;
    width: 100%
}

.icon-wrapper-module_footer__fTGTc {
    background: var(--aurora_footer_btn)
}

.icon-wrapper-module_advertisement__TznmT {
    background: var(--aurora_neutral_25);
    border-radius: 10px
}

.icon-wrapper-module_header__wmQWC {
    background: transparent;
    border: 1px solid #2d2d2d;
    color: #fff
}

.icon-wrapper-module_select__q-qEU {
    background: var(--aurora_select_item)
}

.icon-wrapper-module_success__cSCUy {
    background: var(--aurora_special_green);
    color: var(--aurora_text_inverted)
}

.icon-wrapper-module_action__BmBH1 {
    cursor: pointer
}

.autosize-input-module_sizer__0dZ6O {
    height: 0;
    left: 0;
    overflow: scroll;
    position: absolute;
    top: 0;
    visibility: hidden;
    white-space: pre
}

.autosize-input-module_inputWrapper__Vn9va {
    display: flex;
    line-height: 24px;
    position: relative;
    width: 100%
}

.autosize-input-module_inputWrapper__Vn9va.autosize-input-module_limitWidth__zQozB {
    max-width: calc(100% - var(--sizerWidth))
}

.autosize-input-module_input__FlvsX {
    font-family: Golos, sans-serif;
    line-height: inherit;
    min-width: 2px
}

.autosize-input-module_fakeInput__Gyud3 {
    align-items: center;
    display: flex;
    margin-inline-end: 2px
}

.autosize-input-module_hiddenInput__s9zMQ {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.autosize-input-module_placeholder__g-8Ts {
    align-items: center;
    display: flex;
    line-height: inherit;
    margin-inline-start: -2px;
    user-select: none
}

.autosize-input-module_placeholder__g-8Ts.autosize-input-module_empty__0qH14, .autosize-input-module_placeholder__g-8Ts.autosize-input-module_tertiaryPlaceholder__sZnK7 {
    color: var(--aurora_text_tertiary)
}

.input-module_container__Gch8D {
    display: flex;
    flex-direction: column;
    width: 100%
}

.input-module_container__Gch8D div[data-value] {
    position: relative
}

.input-module_container__Gch8D div[data-value]:after {
    content: attr(data-value) attr(data-symbol);
    position: absolute
}

.input-module_container__Gch8D .input-module_label_container__3aqEb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.input-module_container__Gch8D .input-module_label_container__3aqEb.input-module_disabled__K-5hi {
    pointer-events: none
}

.input-module_container__Gch8D .input-module_label_container__3aqEb.input-module_disabled__K-5hi > * {
    color: var(--aurora_text_disable)
}

.input-module_container__Gch8D .input-module_input__h7K-F {
    color: var(--aurora_text_primary);
    font-family: Golos, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%
}

.input-module_container__Gch8D .input-module_input__h7K-F:disabled {
    pointer-events: none;
    user-select: none
}

.input-module_container__Gch8D .input-module_input__h7K-F:disabled::placeholder {
    color: var(--aurora_text_disable)
}

.input-module_container__Gch8D .input-module_input__h7K-F::placeholder {
    color: var(--aurora_text_tertiary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.input-module_container__Gch8D .input-module_input__label__qUVli {
    color: var(--aurora_text_primary);
    cursor: pointer;
    margin-bottom: 8px;
    width: max-content
}

.input-module_container__Gch8D .input-module_input__wrapper__Ip67x {
    align-items: center;
    border: 1px solid var(--aurora_border_primary);
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--aurora_text_primary) !important;
    column-gap: 4px;
    cursor: text;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 24px;
    z-index: 1
}

.input-module_container__Gch8D .input-module_input__wrapper_disabled__INfkZ {
    background: var(--aurora_neutral_25);
    border: 1px solid var(--aurora_border_secondary);
    cursor: default;
    pointer-events: none
}

.input-module_container__Gch8D .input-module_input__wrapper_autosize__akHsd {
    align-items: center;
    column-gap: 0;
    display: grid;
    grid-template-columns:minmax(1px, 100%) repeat(2, fit-content(0))
}

.input-module_container__Gch8D .input-module_input__wrapper_autosize__akHsd:has(>:nth-child(2)) {
    column-gap: 4px
}

.input-module_container__Gch8D .input-module_input__wrapper__Ip67x:has(input:focus-visible) {
    border: 1px solid var(--aurora_border_active)
}

.input-module_container__Gch8D .input-module_input__wrapper__Ip67x .input-module_input__left__RHwnb {
    align-items: center;
    column-gap: 4px;
    display: flex;
    width: 100%
}

.input-module_container__Gch8D .input-module_input__wrapper__Ip67x:active, .input-module_container__Gch8D .input-module_input__wrapper__Ip67x:hover {
    background-color: var(--aurora_neutral_20)
}

.input-module_container__Gch8D .input-module_input__wrapper__Ip67x:-webkit-autofill, .input-module_container__Gch8D .input-module_input__wrapper__Ip67x:-webkit-autofill:active, .input-module_container__Gch8D .input-module_input__wrapper__Ip67x:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--aurora_text_primary);
    box-shadow: 0 0 0 30px var(--aurora_bg_primary) inset;
    caret-color: var(--aurora_text_primary)
}

.input-module_container__Gch8D .input-module_input__wrapper_normal__Y60xR {
    padding: 17px 16px
}

.input-module_container__Gch8D .input-module_input__wrapper_compact__uD1yC {
    padding: 11px 16px
}

.input-module_container__Gch8D .input-module_input__wrapper_error__QhX4r {
    background-color: var(--aurora_special_red_bg2) !important;
    border-color: var(--aurora_special_red) !important
}

.input-module_container__Gch8D .input-module_input__icon__zsBty {
    align-items: center;
    display: flex;
    justify-content: center
}

.input-module_container__Gch8D .input-module_input__icon__zsBty svg path {
    color: var(--aurora_text_tertiary)
}

.input-module_container__Gch8D .input-module_input__hint__yjMqS {
    color: var(--aurora_text_secondary);
    margin-top: 8px
}

.input-module_container__Gch8D .input-module_input__errorWrapper__Nz9ux {
    align-items: center;
    color: var(--aurora_special_red);
    column-gap: 8px;
    display: grid;
    grid-template-columns:16px 1fr
}

.input-module_container__Gch8D .input-module_input__errorWrapper__Nz9ux svg path {
    color: var(--aurora_special_red)
}

.input-module_input__error__jztGY {
    word-break: break-word
}

.skeleton-module_skeleton__HCSvg {
    animation: skeleton-module_shine-lines__G2C4S 1.6s linear infinite;
    background-size: 200%;
    float: left
}

.skeleton-module_skeleton__HCSvg, .skeleton-module_skeleton_circular__0URBf {
    background-image: linear-gradient(90deg, var(--aurora_border_secondary) 0, var(--aurora_neutral_25) 40px, var(--aurora_border_secondary) 80px)
}

.skeleton-module_skeleton_circular__0URBf {
    animation: skeleton-module_shine-avatar__1K-TW 1.6s linear infinite;
    background-size: 300%;
    border-radius: 100%
}

.skeleton-module_skeleton__HCSvg{
    border-radius: 4px;
    height: 100%;
    width: 100%
}

@keyframes skeleton-module_shine-lines__G2C4S {
    0% {
        background-position: 100%
    }
    40% {
        background-position: -100%
    }
    to {
        background-position: -100%
    }
}

@keyframes skeleton-module_shine-avatar__1K-TW {
    0% {
        background-position: 50%
    }
    40% {
        background-position: -25%
    }
    to {
        background-position: -50%
    }
}

.input-search-module_input__wrapper__avmaz {
    align-items: center;
    background: var(--aurora_neutral_90);
    border: none;
    border-radius: 10px;
    cursor: text;
    display: grid;
    gap: 8px;
    grid-template-columns:24px calc(100% - 56px) 16px;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: 100%
}

.input-search-module_input__wrapper__avmaz:hover {
    background: var(--aurora_neutral_100)
}

.input-search-module_input__wrapper__avmaz:focus-within {
    background: var(--aurora_neutral_90)
}

.input-search-module_input__wrapper__avmaz.input-search-module_big__K7diY {
    padding: 12px 16px
}

.input-search-module_input__wrapper__avmaz.input-search-module_medium__b9OBn {
    padding: 8px 16px
}

.input-search-module_input__wrapper__avmaz.input-search-module_small__HVJvj {
    padding: 4px 16px
}

.input-search-module_input__wrapper__avmaz.input-search-module_dropdown__Chq1r {
    background: transparent;
    border-bottom: 1px solid var(--aurora_border_primary);
    border-radius: 0;
    padding: 12px 16px
}

.input-search-module_input__wrapper__avmaz .input-search-module_input__im5Ab {
    background: transparent;
    color: var(--aurora_text_primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden
}

.input-search-module_input__wrapper__avmaz .input-search-module_input__im5Ab::placeholder {
    color: var(--aurora_text_tertiary)
}

.input-search-module_input__wrapper__avmaz .input-search-module_icon_search__XVeV7 {
    align-items: center;
    color: var(--aurora_text_tertiary);
    display: flex;
    height: 24px;
    justify-content: center;
    overflow: hidden;
    width: 24px
}

.input-search-module_input__wrapper__avmaz .input-search-module_icon_clear_wrapper__ubX1W {
    align-items: center;
    display: flex;
    justify-content: start;
    min-height: 16px;
    min-width: 16px;
    overflow: hidden
}

.input-search-module_input__wrapper__avmaz .input-search-module_icon_clear__ZRr7b {
    align-items: center;
    color: var(--aurora_text_tertiary);
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.input-search-module_input__wrapper__avmaz .input-search-module_icon_clear__ZRr7b:hover {
    color: var(--aurora_text_secondary)
}

.input-search-module_input__wrapper__avmaz .input-search-module_icon_clear__ZRr7b:active {
    color: var(--aurora_text_tertiary)
}

.selector-search-module_selector__8JR05 {
    background: var(--aurora_select_default);
    display: flex;
    flex-direction: column
}

.selector-search-module_selector__search__8ROQY {
    border-bottom: 1px solid var(--aurora_select_border);
    padding: 12px 16px
}

.selector-search-module_selector__list__vpmeb {
    display: flex;
    flex-direction: column;
    overflow: hidden auto
}

.selector-search-module_selector__not_found__MbEEH {
    color: var(--aurora_text_disable);
    padding: 8px 16px;
    text-align: center
}

.selector-search-module_selector__loading__dy05X {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px 16px
}

.selector-search-module_selector__loading__dy05X svg {
    height: 50px;
    width: 50px
}

.selector-search-module_selector__8JR05 .selector-search-module_item__Ax91t {
    position: relative
}

.selector-search-module_selector__8JR05 .selector-search-module_item__Ax91t .selector-search-module_check_icon__rUcng {
    color: var(--aurora_special_green);
    inset-inline-end: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.selector-search-module_ref__item__GU5OG {
    bottom: 20px;
    position: absolute
}

.fiat-icon-module_fiatIcon__dngKb {
    align-items: center;
    background-color: var(--aurora_neutral_80);
    border-radius: 50%;
    color: var(--aurora_text_inverted);
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.switch-module_toggle-switch__obJ4p {
    --thumbWidth: 20px;
    --thumbDuration: 0.3s;
    --thumbWidthMultiplier: 1.25;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px
}

.switch-module_toggle-switch__obJ4p input[type=checkbox] {
    border: none !important;
    opacity: 0;
    outline: none !important;
    position: absolute;
    width: 0
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:focus-visible + .switch-module_switch__M6-tU {
    outline: 1px solid var(--aurora_text_primary);
    outline-offset: 3px
}

.switch-module_toggle-switch__obJ4p .switch-module_switch__M6-tU {
    background-color: var(--aurora_el_inactive_default);
    border-radius: 24px;
    cursor: pointer;
    inset: 0;
    position: absolute;
    transition: all .2s ease
}

.switch-module_toggle-switch__obJ4p .switch-module_switch__M6-tU:hover {
    background-color: var(--aurora_el_inactive_hover)
}

.switch-module_toggle-switch__obJ4p .switch-module_switch__M6-tU:active {
    background-color: var(--aurora_el_inactive_pressed)
}

.switch-module_toggle-switch__obJ4p .switch-module_switchThumb__RNx6A {
    animation-duration: var(--thumbDuration);
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    background-color: var(--aurora_el_active_color_inside);
    border-radius: 50%;
    content: "";
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .24));
    height: var(--thumbWidth);
    inset-inline-start: 2px;
    position: absolute;
    top: 2px;
    width: var(--thumbWidth)
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:checked + .switch-module_switch__M6-tU {
    background-color: var(--aurora_el_active_default)
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:checked + .switch-module_switch__M6-tU:hover {
    background-color: var(--aurora_el_active_hover)
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:checked + .switch-module_switch__M6-tU:active {
    background-color: var(--aurora_el_active_pressed)
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled + .switch-module_switch__M6-tU {
    background-color: var(--aurora_el_inactive_disabled);
    cursor: not-allowed
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled + .switch-module_switch__M6-tU:active, .switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled + .switch-module_switch__M6-tU:hover {
    background-color: var(--aurora_el_active_disabled)
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled + .switch-module_switch__M6-tU .switch-module_switchThumb__RNx6A {
    background-color: var(--aurora_el_inactive_disabled_color_inside);
    filter: none
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled:checked + .switch-module_switch__M6-tU {
    background-color: var(--aurora_el_active_disabled);
    cursor: not-allowed
}

.switch-module_toggle-switch__obJ4p input[type=checkbox]:disabled:checked + .switch-module_switch__M6-tU .switch-module_switchThumb__RNx6A {
    background-color: var(--aurora_el_active_disabled_color_inside)
}

.pin-input-module_pin__wrapper__MjtIZ {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.pin-input-module_pin__input__ZY-4O {
    -webkit-text-security: disc;
    background-color: var(--aurora_block_bg_cards);
    border: 1px solid var(--aurora_border_primary);
    border-radius: 12px;
    color: var(--aurora_text_primary);
    font-size: 24px;
    height: 60px;
    line-height: 32px;
    margin-inline-end: 16px;
    text-align: center;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: 96px
}

.pin-input-module_pin__input__ZY-4O:focus {
    border: 1px solid var(--aurora_text_primary)
}

.pin-input-module_pin__input__ZY-4O:last-of-type {
    margin-right: 0
}

.pin-input-module_pin__input__ZY-4O.pin-input-module_loading__cw0g3 {
    opacity: .4
}

.pin-input-module_pin__input__ZY-4O.pin-input-module_error__ORPqY {
    background-color: var(--aurora_special_red_bg1);
    border: 1px solid var(--aurora_special_red)
}

.copy-caption-module_share_block__copy__kwpJK {
    align-items: center;
    background-color: var(--aurora_block_bg);
    border-radius: 16px;
    color: var(--aurora_text_secondary);
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding: 8px 16px;
    width: 100%
}

.copy-caption-module_share_block__copy__kwpJK:active .copy-caption-module_copy__icon__fNpto {
    transform: scale(.85)
}

.copy-caption-module_share_block__copy__kwpJK .copy-caption-module_copy__icon__fNpto {
    align-items: center;
    background: var(--aurora_text_inverted);
    border-radius: 40px;
    color: var(--aurora_text_primary);
    display: flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.copy-caption-module_share_block__copy__kwpJK .copy-caption-module_copy__text__f8-YQ {
    color: var(--aurora_text_primary);
    overflow: hidden;
    width: 100%;
    word-break: break-all
}

.pin-input-mobile-module_pin__wrapper__bW3Uy {
    display: grid;
    gap: 18px;
    grid-template-columns:repeat(3, 68px);
    justify-content: center
}

.pin-input-mobile-module_pin__wrapper__bW3Uy button {
    background-color: var(--aurora_neutral_20);
    border: none;
    border-radius: 53px;
    color: var(--aurora_text_primary);
    font-size: 24px;
    height: 68px;
    line-height: 32px;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    user-select: none;
    width: 68px
}

.pin-input-mobile-module_pin__wrapper__bW3Uy button:active {
    transform: scale(.9)
}

.pin-input-mobile-module_pin__wrapper__bW3Uy button:disabled {
    opacity: .4;
    user-select: none
}

.pin-input-mobile-module_pin__wrapper__bW3Uy button:nth-last-of-type(2) {
    grid-column: 2
}

.pin-input-mobile-module_pin__wrapper__bW3Uy button:last-of-type {
    align-items: center;
    display: flex;
    grid-column: 3;
    justify-content: center
}

.error-input-module_input__error__SZfE1 {
    align-items: center;
    display: flex;
    padding: 12px 0 0 12px;
    text-align: start
}

.error-input-module_input__error__SZfE1 .error-input-module_error__icon__VgxKo {
    color: var(--aurora_special_red);
    margin-inline-end: 6px
}

.error-input-module_input__error__SZfE1 .error-input-module_error__icon__VgxKo path {
    min-height: 20px;
    min-width: 20px
}

.error-input-module_input__error__SZfE1 .error-input-module_error__description__yllZg {
    color: var(--aurora_special_red);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: start
}

.slider-module_wrapper__ZEE0w {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.slider-module_wrapper__ZEE0w.slider-module_size-default__8dViv {
    --bar_height: 4px;
    --thumb_size: 24px;
    --thumb_margin_top: 8px;
    --thumb_shadow: inset 0px 0px 0px 8px var(--thumb_main_color);
    --thumb_shadow_disabled: inset 0px 0px 0px 8px var(--thumb_main_color_disabled);
    --thumb_shadow_hover: inset 0px 0px 0px 4px var(--thumb_main_color);
    --thumb_shadow_active: inset 0px 0px 0px 4px var(--thumb_main_color);
    --thumb_shadow_focus-visible: inset 0px 0px 0px 8px var(--thumb_main_color), inset 0px 0px 0px 10px var(--thumb_inner_color), inset 0px 0px 0px 12px var(--thumb_main_color);
    --mark_border_width: 8px;
    --mark_border_width_hover: 4px;
    --tooltip-gap: 8px
}

.slider-module_wrapper__ZEE0w.slider-module_size-small__ArnsT {
    --bar_height: 2px;
    --thumb_size: 14px;
    --thumb_margin_top: 4px;
    --thumb_shadow: inset 0px 0px 0px 4px var(--thumb_main_color);
    --thumb_shadow_disabled: inset 0px 0px 0px 4px var(--thumb_main_color_disabled);
    --thumb_shadow_hover: inset 0px 0px 0px 2px var(--thumb_main_color);
    --thumb_shadow_active: inset 0px 0px 0px 2px var(--thumb_main_color);
    --thumb_shadow_focus-visible: inset 0px 0px 0px 4px var(--thumb_main_color), inset 0px 0px 0px 6px var(--thumb_inner_color), inset 0px 0px 0px 8px var(--thumb_main_color);
    --mark_border_width: 4px;
    --mark_border_width_hover: 2px;
    --tooltip-gap: 6px
}

.slider-module_wrapper__ZEE0w.slider-module_default__gDbWj {
    --groove_color_disabled: var(--aurora_neutral_30);
    --thumb_inner_color: var(--aurora_text_inverted);
    --thumb_color_disabled: var(--aurora_neutral_25);
    --thumb_main_color: var(--aurora_special_green);
    --thumb_main_color_hover: var(--aurora_special_green_bg);
    --thumb_main_color_disabled: var(--aurora_neutral_50)
}

.slider-module_wrapper__ZEE0w.slider-module_spot__tol-m {
    --groove_color_disabled: var(--aurora_trade_spot_blocks);
    --thumb_inner_color: var(--aurora_trade_spot_blocks);
    --thumb_color_disabled: var(--aurora_trade_spot_blocks);
    --thumb_main_color: var(--aurora_neutral_80);
    --thumb_main_color_hover: var(--aurora_neutral_80);
    --thumb_main_color_disabled: var(--aurora_neutral_40)
}

.slider-module_wrapper__ZEE0w input {
    appearance: none;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    min-height: var(--bar_height);
    width: 100%
}

.slider-module_wrapper__ZEE0w input:not(:disabled):hover + .slider-module_tooltip__4l-n6:before {
    opacity: 1
}

.slider-module_wrapper__ZEE0w input:not(:disabled)::-webkit-slider-thumb:hover {
    box-shadow: var(--thumb_shadow_hover);
    cursor: grab
}

.slider-module_wrapper__ZEE0w input:not(:disabled)::-moz-range-thumb:hover {
    box-shadow: var(--thumb_shadow_hover);
    cursor: grab
}

.slider-module_wrapper__ZEE0w input:not(:disabled)::-ms-thumb:hover {
    box-shadow: var(--thumb_shadow_hover);
    cursor: grab
}

.slider-module_wrapper__ZEE0w input:active:not(:disabled) {
    cursor: grabbing
}

.slider-module_wrapper__ZEE0w input:active:not(:disabled)::-webkit-slider-thumb {
    cursor: grabbing
}

.slider-module_wrapper__ZEE0w input:active:not(:disabled)::-moz-range-thumb {
    cursor: grabbing
}

.slider-module_wrapper__ZEE0w input:active:not(:disabled)::-ms-thumb {
    cursor: grabbing
}

.slider-module_wrapper__ZEE0w input:focus-visible {
    --thumb_shadow: var(--thumb_shadow_focus-visible)
}

.slider-module_wrapper__ZEE0w input:disabled {
    --thumb_shadow: var(--thumb_shadow_disabled);
    cursor: default !important
}

.slider-module_wrapper__ZEE0w input::-webkit-slider-thumb {
    appearance: none;
    background-color: var(--thumb_inner_color);
    border: none;
    border-radius: 50%;
    box-shadow: var(--thumb_shadow);
    height: var(--thumb_size);
    pointer-events: auto;
    position: relative;
    transition: .1s;
    width: var(--thumb_size);
    z-index: 10
}

.slider-module_wrapper__ZEE0w input::-moz-range-thumb {
    appearance: none;
    background-color: var(--thumb_inner_color);
    border: none;
    border-radius: 50%;
    box-shadow: var(--thumb_shadow);
    height: var(--thumb_size);
    pointer-events: auto;
    position: relative;
    transition: .1s;
    width: var(--thumb_size);
    z-index: 10
}

.slider-module_wrapper__ZEE0w input::-ms-thumb {
    appearance: none;
    background-color: var(--thumb_inner_color);
    border: none;
    border-radius: 50%;
    box-shadow: var(--thumb_shadow);
    height: var(--thumb_size);
    pointer-events: auto;
    position: relative;
    transition: .1s;
    width: var(--thumb_size);
    z-index: 10
}

.slider-module_wrapper__ZEE0w .slider-module_hint__f3R9r {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: var(--thumb_margin_top)
}

.slider-module_wrapper__ZEE0w .slider-module_hint__f3R9r.slider-module_disabled__vavZx {
    color: var(--aurora_text_tertiary)
}

.slider-module_wrapper__ZEE0w .slider-module_hint__title__Asr1c {
    color: var(--aurora_text_tertiary);
    transition: .5s
}

.slider-module_wrapper__ZEE0w .slider-module_hint__title_active__vuFvm {
    color: var(--aurora_text_primary)
}

.slider-module_tooltip__4l-n6 {
    display: flex;
    height: var(--thumb_size);
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: calc(-100% - var(--tooltip-gap));
    width: var(--thumb_size);
    z-index: 10
}

.slider-module_tooltip__4l-n6:before {
    align-items: center;
    background-color: var(--aurora_select_item);
    border-radius: 6px;
    bottom: 0;
    box-sizing: border-box;
    color: var(--aurora_text_primary);
    content: attr(data-progress);
    display: flex;
    font-family: Golos, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 16px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    transition: opacity .3s;
    width: fit-content
}

.slider-module_sliderInputWrapper__W7p7Z {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.slider-module_marksWrapper__--Of0 {
    height: var(--thumb_size);
    position: absolute;
    width: 100%
}

.slider-module_marksWrapper__--Of0 .slider-module_sliderMark__K9HjY {
    background-color: var(--thumb_inner_color);
    border: var(--mark_border_width) solid var(--thumb_main_color_disabled);
    border-radius: 50%;
    cursor: pointer;
    height: var(--thumb_size);
    opacity: 1;
    position: absolute;
    transition: border .1s;
    width: var(--thumb_size);
    z-index: 3
}

.slider-module_marksWrapper__--Of0 .slider-module_sliderMark_disabled__ZsYfk {
    border: var(--mark_border_width) solid var(--thumb_main_color_disabled);
    pointer-events: none
}

.slider-module_marksWrapper__--Of0 .slider-module_sliderMark_active__63OIP {
    border: var(--mark_border_width) solid var(--thumb_main_color)
}

.slider-module_marksWrapper__--Of0 .slider-module_sliderMark__K9HjY:not(.slider-module_marksWrapper__--Of0 .slider-module_sliderMark_disabled__ZsYfk):hover {
    border: var(--mark_border_width_hover) solid var(--thumb_main_color)
}

.slider-module_marksWrapper__--Of0 .slider-module_sliderMark__K9HjY:not(.slider-module_marksWrapper__--Of0 .slider-module_sliderMark_disabled__ZsYfk):hover + .slider-module_tooltip__4l-n6:before {
    opacity: 1
}

.slider-module_track__OgQCo {
    background: linear-gradient(to right, var(--aurora_special_green) 0, var(--aurora_neutral_30) 0);
    height: var(--bar_height);
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 1s;
    width: 100%
}

.accordion-module_accordion__mqGl- {
    height: fit-content;
    overflow: hidden
}

.accordion-module_accordion__mqGl-.accordion-module_fullWidth__R43Un {
    width: 100%
}

.accordion-module_accordion__button__un80A {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.accordion-module_accordion__button__un80A:focus-visible {
    outline: none
}

.accordion-module_accordion__header__-o9mY {
    align-items: center;
    display: flex;
    gap: 12px
}

.accordion-module_accordion__arrow__ZUJso {
    transition: all .3s
}

.accordion-module_accordion__arrow_open__oux4x {
    transform: rotate(180deg)
}

.accordion-module_accordion__content__yFxwB {
    overflow: hidden;
    width: 100%
}

.accordion-module_accordion__mqGl-:not(.accordion-module_custom__zXISz) .accordion-module_accordion__button__un80A {
    color: var(--aurora_text_primary)
}

.accordion-module_bordered__AJqAQ {
    border-bottom: 1px solid var(--aurora_border_primary)
}

.accordion-module_bordered__AJqAQ .accordion-module_accordion__button__un80A {
    padding: 16px 0
}

.accordion-module_bordered__AJqAQ .accordion-module_accordion__content__yFxwB {
    padding-bottom: 16px
}

.accordion-module_card__7yeD7 {
    border: 1px solid var(--aurora_border_primary);
    border-radius: 20px
}

.accordion-module_card__7yeD7 .accordion-module_accordion__content__yFxwB {
    border-top: 1px solid var(--aurora_border_primary);
    overflow: hidden;
    padding: 24px 20px
}

.accordion-module_card__7yeD7 .accordion-module_accordion__button__un80A {
    padding: 16px 20px
}

.tab-item-module_tabButton__hLeAT {
    background: transparent;
    border: none;
    color: var(--aurora_text_primary);
    cursor: pointer;
    padding: 0
}

.tab-item-module_tabButton__hLeAT:focus-visible {
    outline: none
}

.tab-item-module_tabButton__hLeAT:focus-visible > span > span {
    border-radius: 3px;
    outline: 1px solid var(--aurora_text_primary);
    outline-offset: 3px
}

.tab-item-module_tabItem__uNYBO {
    align-items: center;
    display: flex
}

.tab-item-module_tabItem__uNYBO > * {
    margin-bottom: 21px
}

@media only screen and (max-width:1024px) {
    .tab-item-module_tabItem__uNYBO > * {
        margin-bottom: 17px
    }
}

.tab-item-module_icon__AvF9a {
    display: block;
    margin-top: -4px;
    margin-inline-start: 4px
}

.tab-item-module_icon__AvF9a svg {
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.tab-item-module_icon__AvF9a.tab-item-module_open__VZqkc svg {
    transform: rotate(180deg)
}

.tab-dropdown-item-module_item__J0klU {
    align-items: center;
    background: var(--aurora_select_default);
    column-gap: 16px;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    padding: 8px 16px;
    position: relative;
    text-align: start;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    width: 100%
}

.tab-dropdown-item-module_item__J0klU.tab-dropdown-item-module_with_children__xawpr {
    padding-inline-end: 15%
}

.tab-dropdown-item-module_item__J0klU:active, .tab-dropdown-item-module_item__J0klU:hover {
    background: var(--aurora_select_hover)
}

.tab-dropdown-item-module_item__J0klU:focus-visible:after {
    inset: 2px 6px !important
}

.tab-dropdown-item-module_item__icon__fbXi9 {
    color: var(--aurora_text_primary);
    height: 24px;
    width: 24px
}

.tab-dropdown-item-module_item__content__rtZNO {
    display: flex;
    flex-direction: column
}

.tab-dropdown-item-module_item__content__rtZNO p {
    color: var(--aurora_text_primary)
}

.tab-dropdown-item-module_item__content__rtZNO span {
    color: var(--aurora_text_secondary)
}

.tab-dropdown-module_tabDropdown__uOwQq {
    position: relative
}

.tab-dropdown-module_dropdown__Eza9A {
    width: 336px
}

.tab-dropdown-module_divider__AmIc2 {
    background: var(--aurora_select_border);
    height: 1px;
    margin: 8px auto;
    width: calc(100% - 36px)
}

.tab-dropdown-module_sub_list__GT39o {
    border-top: 1px solid var(--aurora_select_border);
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    padding-top: 8px
}

.tabs-module_tabs__UMeM9 {
    display: flex;
    gap: 24px
}

.tabs-module_tabs_border__YQ-si {
    border-bottom: 1px solid var(--aurora_border_primary)
}

@media only screen and (max-width:1024px) {
    .tabs-module_tabs__UMeM9 {
        gap: 20px
    }
}

.tabs-module_tabItems__EKPH8 {
    background: transparent;
    border: none;
    color: var(--aurora_text_primary);
    list-style: none;
    position: relative
}

.tabs-module_swiper__URZpY {
    display: block;
    width: 100%
}

.tabs-module_swiper__URZpY .tabs-module_tabItems__EKPH8 {
    width: fit-content
}

.tabs-module_swiper__URZpY .tabs-module_tabItems__EKPH8:not(:last-of-type) {
    margin-inline-end: 24px
}

@media only screen and (max-width:1024px) {
    .tabs-module_swiper__URZpY .tabs-module_tabItems__EKPH8:not(:last-of-type) {
        margin-inline-end: 20px
    }
}

.tabs-module_underline__qEJfO {
    background: var(--aurora_text_primary);
    border-radius: 6px 6px 0 0;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.tabs-module_divider__lZk82 {
    background: var(--aurora_border_primary);
    height: 24px;
    width: 1px
}

.styled-table-module_table__O745G {
    background: var(--aurora_table_bg);
    border-radius: 0 0 10px 10px;
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width:576px) {
    .styled-table-module_table__O745G {
        table-layout: auto
    }
}

@media only screen and (max-width:768px) {
    .styled-table-module_table__O745G thead {
        display: none
    }
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp {
    background: transparent;
    border-bottom: 1px solid var(--aurora_border_primary);
    color: var(--aurora_text_secondary);
    padding: 14px 20px;
    text-align: left;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    vertical-align: middle
}

@media only screen and (max-width:1024px) {
    .styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_hideInLaptop__aLWR8 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_hideInTablet__bYPYP {
        display: none
    }
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_canSort__JmDGP {
    cursor: pointer
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_canSort__JmDGP:hover {
    background: var(--aurora_table_hover_stroke)
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_canSort__JmDGP:hover .styled-table-module_thContent__LAbo2 .styled-table-module_sortIcon__Te4YP {
    max-height: 20px;
    max-width: 20px;
    opacity: 1
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp.styled-table-module_sorted__8Hbtp {
    background: var(--aurora_table_hover_stroke)
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp .styled-table-module_thContent__LAbo2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp .styled-table-module_thContent__LAbo2 .styled-table-module_sortIcon__Te4YP {
    color: var(--aurora_text_secondary);
    max-height: 20px;
    max-width: 20px;
    opacity: 0;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp .styled-table-module_thContent__LAbo2 .styled-table-module_sortIcon__Te4YP.styled-table-module_active__3-fcZ {
    color: var(--aurora_text_primary);
    opacity: 1
}

.styled-table-module_table__O745G thead .styled-table-module_tableHead__UgRTp .styled-table-module_thContent__LAbo2 .styled-table-module_sortIcon__Te4YP .styled-table-module_sortAsc__r-hnN {
    transform: rotate(180deg)
}

.styled-table-module_tableData__ce72W {
    display: table-cell
}

@media only screen and (max-width:768px) {
    .styled-table-module_tableData__ce72W.styled-table-module_hideInTablet__bYPYP {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .styled-table-module_tableData__ce72W.styled-table-module_hideInLaptop__aLWR8 {
        display: none
    }
}

.styled-table-module_tbody__JQp-h tr {
    background: transparent;
    border-top: 1px solid var(--aurora_border_primary);
    box-sizing: content-box;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s
}

.styled-table-module_tbody__JQp-h tr:focus-visible {
    outline: 1px solid var(--aurora_text_primary);
    outline-offset: 3px
}

.styled-table-module_tbody__JQp-h tr:first-of-type {
    border-top: none
}

.styled-table-module_tbody__JQp-h tr:last-of-type td:first-child {
    border-bottom-left-radius: 10px
}

.styled-table-module_tbody__JQp-h tr:last-of-type td:last-child {
    border-bottom-right-radius: 10px
}

.styled-table-module_tbody__JQp-h tr:hover {
    background: var(--aurora_table_hover_stroke)
}

.styled-table-module_tbody__JQp-h td {
    box-sizing: border-box;
    color: var(--aurora_text_primary);
    overflow: hidden;
    padding: 16px 20px;
    text-overflow: ellipsis;
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    .styled-table-module_tbody__JQp-h td {
        padding: 16px 20px
    }
}

@media only screen and (max-width:425px) {
    .styled-table-module_tbody__JQp-h td {
        padding: 16px
    }
}

@media only screen and (max-width:768px) {
    .styled-table-module_tbody__JQp-h td:last-of-type {
        text-align: right
    }
}

.styled-table-module_tbody__JQp-h td p, .styled-table-module_tbody__JQp-h td span {
    overflow: hidden;
    text-overflow: ellipsis
}

.styled-table-module_tbody__JQp-h td .styled-table-module_tdContent__TqUGt .styled-table-module_desktop__ni8FS {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width:768px) {
    .styled-table-module_tbody__JQp-h td .styled-table-module_tdContent__TqUGt .styled-table-module_desktop__ni8FS {
        display: none
    }
}

.styled-table-module_tbody__JQp-h td .styled-table-module_tdContent__TqUGt .styled-table-module_mobile__xb9wA {
    display: none
}

@media only screen and (max-width:768px) {
    .styled-table-module_tbody__JQp-h td .styled-table-module_tdContent__TqUGt .styled-table-module_mobile__xb9wA {
        display: inline
    }
}

.table-dropdown-module_container__UiL6G {
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 10px 16px;
    transition: .3s
}

.table-dropdown-module_container__UiL6G:hover, .table-dropdown-module_container_opened__HF0UG {
    background: var(--aurora_table_items)
}

.table-dropdown-module_container__UiL6G .table-dropdown-module_icon__Xp4rL > div {
    color: var(--aurora_text_primary)
}

.table-dropdown-module_container__UiL6G .table-dropdown-module_icon_opened__sViUr {
    transform: rotate(180deg)
}

.table-dropdown-module_dropdown__4ApeH {
    background: var(--aurora_select_default);
    color: var(--aurora_text_primary);
    padding: 0
}

.table-dropdown-module_dropdownMenuContainer__E9KwD {
    box-shadow: none;
    margin-bottom: -8px
}

.table-dropdown-module_list__ZXCAP {
    background: var(--aurora_select_default)
}

.table-dropdown-module_list__item__QL2oQ {
    cursor: pointer;
    padding: 2px 10px;
    transition: .3s;
    width: 100%
}

.table-dropdown-module_list__item__QL2oQ:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.table-dropdown-module_list__item__QL2oQ:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.table-dropdown-module_list__item__QL2oQ:hover, .table-dropdown-module_list__item_active__0jv5M {
    background-color: var(--aurora_select_hover)
}

.table-header-module_tableHeader__Vay8N {
    align-items: flex-start;
    background: var(--aurora_table_bg);
    border-bottom: 1px solid var(--aurora_border_primary);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0
}

@media only screen and (max-width:768px) {
    .table-header-module_tableHeader__Vay8N {
        padding: 20px 20px 0
    }
}

@media only screen and (max-width:425px) {
    .table-header-module_tableHeader__Vay8N {
        padding: 20px 16px 0
    }
}

.table-header-module_tableHeader__Vay8N .table-header-module_tableTitle__8MM2O {
    color: var(--aurora_text_primary)
}

.table-header-module_tableHeader__Vay8N .table-header-module_tableTitle__8MM2O.table-header-module_isText__HCLg5 {
    margin-bottom: 20px
}

.table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV {
    background: transparent;
    border: none;
    color: var(--aurora_text_secondary);
    cursor: pointer;
    margin: 0;
    padding: 0
}

@media only screen and (max-width:768px) {
    .table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc {
    align-items: center;
    column-gap: 2px;
    display: flex;
    justify-content: center
}

.table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc .table-header-module_buttonText_transactionsEnabled__QvAnl {
    display: none
}

@media only screen and (max-width:1150px) {
    .table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc .table-header-module_buttonText_transactionsEnabled__QvAnl {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc .table-header-module_buttonText__qWl3b {
        display: none
    }
}

.table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc .table-header-module_buttonIcon__rXOec {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

html[dir=rtl] .table-header-module_tableHeader__Vay8N .table-header-module_button__ryEhV .table-header-module_buttonWrapper__4vpyc .table-header-module_buttonIcon__rXOec {
    transform: rotate(180deg)
}

.table-pagination-module_pagination__m1hvQ {
    align-items: center;
    display: flex;
    max-width: fit-content
}

.table-pagination-module_pagination__info__uX6Bi {
    box-sizing: content-box;
    column-gap: 4px;
    display: flex;
    justify-content: flex-end;
    min-width: 45px;
    padding: 10px 16px
}

.table-pagination-module_pagination__info__uX6Bi span:first-child {
    display: inline-block;
    min-width: 1em;
    text-align: center
}

html[dir=rtl] .table-pagination-module_pagination__info__uX6Bi {
    flex-direction: row-reverse
}

.table-pagination-module_pagination__info__uX6Bi.table-pagination-module_no_count__VLfzF {
    min-width: 15px
}

.table-pagination-module_pagination__arrow__WSP-T {
    align-items: center;
    background: transparent;
    color: var(--aurora_text_primary);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 10px;
    transition: .3s;
    width: 40px
}

html[dir=rtl] .table-pagination-module_pagination__arrow__WSP-T {
    transform: rotate(180deg)
}

.table-pagination-module_pagination__arrow__WSP-T:hover {
    background: var(--aurora_table_hover_stroke)
}

.table-pagination-module_pagination__arrow__WSP-T:active {
    background: var(--aurora_table_items)
}

.table-pagination-module_pagination__arrow_reverse__9UHch {
    transform: rotate(180deg)
}

html[dir=rtl] .table-pagination-module_pagination__arrow_reverse__9UHch {
    transform: rotate(0)
}

.table-pagination-module_pagination__arrow_disabled__fQYB9 {
    color: var(--aurora_text_disable);
    cursor: default
}

.table-pagination-module_pagination__arrow_disabled__fQYB9:active, .table-pagination-module_pagination__arrow_disabled__fQYB9:hover {
    background: transparent
}

button.btn[data-v-3bbdf7ee] {
    display: inline-block;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    letter-spacing: 1px;
    transition: all .15s ease
}

button.btn.btn-sm[data-v-3bbdf7ee] {
    padding: .4rem .8rem;
    font-size: .8rem;
    border-radius: .2rem
}

button.btn.btn-primary[data-v-3bbdf7ee] {
    color: #fff;
    background-color: #45c8f1;
    border-color: #45c8f1
}

button.btn.btn-outline-primary[data-v-3bbdf7ee] {
    color: #45c8f1;
    background-color: rgba(0, 0, 0, 0);
    border-color: #45c8f1
}

button.btn.btn-danger[data-v-3bbdf7ee] {
    color: #fff;
    background-color: #ff4949;
    border-color: #ff4949
}

.text-muted[data-v-3bbdf7ee] {
    color: #8492a6
}

.text-center[data-v-3bbdf7ee] {
    text-align: center
}

.drop-down-enter[data-v-3bbdf7ee], .drop-down-leave-to[data-v-3bbdf7ee] {
    transform: translateX(0) translateY(-20px);
    transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
    opacity: 0
}

.drop-down-enter-active[data-v-3bbdf7ee], .drop-down-leave-active[data-v-3bbdf7ee] {
    transition: all .15s
}

.move-left-enter[data-v-3bbdf7ee], .move-left-leave-to[data-v-3bbdf7ee] {
    transform: translateY(0) translateX(-80px);
    transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
    opacity: 0
}

.move-left-enter-active[data-v-3bbdf7ee], .move-left-leave-active[data-v-3bbdf7ee] {
    transition: all .15s
}

.no-tr[data-v-3bbdf7ee] {
    transition: none !important
}

.no-tr *[data-v-3bbdf7ee] {
    transition: none !important
}

.overlay[data-v-3bbdf7ee] {
    position: fixed;
    background: rgba(220, 220, 220, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden
}

.overlay .modal[data-v-3bbdf7ee] {
    transition: all .2s ease;
    opacity: 0;
    transform: scale(0.6);
    overflow: hidden
}

.overlay.show[data-v-3bbdf7ee] {
    opacity: 1;
    visibility: visible
}

.overlay.show .modal[data-v-3bbdf7ee] {
    opacity: 1;
    transform: scale(1)
}

.panel[data-v-3bbdf7ee] {
    padding: 6px 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    border-radius: 6px;
    position: relative;
    border: 1px solid #eaf7ff;
    background: #f7fcff;
    outline: none;
    transition: all .07s ease-in-out
}

.btn[data-v-3bbdf7ee] {
    cursor: pointer;
    box-sizing: border-box
}

.light-btn[data-v-3bbdf7ee] {
    padding: 10px 12px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    border-radius: 6px;
    position: relative;
    border: 1px solid #eaf7ff;
    background: #f7fcff;
    outline: none;
    cursor: pointer;
    transition: all .07s ease-in-out
}

.light-btn[data-v-3bbdf7ee]:hover {
    background: #e0f4ff;
    border-color: #8acfff
}

.primary-btn[data-v-3bbdf7ee] {
    background: #239bf5;
    color: #fff;
    border-radius: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    font-size: 14px;
    font-family: "Didact Gothic Regular", sans-serif
}

.primary-btn[data-v-3bbdf7ee]:hover {
    background: #40a8f6;
    color: #fff;
    text-decoration: none
}

.shake[data-v-3bbdf7ee] {
    animation: shake-3bbdf7ee .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0)
}

@keyframes shake-3bbdf7ee {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

.pulse[data-v-3bbdf7ee] {
    animation: pulse-3bbdf7ee 2s ease infinite
}

@keyframes pulse-3bbdf7ee {
    0% {
        opacity: .7
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: .7
    }
}

.flash-once[data-v-3bbdf7ee] {
    animation: flash-once 3.5s ease 1
}

@keyframes fade-up-3bbdf7ee {
    0% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fade-in[data-v-3bbdf7ee] {
    animation: fade-in-3bbdf7ee .3s ease-in-out
}

@keyframes fade-in-3bbdf7ee {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.spin[data-v-3bbdf7ee] {
    animation-name: spin-3bbdf7ee;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin-3bbdf7ee {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.bounceIn[data-v-3bbdf7ee] {
    animation-name: bounceIn-3bbdf7ee;
    transform-origin: center bottom;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

@keyframes bounceIn-3bbdf7ee {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes dots-3bbdf7ee {
    0%, 20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
    }
    40% {
        color: #8492a6;
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
    }
    60% {
        text-shadow: .25em 0 0 #8492a6, .5em 0 0 rgba(0, 0, 0, 0)
    }
    80%, 100% {
        text-shadow: .25em 0 0 #8492a6, .5em 0 0 #8492a6
    }
}

@keyframes recording-3bbdf7ee {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, .3)
    }
    65% {
        box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, .3)
    }
    90% {
        box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0)
    }
}

@font-face {
    font-family: "Didact Gothic Regular";
    src: url(data:font/woff2;base64,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) format("woff");
    font-weight: normal;
    font-style: normal
}

body[data-v-3bbdf7ee] {
    margin: 0;
    font-size: 100%;
    color: #3c4858
}

a[data-v-3bbdf7ee] {
    text-decoration: none;
    color: #45c8f1
}

h1[data-v-3bbdf7ee], h2[data-v-3bbdf7ee], h3[data-v-3bbdf7ee], h4[data-v-3bbdf7ee] {
    margin-top: 0
}

svg[data-v-3bbdf7ee] {
    outline: none
}

.container_selected_area[data-v-3bbdf7ee] {
    display: none;
    visibility: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647
}

.container_selected_area.active[data-v-3bbdf7ee] {
    visibility: visible;
    display: block
}

.container_selected_area .label[data-v-3bbdf7ee] {
    font-family: "Didact Gothic Regular", sans-serif;
    font-size: 22px;
    text-align: center;
    padding-top: 15px
}

.area[data-v-3bbdf7ee] {
    display: none;
    position: absolute;
    z-index: 2147483647;
    pointer-events: none;
    border: 1px solid #1e83ff;
    background: rgba(30, 131, 255, .1);
    box-sizing: border-box
}

.area.active[data-v-3bbdf7ee] {
    display: block;
    top: 0;
    left: 0
}

.hide[data-v-3bbdf7ee] {
    display: none
}

.typography-module_typography__OFnEO.typography-module_fontWeight_400__FlwVo {
    font-weight: 400;
}

 .typography-module_typography__OFnEO.typography-module_system_h5__j4KfK {
     font-size: 12px;
     font-weight: 600;
     line-height: 20px;
 }

.services-menu {
    position: absolute;
    left: 0;
    top: 30px; /* زيادة المسافة بين الزر والقائمة */
    width: 364px;
    display: none; /* القائمة مخفية في البداية */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    z-index: 9999;
}

.services-menu {
    transition-delay: 5s; /* الانتظار لمدة 5 ثوانٍ قبل اختفاء القائمة */
}

.services-menu:not(:hover) {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; /* الإخفاء بعد التأخير */
}

.fees-menu {
    position: absolute;
    left: 0;
    top: 30px; /* زيادة المسافة بين الزر والقائمة */
    width: 250px;
    display: none; /* القائمة مخفية في البداية */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    z-index: 9999;
}

.fees-menu {
    transition-delay: 5s; /* الانتظار لمدة 5 ثوانٍ قبل اختفاء القائمة */
}

.fees-menu:not(:hover) {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; /* الإخفاء بعد التأخير */
}

.d-flex{
    display: flex;
}

.shadow_wrapper {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    inset-inline-start: 0;
    z-index: 99;
    background: var(--aurora_modal_bg);
}
.burger {
    position: fixed;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: 1000;
}
.burger__container {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--aurora_select_default);
    z-index: 100;
}
.burger__container .burger__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.burger::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100dvh;
    background: var(--aurora_select_default);
    inset-inline-end: 99%;
    top: 0;
    z-index: 99;
}
.burger.right {
    inset-inline-start: unset;
    inset-inline-end: 0;
}
.burger.right::before {
    inset-inline-end: unset;
    inset-inline-start: 99%;
}

.burger_btn_wrapper {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .burger_btn_wrapper {
        display: block;
    }
}
@media only screen and (max-width: 1440px) {
    .burger_btn_wrapper.long_lang {
        display: block;
    }
}
.burger_btn:focus-visible {
    outline-color: var(--white) !important;
}
.get_started_btn {
    width: 100%;
    display: none;
    padding: 12px 16px;
}
@media only screen and (max-width: 576px) {
    .get_started_btn {
        display: block;
    }
}
.get_started_btn a, .get_started_btn button {
    width: 100%;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 28px 32px;
}
.header.title {
    justify-content: space-between;
    width: 100%;
}
.header.reversed {
    flex-direction: row-reverse;
}
.header__btn {
    width: 24px;
    height: 24px;
    color: var(--primary);
    cursor: pointer;
}
.header__btn:hover, .header__btn:active {
    color: var(--secondary);
}

.bg-blue{
    background-color: #000018 !important;
}

.coin-select{
    opacity: 1;
    transform: none;
    min-width: 0px;
    transition: opacity 307ms cubic-bezier(0.4, 0, 0.2, 1), transform 204ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 147px;
    left: 1184px;
    transform-origin: 141px 33.5179px;
}

.licences {
    position: relative;
    background-color: #f3f1e8;
    padding: 48px 0 60px
}

.licences:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    background-image: url(../img/licenses_wave-bottom-5edc83b0.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 1000px) {
    .licences {
        padding:56px 0 120px
    }
}

.licences-title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 24px;
    text-align: center
}

.licences-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px
}

@media screen and (min-width: 768px) {
    .licences-body {
        margin-top:40px
    }
}

@media screen and (min-width: 1000px) {
    .licences-body {
        width:calc(50vw + 20rem);
        margin: 40px auto 0
    }
}

@media screen and (min-width: 1360px) {
    .licences-body {
        width:62.5rem
    }
}

.licences-item {
    display: flex;
    width: 100%;
    max-width: 526px;
    margin-left: auto;
    margin-right: auto
}

.licences-item+.licences-item {
    margin-top: 24px
}

.licences-item__logo-box {
    width: 60px;
    min-width: 60px;
    height: 70px
}

.licences-item__logo {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.licences-item__main {
    margin-left: 34px
}

[dir=rtl] .licences-item__main {
    margin-right: 34px;
    margin-left: unset
}

.licences-item__title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    line-height: 1.37
}

.licences-item__dscr {
    margin-top: 8px;
    line-height: 1.5
}

.licences-item__dscr a {
    border-bottom: 1px solid rgba(0,0,0,.15);
    transition: border-color .2s linear
}

.licences-item__dscr a:hover {
    border-color: #0009
}

@media screen and (min-width: 768px) {
    .licences-item {
        width:526px;
        padding: 12px 16px;
        min-height: 68px
    }

    .licences-item+.licences-item {
        margin-top: 0
    }

    .licences-item__main {
        margin-left: 32px
    }

    [dir=rtl] .licences-item__main {
        margin-right: 32px;
        margin-left: unset
    }
}

@media screen and (min-width: 1000px) {
    .licences-item {
        width:50%;
        max-width: 100%;
        padding: 0 16px
    }

    .licences-item__logo-box {
        width: 5vw
    }

    .licences-item__main {
        width: calc(20vw + 6rem)
    }
}

@media screen and (min-width: 1360px) {
    .licences-item__logo-box {
        width:64px
    }

    .licences-item__main {
        width: 23rem
    }
}

@media screen and (min-width: 1000px) {
    .rwl-tabs {
        padding:7.5rem 0 3.875rem
    }
}

.rwl-read-slider {
    position: relative
}

.rwl-read-slider__illustration {
    display: block;
    width: 204px;
    height: 224px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 64px;
    left: -20px;
    z-index: 98;
    transition: opacity .1s linear
}

[dir=rtl] .rwl-read-slider__illustration {
    right: -20px;
    left: unset
}

.rwl-read-slider__illustration.is-hidden {
    opacity: 0
}

.rwl-read-slider__wrapper {
    position: relative;
    overflow: hidden
}

.rwl-read-slider__wrapper:before,.rwl-read-slider__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 89
}

.rwl-read-slider__wrapper:before {
    left: 0;
    background-image: linear-gradient(to right,#ffffff .3%,rgba(255,255,255,0) 99.36%)
}

.rwl-read-slider__wrapper:after {
    right: 0;
    background-image: linear-gradient(to left,#ffffff .3%,rgba(255,255,255,0) 99.36%)
}

.rwl-read-slider__inner {
    display: flex;
    transition: transform .2s linear
}

[dir=rtl] .rwl-read-slider__nav-item .icon {
    transform: scaleX(-1)
}

@media screen and (max-width: 999px) {
    .rwl-read-slider {
        margin:0 -24px
    }

    .rwl-read-slider__illustration {
        display: none
    }

    .rwl-read-slider__inner {
        width: 100%
    }

    .rwl-read-slider__nav {
        display: flex;
        margin-top: 32px;
        padding: 0 24px
    }

    .rwl-read-slider__nav-item {
        position: relative;
        display: inline-block;
        text-align: center;
        font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
        font-size: 16px;
        line-height: 44px;
        border: 2px solid #000000;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 0 12px;
        width: 48px;
        max-width: 48px
    }

    .rwl-read-slider__nav-item+.rwl-read-slider__nav-item {
        margin-left: 12px
    }

    [dir=rtl] .rwl-read-slider__nav-item+.rwl-read-slider__nav-item {
        margin-right: 12px;
        margin-left: unset
    }

    .rwl-read-slider__nav-item.is-wide {
        flex: 1;
        width: auto;
        max-width: 100%
    }

    .rwl-read-slider__nav-item .icon {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        opacity: .25;
        font-size: 24px
    }

    .rwl-read-slider__nav-item--prev {
        font-size: 0
    }

    .rwl-read-slider__nav-item--prev.is-wide {
        font-size: 16px
    }

    .rwl-read-slider__nav-item--prev .icon,[dir=rtl] .rwl-read-slider__nav-item--next .icon {
        left: 10px;
        right: auto
    }

    .rwl-read-slider__nav-item--next .icon,[dir=rtl] .rwl-read-slider__nav-item--prev .icon {
        right: 12px;
        left: auto
    }
}

@media screen and (min-width: 1000px) {
    .rwl-read-slider__wrapper:before,.rwl-read-slider__wrapper:after {
        width:calc(15vw + 4rem)
    }

    .rwl-read-slider__nav-item {
        position: absolute;
        top: 100px;
        z-index: 98;
        font-size: 0;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border-width: 2px
    }

    .rwl-read-slider__nav-item .icon {
        display: block;
        margin: auto;
        font-size: 24px
    }

    .rwl-read-slider__nav-item--prev,[dir=rtl] .rwl-read-slider__nav-item--next {
        left: 0;
        right: auto
    }

    .rwl-read-slider__nav-item--next,[dir=rtl] .rwl-read-slider__nav-item--prev {
        right: 0;
        left: auto
    }
}

@media screen and (min-width: 1360px) {
    .rwl-read-slider__wrapper:before,.rwl-read-slider__wrapper:after {
        width:16.75rem
    }
}

.rwl-read-slide {
    transition: opacity .2s linear
}

.rwl-read-slide.is-active {
    opacity: 1
}

.rwl-read-slide__title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 26px;
    line-height: 1.23
}

.rwl-read-slide__title-total {
    color: #bfbfbf
}

.rwl-read-slide__content {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 16px
}

.rwl-read-slide__content p+p {
    margin-top: 34px
}

.rwl-read-slide__content a {
    border-bottom: 1px solid rgba(0,0,0,.15);
    transition: border-color .2s linear
}

.rwl-read-slide__content a:hover {
    border-color: #0009
}

@media screen and (max-width: 999px) {
    .rwl-read-slide {
        height:0;
        padding: 0 24px;
        max-width: 100%;
        width: 100vw;
        min-width: 100%
    }

    .rwl-read-slide.is-active {
        height: 100%;
        opacity: 1
    }
}

@media screen and (min-width: 1000px) {
    .rwl-read-slide {
        width:calc(35vw + 12rem);
        min-width: calc(35vw + 12rem)
    }

    .rwl-read-slide__inner {
        width: calc(30vw + 10rem)
    }

    .rwl-read-slide:nth-child(1) {
        margin-left: calc(15vw + 6rem)
    }

    [dir=rtl] .rwl-read-slide:nth-child(1) {
        margin-right: calc(15vw + 6rem);
        margin-left: unset
    }

    .rwl-read-slide__title {
        font-size: 32px;
        line-height: 1.37
    }

    .rwl-read-slide__title-total {
        display: none
    }
}

@media screen and (min-width: 1360px) {
    .rwl-read-slide {
        width:41.75rem;
        min-width: 41.75rem
    }

    .rwl-read-slide__inner {
        width: 35.5rem
    }

    .rwl-read-slide:nth-child(1) {
        margin-left: 18.75rem
    }

    [dir=rtl] .rwl-read-slide:nth-child(1) {
        margin-right: 18.75rem;
        margin-left: unset
    }
}

.rwl-read-list {
    max-width: 526px;
    margin: auto;
    counter-reset: listCounter;
    list-style-type: none;
    padding-left: 38px
}

[dir=rtl] .rwl-read-list {
    padding-right: 38px;
    padding-left: unset
}

.rwl-read-list__wrapper {
    position: relative
}

.rwl-read-list__illustration {
    display: block;
    max-width: 224px;
    width: 204px;
    height: 224px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -96px;
    z-index: 98
}

[dir=rtl] .rwl-read-list__illustration {
    left: -20px;
    right: unset
}

.rwl-read-list__item {
    position: relative
}

.rwl-read-list__item+.rwl-read-list__item {
    margin-top: 40px
}

.rwl-read-list__item:before {
    counter-increment: listCounter;
    content: counters(listCounter,".",decimal-leading-zero);
    position: absolute;
    top: 0;
    left: -38px;
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif
}

[dir=rtl] .rwl-read-list__item:before {
    right: -38px;
    left: auto
}

.rwl-read-list__item-title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
}

.rwl-read-list__item-content {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 8px
}

@media screen and (max-width: 999px) {
    .rwl-read-list__illustration {
        display:none
    }
}

@media screen and (min-width: 1000px) {
    .rwl-read-list {
        width:calc(30vw + 10rem);
        padding-left: 0
    }

    [dir=rtl] .rwl-read-list {
        padding-right: 0;
        padding-left: unset
    }

    .rwl-read-list__item:before {
        left: -7.8vw;
        font-size: 32px;
        line-height: 30px
    }

    [dir=rtl] .rwl-read-list__item:before {
        right: -7.8vw;
        left: unset
    }
}

@media screen and (min-width: 1360px) {
    .rwl-read-list {
        width:35.5rem
    }

    .rwl-read-list__item:before {
        left: -100px
    }

    [dir=rtl] .rwl-read-list__item:before {
        right: -100px;
        left: unset
    }
}

.rwl-tabs {
    padding: 62px 0
}

.rwl-tabs__header {
    text-align: center;
    max-width: 734px;
    margin: 0 auto
}

.rwl-tabs__header-title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 32px;
    line-height: 1.13
}

@media screen and (min-width: 1000px) {
    .rwl-tabs {
        padding: 50px 0 0 0;
    }

    .rwl-tabs__header-title {
        font-size: 56px;
        line-height: 1.14
    }
}

.rwl-tabs-nav {
    margin: 18px -24px 0;
    width: 100vw;
    overflow: hidden
}

.rwl-tabs-nav__scroll-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin-bottom: -16px;
    text-align: center
}

.rwl-tabs-nav__inner {
    display: inline-flex;
    padding: 0 24px
}

.rwl-tabs-nav__item {
    display: flex;
    align-items: center;
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 16px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 4px;
    color: #b2b2b2;
    transition: color .2s linear,background-color .2s linear
}

.rwl-tabs-nav__item:hover {
    color: #000
}

.rwl-tabs-nav__item.is-active {
    color: #000;
    background-color: #f3f1e8
}

.rwl-tabs-nav__item+.rwl-tabs-nav__item {
    margin-left: 8px
}

[dir=rtl] .rwl-tabs-nav__item+.rwl-tabs-nav__item {
    margin-right: 8px;
    margin-left: unset
}

.rwl-tabs-nav__item-icon {
    font-size: 24px;
    opacity: .25;
    margin-right: 12px;
    transition: opacity .2s linear
}

[dir=rtl] .rwl-tabs-nav__item-icon {
    margin-left: 12px;
    margin-right: unset
}

.rwl-tabs-nav__item:hover .rwl-tabs-nav__item-icon,.rwl-tabs-nav__item.is-active .rwl-tabs-nav__item-icon {
    opacity: 1
}

@media screen and (min-width: 1000px) {
    .rwl-tabs-nav {
        margin:32px auto 0;
        width: 100%
    }

    .rwl-tabs-nav__item {
        font-size: 22px;
        line-height: 50px;
        padding: 0 16px
    }

    .rwl-tabs-nav__item+.rwl-tabs-nav__item {
        margin-left: 24px
    }

    [dir=rtl] .rwl-tabs-nav__item+.rwl-tabs-nav__item {
        margin-right: 24px;
        margin-left: unset
    }
}

.rwl-tabs-body {
    max-width: 526px;
    margin: 26px auto 0
}

@media screen and (min-width: 1000px) {
    .rwl-tabs-body {
        max-width:100%;
        margin: 56px auto 0
    }
}

.rwl-tabs-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.rwl-tabs-item.is-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: visible;
    transition: opacity .3s linear,visibility 0s linear 0s,height 0s linear 0s
}

.accordion-item+.accordion-item {
    margin-top: 32px
}

.accordion-item__toggle {
    display: flex;
    width: 100%;
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    transition: color .2s linear;
    color: black;
}

[dir=rtl] .accordion-item__toggle {
    text-align: right
}



.accordion-item__toggle:after {
    content: "\f078"; /* Unicode الخاص بالسهم لأسفل */
    font-family: "Font Awesome 6 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    line-height: 24px;
    transition: transform .2s linear
}

[dir=rtl] .accordion-item__toggle:after {
    margin-right: auto;
    margin-left: unset
}

.accordion-item__toggle.is-open:after {
    content: "\f077"; /* Unicode الخاص بالسهم لأسفل */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.accordion-item__toggle:hover {
    color: #b2b2b2
}

.accordion-item__content-wrapper {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear,max-height 0s linear .2s
}

.is-open+.accordion-item__content-wrapper {
    opacity: 1;
    max-height: 100%;
    transition: opacity .2s linear,max-height 0s linear 0s
}

.accordion-item__content {
    padding-top: 12px;
    font-size: 18px;
    line-height: 1.67
}

.accordion-item__content p+p {
    margin-top: 28px
}

.trust {
    padding: 0
}

.trust__header-title {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 32px;
    line-height: 1.13;
    text-align: center
}

.trust__body {
    position: relative;
    background-color: #51DCFF;
    padding: 68px 0;
    margin-top: 0
}

.trust__body:before,.trust__body:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.trust__body:before {
    top: 0;
    background-image: url(../img/why-people-trust_wave-top-50dd2af5.svg);
    background-position: top center
}

.trust__body:after {
    bottom: 0;
    background-image: url(../img/why-people-trust_wave-bottom-709d9a1d.svg);
    background-position: bottom center
}

@media screen and (min-width: 768px) {
    .trust {
        padding:60px 0
    }
}

@media screen and (min-width: 1000px) {
    .trust {
        padding:120px 0
    }

    .trust__header-title {
        font-size: 56px;
        line-height: 1.14
    }

    .trust__body {
        padding: 112px 0;
        margin-top: 70px
    }
}

.is-bottom .trust__body:after {
    display: none
}

.is-bottom .trust {
    padding-bottom: 0
}

.trust-features__row+.trust-features__row {
    margin-top: 32px
}

.trust-features__icon {
    display: block;
    width: 48px;
    min-width: 48px;
    height: 48px
}

.trust-features__text {
    line-height: 1.4;
    margin-left: 24px
}

[dir=rtl] .trust-features__text {
    margin-right: 24px;
    margin-left: unset
}

.trust-features__item--lg .trust-features__text {
    font-size: 20px
}

.trust-features__item--sm .trust-features__text {
    font-size: 16px
}

@media screen and (max-width: 999px) {
    .trust-features__row {
        width:100%;
        max-width: 528px;
        margin: auto
    }

    .trust-features__item {
        display: flex;
        align-items: center
    }

    .trust-features__item+.trust-features__item {
        margin-top: 32px
    }

    .trust-features__item--lg,.trust-features__item--sm {
        width: 100%;
        max-width: 528px
    }
}

@media screen and (min-width: 1000px) {
    .trust-features__row {
        display:flex;
        justify-content: center;
        margin: 0 -16px
    }

    .trust-features__row+.trust-features__row {
        margin-top: 56px
    }

    .trust-features__item {
        text-align: center;
        margin: 0 16px
    }

    .trust-features__item--lg {
        width: calc(15vw + 4rem)
    }

    .trust-features__item--sm {
        width: calc(10vw + 2rem)
    }

    .trust-features__icon {
        margin: auto
    }

    .trust-features__text {
        white-space: pre-line;
        text-align: center;
        line-height: 1.5;
        margin-top: 24px;
        margin-left: 0
    }

    [dir=rtl] .trust-features__text {
        margin-right: 0;
        margin-left: unset
    }

    .trust-features__item--lg .trust-features__text {
        font-size: 24px
    }
}

@media screen and (min-width: 1360px) {
    .trust-features__item--lg {
        width:16.75rem
    }

    .trust-features__item--sm {
        width: 10.5rem
    }
}

.trust-reviews {
    border-top: 2px solid #000000;
    width: 100%;
    max-width: 528px;
    margin: 56px auto 0;
    padding: 24px 0 42px
}

.trust-reviews__header-tp-logo {
    display: block;
    height: 28px;
    width: 116px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 31' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M33.6402 10.9868H46.6007V13.3714H41.5046V26.7765H38.7024V13.3714H33.6289V10.9868H33.6402ZM46.047 15.3438H48.4425V17.5501H48.4877C48.5668 17.2381 48.7137 16.9372 48.9283 16.6475C49.143 16.3578 49.4029 16.0792 49.708 15.8452C50.0131 15.6 50.3521 15.4106 50.7249 15.2546C51.0978 15.1097 51.482 15.0317 51.8662 15.0317C52.16 15.0317 52.3747 15.0429 52.4877 15.054C52.6007 15.0652 52.7137 15.0875 52.8379 15.0986V17.5278C52.6572 17.4944 52.4764 17.4721 52.2843 17.4498C52.0922 17.4275 51.9114 17.4164 51.7306 17.4164C51.3012 17.4164 50.8944 17.5055 50.5103 17.6727C50.1261 17.8398 49.7984 18.0961 49.5159 18.4192C49.2334 18.7535 49.0074 19.1547 48.8379 19.645C48.6685 20.1353 48.5894 20.6924 48.5894 21.3276V26.7654H46.0357V15.3438H46.047ZM64.5781 26.7765H62.0696V25.1831H62.0244C61.708 25.7625 61.2447 26.2194 60.6233 26.5648C60.0018 26.9103 59.369 27.0885 58.725 27.0885C57.1995 27.0885 56.0922 26.7208 55.4142 25.9742C54.7362 25.2277 54.3973 24.1022 54.3973 22.5979V15.3438H56.9509V22.3527C56.9509 23.3556 57.143 24.0688 57.5385 24.4811C57.9227 24.8934 58.4764 25.1051 59.1769 25.1051C59.7193 25.1051 60.16 25.0271 60.5216 24.8599C60.8831 24.6928 61.1769 24.4811 61.3916 24.2025C61.6176 23.9351 61.7758 23.6008 61.8775 23.2219C61.9792 22.843 62.0244 22.4307 62.0244 21.985V15.3549H64.5781V26.7765ZM68.9283 23.1105C69.0074 23.8459 69.2899 24.3585 69.7758 24.6594C70.273 24.9491 70.8605 25.1051 71.5498 25.1051C71.7871 25.1051 72.0583 25.0828 72.3634 25.0494C72.6685 25.0159 72.9622 24.9379 73.2221 24.8376C73.4933 24.7374 73.708 24.5814 73.8888 24.3808C74.0583 24.1802 74.1374 23.9239 74.1261 23.6008C74.1148 23.2776 73.9905 23.0102 73.7645 22.8096C73.5385 22.5979 73.256 22.4419 72.9057 22.3082C72.5555 22.1856 72.16 22.0742 71.708 21.985C71.256 21.8959 70.804 21.7956 70.3408 21.6953C69.8662 21.595 69.4029 21.4613 68.9622 21.3164C68.5216 21.1716 68.1261 20.971 67.7758 20.7147C67.4255 20.4696 67.143 20.1464 66.9396 19.7564C66.725 19.3664 66.6233 18.8872 66.6233 18.3078C66.6233 17.6838 66.7814 17.1712 67.0865 16.7478C67.3916 16.3243 67.7871 15.9901 68.2504 15.7338C68.7249 15.4775 69.2447 15.2992 69.821 15.1878C70.3973 15.0875 70.9509 15.0317 71.4707 15.0317C72.0696 15.0317 72.6459 15.0986 73.1882 15.2212C73.7306 15.3438 74.2278 15.5443 74.6684 15.834C75.1091 16.1126 75.4707 16.4803 75.7645 16.9261C76.0583 17.3718 76.2391 17.9178 76.3182 18.553H73.6515C73.5272 17.9512 73.256 17.5389 72.8153 17.3384C72.3747 17.1266 71.8662 17.0264 71.3012 17.0264C71.1204 17.0264 70.9057 17.0375 70.6572 17.0709C70.4086 17.1044 70.1826 17.1601 69.9566 17.2381C69.7419 17.3161 69.5611 17.4386 69.4029 17.5947C69.256 17.7507 69.1769 17.9512 69.1769 18.2075C69.1769 18.5195 69.2899 18.7647 69.5046 18.9541C69.7193 19.1435 70.0018 19.2995 70.3521 19.4333C70.7023 19.5558 71.0978 19.6673 71.5498 19.7564C72.0018 19.8456 72.4651 19.9458 72.9396 20.0461C73.4029 20.1464 73.8549 20.2801 74.3069 20.425C74.7588 20.5699 75.1543 20.7704 75.5046 21.0267C75.8549 21.283 76.1374 21.595 76.3521 21.9739C76.5668 22.3527 76.6797 22.8319 76.6797 23.389C76.6797 24.0688 76.5216 24.6371 76.2052 25.1162C75.8888 25.5842 75.482 25.9742 74.9848 26.264C74.4877 26.5537 73.9227 26.7765 73.3125 26.9103C72.7023 27.044 72.0922 27.1108 71.4933 27.1108C70.7588 27.1108 70.0809 27.0328 69.4594 26.8657C68.8379 26.6985 68.2956 26.4534 67.8436 26.1302C67.3916 25.7959 67.03 25.3837 66.7701 24.8934C66.5103 24.4031 66.3747 23.8125 66.3521 23.1328H68.9283V23.1105ZM77.3577 15.3438H79.2899V11.9117H81.8436V15.3438H84.1487V17.2269H81.8436V23.3333C81.8436 23.6008 81.8549 23.8236 81.8775 24.0242C81.9001 24.2136 81.9566 24.3808 82.0357 24.5145C82.1148 24.6482 82.2391 24.7485 82.4086 24.8154C82.5781 24.8822 82.7927 24.9156 83.0865 24.9156C83.2673 24.9156 83.4481 24.9156 83.6289 24.9045C83.8097 24.8934 83.9905 24.8711 84.1713 24.8265V26.7765C83.8888 26.81 83.6063 26.8323 83.3464 26.8657C83.0752 26.8991 82.804 26.9103 82.5216 26.9103C81.8436 26.9103 81.3012 26.8434 80.8944 26.7208C80.4877 26.5982 80.16 26.4088 79.934 26.1637C79.6967 25.9185 79.5498 25.6177 79.4594 25.2499C79.3803 24.8822 79.3238 24.4588 79.3125 23.9908V17.2492H77.3803V15.3438H77.3577ZM85.9566 15.3438H88.3747V16.8926H88.4199C88.7814 16.2241 89.2786 15.756 89.9227 15.4663C90.5668 15.1766 91.256 15.0317 92.0131 15.0317C92.9283 15.0317 93.7193 15.1878 94.3973 15.5109C95.0752 15.8229 95.6402 16.2575 96.0922 16.8146C96.5442 17.3718 96.8718 18.0181 97.0978 18.7535C97.3238 19.489 97.4368 20.2801 97.4368 21.1159C97.4368 21.8847 97.3351 22.6313 97.1317 23.3445C96.9283 24.0688 96.6233 24.7039 96.2165 25.2611C95.8097 25.8182 95.2899 26.2528 94.6571 26.5871C94.0244 26.9214 93.2899 27.0885 92.4312 27.0885C92.0583 27.0885 91.6854 27.0551 91.3125 26.9883C90.9396 26.9214 90.5781 26.81 90.2391 26.6651C89.9001 26.5202 89.5724 26.3308 89.2899 26.0968C88.9961 25.8628 88.7588 25.5954 88.5555 25.2945H88.5103V30.9998H85.9566V15.3438ZM94.8831 21.0713C94.8831 20.5587 94.8153 20.0573 94.6798 19.567C94.5442 19.0767 94.3408 18.6532 94.0696 18.2744C93.7984 17.8955 93.4594 17.5947 93.0639 17.3718C92.6572 17.1489 92.1939 17.0264 91.6741 17.0264C90.6006 17.0264 89.7871 17.3941 89.2447 18.1295C88.7023 18.865 88.4312 19.8456 88.4312 21.0713C88.4312 21.6507 88.499 22.1856 88.6459 22.6759C88.7927 23.1662 88.9961 23.5896 89.2899 23.9462C89.5724 24.3028 89.9114 24.5814 90.3069 24.7819C90.7024 24.9936 91.1656 25.0939 91.6854 25.0939C92.273 25.0939 92.7589 24.9714 93.1656 24.7374C93.5724 24.5034 93.9001 24.1913 94.16 23.8236C94.4199 23.4448 94.6119 23.0213 94.7249 22.5422C94.8266 22.063 94.8831 21.5727 94.8831 21.0713ZM99.3916 10.9868H101.945V13.3714H99.3916V10.9868ZM99.3916 15.3438H101.945V26.7765H99.3916V15.3438ZM104.228 10.9868H106.781V26.7765H104.228V10.9868ZM114.612 27.0885C113.685 27.0885 112.861 26.9325 112.137 26.6317C111.414 26.3308 110.804 25.9074 110.296 25.3837C109.798 24.8488 109.414 24.2136 109.154 23.4782C108.894 22.7427 108.759 21.9293 108.759 21.049C108.759 20.1798 108.894 19.3775 109.154 18.6421C109.414 17.9067 109.798 17.2715 110.296 16.7366C110.793 16.2018 111.414 15.7895 112.137 15.4886C112.861 15.1878 113.685 15.0317 114.612 15.0317C115.538 15.0317 116.363 15.1878 117.087 15.4886C117.81 15.7895 118.42 16.2129 118.928 16.7366C119.426 17.2715 119.81 17.9067 120.07 18.6421C120.329 19.3775 120.465 20.1798 120.465 21.049C120.465 21.9293 120.329 22.7427 120.07 23.4782C119.81 24.2136 119.426 24.8488 118.928 25.3837C118.431 25.9185 117.81 26.3308 117.087 26.6317C116.363 26.9325 115.538 27.0885 114.612 27.0885ZM114.612 25.0939C115.177 25.0939 115.674 24.9714 116.092 24.7374C116.51 24.5034 116.849 24.1913 117.12 23.8125C117.392 23.4336 117.584 22.999 117.719 22.5199C117.844 22.0407 117.911 21.5504 117.911 21.049C117.911 20.5587 117.844 20.0796 117.719 19.5893C117.595 19.099 117.392 18.6755 117.12 18.2967C116.849 17.9178 116.51 17.6169 116.092 17.3829C115.674 17.1489 115.177 17.0264 114.612 17.0264C114.047 17.0264 113.55 17.1489 113.132 17.3829C112.714 17.6169 112.375 17.9289 112.103 18.2967C111.832 18.6755 111.64 19.099 111.505 19.5893C111.38 20.0796 111.313 20.5587 111.313 21.049C111.313 21.5504 111.38 22.0407 111.505 22.5199C111.629 22.999 111.832 23.4336 112.103 23.8125C112.375 24.1913 112.714 24.5034 113.132 24.7374C113.55 24.9825 114.047 25.0939 114.612 25.0939ZM121.211 15.3438H123.143V11.9117H125.697V15.3438H128.002V17.2269H125.697V23.3333C125.697 23.6008 125.708 23.8236 125.731 24.0242C125.753 24.2136 125.81 24.3808 125.889 24.5145C125.968 24.6482 126.092 24.7485 126.262 24.8154C126.431 24.8822 126.646 24.9156 126.94 24.9156C127.12 24.9156 127.301 24.9156 127.482 24.9045C127.663 24.8934 127.844 24.8711 128.024 24.8265V26.7765C127.742 26.81 127.459 26.8323 127.2 26.8657C126.928 26.8991 126.657 26.9103 126.375 26.9103C125.697 26.9103 125.154 26.8434 124.748 26.7208C124.341 26.5982 124.013 26.4088 123.787 26.1637C123.55 25.9185 123.403 25.6177 123.313 25.2499C123.233 24.8822 123.177 24.4588 123.166 23.9908V17.2492H121.233V15.3438H121.211Z' fill='black' /%3E%3Cpath d='M30.6554 10.9871H18.9492L15.3333 0L11.7062 10.9871L0 10.9759L9.48023 17.7732L5.85311 28.7491L15.3333 21.963L24.8023 28.7491L21.1864 17.7732L30.6554 10.9871Z' fill='white' /%3E%3Cpath d='M21.9987 20.2583L21.1851 17.7734L15.332 21.9632L21.9987 20.2583Z' fill='%23666AB9' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='128' height='31' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.trust-reviews__header-item+.trust-reviews__header-item {
    margin-left: 24px
}

[dir=rtl] .trust-reviews__header-item+.trust-reviews__header-item {
    margin-right: 24px;
    margin-left: unset
}

.trust-reviews__header-bottom {
    margin-top: 26px
}

.trust-reviews__link {
    padding-top: 12px;
    line-height: 18px;
    transition: border-color .2s linear;
    display: block;
    text-decoration: underline;
}

.trust-reviews__link:hover {
    border-color: #0009
}

.trust-reviews__header-item-val {
    font-family: Graphik-Semibold,Arial Bold,Arial,sans-serif;
    font-size: 24px;
    line-height: 26px
}

.trust-reviews__header-item-label {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 999px) {
    .trust-reviews__header-middle {
        display:flex;
        margin-top: 16px
    }

    .trust-reviews__header-item {
        width: 50%
    }
}

@media screen and (min-width: 1000px) {
    .trust-reviews {
        max-width:100%;
        display: flex;
        margin-top: 64px;
        padding: 60px 0 0
    }

    .trust-reviews__header {
        width: calc(15vw + 6rem)
    }

    .trust-reviews__header-middle {
        margin-top: 28px
    }

    .trust-reviews__header-item+.trust-reviews__header-item {
        margin-top: 22px;
        margin-left: 0
    }

    [dir=rtl] .trust-reviews__header-item+.trust-reviews__header-item {
        margin-right: 0;
        margin-left: unset
    }
}

@media screen and (min-width: 1360px) {
    .trust-reviews__header {
        width:18.75rem
    }
}

.trust-reviews-display {
    width: 100%;
    margin-top: 24px;
    position: relative;
    padding-bottom: 24px
}

.trust-reviews-display__item {
    border: 2px solid #000000;
    width: 256px;
    height: 248px;
    background-color: #fff;
    border-radius: 6px;
    margin: auto
}

@media screen and (min-width: 1000px) {
    .trust-reviews-display {
        width:calc(45vw + 16rem);
        margin: 0;
        padding-bottom: 50px
    }

    .trust-reviews-display__item {
        width: calc(15vw + 4rem)
    }
}

@media screen and (min-width: 1360px) {
    .trust-reviews-display {
        width:54.25rem
    }

    .trust-reviews-display__item {
        width: 16.75rem
    }
}

.trust-reviews-display .VueCarousel-pagination {
    padding-top: 10px
}

.trust-reviews-display .VueCarousel-dot {
    position: relative;
    margin: 0 6px
}

.trust-reviews-display .VueCarousel-dot:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 3px;
    left: 3px
}

.trust-reviews-display .VueCarousel-dot--active:before {
    width: 10px;
    height: 10px;
    top: 0;
    left: 0
}

.trust-reviews-display .VueCarousel-navigation-button {
    top: auto;
    bottom: -12px;
    transform: unset;
    font-size: 0
}

.trust-reviews-display .VueCarousel-navigation-button:before {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

.trust-reviews-display .VueCarousel-navigation-prev:before,[dir=rtl] .trust-reviews-display .VueCarousel-navigation-next:before {
    content: ""
}

.trust-reviews-display .VueCarousel-navigation-next:before,[dir=rtl] .trust-reviews-display .VueCarousel-navigation-prev:before {
    content: ""
}

.trust-reviews-display .VueCarousel-navigation {
    display: flex;
    margin-top: -10px;
    justify-content: space-between
}

.trust-reviews-display .tns-nav button {
    position: relative;
    margin: 0 .375rem
}

.trust-reviews-display .tns-nav {
    bottom: unset;
    margin-top: 25px;
    display: flex;
    justify-content: center
}

.trust-reviews-display .tns-nav button {
    display: flex;
    align-items: center;
    justify-content: center
}

.trust-reviews-display .tns-nav button:before {
    position: unset
}

.trust-reviews-display .tns-nav button:before {
    content: "";
    display: block;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background-color: #000;
    top: .1875rem;
    left: .1875rem;
    opacity: 1
}

.trust-reviews-display .tns-nav button.tns-nav-active:before {
    width: .625rem;
    height: .625rem;
    top: 0;
    left: 0;
    opacity: 1
}

[dir=rtl] .trust-reviews-display .VueCarousel-navigation-prev {
    left: unset;
    right: 0
}

[dir=rtl] .trust-reviews-display .VueCarousel-navigation-next {
    right: unset;
    left: 0
}

.trust-review__card {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 12px;
    min-height: 15.5rem;
    direction: ltr
}

.trust-review__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.33;
    font-weight: 600;
    color: #000;
    margin-bottom: .5rem
}

.trust-review__body {
    margin: 1rem 0;
    overflow: hidden
}

.trust-review__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.trust-review__footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.trust-review__footer-item {
    flex: 1 1 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: normal;
    font-size: .95rem
}

/* تنسيق العنوان */
.faq-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

/* تنسيق الحاوية */
.custom-accordion {
    max-width: 700px;
    margin: 0 auto;
}

/* تنسيق كل عنصر أكورديون */
.custom-accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/* الزر المسؤول عن التبديل */
.custom-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background: none;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.custom-accordion-header:hover {
    color: #007BFF;
}

/* الأيقونة */
.toggle-icon {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

/* المحتوى */
.custom-accordion-content {
    padding: 10px 0;
    font-size: 1rem;
    color: #666;
    transition: all 0.3s ease;
}

.accordion-item-2, .accordion-item-2 button{
    background-color: transparent !important;
    border : none;
    box-shadow : unset !important;
}

.accordion-button{
    font-weight: 700;
}

.accordion-item-2 .accordion-button::after {
    content: "\2b"; /* Unicode الخاص بالسهم لأسفل */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    background-image: unset;
}

.accordion-item-2 .accordion-button:not(.collapsed)::after {
    content: "\f068"; /* Unicode الخاص بالسهم لأسفل */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    background-image: unset;
    transform: unset;
}

.css-39bbo6 {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
}

.css-39bbo6 {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
}

.button-up_buttonUp_visible__3PkX1 {
    pointer-events: all;
    opacity: 1;
    cursor: pointer;
}

.button-up_buttonUp_container__ukUxe {
    position: fixed;
    background: var(--bg_buttonUp);
    border-radius: 76px;
    border: none;
    width: 64px;
    height: 64px;
    right: 108px;
    bottom: 24px;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    padding: 0;
    color: black;
}

@media only screen and (max-width: 992px) {
    .button-up_buttonUp_container__ukUxe {
        right: 24px;
        bottom: 5px;
    }
}

.contacts-body_contacts__accordion__container__Dl5TG {
    background-color: var(--bg_18);
}

.contacts_contacts__page__vHum7 {
    background-color: var(--mainSecondary);
}

.contacts-header_contact__header__YVcZi {
    background: var(--black);
    border-bottom: 1px solid #373737;
    padding: 100px 0;
    text-align: center;
}

.contacts-header_contact__header__container__C2VFY {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.contacts-header_contact__header__YVcZi .contacts-header_title_up__ZWY97 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 16px;
}

.contacts-header_contact__header__YVcZi .contacts-header_title___crSn {
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    letter-spacing: -.44px;
    line-height: 48px;
    color: var(--white);
    margin: 0 0 24px;
}


@media (max-width: 992px){
    .contacts-header_contact__header__YVcZi .contacts-header_title___crSn {
        font-size: 50px;
    }
    
    .contacts-header_contact__header__YVcZi .contacts-header_title_sub__e_wbc{
        font-size: 17px;
        padding: 0 10px 0 10px;
    }
    
    .contacts-header_contact__header__YVcZi {
        padding: 60px 0;
    }
    
    .input_inputContainer__fjwar{
        padding-bottom: 15px;
    }
}


.contacts-header_contact__header__YVcZi .contacts-header_title_sub__e_wbc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.24px;
    letter-spacing: unset;
    color: var(--white);
    margin: 0;
    max-width: 806px;
}


.contacts-body_contacts__accordion__wrapper__7uUTA {
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
    padding: 100px 0;
}

.contacts-accordion-row_contacts__accordion__row_active__vms8n {
    border-bottom: none;
}
.contacts-accordion-row_contacts__accordion__row__V8Xt4 {
    overflow: hidden;
    border-bottom: 1px solid var(--border_6);
}

.contacts-accordion-row_contacts__accordion__row__header__fZdhS {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    color: var(--primary);
    cursor: pointer;
}

.contacts-accordion-row_contacts__accordion__row__header__fZdhS h2 {
    padding: 24px 0;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.contacts-accordion-row_contacts__accordion__row__body__PxJRQ {
    border-radius: 24px;
    background-color: var(--bg_24);
}

.contacts-accordion-body-item_accordion__body__item__p9KFy:not(:last-child) {
    border-bottom: 1px solid var(--border_6);
}
.contacts-accordion-body-item_accordion__body__item__p9KFy {
    color: var(--primary);
}

.contacts-accordion-body-item_accordion__body__item__container__TuA4r {
    padding: 32px;
}

.contacts-accordion-body-item_accordion__body__item__header__j0Jrl {
    margin-bottom: 14px;
}

.contacts-accordion-body-item_accordion__body__item__position__HQUUe {
    font-weight: 400;
    letter-spacing: -.08px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.contacts-accordion-body-item_accordion__body__item__name__igntM {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.contacts-accordion-body-item_accordion__body__item__body__W64wG {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 14px;
    row-gap: 14px;
}

.contact-link_contact__link__4TO6F p {
    margin: 0;
    font-weight: 400;
    letter-spacing: -.08px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text_1);
}

.contact-link_contact__link__4TO6F a, .contact-link_contact__link__4TO6F span {
    margin: 0;
    font-weight: 400;
    letter-spacing: -.12px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.contacts-body_contacts__form__container__z0p7r {
    background: var(--bg_25);
    padding: 100px 0;
}

.contacts-body_contacts__form__wrapper__FZuno {
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
}

.contacts-form_form__title__m5S_U {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 32px;
    color: var(--primary);
}

.contacts-form_form__Teol6 {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px 24px;
    gap: 8px 24px;
}

.contacts-form_form__Teol6 .contacts-form_emailInput__HI2Hl {
    grid-column: 1 / 3;
}

.input_inputContainer__fjwar .input_input__BVGza {
    width: 100%;
    position: relative;
    height: 60px;
    border: 1px solid var(--border_1);
    border-radius: 12px;
    padding: 18px 16px;
    background: var(--bg_6);
    color: var(--primary);
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contacts-form_form__Teol6 .contacts-form_textarea__zogyP {
    width: 100%;
    grid-column: 1 / 3;
    resize: none;
    border: 1px solid var(--border_8);
    border-radius: 12px;
    outline: none;
    height: 158px;
    padding: 12px 13px;
    font-weight: 400;
    letter-spacing: -.12px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    background: var(--bg_6);
}

textarea {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    font-family: Golos, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.contacts-form_form__button__nY7fe {
    margin-top: 16px;
    display: flex
;
    flex-direction: column;
    row-gap: 16px;
}

.custom-checkbox_custom_checkbox__hbwcf {
    position: absolute;
    z-index: -1;
    opacity: 0;
    right: 0;
}

.custom-checkbox_custom_checkbox_wrapper_oneRow__iU4zH+label {
    grid-template-columns: 20px max-content;
}
.custom-checkbox_custom_checkbox__hbwcf+label {
    display: grid
;
    align-items: center;
    grid-template-columns: 20px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    grid-gap: 10px;
    gap: 10px;
    color: var(--primary);
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.12px;
}

.custom-checkbox_custom_checkbox__hbwcf:checked+label:before {
    border-color: transparent;
    background-color: var(--primary);
    background-image: url("data:image/svg+xml,%3csvg width='8' heigh='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 1L2.63636 5.36364L1 3.72727' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 50%;
}

.custom_checkbox.dark:checked + label::before {
    background-image: url("data:image/svg+xml,%3csvg width='8' heigh='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 1L2.63636 5.36364L1 3.72727' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.custom_checkbox.dark:checked + label::before {
    background-image: url("data:image/svg+xml,%3csvg width='8' heigh='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 1L2.63636 5.36364L1 3.72727' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom_checkbox:not(:disabled, :checked) + label:hover::before {
// border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom_checkbox:not(:disabled):active + label::before {
// background-color: #b3d7ff;
// border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom_checkbox:focus + label::before {
// box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom_checkbox:focus:not(:checked) + label::before {
// border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom_checkbox:disabled + label::before {
    background-color: rgb(0 0 0 / 36%);
}

.custom-checkbox_custom_checkbox__hbwcf+label:before {
    content: "";
    box-sizing: border-box;
    border: 2px solid var(--primary);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
    transition: all .3s ease;
    width: 20px;
    height: 20px;
}

.custom-checkbox_custom_checkbox__hbwcf+label p {
    margin: 0;
}

.custom-checkbox_custom_checkbox__hbwcf+label a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
}

.contacts-form_form__button__nY7fe button {
    max-width: 238px;
}
.button_primary__TtywJ {
    background: var(--primary);
    color: var(--secondary);
    border: 1px solid transparent;
}
.button_xl__OUrhy {
    padding-top: 19px;
    padding-bottom: 19px;
}
.button_button__aZ_6A {
    transition: all .3s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.12px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
}

.IconButton_container__YojFI .IconButton_counter__UUBpE {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-end: -8px;
}

.Typography_typography__GIzzj.Typography_tag__KeH9Z {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.CounterBadge_counter__VrqZg {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--special_red);
    color: #fff !important;
}

.CounterBadge_counter__VrqZg.CounterBadge_medium__qwhrF {
    width: 24px;
    height: 24px;
}

.support-center_support__a1A5i {
    display: flex
;
    flex-direction: column;
    color: var(--primary);
}

.support-item_support__item__k9FeU {
    display: flex
;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 16px;
    padding: 8px 16px;
    align-items: center;
    width: 100%;
    background: var(--select_default);
    transition: all .3s ease;
}

.support-item_support__item__k9FeU .support-item_item__container__zXWDx {
    display: flex
;
    flex-flow: row nowrap;
    column-gap: 16px;
    align-items: center;
}

.support-item_support__item__k9FeU .support-item_item__container__zXWDx .support-item_item__content__JIM8V {
    display: flex
;
    flex-direction: column;
}

.support-item_support__item__k9FeU .support-item_item__container__zXWDx .support-item_item__content__JIM8V .support-item_content__title__CsJNd {
    display: flex
;
    flex-flow: row nowrap;
    column-gap: 8px;
    align-items: center;
}

.contact-menu {
    position: absolute;
    right: 60px;
    top: 50px;
    width: 250px;
    display: none; /* القائمة مخفية في البداية */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    z-index: 999;
}

.contact-menu {
    transition-delay: 5s; /* الانتظار لمدة 5 ثوانٍ قبل اختفاء القائمة */
}

.contact-menu:not(:hover) {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; /* الإخفاء بعد التأخير */
}

@media only screen and (max-width: 992px) {
    .contacts-accordion-body-item_accordion__body__item__container__TuA4r {
        padding: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .contacts-accordion-body-item_accordion__body__item__body__W64wG {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .contacts-body_contacts__form__container__z0p7r {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 920px) {
    .contacts-body_contacts__form__wrapper__FZuno {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .contacts-body_contacts__form__wrapper__FZuno {
        max-width: 920px;
    }
}

@media only screen and (max-width: 992px) {
    .contacts-form_form__title__m5S_U {
        font-size: 24px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 992px) {
    .contacts-form_form__Teol6 {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
}
@media only screen and (max-width: 992px) {
    .contacts-form_form__Teol6 .contacts-form_emailInput__HI2Hl {
        grid-column: 1;
    }
}

@media only screen and (max-width: 576px) {
    .contacts-body_contacts__accordion__wrapper__7uUTA {
        padding: 40px 16px;
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .custom-checkbox_custom_checkbox_wrapper_oneRow__iU4zH+label {
        grid-template-columns: 20px auto;
    }
}
.custom-checkbox_custom_checkbox_wrapper_oneRow__iU4zH+label {
    grid-template-columns: 20px max-content;
}
@media only screen and (max-width: 425px) {
    .custom-checkbox_custom_checkbox__hbwcf+label {
        font-size: 14px;
        line-height: 20px;
        gap: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .custom-checkbox_custom_checkbox__hbwcf+label:before {
        border: 2px solid var(--border_4);
    }
}
@media only screen and (max-width: 576px) {
    .contacts-form_form__Teol6 .contacts-form_textarea__zogyP {
        grid-column: 1;
    }
}
