@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap";:root{--color-bg-primary: #000000;--color-bg-secondary: #171717;--color-backdrop: #000000D9;--color-brand-primary: #FFFFFF;--color-brand-secondary: #FDF48F;--color-highlight-1: #489782;--color-highlight-2: #F49957;--color-highlight-3: #DC484C;--color-highlight-4: #FDF48F;--color-neutral-1: #E9E9E9;--color-neutral-2: #9C9C9C;--color-neutral-3: #606060;--color-hover: #4C4C4C;--color-active: #393939;--color-pressed: #0D0D0D;--color-static-black: #000000;--color-static-white: #FFFFFF;--color-static-light-primary: #F7F6F0;--color-static-light-secondary: #EAE7DC;--color-static-brand-1: #FDF48F;--shadow-r: 0px 0px 4px 0px rgba(57, 57, 57, .5)}.light-theme{--color-bg-primary: #F7F6F0;--color-bg-secondary: #EAE7DC;--color-backdrop: #F7F6F0D9;--color-brand-primary: #171717;--color-brand-secondary: #000000;--color-highlight-1: #489782;--color-highlight-2: #F49957;--color-highlight-3: #DC484C;--color-highlight-4: #FDF48F;--color-neutral-1: #171717;--color-neutral-2: #7A7870;--color-neutral-3: #9C988C;--color-hover: #D8D2C2;--color-active: #D1CAB8;--color-pressed: #DBD7C8}.colorNeutral1{color:var(--color-neutral-1)!important}.colorNeutral2{color:var(--color-neutral-2)!important}.colorNeutral3{color:var(--color-neutral-3)!important}.colorBrandPrimary{color:var(--color-brand-primary)!important}.colorBrandSecondary{color:var(--color-brand-secondary)!important}.colorHighlight1{color:var(--color-highlight-1)!important}.colorHighlight2{color:var(--color-highlight-2)!important}.colorHighlight3{color:var(--color-highlight-3)!important}.colorHighlight4{color:var(--color-highlight-4)!important}.colorStaticBlack{color:var(--color-static-black)!important}.colorStaticWhite{color:var(--color-static-white)!important}.colorStaticLightPrimary{color:var(--color-static-light-primary)!important}.colorStaticLightSecondary{color:var(--color-static-light-secondary)!important}.dropShadowR{box-shadow:var(--shadow-r)}:root{--font-size-display-large: 85px;--font-size-headline-h1: 24px;--font-size-subtitle-s1: 16px;--font-size-subtitle-s2: 12px;--font-size-body-b1: 12px;--font-size-body-b2: 12px;--font-size-body-b3: 10px;--font-size-body-b4: 10px;--font-size-label-l1: 6px;--font-size-list-title: 12px;--font-size-button-regular: 12px}.textDisplayLarge,.textHeadlineH1,.textSubtitleS1,.textSubtitleS2,.textBodyB1,.textBodyB2,.textBodyB3,.textBodyB4,.textLabelL1,.textListTitle,.textButtonRegular{font-family:Poppins,sans-serif}.textDisplayLarge{font-weight:900;font-size:var(--font-size-display-large);line-height:85px}.textHeadlineH1{font-weight:700;font-size:var(--font-size-headline-h1);line-height:32px}.textSubtitleS1{font-weight:700;font-size:var(--font-size-subtitle-s1);line-height:24px;letter-spacing:.02em}.textSubtitleS2{font-weight:500;font-size:var(--font-size-subtitle-s2);line-height:16px;letter-spacing:.02em}.textBodyB1{font-weight:500;font-size:var(--font-size-body-b1);line-height:16px;letter-spacing:.02em}.textBodyB2{font-weight:400;font-size:var(--font-size-body-b2);line-height:16px;letter-spacing:.02em}.textBodyB3{font-weight:700;font-size:var(--font-size-body-b3);line-height:12px;letter-spacing:.02em}.textBodyB4{font-weight:500;font-size:var(--font-size-body-b4);line-height:12px;letter-spacing:.02em}.textLabelL1{font-weight:700;font-size:var(--font-size-label-l1);line-height:8px}.textListTitle{font-weight:600;font-size:var(--font-size-list-title);line-height:16px;letter-spacing:.02em}.textButtonRegular{font-weight:700;font-size:var(--font-size-button-regular);line-height:16px}.singleLineHeadlineH1{line-height:var(--font-size-headline-h1)}.singleLineSubtitleS1{line-height:var(--font-size-subtitle-s1)}.singleLineSubtitleS2{line-height:var(--font-size-subtitle-s2)}.singleLineBodyB1{line-height:var(--font-size-body-b1)}.singleLineBodyB2{line-height:var(--font-size-body-b2)}.singleLineBodyB3{line-height:var(--font-size-body-b3)}.singleLineBodyB4{line-height:var(--font-size-body-b4)}.singleLineLabelL1{line-height:var(--font-size-label-l1)}.singleLineListTitle{line-height:var(--font-size-list-title)}.singleLineButtonRegular{line-height:var(--font-size-button-regular)}:root{--size-gap-xs: 2px;--size-gap-s: 5px;--size-gap-m: 10px;--size-gap-l: 15px;--size-gap-xl: 20px;--size-gap-xxl: 30px;--size-padding-s: 3px;--size-padding-sm: 5px;--size-padding-m: 8px;--size-padding-l: 10px;--size-padding-xl: 12px;--size-border-xs: 2.5px;--size-border-s: 5px;--size-border-m: 8px;--size-border-l: 10px}.gap-xs{gap:var(--size-gap-xs)}.gap-s{gap:var(--size-gap-s)}.gap-m{gap:var(--size-gap-m)}.gap-l{gap:var(--size-gap-l)}.gap-xl{gap:var(--size-gap-xl)}.gap-xxl{gap:var(--size-gap-xxl)}.p-s{padding:var(--size-padding-s)}.p-sm{padding:var(--size-padding-sm)}.p-m{padding:var(--size-padding-m)}.p-l{padding:var(--size-padding-l)}.p-xl{padding:var(--size-padding-xl)}:root{--layout-header-height: 68px;--layout-sidebar-width: 58px;--layout-sidebar-expanded-width: 220px}.themeDarkBlock{display:block}.themeLightBlock,.light-theme .themeDarkBlock{display:none}.light-theme .themeLightBlock{display:block}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flashingColor{0%{color:var(--black)}70%{color:var(--white)}to{color:var(--black)}}@keyframes previewScroll{0%{transform:translate(0)}to{transform:translate(-4388px)}}@keyframes clonePreviewScroll{0%{transform:translate(0)}to{transform:translate(-4388px)}}:root{--black: #171717;--black-rgb: 23, 23, 23;--fixed-black: #171717;--secondary-black: #000;--third-black: #000;--fourth-black: #000;--fifth-black: #000;--white: #fff;--white-rgb: 250, 250, 250;--secondary-white: #fff;--third-white: #fff;--fourth-white: #fff;--fixed-white: #fff;--dark-grey: #000;--dark-grey-rgb: 0, 0, 0;--fixed-dark-grey: #000;--secondary-dark-grey: #171717;--grey-light: #9c9c9c;--fixed-grey-light: #9c9c9c;--secondary-grey-light: #9c9c9c;--third-grey-light: #9c9c9c;--grey-middle: #555555;--grey-middle-rgb: 85, 85, 85;--grey-middle-2: #555555;--grey-middle-3: #555555;--grey-middle-4: #555555;--fixed-grey-middle: #555555;--red: #dc484c;--red-fixed: #dc484c;--green: #489782;--green-fixed: #489782;--green-rgb: 72, 151, 130;--red-rgb: 220, 72, 76;--yellow-light: #fdfb8b;--yellow: #fdf48f;--yellow-fixed: #fdf48f;--orange-fixed: #ff9e57;--secondary-yellow: #fdf48f;--purple-light: #5865f2;--azure: #2aabee;--shadow: 0px 1px 6px 0px #000;--shadow-2: 0px 1px 6px 0px #000;--overlay: 23, 23, 23;--black-opacity: rgba(0, 0, 0, .25);--secondary-overlay: rgba(23, 23, 23, .95);--off-white-fixed: #e9e9e9;--off-white: #e9e9e9;--hover-light: #ffffff0d;--eth-icon-1: rgba(0, 0, 0, .3);--eth-icon-2: rgba(0, 0, 0, .8);--eth-icon-3: #fff;--button-bg-1: #FDF48F;--button-fg-1: #000000;--button-bg-2: #555555;--button-fg-2: #FFFFFF;--button-hover-bg: color-mix(in srgb, var(--dark-grey), #ffffff 15%);--beige-light: #f7f6f0;--beige-dark: #eae7dc}.light-theme{--black: #eae7dc;--secondary-black: #171717;--third-black: #fdf48f;--fourth-black: #eae7dc;--fifth-black: #555555;--white: #171717;--secondary-white: #555555;--third-white: #9c9c9c;--fourth-white: #f7f6f0;--dark-grey: #f7f6f0;--dark-grey-rgb: 247, 246, 240;--secondary-dark-grey: #f7f6f0;--secondary-grey-light: #555555;--third-grey-light: #171717;--secondary-yellow: #555555;--yellow: #171717;--yellow-light: #171717;--shadow: none;--shadow-2: 0px 1px 6px 0px rgba(0, 0, 0, .14);--overlay: 234, 231, 220;--black-opacity: rgba(234, 231, 220, .25);--secondary-overlay: rgba(247, 246, 240, .95);--grey-middle-2: #eae7dc;--grey-middle-3: #f7f6f0;--grey-middle-4: #9c9c9c;--white-rgb: 0, 0, 0;--off-white: #9c9c9c;--hover-light: #e2dfd4;--eth-icon-1: rgb(57, 57, 57);--eth-icon-2: rgb(20, 20, 20);--eth-icon-3: rgb(140, 140, 140);--button-bg-1: #000000;--button-fg-1: #F7F6F0;--button-bg-2: #EAE7DC;--button-fg-2: #171717;--button-hover-bg: rgba(224, 219, 204, .95)}*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background-color:transparent}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top;width:100%;height:100%}a,button{color:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body .apexcharts-tooltip.apexcharts-theme-light{border:none;background:none}body .tooltip,body .apexcharts-tooltip.apexcharts-theme-light .chart-tooltip{padding:5px 10px;border-radius:3px;font-size:14px;font-weight:700;line-height:16px;background:rgba(var(--white-rgb),.85);color:var(--dark-grey)}body .tooltip__row,body .apexcharts-tooltip.apexcharts-theme-light .chart-tooltip__row{display:flex;align-items:center}body .tooltip__dot,body .apexcharts-tooltip.apexcharts-theme-light .chart-tooltip__dot{display:block;width:8px;height:8px;flex-shrink:0;border-radius:2px;background-color:var(--white);margin-right:5px}body .tooltip__dot--grey,body .apexcharts-tooltip.apexcharts-theme-light .chart-tooltip__dot--grey{background-color:var(--grey-middle)}.slick-slider{width:100%}.slick-track{display:flex;gap:15px}.slick-slider-wallets .slick-track{align-items:center}@media (max-width: 991px){.slick-slider-wallets .slick-track{gap:0}}@font-face{font-family:Dogica;src:url(/assets/dogicabold-BPyAcRxp.woff2),format("woff2");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.row-span-2{grid-row:span 2 / span 2}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mt-1{margin-top:.25rem}.mt-auto{margin-top:auto}.box-content{box-sizing:content-box}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-40{height:10rem}.h-\[500px\]{height:500px}.h-auto{height:auto}.h-full{height:100%}.min-h-0{min-height:0px}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-64{width:16rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[300px\]{min-width:300px}.min-w-full{min-width:100%}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.basis-0{flex-basis:0px}.origin-bottom-left{transform-origin:bottom left}.origin-top-left{transform-origin:top left}.origin-top-right{transform-origin:top right}.scale-50{--tw-scale-x: .5;--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.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}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 41 55 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity, 1))}.bg-amber-950\/20{background-color:#451a0333}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.bg-red-950\/20{background-color:#450a0a33}.bg-violet-900{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-zinc-900\/60{background-color:#18181b99}.bg-zinc-950{--tw-bg-opacity: 1;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-2{padding:.5rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-400\/50{color:#9ca3af80}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.text-zinc-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.opacity-25{opacity:.25}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.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)}.transition{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);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[widget\:headerReady\]{widget:headerReady}.\[widget\:onChartReady\]{widget:onChartReady}body{font-family:Poppins,sans-serif;font-weight:400;background-color:var(--dark-grey);color:var(--white)}.symbol-image{width:16px;height:16px;border-radius:50%;overflow:hidden;margin-right:8px}.hide-scrollbar::-webkit-scrollbar{display:none}.noscroll{overflow:hidden}.w3a-parent-container img{width:initial;height:100%!important}.chart svg{width:100%!important}.chart>div>div{width:100%!important}#protected-by-privy{visibility:hidden}.no-privy-overlay #privy-dialog-backdrop{display:none}.lightSvg path{fill:#fff}.userback-button{display:none!important}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-indigo-600::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.file\:p-2::file-selector-button{padding:.5rem}.file\:text-white::file-selector-button{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-800:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.hover\:file\:bg-indigo-500::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.group\/admin:hover .group-hover\/admin\:flex{display:flex}@keyframes _mltShdSpin_1wodp_1{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes _round_1wodp_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _flashingColor_1wodp_1{0%{color:var(--black)}70%{color:var(--white)}to{color:var(--black)}}@keyframes _previewScroll_1wodp_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}@keyframes _clonePreviewScroll_1wodp_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}._error_1wodp_56{font-family:Dogica;display:grid;grid-template:"animation detected text" "uh-oh uh-oh text" "make-moon-moves social text";height:100vh;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);color:#fff;background-color:#171717}@media (min-width: 320px) and (max-width: 1024px){._error_1wodp_56{height:initial;grid-template:"uh-oh" "detected" "text" "social" "logo" "footer";grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);gap:13px}._error_1wodp_56 ._linesTypingText_1wodp_75{margin-bottom:30px}}._gridItem_1wodp_80{background-color:#000;border-radius:8px;overflow:hidden;box-shadow:0 1px 6px #000}._gridItemAnimation_1wodp_86{grid-area:animation}@media (min-width: 320px) and (max-width: 1024px){._gridItemAnimation_1wodp_86{display:none;visibility:hidden}}._gridItemDetected_1wodp_95{grid-area:detected;display:flex;flex-direction:column;justify-content:space-between;padding:81px 0 30px}@media (min-width: 320px) and (max-width: 1024px){._gridItemDetected_1wodp_95{display:none;visibility:hidden}}._gridItemText_1wodp_108{padding:34px 30px;grid-area:text}@media (min-width: 320px) and (max-width: 1024px){._gridItemText_1wodp_108{padding:34px 12px 13px 16px}}._gridItemUhOh_1wodp_117{grid-area:uh-oh}@media (min-width: 320px) and (max-width: 1024px){._gridItemUhOh_1wodp_117{padding:109px 0 31px}}._gridItemMakeMoonMoves_1wodp_125{grid-area:make-moon-moves}@media (min-width: 320px) and (max-width: 1024px){._gridItemMakeMoonMoves_1wodp_125{display:none;visibility:hidden}}._gridItemSocial_1wodp_134{display:flex;justify-content:center;align-items:center;grid-area:social}@media (min-width: 320px) and (max-width: 1024px){._gridItemSocial_1wodp_134{height:394px}}._noiseAnimation_1wodp_146{width:100%}._noiseAnimationMobile_1wodp_149{display:none}@media (min-width: 320px) and (max-width: 1024px){._noiseAnimationMobile_1wodp_149{display:block;position:absolute;left:0;top:0;height:322px;opacity:.8}}._text_1wodp_163{height:100%;overflow:auto;font-weight:700;font-size:16px;line-height:33px;color:#fff;padding-right:10px}._text_1wodp_163::-webkit-scrollbar-track{background:var(--dark-grey);border-radius:29px}._text_1wodp_163::-webkit-scrollbar-thumb{background-color:var(--fixed-white);border-radius:29px}._text_1wodp_163::-webkit-scrollbar{width:8px}._text_1wodp_163::-webkit-scrollbar-track{margin-top:7px}@media (min-width: 320px) and (max-width: 1024px){._text_1wodp_163{height:812px}}._icon_1wodp_192{width:100%;height:100%}._detectedContent_1wodp_197,._gridItemUhOh_1wodp_117,._footer_1wodp_199{font-family:Poppins,sans-serif}._gridItemUhOh_1wodp_117{display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:900;text-transform:uppercase}._gridItemUhOh_1wodp_117 ._linesTypingText_1wodp_75{display:none}@media (min-width: 320px) and (max-width: 1024px){._gridItemUhOh_1wodp_117 ._linesTypingText_1wodp_75{display:flex}}._titleWrapper_1wodp_220{position:relative}._title_1wodp_220{white-space:nowrap;font-size:288px}._title_1wodp_220 br{display:none}@media (min-width: 320px) and (max-width: 1750px){._title_1wodp_220{font-size:220px}}@media (min-width: 320px) and (max-width: 1440px){._title_1wodp_220{font-size:160px}}@media (min-width: 320px) and (max-width: 767px){._title_1wodp_220{font-size:142px;text-align:center;letter-spacing:7.1px;line-height:80px}._title_1wodp_220 br{display:block}}._titleError_1wodp_253,._titleAlert_1wodp_254{position:absolute;top:0;left:0;font-size:24px;letter-spacing:7.2px}@media (min-width: 320px) and (max-width: 1440px){._titleError_1wodp_253,._titleAlert_1wodp_254{top:-25px}}@media (min-width: 320px) and (max-width: 767px){._titleError_1wodp_253,._titleAlert_1wodp_254{font-size:12px;top:-40px}}._titleError_1wodp_253{left:-75px;transform:rotate(-90deg) translate(-75%)}@media (min-width: 320px) and (max-width: 767px){._titleError_1wodp_253{left:-40px}}._titleAlert_1wodp_254{left:17px;line-height:27px;color:#d8d8d8}._linesTypingText_1wodp_75{justify-content:center}@media (min-width: 320px) and (max-width: 1024px){._linesTypingText_1wodp_75{width:100%}}._detectedContent_1wodp_197{display:flex;flex-direction:column;align-items:center;text-align:center}._detectedContentMobile_1wodp_306{display:none}@media (min-width: 320px) and (max-width: 1024px){._detectedContentMobile_1wodp_306{display:flex;margin:67px 0}}._detectedText_1wodp_316{font-weight:400;font-size:12px;line-height:16px;text-transform:initial;margin-bottom:18px}._detectedText_1wodp_316 span{color:#9c9c9c}@media (min-width: 320px) and (max-width: 1024px){._detectedText_1wodp_316{margin-bottom:12px}}._socials_1wodp_332{display:none}@media (min-width: 320px) and (max-width: 1024px){._socials_1wodp_332{display:flex;align-items:center;gap:21px}}._socialLink_1wodp_343{display:flex;justify-content:center;align-items:center;min-width:18px;min-height:18px}._icon_1wodp_192{height:initial}._telegramIcon_1wodp_355{width:18px}._instagramIcon_1wodp_359{width:14px}._discordIcon_1wodp_363{width:20px}._twitterIcon_1wodp_367{width:18px}._mobileBr_1wodp_371{display:none}@media (min-width: 320px) and (max-width: 767px){._mobileBr_1wodp_371{display:block}}._logoWrapper_1wodp_380{display:none}@media (min-width: 320px) and (max-width: 1024px){._logoWrapper_1wodp_380{display:block;height:97px;grid-area:logo}}._logo_1wodp_380{display:block;max-width:300px;margin:0 auto}._footer_1wodp_199{display:none}@media (min-width: 320px) and (max-width: 1024px){._footer_1wodp_199{grid-area:footer;display:block;color:#555;font-size:9px;font-weight:900;line-height:20px;padding:13px 0;text-align:center}}@keyframes _mltShdSpin_1i3bk_1{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes _round_1i3bk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _flashingColor_1i3bk_1{0%{color:var(--black)}70%{color:var(--white)}to{color:var(--black)}}@keyframes _previewScroll_1i3bk_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}@keyframes _clonePreviewScroll_1i3bk_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}._text_1i3bk_56{display:flex;font-family:Dogica;align-items:center;position:relative;height:85px;font-size:29px;line-height:13px;font-weight:700;padding-left:5px;margin-bottom:81px;color:#fff;text-transform:uppercase}@media (min-width: 320px) and (max-width: 1919px){._text_1i3bk_56{font-size:25px}}@media (min-width: 320px) and (max-width: 1650px){._text_1i3bk_56{font-size:21px}}@media (min-width: 320px) and (max-width: 1440px){._text_1i3bk_56{font-size:18px}}@media (min-width: 320px) and (max-width: 1200px){._text_1i3bk_56{font-size:15px}}@media (min-width: 320px) and (max-width: 1024px){._text_1i3bk_56{font-size:29px;justify-content:center}}@media (min-width: 320px) and (max-width: 767px){._text_1i3bk_56{font-size:17px;margin-bottom:69px}}._lines_1i3bk_103{position:absolute;left:-20px;top:0;width:calc(100% + 40px);overflow:hidden}@media (min-width: 320px) and (max-width: 1024px){._lines_1i3bk_103{width:100%;left:0}}@keyframes _mltShdSpin_1xx0p_1{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes _round_1xx0p_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _flashingColor_1xx0p_1{0%{color:var(--black)}70%{color:var(--white)}to{color:var(--black)}}@keyframes _previewScroll_1xx0p_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}@keyframes _clonePreviewScroll_1xx0p_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}._button_1xx0p_56{display:block;font-weight:700;font-size:12px;line-height:16px;color:var(--button-fg-1);padding:6px 8px;border-radius:8px;background-color:var(--button-bg-1)}._buttonFixedColors_1xx0p_66{color:var(--fixed-black);background-color:var(--yellow-fixed)}._buttonLight_1xx0p_70{background-color:var(--white);color:var(--black)}._buttonGrey_1xx0p_74{color:var(--button-fg-2);background-color:var(--button-bg-2)}._buttonGrey_1xx0p_74._buttonFixedColors_1xx0p_66{color:var(--fixed-white);background-color:var(--fixed-grey-middle)}._buttonLight_1xx0p_70._buttonFixedColors_1xx0p_66{background-color:var(--fixed-white);color:var(--fixed-black)}._buttonBorder_1xx0p_86{border:1px solid var(--grey-middle)}._button_1xx0p_56:not(._buttonLight_1xx0p_70):disabled{background-color:var(--grey-middle-3);color:var(--fifth-black)}._button_1xx0p_56:disabled{cursor:default}._button_1xx0p_56:hover:not(:disabled){color:var(--white);background-color:var(--button-hover-bg)}@keyframes _mltShdSpin_mars5_1{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes _round_mars5_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _flashingColor_mars5_1{0%{color:var(--black)}70%{color:var(--white)}to{color:var(--black)}}@keyframes _previewScroll_mars5_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}@keyframes _clonePreviewScroll_mars5_1{0%{transform:translate(0)}to{transform:translate(-4388px)}}._socials_mars5_56{position:relative;width:278px;height:267px}._socials_mars5_56:hover ._dottedLine_mars5_61{color:#fff;transform:translate(-50%,-50%) rotate(-90deg)}._socials_mars5_56:hover ._dottedLineFirst_mars5_65{left:50%;transform:translateY(-50%) rotate(0)}._socials_mars5_56:hover ._social_mars5_56{box-shadow:0 0 4px #fff;background-color:#000}._socials_mars5_56:hover ._socialMeets_mars5_73{visibility:hidden;opacity:0}._socials_mars5_56 ._social_mars5_56:hover{background-color:#fff}._socials_mars5_56 ._socialDisabled_mars5_80:hover{background-color:#171717;box-shadow:none}._social_mars5_56{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:8px;background-color:#171717;position:absolute;left:14px;top:14px;z-index:5;transition:.2s}._social_mars5_56:hover{background-color:#fff;color:#000}._socialDisabled_mars5_80:hover{color:#555}._socialX_mars5_106,._socialTelegram_mars5_106{left:50%;transform:translate(-50%)}._socialDiscord_mars5_110,._socialMeets_mars5_73{left:initial;right:14px;top:50%;transform:translateY(-50%)}._socialTelegram_mars5_106{top:initial;bottom:14px}._socialMeets_mars5_73{font-family:Poppins,sans-serif;font-weight:900;font-size:12px;line-height:12px;text-transform:uppercase;right:initial;left:14px}._social_mars5_56 svg{height:25px;width:initial}._lines_mars5_134{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:249px;height:239px;overflow:hidden}._dottedLine_mars5_61{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform:translate(-50%,-50%) rotate(-45deg);color:#555;transition:.45s}._dottedLineFirst_mars5_65{transform:translate(-50%,-50%) rotate(45deg)}
