@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alexandria%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter&family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Londrina+Sketch&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap);html{scroll-behavior:smooth}.app{font-family:var(--font-base)}.app__whitebg{background:rgba(26,26,26,.949);background-repeat:repeat}.app__primarybg{background:rgba(26,26,26,.949)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;color:var(--white);display:flex;justify-content:center;letter-spacing:2px}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{padding:2rem 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--lightGray-color)}.head-text{font-size:2.75rem;font-weight:800;line-height:72px;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.subhead-text{background:var(--very-dark-blue);border-radius:30px;color:var(--lightGray-color);font-size:.8rem;font-weight:lighter;letter-spacing:3px;margin-top:.5rem;padding:.4rem 1.5rem;text-transform:uppercase}.subhead-text:hover{box-shadow:0 0 25px var(--secondary-color);color:var(--lightGray-color)}@media screen and (max-width:698px){.subhead-text{letter-spacing:1px}}.p-text{color:var(--white);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;gap:2px;justify-content:flex-end}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--lightGray-color);border:1px solid var(--lightGray-color);border-radius:50%;justify-content:center;margin:.25rem 0;padding:.8rem;transition:all .3s ease-in-out}.app__social div svg{color:var(--white-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}@media screen and (max-width:900px){.app__social{margin-left:1rem}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--lightGray-color);border-radius:3px;color:var(--secondary-color);height:20px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:800px){.app__navigation .app__navigation-dot{visibility:hidden}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}btn{border:none;border:1px solid var(--white);border-radius:2px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-nunito);font-size:.9rem;font-weight:500;letter-spacing:.15rem;margin:2rem 0 0;outline:none;padding:.7rem 0;text-align:center;transition:all 5ms;width:200px}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item{align-items:center;display:flex;font-size:3rem;justify-content:flex-start;margin:2rem;position:relative;text-align:left;width:100%}.app__profile-item .app__profile-content{color:var(--white);display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:18px;font-weight:100;letter-spacing:1.3px;line-height:1.9rem;margin:5rem auto 0;width:50%}.app__profile-item img{border:1px solid var(--secondary-color);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.2);filter:grayscale(50%);height:400px;margin:0 auto 1rem;object-fit:cover;transform:translate3d(5px,40px,100px);width:400px;z-index:10}.app__profile-item img:hover{box-shadow:0 0 25px var(--secondary-color)}.app__profile-item .blob{background-image:url(/static/media/blob.de777dee6d3dc211c26a.svg);background-repeat:no-repeat;height:700px;position:absolute;top:-80px;transform:translate3d(5px,60px,100px);width:550px;z-index:1}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;text-align:center;width:370px}.app__profile-item img{height:320px}}@media screen and (max-width:1200px){.app__profile-item{align-items:end;flex-direction:column;margin:2rem 0}.app__profile-item img{height:200px;transform:none;width:200px}.app__profile-item .blob{display:none}.app__profile-item .app__profile-content{font-size:1rem;margin:2rem 0;text-align:left;width:100%}}.btn{border:none;border:1px solid var(--white);border-radius:2px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-nunito);font-size:.8rem;font-weight:500;letter-spacing:.15rem;margin:2rem 0 0;outline:none;padding:.7rem 0;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;width:200px}@media screen and (max-width:800px){.btn{font-size:.8rem}}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(12,8,8,.25);border:2px solid #fff;border-radius:.5rem;display:flex;height:5rem;justify-content:space-between;margin:1rem 2rem;padding:.5rem 2rem;position:fixed;width:95%;z-index:50}@media screen and (max-width:900px){.app__navbar{border:0;margin:0;width:100%}}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:50px;width:150px}@media screen and (max-width:900px){.app__navbar-logo img{width:120px}}.app__navbar-logo .logo{color:var(--secondary-color);font-size:1.8rem;font-weight:700}@media screen and (min-width:2000px){.app__navbar-logo .logo{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:end;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li a{border-radius:2px;color:var(--white);flex-direction:column;font-family:Cabin Sketch,sans-serif;font-size:1rem;font-style:normal;font-weight:500;padding:4px 8px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{border:2px solid var(--white);border-radius:2px;color:var(--secondary-color);font-size:1.1rem;padding:5px 9px;transition:all .3s ease-in-out}.app__navbar-links li:hover div{background:var(--secondary-color);transition:all .3s ease}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu .toggle{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:rgba(0,0,0,.903);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;transform:translate(100%);transition:all .3s linear;width:100%;z-index:6}.app__navbar-menu .toggle svg{color:var(--secondary-color);height:35px;margin:auto 1rem;width:35px}.app__navbar-menu .toggle ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu .toggle ul li{height:30px;margin:1rem}.app__navbar-menu .toggle ul li a{color:var(--white);font-size:1.3rem;font-weight:500;letter-spacing:2px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu .toggle ul li a:hover{color:var(--secondary-color);font-size:1.5rem}.app__navbar-menu .toggle ul li:hover{transition:all .3s ease-in-out}@media screen and (min-width:900px){.app__navbar-menu .toggle{display:none}}.app__navbar-menu .show-toggle{transform:translate(0)}@media screen and (min-width:900px){.app__navbar-menu{display:none}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{width:60%}.app__footer-cards .app__footer-card .flex{display:none}.app__footer-cards .app__footer-card img{height:30px;margin:0 .7rem;width:30px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:500px){.app__footer-cards .app__footer-card .flex{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;margin-top:2rem}}@media screen and (max-width:768px){.app__footer-cards{justify-content:space-around}}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--lightGray-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--lightGray-color);border:none;border-radius:7px;color:var(--very-dark-blue);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.hide{display:none}#home{background:rgba(26,26,26,.949);background-position:50%;background-repeat:repeat;background-size:cover;font-family:Helvatica,Arial,Helvetica sans-serif;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{color:#fff;text-align:center}.dot{color:var(--secondary-color);font-size:3rem}.app__header{flex:1 1;flex-direction:row;height:100%;padding:1rem 2rem 0;width:100%}.app__header .hero-pattern{margin-right:3rem;width:30%}.app__header .pattern-rotate{border:2px solid #fff;border-radius:2px;filter:grayscale(80%);margin-top:.2rem;padding:.5rem;transform:rotate(10deg);width:100%}.app__header .pattern-rotate:hover{filter:grayscale(50%)}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}@media screen and (max-width:1200px){.app__header .hero-pattern{display:none}}.app__header-info{align-items:center;display:flex;height:100%;width:100%}@media screen and (max-width:2000px){.app__header-info{width:50%}}@media screen and (max-width:1200px){.app__header-info{margin-left:auto;width:80%}}@media screen and (max-width:900px){.app__header-info{width:100%}}.app__header-badge{display:flex;flex-direction:column;font-family:Cabin Sketch,sans-serif;font-style:normal;font-weight:800;width:100%;z-index:30}.app__header-badge h1{color:var(--white);font-size:5rem;font-weight:500}.app__header-badge .badge-cmp .tag{color:var(--lightGray-color);font-family:var(--font-nanito);font-size:1.4rem;margin-left:-5rem}.app__header-badge .tag-cmp{display:flex;flex-direction:column;gap:10px;width:100%}.app__header-badge .tag-cmp p{color:var(--lightGray-color);letter-spacing:1.1px;line-height:1.9rem;text-transform:capitalize}.app__header-badge .tag-cmp p span{font-size:1rem}.app__header-badge .tag-cmp p .dot,.app__header-badge span{font-size:1.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:center;justify-content:center}.app__header-badge .tag-cmp{flex-direction:column;justify-content:center;width:100%}.app__header-badge .tag-cmp p{text-align:left}.app__header-badge .head-text{font-size:80px}.app__header-badge .badge-cmp .tag{text-align:left}}@media screen and (max-width:1200px)and (max-width:500px){.app__header-badge .badge-cmp .tag{margin-left:.2rem}}@media screen and (max-width:800px){.app__header-badge h1{font-size:3rem}}@media screen and (max-width:450px){.app__header-badge h1{font-size:2.5rem}}.app__header-img{align-items:center;display:flex;flex:1 1;height:100%;justify-content:space-around;position:relative;width:100%}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:100%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (min-width:1200px){.app__header-img .overlay_circle{display:none}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px var(--secondary-color)}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{color:var(--white);font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--lightGray-color);font-weight:400;margin-top:5px}.app__skills-exp-works .app__skills-exp-work p:last-child{color:#fff}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__work-filter .app__work-item{background-color:#000;border-radius:.2rem;font-family:Cabin Sketch,sans-serif;font-size:.9rem;font-style:bold;font-weight:700;text-transform:uppercase}.app__work-filter .app__work-item:hover{font-weight:500}.app__work-protfolio .app__work-item{background-color:var(--very-dark-blue);width:270px}@media screen and (man-width:300px){.app__work-protfolio .app__work-item{margin:1rem;width:100%}}.app__work-hover{background-color:rgba(79,77,77,.5)}.app__work-content .work-desc{color:var(--lightGray-color);font-size:.9rem}.app__work-content .read-btn{margin:1rem auto 0;padding:0 1rem}.app__work-content .read-btn:hover{font-size:14px;transform:scaleX(10px);transition:all .3s ease-in}.app__work-content .app__work-tag{position:absolute}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:4rem 0 2rem}.app__work-filter .app__work-item{background-color:var(--black-color);color:#fff;cursor:pointer;font-size:.8rem;font-weight:lighter;letter-spacing:2px;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-item:hover{background-color:var(--secondary-color);color:var(--black-color)}@media screen and (min-width:2000px){.app__work-filter .app__work-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--black-color)}.app__work-protfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-protfolio .app__work-item{background-color:#1b1212;border-radius:.5rem;color:var(--white-color);cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:500px}.app__work-protfolio .app__work-item:hover{box-shadow:0 0 5px var(--secondary-color)}@media screen and (min-width:2000px){.app__work-protfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:700px){.app__work-protfolio .app__work-item{margin:1rem;width:340px}}.app__work-img{filter:grayscale(80%);height:230px;position:relative;width:100%}.app__work-img img{background-position:50%;border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-img:hover{filter:grayscale(20%)}.app__work-hover{background-color:transparent;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover div{background-color:rgba(0,0,0,.5);border-radius:50%;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app__work-hover div svg{color:var(--secondary-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;transition:all .3s ease-in;width:100%}.app__work-content h4{color:var(--lightGray-color);line-height:1.5;margin-top:1rem}.app__work-content .desc{color:var(--lightGray-color);font-size:.8rem;margin-top:.8rem;opacity:0;overflow:hidden;transform:translateY(-5px);transition:max-height .5s ease;transition:opacity .5s ease,transform .5s ease}.app__work-content .desc .show{opacity:1;transform:translateY(0)}.app__work-content .read-btn{background-color:var(--lightGray-color);border:1px solid var(--secondary-color);border-radius:6px;color:var(--black-color);height:40px;margin:1rem 0;outline:none;padding:.5rem 1.3rem;transition:all .3s ease-in}.app__work-content .read-btn:hover{background:hsla(0,0%,100%,.169);color:#fff;transform:scaleY(2px);transition:all .3s ease-in-out}.app__work-content .app__work-tag{background-color:var(--lightGray-color);border-radius:10px;color:var(--black-color);padding:.5rem 1.3rem;top:-15px}.app__work-content .app__work-tag p{color:var(--primary-color)}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,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-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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;letter-spacing:inherit;line-height: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,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:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}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:rgba(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:rgba(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}}.fixed{position:fixed}.right-0{right:0}.top-\[35\%\]{top:35%}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.mb-2{margin-bottom:.5rem}.ml-\[-3rem\]{margin-left:-3rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-32{margin-top:8rem}.mt-5{margin-top:1.25rem}.flex{display:flex}.h-\[40vh\]{height:40vh}.w-auto{width:auto}.w-full{width:100%}.max-w-\[50\%\]{max-width:50%}.cursor-pointer{cursor:pointer}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.bg-\[\#F2F3F5\]{--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity))}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-cover{background-size:cover}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-4{padding-bottom:1rem;padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[\.8rem\]{font-size:.8rem}.text-\[16px\]{font-size:16px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-9{line-height:2.25rem}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.grayscale{--tw-grayscale:grayscale(100%)}.filter,.grayscale{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,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{--font-base:"DM Sans",sans-serif;--primary-color:#2c3758;--white:#fff;--secondary-color:#09f674;--black-color:#0f0e12cd;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--dark-gray-color:#616a78;--brown-color:#46364a;--white-color:#202c37;--very-dark-blue:#2b3945;--font-nunito:"Nunito Sans",sans-serif}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background-color:#fff;background-image:linear-gradient(#000 1px,transparent 0),linear-gradient(90deg,#000 1px,transparent 0);background-size:40px 40px;font-family:Poppins,sans-serif}a{text-decoration:none}.hover\:ml-1:hover{margin-left:.25rem}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;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))}.hover\:gap-5:hover{gap:1.25rem}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)}.hover\:bg-white\/50:hover{background-color:hsla(0,0%,100%,.5)}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.active\:bg-red-400:active{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.active\:bg-rose-200:active{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity))}@media not all and (min-width:1024px){.max-lg\:px-4{padding-left:1rem;padding-right:1rem}.max-lg\:text-sm{font-size:.875rem;line-height:1.25rem}}@media not all and (min-width:768px){.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:flex-col{flex-direction:column}.max-md\:text-center{text-align:center}}@media not all and (min-width:640px){.max-sm\:ml-2{margin-left:.5rem}.max-sm\:flex-col{flex-direction:column}.max-sm\:text-\[9px\]{font-size:9px}}@media (max-width:400px){.max-\[400px\]\:-ml-8{margin-left:-2rem}}@media (min-width:768px){.md\:justify-around{justify-content:space-around}.md\:p-\[1rem\]{padding:1rem}}@media (min-width:1024px){.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}
/*# sourceMappingURL=main.43690123.css.map*/