:root{--sidebar-width: 150px;--orange-accent-900: #FF7000;--orange-accent-800: #FF7200;--orange-accent-700: #FFA300;--orange-accent-600: #FFA500;--orange-accent-500: #E96800;--orange-accent-400: #FF7401;--orange-accent-faded-100: #F9DCC6;--orange-accent-faded-200: #f9dcc633;--orange-accent-faded-300: rgba(255, 114, 0, .2);--orange-accent-faded-400: rgba(248, 160, 54, .1);--orange-accent-faded-800: rgba(255, 163, 0, .03);--orange-accent-faded-900: rgba(255, 112, 0, .7);--orange-accent-faded-a-100: rgba(255, 114, 0, .1);--orange-accent-a-900: #FF7000;--teal-accent-100: #194C4D;--teal-accent-200: #174A4B;--teal-accent-300: #1D5051;--teal-accent-400: #1F5253;--teal-accent-faded-100: #194c4dd7;--teal-accent-faded-a-100: #D7E3E3;--teal-accent-faded-aa-100: rgba(229, 250, 251, .5);--grey-accent-100: #FBFBFB;--grey-accent-200: #f5f5f5;--grey-accent-300: #EDEDED;--grey-accent-400: rgba(230, 230, 230, .957);--grey-accent-500: #C5C5C5;--grey-accent-600: #8E8E8E;--grey-accent-700: rgba(#8E8E8E, .58);--grey-accent-800: #7a7878;--grey-accent-900: #686868;--grey-accent-a-100: #ECEFEF;--grey-accent-a-200: #e2eaea;--grey-accent-a-300: #B9B9B9;--grey-accent-a-400: #DEE2E6;--grey-accent-a-600: #838383;--grey-accent-a-700: #575758;--grey-accent-a-800: #444444;--grey-accent-a-900: #393939;--grey-accent-b-100: #FFFFFF;--black-accent-500: #444444;--black-accent-900: #000000;--white: #ffff;--crimson-accent-100: #EF233C;--crimson-accent-900: #FF0000;--crimson-accent-faded-700: #fc2e2e17;--crimson-accent-faded-900: #ff000026;--red-accent-100: #FF0000;--red-accent-faded-100:#FFF6F6;--red-accent-900: #A10003;--white: #FFFFFF;--teal: #1F2926;--green-accent-100: #64C900;--green-accent-900: #00A336;--green-accent-a-100: #8CF78C;--green-accent-faded-100:#64c9002d;--blue-accent-100: #00B2FF;--blue-accent-faded-100: rgba(229, 250, 251, .5);--blue-accent-500: #0066FF;--blue-accent-faded-900: rgba(21, 61, 242, .25);--purple-accent-100: #AD5B94;--orange-gradient-1: linear-gradient(91.03deg, #FF7000 -2.69%, #FFA300 106.38%);--orange-webkit-gradient-1: -webkit-linear-gradient(45deg, #FF7000 -2.69%, #FFA300 106.38%);--orange-pink-gradient-1: linear-gradient(110.04deg, #FFA300 -5.83%, #FF7C9B 69.77%, #D02ECA 97.86%);--orange-pink-webkit-gradient-1: -webkit-linear-gradient(110.04deg, #FFA300 -5.83%, #FF7C9B 69.77%, #D02ECA 97.86%);--orange-gold-gradient-1: linear-gradient(360deg, #E1AD0C 43.86%, #D97228 49.56%);--orange-gold-webkit-gradient-1: -webkit-linear-gradient(360deg, #E1AD0C 43.86%, #D97228 49.56%);--orange-gradient-2: linear-gradient(45deg, #FF7000 3.18%, #F0CC8D 82.06%);--orange-webkit-gradient-2: -webkit-linear-gradient(45deg, #FF7000 3.18%, #F0CC8D 82.06%);--pink-gradient-1: linear-gradient(-90deg, #AD5B94, #7b2360);--shadow-100: 0px 2px 4px -2px rgba(16, 24, 40, .03);--shadow-200: 0px 3px 3px 1px rgba(16, 24, 40, .08);--shadow-500: 0px 0px 6px 2px rgba(16, 24, 40, .09);--border-100: .5px solid var(--grey-accent-a-600);--border-200: .5px solid var(--grey-accent-500);--border-300: .5px solid var(--grey-accent-300);--mobile-dashboard-navbar-header-height: 55px;--absolute-z-index-dropdown: 85;--absolute-z-index-navigation: 90;--absolute-z-index-notifications: 95;--absolute-z-index-modal: 99;--absolute-z-index-loader: 99;--disabled-input-field: var(--grey-accent-300);--border-color: var(--grey-accent-800);--primary-button: var(--orange-gradient-1);--input-outline-color: var(--orange-accent-500);--table-border-color: var(--grey-accent-a-900);--table-shadow: 0px 0px 0px 1px var(--grey-accent-500);--table-border: var(--border-200);--table-row-line: var(--border-200);--component-container-border: var(--border-300);--delete-button-color: var(--orange-accent-faded-300);--delete-button-text-color: var(--crimson-accent-900);--glass-backgound-color: rgba(0, 0, 0, .2);--glass-backgound-blur: blur(7.5px);--eclipse-7: rgba(255, 112, 0, .4)}*{scroll-behavior:smooth}@font-face{font-family:Work_sans;src:url(/assets/WorkSans-VariableFont_wght-37722d10.ttf)}@media screen and (max-width: 700px){html{font-size:14px}}html{scroll-behavior:smooth}body{font-family:Work_sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body,p,a,ul,li{margin:0;padding:0}a{text-decoration:none;color:inherit}li{list-style-type:none}img{width:100%;height:100%}img::selection{background:none}.flex-display{display:flex}.flex-display-row-center{display:flex;align-items:center;justify-content:center}.flex-display-row-end{display:flex;align-items:center;justify-content:flex-end}.flex-display-row-space-between{display:flex;align-items:center;justify-content:space-between;gap:1rem}.flex-display-column-center{display:flex;align-items:center}.flex-display-column-end{display:flex;align-items:flex-end}.twin_buttons{display:flex;gap:1rem}.twin_buttons>*{width:30%}.breaking_wide{display:none}.eclipse{position:absolute;z-index:-1}@media screen and (min-width: 700px){.breakline_narrow{display:none}.breaking_wide{display:block}}@media screen and (min-width: 1024px){.twin_buttons{justify-content:flex-start}.twin_buttons>*{width:25%}}._footer_container_1hzdp_1{--footer-padding: 5%;display:flex;flex-direction:column;width:calc(100% - calc(var(--footer-padding) * 2));padding:var(--footer-padding)}._company_logo_1hzdp_9{width:40%}._site_map_1hzdp_12{display:flex;flex-direction:column;gap:2rem;padding:5% 0}._company_detail_1hzdp_18{color:var(--black-accent-500);font-weight:500;line-height:130%;font-size:1.2rem}._quick_links_1hzdp_24,._contact_details_1hzdp_25{width:max-content;display:flex;flex-direction:column;gap:1rem}._heading_1hzdp_31{font-weight:700}._link_1hzdp_34{font-weight:400;color:var(--black-accent-500);font-size:1.1rem;font-weight:500}._copyright_1hzdp_41{display:flex;flex-direction:column;gap:1rem;padding:10% 0}._copy_1hzdp_41{color:var(--black-accent-500)}._socials_1hzdp_50{display:flex;align-items:center;gap:2rem}@media screen and (min-width: 700px){._company_logo_1hzdp_9{width:10%}._site_map_1hzdp_12{padding:2% 0;flex-direction:row}._site_map_1hzdp_12>div{margin-right:auto}._company_detail_1hzdp_18{width:35%}._copyright_1hzdp_41{padding:5% 0;flex-direction:row;justify-content:center;gap:15rem}._socials_1hzdp_50{display:flex;align-items:center;gap:2rem}}._mobile_site_header_container_17p0e_1{--header-padding: 10px;height:calc(70px - var(--header-padding) * 2);padding:var(--header-padding) 20px;background:none;position:fixed}._mobile_site_header_container_17p0e_1._fixed_header_17p0e_10{background:var(--grey-accent-100)}@media screen and (min-width: 800px){._mobile_site_header_container_17p0e_1{display:none}}._header_1ly5y_2{height:var(--mobile-dashboard-navbar-header-height);background:var(--white);padding:1em 5%;overflow:hidden;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:var(--absolute-z-index-navigation)}._mobile_logo_img_wrapper_1ly5y_18{width:45px;height:80%}._mobile_logo_img_wrapper_1ly5y_18 img{object-fit:contain;display:block}._fn_icon_1ly5y_27{width:40px;height:40px;cursor:pointer}._navigation_section_1ly5y_33{position:fixed;height:calc(100% - var(--mobile-dashboard-navbar-header-height));top:calc(var(--mobile-dashboard-navbar-header-height) + 2em);left:-100%;right:100%;bottom:0;background:var(--grey-accent-100);z-index:100;padding:5%}._drawer_open_1ly5y_44{animation:_slideIn_1ly5y_1 ease-in-out .2s forwards}._drawer_close_1ly5y_47{animation:_slideOut_1ly5y_1 ease-in-out .2s forwards}@keyframes _slideIn_1ly5y_1{to{left:0;right:0}}@keyframes _slideOut_1ly5y_1{0%{left:0}to{left:-100%;right:100%}}._navigation_bar_1ly5y_66{display:flex;flex-direction:column;gap:2rem}._navigation_item_1ly5y_72:first-child path:not([fill=grey]){fill:var(--teal)}._navigation_item_1ly5y_72:first-child._active_1ly5y_76 path:not([fill=grey]){fill:var(--white)}._navigation_item_1ly5y_72:first-child:hover path:not([fill=grey]){fill:var(--white)}._navigation_item_1ly5y_72{display:flex;align-items:center;height:50px;padding:0% 10%;color:var(--teal);border-radius:8px;cursor:pointer;transition:.1s background-color ease-in-out}._navigation_item_1ly5y_72:hover{background:var(--orange-accent-800);color:var(--white)}._navigation_item_1ly5y_72:hover path:not([fill=white]){fill:var(--white)}._navigation_item_1ly5y_72._active_1ly5y_76{color:var(--white);fill:var(--teal);background:var(--orange-accent-800)}._navigation_item_1ly5y_72._active_1ly5y_76 path:not([fill=white]){fill:var(--white)}._navigation_item_1ly5y_72 path:not([fill=white]){fill:var(--teal)}._nav_label_1ly5y_118{margin-left:5%;text-transform:capitalize;font-weight:500;font-size:14px;font-display:fallback}._user_profile_1ly5y_125,._auth_nav_1ly5y_125{margin-top:20%;display:flex;flex-direction:column;gap:1rem}._auth_nav_1ly5y_125 ._navigation_item_1ly5y_72{height:50px;margin:0 auto;font-weight:700;color:var(--teal-accent-100);font-size:1.2rem}@media screen and (min-width: 600px){._header_1ly5y_2,._navigation_section_1ly5y_33{display:none}}._primary_text_button_1vlfu_1{background:var(--teal);height:50px!important;color:#fff}._lds_wrapper_1wkn8_1{display:inline-block;position:relative;height:25px;width:25px}._lds_ring_809m9_2 div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;border-radius:50%;animation:_lds_ring_809m9_2 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent}._lds_ring_809m9_2 div:nth-child(1){animation-delay:-.45s}._lds_ring_809m9_2 div:nth-child(2){animation-delay:-.3s}._lds_ring_809m9_2 div:nth-child(3){animation-delay:-.15s}@keyframes _lds_ring_809m9_2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._text_btn_container_1kyhx_1{width:100%;height:100%;border-radius:5px;border:none;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;outline:none;display:flex;align-items:center;justify-content:center}._text_btn_container_1kyhx_1:disabled{opacity:.5}._loader_wrapper_1kyhx_20{width:100%;height:80%;display:flex;align-items:center;justify-content:center}._site_header_container_4axvm_1{--header-padding: 10px;height:calc(100px - var(--header-padding) * 2);padding:var(--header-padding) 5%;width:90%;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;z-index:var(--absolute-z-index-navigation)}._site_header_container_4axvm_1._fixed_header_4axvm_16{-webkit-backdrop-filter:blur(170px);backdrop-filter:blur(170px);height:calc(70px - var(--header-padding)*2)}._company_logo_4axvm_21{width:125px}._site_nav_4axvm_25{display:flex;gap:3rem;align-items:center;height:70%}._auth_nav_4axvm_32{display:flex;align-items:center;gap:1rem;height:80%}._auth_nav_4axvm_32>*{height:100%;display:flex;align-items:center}._nav_item_4axvm_43{padding:0 15px;height:100%;display:flex;align-items:center;font-weight:600}._nav_item_4axvm_43._active_4axvm_50{border-radius:8px;background:var(--grey-accent-200);color:var(--orange-accent-900)}._nav_4axvm_43._login_4axvm_55{font-weight:800;font-size:.9rem}._create_account_nav_4axvm_59{height:40px;font-size:.9rem;padding:0 20px}._user_profile_4axvm_65{display:flex;align-items:center;height:80%;min-width:250px}._user_profile_picture_4axvm_71{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid var(--grey-accent-400);padding:2px}@media screen and (max-width: 800px){._site_header_container_4axvm_1{display:none}}._container_13soo_1{display:flex;align-items:center;justify-content:center;position:relative}._profile_details_13soo_8{font-size:.9rem;display:flex;align-items:center;margin-right:10px}._options_13soo_15{position:absolute;top:51px;right:10px;width:200px;border-radius:16px;padding:1em .5em;margin-top:.5em;background-color:var(--grey-accent-a-100);display:flex;flex-direction:column;align-items:center;gap:.5em;overflow:hidden}._option_13soo_15{padding:8px 16px;width:calc(100% - 16px);font-weight:600;cursor:pointer;text-align:start;background:linear-gradient(90deg,rgba(255,112,0,1) 0%,rgba(255,163,0,1) 100%);transition:all .2s cubic-bezier(.215,.61,.355,1)}._option_13soo_15:hover{background:#FFF;color:#ff7000;border-radius:8px}._img_13soo_49{display:block;width:50px;height:50px}@media screen and (min-width: 800px){._container_13soo_1{display:flex;position:relative}}@media screen and (min-width: 800px){._container_13soo_1{display:flex;position:relative}._profile_details_13soo_8{font-size:.9rem;width:80%;height:45px;border-radius:32px;background-color:none;padding:0 16px;display:flex;align-items:center}._profile_name_13soo_82{font-weight:600;width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;cursor:pointer}._options_13soo_15{position:absolute;top:51px;right:10px;width:200px;border-radius:16px;padding:1em .5em;margin-top:.5em;background-color:var(--grey-accent-a-100);display:flex;flex-direction:column;align-items:center;gap:.5em;overflow:hidden}._option_13soo_15{padding:8px 16px;width:calc(100% - 16px);font-weight:600;cursor:pointer;text-align:start;background:linear-gradient(90deg,rgba(255,112,0,1) 0%,rgba(255,163,0,1) 100%);transition:all .2s cubic-bezier(.215,.61,.355,1)}._option_13soo_15:hover{background:#FFF;color:#ff7000;border-radius:8px}}._privacy_policy_wrapper_tikeh_6{margin-top:6em;width:80%;margin-left:4em}@media screen and (max-width: 700px){._html_tikeh_54{font-size:14px}._privacy_policy_wrapper_tikeh_6{width:90%;margin-left:1em}h1{font-size:2rem}h3{font-size:1rem;width:70%}h2{font-size:1.5rem}}._page404_container_qr16n_1{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}._page404_container_qr16n_1>div{width:90%}._error_qr16n_13{display:flex;align-items:center;padding:0}._image_qr16n_18{width:250px;height:250px}._number_qr16n_22{font-size:15rem;font-weight:800;color:var(--black-accent-500)}._message_qr16n_28{padding:8px;text-align:center}._heading_qr16n_32{font-weight:700;font-size:2.5rem}._desc_qr16n_36{font-weight:400;font-size:1.2rem}._button_wrapper_qr16n_41{margin-top:1rem}@media screen and (min-width: 600px){._page404_container_qr16n_1>div{width:50%}._message_qr16n_28{padding:8px;text-align:start}._desc_qr16n_36{font-size:1.5rem}._button_wrapper_qr16n_41{margin-top:1rem;width:30%}}._button_container_4c9h2_1{width:100%;margin:1em auto 0}._goto_dashboard_btn_4c9h2_6{width:100%;font-weight:500;font-size:18px}@media screen and (min-width: 1024px){._button_container_4c9h2_1{width:70%}}._eclipse_effect_6nf2j_2{background:rgba(255,112,0,.8);width:100vw;height:15vh;filter:blur(170px);left:0;position:fixed;bottom:0;z-index:-100000}@media screen and (min-width: 600px){._eclipse_effect_6nf2j_2{width:40vw}}@media screen and (min-width: 1024px){._eclipse_effect_6nf2j_2{width:40vw;height:30vh}}._deactivated_account_1byr2_1{display:flex;flex-direction:column;align-items:center;margin-top:5%}._eth_image_1byr2_8{height:300px;width:300px}._message_1byr2_13{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:0 auto;width:40%}._heading_1byr2_22{font-weight:700;font-size:52px;color:#d42727}._desc_1byr2_27{text-align:center;font-size:30px}._faq_wrapper_m6j6n_1{background:#F5F5F5;width:100%}._faq_inner_m6j6n_6{background:rgba(0,33,35,.02);margin:3em 6.5em;border-radius:32px;padding:6em 3em}._heading_m6j6n_13{font-weight:700;font-size:54px;color:#0b3839;margin-top:0}._btn_group_m6j6n_20{display:flex;gap:1.5em}._btn_m6j6n_20{border-radius:999px;display:flex;align-items:center;justify-content:center;padding-block:1.2em;font-size:16px;font-weight:500}._btn_active_m6j6n_36{background:#1F2926}._accordion_wrapper_m6j6n_40{margin-top:3em;display:flex;align-items:center;justify-content:center}._accordion_list_m6j6n_47{display:grid;gap:1em;width:100%}._accordion_item_m6j6n_53{list-style:none;border-radius:32px;border:1px solid var(--grey-accent-500);padding:1em 2em;cursor:pointer}._accordion_item_heading_m6j6n_61{display:flex;justify-content:space-between}._accordion_item_heading_m6j6n_61{display:flex;justify-content:space-between;align-items:center}._accordion_item_heading_m6j6n_61 h3{font-size:18px;font-weight:600}._content_m6j6n_77{max-height:0;overflow:hidden;transition:max-height .2s cubic-bezier(.075,.82,.165,1)}._show_m6j6n_83{height:auto;max-height:999px;transition:max-height .2s cubic-bezier(.075,.82,.165,1)}._content_m6j6n_77 p{font-size:16px;font-weight:500;width:80%}._show_m6j6n_83 p{font-size:16px;font-weight:400;width:80%}._accordion_footer_m6j6n_101{display:flex;flex-direction:column;align-items:center;margin-top:5em}._accordion_footer_m6j6n_101 h3{font-size:32px;font-weight:700;margin-block:.5em}._accordion_footer_m6j6n_101 p{font-size:20px;font-weight:500;color:#444}._get_in_touch_btn_m6j6n_120{display:flex;align-items:center;justify-content:center;gap:1em;background:linear-gradient(90deg,rgba(83,92,186,1) 0%,rgba(255,163,0,1) 90%);border-radius:999px;margin-top:2em;padding-block:.7em;width:25%;border:none;font-size:16px;font-weight:500;color:#fff}@media screen and (max-width: 1241px){._faq_inner_m6j6n_6{margin:3em 5em}}@media screen and (max-width: 1024px){._faq_inner_m6j6n_6{margin:3em 3.5em;padding:6em 3em}}@media screen and (max-width: 800px){._faq_inner_m6j6n_6{margin:3em 5em;padding:6em 2.5em}._heading_m6j6n_13{font-size:28px;width:100%}._btn_group_m6j6n_20{display:grid;grid-template-columns:repeat(2,1fr)}._accordion_item_m6j6n_53{padding:.8em 2em;background:#fff}._accordion_item_heading_m6j6n_61 h3{font-size:16px}._show_m6j6n_83 ul li{font-size:14px}._show_m6j6n_83 p{font-size:16px;font-weight:400;width:100%}._accordion_footer_m6j6n_101 h3{font-size:26px;text-align:center;width:100%}._accordion_footer_m6j6n_101 p{font-size:18px;text-align:center}._get_in_touch_btn_m6j6n_120{display:flex;align-items:center;justify-content:center;gap:1em;background:linear-gradient(90deg,rgba(83,92,186,1) 0%,rgba(255,163,0,1) 90%);border-radius:999px;margin-top:2em;padding-block:.7em;width:75%;font-size:16px;font-weight:500;color:#fff}}@media screen and (max-width: 414px){._faq_inner_m6j6n_6{margin:3em 1.5em;padding:6em 1.5em}._heading_m6j6n_13{font-size:28px;width:100%}._btn_group_m6j6n_20{display:grid;grid-template-columns:repeat(2,1fr)}._accordion_item_m6j6n_53{padding:.8em 2em;background:#fff}._accordion_item_heading_m6j6n_61 h3{font-size:16px}._show_m6j6n_83 ul li{font-size:14px}._show_m6j6n_83 p{font-size:16px;font-weight:400;width:100%}._accordion_footer_m6j6n_101 h3{font-size:26px;text-align:center;width:100%}._accordion_footer_m6j6n_101 p{font-size:18px;text-align:center}._get_in_touch_btn_m6j6n_120{display:flex;align-items:center;justify-content:center;gap:1em;background:linear-gradient(90deg,rgba(83,92,186,1) 0%,rgba(255,163,0,1) 90%);border-radius:999px;margin-top:2em;padding-block:.7em;width:75%;font-size:16px;font-weight:500;color:#fff}}._landing_page_wrapper_16uoy_1{box-sizing:border-box}._testimonial_wrapper_16uoy_5{width:100%;box-sizing:border-box}._user_profile_16uoy_10{display:flex;align-items:center;justify-content:center;height:50px}._go_to_dashboard_link_16uoy_17{display:flex;align-items:center;gap:1em;background:#FDF7F1!important;color:#ff7000!important;padding:0 1em;border-radius:8px;height:100%}@media screen and (max-width: 1241px){._header_16uoy_29{padding-inline:4.5em}._header_inner_16uoy_33{display:flex;align-items:center;justify-content:space-between;width:100%}._btn_nav_grp_16uoy_40{display:flex;align-items:center;width:73%;justify-content:space-between}._auth_btn_group_16uoy_47{gap:1em}}@media screen and (max-width: 1024px){._header_16uoy_29{padding-inline:3.5em}._header_inner_16uoy_33{display:flex;align-items:center;justify-content:space-between;width:100%}._btn_nav_grp_16uoy_40{display:flex;align-items:center;width:85%;justify-content:space-between}._auth_btn_group_16uoy_47{gap:1em}}@media screen and (max-width: 800px){._header_16uoy_29{padding-inline:5em}._menu_16uoy_81{display:block;cursor:pointer}._btn_nav_grp_16uoy_40{position:fixed;top:0;left:0;background:#fff;width:100%;height:100vh;z-index:9999;padding:8em 5em;box-sizing:border-box;flex-direction:column;justify-content:flex-start;gap:2em}._btn_nav_grp_16uoy_40 ul{flex-direction:column}._btn_nav_grp_16uoy_40 nav{width:100%}._auth_btn_group_16uoy_47{width:100%;margin-top:1em;justify-content:space-between;gap:2em;align-items:flex-start;flex-direction:column}._close_btn_16uoy_119{display:block;position:absolute;top:30px;right:30px;cursor:pointer}._drawer_open_16uoy_127{animation:_slideIn_16uoy_1 ease-in-out .2s forwards}._drawer_close_16uoy_130{animation:_slideOut_16uoy_1 ease-in-out .2s forwards}@keyframes _slideIn_16uoy_1{to{left:0;right:0}}@keyframes _slideOut_16uoy_1{0%{left:0}to{left:-100%;right:100%}}}@media screen and (max-width: 414px){._header_16uoy_29{padding:1.5em}._menu_16uoy_81{display:block;cursor:pointer}._btn_nav_grp_16uoy_40{position:fixed;top:0;left:0;background:#fff;width:100%;height:100vh;z-index:9999;padding:8em 1.5em;box-sizing:border-box;flex-direction:column;justify-content:flex-start;gap:2em}._btn_nav_grp_16uoy_40 ul{flex-direction:column}._btn_nav_grp_16uoy_40 nav{width:100%}._auth_btn_group_16uoy_47{width:100%;margin-top:1em;justify-content:space-between}._close_btn_16uoy_119{display:block;position:absolute;top:30px;right:30px;cursor:pointer}._drawer_open_16uoy_127{animation:_slideIn_16uoy_1 ease-in-out .2s forwards}._drawer_close_16uoy_130{animation:_slideOut_16uoy_1 ease-in-out .2s forwards}@keyframes _slideIn_16uoy_1{to{left:0;right:0}}@keyframes _slideOut_16uoy_1{0%{left:0}to{left:-100%;right:100%}}}._footer_section_wrapper_189ur_1{width:100%;background:#FFFFFF;display:flow-root}._footer_inner_189ur_7{padding:0 6.5em;display:flex;flex-direction:column;gap:4em}._footer_hero_189ur_15{background:#000000;color:#fff;border-radius:32px;overflow:hidden;display:flex}._details_189ur_24{width:55%;margin-left:6.5em;margin-top:2em}._details_189ur_24 h3{font-size:52px;font-weight:700;width:70%;margin-block:1em}._capsule_group_189ur_37{display:flex;gap:1em}._capsule_189ur_37{border-radius:888px;background:#fff;padding:.5em 1.5em;display:flex;align-items:center;gap:.5em;color:#ff7000}._graphics_189ur_53{width:45%;margin-top:1.5em}._image_189ur_58{display:block;width:100%}._btn_group_189ur_63{display:flex;gap:2em;align-items:center;margin-top:2em;width:max-content}._btn_189ur_63{background:#000000;display:flex;align-items:center;gap:0;justify-content:flex-start;height:65px;border-radius:16px;width:max-content;padding:0 1.1em;border:none;cursor:pointer;border:1px solid #fff}._icon_189ur_86{display:block;width:40px;margin-right:12px}._btn_text_189ur_92{display:flex;gap:.2em;flex-direction:column;color:#fff}._btn_text_189ur_92 p{margin:0}._tiny_text_189ur_103{font-size:10px;font-weight:500}._normal_text_189ur_108{font-size:16px;font-weight:800;line-height:100%}._footer_189ur_1{padding:6.5em 4em;border-radius:32px;overflow:hidden}._footer_top_189ur_120{display:flex}._left_189ur_124{width:50%}._left_189ur_124 p{width:60%;font-size:16px;font-weight:500}._right_189ur_134{width:50%;display:flex;gap:3em}._right_189ur_134 ul{display:flex;flex-direction:column;gap:1em;margin-top:2em}._right_189ur_134 ul li{font-size:15px;font-weight:500;color:#444;list-style:none}._list_title_189ur_154{font-size:18px!important;font-weight:600!important;color:#212121!important}._footer_bottom_189ur_160{margin-top:3em;position:relative;display:flex;align-items:center;justify-content:center;gap:5em;font-size:16px;font-weight:400}._icon_group_189ur_172 ul{display:flex;gap:2em;align-items:center}._icon_group_189ur_172 ul li{list-style:none}._blob1_189ur_182{position:absolute;bottom:-110px;left:-65px}._blob2_189ur_188{position:absolute;bottom:-110px;right:-65px}@media screen and (max-width: 1241px){._footer_inner_189ur_7{padding:4em 5em}}@media screen and (max-width: 1024px){._footer_inner_189ur_7{padding:4em 3.5em;display:flex;flex-direction:column;gap:4em}._footer_hero_189ur_15{background:#000000;color:#fff;border-radius:32px;display:flex;flex-direction:column;box-sizing:border-box}._details_189ur_24{width:100%;margin-left:2.5em}._graphics_189ur_53{width:100%;margin-top:4.5em}._image_189ur_58{width:100%;margin-left:100%;transform:translate(-90%)}._left_189ur_124 p{width:90%}._right_189ur_134{width:60%;display:flex;justify-content:flex-end}._right_189ur_134 ul{width:max-content!important;width:50%}._footer_bottom_189ur_160{flex-direction:column;text-align:center;margin-top:5em;gap:2em}}@media screen and (max-width: 800px){._footer_inner_189ur_7{padding:4em 5em}._footer_hero_189ur_15{background:#000000;color:#fff;border-radius:32px;display:flex;flex-direction:column;box-sizing:border-box}._details_189ur_24{width:100%;margin-left:1.5em}._details_189ur_24 h3{font-size:32px;font-weight:600;width:80%}._capsule_group_189ur_37{width:max-content;display:grid;grid-template-columns:repeat(2,1fr)}._capsule_189ur_37{border-radius:888px;background:#fff;padding:.5em 1em;display:flex;align-items:center;gap:.3em;color:#ff7000;width:max-content}._graphics_189ur_53{width:100%;margin-top:3em;margin-left:1em}._image_189ur_58{width:100%}._btn_group_189ur_63{width:max-content;justify-content:space-between;align-items:flex-start}._footer_189ur_1{padding:6.5em 1.5em;border-radius:32px;overflow:hidden}._footer_top_189ur_120{display:flex;flex-direction:column}._left_189ur_124{width:100%;margin-bottom:2em}._left_189ur_124 p{width:100%;font-size:16px;font-weight:500}._right_189ur_134{width:100%;display:flex;flex-direction:column;gap:3em}._footer_bottom_189ur_160{flex-direction:column;text-align:center;margin-top:5em;gap:2em}}@media screen and (max-width: 414px){._footer_inner_189ur_7{padding:4em 1.5em}._footer_hero_189ur_15{background:#000000;color:#fff;border-radius:32px;display:flex;flex-direction:column;box-sizing:border-box}._details_189ur_24{width:100%;margin-left:1.5em}._details_189ur_24 h3{font-size:32px;font-weight:600;width:80%}._capsule_group_189ur_37{width:max-content;display:grid;grid-template-columns:repeat(2,1fr)}._capsule_189ur_37{border-radius:888px;background:#fff;padding:.5em 1em;display:flex;align-items:center;gap:.3em;color:#ff7000;width:max-content}._graphics_189ur_53{width:100%;margin-top:0;margin-left:1em}._image_189ur_58{width:100%;margin-top:2em}._btn_group_189ur_63{width:max-content;justify-content:space-between;flex-direction:column;align-items:flex-start}._footer_189ur_1{padding:6.5em 1.5em;border-radius:32px;overflow:hidden}._footer_top_189ur_120{display:flex;flex-direction:column}._left_189ur_124{width:100%;margin-bottom:2em}._left_189ur_124 p{width:100%;font-size:16px;font-weight:500}._right_189ur_134{width:100%;display:flex;flex-direction:column;gap:3em}._footer_bottom_189ur_160{flex-direction:column;text-align:center;margin-top:5em;gap:2em}}._channel_prompt_modal_3fejc_1>._container_3fejc_2{background:white;width:480px;border-radius:12px;z-index:1000;padding:1.5rem;height:360px}._heading_3fejc_13,._sub_heading_3fejc_14{color:#181d27}._heading_3fejc_13{font-weight:600;font-size:20px}._sub_heading_3fejc_14{font-weight:400;font-size:16px}._trade_options_3fejc_26{display:flex;flex-direction:column;gap:12px;margin-top:40px}._trade_option_3fejc_26{height:60px;border:1px solid #E9EAEB;display:flex;align-items:center;padding:0 16px;border-radius:8px;cursor:pointer}._trade_option_3fejc_26 ._label_3fejc_42{margin-left:12px;font-weight:600;color:#535862;font-size:14px}._whatsapp_channels_3fejc_50>._options_3fejc_52{display:flex;justify-content:space-between}._whatsapp_channels_3fejc_50>._options_3fejc_52 ._wa_icon_3fejc_56{width:20px;height:20px}._whatsapp_channels_3fejc_50 ._trade_option_3fejc_26{width:40%;justify-content:space-evenly;cursor:pointer}._whatsapp_channels_3fejc_50 ._trade_option_3fejc_26 ._label_3fejc_42{margin-left:0;font-size:15px;font-weight:500}._whatsapp_channels_3fejc_50 ._trade_option_3fejc_26 ._label_3fejc_42._selected_3fejc_71{color:#ffc189}._whatsapp_channels_3fejc_50 ._trade_option_3fejc_26 ._selection_icon_3fejc_75{margin-left:0}._cancel_btn_3fejc_80{border:1px solid #D5D7DA}@media screen and (max-width: 600px){._channel_prompt_modal_3fejc_1>._container_3fejc_2{width:90%}._whatsapp_channels_3fejc_50>._options_3fejc_52{flex-direction:column;gap:10px}._whatsapp_channels_3fejc_50 ._trade_option_3fejc_26{width:90%}}._hero_section_b630x_1{height:100vh;box-sizing:border-box;display:flow-root;background:url(https://res.cloudinary.com/dumsg3bcf/image/upload/v1715125299/TSE/landing%20page/Hero-bg_j9owxp.svg);background-color:#141b19}._content_b630x_8{display:flex;gap:100px;align-items:flex-start;margin-top:300px;margin-inline:100px}._main_text_b630x_16{font-size:76px;font-weight:600;color:#fff}._sub_text_b630x_22{margin-top:10px;font-size:26px;font-weight:500;color:#fff}@media screen and (max-width: 1076px){._content_b630x_8{flex-direction:column;gap:50px;margin-top:150px;margin-inline:50px}._main_text_b630x_16{font-size:3.6rem;font-weight:600}}@media screen and (max-width: 414px){._content_b630x_8{margin-inline:25px}._main_text_b630x_16{font-size:2.9rem;font-weight:600}}._header_eb5n6_1{position:absolute;width:100%;height:103px;padding:0 100px;display:flex;align-items:center;overflow:hidden;box-sizing:border-box}._logo_eb5n6_12{display:block}._channels_eb5n6_16{display:flex;align-items:center;gap:50px;margin-left:auto}._mobile_channels_eb5n6_23{display:none}._channel_eb5n6_16{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}._channel_eb5n6_16 ._channel_icon_eb5n6_33{width:24px;height:24px}._channel_eb5n6_16._tg_eb5n6_38{color:#239fdb}._channel_eb5n6_16._wa_eb5n6_41{color:#25d366}._channel_prompt_eb5n6_45{width:480px;height:524px;border-radius:12px}@media screen and (max-width: 1076px){._header_eb5n6_1{padding:0 40px}}@media screen and (max-width: 414px){._header_eb5n6_1{padding:0 24px}}*{margin:0;padding:0}._terms_of_use_wrapper_105j3_6{margin-top:6em;width:80%;margin-left:4em}h1{margin-top:3em;font-size:3.75rem;font-weight:600}h2{font-size:1.75rem;font-weight:600;margin-top:1em}h3{font-size:1.75rem;font-weight:500;margin-block:1em}h4{font-size:.875rem;font-weight:500;line-height:130%;color:#f60;margin-block:1em}p{font-size:1rem;font-weight:500;line-height:170%;margin-block:1.5em}ol{margin-left:15px}li{list-style-type:lower-alpha}@media screen and (max-width: 700px){._html_105j3_54{font-size:14px}._terms_of_use_wrapper_105j3_6{width:90%;margin-left:1em}h1{font-size:2rem}h3{font-size:1rem;width:70%}h2{font-size:1.5rem}}
