@import"https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular,bold,italic&subset=latin,latin-ext";@import"https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap";#root{margin:0;padding:0;box-sizing:border-box;width:100vw}.fade_in{opacity:0;animation:fade_in 1s ease-in-out;touch-action:none}.projectImagesWidth{max-width:calc(100vw - 100px)}.animateIn{animation:animateIn .2s ease-in-out}.journeyWidth{width:calc(100vw - 430px)}.linearWhite{background:linear-gradient(to right,#fff,#444);opacity:60%}.bubble{position:absolute;background-color:#3498db;color:#fff;border-radius:50%;padding:10px;animation:bubbleAnimation 5s ease-in-out infinite}.float{animation:bubbleAnimation 2s ease-in-out infinite}@keyframes bubbleAnimation{0%{transform:translateY(-3px)}50%{transform:translateY(3px)}to{transform:translateY(-3px)}}@keyframes animateIn{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@media screen and (max-width: 1000px){.fade_in{-webkit-user-select:none;user-select:none;touch-action:none}}@keyframes fade_in{0%{opacity:0%}to{opacity:50%}}.gochi-hand-regular{font-family:Gochi Hand,cursive;font-weight:400;font-style:normal}.poppins-thin{font-family:Poppins,sans-serif;font-weight:100;font-style:normal}.poppins-extralight{font-family:Poppins,sans-serif;font-weight:200;font-style:normal}.poppins-light{font-family:Poppins,sans-serif;font-weight:300;font-style:normal}.poppins-regular{font-family:Poppins,sans-serif;font-weight:400;font-style:normal}.poppins-medium{font-family:Poppins,sans-serif;font-weight:500;font-style:normal}.poppins-semibold{font-family:Poppins,sans-serif;font-weight:600;font-style:normal}.poppins-bold{font-family:Poppins,sans-serif;font-weight:700;font-style:normal}.poppins-extrabold{font-family:Poppins,sans-serif;font-weight:800;font-style:normal}.poppins-black{font-family:Poppins,sans-serif;font-weight:900;font-style:normal}.poppins-thin-italic{font-family:Poppins,sans-serif;font-weight:100;font-style:italic}.poppins-extralight-italic{font-family:Poppins,sans-serif;font-weight:200;font-style:italic}.poppins-light-italic{font-family:Poppins,sans-serif;font-weight:300;font-style:italic}.poppins-regular-italic{font-family:Poppins,sans-serif;font-weight:400;font-style:italic}.poppins-medium-italic{font-family:Poppins,sans-serif;font-weight:500;font-style:italic}.poppins-semibold-italic{font-family:Poppins,sans-serif;font-weight:600;font-style:italic}.poppins-bold-italic{font-family:Poppins,sans-serif;font-weight:700;font-style:italic}.poppins-extrabold-italic{font-family:Poppins,sans-serif;font-weight:800;font-style:italic}.poppins-black-italic{font-family:Poppins,sans-serif;font-weight:900;font-style:italic}#hi{color:#90ee90;font-weight:300;overflow:hidden;border-right:.15em solid orange;white-space:nowrap;margin:0 auto -150px;font-family:monospace;letter-spacing:.15em;animation:drop 1s ease-in,typing .75s steps(90,end),blink-caret .75s step-end infinite;-webkit-user-select:none;user-select:none;font-size:15px;padding:0 10px}#name{font-size:1000%;font-weight:800;animation:fadeIn 1.5s ease-in;margin-top:20px;text-align:center;-webkit-user-select:none;user-select:none;text-shadow:0 0 10px 0 rgba(0,0,0,.5)}#title{font-size:50px;opacity:0%;-webkit-user-select:none;user-select:none}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}@keyframes drop{0%{opacity:0}20%{opacity:100}}@keyframes scrollName{to{scale:2;opacity:0}}@keyframes scrollTitle{to{scale:1.5;opacity:100%}}@keyframes moveOut{to{opacity:0}}@keyframes fadeIn{0%{opacity:0%;font-size:950%}70%{opacity:0%;font-size:950%}75%{opacity:25%}80%{opacity:50%;font-size:950%}to{opacity:100%;font-size:1000%}}@keyframes fadeIn_medium{0%{opacity:0%;font-size:450%}70%{opacity:0%;font-size:450%}75%{opacity:25%}80%{opacity:50%;font-size:450%}to{opacity:100%;font-size:500%}}@keyframes fadeIn_small{0%{opacity:0%;font-size:250%}70%{opacity:0%;font-size:250%}75%{opacity:25%}80%{opacity:50%;font-size:250%}to{opacity:100%;font-size:300%}}@media screen and (max-width: 1000px){#name{font-size:500%;animation:fadeIn_medium 1.5s ease-in}#title{font-size:50px}}@media screen and (max-width: 600px){#name{font-size:300%;animation:fadeIn_small 1.5s ease-in}#title{font-size:30px}#hi{font-size:60%}}.textContainer{font-size:1.8rem}@media screen and (min-width: 1920px){.textContainer{font-size:1.8rem}}@media screen and (max-width: 1000px){.textContainer{font-size:1.5rem}}@media screen and (max-width: 600px){.textContainer{font-size:1.5rem}}@media screen and (max-width: 400px){.textContainer{font-size:1.2rem}}.gridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:20px;column-gap:120px;row-gap:40px;text-align:center;margin-top:30px}.fadeIn{opacity:0;transform:translateY(100px);animation:SkillFadeIn linear forwards;animation-timeline:view();animation-range-start:cover 15%;animation-range-end:cover 42%}.gridElement:hover{box-shadow:0 0 20px 10px #19ff0033;scale:1.1;background:#151515}.icon{width:50px;height:50px}.gridElement{transition:scale 1s;-webkit-transition:scale 1s}.title,.referencewidth,.journeyWidth{width:70%}.title h1{font-size:70px}.title h3{font-size:20px}@keyframes SkillFadeIn{to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1000px){.journeyWidth{width:calc(100vw - 250px)}}@media screen and (max-width: 600px){.title,.referencewidth{width:90%}.journeyWidth{width:calc(100vw - 100px)}.gridLayout{display:flex;flex-direction:column;justify-content:center;align-items:center}.title h1{font-size:45px}.title h3{font-size:18px;margin-left:0}}@media screen and (max-width: 400px){.title,.referencewidth{width:85%}.journeyWidth{width:calc(100vw - 50px)}.gridLayout{display:flex;flex-direction:column;justify-content:center;align-items:center}.title h1{font-size:40px}.title h3{font-size:18px;margin-left:0}}.resumeComponent_right,.resumeComponent_left{opacity:0;animation:slideIn linear forwards;animation-timeline:view();animation-range-start:10%;animation-range-end:30%}.resumeComponent_right{transform:translate(100px)}.resumeComponent_left{transform:translate(-100px)}.component h2{background:linear-gradient(90deg,#ff0202,#ff8f00 16%,#f10e7f 37%,#e41855 73%,#ffd4d4);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:900;background-size:400% 400%;animation:anim 6s infinite}.component a{color:#000040}.component a:hover{color:#505050}@keyframes anim{0%{background-position:0% 50%}50%{background-position:50% 100%}to{background-position:0% 50%}}.borderCustom_education{border-top:10px solid orange}.borderCustom_projects{border-top:10px solid yellowgreen}.borderCustom_certifications{border-top:10px solid cyan}.borderCustom_achievements{border-top:10px solid wheat}.borderCustom_references{border-top:10px solid palevioletred}.borderCustom_links{border-top:10px solid purple}.resumeTitle{font-size:25px}@keyframes slideIn{to{transform:translate(0);opacity:1}}@media screen and (max-width: 1000px){.resumeComponent_right{transform:translate(50px)}.resumeComponent_left{transform:translate(-50px)}}@media screen and (max-width: 600px){.resumeComponent_right{transform:translate(15px)}.resumeComponent_left{transform:translate(-15px)}}@media screen and (max-width: 400px){.resumeComponent_right{transform:translate(15px)}.resumeComponent_left{transform:translate(-15px)}.resumeTitle{font-size:25px}}.parent{position:relative;background-size:400 400;background-size:400% 400%}.parent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.projectsGridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;column-gap:140px;row-gap:40px;text-align:center;margin-top:30px}.contactGridLayout{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:70%;gap:30px}.blur{filter:blur(5px)}.blur:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(5px);background-color:#0003}.drop-up{animation:dropIn .5s ease-in-out}@keyframes dropIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width: 600px){.gridLayout,.referencewidth{display:flex;flex-direction:column;justify-content:center;align-items:center}}*,: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;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]){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::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--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: }.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}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-5{top:1.25rem}.-z-20{z-index:-20}.z-10{z-index:10}.z-20{z-index:20}.z-\[-1000\]{z-index:-1000}.z-\[-3000\]{z-index:-3000}.m-\[20px\]{margin:20px}.m-auto{margin:auto}.mb-2{margin-bottom:.5rem}.mb-\[-10px\]{margin-bottom:-10px}.mb-\[10px\]{margin-bottom:10px}.mb-\[40px\]{margin-bottom:40px}.mb-\[5px\]{margin-bottom:5px}.ml-\[-40px\]{margin-left:-40px}.ml-\[10px\]{margin-left:10px}.ml-\[50px\]{margin-left:50px}.ml-\[5px\]{margin-left:5px}.mr-\[-40px\]{margin-right:-40px}.mr-\[10px\]{margin-right:10px}.mr-\[20px\]{margin-right:20px}.mr-\[30px\]{margin-right:30px}.mr-\[50px\]{margin-right:50px}.mt-2{margin-top:.5rem}.mt-\[10px\]{margin-top:10px}.mt-\[15px\]{margin-top:15px}.mt-\[20px\]{margin-top:20px}.mt-\[30px\]{margin-top:30px}.mt-\[40px\]{margin-top:40px}.mt-\[5px\]{margin-top:5px}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.h-8{height:2rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[150px\]{height:150px}.h-\[200px\]{height:200px}.h-\[250px\]{height:250px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[60px\]{height:60px}.h-\[70px\]{height:70px}.h-\[80\%\]{height:80%}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[150px\]{min-height:150px}.min-h-\[250px\]{min-height:250px}.min-h-\[3px\]{min-height:3px}.min-h-screen{min-height:100vh}.w-8{width:2rem}.w-\[100px\]{width:100px}.w-\[150px\]{width:150px}.w-\[40px\]{width:40px}.w-\[46\%\]{width:46%}.w-\[5px\]{width:5px}.w-\[60px\]{width:60px}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\[150px\]{min-width:150px}.min-w-\[250px\]{min-width:250px}.max-w-\[200px\]{max-width:200px}.max-w-\[80\%\]{max-width:80%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.rotate-180{--tw-rotate: 180deg;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))}.rotate-90{--tw-rotate: 90deg;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))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-y-scroll{overflow-y:scroll}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[20px\]{border-radius:20px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[5px\]{border-radius:5px}.border-2{border-width:2px}.border-\[\#3bffde\]{--tw-border-opacity: 1;border-color:rgb(59 255 222 / var(--tw-border-opacity))}.bg-\[\#000000\]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-\[\#111111\]{--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity))}.bg-\[\#140909\]{--tw-bg-opacity: 1;background-color:rgb(20 9 9 / var(--tw-bg-opacity))}.bg-\[\#171717\]{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.bg-\[\#232323\]{--tw-bg-opacity: 1;background-color:rgb(35 35 35 / var(--tw-bg-opacity))}.bg-\[\#2a5b84\]{--tw-bg-opacity: 1;background-color:rgb(42 91 132 / var(--tw-bg-opacity))}.bg-\[\#39c4ab\]{--tw-bg-opacity: 1;background-color:rgb(57 196 171 / var(--tw-bg-opacity))}.bg-\[\#3de8ff\]{--tw-bg-opacity: 1;background-color:rgb(61 232 255 / var(--tw-bg-opacity))}.bg-\[\#707894\]{--tw-bg-opacity: 1;background-color:rgb(112 120 148 / var(--tw-bg-opacity))}.bg-\[\#A7A7A7\]{--tw-bg-opacity: 1;background-color:rgb(167 167 167 / var(--tw-bg-opacity))}.bg-\[\#E298F2\]{--tw-bg-opacity: 1;background-color:rgb(226 152 242 / var(--tw-bg-opacity))}.bg-\[\#cf9dfd\]{--tw-bg-opacity: 1;background-color:rgb(207 157 253 / var(--tw-bg-opacity))}.bg-\[\#f8a829\]{--tw-bg-opacity: 1;background-color:rgb(248 168 41 / var(--tw-bg-opacity))}.bg-\[rgba\(0\,0\,0\,0\.3\)\]{background-color:#0000004d}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-\[10px\]{padding:10px}.p-\[20px\]{padding:20px}.p-\[30px\]{padding:30px}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-\[10px\]{font-size:10px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[23px\]{font-size:23px}.text-\[25px\]{font-size:25px}.text-\[30px\]{font-size:30px}.text-\[70px\]{font-size:70px}.font-bold{font-weight:700}.leading-loose{line-height:2}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#000040\]{--tw-text-opacity: 1;color:rgb(0 0 64 / var(--tw-text-opacity))}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#001e36\]{--tw-text-opacity: 1;color:rgb(0 30 54 / var(--tw-text-opacity))}.text-\[\#003B57\]{--tw-text-opacity: 1;color:rgb(0 59 87 / var(--tw-text-opacity))}.text-\[\#007396\]{--tw-text-opacity: 1;color:rgb(0 115 150 / var(--tw-text-opacity))}.text-\[\#00758F\]{--tw-text-opacity: 1;color:rgb(0 117 143 / var(--tw-text-opacity))}.text-\[\#007acc\]{--tw-text-opacity: 1;color:rgb(0 122 204 / var(--tw-text-opacity))}.text-\[\#009688\]{--tw-text-opacity: 1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-\[\#00ADD8\]{--tw-text-opacity: 1;color:rgb(0 173 216 / var(--tw-text-opacity))}.text-\[\#00aaff\]{--tw-text-opacity: 1;color:rgb(0 170 255 / var(--tw-text-opacity))}.text-\[\#00ff00\]{--tw-text-opacity: 1;color:rgb(0 255 0 / var(--tw-text-opacity))}.text-\[\#00ffff\]{--tw-text-opacity: 1;color:rgb(0 255 255 / var(--tw-text-opacity))}.text-\[\#239120\]{--tw-text-opacity: 1;color:rgb(35 145 32 / var(--tw-text-opacity))}.text-\[\#264de4\]{--tw-text-opacity: 1;color:rgb(38 77 228 / var(--tw-text-opacity))}.text-\[\#330D3E\]{--tw-text-opacity: 1;color:rgb(51 13 62 / var(--tw-text-opacity))}.text-\[\#336791\]{--tw-text-opacity: 1;color:rgb(51 103 145 / var(--tw-text-opacity))}.text-\[\#393665\]{--tw-text-opacity: 1;color:rgb(57 54 101 / var(--tw-text-opacity))}.text-\[\#3DDC84\]{--tw-text-opacity: 1;color:rgb(61 220 132 / var(--tw-text-opacity))}.text-\[\#3ECF8E\]{--tw-text-opacity: 1;color:rgb(62 207 142 / var(--tw-text-opacity))}.text-\[\#3af5ff\]{--tw-text-opacity: 1;color:rgb(58 245 255 / var(--tw-text-opacity))}.text-\[\#3bffde\]{--tw-text-opacity: 1;color:rgb(59 255 222 / var(--tw-text-opacity))}.text-\[\#3c240c\]{--tw-text-opacity: 1;color:rgb(60 36 12 / var(--tw-text-opacity))}.text-\[\#42A5F5\]{--tw-text-opacity: 1;color:rgb(66 165 245 / var(--tw-text-opacity))}.text-\[\#43e456\]{--tw-text-opacity: 1;color:rgb(67 228 86 / var(--tw-text-opacity))}.text-\[\#47848f\]{--tw-text-opacity: 1;color:rgb(71 132 143 / var(--tw-text-opacity))}.text-\[\#4DB33D\]{--tw-text-opacity: 1;color:rgb(77 179 61 / var(--tw-text-opacity))}.text-\[\#4affa5\]{--tw-text-opacity: 1;color:rgb(74 255 165 / var(--tw-text-opacity))}.text-\[\#512BD4\]{--tw-text-opacity: 1;color:rgb(81 43 212 / var(--tw-text-opacity))}.text-\[\#61DBFB\]{--tw-text-opacity: 1;color:rgb(97 219 251 / var(--tw-text-opacity))}.text-\[\#68A063\]{--tw-text-opacity: 1;color:rgb(104 160 99 / var(--tw-text-opacity))}.text-\[\#888888\]{--tw-text-opacity: 1;color:rgb(136 136 136 / var(--tw-text-opacity))}.text-\[\#A6120D\]{--tw-text-opacity: 1;color:rgb(166 18 13 / var(--tw-text-opacity))}.text-\[\#A7A7A7\]{--tw-text-opacity: 1;color:rgb(167 167 167 / var(--tw-text-opacity))}.text-\[\#AE4DFF\]{--tw-text-opacity: 1;color:rgb(174 77 255 / var(--tw-text-opacity))}.text-\[\#B125EA\]{--tw-text-opacity: 1;color:rgb(177 37 234 / var(--tw-text-opacity))}.text-\[\#BE24AA\]{--tw-text-opacity: 1;color:rgb(190 36 170 / var(--tw-text-opacity))}.text-\[\#CC342D\]{--tw-text-opacity: 1;color:rgb(204 52 45 / var(--tw-text-opacity))}.text-\[\#D7D7D7\]{--tw-text-opacity: 1;color:rgb(215 215 215 / var(--tw-text-opacity))}.text-\[\#FFA611\]{--tw-text-opacity: 1;color:rgb(255 166 17 / var(--tw-text-opacity))}.text-\[\#FFE783\]{--tw-text-opacity: 1;color:rgb(255 231 131 / var(--tw-text-opacity))}.text-\[\#c6ff00\]{--tw-text-opacity: 1;color:rgb(198 255 0 / var(--tw-text-opacity))}.text-\[\#e34c26\]{--tw-text-opacity: 1;color:rgb(227 76 38 / var(--tw-text-opacity))}.text-\[\#e676e6\]{--tw-text-opacity: 1;color:rgb(230 118 230 / var(--tw-text-opacity))}.text-\[\#f0db4f\]{--tw-text-opacity: 1;color:rgb(240 219 79 / var(--tw-text-opacity))}.text-\[\#f57070\]{--tw-text-opacity: 1;color:rgb(245 112 112 / var(--tw-text-opacity))}.text-\[\#ff4a4a\]{--tw-text-opacity: 1;color:rgb(255 74 74 / var(--tw-text-opacity))}.text-\[\#ffe032\]{--tw-text-opacity: 1;color:rgb(255 224 50 / var(--tw-text-opacity))}.text-\[\#fff\],.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[lightcoral\]{--tw-text-opacity: 1;color:rgb(240 128 128 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-\[20\%\]{opacity:20%}.opacity-\[80\%\]{opacity:80%}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hover\:bg-\[red\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.hover\:opacity-\[60\%\]:hover{opacity:60%}
