.button{border-radius:13px;padding:20px 40px;text-transform:uppercase;font-size:clamp(.875rem,.7803rem + .3883vw,1.125rem);line-height:1.3;color:#fff;font-family:Gill Sans Nova;border:none;outline:none;background-color:#0000;position:relative;filter:none}@media screen and (max-width:1024px){.button{padding:30px 45px}}@media screen and (max-width:768px){.button{padding:20px 48px}}.button.purple{background:radial-gradient(ellipse at center -50px,#ce86e4 0,#782ab2 100%)}.button.blue{background:radial-gradient(ellipse at center -50px,#9cb9f0 0,#5a7ab7 100%)}.button.white{background:#fff}.button.red{background:#c54c4c;color:#fff}.border{border:1px solid #5a7ab7}.button-content{display:flex;align-items:center;justify-content:center;position:relative}.button__text{text-align:center}.spinner{border:2px solid #0000001a;border-top-color:#6495ed;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo{display:flex;align-items:center;gap:20px;font-family:Unbounded;font-size:clamp(1.125rem,.983rem + .5825vw,1.5rem);font-weight:300;color:#8199d6}.logo>img:last-child{transform:rotate(180deg)}.account-logo{display:flex;align-items:center;gap:20px;font-family:Unbounded;font-size:clamp(.875rem,.733rem + .5825vw,1.25rem);font-weight:300;color:#8199d6}.account-logo__span{font-weight:400}.modal-paper{background-color:#fff;min-height:-webkit-max-content;min-height:max-content;border-radius:30px;padding:clamp(.75rem,.5rem + 1.5vw,1.5rem) clamp(1rem,.5rem + 2vw,2rem);position:relative;margin:auto}.modal-paper__header{width:100%;display:flex;justify-content:flex-end;align-items:flex-end}.modal-paper__body{width:100%}.close-btn{margin:10px}.close-btn img{background:#0000;width:clamp(.9375rem,.8192rem + .4854vw,1.25rem);height:clamp(.9375rem,.8192rem + .4854vw,1.25rem)}.notification{width:100%;display:flex;align-items:center;padding:38px 40px;border-radius:20px;gap:25px;margin:10px 0;box-shadow:0 4px 20px #00000014;border:1px solid #0000}.notification__message{flex:1 1;font-size:clamp(.75rem,.6553rem + .3883vw,1rem);line-height:1.1;font-weight:300;color:#6f6f6f;white-space:normal}.notification__close-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;min-width:44px;min-height:44px;border:none;background:#0000;border-radius:8px;cursor:pointer;color:#6f6f6f;transition:background-color .2s ease,color .2s ease}.notification__close-btn:hover{background-color:#0000000f;color:#0a0e19}.notification__close-btn:focus{outline:none}.notification__close-btn:focus-visible{outline:2px solid #5a7ab7;outline-offset:2px}.notification__close-btn img{width:clamp(.75rem,.6553rem + .3883vw,1rem);height:clamp(.75rem,.6553rem + .3883vw,1rem);pointer-events:none}.notification--success{background-color:#e8f5e9;border-color:#81c784}.notification--error{background-color:#ffebee;border-color:#e57373}.notification--info{background-color:#f3f3f3;border-color:#bdbdbd}.notification--toast{animation:notification-enter .3s ease-out forwards}.notification--exiting{animation:notification-exit .25s ease-in forwards}@keyframes notification-enter{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes notification-exit{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@media screen and (max-width:1024px){.notification{padding:33px 20px;gap:20px}}@media screen and (max-width:768px){.notification{padding:24px 16px;gap:16px}}.contact-support{font-weight:300;max-width:430px;margin:30px 20px}p{font-size:clamp(.75rem,.6553rem + .3883vw,1rem);line-height:1.3;color:#6f6f6f}p a{font-weight:400;color:#c37bd9;cursor:pointer}@media screen and (max-width:768px){p{max-width:290px}}.title{font-family:Unbounded;color:#0a0e19;font-size:clamp(1rem,.9527rem + .1942vw,1.125rem);line-height:1.1}.custom-dropdown{border:1px solid #d9d9d9;border-radius:15px;position:relative;transition:all .3s ease;color:#0a0e19}.custom-dropdown .dropdown-header{width:100%;display:flex;justify-content:space-between;flex-wrap:nowrap;gap:8px}.custom-dropdown .dropdown-icon{transition:transform .5s ease;width:clamp(.9375rem,.7998rem + .6481vw,1.375rem)}.custom-dropdown .dropdown-header .dropdown-icon.open{transform:rotate(180deg)}.custom-dropdown .dropdown-header p{display:inline;width:100%;color:#000;font-weight:300}.custom-dropdown .dropdown-list{font-family:Unbounded;font-size:clamp(.75rem,.6553rem + .3883vw,1rem);color:#6f6f6f;font-weight:300;width:100%;border:1px solid #d9d9d9;border-radius:15px;position:absolute;top:100%;margin-top:8px;left:0;z-index:2;overflow:hidden}.custom-dropdown .dropdown-list>li{padding:clamp(.75rem,.6713rem + .3704vw,1rem);background-color:#fff;cursor:pointer}.table-wrapper{width:100%;background-color:#f3f3f3;padding:16px 20px;border-radius:20px;overflow-x:auto;min-width:auto;position:relative;margin-bottom:30px;z-index:1}@media screen and (max-width:1024px){.table-wrapper{padding:12px 16px}}.dashboard-table{width:100%;background-color:#f3f3f3;border-radius:20px;color:#6f6f6f;font-weight:300;table-layout:auto;border-collapse:initial;border-spacing:10px;text-align:center;font-family:Unbounded;font-size:12px}.dashboard-table thead{margin-bottom:30px}.dashboard-table th{vertical-align:middle;font-weight:300}.dashboard-table .column-title{padding:12px 24px;background-color:#dcdcdc;border-radius:30px;width:-webkit-min-content;width:min-content;margin:0 auto;white-space:nowrap}.dashboard-table td{padding:12px;white-space:normal;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;vertical-align:initial}.dashboard-table .not-found{text-align:left;padding:18px 0 0 56px;font-size:16px}.scrollbar-thumb,.scrollbar-track{display:none}@media screen and (max-width:660px){.scrollbar-track{display:block;width:100%;height:8px;background-color:#c3c3c3;border-radius:4px;cursor:pointer;position:relative}.scrollbar-thumb{display:block;height:100%;width:84px;background-color:#dcdcdc;border-radius:4px;position:absolute;left:0;top:0;transform:translateX(0);transition:transform .1s}}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{font-family:Gill Sans Nova;height:100%;width:100%;font-size:16px;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background:none;line-height:1}button:hover{filter:brightness(.8)}@media(hover:hover){button:hover{filter:brightness(.8)}}@media(hover:none){button:hover{filter:brightness(1)}}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Light.f8c5d5fc.eot);src:url(/_next/static/media/Unbounded-Light.f8c5d5fc.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Light.fb8c4e0a.woff2) format("woff2"),url(/_next/static/media/Unbounded-Light.615414cb.woff) format("woff"),url(/_next/static/media/Unbounded-Light.435fcebf.ttf) format("truetype"),url(/_next/static/media/Unbounded-Light.5189161f.svg) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Medium.3bdcc4d9.eot);src:url(/_next/static/media/Unbounded-Medium.3bdcc4d9.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Medium.685c59bb.woff2) format("woff2"),url(/_next/static/media/Unbounded-Medium.6034d18e.woff) format("woff"),url(/_next/static/media/Unbounded-Medium.0eef460f.ttf) format("truetype"),url(/_next/static/media/Unbounded-Medium.8f846d08.svg) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Unbounded Blond;src:url(/_next/static/media/Unbounded-Blond.bb17cc20.eot);src:url(/_next/static/media/Unbounded-Blond.bb17cc20.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Blond.26e77614.woff2) format("woff2"),url(/_next/static/media/Unbounded-Blond.edcaa922.woff) format("woff"),url(/_next/static/media/Unbounded-Blond.54b4efce.ttf) format("truetype"),url(/_next/static/media/Unbounded-Blond.443934e9.svg) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Regular.2beec194.eot);src:url(/_next/static/media/Unbounded-Regular.2beec194.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Regular.3497bd2f.woff2) format("woff2"),url(/_next/static/media/Unbounded-Regular.c3227197.woff) format("woff"),url(/_next/static/media/Unbounded-Regular.f08c9290.ttf) format("truetype"),url(/_next/static/media/Unbounded-Regular.ae959d79.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gill Sans Nova;src:url(/_next/static/media/GillSansLightC.6fedba27.eot);src:url(/_next/static/media/GillSansLightC.6fedba27.eot) format("embedded-opentype"),url(/_next/static/media/GillSansLightC.cd7b52db.woff2) format("woff2"),url(/_next/static/media/GillSansLightC.31079310.woff) format("woff"),url(/_next/static/media/GillSansLightC.3b028ba1.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gill Sans Nova;src:url(/_next/static/media/GillSansNova-Book.32903f00.eot);src:url(/_next/static/media/GillSansNova-Book.32903f00.eot) format("embedded-opentype"),url(/_next/static/media/GillSansNova-Book.f54b27f3.woff2) format("woff2"),url(/_next/static/media/GillSansNova-Book.57645ae5.woff) format("woff"),url(/_next/static/media/GillSansNova-Book.76a64dff.ttf) format("truetype"),url(/_next/static/media/GillSansNova-Book.2fbe043d.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}.blur{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.gradient-bg:before{content:"";position:absolute;top:-180%;left:-30%;right:-30%;bottom:-180%;background:radial-gradient(ellipse 40% 90% at 50% 0,#5b78a580 0,#1b2c464d 100%);z-index:-1}.gradient-bg-top:before{transform:rotate(24deg)}.gradient-bg-bottom:before{transform:rotate(204deg)}.circle-bg:after{border-radius:50%;background:linear-gradient(90deg,#31476c59,#31476c47);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:.3;filter:drop-shadow(0,1.2,14px,rgba(0,0,0,.25));z-index:-3}h1{font-size:clamp(1.75rem,1.1347rem + 2.5243vw,3.375rem);line-height:1.1;font-weight:400}h1,h2{font-family:Unbounded Blond}h2{font-size:clamp(1.375rem,1.1383rem + .9709vw,2rem);line-height:1.2}h3,h4,h5{font-size:clamp(1.125rem,1.0303rem + .3883vw,1.375rem)}h5{line-height:1.1}h5,p{font-family:Unbounded}p{font-weight:400}p,p>span{opacity:1}span{font-family:Unbounded;font-weight:300}.modal{display:flex;justify-content:center;align-items:start}.modal__container{background-color:#fff;width:clamp(18.75rem,12.5971rem + 25.2427vw,35rem)}.modal__form-header{padding:0}.modal__form-header h2{font-size:clamp(1.1rem,.95rem + .7vw,1.5rem);font-family:Unbounded;font-weight:500;margin-bottom:.5rem}.modal__form-content{margin-top:clamp(.25rem,.1rem + .8vw,.75rem);font-family:Unbounded blond;color:#6f6f6f;display:flex;flex-direction:column;gap:clamp(.6rem,.5rem + .3vw,.8rem)}.modal__form-content>a{font-family:Unbounded;font-size:clamp(.75rem,.6553rem + .3883vw,1rem);font-weight:300}.modal__form-item p{font-family:Unbounded Blond;font-size:16px;line-height:1.2;margin-bottom:4px}@media screen and (max-width:1024px){.modal__form-item p{font-size:14px}}@media screen and (max-width:768px){.modal__form-item p{font-size:13px}}.modal__form-item input{flex:1 1 auto;margin-top:8px;font-family:Unbounded;padding:clamp(.7rem,.6rem + .3vw,.9rem);font-size:clamp(.625rem,.483rem + .5825vw,1rem);font-weight:300;line-height:1.1;border:1px solid #d9d9d9;border-radius:20px;width:100%;height:clamp(2.5rem,2.2rem + 1.2vw,3.5rem);white-space:wrap;white-space:pre-wrap;color:#0a0e19}.modal__form-item input::-webkit-input-placeholder{color:#6f6f6f}.modal__form-item textarea{margin-top:20px;padding:clamp(1rem,.9053rem + .3883vw,1.25rem);font-family:Unbounded;font-size:clamp(.625rem,.483rem + .5825vw,1rem);font-weight:300;border:1px solid #d9d9d9;border-radius:20px;width:100%;color:#0a0e19;overflow:hidden}.modal__form-item textarea::placeholder{color:#6f6f6f}.modal__form-item .text{min-height:clamp(9.25rem,7.6881rem + 6.4078vh,13.375rem)}@media screen and (max-width:1024px){.modal__form-item input{margin-top:8px;height:50px}}@media screen and (max-width:768px){.modal__form-item input{margin-top:6px;height:48px}}.modal__form-contacts{display:flex;gap:40px;justify-content:space-between}@media screen and (max-width:768px){.modal__form-contacts{flex-direction:column;gap:0}}.modal__form-contacts>.modal__form-item{flex:1 1 50%;width:100%}.modal__form-content>a{display:inline-block;font-size:16px;line-height:1.1;width:100%;text-align:right}@media screen and (max-width:1024px){.modal__form-content>a{font-size:14;line-height:1.1}}@media screen and (max-width:768px){.modal__form-content>a{font-size:12px;line-height:1.1}}.modal__form-agreement{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:22px;display:flex;gap:20px;align-items:center}.modal__form-agreement .custom-checkbox__text{margin-left:0}.modal__form-agreement p{font-size:16px;font-weight:300}.modal__form-agreement a{font-weight:300}@media screen and (max-width:1024px){.modal__form-agreement p{font-size:14px}}@media screen and (max-width:768px){.modal__form-agreement p{font-size:12px}}.modal__form-footer{margin-top:clamp(.75rem,.6rem + .5vw,1rem);display:flex;align-items:center;justify-content:space-between;gap:12px}@media screen and (max-width:768px){.modal__form-footer{flex-direction:column-reverse}}.modal__form-footer-link{color:#c37bd9;white-space:nowrap;font-weight:700}.modal__form-footer p,.modal__form-footer-link{font-size:clamp(.75rem,.608rem + .5825vw,1.125rem)}.modal__form-footer p{font-family:Unbounded blond;line-height:1.3;text-align:right;white-space:wrap;width:190px}@media screen and (max-width:768px){.modal__form-footer p{width:100%;text-align:center;white-space:pre-wrap}}.modal__form-footer button{width:50%;padding:clamp(.75rem,.6rem + .6vw,1.2rem)}@media screen and (max-width:768px){.modal__form-footer button{width:100%;padding:16px}}.custom-checkbox{display:inline-flex;align-items:center;cursor:pointer}.custom-checkbox input{display:none}.custom-checkbox__box{min-width:1rem;min-height:1rem;display:flex;align-items:center;justify-content:center;border:1px solid #d9d9d9;border-radius:4px;transition:background-color .3s,border-color .3s}.custom-checkbox__text{color:#0a0e19;margin-left:30px;font-size:20px}.glow{filter:blur(14vw);z-index:0;background-color:#364579;opacity:1}.circle,.glow{position:absolute;border-radius:50%;-webkit-backdrop-filter:blur(14px);transform:translate(-50%,-50%);will-change:filter;pointer-events:none}.circle{background:linear-gradient(90deg,#31476c59,#31476c47);backdrop-filter:blur(14px);opacity:.9;filter:drop-shadow(0,1.2,14px,rgba(0,0,0,.25));z-index:1;min-width:60px;min-height:60px}.circle.purple{background:linear-gradient(90deg,#c37bd959,#c37bd947);filter:drop-shadow(0,1.2,14px,rgba(195,123,217,.673))}.sprite-animation{position:absolute;background-image:url(/_next/static/media/spritesheet2.59d56bb2.png);background-repeat:no-repeat;background-position:0 0;background-size:cover;animation:glow 1.5s infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 25px rgba(81,20,215,.7))}to{filter:drop-shadow(0 0 35px rgb(179,30,228))}}