@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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:#3b82f680;--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:#3b82f680;--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: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}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-bottom-\[30px\]{bottom:-30px}.-bottom-\[35px\]{bottom:-35px}.-bottom-\[4px\]{bottom:-4px}.-left-14{left:-3.5rem}.-left-\[30px\]{left:-30px}.-left-\[40px\]{left:-40px}.-left-\[50vw\]{left:-50vw}.-left-\[75px\]{left:-75px}.-left-\[77px\]{left:-77px}.-right-0{right:0}.-right-20{right:-5rem}.-right-4{right:-1rem}.-right-\[10px\]{right:-10px}.-right-\[20px\]{right:-20px}.-right-\[25px\]{right:-25px}.-right-\[40px\]{right:-40px}.-right-\[45px\]{right:-45px}.-right-\[5vw\]{right:-5vw}.-top-\[00px\]{top:0}.-top-\[139px\]{top:-139px}.-top-\[20px\]{top:-20px}.-top-\[2vh\]{top:-2vh}.-top-\[35px\]{top:-35px}.-top-\[40px\]{top:-40px}.-top-\[50px\]{top:-50px}.-top-\[60px\]{top:-60px}.-top-\[80px\]{top:-80px}.-top-\[93px\]{top:-93px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-40{bottom:10rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-\[-6px\]{bottom:-6px}.bottom-\[100px\]{bottom:100px}.bottom-\[10px\]{bottom:10px}.bottom-\[110\%\]{bottom:110%}.bottom-\[127px\]{bottom:127px}.bottom-\[290px\]{bottom:290px}.bottom-\[30px\]{bottom:30px}.bottom-\[320px\]{bottom:320px}.bottom-\[50px\]{bottom:50px}.bottom-\[78px\]{bottom:78px}.bottom-\[85px\]{bottom:85px}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-32{left:8rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[0px\]{left:0}.left-\[10px\]{left:10px}.left-\[10vw\]{left:10vw}.left-\[110px\]{left:110px}.left-\[150px\]{left:150px}.left-\[175px\]{left:175px}.left-\[1px\]{left:1px}.left-\[1vw\]{left:1vw}.left-\[200px\]{left:200px}.left-\[22px\]{left:22px}.left-\[2vw\]{left:2vw}.left-\[30px\]{left:30px}.left-\[324px\]{left:324px}.left-\[33vw\]{left:33vw}.left-\[35vw\]{left:35vw}.left-\[384px\]{left:384px}.left-\[3px\]{left:3px}.left-\[40px\]{left:40px}.left-\[434px\]{left:434px}.left-\[585px\]{left:585px}.left-\[60px\]{left:60px}.left-\[615px\]{left:615px}.left-\[68vw\]{left:68vw}.left-\[70px\]{left:70px}.left-\[724px\]{left:724px}.left-\[72px\]{left:72px}.left-\[740px\]{left:740px}.left-\[764px\]{left:764px}.left-\[768px\]{left:768px}.left-\[810px\]{left:810px}.left-\[919px\]{left:919px}.left-\[920px\]{left:920px}.left-full{left:100%}.right-0{right:0}.right-16{right:4rem}.right-2{right:.5rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[0vw\]{right:0}.right-\[115px\]{right:115px}.right-\[95px\]{right:95px}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-28{top:7rem}.top-36{top:9rem}.top-4{top:1rem}.top-40{top:10rem}.top-6{top:1.5rem}.top-60{top:15rem}.top-8{top:2rem}.top-\[-50px\]{top:-50px}.top-\[1015px\]{top:1015px}.top-\[102px\]{top:102px}.top-\[10px\]{top:10px}.top-\[110px\]{top:110px}.top-\[147px\]{top:147px}.top-\[200px\]{top:200px}.top-\[20px\]{top:20px}.top-\[20vh\]{top:20vh}.top-\[230px\]{top:230px}.top-\[240px\]{top:240px}.top-\[280px\]{top:280px}.top-\[285px\]{top:285px}.top-\[28px\]{top:28px}.top-\[290px\]{top:290px}.top-\[2px\]{top:2px}.top-\[30vh\]{top:30vh}.top-\[330px\]{top:330px}.top-\[340px\]{top:340px}.top-\[35vh\]{top:35vh}.top-\[370px\]{top:370px}.top-\[376px\]{top:376px}.top-\[380px\]{top:380px}.top-\[40\%\]{top:40%}.top-\[400px\]{top:400px}.top-\[405px\]{top:405px}.top-\[40vh\]{top:40vh}.top-\[453px\]{top:453px}.top-\[50px\]{top:50px}.top-\[50vh\]{top:50vh}.top-\[53vh\]{top:53vh}.top-\[54px\]{top:54px}.top-\[615px\]{top:615px}.top-\[7vh\]{top:7vh}.top-\[80px\]{top:80px}.top-\[810px\]{top:810px}.top-\[97px\]{top:97px}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[0\]{z-index:0}.z-\[10\]{z-index:10}.z-\[9999\]{z-index:9999}.z-max{z-index:99999}.col-span-11{grid-column:span 11/span 11}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-\[116px\]{margin-left:116px;margin-right:116px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-14{margin-bottom:3.5rem;margin-top:3.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-\[16px\]{margin-bottom:16px;margin-top:16px}.my-\[33px\]{margin-bottom:33px;margin-top:33px}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mb-4{margin-bottom:-1rem}.-ml-4{margin-left:-1rem}.-ml-\[3px\]{margin-left:-3px}.-mt-10{margin-top:-2.5rem}.-mt-2{margin-top:-.5rem}.-mt-20{margin-top:-5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-6{margin-top:-1.5rem}.-mt-\[520px\]{margin-top:-520px}.-mt-\[570px\]{margin-top:-570px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[100px\]{margin-bottom:100px}.mb-\[10px\]{margin-bottom:10px}.mb-\[16px\]{margin-bottom:16px}.mb-\[180px\]{margin-bottom:180px}.mb-\[20px\]{margin-bottom:20px}.mb-\[210px\]{margin-bottom:210px}.mb-\[32px\]{margin-bottom:32px}.mb-\[36px\]{margin-bottom:36px}.mb-\[3vh\]{margin-bottom:3vh}.mb-\[40px\]{margin-bottom:40px}.mb-\[590px\]{margin-bottom:590px}.mb-\[60px\]{margin-bottom:60px}.mb-\[80px\]{margin-bottom:80px}.mb-\[90px\]{margin-bottom:90px}.ml-0{margin-left:0}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-\[46px\]{margin-right:46px}.mr-\[6px\]{margin-right:6px}.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-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[116px\]{margin-top:116px}.mt-\[12px\]{margin-top:12px}.mt-\[16px\]{margin-top:16px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[250px\]{margin-top:250px}.mt-\[28px\]{margin-top:28px}.mt-\[32px\]{margin-top:32px}.mt-\[36px\]{margin-top:36px}.mt-\[40px\]{margin-top:40px}.mt-\[48px\]{margin-top:48px}.mt-\[6px\]{margin-top:6px}.mt-\[70px\]{margin-top:70px}.mt-\[72px\]{margin-top:72px}.mt-\[8px\]{margin-top:8px}.mt-\[92px\]{margin-top:92px}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\!h-2{height:.5rem!important}.\!h-\[18px\]{height:18px!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[102px\]{height:102px}.h-\[1190px\]{height:1190px}.h-\[127px\]{height:127px}.h-\[12px\]{height:12px}.h-\[134px\]{height:134px}.h-\[135px\]{height:135px}.h-\[150vh\]{height:150vh}.h-\[15px\]{height:15px}.h-\[174px\]{height:174px}.h-\[176px\]{height:176px}.h-\[17px\]{height:17px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[205px\]{height:205px}.h-\[20px\]{height:20px}.h-\[210px\]{height:210px}.h-\[21px\]{height:21px}.h-\[22px\]{height:22px}.h-\[23px\]{height:23px}.h-\[240px\]{height:240px}.h-\[248px\]{height:248px}.h-\[24px\]{height:24px}.h-\[252px\]{height:252px}.h-\[256px\]{height:256px}.h-\[260px\]{height:260px}.h-\[274px\]{height:274px}.h-\[285px\]{height:285px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[301px\]{height:301px}.h-\[302px\]{height:302px}.h-\[30px\]{height:30px}.h-\[310px\]{height:310px}.h-\[32px\]{height:32px}.h-\[33px\]{height:33px}.h-\[343px\]{height:343px}.h-\[34px\]{height:34px}.h-\[350px\]{height:350px}.h-\[35px\]{height:35px}.h-\[36px\]{height:36px}.h-\[388px\]{height:388px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[410px\]{height:410px}.h-\[413px\]{height:413px}.h-\[416px\]{height:416px}.h-\[42px\]{height:42px}.h-\[447px\]{height:447px}.h-\[44px\]{height:44px}.h-\[465px\]{height:465px}.h-\[46px\]{height:46px}.h-\[477px\]{height:477px}.h-\[47px\]{height:47px}.h-\[48px\]{height:48px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[50vh\]{height:50vh}.h-\[51px\]{height:51px}.h-\[52px\]{height:52px}.h-\[550px\]{height:550px}.h-\[560px\]{height:560px}.h-\[58px\]{height:58px}.h-\[5px\]{height:5px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[622px\]{height:622px}.h-\[64px\]{height:64px}.h-\[70px\]{height:70px}.h-\[72px\]{height:72px}.h-\[75px\]{height:75px}.h-\[817px\]{height:817px}.h-\[86px\]{height:86px}.h-\[90px\]{height:90px}.h-\[93px\]{height:93px}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-header{height:79px}.h-screen{height:100vh}.max-h-\[128px\]{max-height:128px}.max-h-\[500px\]{max-height:500px}.max-h-full{max-height:100%}.min-h-\[45px\]{min-height:45px}.min-h-\[58px\]{min-height:58px}.min-h-\[870px\]{min-height:870px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-2{width:.5rem!important}.\!w-\[112px\]{width:112px!important}.\!w-\[170px\]{width:170px!important}.\!w-\[18px\]{width:18px!important}.\!w-\[46px\]{width:46px!important}.\!w-\[66px\]{width:66px!important}.\!w-\[76px\]{width:76px!important}.\!w-\[78px\]{width:78px!important}.w-1\/2{width:50%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-18{width:72px}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[1037px\]{width:1037px}.w-\[108px\]{width:108px}.w-\[115px\]{width:115px}.w-\[1200px\]{width:1200px}.w-\[120px\]{width:120px}.w-\[1216px\]{width:1216px}.w-\[126px\]{width:126px}.w-\[12px\]{width:12px}.w-\[132px\]{width:132px}.w-\[135px\]{width:135px}.w-\[136px\]{width:136px}.w-\[138px\]{width:138px}.w-\[140px\]{width:140px}.w-\[142px\]{width:142px}.w-\[145px\]{width:145px}.w-\[146px\]{width:146px}.w-\[150px\]{width:150px}.w-\[161px\]{width:161px}.w-\[162px\]{width:162px}.w-\[166px\]{width:166px}.w-\[167px\]{width:167px}.w-\[168px\]{width:168px}.w-\[169px\]{width:169px}.w-\[170px\]{width:170px}.w-\[173px\]{width:173px}.w-\[174px\]{width:174px}.w-\[176px\]{width:176px}.w-\[177px\]{width:177px}.w-\[179px\]{width:179px}.w-\[17px\]{width:17px}.w-\[180px\]{width:180px}.w-\[187px\]{width:187px}.w-\[190px\]{width:190px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[214px\]{width:214px}.w-\[224px\]{width:224px}.w-\[225px\]{width:225px}.w-\[22px\]{width:22px}.w-\[230px\]{width:230px}.w-\[233px\]{width:233px}.w-\[240px\]{width:240px}.w-\[244px\]{width:244px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[251px\]{width:251px}.w-\[252px\]{width:252px}.w-\[260px\]{width:260px}.w-\[264px\]{width:264px}.w-\[26px\]{width:26px}.w-\[271px\]{width:271px}.w-\[272px\]{width:272px}.w-\[278px\]{width:278px}.w-\[280px\]{width:280px}.w-\[284px\]{width:284px}.w-\[285\]{width:285}.w-\[285px\]{width:285px}.w-\[288px\]{width:288px}.w-\[296px\]{width:296px}.w-\[298px\]{width:298px}.w-\[29px\]{width:29px}.w-\[30\%\]{width:30%}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[310px\]{width:310px}.w-\[320px\]{width:320px}.w-\[325px\]{width:325px}.w-\[328px\]{width:328px}.w-\[32px\]{width:32px}.w-\[33\%\]{width:33%}.w-\[336px\]{width:336px}.w-\[337px\]{width:337px}.w-\[338px\]{width:338px}.w-\[340px\]{width:340px}.w-\[342px\]{width:342px}.w-\[34px\]{width:34px}.w-\[350px\]{width:350px}.w-\[351px\]{width:351px}.w-\[359px\]{width:359px}.w-\[360px\]{width:360px}.w-\[368px\]{width:368px}.w-\[36px\]{width:36px}.w-\[370px\]{width:370px}.w-\[38px\]{width:38px}.w-\[408px\]{width:408px}.w-\[417px\]{width:417px}.w-\[450px\]{width:450px}.w-\[455px\]{width:455px}.w-\[474px\]{width:474px}.w-\[47px\]{width:47px}.w-\[48px\]{width:48px}.w-\[490px\]{width:490px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[508px\]{width:508px}.w-\[50px\]{width:50px}.w-\[52px\]{width:52px}.w-\[58px\]{width:58px}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[67px\]{width:67px}.w-\[70\%\]{width:70%}.w-\[72px\]{width:72px}.w-\[752px\]{width:752px}.w-\[75px\]{width:75px}.w-\[800px\]{width:800px}.w-\[83px\]{width:83px}.w-\[900px\]{width:900px}.w-\[90px\]{width:90px}.w-\[926px\]{width:926px}.w-\[944px\]{width:944px}.w-\[95px\]{width:95px}.w-\[screen\]{width:screen}.w-\[var\(--button-width\)\]{width:var(--button-width)}.w-auto{width:auto}.w-bg-lines{width:1140px}.w-button{width:300px}.w-full{width:100%}.w-grad-card{width:245px}.w-screen{width:100vw}.min-w-\[250px\]{min-width:250px}.min-w-max{min-width:-webkit-max-content;min-width:max-content}.max-w-5xl{max-width:64rem}.max-w-\[1280px\]{max-width:1280px}.max-w-\[200px\]{max-width:200px}.max-w-\[285px\]{max-width:285px}.max-w-\[520px\]{max-width:520px}.max-w-full{max-width:100%}.flex-1{flex:1 1}.flex-grow{flex-grow:1}.border-spacing-2{--tw-border-spacing-x:0.5rem;--tw-border-spacing-y:0.5rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y:-0.25rem}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-y-\[100vh\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[100vh\]{--tw-translate-y:100vh}.rotate-\[13deg\]{--tw-rotate:13deg}.rotate-\[13deg\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-loop-scrol-4{animation:loop-scroll 12s linear infinite}@keyframes loop-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.animate-loop-scroll{animation:loop-scroll 220s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-custom{cursor:url(/static/media/cursor.eea10c8085cef136c834.svg),auto}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[12px\]{gap:12px}.gap-\[14px\]{gap:14px}.gap-\[16px\]{gap:16px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}.gap-\[35px\]{gap:35px}.gap-\[38px\]{gap:38px}.gap-\[40px\]{gap:40px}.gap-\[41px\]{gap:41px}.gap-\[6px\]{gap:6px}.gap-\[72px\]{gap:72px}.gap-\[8px\]{gap:8px}.gap-x-1{column-gap:.25rem}.gap-x-2{column-gap:.5rem}.gap-x-20{column-gap:5rem}.gap-x-24{column-gap:6rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-12{row-gap:3rem}.gap-y-16{row-gap:4rem}.gap-y-18{row-gap:72px}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-\[68px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(68px*(1 - var(--tw-space-x-reverse)));margin-right:calc(68px*var(--tw-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.self-center{align-self:center}.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}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-4xl{border-radius:32px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[1px\]{border-radius:1px}.rounded-\[20px\]{border-radius:20px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-\[35\.43px\]{border-radius:35.43px}.rounded-\[3px\]{border-radius:3px}.rounded-\[40px\]{border-radius:40px}.rounded-\[48px\]{border-radius:48px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-header{border-radius:136px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[8px\]{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.rounded-b-section{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.rounded-t-\[8px\]{border-top-left-radius:8px;border-top-right-radius:8px}.rounded-t-section{border-top-left-radius:20px;border-top-right-radius:20px}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-\[6px\]{border-width:6px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1\.4px\]{border-bottom-width:1.4px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#00EEFD\]{--tw-border-opacity:1;border-color:rgb(0 238 253/var(--tw-border-opacity))}.border-\[\#222222\]{--tw-border-opacity:1;border-color:rgb(34 34 34/var(--tw-border-opacity))}.border-\[\#404040\]{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity))}.border-\[\#5D5D5D\]{--tw-border-opacity:1;border-color:rgb(93 93 93/var(--tw-border-opacity))}.border-\[\#666666\],.border-\[\#666\]{--tw-border-opacity:1;border-color:rgb(102 102 102/var(--tw-border-opacity))}.border-\[\#9264F8\]{--tw-border-opacity:1;border-color:rgb(146 100 248/var(--tw-border-opacity))}.border-\[\#AAAAAA\]{--tw-border-opacity:1;border-color:rgb(170 170 170/var(--tw-border-opacity))}.border-\[\#AAAA\]{border-color:#aaaa}.border-\[\#AAA\]{--tw-border-opacity:1;border-color:rgb(170 170 170/var(--tw-border-opacity))}.border-\[\#B882FF\]{--tw-border-opacity:1;border-color:rgb(184 130 255/var(--tw-border-opacity))}.border-\[\#CCCCCC\]{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity))}.border-\[\#FF4471\]{--tw-border-opacity:1;border-color:rgb(255 68 113/var(--tw-border-opacity))}.border-\[\#FFFFFF66\],.border-\[\#FFFFFF66\]\/40{border-color:#fff6}.border-\[\#FFFFFF\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-gray-light3{--tw-border-opacity:1;border-color:rgb(76 66 102/var(--tw-border-opacity))}.border-primary-default{--tw-border-opacity:1;border-color:rgb(146 100 248/var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity:1;border-color:rgb(184 130 255/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-t-\[\#9ca3af\]{--tw-border-opacity:1;border-top-color:rgb(156 163 175/var(--tw-border-opacity))}.border-t-\[\#FFFFFF\]{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity))}.border-t-black{--tw-border-opacity:1;border-top-color:rgb(0 0 0/var(--tw-border-opacity))}.bg-\[\#000000\]{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-\[\#00EEFD\]{--tw-bg-opacity:1;background-color:rgb(0 238 253/var(--tw-bg-opacity))}.bg-\[\#0E0E0E\]{--tw-bg-opacity:1;background-color:rgb(14 14 14/var(--tw-bg-opacity))}.bg-\[\#111111\]{--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity))}.bg-\[\#121212\]{--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity))}.bg-\[\#1B1B1B33\]{background-color:#1b1b1b33}.bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity))}.bg-\[\#1c1c1c\]{--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity))}.bg-\[\#211738\]{--tw-bg-opacity:1;background-color:rgb(33 23 56/var(--tw-bg-opacity))}.bg-\[\#222222\],.bg-\[\#222\]{--tw-bg-opacity:1;background-color:rgb(34 34 34/var(--tw-bg-opacity))}.bg-\[\#282828\]{--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity))}.bg-\[\#2AB57626\]{background-color:#2ab57626}.bg-\[\#2D2D2D\]{--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity))}.bg-\[\#32274B\]{--tw-bg-opacity:1;background-color:rgb(50 39 75/var(--tw-bg-opacity))}.bg-\[\#404040\]{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity))}.bg-\[\#6646AE\]{--tw-bg-opacity:1;background-color:rgb(102 70 174/var(--tw-bg-opacity))}.bg-\[\#666666\],.bg-\[\#666\]{--tw-bg-opacity:1;background-color:rgb(102 102 102/var(--tw-bg-opacity))}.bg-\[\#9264F8\]{--tw-bg-opacity:1;background-color:rgb(146 100 248/var(--tw-bg-opacity))}.bg-\[\#9264F8\]\/50{background-color:#9264f880}.bg-\[\#9264f8\]{--tw-bg-opacity:1;background-color:rgb(146 100 248/var(--tw-bg-opacity))}.bg-\[\#B882FF\]{--tw-bg-opacity:1;background-color:rgb(184 130 255/var(--tw-bg-opacity))}.bg-\[\#CC96FF\]\/20{background-color:#cc96ff33}.bg-\[\#FF4471\]{--tw-bg-opacity:1;background-color:rgb(255 68 113/var(--tw-bg-opacity))}.bg-\[\#FFFFFF08\]{background-color:#ffffff08}.bg-\[\#FFFFFF12\]{background-color:#ffffff12}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-dark-base\/30{background-color:#2624294d}.bg-dark-lg{--tw-bg-opacity:1;background-color:rgb(14 14 14/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-header-bg{background-color:#1b1b1bcc}.bg-primary-dark2{--tw-bg-opacity:1;background-color:rgb(45 41 71/var(--tw-bg-opacity))}.bg-primary-dark3{--tw-bg-opacity:1;background-color:rgb(33 23 56/var(--tw-bg-opacity))}.bg-primary-default{--tw-bg-opacity:1;background-color:rgb(146 100 248/var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity))}.bg-secondary-cyan{--tw-bg-opacity:1;background-color:rgb(0 238 253/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-index-s1-bg{background-image:url(/static/media/bg-curve-top.e584b0439e4b01c3a613.png)}.from-\[\#C4B3E7\]{--tw-gradient-from:#c4b3e7 var(--tw-gradient-from-position);--tw-gradient-to:#c4b3e700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-dark-lg{--tw-gradient-from:#0e0e0e var(--tw-gradient-from-position);--tw-gradient-to:#0e0e0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:#0000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#DACCF5\]{--tw-gradient-to:#daccf5 var(--tw-gradient-to-position)}.to-black{--tw-gradient-to:#000 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[12px\]{padding:12px}.p-\[22px\]{padding:22px}.p-\[24px\]{padding:24px}.px-0{padding-left:0;padding-right:0}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.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-\[10\%\]{padding-left:10%;padding-right:10%}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[60px\]{padding-left:60px;padding-right:60px}.px-\[64px\]{padding-left:64px;padding-right:64px}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[10px\]{padding-bottom:10px;padding-top:10px}.py-\[14px\]{padding-bottom:14px;padding-top:14px}.py-\[24px\]{padding-bottom:24px;padding-top:24px}.py-\[2px\]{padding-bottom:2px;padding-top:2px}.py-\[30px\]{padding-bottom:30px;padding-top:30px}.py-\[6px\]{padding-bottom:6px;padding-top:6px}.py-\[80px\]{padding-bottom:80px;padding-top:80px}.py-\[9px\]{padding-bottom:9px;padding-top:9px}.pb-1{padding-bottom:.25rem}.pb-20{padding-bottom:5rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[150px\]{padding-bottom:150px}.pb-\[24px\]{padding-bottom:24px}.pb-\[70px\]{padding-bottom:70px}.pl-1{padding-left:.25rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-20{padding-left:5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[110px\]{padding-left:110px}.pl-\[12px\]{padding-left:12px}.pl-\[16px\]{padding-left:16px}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-\[24px\]{padding-right:24px}.pr-\[8px\]{padding-right:8px}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-36{padding-top:9rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[124px\]{padding-top:124px}.pt-\[13px\]{padding-top:13px}.pt-\[150px\]{padding-top:150px}.pt-\[16px\]{padding-top:16px}.pt-\[48px\]{padding-top:48px}.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-Georgian{font-family:Noto Sans Georgian}.font-Inter{font-family:Inter,sans-serif}.font-Outfit{font-family:Outfit,sans-serif}.font-\[Outfit\]{font-family:Outfit}.font-\[Urbanist\]{font-family:Urbanist}.text-2\.5xl{font-size:28px}.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-\[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-\[23px\]{font-size:23px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[27px\]{font-size:27px}.text-\[28px\]{font-size:28px}.text-\[29px\]{font-size:29px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[40px\]{font-size:40px}.text-\[46px\]{font-size:46px}.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-ssm{font-size:13px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-\[120\%\]{line-height:120%}.leading-\[140\%\]{line-height:140%}.leading-\[150\%\]{line-height:150%}.leading-\[150\.3\%\]{line-height:150.3%}.leading-\[160\%\]{line-height:160%}.leading-\[17\.64px\]{line-height:17.64px}.leading-\[17px\]{line-height:17px}.leading-\[19px\]{line-height:19px}.leading-\[20\.4px\]{line-height:20.4px}.leading-\[20\.55px\]{line-height:20.55px}.leading-\[20\.5px\]{line-height:20.5px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-\[22px\]{line-height:22px}.leading-\[24px\]{line-height:24px}.leading-\[26px\]{line-height:26px}.leading-\[28px\]{line-height:28px}.leading-\[29\.98px\]{line-height:29.98px}.leading-\[30px\]{line-height:30px}.leading-\[34\.16px\]{line-height:34.16px}.leading-\[34px\]{line-height:34px}.leading-\[36\.54px\]{line-height:36.54px}.leading-\[39px\]{line-height:39px}.leading-\[40px\]{line-height:40px}.leading-\[56px\]{line-height:56px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-\[\.2em\]{letter-spacing:.2em}.tracking-wide{letter-spacing:.025em}.text-\[\#00EEFD\],.text-\[\#00eefd\]{--tw-text-opacity:1;color:rgb(0 238 253/var(--tw-text-opacity))}.text-\[\#121212\]{--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity))}.text-\[\#2AB576\]{--tw-text-opacity:1;color:rgb(42 181 118/var(--tw-text-opacity))}.text-\[\#818181\]{--tw-text-opacity:1;color:rgb(129 129 129/var(--tw-text-opacity))}.text-\[\#9264F8\]{--tw-text-opacity:1;color:rgb(146 100 248/var(--tw-text-opacity))}.text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.text-\[\#9ca3af\]{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-\[\#AAAAAA\],.text-\[\#AAA\]{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.text-\[\#AEAFBC\]{--tw-text-opacity:1;color:rgb(174 175 188/var(--tw-text-opacity))}.text-\[\#B882FF\]{--tw-text-opacity:1;color:rgb(184 130 255/var(--tw-text-opacity))}.text-\[\#B9B9B9\]{--tw-text-opacity:1;color:rgb(185 185 185/var(--tw-text-opacity))}.text-\[\#BFBFBF\]{--tw-text-opacity:1;color:rgb(191 191 191/var(--tw-text-opacity))}.text-\[\#CC96FF\]{--tw-text-opacity:1;color:rgb(204 150 255/var(--tw-text-opacity))}.text-\[\#CCCCCC\],.text-\[\#CCC\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#FF4471\]{--tw-text-opacity:1;color:rgb(255 68 113/var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#FFF\],.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/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-light{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.text-gray-light2{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-primary-default{--tw-text-opacity:1;color:rgb(146 100 248/var(--tw-text-opacity))}.text-primary-light{--tw-text-opacity:1;color:rgb(184 130 255/var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);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 #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);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 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);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 #0000;outline-offset:2px}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2,.ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-\[\#B882FF\]{--tw-ring-opacity:1;--tw-ring-color:rgb(184 130 255/var(--tw-ring-opacity))}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-lg{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)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a)}.filter{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-lg{--tw-backdrop-blur:blur(16px);-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{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--anchor-gap\:5px\]{--anchor-gap:5px}.lighten{opacity:1}#text_1{font-feature-settings:"kern" off;-webkit-font-kerning:none;font-kerning:none}.no-spinner{-moz-appearance:textfield}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Outfit,Urbanist,Arial,Helvetica,sans-serif;overscroll-behavior:none}.right-panel-menu ul li{cursor:pointer;height:44px;padding-top:15px}.right-panel-menu ul li.active{color:#00eefd}.right-panel-menu.transition-transform{transition-duration:.6s}@keyframes slide-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-out{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.animated-slide-in{animation:slide-in .6s forwards}.animated-slide-out{animation:slide-out .6s forwards}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.scroll-container{max-height:400px;overflow-x:hidden;overflow-y:auto}.scroll-container::-webkit-scrollbar{width:3px}.scroll-container::-webkit-scrollbar-track{background:#0000;border-radius:30px;margin-bottom:10px;margin-top:10px}.scroll-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:30px}.scroll-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}.scroll-wrapper{border-radius:12px;overflow:hidden;position:relative}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-10%) rotate(0deg)}to{opacity:0;transform:translateY(120vh) rotate(1turn)}}@keyframes shake{0%{transform:translate(0) rotate(0deg)}10%{transform:translate(-5px,-5px) rotate(-2deg)}20%{transform:translate(5px,-10px) rotate(2deg)}30%{transform:translate(-10px,5px) rotate(-2deg)}40%{transform:translate(10px,5px) rotate(2deg)}50%{transform:translate(-5px,-5px) rotate(-1deg)}60%{transform:translate(5px,10px) rotate(1deg)}70%{transform:translate(-10px,-5px) rotate(-1deg)}80%{transform:translate(10px,-5px) rotate(1deg)}90%{transform:translate(-5px,5px) rotate(-.5deg)}to{transform:translate(0) rotate(0deg)}}@keyframes explodeFragment{0%{opacity:1;transform:translate(0) rotate(0deg) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shake{animation:shake .8s ease-in-out}.explode-fragment{animation:explodeFragment 1s cubic-bezier(.165,.84,.44,1) forwards;position:absolute}.placeholder\:text-\[29px\]::placeholder{font-size:29px}.placeholder\:text-\[\#AAA\]::placeholder{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.placeholder\:text-white::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-\[\#00EEDC\]:hover{--tw-bg-opacity:1;background-color:rgb(0 238 220/var(--tw-bg-opacity))}.hover\:bg-\[\#1B1B1B\]:hover{--tw-bg-opacity:1;background-color:rgb(27 27 27/var(--tw-bg-opacity))}.hover\:bg-\[\#1c1c1c\]:hover{--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity))}.hover\:bg-\[\#323232\]:hover{--tw-bg-opacity:1;background-color:rgb(50 50 50/var(--tw-bg-opacity))}.hover\:bg-\[\#388b91\]:hover{--tw-bg-opacity:1;background-color:rgb(56 139 145/var(--tw-bg-opacity))}.hover\:bg-\[\#404040\]:hover{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity))}.hover\:bg-\[\#404040\]\/90:hover{background-color:#404040e6}.hover\:bg-\[\#6841b7\]:hover{--tw-bg-opacity:1;background-color:rgb(104 65 183/var(--tw-bg-opacity))}.hover\:bg-\[\#8154e0\]:hover{--tw-bg-opacity:1;background-color:rgb(129 84 224/var(--tw-bg-opacity))}.hover\:bg-\[\#9264F6\]:hover{--tw-bg-opacity:1;background-color:rgb(146 100 246/var(--tw-bg-opacity))}.hover\:bg-\[\#9C6EEB\]:hover{--tw-bg-opacity:1;background-color:rgb(156 110 235/var(--tw-bg-opacity))}.hover\:bg-\[\#9F71FF\]:hover{--tw-bg-opacity:1;background-color:rgb(159 113 255/var(--tw-bg-opacity))}.hover\:bg-\[\#D3D1CB\]:hover{--tw-bg-opacity:1;background-color:rgb(211 209 203/var(--tw-bg-opacity))}.hover\:bg-\[\#FFFFFF1A\]:hover{background-color:#ffffff1a}.hover\:bg-\[\#FFFFFF\]\/70:hover{background-color:#ffffffb3}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-primary-default\/70:hover{background-color:#9264f8b3}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity))}.hover\:bg-secondary-cyan\/70:hover{background-color:#00eefdb3}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.hover\:fill-\[\#9264F8\]:hover{fill:#9264f8}.hover\:px-1:hover{padding-left:.25rem;padding-right:.25rem}.hover\:text-\[\#B882FF\]:hover{--tw-text-opacity:1;color:rgb(184 130 255/var(--tw-text-opacity))}.hover\:text-primary-default:hover{--tw-text-opacity:1;color:rgb(146 100 248/var(--tw-text-opacity))}.hover\:text-primary-default\/30:hover{color:#9264f84d}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.active\:bg-\[\#AAAAAA\]:active{--tw-bg-opacity:1;background-color:rgb(170 170 170/var(--tw-bg-opacity))}.active\:bg-black:active{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.active\:text-\[\#6646AE\]:active{--tw-text-opacity:1;color:rgb(102 70 174/var(--tw-text-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:text-\[\#9264F8\]{--tw-text-opacity:1;color:rgb(146 100 248/var(--tw-text-opacity))}.group:hover .group-hover\:text-\[\#B882FF\]{--tw-text-opacity:1;color:rgb(184 130 255/var(--tw-text-opacity))}.group:active .group-active\:text-\[\#6646AE\]{--tw-text-opacity:1;color:rgb(102 70 174/var(--tw-text-opacity))}.data-\[hover\]\:bg-black\/30[data-hover]{background-color:#0000004d}.data-\[closed\]\:opacity-0[data-closed]{opacity:0}.data-\[focus\]\:outline-1[data-focus]{outline-width:1px}.data-\[focus\]\:outline-white[data-focus]{outline-color:#fff}.group[data-selected] .group-data-\[selected\]\:flex{display:flex}.group[data-selected] .group-data-\[selected\]\:hidden{display:none}.group[data-selected] .group-data-\[selected\]\:font-semibold{font-weight:600}.group[data-selected] .group-data-\[selected\]\:text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media not all and (min-width:768px){.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:hidden{display:none}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-md\:px-12{padding-left:3rem;padding-right:3rem}.max-md\:py-12{padding-bottom:3rem;padding-top:3rem}}@media (min-width:640px){.sm\:block{display:block}.sm\:text-\[32px\]{font-size:32px}.sm\:leading-\[57px\]{line-height:57px}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:-top-\[10vh\]{top:-10vh}.md\:-top-\[13vh\]{top:-13vh}.md\:-top-\[4vh\]{top:-4vh}.md\:-top-\[8vh\]{top:-8vh}.md\:bottom-0,.md\:bottom-\[0px\]{bottom:0}.md\:bottom-\[11vh\]{bottom:11vh}.md\:bottom-\[240px\]{bottom:240px}.md\:bottom-\[30px\]{bottom:30px}.md\:bottom-\[320px\]{bottom:320px}.md\:bottom-\[5vh\]{bottom:5vh}.md\:left-0{left:0}.md\:left-4{left:1rem}.md\:left-\[15vw\]{left:15vw}.md\:left-\[28vw\]{left:28vw}.md\:left-\[2vw\]{left:2vw}.md\:left-\[3vw\]{left:3vw}.md\:left-\[4vw\]{left:4vw}.md\:right-6{right:1.5rem}.md\:right-\[20vw\]{right:20vw}.md\:right-\[28vw\]{right:28vw}.md\:right-\[3vw\]{right:3vw}.md\:right-\[5vw\]{right:5vw}.md\:right-\[6vw\]{right:6vw}.md\:top-1\/2{top:50%}.md\:top-6{top:1.5rem}.md\:top-\[3vh\]{top:3vh}.md\:top-\[8vh\]{top:8vh}.md\:top-full{top:100%}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:-ml-8{margin-left:-2rem}.md\:-ml-px{margin-left:-1px}.md\:mb-0{margin-bottom:0}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-\[140px\]{margin-bottom:140px}.md\:mb-\[16px\]{margin-bottom:16px}.md\:mb-\[42px\]{margin-bottom:42px}.md\:ml-10{margin-left:2.5rem}.md\:ml-\[240px\]{margin-left:240px}.md\:ml-\[244px\]{margin-left:244px}.md\:mt-0{margin-top:0}.md\:mt-20{margin-top:5rem}.md\:mt-25{margin-top:100px}.md\:mt-32{margin-top:8rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-\[36px\]{margin-top:36px}.md\:mt-\[64px\]{margin-top:64px}.md\:mt-header{margin-top:50px}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:contents{display:contents}.md\:hidden{display:none}.md\:h-11{height:2.75rem}.md\:h-20{height:5rem}.md\:h-7{height:1.75rem}.md\:h-8{height:2rem}.md\:h-80{height:20rem}.md\:h-\[150px\]{height:150px}.md\:h-\[207px\]{height:207px}.md\:h-\[250px\]{height:250px}.md\:h-\[256px\]{height:256px}.md\:h-\[260px\]{height:260px}.md\:h-\[447px\]{height:447px}.md\:h-\[512px\]{height:512px}.md\:h-\[58px\]{height:58px}.md\:h-\[600px\]{height:600px}.md\:h-\[60px\]{height:60px}.md\:h-\[67px\]{height:67px}.md\:h-\[70px\]{height:70px}.md\:h-\[74px\]{height:74px}.md\:h-header_md{height:102px}.md\:max-h-\[391px\]{max-height:391px}.md\:w-11{width:2.75rem}.md\:w-120{width:480px}.md\:w-150{width:600px}.md\:w-20{width:5rem}.md\:w-6{width:1.5rem}.md\:w-60{width:15rem}.md\:w-8{width:2rem}.md\:w-80{width:20rem}.md\:w-\[1058px\]{width:1058px}.md\:w-\[136px\]{width:136px}.md\:w-\[150px\]{width:150px}.md\:w-\[154px\]{width:154px}.md\:w-\[179px\]{width:179px}.md\:w-\[190px\]{width:190px}.md\:w-\[230px\]{width:230px}.md\:w-\[240\%\]{width:240%}.md\:w-\[250px\]{width:250px}.md\:w-\[264px\]{width:264px}.md\:w-\[280px\]{width:280px}.md\:w-\[306px\]{width:306px}.md\:w-\[30px\]{width:30px}.md\:w-\[310px\]{width:310px}.md\:w-\[314px\]{width:314px}.md\:w-\[33px\]{width:33px}.md\:w-\[343px\]{width:343px}.md\:w-\[375px\]{width:375px}.md\:w-\[37px\]{width:37px}.md\:w-\[383px\]{width:383px}.md\:w-\[413px\]{width:413px}.md\:w-\[417px\]{width:417px}.md\:w-\[42px\]{width:42px}.md\:w-\[450px\]{width:450px}.md\:w-\[455px\]{width:455px}.md\:w-\[490px\]{width:490px}.md\:w-\[493px\]{width:493px}.md\:w-\[500px\]{width:500px}.md\:w-\[508px\]{width:508px}.md\:w-\[530px\]{width:530px}.md\:w-\[531px\]{width:531px}.md\:w-\[557px\]{width:557px}.md\:w-\[588px\]{width:588px}.md\:w-\[600px\]{width:600px}.md\:w-\[60px\]{width:60px}.md\:w-\[65px\]{width:65px}.md\:w-\[800px\]{width:800px}.md\:w-\[900px\]{width:900px}.md\:w-\[calc\(100vw-240px\)\]{width:calc(100vw - 240px)}.md\:w-auto{width:auto}.md\:w-feature-list_md{width:278px}.md\:w-full{width:100%}.md\:w-grad-card_xl{width:338px}.md\:max-w-none{max-width:none}.md\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-10{gap:2.5rem}.md\:gap-2{gap:.5rem}.md\:gap-8{gap:2rem}.md\:gap-x-6{column-gap:1.5rem}.md\:gap-x-8{column-gap:2rem}.md\:gap-x-9{column-gap:2.25rem}.md\:gap-y-0{row-gap:0}.md\:gap-y-2{row-gap:.5rem}.md\:gap-y-24{row-gap:6rem}.md\:gap-y-25{row-gap:100px}.md\:gap-y-4{row-gap:1rem}.md\:rounded-t-section_md{border-top-left-radius:100px;border-top-right-radius:100px}.md\:border-l{border-left-width:1px}.md\:border-l-4{border-left-width:4px}.md\:border-none{border-style:none}.md\:border-primary-light{--tw-border-opacity:1;border-color:rgb(184 130 255/var(--tw-border-opacity))}.md\:border-l-gray-base{--tw-border-opacity:1;border-left-color:rgb(217 217 217/var(--tw-border-opacity))}.md\:p-2{padding:.5rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-15{padding-left:60px;padding-right:60px}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[60px\]{padding-left:60px;padding-right:60px}.md\:py-11{padding-bottom:2.75rem;padding-top:2.75rem}.md\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.md\:pb-0{padding-bottom:0}.md\:pb-20{padding-bottom:5rem}.md\:pb-40{padding-bottom:10rem}.md\:pb-8{padding-bottom:2rem}.md\:pb-\[300px\]{padding-bottom:300px}.md\:pl-4{padding-left:1rem}.md\:pl-8{padding-left:2rem}.md\:pr-10{padding-right:2.5rem}.md\:pt-0{padding-top:0}.md\:pt-2{padding-top:.5rem}.md\:pt-40{padding-top:10rem}.md\:pt-44{padding-top:11rem}.md\:pt-50{padding-top:200px}.md\:pt-\[300px\]{padding-top:300px}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-2\.5xl{font-size:28px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4\.5xl{font-size:40px}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[17px\]{font-size:17px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[36px\]{font-size:36px}.md\:text-\[43px\]{font-size:43px}.md\:text-\[48px\]{font-size:48px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-semibold{font-weight:600}.md\:leading-\[34px\]{line-height:34px}.md\:leading-\[52\.46px\]{line-height:52.46px}.md\:leading-tight{line-height:1.25}.md\:text-gray-light{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.md\:text-primary-light{--tw-text-opacity:1;color:rgb(184 130 255/var(--tw-text-opacity))}.md\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}@media (min-width:1024px){.lg\:-top-\[1vh\]{top:-1vh}.lg\:-top-\[2vh\]{top:-2vh}.lg\:-top-\[3vh\]{top:-3vh}.lg\:-top-\[5vh\]{top:-5vh}.lg\:bottom-\[11vh\]{bottom:11vh}.lg\:bottom-\[5vh\]{bottom:5vh}.lg\:left-\[4vw\]{left:4vw}.lg\:left-\[5vw\]{left:5vw}.lg\:left-\[6vw\]{left:6vw}.lg\:left-\[7vw\]{left:7vw}.lg\:right-\[3vw\]{right:3vw}.lg\:right-\[5vw\]{right:5vw}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:contents{display:contents}.lg\:w-72{width:18rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:justify-center{justify-content:center}.lg\:gap-2{gap:.5rem}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.lg\:from-dark-lg{--tw-gradient-from:#0e0e0e var(--tw-gradient-from-position);--tw-gradient-to:#0e0e0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.lg\:px-\[20\%\]{padding-left:20%;padding-right:20%}.lg\:pr-0{padding-right:0}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[56px\]{font-size:56px}.lg\:leading-\[34px\]{line-height:34px}}@media (min-width:1280px){.xl\:mt-10{margin-top:2.5rem}.xl\:mt-14{margin-top:3.5rem}.xl\:h-120{height:480px}.xl\:w-120{width:480px}.xl\:w-180{width:720px}.xl\:w-\[220px\]{width:220px}.xl\:w-\[343px\]{width:343px}.xl\:w-\[406px\]{width:406px}.xl\:w-\[470px\]{width:470px}.xl\:w-auto{width:auto}.xl\:w-feature-list_xl{width:531px}.xl\:w-full{width:100%}.xl\:w-header_xl{width:1200px}.xl\:w-section-header{width:729px}.xl\:flex-row{flex-direction:row}.xl\:justify-normal{justify-content:normal}.xl\:gap-x-14{column-gap:3.5rem}.xl\:gap-x-20{column-gap:5rem}.xl\:gap-x-\[60px\]{column-gap:60px}.xl\:gap-y-0{row-gap:0}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pt-40{padding-top:10rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}
/*# sourceMappingURL=main.51d55faf.css.map*/