@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap);:root{--secondary-color:#26ddf9;--other-color:#010304;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;position:relative}a,li{list-style:none;text-decoration:none}.tradingview-widget-copyright{display:none}img{height:auto;width:100%}input,select{font-size:16px}.telegram_wrapper{bottom:30px;left:30px;position:fixed;z-index:99999}.telegram_wrapper img{height:40px;width:40px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.investment_plan_container{margin-bottom:30px}.investment_plan_container h2{color:#a7b1bd;margin-top:50px}.investment_plan_wrapper{grid-gap:25px;align-items:center;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin:40px 0}.investment_plan_wrapper>div{background-image:url(/static/media/need-help-bg.071e9de701e0d1900fdd.071e9de701e0d1900fdd.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:flex-end;padding:20px}.mobile_home .investment_plan_container{display:none}@media (max-width:600px){.mobile_home .investment_plan_container{display:block}.investment_plan_wrapper{color:#000;grid-template-columns:repeat(4,1fr);margin:0;width:1000px}.investment_plan_container h2{font-size:16px;margin-bottom:20px;margin-top:0}.investment_plan_container{margin-bottom:100px;overflow-x:scroll;padding:20px}}.balance_sect,.balance_sect_amount,.mobile_header,.radius_sect,.signal_sect,.welcome_sect{display:none}@media (max-width:600px){.mobile_header{background-color:#262831cc;height:65px;justify-content:space-between;padding:10px}.mobile_header,.support_sect{align-items:center;display:flex}.support_sect{gap:10px}.flag_wrapper h1{font-size:16px}.balance_sect{align-items:center;color:#a7b1bd;display:flex;gap:10px;justify-content:center;margin-bottom:10px;margin-top:15px;text-align:center}.balance_sect p{font-size:14px}.balance_sect_amount{display:block;text-align:center}.balance_sect_amount h3{font-size:25px}.welcome_sect{display:block;padding:20px 20px 0}.welcome_sect h3{font-size:20px;text-transform:capitalize}.welcome_sect p{color:#a7b1bd;font-size:12px;margin-top:10px}.radius_sect{background-color:#262831;border-radius:10px;display:flex;justify-content:space-between;margin:15px auto 20px;padding:20px;width:94%}.bottom_nav .radius_sect a,.radius_sect>div{align-items:center;display:flex;flex-direction:column;gap:10px}.radius_sect p{font-size:13px}.radius_sect img{height:40px;width:40px}.signal_sect{display:block}}.first_withdrawal_modal_wrapper{align-items:center;display:flex;justify-content:center;overflow-y:scroll;padding:50px;width:100%}.first_withdrawal_modal_inner{background-image:url(/static/media/need-help-bg.071e9de701e0d1900fdd.071e9de701e0d1900fdd.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;margin:auto;padding:30px 30px 40px;width:35%}.first_withdrawal_modal_inner p{font-size:15px;line-height:26px}#transact_btn,.first_withdrawal_modal_inner button{align-items:center;background-color:#32383f;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,san-serif;font-size:16px;font-weight:600;gap:10px;height:55px;justify-content:center;margin-top:20px;padding:10px 20px;text-transform:capitalize;width:100%}.first_withdrawal_modal_inner button:nth-child(2){background-color:initial;border:1px solid #32383f;color:#32383f}.first_withdrawal_header_text{text-align:center}.first_withdrawal_header_text span{font-size:16px;font-weight:600}.first_withdrawal_modal_inner_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.first_withdrawal_modal_inner .fJUhOY{border-radius:10px;font-size:16px;height:55px;margin-bottom:10px;margin-top:20px}@media (max-width:600px){.first_withdrawal_modal_inner{color:#32383f;padding:30px 20px;width:100%}.first_withdrawal_modal_wrapper{padding:50px 20px}}.settings_wrapper{font-family:Poppins,sans-serif}.settings_tab{background-color:#24273a;border-radius:12px;outline:1px solid #282d3c;padding:20px}.settings_container{margin-top:100px;padding:30px}.setting_btn_wrapper button{background-color:initial;border:none;color:#a5b1bd;cursor:pointer;font-family:Poppins,sans-serif;font-size:15px}.settings_btn_wrapper .active_button{background-color:#24273a;border:none;border-radius:8px;color:#a5b1bd;font-size:16px;font-weight:500;height:40px;padding:0 10px;text-align:center}.settings_btn_wrapper{background-color:#1c2127;border-radius:10px;display:flex;gap:30px;padding:15px}.settings_tab_2{margin-top:30px}.submitted_btn{background-color:#00b35926;border:1px solid #00b359;border-radius:10px;color:#00b359;font-family:Poppins,sans-serif;font-size:12px;height:35px;padding:0 20px;text-align:center}.profile_circle{align-items:center;background-color:#1c2127;border-radius:50%;color:#a5b1bd;display:flex;height:60px;justify-content:center;width:60px}.settings_tab_2{align-items:center;display:flex;justify-content:space-between}.settings_tab_2>div{color:#a5b1bd;display:flex;gap:15px}.personal_info_sect>h3,.settings_tab_2>div h3{font-size:18px;font-weight:600}.profile_circle h2{font-size:30px;font-weight:500;text-transform:uppercase}.personal_info_sect{color:#a5b1bd;margin-top:30px}.details_sect{grid-gap:35px;border-radius:5px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr);margin-top:20px;padding:40px 20px}.details_sect .details_label{color:#fff;font-size:15px;font-weight:500;margin-bottom:5px;text-transform:uppercase}.personal_info_sect .submitted_btn{cursor:pointer}.first_withdrawal_modal_inner label{display:block;margin-bottom:10px}@media (max-width:600px){.settings_container{margin-top:30px;padding:30px 20px}.settings_tab{overflow-x:scroll}.setting_btn_wrapper{justify-content:center;width:450px}.settings_tab_2{align-items:flex-start;flex-direction:column;gap:20px}.details_sect{grid-template-columns:1fr;padding-bottom:100px}}.transaction_wrapper{border:1px solid #32383f;border-radius:10px;color:#fff;padding:20px}.transaction_wrapper_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.transaction_wrapper h3{color:#8da9c5;font-size:16px;font-weight:400}.transaction_wrapper p{color:#a5b1bd;font-size:14px}.transaction_sn,.transaction_type{width:7.5%}.transaction_method,.transaction_time{width:20%}.transaction_amount,.transaction_status{width:10%}.transaction_ref{width:25%}.transaction_ref_text{margin-left:15px;text-align:center}.profit_pending_wrapper,.transaction_status_text{align-items:center;display:flex;font-size:12px;height:35px;justify-content:center;padding:10px 20px}.profit_pending_wrapper,.transaction_status_text_true{background-color:#00b35926;border:1px solid #00b359;border-radius:10px}.transaction_status_text_false{border:1px solid #d30909;border-radius:10px}.transaction_status_text_processing{border:1px solid #a5b1bd;border-radius:10px}.profit_pending_wrapper_text,.transaction_status_text_true_text{color:#00b359!important}.transaction_status_text_false_text{color:#e22222!important}.profit_pending_wrapper{cursor:pointer;margin-top:10px;width:200px}@media (max-width:600px){.transaction_wrapper{width:1200px}}.wallet_total_balance_sect{display:none}.tikertape_wrapper{margin-top:80px}@media (max-width:600px){.wallet_total_balance_sect{display:block;font-family:Poppins,sans-serif;padding:20px}.tikertape_wrapper{margin-top:0}.wallet_total_balance_sect h3{font-size:20px;margin-bottom:10px}.wallet_total_balance_sect>div{margin-bottom:30px}.bottom_nav{align-items:center;background-color:#262831;bottom:0;color:#fff;cursor:pointer;display:flex;justify-content:space-between;position:fixed;width:100%;z-index:9999}.bottom_nav .radius_sect{border-radius:0;margin:0;padding:15px 20px;width:100%}.bottom_nav .radius_sect p,.radius_sect svg{color:#a7b1bd}}.privacy_container{display:flex;gap:50px;justify-content:space-between;margin-top:70px;padding:50px}.privacy_container_item_one{border-radius:10px;max-height:450px;padding:30px;width:35%}.privacy_container_item_two{height:100vh;overflow-y:scroll;width:65%}.privacy_container_item_two .home_header_text{border-bottom:2px solid #e6e6e6;margin-bottom:40px;padding-bottom:40px}.privacy_container .text_text{margin:0;text-align:start;width:100%}.privacy_container_item_one .text_text{font-size:16px;font-weight:500;margin:20px 0}.privacy_container_item_two>.text_text{margin-bottom:30px}.privacy_container_item_two .text_text{font-size:17px}.privacy_items{margin-top:50px}.privacy_items h3{margin-bottom:20px}.margin_top{margin-top:30px!important}.privacy_sections .home_header_text{border:none;font-size:28px;margin:0;padding:0}.privacy_container_item_two .text_text span{font-size:20px;font-weight:600}@media(max-width:600px){.privacy_container{flex-direction:column;padding:50px 20px}.privacy_container_item_two{height:auto;overflow:auto}.privacy_container>div{width:100%}}.btn{align-items:center;background-color:var(--secondary-color);border:none;border-radius:50px;color:var(--other-color);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:10px;height:45px;justify-content:center;letter-spacing:.33px;line-height:16px;width:100px}@media (max-width:600px){.btn{font-size:14px!important;height:50px!important}}footer{background-color:#fff;padding:80px 40px 50px}.footer_item_one{display:flex;gap:50px}.footer_newslet_sect img{margin-bottom:40px;width:120px}.footer_newslet_sect .btn{background-color:var(--other-color);color:#fff;font-size:16px;height:55px;width:160px}footer input{border:none;border:1px solid var(--other-color);border-radius:10px;height:50px;margin:10px 0;outline:none;padding-left:20px;width:100%}.footer_item_one>div{width:25%}.footer_about_sect h3,.footer_partners_sect h3,.footer_support_sect h3{margin-bottom:50px!important}.footer_about_sect p,.footer_partners_sect p,.footer_support_sect p{margin-bottom:20px}.footer_item_two{align-items:center;border-bottom:1px solid #0000000d;cursor:pointer;display:flex;gap:30px;margin-top:20px;padding-bottom:30px}.footer_icon_container{align-items:center;background-color:#0000001a;border-radius:50px;display:flex;height:40px;justify-content:center;width:40px}.footer_item_two svg{font-size:20px}.footer_item_three{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-top:30px}.footer_item_three p{font-size:12px;text-align:center}.footer_item_three a{margin:0 2px;text-decoration:underline}@media (max-width:600px){footer{padding:20px}.footer_item_one,.footer_item_three{flex-direction:column}.footer_item_one>div{width:100%}.footer_newslet_sect img{margin-bottom:20px}.footer_about_sect p,.footer_partners_sect p,.footer_support_sect p{font-size:14px!important}}header{align-items:center;background-color:var(--other-color);display:flex;height:70px;inset:0;justify-content:space-between;padding:0 30px;position:fixed;z-index:999}.header_logo_sect h1{color:#fff}.header_btn_sect button:first-of-type{background-color:initial;color:#fff;font-size:15px;width:50px}.header_navigation a{color:#fff;transition:color .3s ease-in-out}a:hover{color:#6acac2}.header_btn_sect,.header_navigation{align-items:center;display:flex;gap:30px}footer img{width:100px}.menu_harm,.mobile_header_navigation,.mobile_logo{display:none}@media (max-width:600px){.mobile_header_navigation{background-color:#000;display:flex;flex-direction:column;gap:40px;inset:0;padding:30px;position:fixed;transform:translateX(200%);transition:all .3s ease-in-out}.show_nav{transform:translateX(0)}.mobile_header_navigation_header{align-items:center;display:flex;justify-content:space-between}.mobile_header_navigation a{color:#fff;font-size:20px;font-weight:500;letter-spacing:0;line-height:30px}.mobile_header_navigation .btn{font-size:16px;height:55px;width:100%}.mobile_header_navigation>.mobile_nav_btn_con{align-items:center;display:flex;flex-direction:column;gap:20px}.mobile_header_navigation>.mobile_nav_btn_con .btn:first-child{background-color:initial;color:#fff}header{padding:0 20px}.mobile_logo{display:block;height:30px;width:30px!important}.header_logo_sect h1{color:#fff;font-size:15px}.menu_harm{display:block;font-size:14px}.header_btn_sect button:first-child,.header_navigation{display:none}.header_btn_sect button{height:35px!important}}.Loading_container__BUFZ0{align-items:center;background:#000;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,80% 100%,80% 0,80% 0,80% 100%,60% 100%,60% 0,60% 0,60% 100%,40% 100%,40% 0,40% 0,40% 100%,20% 100%,20% 0,20% 0,20% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,80% 100%,80% 0,80% 0,80% 100%,60% 100%,60% 0,60% 0,60% 100%,40% 100%,40% 0,40% 0,40% 100%,20% 100%,20% 0,20% 0,20% 100%,0 100%);color:#fff;display:flex;flex-direction:column;gap:2em;inset:0;justify-content:center;opacity:1;position:fixed;transition:all .5s;z-index:12;z-index:999999}.Loading_spinner__bQ1Vy{animation:Loading_spin__x5mU9 2s linear infinite;border:1px solid #fff;border-left-color:#000;border-radius:9999px;padding:5em}.Loading_hidden__bEQDV{-webkit-clip-path:polygon(0 0,80% 0,80% 100%,80% 100%,80% 0,60% 0,60% 100%,60% 100%,60% 0,40% 0,40% 100%,40% 100%,40% 0,20% 0,20% 100%,20% 100%,20% 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,80% 0,80% 100%,80% 100%,80% 0,60% 0,60% 100%,60% 100%,60% 0,40% 0,40% 100%,40% 100%,40% 0,20% 0,20% 100%,20% 100%,20% 0,0 0,0 100%,0 100%);opacity:.6;pointer-events:none}@keyframes Loading_spin__x5mU9{to{transform:rotate(1turn)}}.register_container{font-family:Poppins,sans-serif;margin:70px auto auto;padding-top:60px;width:40%}.register_form .form_header_sect{align-items:center;display:flex;gap:10px}.register_form .form_header_sect>div{width:50%}.error{color:red;font-weight:400;margin-top:10px}.register_form{grid-gap:20px;display:grid;gap:20px;margin-top:20px}.register_form>div{width:100%}.forgetPassword_text,.register_form .text_text{font-size:16px;font-weight:600;margin:0;text-align:start;width:100%!important}.forgetPassword_text{color:#26ddf9;display:block;font-weight:400!important;margin-top:15px!important;text-align:end!important}.form_input{background-color:#fff;border:1px solid #cccdcd;border-radius:10px;color:#010304;font-family:Poppins,sans-serif;height:50px;margin-top:10px;outline:#ffdead;padding:0 20px;width:100%}.register_form .terms{font-size:16px;font-weight:400;line-height:24px}.terms_container{align-items:flex-start;display:flex;gap:10px}.terms_container svg{cursor:pointer;width:10%}.terms_container .terms{width:90%}.register_container .btn{background-color:var(--other-color);color:#fff;font-size:17px;height:55px;line-height:25px;width:100%}.register_form a{color:#26ddf9}.login_container .register_form{grid-template-areas:none}.login_container .register_form>div{grid-area:auto}.login_container .terms_container .terms{width:100%}.register_container .text_2{letter-spacing:2px}.forget_password .text_2{margin-bottom:30px}.register_password{align-items:center;display:flex;justify-content:space-between}.register_password svg{cursor:pointer}.register_password input{border:none;height:100%;outline:none;width:90%}.login_form{gap:0}.login_form>div{margin-bottom:15px}@media (max-width:600px){.register_container{padding:50px 20px;width:100%}.register_form{display:flex;flex-direction:column;gap:20px}.login_container .register_form{gap:0}.register_container .text_2{font-size:18px;letter-spacing:1.5px;line-height:30px}.forgetPassword_text,.register_form .text_text{font-weight:500}.register_form .terms{font-size:14px}}.terms_terms{padding:130px 20px 50px}.terms_terms .text_text{font-weight:400;text-align:start;width:100%}@media(max-width:600px){.terms_terms{padding-top:80px}}.prices_sect{background-color:#fff}.prices_container{margin-top:70px}.prices_container>.header_text{color:var(--other-color);padding:30px;text-align:start}.prices_table{padding:30px}.prices_table_header{margin-bottom:40px}.prices_table_body{margin:20px 0}.prices_table_body,.prices_table_header{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;padding-bottom:30px}.price_container .prices_table_body,.price_container .prices_table_header{border-bottom:none;padding-bottom:10px}.prices_table .text_text{font-size:16px;margin:0;text-align:start;width:100%}.price_container .text_text,.wallet_total_balance_sect h3{color:#a7b1bc}.prices_table_body>div,.prices_table_header>div{width:14%}.prices_name{display:flex;gap:15px;width:30%!important}.prices_name img{height:40px;width:40px}.prices_name h3{font-size:20px;margin-bottom:5px}.price_container .prices_name h3{color:#a7b1bc}.prices_container>p,.prices_table_body .prices_name p,.wallet_total_balance_sect .indi{color:#676868;font-size:14px;font-weight:400;line-height:28px;text-transform:uppercase}.prices_btn{align-items:center;display:flex;justify-content:flex-end}.prices_btn .btn{background-color:var(--other-color);color:#fff;font-size:15px;height:50px;width:100px}.prices_table_body .prices_hour .text_text,.prices_table_body .prices_percent .text_text{color:#0e8535;font-size:16px;line-height:24px}.loader_container{align-items:center;display:flex;justify-content:center;margin-bottom:50px;margin-top:150px}.loader_container>p{color:var(--other-color)}.prices_container>p{margin:30px;text-transform:capitalize}@media (max-width:600px){.prices_table{padding:0 20px}.prices_table_body>div,.prices_table_header{display:none}.prices_table_body>div{width:50%!important}.prices_btn,.prices_name{display:flex!important}.prices_container>.header_text{font-size:30px;font-weight:600;line-height:32px;padding:20px}.prices_name_item h3{font-size:16px;font-weight:500}.price_container .prices_price{display:flex!important}.price_container .prices_price .text_text{text-align:end}.price_container .prices_table_body{align-items:start}}.about_hero_sect{background:linear-gradient(269deg,#000 33%,#313131 100%,#0000 0);color:#fff;display:flex;flex-direction:column;margin-top:70px;padding:130px 150px}.secondary_color{color:var(--secondary-color);margin-left:8px}.about_hero_sect .text_2{font-size:35px;line-height:40px;padding-right:100px;text-align:start}.about_hero_sect .header_text{color:#fff;font-size:80px;line-height:73px;margin-top:50px;text-align:start;width:90%}.about_hero_sect .header_text .secondary_color{margin-left:12px}.about_first_sect{align-items:center;display:flex;justify-content:center;padding:70px 130px;text-align:center}.about_first_sect .text_text{font-weight:400;margin:0;width:100%}.about_second_sect{background-color:#fff;padding:50px 110px}.about_sect_two_item_one{align-items:center;display:flex;flex-direction:column}.about_last_sect .text_text,.about_sect_two_item_one .text_text,.pillars_company_sect .text_text{font-weight:400;width:100%}.about_pillars_sect{align-items:center;border-bottom:2px solid #e6e6e6;display:flex;justify-content:space-between;margin:60px auto 0;padding:0 150px 50px;width:100%}.about_pillars_sect_items{align-items:center;display:flex;flex-direction:column;justify-content:center}.about_pillars_sect img{height:60px;width:60px}.about_pillars_sect_text_container{border-bottom:2px solid #e6e6e6;display:flex;gap:70px;justify-content:space-between;margin-top:30px;padding-bottom:50px}.about_pillars_sect_text_container .text_text,.exchange_hero_sect_text_sect .text_text{margin-top:20px;text-align:start;width:100%}.exchange_hero_sect_text_sect .text_text{font-weight:400}.pillars_company_sect{align-items:center;display:flex;gap:50px;justify-content:space-between;margin-top:50px}.pillars_company_sect .text_text{text-align:start}.pillars_company_sect img{height:100px;width:100px}.column_about_first_sect{flex-direction:column;gap:20px}.column_about_first_sect .text_text:nth-of-type(2){text-decoration:underline}.about_last_sect{align-items:center;background-color:#1a1c1d;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:80px 100px;text-align:center}.about_last_sect .home_header_text{font-size:33px}.about_last_sect .btn{font-size:16px;height:55px;margin-top:20px;width:180px}@media(max-width:600px){.about_first_sect,.about_last_sect,.about_second_sect{padding:50px 20px}.about_last_sect .home_header_text{font-size:24px;font-weight:500;line-height:32px}.about_hero_sect{padding:100px 20px}.about_hero_sect .header_text{font-size:50px;font-weight:600;line-height:45px;margin-top:20px;padding:0;width:100%}.about_hero_sect .text_2{font-size:25px;font-weight:600;line-height:30px;padding-right:0}.about_pillars_sect,.about_pillars_sect_text_container,.pillars_company_sect{flex-direction:column}.about_pillars_sect{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);justify-content:flex-start;padding:30px 20px}.about_pillars_sect_text_container{gap:20px}.pillars_company_sect{gap:15px;margin-top:30px}.pillars_company_sect .text_text{margin-top:20px;text-align:center}}.exchange_hero_sect{align-items:center;display:flex;gap:80px;justify-content:space-between;margin-top:70px;padding:50px}.exchange_hero_sect_text_sect{width:45%}.exchange_hero_sect_text_sect .btn{background-color:var(--other-color);color:#fff;font-size:17px;height:60px;margin-top:30px;width:200px}.exchange_hero_sect_image_sect{width:55%}.exchange_hero_sect_text_sect .header_text{font-size:72px;letter-spacing:3px;line-height:80px;margin:0;text-align:start}.reversed_exchange_hero_sect{flex-direction:row-reverse}.reversed_exchange_hero_sect>div{width:50%}.exchange_hero_sect img{height:400px}.exchange_hero_sect .home_header_text{font-size:36px}.exchange_award_sect{grid-gap:50px 40px;background-color:#fff;display:grid;gap:50px 40px;grid-template-columns:repeat(3,1fr);padding:50px}.exchange_award_sect>div{align-items:center;display:flex;gap:15px}.exchange_award_sect img{height:auto;width:70px}.exchange_award_sect .text_text,.exchange_award_sect h5{font-size:14px;line-height:20px;margin:0;text-align:start;width:100%}.exchange_award_sect p{margin-bottom:7px}.exchange_last_sect{padding:50px 40px 80px}.exchange_last_sect_flex{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);margin-top:40px}.exchange_last_sect_flex>div{align-items:center;display:flex;gap:20px}.exchange_last_sect_flex .text_text{font-weight:400;margin:0;text-align:start;width:100%}.exchange_last_sect_flex img{height:40px;width:40px}@media (max-width:600px){.exchange_last_sect_flex{grid-template-columns:1fr}.exchange_hero_sect{flex-direction:column;padding:20px}.exchange_hero_sect_image_sect,.exchange_hero_sect_text_sect,.reversed_exchange_hero_sect>div{width:100%}.exchange_hero_sect_image_sect img{height:auto}.exchange_award_sect,.exchange_last_sect{grid-template-columns:1fr;padding:50px 20px}.exchange_hero_sect_text_sect .btn{font-size:16px;font-weight:500;height:48px;width:160px}}.about_sect,.exchange_page,.home_sect,.privacy_container_item_one{background-color:#e0dbdb}.home_hero_sect{align-items:flex-end;display:flex;justify-content:space-between;margin-top:70px;padding-top:100px;position:relative}.home_hero_sect_one{align-items:center;display:flex;flex-direction:column;inset:0;margin:60px auto auto;position:absolute;width:45%}.home_direct_btn_container .btn,.home_hero_sect_one .btn{font-size:18px;font-weight:500;height:50px;margin-top:20px;width:200px}.header_text{color:var(--other-color);font-size:62px;font-weight:700;letter-spacing:-2.64px;line-height:60px;text-align:center}.text_text{font-size:18px;font-weight:500;line-height:28px;margin-top:30px;text-align:center;width:90%;z-index:1}.home_hero_tablet_sect{height:400px;width:35%}.home_hero_trading_sect{margin-top:100px;width:33%}.bold_home_text{color:#4d4f4f;margin-top:80px}.home_sect>.text_2{color:#4d4f4f;margin:20px auto auto;text-align:center;width:60%}.text_2{font-size:32px;font-weight:500;letter-spacing:-1px;line-height:36px}.home_referral_sect{background-image:url(/static/media/Referral_Club_Desktop.af2a0773a3e510a0f364.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;color:#fff;display:flex;flex-direction:column;height:550px;justify-content:space-between;margin:40px auto;padding:40px;width:90%}.align_left{color:#fff;text-align:start}.arrow_btn{align-items:center;background-color:#26ddf980;border-radius:50px;display:flex;height:50px;justify-content:center;text-align:center;width:50px}.home_header_text,.home_sect_five .align_left,.home_sect_four .align_left{font-size:45px;line-height:48px}.home_header_text{font-size:48px;font-weight:600}.referral_item_one{color:#fff;width:35%}.referral_item_two{align-items:center;display:flex;justify-content:space-between}.referral_item_two .home_header_text{font-size:36px}.unlock_home_sect{background-image:url(/static/media/ActiveTraderBackground__1_.2c772d736b232c12c9b9.avif)!important}.unlock_home_sect .arrow_btn{background-color:#ffffff4d}.unlock_home_sect .referral_item_one{margin-top:100px;width:50%}.home_sect_three{border-radius:10px;display:flex;height:550px;margin:auto;width:90%}.home_sect_three_item_one{display:flex;flex-direction:column;width:30%}.home_sect_three .align_left{color:var(--other-color)}.home_sect_three_item_one .referral_item_one{background-color:red;width:60%}.home_sect_three_item_three{background-image:url(/static/media/trading2.4fafbfd6bc3521a64895.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-right-radius:10px;border-top-right-radius:10px;height:100%;width:45%}.home_sect_three .home_header_text{color:var(--other-color)}.home_sect_four{display:flex;gap:20px;margin:40px auto;width:90%}.home_sect_four .referral_item_two{margin-top:15px}.home_sect_four .referral_item_two .text_2{color:#fff}.home_sect_four p{font-size:10px;line-height:15px;margin-top:10px}.home_sect_four_item_one{background:linear-gradient(184.5deg,#26ddf9 2.88%,#00b0cb 76.95%)}.home_sect_four img{margin:auto;width:180px}.home_sect_four_item_two{background:linear-gradient(#a485ff,#6833ff)}.home_sect_four_item_two .arrow_btn{background:linear-gradient(#6833ff 100%,#a485ff 0)}.home_sect_four_item_three{background-blend-mode:color-burn;background-color:#000000b3;background-image:url(/static/media/nft.874c9c7df09d8b60b117.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end}.home_sect_four_item_three .arrow_btn{background-color:#0000004d}.home_sect_four_item_three .home_header_text{margin-bottom:20px}.home_sect_four>div{border-radius:10px;color:#fff;display:flex;flex-direction:column;padding:40px 30px;width:33.3%}.home_sect_five{background-image:url(/static/media/homepage-perpsBg.fb9fd08b3a97823495e4.avif)}.home_sect_five .referral_item_one{width:45%}.home_sect_five .arrow_btn{background-color:#ffffff4d}.home_sect_six{grid-gap:15px;display:grid;gap:15px;grid-template-areas:"header bigMain bigMain" "main bigMain bigMain" "footer footer footer1";grid-template-columns:repeat(3,1fr);margin:40px auto;width:90%}.home_sect_six>div{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;padding:40px 20px 20px 40px}.footer_item_one h3,.home_sect_sev .text_2,.home_sect_six .text_2:first-child{font-size:18px;letter-spacing:-.01em;line-height:24px;margin-bottom:10px}.home_sect_six .text_2:nth-child(2){font-size:24px;font-weight:600;line-height:1.16;padding-right:60px}.home_sect_six .home_header_text{font-size:40px;padding-right:20px}.home_sect_six .referral_item_two{margin-top:30px}.home_sect_sev .arrow_btn,.home_sect_six .arrow_btn{height:30px;width:30px}.home_sect_six_item_1{background-blend-mode:color-burn;background-color:#000000e6;background-image:url(/static/media/earthBg.ba25cd137b5f97df8892.avif);color:#fff;grid-area:header}.home_sect_six_item_1 .arrow_btn{background-color:#ffffff4d}.home_sect_six_item_2{background-color:#cccdcd;grid-area:bigMain;padding-top:50px}.home_sect_six_item_2 #home_sect_six_item_2_header_text{font-size:60px;font-weight:600}.home_sect_six_item_2 .header_text,.home_sect_six_item_4 .header_text{text-align:start;width:50%}.home_sect_six_item_2 .text_2{font-size:24px;margin-top:20px;width:70%}.home_sect_sev .arrow_btn,.home_sect_six_item_2 .arrow_btn{background-color:#0000001a}.home_sect_six_item_3{background:linear-gradient(184.5deg,#26ddf9 2.88%,#00b0cb 76.95%);color:#fff;grid-area:main}.home_sect_six_item_3 .arrow_btn,.home_sect_six_item_4 .arrow_btn,.home_sect_six_item_5 .arrow_btn{background-color:#fff9}.home_sect_six_item_4{background:linear-gradient(114.57deg,#fae9bc 4.52%,#dabe76 96.38%),#bebaa2;grid-area:footer}.home_sect_six_item_4 .header_text{width:80%}.home_sect_six_item_5{background:linear-gradient(#f59e00,#fd6d6d);color:#fff;grid-area:footer1}.home_sect>.text_text{margin:30px auto;text-align:center;text-decoration:underline}.home_sect_sev{display:flex;gap:20px;justify-content:space-between;margin:30px auto;padding-top:30px;width:90%}.home_sect_sev .referral_item_two{margin-top:50px}.home_sect_sev .text_2{font-family:Poppins,sans-serif}.home_sect_sev img{height:450px}.home_sect_sev>div{background-color:#fff;border-radius:10px;padding:0 30px 30px;width:33.3%}.home_sect_eight{align-items:center;display:flex;justify-content:center;margin:100px auto 200px;position:relative;width:90%}.home_sect_eight img{z-index:2}.portfolio{margin-right:15px;width:63%!important}.frame{inset:0;margin:auto;position:absolute;width:70%;z-index:1}.home_sect_nine{background-color:#000c;background-image:url(/static/media/laptopDesktopBg__1_.2bab155a9f16a7c2b6cd.avif);margin-bottom:150px}.home_sect_nine .referral_item_one{margin-top:140px}.home_direct_btn_container{align-items:center;display:flex;justify-content:center;margin-bottom:80px;width:100%}.home_direct_btn_container .btn{width:250px}.mobile_referral_sect{display:none}@media (max-width:600px){.home_hero_sect{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;padding:30px 0}.home_sect_four,.home_sect_three{flex-direction:column;height:auto}.home_sect_sev,.home_sect_six{display:flex;flex-direction:column!important}.home_hero_sect_one{align-items:flex-start;grid-area:header;margin-top:10px;padding:0 20px}.home_hero_sect_one .btn{background-color:var(--other-color);color:#fff}.home_hero_sect_one .header_text,.home_hero_sect_one .text_text{text-align:start;width:100%}.home_hero_trading_sect{grid-area:main;margin-top:0}.home_hero_tablet_sect{grid-area:footer;margin-top:-150px}.home_hero_sect_one,.home_hero_tablet_sect,.home_hero_trading_sect,.home_sect_four>div,.home_sect_sev>div,.referral_item_one,.unlock_home_sect .referral_item_one{width:100%}.home_referral_sect{background-image:url(/static/media/Referral_Club_Mobile.2543a318879ff2d285c3.avif);padding:40px 20px}.home_referral_sect .home_header_text{width:85%}.home_header_text{font-size:25px!important;line-height:1.1}.arrow_btn{height:40px;width:40px}.home_hero_sect_one{position:static}.header_text{font-size:40px!important;line-height:50px!important}.home_sect>.text_2{padding:0 20px;text-align:start;width:100%}.home_sect_three{display:none}.mobile_referral_sect{background-image:none;background:linear-gradient(#0000 52.46%,#0000000f 73.81%,#00000070 95.17%);display:flex;height:auto;overflow:hidden;position:relative}.mobile_referral_sect .referral_item_two{bottom:20px;left:0;padding:0 20px;position:absolute;right:0;z-index:2}.video{margin:80px auto -120px}.mobile_referral_sect .header_text{color:var(--other-color)}.home_sect_four>div{min-height:550px}.home_sect_five{background-image:url(/static/media/derivativesBgMobile__1_.41a0511a160db4ae4ece.avif)}.home_sect_five .referral_item_one{width:100%}.bold_home_text{margin-top:0;padding:0 20px;text-align:start}.home_sect_eight,.home_sect_six_item_2 .text_2,.home_sect_six_item_4 .header_text{width:100%}.home_sect_eight{margin:100px 0}.frame{width:100%}.portfolio{margin-right:10px;width:93%!important}.home_sect>.text_text{text-align:start}.home_sect_nine{background-image:url(/static/media/Institutions_Mobile.e7e645a34a7561a9c69a.avif)}.home_sect_nine .referral_item_one .home_header_text{font-size:45px;line-height:48px;width:100%}.home_sect_nine .referral_item_one{margin-top:0}.home_direct_btn_container{justify-content:flex-start;padding-left:20px}.text_2{font-size:20px;line-height:30px}.text_text{font-size:16px}.home_hero_sect_one .btn{margin-top:40px}}.partners_sect_one{align-items:center;display:flex;gap:70px;justify-content:space-between;margin-top:70px;padding:100px 40px 40px}.partners_sect_text_sect{width:50%}.partners_sect_two{margin-top:0}.partners_sect_text_sect .header_text{font-size:72px;font-weight:800;line-height:88px;margin-bottom:15px;text-align:start}.partners_sect_text_sect .text_text{color:#010304;font-size:20px;font-weight:400;line-height:28px;margin:0 0 10px;text-align:start;width:100%}.partners_sect_one_img_sect{width:50%}.partners_page>.text_2{font-size:36px;font-weight:500;line-height:44px;margin:70px 0;text-align:center}.partners_sect_two .partners_sect_one_img_sect{align-items:center;display:flex;justify-content:center}.partners_sect_two .partners_sect_text_sect img{height:auto;margin-bottom:30px;width:80%}.partners_sect_two .partners_sect_one_img_sect img{height:500px;width:auto}.partners_sect_two a{text-decoration:underline}.partners_sect_two .text_text{font-size:18px}.partners_sect_two_reverse{flex-direction:row-reverse}.partners_sect_two_reverse .partners_sect_one_img_sect img{width:600px}.trading_view_image img{width:600px!important}.brave_image{width:200px!important}.partners_page .exchange_last_sect_flex{padding:40px 80px}.partners_page .exchange_last_sect_flex img{height:60px;width:60px}@media (max-width:600px){.partners_sect_one{flex-direction:column;padding:20px}.partners_sect_one_img_sect,.partners_sect_text_sect{width:100%}.exchange_hero_sect_text_sect .header_text,.partners_sect_text_sect .header_text{font-size:36px;font-weight:700;margin-bottom:0}.exchange_hero_sect_text_sect .header_text{line-height:40px;margin-top:15px}.partners_sect_two .partners_sect_one_img_sect img,.partners_sect_two_reverse .partners_sect_one_img_sect img{height:auto;width:100%!important}.partners_page>.text_2{font-size:24px;font-weight:500;line-height:32px;margin:30px auto;width:80%}.partners_page .exchange_last_sect_flex{padding:40px 20px}}
/*# sourceMappingURL=main.2c336ddb.css.map*/