:root{--main-font:"Suisse Intl", "Inter", Arial, sans-serif;--golos-text:"Golos Text", "Inter", Arial, sans-serif;--Fill-00-default:#0e0a0a;--Fill-0-default:#1b1817;--Fill-0-alpha0:#1b181700;--Fill-0-alpha70:#1b1817b3;--Fill-0-hover:#26211f;--Fill-0-pressed:#2e2724;--Fill-1-default:#26211f;--Fill-1-alpha0:#241f1d00;--Fill-1-hover:#2e2724;--Fill-1-pressed:#38312e;--Fill-2-default:#38312e;--Fill-2-hover:#403935;--Fill-2-pressed:#453d39;--Fill-3-default:#403935;--Fill-3-hover:#4a423d;--Fill-3-pressed:#4f4743;--Fill-4-default:#453d39;--Fill-Brand-default:#ff8516;--Fill-Brand-gradient-200:#f94a07;--Fill-Brand-gradient-300:#f50;--Fill-Brand-gradient-400:#ff761e;--Fill-Brand-gradient-500:#ff8516;--Fill-Brand-gradient-600:#ffa33a;--Fill-Brand-gradient-700:#ffbe4d;--Fill-Brand-gradient-1000:#ffe2a9;--Fill-Brand-hover:#ff761e;--Fill-Brand-pressed:#ff660f;--Fill-Primary-default:#eceae9;--Fill-Secondary-default:#afadac;--Fill-Secondary-hover:#eceae9;--Fill-Secondary-pressed:#fff;--Fill-Tertiary-default:#827e7d;--Fill-OnAccent:#fafafa;--Text-Primary:#eceae9;--Text-Secondary-default:#afadac;--Text-Secondary-hover:#eceae9;--Text-Secondary-pressed:#fff;--Text-Tertiary:#827e7d;--Text-Quaternary:#6d6764;--Text-OnAccent:#fff;--Text-Brand-Primary-default:#ff8516;--Text-Brand-Primary-hover:#ff761e;--Text-Brand-Primary-pressed:#ff660f;--Text-Positive-Primary:#5ddf38;--Text-Negative-Primary:#ff4747;--Logo-Primary:#fff;--gradient-brand-default:linear-gradient(103deg, var(--Fill-Brand-gradient-600) 0.37%, var(--Fill-Brand-gradient-500) 15.31%, var(--Fill-Brand-gradient-300) 100%);--Fill-BrandS20-default:#442509;--Fill-BrandS20-hover:#602e00;--Fill-BrandS20-pressed:#713700;--Fill-Primary-alpha-5:#eceae90d;--Fill-00-alpha0:#0e0a0a00;--Fill-Primary-alpha-30:#eceae94d}body.theme-light{--main-font:"Suisse Intl", "Inter", Arial, sans-serif;--golos-text:"Golos Text", "Inter", Arial, sans-serif;--Fill-0-default:#fff;--Fill-0-alpha0:#edebe900;--Fill-0-alpha70:#edebe9b3;--Fill-0-hover:#f7f7f5;--Fill-0-pressed:#eeeeec;--Fill-1-default:#f7f7f5;--Fill-1-alpha0:#e3e0de00;--Fill-1-hover:#eeeeec;--Fill-1-pressed:#e8e8e6;--Fill-2-default:#e8e8e6;--Fill-2-hover:#e1e1df;--Fill-2-pressed:#d9d9d7;--Fill-3-default:#e1e1df;--Fill-3-hover:#ccccca;--Fill-3-pressed:#b0b0b0;--Fill-4-default:#d9d9d7;--Fill-Brand-default:#ff660f;--Fill-Brand-gradient-200:#cc2b00;--Fill-Brand-gradient-300:#de2f00;--Fill-Brand-gradient-400:#f50;--Fill-Brand-gradient-500:#ff660f;--Fill-Brand-gradient-600:#ff8e37;--Fill-Brand-gradient-700:#ffbe4d;--Fill-Brand-gradient-1000:#ffe2a9;--Fill-Brand-hover:#f50;--Fill-Brand-pressed:#f94a07;--Fill-Primary-default:#373737;--Fill-Secondary-default:#4a4a4a;--Fill-Secondary-hover:#373737;--Fill-Secondary-pressed:#000;--Fill-Tertiary-default:#707070;--Text-Primary:#373737;--Text-Secondary-default:#4a4a4a;--Text-Secondary-hover:#373737;--Text-Secondary-pressed:#000;--Text-Tertiary:#707070;--Text-Quaternary:#8a8a8a;--Text-OnAccent:#000;--Text-Brand-Primary-default:#ff660f;--Text-Brand-Primary-hover:#f50;--Text-Brand-Primary-pressed:#f94a07;--Text-Positive-Primary:#38a012;--Text-Negative-Primary:#ff4747;--Logo-Primary:#000;--gradient-brand-default:linear-gradient(103deg, var(--Fill-Brand-gradient-600) 0.37%, var(--Fill-Brand-gradient-500) 15.31%, var(--Fill-Brand-gradient-300) 100%);--Fill-BrandS20-default:#ffd8af;--Fill-BrandS20-hover:#ffc790;--Fill-BrandS20-pressed:#ffbc7f}:root{--mobS:393px;--mobL:480px;--tabM:720px;--deskS:1024px;--deskL:1366px;--deskXl:1440px}button{color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;outline:none}a{outline:none}.button{color:var(--Text-Primary);cursor:pointer;justify-content:center;align-items:center;gap:6px;text-decoration:none;display:flex}.button.loading{color:#0000;position:relative}.button.loading .loader-wrap{position:absolute;inset:0;width:100%!important;height:100%!important}.button.loading .loader{width:30px;height:30px}.button>span{padding-inline:4px}.button-primary{text-align:center;color:#fafafa;background:linear-gradient(103deg,#ffa33a .37%,#ff8516 15.31%,#f50 100%);position:relative}.button-primary span{width:100%;position:relative}.button-primary:before{content:"";border-radius:inherit;z-index:0;transition:background-color .2s ease-in-out;position:absolute;inset:0}.button-primary:hover:before{background-color:#f50}.button-primary:active:before,.button-primary:focus-visible:before{background-color:#f94a07}.button-primary[disabled]{opacity:.5}.button-primary[disabled]:before{background-color:var(--Fill-Brand-gradient-200)}.button-secondary{background-color:var(--Fill-2-default);color:var(--Text-Primary);transition:background-color .2s ease-in-out}.button-secondary:hover{background:var(--Fill-2-hover)}.button-secondary:active,.button-secondary:focus-visible{background:var(--Fill-2-pressed)}.button-size-responsive{border-radius:12px;padding:10px 16px;font-size:14px;font-weight:500;line-height:1.5}@media screen and (width>=720px){.button-size-responsive{border-radius:14px;padding:12px 18px;font-size:16px;font-weight:500}}.button-dropdown{color:var(--Text-Primary);gap:2px;transition:background-color .3s ease-in-out}.button-dropdown:hover{background:var(--Fill-2-hover)}.button-dropdown:active,.button-dropdown:focus-visible{background:var(--Fill-2-pressed)}.button-dropdown svg{transition:rotate .5s ease-out}.button-dropdown.is-expanded{background:var(--Fill-2-pressed)}.button-dropdown.is-expanded svg.dropdown-arrow{rotate:180deg}.button-size-s{border-radius:10px;padding:6px 12px;font-size:14px;font-weight:500;line-height:20px}.button-size-m{border-radius:12px;padding:10px;font-size:14px;font-weight:500;line-height:20px}.button-size-l{border-radius:14px;padding:12px 14px;font-size:16px;font-weight:500;line-height:24px}.button-link{color:var(--Text-Primary);cursor:pointer;justify-content:flex-start;align-items:center;gap:4px;padding:0;text-decoration:none;transition:color .2s ease-in-out;display:flex}.button-link>span{padding-inline:0}.button-link svg{transition:fill .2s ease-in-out}.button-link:hover{color:var(--Text-Brand-Primary-default)}.button-link:active,.button-link:focus-visible{color:var(--Text-Brand-Primary-pressed)}.button-link:visited{color:var(--Text-Tertiary)}.button-ghost{justify-content:flex-start;align-items:center;padding:0;transition:color .2s ease-in-out;display:flex}.button-ghost-primary{color:var(--Fill-Brand-default)}.button-ghost-primary:hover{color:var(--Fill-Brand-hover)}.button-ghost-primary:active,.button-ghost-primary:focus-visible{color:var(--Fill-Brand-pressed)}.button-ghost-secondary{color:var(--Text-Primary)}.button-ghost-secondary:hover{color:var(--Text-Brand-Primary-default)}.button-ghost-secondary:active,.button-ghost-secondary:focus-visible{color:var(--Text-Brand-Primary-pressed)}.button-ghost-small{font-size:14px;font-weight:400;line-height:20px}.button-ghost-medium,.button-ghost-large{font-weight:500;line-height:24px}.button-ghost-medium{gap:6px;font-size:16px}.button-ghost-large{gap:8px;font-size:18px}.dropdown{background:var(--Fill-1-default);z-index:2;border-radius:14px;flex-flow:column wrap;gap:2px;width:max-content;max-height:392px;padding:8px;display:flex;position:absolute;top:46px;right:0;box-shadow:0 5px 40px #0000001a,0 10px 30px #0000001a}.dropdown-item{color:var(--Text-Primary)}.dropdown-item>.button{background-color:var(--Fill-1-default);justify-content:start;transition:background-color .3s ease-in-out}.dropdown-item>.button:hover{background-color:var(--Fill-1-hover)}.dropdown-item>.button:active{background-color:var(--Fill-1-pressed)}.is-safari .dropdown.for-traders,.is-firefox .dropdown.for-traders{min-width:660px}.is-safari .dropdown.for-traders .nav-section,.is-firefox .dropdown.for-traders .nav-section{width:30%}.display,.display-2-alt,.display-5,.display-4,.display-3,.display-2,.display-1{font-weight:450}.display-1{font-size:36px;line-height:44px}@media screen and (width>=480px){.display-1{font-size:48px;line-height:56px}}@media screen and (width>=720px){.display-1{font-size:64px;line-height:72px}}@media screen and (width>=1024px){.display-1{font-size:88px;line-height:92px}}.display-2{font-size:36px;line-height:44px}@media screen and (width>=480px){.display-2{font-size:44px;line-height:54px}}@media screen and (width>=720px){.display-2{font-size:56px;line-height:64px}}@media screen and (width>=1024px){.display-2{font-size:72px;line-height:82px}}.display-3{font-size:32px;line-height:40px}@media screen and (width>=480px){.display-3{font-size:36px;line-height:44px}}@media screen and (width>=720px){.display-3{font-size:40px;line-height:48px}}@media screen and (width>=1024px){.display-3{font-size:46px;line-height:56px}}.display-4{font-size:24px;line-height:32px}@media screen and (width>=480px){.display-4{font-size:32px;line-height:40px}}@media screen and (width>=720px){.display-4{font-size:36px;line-height:44px}}@media screen and (width>=1024px){.display-4{font-size:36px;line-height:44px}}.display-5{font-size:24px;line-height:28px}@media screen and (width>=480px){.display-5{font-size:26px;line-height:32px}}@media screen and (width>=720px){.display-5{font-size:28px;line-height:34px}}@media screen and (width>=1024px){.display-5{font-size:30px;line-height:36px}}.display-2-alt{font-size:32px;line-height:40px}@media screen and (width>=480px){.display-2-alt{font-size:40px;line-height:46px}}@media screen and (width>=720px){.display-2-alt{font-size:40px;line-height:48px}}@media screen and (width>=1024px){.display-2-alt{font-size:56px;line-height:64px}}@media screen and (width>=1366px){.display-2-alt{font-size:72px;line-height:82px}}.title,.title-4,.title-3,.title-2,.title-1{font-weight:500}.title-1{font-size:24px;line-height:32px}.title-2{font-size:18px;line-height:26px}@media screen and (width>=1024px){.title-2{font-size:20px;line-height:28px}}.title-3{letter-spacing:.1px;font-size:16px;line-height:24px}.title-4{font-size:14px;line-height:20px}.subtitle-1{font-size:18px;font-weight:400;line-height:26px}@media screen and (width>=1024px){.subtitle-1{font-size:20px;line-height:28px}}.subtitle-2{font-size:14px;font-weight:400;line-height:20px}@media screen and (width>=720px){.subtitle-2{font-size:16px;line-height:24px}}.body-accent-1{font-size:16px;font-weight:600;line-height:24px}.body-accent-2{font-size:14px;font-weight:600;line-height:20px}.body-1{font-size:16px;font-weight:400;line-height:24px}.body-2{font-size:14px;font-weight:400;line-height:20px}.caption-accent{font-size:12px;font-weight:600;line-height:16px}.caption{font-size:12px;font-weight:400;line-height:16px}.caption-2{font-size:10px;line-height:14px}.label-1{text-transform:uppercase;letter-spacing:.36px;font-size:12px;font-weight:500;line-height:16px}.label-2{text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:500;line-height:14px}h2{color:var(--Text-Primary)}.tag{border:1px solid #0000;border-radius:32px;padding:4px 12px}.text-primary{color:var(--Text-Primary)}.text-secondary{color:var(--Text-Secondary-default)}.text-tertiary{color:var(--Text-Tertiary)}.text-quaternary{color:var(--Text-Quaternary)}.number-negative{color:var(--Text-Negative-Primary)}.number-positive{color:var(--Text-Positive-Primary)}@font-face{font-family:Suisse Intl;font-weight:400;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-regular-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Suisse Intl;font-weight:400;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-regular-latin-ext.woff2)format("woff2");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Suisse Intl;font-weight:400;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-regular-cyrillic.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Suisse Intl;font-weight:450;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-book-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Suisse Intl;font-weight:450;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-book-latin-ext.woff2)format("woff2");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Suisse Intl;font-weight:450;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-book-cyrillic.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Suisse Intl;font-weight:500;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-medium-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Suisse Intl;font-weight:500;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-medium-latin-ext.woff2)format("woff2");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Suisse Intl;font-weight:500;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-medium-cyrillic.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Suisse Intl;font-weight:600;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-semibold-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Suisse Intl;font-weight:600;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-semibold-latin-ext.woff2)format("woff2");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Suisse Intl;font-weight:600;font-style:normal;font-display:swap;src:url(../../../_assets/fonts/suisse-intl/suisse-intl-semibold-cyrillic.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}.link{text-decoration:none;transition:color .3s ease-in-out}.link-ghost{--color:var(--Fill-Brand-default);color:var(--color);cursor:pointer}.link-ghost path{stroke:var(--color)}.link-ghost:hover{--color:var(--Fill-Brand-hover)}.link-ghost:active,.link-ghost:focus-visible{--color:var(--Fill-Brand-pressed)}.tab{color:var(--Text-Tertiary);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:6px 10px;text-decoration:none;display:inline-flex}.tab:hover{background:var(--Fill-1-default)}.tab.active{color:var(--Text-Brand-Primary-default);background:var(--Fill-1-default)}.tab.active:hover{background:var(--Fill-1-hover)}*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior-y:none;scroll-behavior:smooth;--content-padding:24px}@media screen and (width>=720px){html,body{--content-padding:32px}}@media screen and (width>=1366px){html,body{--content-padding:40px}}@media screen and (width>=1440px){html,body{--content-padding:56px}}body{min-width:320px;font-family:var(--main-font);-webkit-font-smoothing:antialiased;background-color:var(--Fill-0-default);height:100%;min-height:100vh;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}body:before{content:"";background:var(--Fill-0-alpha70,#1b1817b3);opacity:0;pointer-events:none;z-index:100;width:100vw;height:100dvh;transition:opacity .5s ease-in-out;position:fixed;inset:0}body.body-on-form-open{max-width:100vw;overflow:hidden}body.body-on-form-open:before{opacity:1;pointer-events:auto}body.body-on-mobile-menu{max-width:100vw;position:fixed;overflow:hidden}body.body-on-mobile-menu .header-gradient-wrap:before,body.body-on-mobile-menu .header-gradient-wrap:after{opacity:0}ul{list-style:none}.visibility-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app{overflow-x:hidden}.content{width:100%;max-width:1440px;padding:0 var(--content-padding);margin:0 auto}.content-inner{margin:0 auto}@media screen and (width>=1024px){.content-inner{max-width:640px}}.header-plug{background-color:var(--Fill-2-hover);width:100%;height:80px}.header-gradient-wrap{position:relative}.header-gradient-wrap:before,.header-gradient-wrap:after{content:"";opacity:1;filter:blur(40px);pointer-events:none;background:radial-gradient(119.44% 104.13% at 91.11% 5.68%,#ff761e4d 0%,#14181500 100%);width:50vw;height:50vw;position:absolute;top:-25vw;transform:rotate(45deg)translateZ(0)}.header-gradient-wrap:before{left:-20vw}.header-gradient-wrap:after{right:-20vw}@media screen and (width>=720px){.header-gradient-wrap:before,.header-gradient-wrap:after{filter:blur(120px);width:80vw;height:80vw}.header-gradient-wrap:before{top:-50vw;left:-70vw}.header-gradient-wrap:after{top:-50vw;right:-30vw}}::selection{background-color:var(--Fill-Brand-default);color:var(--Text-Primary)}::selection{background-color:var(--Fill-Brand-default);color:var(--Text-Primary)}#tv-attr-logo{display:none!important}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.visible-for-reg{display:none}.is-regulated .visible-for-reg{display:block}.is-regulated .hidden-for-reg{display:none}
