header{padding:var(--headerpadding)}.logo-and-open-icon{position:fixed;background:linear-gradient(to right,#000,#1f1f1f);height:100px;width:100%;display:flex;align-items:center;justify-content:space-between;z-index:20;padding-inline:var(--headerpadding);box-shadow:0 19px 3px -18px #faebd780}@media screen and (max-width: 500px){.logo-and-open-icon{height:80px}}.site-logo{text-align:center;text-decoration:none;color:#fff;line-height:.5cm;overflow-y:hidden;text-shadow:2px 2px 4px #faebd7;font-size:1.5rem;font-weight:700;padding:5px 5px 5px 0;cursor:pointer;display:inline-flex;flex-direction:column}.site-logo__line{display:block;transition:transform .45s cubic-bezier(.22,1,.36,1),letter-spacing .45s ease}.site-logo:hover .site-logo__line:first-child{transform:translate(4px);letter-spacing:.08em}.site-logo:hover .site-logo__line:last-child{transform:translate(-4px);letter-spacing:.08em}.open-nav-icon,.close-nav-icon{background-color:#fff;color:#000;height:50px;width:50px;font-size:2rem;display:flex;justify-content:center;align-items:center;transition:transform .45s cubic-bezier(.34,1.4,.64,1),background-color .3s ease,color .3s ease;z-index:10;cursor:pointer;border:none;padding:0}@media screen and (max-width: 500px){.open-nav-icon,.close-nav-icon{height:35px;width:35px;font-size:1.5rem}}.open-nav-icon:hover{transform:rotate(90deg) scale(1.06);background-color:#faebd7}.close-nav-icon{position:absolute;right:0;margin:30px}.close-nav-icon:hover{transform:rotate(90deg) scale(1.06);background-color:#faebd7}.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .45s ease;z-index:19}.nav-backdrop--open{opacity:1;pointer-events:auto}header nav{position:fixed;background:linear-gradient(to bottom,#000,#353232);right:0;top:0;width:750px;height:100vh;z-index:20;transform:translate(105%);transition:transform .65s cubic-bezier(.22,1,.36,1);will-change:transform}.add-nav-css{transform:translate(0)}@media screen and (max-width: 970px){header nav{width:100%}}header nav ul{margin:80px 100px 50px}nav ul h2{opacity:.5}.wave-emoji{display:inline-block;transform-origin:70% 70%;animation:waveHand 1.6s ease-in-out infinite}@keyframes waveHand{0%,to{transform:rotate(0)}15%{transform:rotate(18deg)}30%{transform:rotate(-10deg)}45%{transform:rotate(18deg)}60%{transform:rotate(-6deg)}75%{transform:rotate(12deg)}}@media (prefers-reduced-motion: reduce){.wave-emoji{animation:none}}.nav-heading-animate{animation:navHeadingIn .55s cubic-bezier(.22,1,.36,1) both}@keyframes navHeadingIn{0%{opacity:0;transform:translate(24px);filter:blur(4px)}to{opacity:.5;transform:translate(0);filter:blur(0)}}.all-nav-items{perspective:800px}.list-arrow-and-nav-items-con{display:flex;align-items:center;margin-top:30px}@media screen and (max-width: 500px){header nav ul{margin-bottom:30px}.list-arrow-and-nav-items-con{margin-top:15px}}header nav ul a{text-decoration:none;color:#fff}.list-arrow{height:2px;width:0;background:linear-gradient(to right,#faebd7,#fff);margin-right:0;opacity:0;transition:width .35s cubic-bezier(.22,1,.36,1),margin-right .35s ease,opacity .25s ease}.list-arrow--active{width:28px;margin-right:10px;opacity:1}header nav ul li{width:-moz-fit-content;width:fit-content;list-style-type:none;transition:transform .35s cubic-bezier(.22,1,.36,1),letter-spacing .35s ease,opacity .35s ease;cursor:pointer;position:relative}header nav ul li:hover{transform:translate(8px);letter-spacing:.04em}.add-nav-item-css{opacity:0;animation:showNavItem .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.12s + var(--nav-i, 0) * .1s)}@keyframes showNavItem{0%{opacity:0;transform:translate(36px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}.nav-hori{margin-top:30px;width:20%;border:none;height:1px;background:rgba(255,255,255,.35);transform-origin:left center}.add-nav-hori-line-css{animation:expandLine .9s cubic-bezier(.22,1,.36,1) .45s forwards}@keyframes expandLine{0%{width:12%;opacity:.3}to{width:100%;opacity:1}}@media screen and (max-width: 500px){.nav-hori{margin-top:15px}}header nav footer{text-align:center;line-height:1.2cm}.nav-footer-animate{animation:navFooterIn .7s cubic-bezier(.22,1,.36,1) .55s both}@keyframes navFooterIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.nav-footer-animate .platform-icons a{opacity:0;animation:iconPop .5s cubic-bezier(.34,1.4,.64,1) forwards}.nav-footer-animate .platform-icons a:nth-child(1){animation-delay:.65s}.nav-footer-animate .platform-icons a:nth-child(2){animation-delay:.75s}.nav-footer-animate .platform-icons a:nth-child(3){animation-delay:.85s}.nav-footer-animate .platform-icons a:nth-child(4){animation-delay:.95s}.nav-footer-animate .platform-icons a:nth-child(5){animation-delay:1.05s}@keyframes iconPop{0%{opacity:0;transform:translateY(12px) scale(.7)}to{opacity:.5;transform:translateY(0) scale(1)}}.platform-icons{margin-top:2rem}.platform-icons a{text-decoration:none;opacity:.5;color:#fff;margin:20px;font-size:20px;display:inline-block;transition:transform .3s cubic-bezier(.34,1.4,.64,1),opacity .3s ease,font-size .3s ease}.platform-icons a:hover{font-size:25px;opacity:1;transform:translateY(-4px)}@media screen and (max-width: 500px){.platform-icons{margin-top:20px}}.side-icons-css{position:fixed;bottom:30px}.side-icons-css a{display:block;width:-moz-fit-content;width:fit-content;animation:sideIconFloat 3.6s ease-in-out infinite}.side-icons-css a:nth-child(2){animation-delay:.35s}.side-icons-css a:nth-child(3){animation-delay:.7s}.side-icons-css a:nth-child(4){animation-delay:1.05s}.side-icons-css a:nth-child(5){animation-delay:1.4s}@keyframes sideIconFloat{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@media screen and (max-width: 700px){.side-icons-css{display:none}}@media (prefers-reduced-motion: reduce){.site-logo__line,.open-nav-icon,.close-nav-icon,.nav-backdrop,header nav,.list-arrow,header nav ul li,.platform-icons a,.side-icons-css a{transition:none!important;animation:none!important}header nav{transform:translate(105%)}.add-nav-css{transform:translate(0)}.add-nav-item-css,.nav-heading-animate,.nav-footer-animate,.nav-footer-animate .platform-icons a{opacity:1;animation:none;transform:none;filter:none}}.hero-sect{max-width:var(--maxwidth);margin:6rem auto;display:flex;justify-content:space-between;height:80vh;min-height:500px}@media screen and (max-width: 1500px){.hero-sect{padding-inline:var(--pagepadding)}}@media screen and (max-width: 970px){.hero-sect{flex-direction:column;align-items:center;padding-inline:0;height:auto}}@media screen and (max-width: 600px){.hero-sect{margin-block:3rem}}.intro-about-me{width:45%;align-self:flex-end;padding-bottom:2rem}.frontend-wizard{font-size:18px;font-weight:900;margin-bottom:-20px;margin-left:20px;width:-moz-fit-content;width:fit-content;background:linear-gradient(105deg,#faebd7 0%,#f59e0b 25%,#38bdf8 50%,#faebd7 75%,#f59e0b 100%);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media screen and (max-width: 970px){.frontend-wizard{font-size:14px;display:block;margin:0 auto -10px;text-align:center}}@media screen and (max-width: 560px){.frontend-wizard{margin-bottom:-5px}}@media screen and (min-width: 1200px){.intro-about-me{padding-bottom:7vw}}@media screen and (max-width: 970px){.intro-about-me{width:80%;align-self:center;text-align:center}}@media screen and (max-width: 700px){.intro-about-me{width:95%}}.intro-about-me h1{font-size:5.5vw;margin-bottom:20px}.intro-about-me p{font-size:25px}.intro-about-me p span{font-weight:900;color:#faebd7}.image-con{position:relative;width:50%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px}.image-con img{position:absolute;inset:0;width:100%;height:100%;border-radius:5px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;pointer-events:none}@media screen and (max-width: 700px){.intro-about-me h1{font-size:2rem}.intro-about-me p{font-size:18px}.image-con{width:300px}}@media screen and (max-width: 560px){.intro-about-me h1{font-size:1.5rem}.intro-about-me p{font-size:16px}.image-con{width:90%}}.body-sect{max-width:var(--maxwidth);margin:8rem auto 3rem;text-align:center;background-color:var(--bodysection);border-radius:5px;padding-block:8rem}@media screen and (max-width: 1500px){.body-sect{margin-inline:var(--pagepadding)}}@media screen and (min-width: 1500px){.body-sect{max-width:1700px}}@media screen and (max-width: 970px){.body-sect{width:100%;margin:0;padding:4rem 2rem}}.content-con{max-width:600px;margin:0 auto}.content-con h2{font-size:3.2rem}@media screen and (max-width: 970px){.content-con h2{font-size:6vw}}.content-con p{font-size:25px;margin-top:30px}@media screen and (max-width: 700px){.content-con p{font-size:18px}}.line-con{height:150px;margin-block:7rem 5rem;display:flex;justify-content:center;align-items:stretch}.body-section-line{position:relative;width:2px;height:100%;display:flex;flex-direction:column;align-items:center}.line-track{position:absolute;inset:0;width:2px;left:50%;background:linear-gradient(to bottom,transparent 0%,rgba(250,235,215,.85) 12%,#fff 50%,rgba(250,235,215,.85) 88%,transparent 100%)}.line-node{position:absolute;left:50%;width:10px;height:10px;border-radius:50%;border:1.5px solid #faebd7;background:var(--bodysection);z-index:2}.line-node--top{top:-4px}.line-node--bottom{bottom:-4px}.line-traveler{position:absolute;left:50%;top:0;width:8px;height:8px;border-radius:50%;background:#faebd7;opacity:0;z-index:3;box-shadow:0 0 10px #faebd78c}.content-con .body-sect-footer h2{font-size:3rem}@media screen and (max-width: 970px){.line-con{margin-block:4rem 2rem;height:100px}.content-con .body-sect-footer h2{font-size:6vw}}.content-con .body-sect-footer p{font-size:25px}@media screen and (max-width: 700px){.content-con .body-sect-footer p{font-size:18px}}.story{max-width:var(--maxwidth);margin:0 auto;font-size:25px;display:flex;justify-content:space-between;padding-top:8rem}@media screen and (max-width: 1500px){.story{padding-inline:var(--pagepadding)}}@media screen and (min-width: 1500px){.story{padding-inline:100px}}@media screen and (max-width: 700px){.story{padding-inline:20px}}.mystory-title-con{width:15%}.mystory-content{width:75%}@media screen and (max-width: 970px){.story{flex-direction:column}.mystory-title-con{width:100%}.mystory-content{width:100%;margin-top:30px}}.mystory-content p{line-height:1cm}.mystory-content p:not(:first-child){margin-top:30px}.mystory-content p:first-child span{font-weight:900}@media screen and (max-width: 970px){.story{font-size:18px}.mystory-content p:not(:first-child){margin-top:20px}.mystory-content p{line-height:.8cm}}.mystory-content a{color:#faebd7}.mystory-skills{margin-top:30px}.mystory-skills-heading{font-weight:900;margin-bottom:1.25rem}.mystory-skill-group+.mystory-skill-group{margin-top:1.15rem}.mystory-skill-group h3{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#faebd7;opacity:.7;margin-bottom:.6rem}.mystory-skill-group ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.mystory-skill-group li{padding:6px 12px;border:1px solid rgba(250,235,215,.22);border-radius:999px;font-size:.8rem;font-weight:600;line-height:1.3;color:#faebd7}@media screen and (max-width: 970px){.mystory-skills{margin-top:20px}}.projects{max-width:var(--maxwidth);margin:4rem auto;padding-top:8rem;overflow:clip}.projects-sect{display:block;overflow:clip}.mobile_projects-sect{display:none;overflow:clip}.projects-group,.projects-group-list{overflow:clip}@media screen and (max-width: 1500px){.projects{padding-inline:var(--pagepadding)}}@media screen and (min-width: 1500px){.projects{padding-inline:100px}}@media screen and (max-width: 970px){.projects{font-size:18px}.projects-sect{display:none}.mobile_projects-sect{display:block}}@media screen and (max-width: 700px){.projects{padding-inline:20px;padding-top:8rem}}.projects h2{font-size:3rem}.projects>p{font-size:20px;opacity:.5;margin-bottom:4rem}@media screen and (max-width: 700px){.projects h2{font-size:2rem}.projects>p{font-size:16px;margin-bottom:3rem}}@media screen and (max-width: 970px){.projects>p{margin-bottom:0rem}}@media screen and (min-width: 1400px){.projects-sect{margin-top:8rem}}.projects-group{margin-top:4rem}.projects-group:first-child{margin-top:0}.projects-group-heading{margin-bottom:3rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.18)}.project-reveal,.project-heading-reveal{opacity:0}@media (prefers-reduced-motion: reduce){.project-reveal,.project-heading-reveal{opacity:1}}.projects-group-heading h3{font-size:1.75rem;margin:0 0 .5rem;letter-spacing:.01em}.projects-group-heading p{margin:0;font-size:1rem;opacity:.55;max-width:40rem}.projects-group-heading.in-use h3{color:#4ade80}.projects-group-heading.not-in-use h3{color:#fbbf24}@media screen and (max-width: 700px){.projects-group{margin-top:3rem}.projects-group-heading{margin-bottom:.5rem;padding-bottom:1rem}.projects-group-heading h3{font-size:1.35rem}.projects-group-heading p{font-size:.9rem}}.image-and-summary{display:flex;justify-content:space-between;align-items:center}.projects-group-list .image-and-summary:nth-child(even){flex-direction:row-reverse;text-align:right}.projects-group-list .image-and-summary:not(:first-child){margin-top:5rem}@media screen and (min-width: 1400px){.projects-group-list .image-and-summary:not(:first-child){margin-top:12rem}}.project-image-con{width:55%;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#161616}.project-image-con img{width:100%;display:block;transition:transform .5s ease}.project-image-con img:hover{transform:scale(1.03)}.projects-summary{width:40%}.projects-summary .project-index{display:block;margin:0 0 .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;font-size:1.875rem;letter-spacing:.04em;line-height:1;color:#9ca3af}.mobile-project-title .project-index{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;font-size:1.525rem;letter-spacing:.04em;color:#9ca3af}.project-blurb,.projects-summary .project-blurb{opacity:.62;margin-bottom:14px;line-height:1.6}.project-stack{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:0;list-style:none}.project-stack li{padding:4px 10px;border:1px solid rgba(250,235,215,.2);border-radius:999px;font-size:12px;font-weight:600;color:#faebd7;opacity:.9}.github-request{font-size:13px;opacity:.55}.mobile_image-and-summary{margin-top:4rem}.mobile_project-image-con{width:100%;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.mobile_project-image-con img{display:block;width:100%;height:auto}.mobile-project-title{display:flex;align-items:baseline;gap:10px;margin-bottom:.6rem}.mobile-project-title h3{margin:0;font-size:1.5rem;font-weight:700}.mobile_projects-summary-con{opacity:.85}.mobile_projects-icons{display:flex;align-items:center;gap:12px;margin-top:.75rem}.mobile_projects-icons a{color:#fff;opacity:.75;font-size:18px}@media screen and (max-width: 970px){.image-and-summary{flex-direction:column}.projects-group-list .image-and-summary:nth-child(even){flex-direction:column;text-align:left}.project-image-con{width:100%}.projects-summary{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.projects-summary-con{width:70%}}@media screen and (max-width: 840px){.projects-summary-con{width:100%}}.projects-summary h3{margin-block:0 12px;font-size:30px;line-height:1.2}@media screen and (max-width: 500px){.projects-group-list .image-and-summary:not(:first-child){margin-top:3rem}.projects-summary h3{font-size:20px}}.projects-icons{display:flex;align-items:center}.projects-group-list .image-and-summary:nth-child(even) .projects-icons{margin-left:auto;width:-moz-fit-content;width:fit-content}.projects-icons a:first-child{padding-bottom:5px}.projects-summary a{margin:10px;color:#fff;opacity:.7;font-size:20px}.projects-summary a:hover{transform:scale(1.2)}.login-details{display:flex;flex-direction:column;gap:.45rem;width:100%;max-width:22rem;margin:0 0 1.1rem;padding:.85rem .95rem;border:1px solid rgba(250,235,215,.18);border-radius:10px;background:rgba(255,255,255,.04);text-align:left;opacity:1}.login-details--compact{max-width:none;margin-block:.7rem 1rem}.login-details__eyebrow{margin:0 0 .15rem;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#faebd7;opacity:.85}.login-details__row{display:flex;flex-direction:row;align-items:center;gap:.4rem;min-width:0}.login-details .login-details__label,.projects-summary .login-details__label{flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.55;line-height:1.4}.login-details__value-wrap{display:flex;flex:1;align-items:center;gap:.4rem;min-width:0}.login-details .login-details__value,.projects-summary .login-details__value{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.4;color:#fff;opacity:1}.login-details__copy{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:rgba(255,255,255,.08);color:#faebd7;cursor:pointer;font-size:11px}.login-details__copy:hover{background:rgba(250,235,215,.18)}.login__details__button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin-top:.35rem;border:none;padding:8px 1rem;border-radius:8px;cursor:pointer;background-color:#1d4ed8;color:#fff;opacity:1;font-weight:600;font-size:13px;transition:background-color .2s ease,transform .15s ease}.login__details__button:hover{background-color:#2563eb;transform:translateY(-1px)}.login__details__button:active{background-color:#1e40af;transform:none}.projects-group-list .image-and-summary:nth-child(even) .login-details{margin-left:auto}@media screen and (max-width: 560px){.projects-summary h3,.mobile_projects-summary h3{font-size:22px}.projects-summary p,.mobile_projects-summary-con p{font-size:14px}.projects-summary a{margin:5px;font-size:13px}.projects-summary a:hover{font-size:13px}}.view-github-con{margin-top:5rem;display:flex;align-items:center;width:270px;margin-inline:auto}@media screen and (max-width: 500px){.view-github-con{margin-top:3rem}}.view-github-con a{text-decoration:none;color:#fff;display:block;font-size:20px}.view-github-con a:hover{text-decoration:underline}.arrow-to-github{display:block;margin:7px 10px 0;animation:arrowToGithub ease-in-out .5s infinite}@keyframes arrowToGithub{0%{margin-left:8px}to{margin-left:15px}}.contact-me{max-width:var(--maxwidth);margin:0 auto;padding-top:8rem}@media screen and (max-width: 1500px){.contact-me{padding-inline:var(--pagepadding)}}@media screen and (min-width: 1500px){.contact-me{padding-inline:100px}}@media screen and (max-width: 700px){.contact-me{padding-inline:20px;padding-top:5rem}}.contact-header{max-width:1000px;margin:0 auto;padding-inline:30px}.contact-header h2{text-align:center;font-size:3rem;margin-bottom:20px}.contact-input-sect{display:flex;justify-content:space-between;margin-block:4rem;opacity:.5}@media screen and (max-width: 970px){.contact-header h2{font-size:6vw}.contact-input-sect{flex-direction:column}}@media screen and (max-width: 500px){.contact-header{padding-inline:0}.contact-header h2{font-size:30px;margin-bottom:10px}}.contact-details{width:30%;font-size:16px}.each-contact{display:flex;align-items:center}.each-contact:not(:first-child){margin-top:20px}.each-contact p{margin-left:15px}.contact-me form{width:65%}@media screen and (max-width: 970px){.contact-details,.contact-me form{width:100%}}.form-feedback{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;width:100%;margin-bottom:1.25rem;padding:12px 16px;border-radius:8px;border:1px solid transparent;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background-color .2s ease,border-color .2s ease}.form-feedback.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.form-feedback p{margin:0;font-size:15px;font-weight:600;line-height:1.4;text-align:left}.form-feedback__content{display:flex;flex-direction:column;gap:6px;min-width:0}.form-feedback__errors{margin:0;padding-left:1.1rem;list-style:disc}.form-feedback__errors li{font-size:13px;font-weight:500;line-height:1.45;text-transform:capitalize}.form-feedback__icon{flex-shrink:0;font-size:18px;margin-top:2px;align-self:flex-start}.form-feedback--error{background:rgba(239,68,68,.12);border-color:#ef444473;color:#fca5a5}.form-feedback--success{background:rgba(34,197,94,.12);border-color:#22c55e73;color:#86efac}.form-feedback--loading{background:rgba(250,235,215,.08);border-color:#faebd759;color:#faebd7}.form-feedback__icon--spin{animation:feedbackSpin .9s linear infinite}@keyframes feedbackSpin{to{transform:rotate(360deg)}}@media screen and (max-width: 500px){.form-feedback p{font-size:14px}}@media (prefers-reduced-motion: reduce){.form-feedback,.form-feedback__icon--spin{transition:none;animation:none}}.name-and-email-sect{display:flex;justify-content:space-between}.name-con,.email-con{width:47%}@media screen and (max-width: 970px){.name-and-email-sect{flex-direction:column}.email-con,.name-con{width:100%;margin-top:60px}}.contact-me form input,.contact-me form textarea{border:none;border-bottom:2px solid #fff;background-color:inherit;outline:none;color:#fff;height:60px;width:100%;font-size:16px}@media screen and (max-width: 500px){.email-con,.name-con{margin-top:40px}.contact-me form input,.contact-me form textarea{height:40px}}.contact-me form textarea::-webkit-scrollbar{width:6px}.contact-me form textarea::-webkit-scrollbar-track{background:#0d0d0d}.contact-me form textarea::-webkit-scrollbar-thumb{background-color:#000;border-radius:20px;border:3px solid gray}.subject-con,.message-con{margin-top:60px}@media screen and (max-width: 500px){.subject-con,.message-con{margin-top:40px}}.contact-me form input:disabled,.contact-me form textarea:disabled{opacity:.6;cursor:not-allowed}.contact-me form textarea{resize:none;margin-top:20px;height:auto;min-height:120px}.send-message{margin:40px 10px 20px;border:2px solid #fff;background-color:inherit;color:#fff;padding:10px 50px;font-size:16px;border-radius:30px;cursor:pointer}.send-message:disabled{opacity:.55;cursor:not-allowed;animation:none}.send-message:hover:not(:disabled){animation:sendMessage ease-in-out .5s infinite}@keyframes sendMessage{0%{box-shadow:none}to{box-shadow:0 0 4px 6px #e1e1e199}}@media screen and (max-width: 500px){.send-message{padding:8px 30px}}.footer{margin-block:8rem 5rem;text-align:center;padding-inline:var(--pagepadding)}.header-footer h3{font-size:2.5rem;margin-bottom:20px}@media screen and (max-width: 700px){.footer{margin-top:5rem;padding-inline:20px}.header-footer h3{font-size:1.8rem}}.header-footer>p{font-size:20px}@media screen and (max-width: 500px){.header-footer h3{font-size:1.5rem}.header-footer>p{font-size:16px}}.copyright-con{width:-moz-fit-content;width:fit-content;margin-top:10rem;margin-inline:auto;display:flex;align-items:center;opacity:.5;font-weight:500}.copyright-con>p{margin-left:5px}@media screen and (max-width: 400px){.copyright-con>p{margin-left:3px;font-size:16px}}*,: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}.hidden{display:none}.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)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--bodybg: #0d0d0d;--bodysection: #1f1f1f;--maxwidth: 1500px;--headerpadding: 30px;--pagepadding: 100px}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip;scroll-behavior:smooth}body{background-color:var(--bodybg);color:#fff;font-size:18px;overflow-x:clip}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:#0d0d0d}body::-webkit-scrollbar-thumb{background-color:#000;border-radius:20px;border:3px solid gray}
