/*!
 * Copyright (c) Senko Digital Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
!*/:root{--max-width:1100px;--foreground-rgb:rgb(255,255,255);--background-start-rgb:rgb(0,0,0);--background-end-rgb:rgb(0,0,0);--primary:#6366f1;--primary-light:#818cf8;--primary-purple:#9b4dff;--primary-blue:#0082fe;--secondary-purple:#6335e0;--accent-purple-light:#b866ff;--accent-blue-light:#00a0ff;--foreground:rgba(255,255,255,1);--text-primary:#ffffff;--text-secondary:#cecece;--text-muted:#aaaaaa;--text-disabled:#666666;--background:rgba(0,0,0,1);--card:rgba(15,14,20,0.95);--bg-primary:rgba(0,0,0,1);--bg-secondary:rgba(15,14,20,0.95);--bg-tertiary:rgba(22,21,30,0.95);--bg-glass:rgba(0,0,0,0.3);--bg-glass-hover:rgba(0,0,0,0.4);--border:rgba(255,255,255,0.1);--border-primary:rgba(255,255,255,0.1);--border-secondary:rgba(155,77,255,0.1);--border-hover:rgba(155,77,255,0.3);--shadow-sm:0 2px 4px rgba(0,0,0,0.1);--shadow-md:0 4px 12px rgba(0,0,0,0.15);--shadow-lg:0 8px 32px rgba(0,0,0,0.2);--shadow-xl:0 16px 64px rgba(0,0,0,0.25);--shadow-glow:0 0 20px rgba(155,77,255,0.1);--shadow-glow-hover:0 0 30px rgba(155,77,255,0.2);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-full:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--transition-fast:0.15s ease;--transition-normal:0.25s ease;--transition-slow:0.35s ease;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal:400;--z-popover:500;--z-tooltip:600;--chatwoot-bottom-margin:20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-purple),var(--primary-blue));border-radius:var(--radius-full);border:1px solid var(--border-primary)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--accent-purple-light),var(--accent-blue-light))}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}::selection{background:var(--primary-purple)!important}::-moz-selection{background:var(--primary-purple)!important}body{color-scheme:dark;color:var(--foreground-rgb);background:linear-gradient(to bottom,transparent,var(--background-end-rgb)) var(--background-start-rgb);font-feature-settings:"rlig" 1,"calt" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}hr{border:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--border-primary),transparent);margin:var(--space-lg) 0}:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px;border-radius:var(--radius-sm)}.page_content_wrapper{display:flex;justify-content:center;position:relative}.page_content_inner{max-width:1400px;width:100%;padding:0 40px}@media(max-width:768px){.page_content_inner{padding:0 20px}}::selection{background:linear-gradient(120deg,var(--primary-purple),var(--primary-blue));color:#fff;-webkit-text-fill-color:#fff}::-moz-selection{background:linear-gradient(120deg,var(--primary-purple),var(--primary-blue));color:#fff;-webkit-text-fill-color:#fff}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body:has(.overlay){--chatwoot-bottom-margin:100px}@media(max-width:768px){body:has(.overlay){--chatwoot-bottom-margin:120px}}#chatwoot-widget,.woot-widget-bubble{bottom:var(--chatwoot-bottom-margin)!important;transition:bottom var(--transition-normal)!important}.gradient-text{background:linear-gradient(120deg,var(--primary-purple),var(--primary-blue));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gradient-text-animated{background:linear-gradient(45deg,var(--primary-purple),var(--primary-blue),var(--accent-purple-light),var(--primary-purple));background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;animation:gradientShift 4s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.glass-surface{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-primary);border-radius:var(--radius-md)}.glass-surface-enhanced{background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02) 50%,rgba(255,255,255,.01));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);position:relative;overflow:hidden}.glass-surface-enhanced:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.glow-effect{box-shadow:var(--shadow-glow);transition:box-shadow var(--transition-normal)}.glow-effect:hover{box-shadow:var(--shadow-glow-hover)}.hover-lift{transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pulse-glow{animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px rgba(155,77,255,.3)}50%{box-shadow:0 0 20px rgba(155,77,255,.6),0 0 30px rgba(0,130,254,.3)}}

/*!
 * Copyright (c) Senko Digital Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
!*/.footer_footer__mQF6i{margin-top:70px;margin-bottom:25px;border-top:1px solid rgba(99,53,224,.1);padding-top:20px;position:relative;overflow:hidden}.footer_footer__mQF6i:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,53,224,.3),transparent)}.footer_footer__mQF6i ul{list-style-type:none;padding-bottom:10px}.footer_footer__mQF6i a{color:#888;cursor:pointer;transition:all .3s ease;padding:5px 0;display:inline-block}.footer_footer__mQF6i a:hover{color:#fff;transform:translateY(-2px)}.footer_footer_container__0NENT{display:grid;grid-template-columns:1fr 2fr 1fr;grid-gap:40px;gap:40px;padding:15px 40px;max-width:1600px;margin:0 auto;width:100%}.footer_contacts__NXQvK{display:flex;flex-direction:column;gap:15px;min-width:250px;align-items:flex-start}@media screen and (max-width:900px){.footer_contacts__NXQvK{align-items:center;text-align:center;min-width:auto;width:100%}}.footer_contacts__NXQvK img{transition:transform .3s ease}.footer_contacts__NXQvK img:hover{transform:scale(1.1)}.footer_contacts__NXQvK small{color:#555;line-height:1.5}.footer_contacts__NXQvK small a{color:#666}.footer_contacts__NXQvK small a:hover{transform:none}.footer_contacts__NXQvK small:last-child{font-style:italic;opacity:.8}.footer_navigation__h1cfk{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;justify-items:stretch}.footer_navigation__h1cfk h3,.footer_navigation__h1cfk p{font-size:1em;margin-bottom:15px;font-weight:600;background:linear-gradient(45deg,#6335e0,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:100%;white-space:nowrap}.footer_navigation__h1cfk ul{display:flex;flex-direction:column;gap:8px;width:100%}.footer_navigation__h1cfk a{font-size:.85em;position:relative;width:100%;white-space:nowrap}.footer_navigation__h1cfk a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,#6335e0,#8b5cf6);transition:width .3s ease}.footer_navigation__h1cfk a:hover:after{width:100%}.footer_navigation__h1cfk>div:first-child h3,.footer_navigation__h1cfk>div:first-child ul{text-align:left;align-items:flex-start}.footer_navigation__h1cfk>div:nth-child(2) h3,.footer_navigation__h1cfk>div:nth-child(2) ul{text-align:right;align-items:flex-end}.footer_active_link__M4un6{color:#fff!important}.footer_active_link__M4un6:after{width:100%!important;height:2px!important;background:linear-gradient(90deg,#6335e0,#8b5cf6)!important;opacity:1!important}.footer_active_link__M4un6:hover{transform:none!important}.footer_socials__RhVNP{margin-top:10px;display:flex;gap:12px}.footer_socials__RhVNP a{font-size:1.4em;padding:8px;border-radius:50%;background:rgba(99,53,224,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.footer_socials__RhVNP a:before{content:attr(aria-label);position:absolute;bottom:-25px;left:50%;transform:translateX(-50%) scale(.8);opacity:0;transition:all .2s ease;font-size:.7em;white-space:nowrap;pointer-events:none}.footer_socials__RhVNP a:hover:before{opacity:.7;transform:translateX(-50%) scale(1)}.footer_socials__RhVNP a:hover{transform:translateY(-3px);background:rgba(99,53,224,.2)}.footer_payments__6canF{display:flex;flex-direction:column;gap:15px;align-items:flex-end}.footer_payment_group__y4YVs{display:flex;gap:15px;justify-content:flex-end;flex-wrap:wrap;max-width:300px}.footer_payment_group__y4YVs svg{color:#555;transition:all .3s ease;filter:grayscale(1)}.footer_payment_group__y4YVs svg:hover{filter:grayscale(0);color:#fff;transform:translateY(-2px)}.footer_contact_info__GslVi{display:flex;flex-direction:column;gap:8px;width:100%}.footer_contact_info__GslVi small{display:block;font-size:.8em}.footer_contact_info__GslVi small:first-child{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px}@media screen and (max-width:1000px){.footer_contact_info__GslVi small:first-child{justify-content:center}}.footer_contact_info__GslVi small:first-child a{position:relative;padding:4px 8px;background:rgba(99,53,224,.1);border-radius:4px;transition:all .3s ease;white-space:nowrap}.footer_contact_info__GslVi small:first-child a:hover{transform:translateY(-2px);background:rgba(99,53,224,.2)}.footer_contact_info__GslVi small:not(:first-child){text-align:left}@media screen and (max-width:1000px){.footer_contact_info__GslVi small:not(:first-child){text-align:center}}@media screen and (max-width:1200px){.footer_footer_container__0NENT{grid-template-columns:1fr 1.5fr 1fr;gap:30px;padding:15px 30px}.footer_navigation__h1cfk{gap:20px}}@media screen and (min-width:1001px)and (max-width:1260px){.footer_footer_container__0NENT{grid-template-columns:1fr 2fr;grid-template-areas:"contacts navigation" "payments payments"}.footer_contacts__NXQvK{grid-area:contacts}.footer_navigation__h1cfk{grid-area:navigation}.footer_payments__6canF{grid-area:payments;align-items:center;margin-top:20px}.footer_payment_group__y4YVs{justify-content:center}}@media screen and (max-width:1000px){.footer_footer_container__0NENT{grid-template-columns:1fr;gap:40px}.footer_contacts__NXQvK{align-items:center;text-align:center}.footer_navigation__h1cfk{grid-template-columns:repeat(2,1fr);justify-items:center;gap:30px}.footer_navigation__h1cfk>div:first-child h3,.footer_navigation__h1cfk>div:first-child ul,.footer_navigation__h1cfk>div:nth-child(2) h3,.footer_navigation__h1cfk>div:nth-child(2) ul{text-align:center;align-items:center}.footer_payments__6canF{align-items:center}.footer_payment_group__y4YVs{justify-content:center;max-width:100%}}@media screen and (max-width:768px){.footer_footer_container__0NENT{gap:30px;padding:15px 20px}.footer_navigation__h1cfk{grid-template-columns:1fr;gap:25px}}@media screen and (max-width:480px){.footer_navigation__h1cfk{grid-template-columns:1fr;gap:20px}.footer_navigation__h1cfk>div h3{text-align:center;margin-bottom:10px}.footer_navigation__h1cfk>div ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:15px}.footer_navigation__h1cfk>div li{display:inline-block}.footer_navigation__h1cfk>div a{padding:5px 10px;background:rgba(99,53,224,.1);border-radius:4px;transition:all .3s ease}.footer_navigation__h1cfk>div a:hover{background:rgba(99,53,224,.2);transform:translateY(-2px)}.footer_navigation__h1cfk>div a:after{display:none}.footer_payment_group__y4YVs{gap:10px}.footer_payment_group__y4YVs svg{width:20px;height:20px}}@keyframes footer_float__gu1Hy{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.footer_logo_wrapper__r7Y61{position:relative;display:inline-block;padding:2px;margin:-2px}.footer_logo_wrapper__r7Y61:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:0;height:2px;background:linear-gradient(90deg,#6335e0,#8b5cf6);transition:width .3s ease;opacity:0}.footer_logo_wrapper__r7Y61:hover:after{width:80%;opacity:.7}.footer_logo_link__9laYO{position:relative;display:inline-block;text-decoration:none}.footer_logo_container__8d30Y{position:relative;width:50px;height:50px;transition:all .3s ease;overflow:hidden}.footer_full_logo__gnLyF,.footer_small_logo__tm3q1{position:absolute;top:0;transition:all .3s ease}.footer_small_logo__tm3q1{opacity:1;transform:scale(1);width:50px;height:50px;left:0}.footer_full_logo__gnLyF{opacity:0;transform:scale(.8);width:200px;height:50px;object-fit:contain;left:-75px}.footer_logo_wrapper__r7Y61:hover .footer_logo_container__8d30Y{width:200px}.footer_logo_wrapper__r7Y61:hover .footer_small_logo__tm3q1{opacity:0;transform:scale(.8)}.footer_logo_wrapper__r7Y61:hover .footer_full_logo__gnLyF{opacity:1;transform:scale(1);left:0}.footer_star_icon__F74Q2{display:inline-block;vertical-align:middle;margin-left:4px;color:gold;font-size:.8em}.footer_company_info__TkCiJ{text-align:center;margin-top:20px;padding-top:20px;position:relative}.footer_company_info__TkCiJ:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,53,224,.3),transparent)}.footer_company_info__TkCiJ p{color:#555;font-size:.85em}.footer_company_info__TkCiJ a{color:#888;cursor:pointer;padding:5px 0;display:inline-block}.footer_company_info__TkCiJ a:hover{color:#fff;text-decoration:underline}
/*!
 * Copyright (c) Senko Digital Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
!*/.styles_overlay__EH_Xa{position:fixed;bottom:0;left:0;right:0;z-index:999;padding:20px;display:flex;justify-content:center;align-items:flex-end;animation:styles_slideUp__DOYZg .5s cubic-bezier(.16,1,.3,1)}@media(max-width:768px){.styles_overlay__EH_Xa{padding:12px}}.styles_container__3UOtf{background:linear-gradient(180deg,rgba(28,28,28,.95),rgba(18,18,18,.98));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:16px 24px;width:100%;max-width:1200px;box-shadow:0 0 0 1px hsla(0,0%,100%,.05),0 20px 50px -12px rgba(0,0,0,.5);transition:all .3s cubic-bezier(.16,1,.3,1)}.styles_container__3UOtf.styles_expanded__5IKzH{max-height:80vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(117,40,239,.3) rgba(0,0,0,0)}.styles_container__3UOtf.styles_expanded__5IKzH::-webkit-scrollbar{width:8px}.styles_container__3UOtf.styles_expanded__5IKzH::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.styles_container__3UOtf.styles_expanded__5IKzH::-webkit-scrollbar-thumb{background-color:rgba(117,40,239,.3);border-radius:4px;border:2px solid rgba(0,0,0,0);background-clip:padding-box}.styles_container__3UOtf.styles_expanded__5IKzH::-webkit-scrollbar-thumb:hover{background-color:rgba(117,40,239,.5)}@media(max-width:768px){.styles_container__3UOtf{padding:16px;border-radius:14px}}.styles_mainContent__78qjH{display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){.styles_mainContent__78qjH{flex-direction:column;align-items:stretch;gap:16px;text-align:center}}.styles_header__QAAY9{display:flex;align-items:center;gap:16px;flex:1 1}@media(max-width:768px){.styles_header__QAAY9{justify-content:center}}.styles_header__QAAY9 .styles_icon__55IYf{font-size:1.5em;color:#7528ef;flex-shrink:0}.styles_header__QAAY9 p{color:#fff;font-size:.9em;line-height:1.4;margin:0}.styles_actions__LybMw{display:flex;gap:8px;align-items:center}@media(max-width:768px){.styles_actions__LybMw{justify-content:stretch}}@media(max-width:480px){.styles_actions__LybMw{flex-direction:column}}.styles_actions__LybMw button{padding:10px 20px;border-radius:10px;font-size:.9em;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;white-space:nowrap;display:flex;align-items:center;gap:8px}.styles_actions__LybMw button:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(117,40,239,.5)}.styles_customizeButton__SQ_u6{background:hsla(0,0%,100%,.05);color:#fff;border:1px solid hsla(0,0%,100%,.1)}.styles_customizeButton__SQ_u6:hover{background:hsla(0,0%,100%,.1)}.styles_customizeButton__SQ_u6 svg{transition:transform .3s ease}.styles_chevronUp__icuso{transform:rotate(0deg)}.styles_chevronDown__6IBL8{transform:rotate(180deg)}.styles_acceptButton__NJ0G_{background:#7528ef;color:#fff}.styles_acceptButton__NJ0G_:hover{background:#6420d1}.styles_preferences__xbjsx{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.08);animation:styles_fadeIn__0AFyS .3s ease}@media(max-width:1024px){.styles_preferences__xbjsx{grid-template-columns:1fr}}.styles_preferences__xbjsx .styles_saveButton__n7Y3_{grid-column:1/-1;background:#7528ef;color:#fff;padding:12px;border-radius:10px;font-size:.9em;font-weight:500;border:none;cursor:pointer;transition:background .2s ease;margin-top:8px}.styles_preferences__xbjsx .styles_saveButton__n7Y3_:hover{background:#6420d1}.styles_preferenceItem__9f5Vv{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;transition:all .2s ease}.styles_preferenceItem__9f5Vv:hover{background:hsla(0,0%,100%,.05)}.styles_preferenceHeader__RE7SY{display:flex;align-items:center;gap:8px;color:#fff}.styles_preferenceHeader__RE7SY svg{color:#7528ef;font-size:1.1em}.styles_preferenceHeader__RE7SY h3{margin:0;font-size:1em}.styles_preferenceItem__9f5Vv p{color:#aaa;font-size:.85em;line-height:1.4;margin:0}.styles_switch__QCqZy{position:relative;display:inline-block;width:46px;height:24px;align-self:flex-end;margin-top:8px}.styles_switch__QCqZy input{opacity:0;width:0;height:0}.styles_switch__QCqZy input:checked+.styles_slider__3d_gU{background:#7528ef}.styles_switch__QCqZy input:checked+.styles_slider__3d_gU:before{transform:translateX(22px)}.styles_switch__QCqZy input:disabled+.styles_slider__3d_gU{background:rgba(117,40,239,.5);cursor:not-allowed}.styles_slider__3d_gU{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2f2f2f;transition:.2s;border-radius:34px}.styles_slider__3d_gU:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.2s;border-radius:50%}@keyframes styles_slideUp__DOYZg{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes styles_fadeIn__0AFyS{0%{opacity:0}to{opacity:1}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_423598{font-family:Inter,Inter Fallback;font-style:normal}

/*!
 * Copyright (c) Senko Digital Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
!*/.buttons_auth_buttons__9UJ7K{display:flex;gap:8px;align-items:center}@media screen and (max-width:1020px){.buttons_auth_buttons__9UJ7K{gap:6px}}@media screen and (max-width:930px){.buttons_auth_buttons__9UJ7K{width:100%;justify-content:center}}@media screen and (max-width:400px){.buttons_auth_buttons__9UJ7K{gap:4px;flex-wrap:wrap;justify-content:center}}.buttons_auth_button__VKP0A{padding:10px 20px;border-radius:12px;font-size:.9em;color:hsla(0,0%,100%,.9);transition:all .2s ease;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;overflow:hidden;white-space:nowrap}@media screen and (max-width:1020px){.buttons_auth_button__VKP0A{padding:8px 16px;font-size:.85em;gap:6px}.buttons_auth_button__VKP0A span{display:none}}@media screen and (max-width:930px){.buttons_auth_button__VKP0A{padding:10px 20px;font-size:.9em;gap:8px}.buttons_auth_button__VKP0A span{display:inline}}@media screen and (max-width:400px){.buttons_auth_button__VKP0A{padding:8px 12px;font-size:.8em;gap:4px}.buttons_auth_button__VKP0A svg{font-size:14px}}.buttons_auth_button__VKP0A:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(99,53,224,.1),rgba(155,77,255,.1));opacity:0;transition:opacity .2s ease}.buttons_auth_button__VKP0A svg{opacity:.9;font-size:16px;position:relative;z-index:1;flex-shrink:0}@media screen and (max-width:400px){.buttons_auth_button__VKP0A svg{font-size:14px}}.buttons_auth_button__VKP0A span{position:relative;z-index:1;flex-shrink:0}.buttons_auth_button__VKP0A:hover{color:#fff;background:rgba(0,0,0,.4);border-color:rgba(155,77,255,.3);transform:translateY(-1px)}.buttons_auth_button__VKP0A:hover svg,.buttons_auth_button__VKP0A:hover:before{opacity:1}.buttons_auth_button__VKP0A:active{transform:translateY(0)}.buttons_lang_selector__QxFlk{position:relative}@media screen and (max-width:1020px){.buttons_lang_selector__QxFlk .buttons_dropdown__x10HZ{right:-50%;transform-origin:top right}}@media screen and (max-width:930px){.buttons_lang_selector__QxFlk .buttons_dropdown__x10HZ{right:0;transform-origin:top right}}@media screen and (max-width:400px){.buttons_lang_selector__QxFlk .buttons_dropdown__x10HZ{right:-50%;min-width:160px}}.buttons_dropdown__x10HZ{position:absolute;top:calc(100% + 8px);right:0;background-color:rgba(9,9,9,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:8px;min-width:180px;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 20px rgba(0,0,0,.2);animation:buttons_dropdownFadeIn__5I3f8 .2s ease}@media screen and (max-width:400px){.buttons_dropdown__x10HZ{padding:6px;min-width:160px}}@keyframes buttons_dropdownFadeIn__5I3f8{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.buttons_language_option__fIZ9Q{width:100%;border:none;background:none;color:hsla(0,0%,100%,.9);cursor:pointer;display:flex;align-items:center;text-align:left;transition:all .2s ease;border-radius:8px;font-size:.9em;position:relative;padding:10px 40px 10px 16px}@media screen and (max-width:400px){.buttons_language_option__fIZ9Q{padding:8px 32px 8px 12px;font-size:.85em}}.buttons_language_option__fIZ9Q:hover{background-color:rgba(155,77,255,.1);color:#fff}.buttons_language_option__fIZ9Q svg{opacity:.9;color:#9b4dff;flex-shrink:0;position:absolute;right:16px}@media screen and (max-width:400px){.buttons_language_option__fIZ9Q svg{right:12px}}.buttons_language_option__fIZ9Q span{white-space:nowrap}.buttons_flag_container__esbkk{margin-right:8px;display:flex;align-items:center;flex-shrink:0}.buttons_flag_icon__KHWot{border-radius:2px;object-fit:cover}
/*!
 * Copyright (c) Senko Digital Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
!*/.header_bodyLocked__T_B9Y{overflow:hidden;position:fixed;width:100%;height:100%}.header_header__w2BOs{margin-top:30px;position:relative;z-index:100;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);font-family:inherit}@media screen and (max-width:930px){.header_header__w2BOs{margin-top:20px;padding:0 20px}}.header_header_inner__8SRYs{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width:930px){.header_header_inner__8SRYs{padding:0;flex-direction:column;gap:12px;align-items:center}}.header_left_section__G7Kl_{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (max-width:930px){.header_left_section__G7Kl_{width:100%;position:relative;gap:12px;align-items:center}}.header_logo_wrapper__pOm49{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.header_logo_wrapper__pOm49 img{height:50px;width:auto;transition:transform .3s ease}.header_logo_wrapper__pOm49 img:hover{transform:scale(1.02)}@media screen and (max-width:768px){.header_logo_wrapper__pOm49 img{height:35px}}@media screen and (max-width:930px){.header_logo_wrapper__pOm49{align-items:center}}.header_navigation__6CF4b{display:flex;gap:8px;flex:1 1}.header_navigation__6CF4b a{padding:10px 20px;border-radius:12px;font-size:.9em;color:hsla(0,0%,100%,.7);transition:all .2s ease;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;overflow:hidden;white-space:nowrap}@media screen and (max-width:1020px){.header_navigation__6CF4b a{padding:8px 16px;font-size:.85em;gap:6px}}@media screen and (max-width:400px){.header_navigation__6CF4b a{padding:8px 12px;font-size:.8em;gap:4px}.header_navigation__6CF4b a svg{font-size:14px}}.header_navigation__6CF4b a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(99,53,224,.1),rgba(155,77,255,.1));opacity:0;transition:opacity .2s ease}.header_navigation__6CF4b a svg{opacity:.9;font-size:16px;position:relative;z-index:1;flex-shrink:0;transition:opacity .2s ease}@media screen and (max-width:400px){.header_navigation__6CF4b a svg{font-size:14px}}.header_navigation__6CF4b a span{position:relative;z-index:1;flex-shrink:0}.header_navigation__6CF4b a:hover{color:#fff;background:rgba(0,0,0,.4);border-color:rgba(155,77,255,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(155,77,255,.15)}.header_navigation__6CF4b a:hover:before{opacity:1}.header_navigation__6CF4b a:hover svg{opacity:1;transform:scale(1.05);transition:transform .2s ease}.header_navigation__6CF4b a:active{transform:translateY(0)}.header_navigation__6CF4b a[aria-current=page]{background:rgba(99,53,224,.2);border-color:rgba(99,53,224,.4);color:hsla(0,0%,100%,.9)}.header_navigation__6CF4b a[aria-current=page] svg{opacity:1}.header_navigation__6CF4b a[aria-current=page]:hover{background:rgba(99,53,224,.2);color:hsla(0,0%,100%,.9)}.header_navigation__6CF4b a:focus-visible{outline:2px solid rgba(99,53,224,.6);outline-offset:2px}@media screen and (max-width:930px){.header_navigation__6CF4b{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(9,9,9,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:100px 20px 20px;flex-direction:column;gap:4px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:998;overflow-y:auto;-webkit-overflow-scrolling:touch;will-change:transform,opacity}.header_navigation__6CF4b.header_open__ooBGV{opacity:1;visibility:visible;transform:translateY(0)}.header_navigation__6CF4b .header_dropdown_item__PNA0U,.header_navigation__6CF4b .header_dropdown_trigger__cua_6,.header_navigation__6CF4b a{width:100%;padding:12px 16px;background:none;border:1px solid hsla(0,0%,100%,.1);font-size:1em;transition:background-color .2s ease;position:relative}.header_navigation__6CF4b .header_dropdown_item__PNA0U:hover,.header_navigation__6CF4b .header_dropdown_trigger__cua_6:hover,.header_navigation__6CF4b a:hover{background:hsla(0,0%,100%,.05)}.header_navigation__6CF4b .header_dropdown_item__PNA0U[aria-current=page],.header_navigation__6CF4b .header_dropdown_trigger__cua_6[aria-current=page],.header_navigation__6CF4b a[aria-current=page]{background:none;padding-left:12px;border-left:4px solid rgba(99,53,224,.8)}.header_navigation__6CF4b .header_dropdown_item__PNA0U[data-active=true],.header_navigation__6CF4b .header_dropdown_trigger__cua_6[data-active=true],.header_navigation__6CF4b a[data-active=true]{background:none;padding-left:12px;border-left:4px solid rgba(99,53,224,.8);color:hsla(0,0%,100%,.7)}.header_navigation__6CF4b .header_dropdown_content__E5InC{position:static;background:none;box-shadow:none;border:none;padding:0;margin:0;min-width:unset;gap:2px;max-height:0;overflow:hidden;transition:max-height .3s ease,margin .3s ease;will-change:max-height}.header_navigation__6CF4b .header_dropdown_content__E5InC.header_mobile_open__pZtY_{max-height:2000px;margin:2px 0 2px 16px}.header_navigation__6CF4b .header_submenu_content__Uq0Ca{margin-left:16px;padding:2px 0;background:none;border:none;box-shadow:none;gap:2px}}.header_nav_link__1LGgR{position:relative}.header_nav_link__1LGgR .header_tooltip__gegkn{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:6px 12px;background:rgba(0,0,0,.9);border-radius:8px;font-size:.9em;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:100}.header_nav_link__1LGgR .header_tooltip__gegkn:before{content:"";position:absolute;top:-4px;left:50%;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:rgba(0,0,0,.9)}.header_nav_link__1LGgR:hover .header_tooltip__gegkn{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.header_header_statistics__w2I__{display:flex;align-items:center;gap:16px;margin-top:10px}@media screen and (max-width:930px){.header_header_statistics__w2I__{margin-top:0;order:3;width:100%;justify-content:center}}.header_card__JcXTu{display:flex;align-items:center;padding:8px 16px;border-radius:12px;background:rgba(0,0,0,.3);gap:12px;transition:all .2s ease}.header_card__JcXTu:hover{background:rgba(0,0,0,.5);border-color:hsla(0,0%,100%,.1)}.header_card__JcXTu .header_card_icon__em6W7{color:hsla(0,0%,100%,.7)}.header_card__JcXTu .header_card_title__KR_DD{font-size:.8em;color:hsla(0,0%,100%,.5);margin-bottom:2px}.header_card__JcXTu .header_card_text__rSWX_{font-size:.9em;font-weight:500}.header_auth_buttons__5gJj_{display:flex;gap:6px;align-items:center}@media screen and (max-width:930px){.header_auth_buttons__5gJj_{width:100%;justify-content:center}}.header_icon_button__ABOWE{padding:8px 16px;border-radius:12px;font-size:.9em;color:hsla(0,0%,100%,.7);transition:all .2s ease;display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer}.header_icon_button__ABOWE svg{opacity:.7;font-size:16px}.header_icon_button__ABOWE:hover{color:#fff;background:hsla(0,0%,100%,.1)}.header_icon_button__ABOWE:hover svg{opacity:1}.header_mobile_menu_button__4WZ17{display:none;background:none;border:none;cursor:pointer;color:#fff;width:auto;align-items:center;gap:8px}@media screen and (max-width:930px){.header_mobile_menu_button__4WZ17{position:fixed;top:82px;right:20px;z-index:1000;display:flex;padding:12px;border-radius:12px;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.header_mobile_menu_button__4WZ17 svg{width:24px;height:24px;opacity:.7;transition:opacity .2s ease}.header_mobile_menu_button__4WZ17 span{display:none}.header_mobile_menu_button__4WZ17:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2)}.header_mobile_menu_button__4WZ17:hover svg{opacity:1}.header_mobile_menu_button__4WZ17:active{transform:scale(.95)}}.header_dropdown_wrapper__KaD5d{position:relative}.header_dropdown_wrapper__KaD5d.header_touch_open__rMcQH .header_dropdown_content__E5InC,.header_dropdown_wrapper__KaD5d:hover .header_dropdown_content__E5InC{opacity:1;visibility:visible;transform:translateY(0)}.header_dropdown_wrapper__KaD5d.header_touch_open__rMcQH .header_caret__0g2xG,.header_dropdown_wrapper__KaD5d:hover .header_caret__0g2xG{transform:rotate(180deg)}.header_dropdown_trigger__cua_6{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:12px;font-size:.9em;color:hsla(0,0%,100%,.7);transition:all .2s ease;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;overflow:hidden;white-space:nowrap;cursor:pointer}@media screen and (max-width:1020px){.header_dropdown_trigger__cua_6{padding:8px 16px;font-size:.85em;gap:6px}}@media screen and (max-width:400px){.header_dropdown_trigger__cua_6{padding:8px 12px;font-size:.8em;gap:4px}.header_dropdown_trigger__cua_6 svg{font-size:14px}}.header_dropdown_trigger__cua_6:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(99,53,224,.1),rgba(155,77,255,.1));opacity:0;transition:opacity .2s ease}.header_dropdown_trigger__cua_6 svg{opacity:.9;font-size:16px;position:relative;z-index:1;flex-shrink:0;transition:opacity .2s ease}@media screen and (max-width:400px){.header_dropdown_trigger__cua_6 svg{font-size:14px}}.header_dropdown_trigger__cua_6 span{position:relative;z-index:1;flex-shrink:0}.header_dropdown_trigger__cua_6:hover{color:#fff;background:rgba(0,0,0,.4);border-color:rgba(155,77,255,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(155,77,255,.15)}.header_dropdown_trigger__cua_6:hover:before{opacity:1}.header_dropdown_trigger__cua_6:hover svg{opacity:1;transform:scale(1.05);transition:transform .2s ease}.header_dropdown_trigger__cua_6:active{transform:translateY(0)}.header_dropdown_trigger__cua_6[aria-current=page],.header_dropdown_trigger__cua_6[data-active=true]{background:rgba(99,53,224,.2);border-color:rgba(99,53,224,.4);color:hsla(0,0%,100%,.9)}.header_dropdown_trigger__cua_6[aria-current=page] svg,.header_dropdown_trigger__cua_6[data-active=true] svg{opacity:1}.header_dropdown_trigger__cua_6[aria-current=page]:hover,.header_dropdown_trigger__cua_6[data-active=true]:hover{background:rgba(99,53,224,.2);color:hsla(0,0%,100%,.9)}.header_dropdown_content__E5InC{position:absolute;top:calc(100% + 8px);left:0;min-width:350px;background:#090909;border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.2);border:1px solid #252525;display:flex;flex-direction:column;gap:6px}.header_dropdown_item__PNA0U{padding:8px 12px;display:flex;align-items:center;height:60px;gap:12px;width:100%;cursor:pointer;border:1px solid hsla(0,0%,100%,.1);margin:0;transition:all .2s ease;background:rgba(0,0,0,.3);font-size:1em;color:hsla(0,0%,100%,.7);border-radius:8px}.header_dropdown_item__PNA0U .header_dropdown_item_icon__jimeU{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.header_dropdown_item__PNA0U .header_dropdown_item_content__yw6X_{display:flex;flex-direction:column;padding:0;margin:0;gap:4px}.header_dropdown_item__PNA0U:hover{color:#fff;background:hsla(0,0%,100%,.05);border-color:rgba(155,77,255,.3)}.header_dropdown_item__PNA0U[aria-current=page],.header_dropdown_item__PNA0U[data-active=true]{background:rgba(99,53,224,.2);border-color:rgba(99,53,224,.4);color:hsla(0,0%,100%,.9)}.header_dropdown_item__PNA0U[aria-current=page] .header_dropdown_item_icon__jimeU,.header_dropdown_item__PNA0U[data-active=true] .header_dropdown_item_icon__jimeU{opacity:1}.header_dropdown_item__PNA0U[aria-current=page]:hover,.header_dropdown_item__PNA0U[data-active=true]:hover{background:rgba(99,53,224,.2);color:hsla(0,0%,100%,.9)}.header_dropdown_item_icon__jimeU{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;opacity:.7;transition:opacity .2s ease}.header_dropdown_item_icon__jimeU svg{width:16px;height:16px;color:hsla(0,0%,100%,.7)}.header_dropdown_item_icon__jimeU img{width:24px;height:24px;object-fit:cover}.header_dropdown_item_content__yw6X_{display:flex;flex-direction:column;padding-top:0;gap:4px;flex:1 1;min-width:0}.header_dropdown_item_title__3BkKR{font-weight:400;font-size:1em;line-height:1.2}.header_dropdown_item_description__gYSbM{font-size:.8em;color:hsla(0,0%,100%,.4);line-height:1.2}@media screen and (max-width:930px){.header_dropdown_content__E5InC{position:static;min-width:unset;opacity:1;visibility:visible;transform:none;background:none;box-shadow:none;border:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:all .3s ease}.header_dropdown_content__E5InC.header_mobile_open__pZtY_{max-height:500px;opacity:1;margin:8px 0 8px 16px;display:flex;flex-direction:column;gap:6px}.header_dropdown_item__PNA0U{background:none;padding:8px 16px}.header_dropdown_item__PNA0U:hover{transform:none;background:hsla(0,0%,100%,.05)}.header_dropdown_trigger__cua_6{width:100%;justify-content:flex-start;margin-bottom:0}.header_dropdown_item_icon__jimeU{width:24px;height:24px}.header_dropdown_item_content__yw6X_{gap:0}.header_dropdown_item_description__gYSbM{font-size:.75em}.header_dropdown_content__E5InC.header_mobile_open__pZtY_{margin-top:8px;margin-bottom:8px;margin-left:16px}}.header_caret__0g2xG{transition:transform .2s ease}@media screen and (max-width:930px){.header_caret__0g2xG.header_caret_open__8RJ_X{transform:rotate(180deg)}}.header_submenu_wrapper__bJn2g{position:relative;width:100%}.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U{padding:10px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;border:1px solid hsla(0,0%,100%,.1);font-size:.92em;margin:0;transition:all .2s ease;border-radius:12px}.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U:hover{background:hsla(0,0%,100%,.05);transform:none}.header_submenu_wrapper__bJn2g.header_touch_open__rMcQH .header_submenu_content__Uq0Ca,.header_submenu_wrapper__bJn2g:hover .header_submenu_content__Uq0Ca{opacity:1;visibility:visible;transform:translateX(0)}.header_submenu_content__Uq0Ca{position:absolute;left:calc(100% + 8px);top:-8px;min-width:350px;background:#090909;border:1px solid #252525;border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateX(-10px);transition:all .2s ease;box-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:6px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U{margin:0;background:none;border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease;height:82px!important}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U:hover{background:hsla(0,0%,100%,.05);border-color:rgba(155,77,255,.3);transform:none}.header_submenu_arrow__NiNzl{margin-left:auto;opacity:.7;color:#7528ef;transition:transform .2s ease}.header_dropdown_item__PNA0U:hover .header_submenu_arrow__NiNzl{opacity:1;transform:translateX(3px)}@media screen and (max-width:930px){.header_submenu_content__Uq0Ca{position:static;border:none;padding:0 0 0 16px;opacity:1;visibility:visible;transform:none;background:none;margin-top:2px;box-shadow:none;gap:2px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U{background:none;border:none;padding:8px 12px;height:auto!important;transition:background-color .2s ease}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U:hover{background:hsla(0,0%,100%,.05);transform:none}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U[aria-current=page],.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U[data-active=true]{background:none;padding-left:12px;border-left:4px solid rgba(99,53,224,.8)}.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U{background:none;border:none;padding:8px 12px;height:auto!important;transition:background-color .2s ease}.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U:hover{background:hsla(0,0%,100%,.05);transform:none}.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U[aria-current=page],.header_submenu_wrapper__bJn2g .header_dropdown_item__PNA0U[data-active=true]{background:none;padding-left:12px;border-left:4px solid rgba(99,53,224,.8)}.header_submenu_arrow__NiNzl{display:none}}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U{height:68px;padding:12px 16px;border-radius:12px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U .header_dropdown_item_icon__jimeU{width:24px;height:24px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U .header_dropdown_item_icon__jimeU svg{width:16px;height:16px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U .header_dropdown_item_icon__jimeU img{width:24px;height:24px}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U .header_dropdown_item_title__3BkKR{font-size:1em}.header_submenu_content__Uq0Ca .header_dropdown_item__PNA0U .header_dropdown_item_description__gYSbM{font-size:.8em;color:hsla(0,0%,100%,.4)}