: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:#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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{line-height:1.15}button,input{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}template{display:none}
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}html{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{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;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}dialog{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:1200px){.container{max-width:1200px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1416px){.container{max-width:1416px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.my-\[20px\]{margin-bottom:20px;margin-top:20px}.mb-0{margin-bottom:0}.mb-\[20px\]{margin-bottom:20px}.mr-10{margin-right:10px}.mr-8{margin-right:8px}.mr-\[16px\]{margin-right:16px}.mr-\[4px\]{margin-right:4px}.mr-\[6px\]{margin-right:6px}.mt-\[-10px\]{margin-top:-10px}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.w-20{width:20px}.w-\[40px\]{width:40px}.w-full{width:100%}.min-w-\[130px\]{min-width:130px}.min-w-\[80px\]{min-width:80px}.max-w-\[280px\]{max-width:280px}.flex-1{flex:1 1}.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))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-\[20px\]{gap:20px}.rounded-\[8px\]{border-radius:8px}.border{border-width:1px}.border-gray5{--tw-border-opacity:1;border-color:rgb(63 63 77/var(--tw-border-opacity))}.bg-transparent{background-color:initial}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.pr-10{padding-right:10px}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-green2{--tw-text-opacity:1;color:rgb(55 192 113/var(--tw-text-opacity))}.text-lightWhite{--tw-text-opacity:1;color:rgb(224 224 224/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(230 243 63/var(--tw-text-opacity))}.text-red2{--tw-text-opacity:1;color:rgb(220 48 48/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-\[0\.6\]{opacity:.6}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{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{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f)}.sepia{--tw-sepia:sepia(100%)}.filter,.sepia{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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@font-face{font-family:Inter-Bold;src:url(/static/media/Inter_18pt-Bold.934ca051dc94cbb68779.ttf) format("truetype")}@font-face{font-family:Inter-BoldItalic;src:url(/static/media/Inter_18pt-BoldItalic.42de0cd80a1ba6a87b27.ttf) format("truetype")}@font-face{font-family:Inter-Semibold;src:url(/static/media/Inter_18pt-SemiBold.d52a01d17b566af4e096.ttf) format("truetype")}@font-face{font-family:Inter-SemiboldItalic;src:url(/static/media/Inter_18pt-SemiBoldItalic.739d3a8ea28649450b0b.ttf) format("truetype")}@font-face{font-family:Inter-Medium;src:url(/static/media/Inter_18pt-Medium.c51b145d8cf66a74cc74.ttf) format("truetype")}@font-face{font-family:Inter-MediumItalic;src:url(/static/media/Inter_18pt-MediumItalic.0c8dd49a92562d446d3b.ttf) format("truetype")}@font-face{font-family:Inter-Regular;src:url(/static/media/Inter_18pt-Regular.86c330c66f7333ff6202.ttf) format("truetype")}@font-face{font-family:Inter-RegularItalic;src:url(/static/media/Inter_18pt-Italic.9bb3be9cd024b8aedda8.ttf) format("truetype")}@font-face{font-family:Inter-BlackItalic;src:url(/static/media/Inter_18pt-BlackItalic.d7efd3e2e1ccae370992.ttf) format("truetype")}@font-face{font-family:PJS-ExtraBold;src:url(/static/media/PlusJakartaSans-SemiBold.cf92107f36f071f6384c.ttf) format("truetype")}@font-face{font-family:PJS-Bold;src:url(/static/media/PlusJakartaSans-Regular.8b8f90ab0e945b1e795a.ttf) format("truetype")}@font-face{font-family:PJS-Medium;src:url(/static/media/PlusJakartaSans-Light.6c8e1d7ccc92d1bf041b.ttf) format("truetype")}html{-webkit-text-size-adjust:100%;background:#050505;color:#fff;font-family:Roboto,sans-serif;line-height:1.17;overflow-x:hidden!important;scroll-behavior:smooth}.color-black{color:#000}.color-black-2{color:#0c0b0d}.color-white{color:#fff}.color-gray{color:#eaecef}.color-gray2{opacity:.6}.color-light-yellow{color:#dee052}.color-red{color:#dc3030}.color-green{color:#0da74e}.color-yellow{color:#fcdd5d}.color-yellow2{color:#ffe763}.bg-black{background:#000}.bg-black-2{background:#0c0b0d}.bg-gray{background:#19191e}.bg-gray-2{background:#272730}.bg-gray-3{background:#383841}.size-ss{font-weight:400}.size-0,.size-ss{font-family:Roboto;font-size:10px;font-style:normal;line-height:normal}.size-0{font-weight:500}.size-1{font-size:12px;font-weight:700}.size-1,.size-2{font-family:Roboto;font-style:normal;line-height:normal}.size-2{font-size:14px;font-weight:600}.size-3{font-weight:500}.size-3,.size-4{font-family:Roboto;font-size:24px;font-style:normal;line-height:normal}.size-4{font-weight:600}.size-5{font-family:Roboto;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.text-uppercase{text-transform:uppercase}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff 34.15%,#fbe5a7 50.27%,#fcdd5d 65.58%);-webkit-background-clip:text;background-clip:text}.text-gradient-2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ffe763,#fbe5a7 50.27%,#fcdd5d 65.58%);-webkit-background-clip:text;background-clip:text}.text-gradient-3{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#ffe763 0,#ddb64f);-webkit-background-clip:text;background-clip:text}input,input:active,input:focus{border:none;outline:none}input::placeholder{color:#828282}@media only screen and (min-width:1200px){.size-ss{font-size:16px;font-weight:400}.size-0,.size-ss{font-family:Roboto;font-style:normal;line-height:normal}.size-0{font-size:20px;font-weight:500}.size-1{font-family:Roboto;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.size-2{font-size:26px}.size-2,.size-3{font-family:Roboto;font-style:normal;font-weight:500;line-height:normal}.size-3{font-size:30px}.size-4{font-size:50px}.size-4,.size-5{font-family:Roboto;font-style:normal;font-weight:700;line-height:normal}.size-5{font-size:72px}}.Toastify__toast-container{transform:translateZ(1px)}.Toastify__close-button svg{fill:#fff}@media only screen and (max-width:1200px){#root{min-height:100vh;overflow-x:hidden;overflow-y:auto}}.text-0{font-family:Inter-Semibold;font-size:12px;line-height:24px}.text-0-2{font-family:Inter-Regular;font-size:12px;line-height:18px}.text-1{font-family:Inter-Semibold;font-size:14px;line-height:24px}.text-1-2{font-family:Inter-Medium;font-size:14px;line-height:16px}.text-1-3{font-family:Inter-Bold;font-size:14px}.text-1-4{font-size:14px}.text-1-4,.text-2{font-family:Inter-Regular}.text-2{font-size:15px;line-height:18px}.text-3{font-family:Inter-Medium}.text-3,.text-3-2{font-size:16px;line-height:150%}.text-3-2{font-family:Inter-Regular}.text-3-3{font-family:Inter-Semibold;font-size:16px;line-height:46px}.text-4{font-family:Inter-Medium;font-size:18px;line-height:150%}.text-4-2{font-family:Inter-Semibold;font-size:18px;line-height:46px}.text-4-3{font-family:Inter-Regular;font-size:18px;line-height:150%}.text-4-4{font-family:Inter-Bold;font-size:18px;line-height:24px}.text-4-5{font-family:Inter-Regular;font-size:24px;line-height:150%}.text-4-6{font-family:Inter-SemiBold;font-size:24px;line-height:46px}.text-4-7{font-family:Inter-Bold;font-size:24px}.text-5{font-family:Inter-Semibold}.text-5,.text-5-2{font-size:32px;line-height:46px}.text-5-2{font-family:Inter-Bold}.text-5-3{font-family:Inter-Regular;font-size:32px}.text-6{font-family:Inter-Semibold;font-size:40px;line-height:46px}.text-6-2{font-family:Inter-bold;font-size:40px}.text-7{font-family:Inter-BlackItalic}.text-7,.text-7-2{font-size:48px;line-height:46px}.text-7-2{font-family:Inter-Bold}.text-8{font-family:Inter-Medium}.text-8,.text-8-2{font-size:64px;line-height:69px}.text-8-2{font-family:Inter-BoldItalic}.text-9{font-family:Inter-Medium}.text-9,.text-9-2{font-size:72px;line-height:80px}.text-9-2{font-family:Inter-BoldItalic}.text-10{font-family:Inter-Bold;font-size:96px}.text-pjs-0{font-family:PJS-Medium;font-size:10px;line-height:150%}.text-pjs-0-2{font-family:PJS-Bold;font-size:16px;line-height:150%}.text-pjs-0-3{font-family:PJS-ExtraBold;font-size:12px;line-height:150%}.text-pjs-1{font-family:PJS-Medium}.text-pjs-1,.text-pjs-2{font-size:18px;line-height:150%}.text-pjs-2,.text-pjs-2-2{font-family:PJS-Bold}.text-pjs-2-2{font-size:24px;line-height:150%}.text-pjs-3{font-family:PJS-ExtraBold}.text-pjs-3,.text-pjs-4{font-size:42px;line-height:150%}.text-pjs-4{font-family:PJS-Bold}.text-pjs-5{font-family:PJS-ExtraBold;font-size:48px;line-height:150%}@media screen and (max-width:1199px){.text-0{font-family:Inter-Semibold;font-size:10px;line-height:20px}.text-1{font-family:Inter-Semibold}.text-1,.text-1-2{font-size:14px;line-height:normal}.text-1-2{font-family:Inter-Medium}.text-1-3{font-family:Inter-Bold;font-size:12px}.text-1-4{font-size:12px}.text-1-4,.text-2{font-family:Inter-Regular}.text-2{font-size:13px;line-height:15px}.text-3{font-family:Inter-Medium}.text-3,.text-3-2{font-size:14px;line-height:150%}.text-3-2{font-family:Inter-Regular}.text-3-3{font-family:Inter-Semibold;font-size:14px}.text-4{font-family:Inter-Medium;font-size:16px;line-height:150%}.text-4-2{font-family:Inter-Semibold;font-size:16px;line-height:40px}.text-4-3{font-family:Inter-Regular;font-size:16px;line-height:150%}.text-4-4{font-family:Inter-Bold;font-size:16px;line-height:24px}.text-4-5{font-family:Inter-Regular;font-size:16px;line-height:150%}.text-4-6{font-family:Inter-SemiBold;font-size:16px;line-height:30px}.text-4-7{font-family:Inter-Bold;font-size:16px}.text-5{font-family:Inter-Semibold;font-size:24px;line-height:42px}.text-5-2{font-family:Inter-Bold;font-size:24px;line-height:46px}.text-5-3{font-family:Inter-Regular;font-size:24px}.text-6{font-family:Inter-Semibold;font-size:24px;line-height:normal}.text-6-2{font-family:Inter-bold;font-size:32px}.text-7{font-family:Inter-BlackItalic}.text-7,.text-7-2{font-size:32px;line-height:46px}.text-7-2{font-family:Inter-Bold}.text-8{font-family:Inter-Medium}.text-8,.text-8-2{font-size:56px;line-height:60px}.text-8-2{font-family:Inter-BoldItalic}.text-9{font-family:Inter-Medium}.text-9,.text-9-2{font-size:62px;line-height:68px}.text-9-2{font-family:Inter-BoldItalic}.text-10{font-family:Inter-Bold;font-size:64px}.text-pjs-0{font-family:PJS-Medium;font-size:8px}.text-pjs-0-2{font-family:PJS-Bold;font-size:14px}.text-pjs-0-3{font-family:PJS-ExtraBold;font-size:12px;line-height:150%}.text-pjs-1{font-family:PJS-Medium;font-size:14px;line-height:150%}.text-pjs-2{font-size:16px}.text-pjs-2,.text-pjs-2-2{font-family:PJS-Bold;line-height:150%}.text-pjs-2-2{font-size:18px}.text-pjs-3{font-family:PJS-ExtraBold}.text-pjs-3,.text-pjs-4{font-size:28px;line-height:40px}.text-pjs-4{font-family:PJS-Bold}.text-pjs-5{font-family:PJS-ExtraBold;font-size:24px;line-height:150%}}@keyframes moveUpDown{0%{transform:translateY(0)}30%{transform:translateY(-7%)}50%{transform:translateY(0)}80%{transform:translateY(7%)}to{transform:translateY(0)}}@keyframes moveUpDown2{0%{transform:translateY(0) rotateY(180deg)}30%{transform:translateY(-7%) rotateY(180deg)}50%{transform:translateY(0) rotateY(180deg)}80%{transform:translateY(7%) rotateY(180deg)}to{transform:translateY(0) rotateY(180deg)}}@keyframes moveDownUp{0%{transform:translateY(0)}30%{transform:translateY(7%)}50%{transform:translateY(0)}80%{transform:translateY(-7%)}to{transform:translateY(0)}}@media (min-width:640px){.sm\:mb-0{margin-bottom:0}.sm\:mr-20{margin-right:20px}.sm\:mr-\[32px\]{margin-right:32px}.sm\:mr-\[8px\]{margin-right:8px}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:min-h-40{min-height:40px}.sm\:w-\[24px\]{width:24px}.sm\:w-\[70px\]{width:70px}.sm\:min-w-100px{min-width:100px}.sm\:min-w-200px{min-width:200px}.sm\:pr-20{padding-right:20px}}