.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.loader{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-bg{width:100%;height:auto;height:100vh;z-index:999999!important;background:url(/assets/mobile-nav-bg-Bzzp360Q.png),#0f0f0f40!important;-webkit-backdrop-filter:blur(125px);backdrop-filter:blur(125px);background-size:cover;background-position:center}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted black}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.marquee{display:inline-block;animation:marquee 15s linear infinite}.arbitMeter .percentage{background:linear-gradient(139deg,#3d6675,#8bb2d2 32%,#5a90bd 48%,#9b9ada 65%,#8988d4 83%,#a5a5de)}.arbitMeter .percentage:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#ffffff1a;z-index:2}.welcome-line{opacity:.4;background:linear-gradient(90deg,#fff,#fff0 68.82%)}.welcome-line-left{opacity:.4;background:linear-gradient(90deg,#fff0 23.96%,#fff)}.welcome-content{z-index:2}.welcome-image-blur{position:absolute;width:45%;height:709px;flex-shrink:0;border-radius:32px;background:radial-gradient(#4290df,#4290dfb3);filter:blur(50px) opacity(.5);top:-80px;left:-100px;z-index:-1}.welcome-blur{position:absolute;top:0;width:709px;height:609px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#222148;filter:blur(250px);right:0}@media screen and (max-width: 1023px){.welcome-image-blur{position:absolute;width:100%;height:42%;flex-shrink:0;border-radius:32px;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;top:-64px;left:14px;z-index:1}.welcome-blur-mobile{display:flex;justify-content:center}.welcome-blur{position:absolute;top:360px;width:100%;height:509px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#2c2985;filter:blur(250px);border-bottom:0}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{padding:20px;border-radius:5px;box-shadow:0 2px 10px #0000004d;z-index:1001}: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: rgba(255, 255, 255, .7);--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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.second-section{position:relative;margin:0 200px 140px}.work-card{border-radius:48px;margin-bottom:64px}.card-image{margin-right:46px}.card-2{border-radius:48px;padding-right:0!important;background-image:url(/assets/secondBg-K6KcH_Jn.svg);display:flex;flex-direction:row-reverse;margin-bottom:64px;width:80%}.market-container-2{margin-right:56px}.section2-button{display:flex;justify-content:center}.section2-btn{background-color:transparent;display:flex;align-items:center;border:none;outline:none;color:#fff;font-size:16px;font-weight:400;margin-right:16px;cursor:pointer;transition:.4s all ease}.section2-btn img{margin-left:16px}.section2-btn:hover{opacity:.9;font-weight:700;transform:scale(1.1)}.section2-btn:active{transform:scale(.9)}.blur2{position:absolute;top:40px;z-index:-1;left:0;border-radius:540px;background:#222148;filter:blur(250px)}.blur3{position:absolute;top:950px;z-index:-1;left:0;border-radius:540px;background:#222148;filter:blur(250px);width:580px;height:580px}.blur4{position:absolute;bottom:-150px;z-index:-1;right:90px;border-radius:540px;background:#222148;filter:blur(250px);width:550px;height:580px}@media screen and (max-width: 1273px){.second-icons{width:28px!important}.market-header :nth-child(1){font-size:16px}.market-header :nth-child(2){font-size:20px}.blur4{position:absolute;bottom:-150px;z-index:-1;left:250px;border-radius:540px;background:#222148;filter:blur(250px);height:1080px;width:500px}}@media screen and (max-width: 1186px){.market-para{font-size:16px;width:100%;line-height:18px}.market-para .inner-txt{color:#fff;font-size:14px;font-weight:400}.market-header :nth-child(2){font-size:16px}}@media screen and (max-width: 1324px){.second-section{margin:0 100px 120px}}@media screen and (max-width: 1024px){.second-section{margin:0 20px 40px}.work-card{border-radius:48px;background-repeat:no-repeat;background:#1b1b1b;background-image:none}}@media screen and (max-width: 1023px){.card-image img{height:160px!important}}@media screen and (max-width: 900px){.blur3,.blur4{height:380px;width:95%}.blur4{right:5px;left:0}}.box-shadow-xl{box-shadow:0 5px 100px 15px #444135}@media screen and (max-width: 1023px){.buy-back-image{height:60px;width:60px}}.story-section{margin:0 200px 240px}@media screen and (min-width: 1024px){.story-video-container .video-large{width:100%;height:348px}}@media only screen and (min-width: 1024px) and (max-width: 1240px){.story-video-container .video-large{width:100%;height:348px}}@media screen and (max-width: 1324px){.story-section{margin:0 100px 120px}}@media screen and (max-width: 1023px){.story-section{margin:0 20px 40px}.mobile-story-video{width:100%}.story-video-container{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.story-video-container .mobile-story-video{position:absolute;top:0;left:0;width:100%;height:90%;-o-object-fit:cover;object-fit:cover;border-radius:44px}}.ceo img{min-width:280px;min-height:280px;border-radius:220px}.marquee{display:inline-block;animation:marquee 25s linear infinite}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.top-robot-card{border-radius:40px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(0deg,#ffffff12,#ffffff12),#224753}.robotellipse-1,.robotellipse-2{flex-shrink:0;filter:blur(210px)}.robotellipse-1,.robotellipse-2,.robotellipse-3{position:absolute;background:#7af8cb;z-index:-999}.robot-card-main-info{margin-top:16px;width:203.867px;height:210px;margin-bottom:36px;display:flex;justify-content:center;align-items:flex-end}.robot-card-main-info img.tier1{height:120px}.main-info-img img,.robot-card-main-info img{height:100%;-o-object-fit:cover;object-fit:cover}.robot-right-aside h5{color:#fff;font-size:32px;font-weight:700;line-height:normal;margin-bottom:12px}.main-info-robot p,.robot-right-aside p{color:#fff6;font-size:20px;font-weight:400;line-height:normal;text-transform:uppercase}.main-info-robot h6,.robotspan-info{font-size:20px;font-weight:800;color:#fff;line-height:normal}.main-info-robot h6{margin-bottom:16px}.robotspan-info{text-transform:uppercase}.robotellipse-1,.robotellipse-2,.robotellipse-3{width:408px;height:509px;border-radius:508px;bottom:0;right:0;filter:blur(110px) opacity(.7)}.bottom-robot-card{background-color:#d3d3d3;background-size:50% auto;background-repeat:no-repeat;background:linear-gradient(0deg,#ffffff12,#ffffff12),#224753;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.robotellipse-4,.robotellipse-5{flex-shrink:0;background:#7af8cb;position:absolute}.robotellipse-4,.robotellipse-5{width:408px;height:508px;border-radius:508px;filter:blur(210px);top:80px;left:20px;z-index:-999}.robot-right-aside{margin-left:41px}.bottom-mainInfo{display:flex;margin-top:12px}.main-info-img{width:214px;height:475px;margin-right:57px}.main-info-robot{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:70px}.robot-bottom-btn{border:none;width:80px;height:80px;margin-bottom:58px;background-color:transparent;cursor:pointer;z-index:999;transition:.4s}.robot-bottom-btn:hover{transform:scale(.9);opacity:.8}.robot-bottom-btn:active{transform:scale(1.1);opacity:1}.robot-bottom-btn img{width:100%;height:100%}@media screen and (max-width: 1472px){.robot-right-aside h5{font-size:28px}.robotellipse-1,.robotellipse-2,.robotellipse-3{width:328px}}@media screen and (max-width: 1023px){.robot-card-main-info{margin-top:12px;width:203.867px;margin-bottom:26px;display:flex;justify-content:center}}@media screen and (max-width: 1373px){.main-info-robot p,.robot-right-aside p,.robotspan-info{font-size:18px}}@media screen and (max-width: 1308px){.robot-right-aside h5{font-size:24px}.robotellipse-1,.robotellipse-2,.robotellipse-3{width:288px;height:400px}.robot-number{font-size:52px}.main-info-img{margin-right:28px;width:180px;height:389px}}@media screen and (max-width: 1245px){.robot-right-aside h5{font-size:22px}.robot-number{font-size:42px}.robot-right-aside{margin-left:26px}.robot-right-aside p{font-size:16px}.main-info-img{width:159px;height:349px}.robot-bottom-btn{width:60px;height:60px}.robotellipse-1,.robotellipse-2,.robotellipse-3{width:248px}}@media screen and (max-width: 1188px){.robot-right-aside h5{font-size:20px}.main-info-robot p,.robot-right-aside p,.robotspan-info{font-size:14px}.robot-number{font-size:38px}.robotellipse-1,.robotellipse-2,.robotellipse-3,.robotellipse-4,.robotellipse-5{width:248px;height:380px}}.five-dash{width:100%;position:absolute;top:0}.stak-container{background-repeat:no-repeat;background-size:contain}.stak-blur{position:absolute;width:1080px;height:1080px;border-radius:540px;top:-140px;left:-250px;z-index:-1;background:#222148;filter:blur(250px);max-width:100%}@media screen and (max-width: 1920px) and (min-width: 1820px){.five-dash{top:0}.reward-article-text{font-size:24px}}@media screen and (max-width: 1819px) and (min-width: 1751px){.five-dash{top:10px}.reward-article-text{font-size:24px}}@media screen and (max-width: 1750px) and (min-width: 1701px){.five-dash{top:20px}.reward-article-text{font-size:24px}}@media screen and (max-width: 1700px) and (min-width: 1601px){.five-dash{top:35px}.reward-article-text{font-size:24px}}@media screen and (max-width: 1600px) and (min-width: 1536px){.five-dash{top:38px}.reward-article-text{font-size:22px}}@media screen and (max-width: 1535px) and (min-width: 1441px){.five-dash{top:20px}.reward-article-text{font-size:22px}}@media screen and (max-width: 1440px) and (min-width: 1326px){.five-dash{top:40px}.reward-article-text{font-size:22px}}@media screen and (max-width: 1325px) and (min-width: 1271px){.five-dash{top:50px}.reward-article-text{font-size:22px}}@media screen and (max-width: 1270px) and (min-width: 1191px){.five-dash{top:50px}.reward-article-text{font-size:20px}}@media screen and (max-width: 1190px) and (min-width: 1094px){.five-dash{top:50px}.reward-article-text{font-size:18px}}@media screen and (max-width: 1093px) and (min-width: 1024px){.five-dash{top:45px}.reward-article-text{font-size:16px}}@media screen and (max-width: 1023px){.five-dash{display:none}.staking-rewards{border:2px dashed rgba(255,255,255,.4);border-radius:40px}}.burn-policy-container{border-radius:56px}.burn-header{font-family:Aspekta,sans-serif}@media screen and (max-width: 1336px) and (min-width: 1024px){.burn-policy-container{height:600px;padding:40px 0 0}.burn-paragraph{font-size:14px}.burn-header{font-size:18px}}@media screen and (max-width: 1023px) and (min-width: 600px){.burn-policy-container{height:600px}}.consultant-card{background-repeat:no-repeat;background-size:cover;min-width:360px;height:auto;flex-shrink:0;border-radius:40px}.consultant-img{width:104px;height:104px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.company-logo{width:90px;height:20px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.consultant-card{width:320px;height:auto}}.truncate-words{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:100%}@media screen and (max-width: 400px){.consultant-card{width:320px;height:auto}}@media screen and (max-width: 1273px) and (min-width: 1024px){.consultant-card{width:360px;height:auto}}@media screen and (min-width: 1535px){.consultant-blur{position:absolute;top:10px;right:0;width:1080px;height:1080px;flex-shrink:0;border-radius:540px;opacity:.2;background:#a6b1b5;filter:blur(250px)}}.our-text{color:#00000080;-webkit-text-stroke:.8px #a6b1b5;text-stroke:.8px #a6b1b5}.consultant-text{color:#a6b1b5}.team-photo{width:260px;height:260px;border-radius:140.001px;-o-object-fit:cover;object-fit:cover}.text-team{position:absolute;left:51%;transform:translate(-50%);top:30px!important;color:#a6b1b5;font-style:normal;font-weight:800;line-height:normal}@media screen and (max-width: 1023px){.text-team{top:20px!important}}.awesome-text{font-style:normal;color:transparent;-webkit-text-fill-color:#0f0f0f;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#5b5d5c;font-weight:800;color:#fff;line-height:normal}@media screen and (min-width: 1535px){.img-container{width:100%}}@media screen and (max-width: 1535px){.img-container{width:280px}}.team-blur-blue{width:360px;height:360px;border-radius:360px;background:#5181ff66;filter:blur(205px);position:absolute;top:22%;left:240px;z-index:-999}.team-blur-green{width:360px;height:360px;border-radius:360px;background:#29f17666;top:22%;right:40%;position:absolute;z-index:-999;filter:blur(205px)}.team-blur-red{width:360px;height:360px;border-radius:360px;background:#f1294666;filter:blur(205px);position:absolute;top:22%;right:240px;z-index:-999}@media screen and (max-width: 1400px){.card{width:340px}.firstSevenCard{width:340px;height:340px;border-radius:340px;filter:blur(185px);left:106px}.team-blur-blue{width:340px;height:340px;border-radius:340px;filter:blur(185px);right:106px}.team-blur-green{width:340px;height:340px;border-radius:340px;filter:blur(185px);right:38%}}@media screen and (max-width: 900px){.team-blur-blue{width:140px;height:140px}}@media screen and (max-width: 400px){.team-blur-blue{width:0px;height:0px}}.understanding-line{opacity:.4;background:linear-gradient(90deg,#fff,#fff0 68.82%)}.understanding-line-left{opacity:.4;background:linear-gradient(90deg,#fff0 23.96%,#fff)}.understanding-content{z-index:2}.understanding-image-blur{position:absolute;width:65%;height:609px;flex-shrink:0;border-radius:32px;background:radial-gradient(#66787e,#66787e00);filter:blur(50px) opacity(.7);top:60px;right:-100px;z-index:1}.understanding-blur{position:absolute;top:0;width:45%;height:509px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#323076;left:90px;filter:blur(250px)}@media screen and (max-width: 1023px){.understanding-image-blur{position:absolute;width:100%;height:40%;flex-shrink:0;border-radius:32px;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;top:60px;left:14px;z-index:1}.understand-blur-mobile{display:flex;justify-content:center}.understanding-blur{position:absolute;top:460px;height:609px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#292597;filter:blur(250px);border-bottom:0}}.robot-item{position:relative}.robot-item-blur-image{position:absolute;width:750px;height:709px;flex-shrink:0;border-radius:32px;top:0;left:0;z-index:1;background:radial-gradient(#66787e,#66787e4d);filter:blur(50px) opacity(.7)}.robot-item-blur-image2{position:absolute;width:750px;height:709px;flex-shrink:0;border-radius:32px;top:0;right:0;z-index:1;background:radial-gradient(#3f6784,#3f67844d);filter:blur(50px) opacity(.6)}.robot-item-blur-color{position:absolute;top:10px;width:509px;height:509px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#222148;right:0;filter:blur(250px)}.robot-item-blur-color2{position:absolute;top:0;width:509px;height:509px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#222148;left:0;filter:blur(250px)}.robot-item-blur-color3{position:absolute;top:10px;width:509px;height:509px;flex-shrink:0;border-radius:700px;border:1px solid #000;background:#222148;right:0;filter:blur(250px)}@media screen and (max-width: 900px){.robot-item-blur-image,.robot-item-blur-image2,.robot-item-blur-image3,.robot-item-blur-color,.robot-item-blur-color2,.robot-item-blur-color3{width:240px;height:240px}}.roadmap-blur{position:absolute;bottom:0;left:50px;width:500px;height:550px;z-index:0;border-radius:340px;background:#222148;filter:blur(150px)}.scrollbar-purple::-webkit-scrollbar{height:8px;cursor:pointer}.scrollbar-purple::-webkit-scrollbar-track{background:#fff;cursor:pointer}.scrollbar-purple::-webkit-scrollbar-thumb{background-color:#6a66e8;border-radius:20px;cursor:pointer;border:1px solid transparent}@media only screen and (max-width: 600px){.roadmap-blur{width:200px;height:250px}}.container-wrapper{max-width:1920px;margin:0 auto}@media only screen and (max-width: 900px){.container-wrapper{max-width:100%}}@media only screen and (max-width: 600px){.container-wrapper{max-width:100%}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 400px){.container{max-width:400px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (min-width: 1921px){.container{max-width:1921px}}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.\!right-0{right:0!important}.\!top-1\/2{top:50%!important}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.-right-4{right:-1rem}.-top-4{top:-1rem}.-top-\[45px\]{top:-45px}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-8{bottom:2rem}.bottom-\[-11px\]{bottom:-11px}.bottom-\[-13px\]{bottom:-13px}.bottom-\[2px\]{bottom:2px}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-7{left:1.75rem}.left-\[-10px\]{left:-10px}.left-\[17px\]{left:17px}.left-\[60\%\]{left:60%}.left-\[8px\]{left:8px}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-7{right:1.75rem}.right-\[-60\%\]{right:-60%}.right-\[-8px\]{right:-8px}.right-\[11px\]{right:11px}.right-\[20\%\]{right:20%}.right-\[45\%\]{right:45%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[-10px\]{top:-10px}.top-\[-15px\]{top:-15px}.top-\[-8px\]{top:-8px}.top-\[150\%\]{top:150%}.top-\[25\%\]{top:25%}.top-\[70\%\]{top:70%}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[1\]{z-index:1}.m-1{margin:.25rem}.m-12{margin:3rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-\[20px\]{margin-left:20px;margin-right:20px}.mx-\[40px\]{margin-left:40px;margin-right:40px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[100px\]{margin-bottom:100px}.mb-\[10px\]{margin-bottom:10px}.mb-\[26px\]{margin-bottom:26px}.mb-\[57px\]{margin-bottom:57px}.mb-\[64px\]{margin-bottom:64px}.me-4{margin-inline-end:1rem}.me-\[10\%\]{margin-inline-end:10%}.ml-20{margin-left:5rem}.ml-3{margin-left:.75rem}.ml-8{margin-left:2rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-\[20px\]{margin-right:20px}.mr-\[24px\]{margin-right:24px}.mr-\[8px\]{margin-right:8px}.ms-3{margin-inline-start:.75rem}.ms-8{margin-inline-start:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-10{height:2.5rem!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-4{height:1rem}.h-40{height:10rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[197px\]{height:197px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[25px\]{height:25px}.h-\[28px\]{height:28px}.h-\[300px\]{height:300px}.h-\[36px\]{height:36px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[500px\]{height:500px}.h-\[60px\]{height:60px}.h-\[8px\]{height:8px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.\!w-10{width:2.5rem!important}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[140px\]{width:140px}.w-\[180px\]{width:180px}.w-\[20\%\]{width:20%}.w-\[20px\]{width:20px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[283px\]{width:283px}.w-\[28px\]{width:28px}.w-\[30\%\]{width:30%}.w-\[330px\]{width:330px}.w-\[36px\]{width:36px}.w-\[38px\]{width:38px}.w-\[40px\]{width:40px}.w-\[45\%\]{width:45%}.w-\[450px\]{width:450px}.w-\[50\%\]{width:50%}.w-\[55\%\]{width:55%}.w-\[550px\]{width:550px}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[62\%\]{width:62%}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-\[8px\]{width:8px}.w-\[90\%\]{width:90%}.w-\[95\%\]{width:95%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-screen{width:100vw}.min-w-\[3500px\]{min-width:3500px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[70\%\]{max-width:70%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-left{transform-origin:left}.origin-top-right{transform-origin:top right}.\!-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[1fr_1fr_2fr\]{grid-template-columns:1fr 1fr 2fr}.grid-cols-\[2fr_3fr_1fr\]{grid-template-columns:2fr 3fr 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-2{row-gap:.5rem}.gap-y-6{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[12px\]{border-radius:12px}.rounded-\[32px\]{border-radius:32px}.rounded-\[36px\]{border-radius:36px}.rounded-\[40px\]{border-radius:40px}.rounded-\[44px\]{border-radius:44px}.rounded-\[46px\]{border-radius:46px}.rounded-\[48px\]{border-radius:48px}.rounded-\[4px\]{border-radius:4px}.rounded-\[56px\]{border-radius:56px}.rounded-\[64px\]{border-radius:64px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-large{border-radius:40px}.rounded-md{border-radius:.375rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-x-8{border-left-width:8px;border-right-width:8px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-e-\[1px\]{border-inline-end-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.border-\[rgb\(255\,255\,255\,0\.07\)\]{border-color:#ffffff12}.border-black-10{--tw-border-opacity: 1;border-color:rgb(15 15 15 / var(--tw-border-opacity))}.border-black-20{--tw-border-opacity: 1;border-color:rgb(166 177 181 / var(--tw-border-opacity))}.border-black-30{--tw-border-opacity: 1;border-color:rgb(59 60 61 / var(--tw-border-opacity))}.border-black-66{border-color:#a6b1b566}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-whiteColor-66,.border-whiteColor-F4{border-color:#fff6}.border-x-transparent{border-left-color:transparent;border-right-color:transparent}.border-b-\[\#87adc1\]{--tw-border-opacity: 1;border-bottom-color:rgb(135 173 193 / var(--tw-border-opacity))}.border-opacity-20{--tw-border-opacity: .2}.border-opacity-40{--tw-border-opacity: .4}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#222146\]{--tw-bg-opacity: 1;background-color:rgb(34 33 70 / var(--tw-bg-opacity))}.bg-\[\#2b2b2b\]{--tw-bg-opacity: 1;background-color:rgb(43 43 43 / var(--tw-bg-opacity))}.bg-\[\#3b3c3d\]{--tw-bg-opacity: 1;background-color:rgb(59 60 61 / var(--tw-bg-opacity))}.bg-\[\#4EC28B\]{--tw-bg-opacity: 1;background-color:rgb(78 194 139 / var(--tw-bg-opacity))}.bg-\[\#87adc1\]{--tw-bg-opacity: 1;background-color:rgb(135 173 193 / var(--tw-bg-opacity))}.bg-\[\#A6B1B5\]{--tw-bg-opacity: 1;background-color:rgb(166 177 181 / var(--tw-bg-opacity))}.bg-\[rgb\(40\,42\,43\,0\.6\)\]{background-color:#282a2b99}.bg-black-20{--tw-bg-opacity: 1;background-color:rgb(166 177 181 / var(--tw-bg-opacity))}.bg-black-30{--tw-bg-opacity: 1;background-color:rgb(59 60 61 / var(--tw-bg-opacity))}.bg-black-66{background-color:#a6b1b566}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/50{background-color:#ffffff80}.bg-whiteColor-10{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#212220\]{--tw-gradient-from: #212220 var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 34 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#444135\]{--tw-gradient-to: rgb(68 65 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #444135 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#212220\]{--tw-gradient-to: #212220 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-32{padding:8rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[24px\]{padding:24px}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[16px\]{padding-left:16px;padding-right:16px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10\.5px\]{padding-top:10.5px;padding-bottom:10.5px}.py-\[10\.8px\]{padding-top:10.8px;padding-bottom:10.8px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-96{padding-bottom:24rem}.pb-\[12px\]{padding-bottom:12px}.pe-7{padding-inline-end:1.75rem}.pl-14{padding-left:3.5rem}.pr-\[110px\]{padding-right:110px}.ps-10{padding-inline-start:2.5rem}.ps-8{padding-inline-start:2rem}.pt-12{padding-top:3rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[100px\]{padding-top:100px}.pt-\[10px\]{padding-top:10px}.pt-\[20px\]{padding-top:20px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.font-aspekta{font-family:Aspekta,sans-serif}.font-sans{font-family:ui-sans-serif,system-ui}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[34px\]{font-size:34px}.text-\[36px\]{font-size:36px}.text-\[38px\]{font-size:38px}.text-\[48px\]{font-size:48px}.text-\[64px\]{font-size:64px}.text-\[82px\]{font-size:82px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[450\]{font-weight:450}.font-\[500\]{font-weight:500}.font-\[550\]{font-weight:550}.font-\[650\]{font-weight:650}.font-\[750\]{font-weight:750}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.not-italic{font-style:normal}.leading-\[20px\]{line-height:20px}.leading-\[24px\]{line-height:24px}.leading-\[28\.6px\]{line-height:28.6px}.leading-\[28px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[34\.32px\]{line-height:34.32px}.leading-\[34px\]{line-height:34px}.leading-\[35px\]{line-height:35px}.leading-\[40\.04px\]{line-height:40.04px}.leading-\[40px\]{line-height:40px}.leading-\[45\.76px\]{line-height:45.76px}.leading-\[4px\]{line-height:4px}.leading-\[68px\]{line-height:68px}.leading-loose{line-height:2}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.tracking-\[0\%\]{letter-spacing:0%}.tracking-\[20px\]{letter-spacing:20px}.tracking-\[3\.55px\]{letter-spacing:3.55px}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#3B6271\]{--tw-text-opacity: 1;color:rgb(59 98 113 / var(--tw-text-opacity))}.text-\[\#4e4c9f\]{--tw-text-opacity: 1;color:rgb(78 76 159 / var(--tw-text-opacity))}.text-\[\#567580\]{--tw-text-opacity: 1;color:rgb(86 117 128 / var(--tw-text-opacity))}.text-\[\#69B5E0\]{--tw-text-opacity: 1;color:rgb(105 181 224 / var(--tw-text-opacity))}.text-\[\#80BBAE\]{--tw-text-opacity: 1;color:rgb(128 187 174 / var(--tw-text-opacity))}.text-\[\#8783FF\]{--tw-text-opacity: 1;color:rgb(135 131 255 / var(--tw-text-opacity))}.text-\[\#CF7575\]{--tw-text-opacity: 1;color:rgb(207 117 117 / var(--tw-text-opacity))}.text-\[rgb\(255\,255\,255\,0\.6\)\]{color:#fff9}.text-black-10{--tw-text-opacity: 1;color:rgb(15 15 15 / var(--tw-text-opacity))}.text-black-20{--tw-text-opacity: 1;color:rgb(166 177 181 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-white,.text-whiteColor-1,.text-whiteColor-10{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-whiteColor-66{color:#fff6}.text-whiteColor-99{color:#fff9}.text-whiteColor-F4{color:#fff6}.underline{text-decoration-line:underline}.placeholder-white::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.placeholder-white::placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.placeholder-whiteColor-10::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.placeholder-whiteColor-10::placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-\[0\.25\]{opacity:.25}.opacity-\[0\.4\]{opacity:.4}.opacity-\[0\.6\]{opacity:.6}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .05);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-0{outline-width:0px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{background-color:#0f0f0f;color:#fff;font-family:Aspekta,sans-serif!important}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}[id^=radix-]>div:nth-child(1)>div>div>div:nth-child(4),[id^=radix-]>div:nth-child(1)>div>div>div:nth-child(3){display:none}.languageOption svg{width:30px;border-radius:.3rem}.placeholder\:text-black-10::-moz-placeholder{--tw-text-opacity: 1;color:rgb(15 15 15 / var(--tw-text-opacity))}.placeholder\:text-black-10::placeholder{--tw-text-opacity: 1;color:rgb(15 15 15 / var(--tw-text-opacity))}.hover\:border-orange-600:hover{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.hover\:bg-\[\#cacaca\]:hover{--tw-bg-opacity: 1;background-color:rgb(202 202 202 / var(--tw-bg-opacity))}.hover\:bg-black-50:hover{--tw-bg-opacity: 1;background-color:rgb(131 137 143 / var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.focus\:border-0:focus{border-width:0px}.focus\:border-none:focus{border-style:none}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}@media not all and (min-width: 1024px){.max-lg\:absolute{position:absolute}.max-lg\:bottom-\[125\%\]{bottom:125%}.max-lg\:left-0{left:0}.max-lg\:right-0{right:0}.max-lg\:mr-0{margin-right:0}.max-lg\:mt-10{margin-top:2.5rem}.max-lg\:hidden{display:none}.max-lg\:h-full{height:100%}.max-lg\:max-w-full{max-width:100%}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-col-reverse{flex-direction:column-reverse}.max-lg\:gap-5{gap:1.25rem}}@media (min-width: 400px){.xm\:mb-8{margin-bottom:2rem}.xm\:mt-2{margin-top:.5rem}.xm\:h-52{height:13rem}.xm\:h-\[740px\]{height:740px}.xm\:w-\[200px\]{width:200px}.xm\:flex-col-reverse{flex-direction:column-reverse}.xm\:p-4{padding:1rem}.xm\:p-6{padding:1.5rem}.xm\:text-\[18px\]{font-size:18px}.xm\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 640px){.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:mx-\[100px\]{margin-left:100px;margin-right:100px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:me-6{margin-inline-end:1.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:w-\[283px\]{width:283px}.sm\:w-\[53\%\]{width:53%}.sm\:w-\[63\%\]{width:63%}.sm\:w-\[70\%\]{width:70%}.sm\:w-\[80\%\]{width:80%}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:p-0{padding:0}.sm\:p-10{padding:2.5rem}.sm\:p-12{padding:3rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-\[50px\]{padding-left:50px;padding-right:50px}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[20px\]{font-size:20px}.sm\:text-\[22px\]{font-size:22px}.sm\:text-\[24px\]{font-size:24px}.sm\:text-\[32px\]{font-size:32px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-\[48px\]{font-size:48px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-\[40px\]{margin-bottom:40px}.md\:h-96{height:24rem}.md\:h-\[400px\]{height:400px}.md\:w-1\/3{width:33.333333%}.md\:w-\[306px\]{width:306px}.md\:w-\[350\]{width:350}.md\:w-\[500px\]{width:500px}.md\:w-\[600px\]{width:600px}.md\:w-\[70\%\]{width:70%}.md\:w-\[800px\]{width:800px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[1fr_1fr_3fr\]{grid-template-columns:1fr 1fr 3fr}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[16px\]{font-size:16px}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:bottom-4{bottom:1rem}.lg\:right-0{right:0}.lg\:top-\[24px\]{top:24px}.lg\:m-4{margin:1rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:mx-36{margin-left:9rem;margin-right:9rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-\[140px\]{margin-left:140px;margin-right:140px}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-60{margin-bottom:15rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-\[120px\]{margin-bottom:120px}.lg\:mb-\[140px\]{margin-bottom:140px}.lg\:mb-\[48px\]{margin-bottom:48px}.lg\:mb-\[80px\]{margin-bottom:80px}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mr-8{margin-right:2rem}.lg\:mt-0{margin-top:0}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-60{margin-top:15rem}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-36{height:9rem}.lg\:h-80{height:20rem}.lg\:h-\[1080px\]{height:1080px}.lg\:h-\[140px\]{height:140px}.lg\:h-\[150px\]{height:150px}.lg\:h-\[1px\]{height:1px}.lg\:h-\[220px\]{height:220px}.lg\:h-\[280px\]{height:280px}.lg\:h-\[32px\]{height:32px}.lg\:h-\[45\%\]{height:45%}.lg\:h-\[460px\]{height:460px}.lg\:h-\[499px\]{height:499px}.lg\:h-\[500px\]{height:500px}.lg\:h-\[560px\]{height:560px}.lg\:h-\[56px\]{height:56px}.lg\:h-\[800px\]{height:800px}.lg\:h-auto{height:auto}.lg\:h-full{height:100%}.lg\:min-h-\[160px\]{min-height:160px}.lg\:min-h-\[250px\]{min-height:250px}.lg\:min-h-\[434px\]{min-height:434px}.lg\:min-h-\[499px\]{min-height:499px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/5{width:20%}.lg\:w-1\/6{width:16.666667%}.lg\:w-2\/3{width:66.666667%}.lg\:w-3\/4{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-60{width:15rem}.lg\:w-80{width:20rem}.lg\:w-\[1080px\]{width:1080px}.lg\:w-\[120px\]{width:120px}.lg\:w-\[1240px\]{width:1240px}.lg\:w-\[25\%\]{width:25%}.lg\:w-\[300px\]{width:300px}.lg\:w-\[35\%\]{width:35%}.lg\:w-\[356px\]{width:356px}.lg\:w-\[370px\]{width:370px}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[406px\]{width:406px}.lg\:w-\[456px\]{width:456px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[556px\]{width:556px}.lg\:w-\[56px\]{width:56px}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[600px\]{width:600px}.lg\:w-\[65\%\]{width:65%}.lg\:w-\[70\%\]{width:70%}.lg\:w-\[75\%\]{width:75%}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[800px\]{width:800px}.lg\:w-\[90\%\]{width:90%}.lg\:w-full{width:100%}.lg\:w-min{width:-moz-min-content;width:min-content}.lg\:min-w-\[160px\]{min-width:160px}.lg\:min-w-\[320px\]{min-width:320px}.lg\:max-w-\[1023px\]{max-width:1023px}.lg\:max-w-\[230px\]{max-width:230px}.lg\:max-w-\[250px\]{max-width:250px}.lg\:flex-grow,.lg\:grow{flex-grow:1}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-3{gap:.75rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.lg\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.lg\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:border-t{border-top-width:1px}.lg\:object-cover{-o-object-fit:cover;object-fit:cover}.lg\:p-10{padding:2.5rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:p-40{padding:10rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:p-\[48px\]{padding:48px}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[80px\]{padding-left:80px;padding-right:80px}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-\[40px\]{padding-top:40px;padding-bottom:40px}.lg\:py-\[56px\]{padding-top:56px;padding-bottom:56px}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pb-\[16px\]{padding-bottom:16px}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-\[32px\]{padding-top:32px}.lg\:text-left{text-align:left}.lg\:text-right{text-align:right}.lg\:text-start{text-align:start}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-\[12px\]{font-size:12px}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[23px\]{font-size:23px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[28px\]{font-size:28px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[34px\]{font-size:34px}.lg\:text-\[36px\]{font-size:36px}.lg\:text-\[38px\]{font-size:38px}.lg\:text-\[48px\]{font-size:48px}.lg\:text-\[64px\]{font-size:64px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:font-extrabold{font-weight:800}.lg\:font-light{font-weight:300}.lg\:font-normal{font-weight:400}.lg\:font-thin{font-weight:100}.lg\:capitalize{text-transform:capitalize}.lg\:leading-\[26px\]{line-height:26px}.lg\:leading-\[28px\]{line-height:28px}.lg\:leading-\[34px\]{line-height:34px}.lg\:leading-\[91px\]{line-height:91px}}@media (min-width: 1280px){.xl\:mx-36{margin-left:9rem;margin-right:9rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-\[50\%\]{height:50%}.xl\:w-1\/2{width:50%}.xl\:w-\[350px\]{width:350px}.xl\:w-\[47\%\]{width:47%}.xl\:w-\[50\%\]{width:50%}.xl\:w-\[60\%\]{width:60%}.xl\:w-full{width:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xl\:p-48{padding:12rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-\[14px\]{font-size:14px}}@media (min-width: 1536px){.\32xl\:mt-10{margin-top:2.5rem}.\32xl\:w-\[40\%\]{width:40%}.\32xl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.\32xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.\32xl\:text-5xl{font-size:3rem;line-height:1}.\32xl\:text-6xl{font-size:3.75rem;line-height:1}}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}@media (prefers-color-scheme: dark){.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}/**
* Aspekta Variable
* @version 2.000
*
* @link https://github.com/ivodolenc/aspekta
*
* @author Ivo Dolenc (c) 2022
* @license Open Font License (OFL) v1.1
*
* Font Family: Aspekta Variable
* Font Styles: 100-900 Normal
*/@font-face{font-family:Aspekta Variable;font-weight:100 900;font-display:swap;font-style:normal;src:url(/assets/AspektaVF-nnzM3SGS.woff2) format("woff2")}/**
 * Aspekta
 * @version 2.000
 *
 * @link https://github.com/ivodolenc/aspekta
 *
 * @author Ivo Dolenc (c) 2022
 * @license Open Font License (OFL) v1.1
 *
 * Font Family: Aspekta
 * Font Styles: 50-1000 Normal
 */@font-face{font-family:Aspekta;font-style:normal;font-weight:50;font-display:swap;src:url(/assets/Aspekta-50-JT0dQQ4q.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Aspekta-100-9KVnWpSB.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:150;font-display:swap;src:url(/assets/Aspekta-150-S6dyizvR.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/Aspekta-200-jJNGZNND.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:250;font-display:swap;src:url(/assets/Aspekta-250-RbfDNhFo.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Aspekta-300-u8WR0VNE.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:350;font-display:swap;src:url(/assets/Aspekta-350-2JdYp7NC.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Aspekta-400-NGWZuCes.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:450;font-display:swap;src:url(/assets/Aspekta-450-UMsP9WFC.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Aspekta-500-T3y46BqN.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:550;font-display:swap;src:url(/assets/Aspekta-550-AGUXjeRp.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Aspekta-600-kkMzb6nz.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:650;font-display:swap;src:url(/assets/Aspekta-650-RFTpldje.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Aspekta-700-3wGLpA5N.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:750;font-display:swap;src:url(/assets/Aspekta-750-48afYbaD.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Aspekta-800-1z-Y8unS.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:850;font-display:swap;src:url(/assets/Aspekta-850-KsaxgRCI.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Aspekta-900-LNXe_CP1.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:950;font-display:swap;src:url(/assets/Aspekta-950-8FrpbdZp.woff2) format("woff2")}@font-face{font-family:Aspekta;font-style:normal;font-weight:1000;font-display:swap;src:url(/assets/Aspekta-1000-5uuNRTll.woff2) format("woff2")}
