@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap);:root{--font-main:"Ubuntu",sans-serif;--background-gradient:#0a146e,#040e43;--black:#01051f;--grey-1:#01051f;--grey-2:#5c607c;--grey-3:#b0b2c0;--grey-4:#eceff2;--grey-5:#fafafa;--blue-1:#040e44;--blue-2:#0113b0;--blue-3:#006ce0;--blue-4:#71aceb;--blue-5:#c4cbf5;--white:#fff;--red:#d30b0b;--green:#18d30b}:root,body{font-family:Ubuntu,sans-serif!important;letter-spacing:0!important;line-height:1.5}#root,body,html{height:100%;margin:0}.layout{display:flex;flex-direction:column;min-height:100vh}.content{flex:1 1;position:relative}.header-content{color:#fff;height:60px;padding:10px 8vw 0;position:relative;z-index:1000}.header-content,.header-content-inside{align-items:center;display:flex;justify-content:space-between}.header-content-inside{gap:55px}.desktop-menu a{color:var(--grey-4)}.header-logo-icon{width:120px}.header-logo{align-items:center;display:flex;gap:6px}.menu-toggle{cursor:pointer;display:none}.mobile-menu{-webkit-overflow-scrolling:touch;background:#fff;color:#000;display:flex;flex-direction:column;height:calc(100vh - 60px);justify-content:space-between;left:0;overflow-y:auto;position:fixed;top:60px;transform:translateX(100%);transition:transform .3s ease;width:100%;z-index:999}.mobile-menu.open{transform:translateX(0)}body:has(.auth-login-modal-overlay),body:has(.mobile-menu.open){overflow:hidden}.menu-links{display:flex;flex-direction:column;gap:20px;margin-top:10px;padding:20px 15px}.menu-links a{border-bottom:1px solid #eceff2;color:#000;font-size:18px;padding-bottom:10px;text-decoration:none}.menu-button{align-items:center;background:#1677ff;border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;justify-content:center;line-height:24px;padding:12px 24px;position:fixed;text-align:center;top:80%;transition:background-color .6s ease}.mobile-menu-button{align-self:center;width:95%}.menu-button:hover{background:#0113b0}.menu-button:active{background:#000d82}.mobile-profile-icon{margin-right:8px;max-height:24px;max-width:24px}.desktop-menu{display:flex;font-size:16px;font-weight:400;gap:40px;position:relative}.desktop-menu a{text-decoration:none;transition:opacity .3s ease}.desktop-menu a:hover{opacity:.8}.desktop-button{align-items:center;background:var(--blue-3);border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;line-height:24px;padding:12px 24px;transition:background-color .3s ease}.desktop-button:hover{background:var(--blue-2)}.desktop-profile-icon{margin-right:8px;width:24px}.footer-content{background:linear-gradient(180deg,#0a146e,#040e43);box-sizing:border-box;color:#eceff2;padding:20px 120px;text-align:center;width:100%}.footer-content-logo{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:20px}.footer-logo-icon{width:155px}.footer-content-brand{font-size:22px;font-weight:700}.footer-content-brand .usd{color:#fff}.footer-content-brand .seller{color:#a0c4ff}.footer-content-links{display:flex;flex-wrap:wrap;gap:20px 32px;justify-content:space-between;list-style:none}.footer-content-links li{flex:1 1 auto;text-align:center}.footer-content-links a{text-decoration:none;transition:opacity .2s ease}.footer-content-links a:hover{opacity:.7}.main-div-with-bg{background:url(/static/media/main-bg.84b96685575d54682d6c.svg) no-repeat top;background-size:100% 100%;height:70svh;position:relative;width:100%}.heading-1{font-size:48px;font-weight:700;letter-spacing:0;line-height:60px}.home-main-title-text-h1.heading-1{color:var(--white)}.home-main-title-text-h1.heading-2{color:var(--black)}.home-main-title-text-p.body-1{color:var(--grey-4)}.content-label.body-2,.home-main-inside-text-p.body-1{color:var(--grey-2)}.amount-display.subtitle-1,.amount-input.subtitle-1{color:var(--black)}.span-currency-label{color:var(--grey-2)}.span-currency-code{color:var(--black)}.exchange-rate-text.subtitle-3,.home-main-inside-footer-text-p.body-2{color:var(--grey-2)}div.exchange-rate-value-container.heading-3>div.exchange-rate-value{color:var(--blue-1)}div.exchange-rate-value-container.heading-3>div.exchange-rate-value>span{color:var(--grey-3)}div.exchange-rate-conversion-text.body-2{color:var(--grey-2)}div.home-main-inside-footer-second>button{color:var(--white)}.footer-content-links a{color:var(--grey-4)}.heading-2{font-size:32px;line-height:42px}.heading-2,.heading-3{font-weight:700;letter-spacing:0}.heading-3{font-size:28px;line-height:38px}.heading-mobile-1{font-size:32px;font-weight:700;letter-spacing:0;line-height:46px}.heading-mobile-2{font-size:28px;font-weight:700;letter-spacing:0;line-height:32px}.subtitle-1{font-weight:700}.subtitle-1,.subtitle-2{font-size:20px;letter-spacing:0;line-height:30px}.subtitle-2{font-weight:500}.subtitle-3{font-size:18px;font-weight:700}.body-1,.subtitle-3{letter-spacing:0;line-height:28px}.body-1{font-size:16px;font-weight:400}.body-2{font-size:14px;line-height:24px}.body-2,.caption{font-weight:400;letter-spacing:0}.caption{font-size:12px;line-height:22px}.input-label{font-weight:500}.input-label,.input-text{font-size:16px;letter-spacing:0;line-height:24px}.input-text{font-weight:400}.menu-text{font-size:16px;font-weight:500;letter-spacing:0;line-height:28px}.button-text-primary{color:var(--white);font-weight:700}.button-text-primary,.button-text-secondary{font-size:16px;letter-spacing:0;line-height:24px}.button-text-secondary{font-weight:500}@media (max-width:1024px){.menu-toggle{display:block}.desktop-button,.desktop-menu{display:none}div.home-main-inside>div.home-main-inside-footer{flex-direction:column}div.exchange-rate-info,div.home-main-inside-footer-second{max-width:100%;width:100%}div.exchange-rate-info{align-items:start;height:auto}div.home-main-inside-footer-second{align-items:center}div.home-main-inside-footer{align-self:center;gap:10px}p.home-main-inside-footer-text-p{text-align:left}div.home-main-inside{gap:25px}h1.home-main-title-text-h1{margin-bottom:0}p.home-main-title-text-p{margin-bottom:20px;margin-top:0}div.exchange-rate-value-container{align-items:flex-start;display:flex;flex-direction:column;gap:4px;max-width:300px;overflow-wrap:break-word;white-space:normal;word-break:break-word}.main-div-with-bg{height:170svh}.home-main{width:85%!important}.heading-1{font-size:32px;letter-spacing:0;line-height:46px}.heading-2{font-size:28px;letter-spacing:0;line-height:32px}.subtitle-2{font-size:19px}.footer-content{padding:20px 50px}.footer-content-links{gap:10px 32px;padding:0}}@media (max-width:1240px){.exchange-box .content-first,.exchange-box .content-second,.exchange-box .content-third{padding:5px 10px}.content-box-values,.exchange-box{flex-direction:column}.content-border.content-first,.exchange-box .content-second,.exchange-box .content-third{width:clamp(295px,calc(-307.68475px + 78.47458vw),758px)!important}}@media (min-width:1024px) and (max-width:8000px){.header-logo-icon{width:clamp(100px,calc(20px + 10.41667vw),165px)}.button-text-primary,.menu-text{font-size:clamp(12px,calc(6.66667px + .69444vw),20px)}.desktop-button{padding:clamp(12px,calc(6.66667px + .69444vw),20px) clamp(24px,calc(13.33333px + 1.38889vw),40px)}.content-border.content-first{width:clamp(210px,calc(168.03279px + 4.09836vw),250px)}.exchange-box .content-second,.exchange-box .content-third{width:clamp(300px,calc(-171.42857px + 31.42857vw),520px)}.heading-1{font-size:clamp(32px,calc(21.33333px + 1.38889vw),48px)}.heading-2{font-size:clamp(28px,calc(25.33333px + .34722vw),32px)}}.flag-icon{border-radius:50%;height:30px;width:30px}.home-main{align-items:center;display:flex;flex-direction:column;justify-self:center;position:relative;text-align:center;width:80%}.home-main-title-text-h1,.home-main-title-text-p{color:#fff}.home-main-inside{background:#fff;border-radius:15px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:50px;margin-bottom:1rem;margin-top:1rem;min-height:50vh;width:100%}.home-main-inside-content{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative}.home-main-inside-footer{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:space-evenly}.home-main-inside-footer-second{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;max-width:20%;padding:10px;text-align:right}.home-main-inside-footer-allcurses{background:var(--blue-3);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;height:48px;letter-spacing:-.01em;line-height:24px;padding:12px 32px;transition:background .2s ease,transform .1s ease;width:223px}.home-main-inside-footer-allcurses:hover{background:var(--blue-2)}.home-main-inside-footer-allcurses:active{transform:scale(.98)}.home-main{margin:0 auto}.home-main-inside{padding:0 10px}.exchange-rate-info{align-items:flex-start;display:flex;flex-direction:column;font-family:Ubuntu,sans-serif;gap:8px;height:104px;width:382px}.exchange-rate-value-container{align-items:center;display:flex;flex-direction:row;gap:8px;width:395px}div.exchange-rate-currency{color:var(--blue-1)}.exchange-box{align-items:center;align-self:center;display:flex;gap:12px;justify-content:space-between;position:relative}.content-border{align-items:flex-start;background:#fff;border:1px solid #e3e6ef;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly}.amount-display{align-items:center;display:flex}.amount-input{border:none;outline:none;width:100%}.currency-select{align-items:center;display:flex;font-weight:700;gap:.5rem}.currency-select select{font-size:1rem;font-weight:700;outline:none}.content-switch,.currency-select select{background:#0000;border:none}.content-first,.content-second,.content-third{max-height:70px;min-height:70px}.content-first{padding:5px 25px;width:236px}.content-second,.content-third{padding:5px 25px;width:298px}.content-first,.content-second,.content-switch,.content-third{position:relative}.content-switch{cursor:pointer;font-size:20px;height:3rem;margin-right:10px;position:absolute;width:3rem;z-index:1}.content-switch svg{width:3rem}.content-box-values{align-items:center;display:flex;gap:6px}.currency-dropdown{font-family:Ubuntu,sans-serif;min-width:270px;position:relative;width:100%}.currency-dropdown-toggle{align-items:center;background:#fff;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;height:44px;justify-content:space-between;width:100%}.currency-dropdown-value{align-items:center;display:flex;gap:12px}.currency-dropdown-icon{align-items:center;background:#fff;border-radius:16px;display:flex;height:24px;justify-content:center;width:24px}.currency-dropdown-text{color:#01051f}.currency-dropdown-arrow{color:#999;font-size:14px}.currency-dropdown-menu{background:#fff;border-radius:10px;box-shadow:0 5px 20px #040e441a;left:-12%;overflow-y:auto;padding:4px 0;position:absolute;top:52px;width:123%;z-index:3}.currency-dropdown-item{align-items:center;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;padding:8px 24px}.currency-dropdown-item:hover{background:#f5f8fc}.currency-dropdown-item.active{background:#fff;border:1px solid #006ce0}.currency-dropdown-icons{width:20px}.auth-login-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#01051fb3;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.auth-login-modal{align-items:center;background:#fff;border-radius:20px;display:flex;flex-direction:column;height:678px;padding:0 64px;width:486px}.auth-logo-icon{background:#006ce0;border-radius:16px;height:64px;position:relative;top:-5%;width:64px}.auth-logo-icon:after{background:linear-gradient(90deg,#ffffff47,#ffffff47);border-radius:16px;content:"";inset:0;opacity:0;position:absolute}.auth-header-container{align-items:stretch;display:flex;flex-direction:column;gap:12px;height:78px;margin-top:24px;width:358px}.auth-main-title{color:#01051f;font-size:28px;font-weight:700;height:38px;letter-spacing:-.02em;line-height:38px}.auth-main-title,.auth-sub-title{font-family:Ubuntu,sans-serif;margin:0;text-align:center;width:358px}.auth-sub-title{color:#5c607c;font-size:18px;font-weight:500;height:28px;line-height:28px}.auth-form-container{display:flex;flex-direction:column;gap:8px;height:226px;margin-top:24px;width:358px}.auth-input-group{display:flex;flex-direction:column;gap:4px;height:100px}.auth-label{color:#333f51;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:500;height:24px;line-height:24px;width:-webkit-fit-content;width:fit-content}.auth-input{align-items:center;background:#fff;border:1px solid #040e441a;border-radius:10px;box-shadow:0 1px 2px #0000000d;box-sizing:border-box;display:flex;gap:8px;height:46px;padding:10px 14px;width:358px}.auth-input-text{background:#0000;border:none;color:#5c607c;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:400;height:24px;line-height:24px;outline:none;width:100%}.auth-input-text::placeholder{color:#5c607c}.auth-remember-row{gap:14px;height:18px;justify-content:flex-end;margin-top:6px}.auth-buttons-container,.auth-remember-row{align-items:flex-start;display:flex;width:358px}.auth-buttons-container{flex-direction:column;gap:20px;height:116px;margin-top:24px}.auth-primary-btn{align-items:center;background:#006ce0;border:none;border-radius:10px;cursor:pointer;display:flex;height:48px;justify-content:center;padding:12px 32px;width:358px}.auth-primary-btn-text{color:#fff;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;height:24px;letter-spacing:-.01em;line-height:24px;width:49px}.auth-secondary-btn{align-items:center;background:#fff;border:1px solid #006ce0;border-radius:7px;box-sizing:border-box;cursor:pointer;display:flex;height:48px;justify-content:center;min-width:213px;padding:12px 24px;transition:background-color .3s ease;width:358px}.auth-secondary-btn:hover{background-color:#0113b008}.auth-account-btn{align-items:center;display:flex;gap:10px;height:24px;width:249px}.auth-tg-icon{background:linear-gradient(203.2deg,#37aee2 21.67%,#1e96c8 70%);border-radius:50%;height:24px;width:24px}.auth-secondary-btn-text{align-items:center;color:#5c607c;display:flex;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.01em;line-height:24px}.auth-bottom-label{color:#333f51;font-family:Ubuntu,sans-serif;font-size:12px;font-weight:500;height:18px;line-height:18px;margin-top:24px;text-align:center;width:358px}.auth-link-btn{background:none;border:none;color:#006ce0;cursor:pointer;font:inherit;margin:0;padding:0;text-decoration:none}.auth-link-btn:hover{text-decoration:underline}.not-found{align-items:center;color:#333;display:flex;flex-direction:column;height:80vh;justify-content:center;text-align:center}.not-found h3{font-size:1.5rem;margin:0}
/*# sourceMappingURL=main.f141e9a9.css.map*/