@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,Arial,Helvetica,sans-serif}@media print{body{display:none}}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.education-container{align-items:center;min-height:100vh;padding:4rem 1rem;transition:all .3s;display:flex}.education-content{width:100%;max-width:1200px;margin:0 auto}.education-title{text-align:center;background:linear-gradient(#52629c,#032579);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.education-subtitle{text-align:center;opacity:.8;margin-bottom:3rem;font-size:1.1rem}.education-timeline{opacity:0;padding:2rem 0;transition:opacity .8s,transform .8s;position:relative;transform:translateY(20px)}.timeline-item{margin-bottom:3rem;display:flex;position:relative}.timeline-marker{z-index:2;flex-direction:column;align-items:center;margin-right:1.5rem;display:flex;position:relative}.marker-icon{color:#fff;background:linear-gradient(#52629c,#032579);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-left:-5px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 10px #6e8efb4d}.tLight{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.tDark{background:linear-gradient(135deg,#e7eeff 0%,#b1caff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.marker-line{background:linear-gradient(#6e8efb80,#0000);width:2px;height:2rem}.timeline-content{flex:1;padding-bottom:2rem}.tDark{color:#fff}.education-container{padding:60px 20px;transition:background-color .3s,color .3s}.education-title{text-align:center;margin-bottom:40px;font-size:2.5rem}.light-theme{color:#333;background-color:#f4f4f4}.dark-theme{color:#f1f1f1;background-color:#1e1e1e}.tLog{color:#333}.tDog{color:#ddd}.tLp{color:#555}.tDp{color:#bbb}.education-timeline{opacity:0;transition:opacity 1s ease-out,transform 1s ease-out;transform:translateY(40px)}.education-timeline.animate{opacity:1;transform:translateY(0)}.timeline-item{margin-bottom:50px;margin-left:60px;position:relative}.marker-line{background-color:#ccc;flex:1;width:2px}.timeline-content{background-color:inherit;border:1px solid #0000;border-radius:8px;padding:20px;transition:background-color .3s}.education-card{background-color:#ffffff0d;border-radius:10px;padding:20px;box-shadow:0 0 10px #0000001a}.card-header{justify-content:space-between;align-items:center;display:flex}.education-date{opacity:.8;font-size:.9rem;font-weight:500}.status-badge{align-items:center;margin-top:10px;font-size:.85rem;font-weight:600;display:flex}.education-card{border-radius:12px;height:100%;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.education-card:before{content:"";background:linear-gradient(#52629c,#032579);width:5px;height:100%;position:absolute;top:0;left:0}.education-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.card-header h3{flex:1;margin:0;font-size:1.3rem;font-weight:600}.education-date{border-radius:20px;margin-left:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.institution{margin-bottom:.75rem;font-size:1rem;font-weight:500}.education-description{opacity:.9;margin-bottom:1.25rem;line-height:1.6}.status-badge{border-radius:20px;align-items:center;margin-bottom:1rem;padding:.35rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.status-dot{border-radius:50%;width:8px;height:8px;margin-right:.5rem}.status-badge.in-progress{color:#ffc107;background-color:#ffc10726}.status-badge.in-progress .status-dot{background-color:#ffc107}.status-badge.completed{color:#005714;background-color:#28a74526}.status-badge.completed .status-dot{background-color:#28a745}.progress-bar{background-color:#0000001a;border-radius:3px;height:6px;margin-top:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#6e8efb,#a777e3);border-radius:3px;height:100%;transition:width 1.5s ease-in-out}.achievement-tag{margin-top:.75rem}.tag{color:#6e8efb;background-color:#6e8efb26;border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.light-theme .education-container{color:#323232;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f0 100%)}.light-theme .education-card{background:#fff;box-shadow:0 6px 24px #0000000d,0 0 0 1px #00000014}.light-theme .education-date{color:#323232;background-color:#f1f3f9}.dark-theme .education-container{color:#e2e8f0;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%)}.dark-theme .education-card{background:#2d3748}.dark-theme .education-date{color:#e2e8f0;background-color:#4a5568}.dark-theme .progress-bar{background-color:#ffffff1a}@media (max-width:768px){.education-container{padding:2rem 1rem}.timeline-item{margin-left:0}.education-title{font-size:2rem}.card-header{flex-direction:column}.education-date{margin-top:.5rem;margin-left:0}.timeline-item{flex-direction:column}.timeline-marker{flex-direction:row;margin-bottom:1rem;margin-right:0}.marker-line{background:linear-gradient(90deg,#6e8efb80,#0000);width:1.5rem;height:2px}}@media (max-width:480px){.education-title{font-size:1.75rem}.card-header h3{font-size:1.15rem}.education-card{padding:1.25rem}}.dark-theme{background-color:#171e47}
.hero{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero.bg-light{color:#1a1a1a;background-color:#f8faff}.hero.bg-dark{color:#fff;background-color:#101029}.social-item{background:#ffffff14;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:10px;display:flex;box-shadow:0 8px 32px #00000026}.social-item:hover{box-shadow:0 54px 55px #00000040,0 -12px 30px #0000001f,0 4px 6px #0000001f,0 12px 13px #0000002b,0 -3px 5px #00000017}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.gradient-blob{filter:blur(80px);background:radial-gradient(circle,#3e70ec26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite float,8s ease-in-out infinite pulse;position:absolute;top:-100px;right:-100px}.gradient-blob-2{filter:blur(90px);background:radial-gradient(circle,#79b8ff1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:18s ease-in-out infinite float-reverse,10s ease-in-out 2s infinite pulse;position:absolute;bottom:-150px;left:-150px}.grid-pattern{opacity:.3;background-image:linear-gradient(#3e70ec0d 1px,#0000 1px),linear-gradient(90deg,#3e70ec0d 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.floating-shapes{width:100%;height:100%;position:absolute;top:0;left:0}.shape{opacity:.1;border-radius:50%;position:absolute}.shape-1{background:linear-gradient(135deg,#3e70ec,#79b8ff);width:100px;height:100px;animation:12s ease-in-out infinite float,15s ease-in-out infinite scale;top:20%;left:10%}.shape-2{background:linear-gradient(135deg,#2a1454,#3e70ec);width:80px;height:80px;animation:14s ease-in-out infinite float-reverse,12s ease-in-out infinite scale;top:60%;right:15%}.shape-3{background:linear-gradient(135deg,#79b8ff,#2a1454);width:120px;height:120px;animation:16s ease-in-out infinite float,18s ease-in-out infinite scale;bottom:10%;left:20%}.geometric-elements{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.square-element{opacity:.07;background:linear-gradient(135deg,#3e70ec,#79b8ff);animation:20s linear infinite rotate,15s ease-in-out infinite pulse-opacity;position:absolute}.square-1{width:60px;height:60px;animation-delay:0s;top:15%;right:20%}.square-2{background:linear-gradient(135deg,#2a1454,#3e70ec);width:40px;height:40px;animation-delay:3s;bottom:25%;left:15%}.square-3{background:linear-gradient(135deg,#79b8ff,#2a1454);width:80px;height:80px;animation-delay:6s;top:70%;right:10%}.triangle-element{opacity:.08;width:0;height:0;animation:18s ease-in-out infinite float-triangle,12s ease-in-out infinite pulse-opacity;position:absolute}.triangle-1{border-bottom:70px solid #3e70ec;border-left:40px solid #0000;border-right:40px solid #0000;animation-delay:1s;top:25%;left:5%}.triangle-2{border-top:85px solid #79b8ff;border-left:50px solid #0000;border-right:50px solid #0000;animation-delay:4s;bottom:15%;right:8%}.triangle-3{border-bottom:60px solid #2a1454;border-left:35px solid #0000;border-right:35px solid #0000;animation-delay:7s;top:10%;right:25%}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(10px,-15px)rotate(5deg)}66%{transform:translate(-5px,10px)rotate(-3deg)}}@keyframes float-reverse{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(-10px,15px)rotate(-5deg)}66%{transform:translate(5px,-10px)rotate(3deg)}}@keyframes float-triangle{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(15px,-10px)rotate(10deg)}50%{transform:translate(-10px,15px)rotate(-8deg)}75%{transform:translate(-5px,-15px)rotate(5deg)}}@keyframes pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}@keyframes pulse-opacity{0%,to{opacity:.07}50%{opacity:.15}}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-wrapper{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;padding:6rem 0 3rem;display:grid;position:relative}@media (min-width:992px){.hero-wrapper{grid-template-columns:1.2fr 1fr;gap:4rem;padding:8rem 0 4rem}}.intro-text{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-description{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}@media (min-width:768px){.intro-text{font-size:3.5rem}.hero-description{font-size:1.2rem}}.hero-right{justify-content:center;align-items:center;display:flex}.profile-image-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.profile-frame{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:15s ease-in-out infinite morphing;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000026}.profile-glow{opacity:.2;filter:blur(40px);z-index:-1;background:linear-gradient(45deg,#3e70ec,#79b8ff,#3e70ec);width:120%;height:120%;animation:8s ease-in-out infinite pulse,20s linear infinite rotate;position:absolute;top:-10%;left:-10%}.profile-border-animation{border-radius:inherit;z-index:-1;opacity:.7;background:linear-gradient(45deg,#3e70ec,#79b8ff,#2a1454,#3e70ec) 0 0/400% 400%;animation:6s infinite gradient-border;position:absolute;inset:-2px}.profile-image{aspect-ratio:3/4;object-fit:cover;border:6px solid #ffffff1a;width:100%;max-width:320px;height:auto;transition:all .5s;display:block}.profile-frame:hover .profile-image{transform:scale(1.03)}.decorative-element{z-index:-1;border-radius:50%;position:absolute}.dec-1{opacity:.6;filter:blur(10px);background:linear-gradient(135deg,#3e70ec,#79b8ff);width:40px;height:40px;top:-20px;right:-10px}.dec-2{opacity:.6;filter:blur(8px);background:linear-gradient(135deg,#2a1454,#3e70ec);width:30px;height:30px;bottom:30px;left:-20px}.dec-3{opacity:.6;filter:blur(6px);background:linear-gradient(135deg,#79b8ff,#2a1454);width:25px;height:25px;top:50%;right:-15px}.geo-dec-1{opacity:.7;filter:blur(5px);background:linear-gradient(135deg,#3e70ec,#79b8ff);border-radius:4px;width:20px;height:20px;animation:4s ease-in-out infinite pulse;bottom:40px;right:-15px}.geo-dec-2{opacity:.7;filter:blur(4px);border-bottom:20px solid #2a1454;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;animation:5s ease-in-out 1s infinite pulse;top:-15px;left:-15px}@keyframes morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes gradient-border{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-actions{margin-top:2rem}.card-flex{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:640px){.card-flex{flex-direction:row;align-items:center}}.download-btn{cursor:pointer;border:2px solid #0000;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s}.cv-light{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);box-shadow:0 10px 25px #3e70ec4d}.cv-dark{background:linear-gradient(135deg,#293469 0%,#3e70ec 100%);box-shadow:0 10px 25px #3e70ec66}.download-link{align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:flex;color:#fff!important}.download-link:hover{color:#fff!important}.social-icons{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.scroll-banner{z-index:2;background:linear-gradient(90deg,#3c6ae1 0%,#3443a1 100%);padding:15px 0;display:flex;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 5px 15px #0000001a}.scroll-item{color:#fff;white-space:nowrap;align-items:center;gap:.75rem;padding:0 1.5rem;font-size:.9rem;font-weight:600;animation:20s linear infinite scroll;display:flex}.star-icon{filter:brightness(0)invert()}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 1.5rem))}}.scroll-banner:hover .scroll-item{animation-play-state:paused}.floating-nav{z-index:100;align-items:center;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.floating-nav-toggle{cursor:pointer;z-index:101;background:#3e70ec;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1rem;padding:0;display:none;box-shadow:0 4px 15px #3e70ec4d}.floating-nav-toggle span{background:#fff;width:24px;height:2px;margin:3px 0;transition:all .3s;display:block}.floating-nav-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.floating-nav-item{background:#3e70ec;border-radius:8px 0 0 8px;transition:right .4s,background .3s;position:relative;right:-85px;box-shadow:0 54px 55px #00000040,0 -12px 30px #0000001f,0 4px 6px #0000001f,0 12px 13px #0000002b,0 -3px 5px #00000017}.floating-nav-item:hover{background:#2a56d0;right:0}.floating-nav-link{color:#fff;white-space:nowrap;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;display:flex}.nav-label{opacity:0;transition:opacity .3s}.floating-nav-item:hover .nav-label{opacity:1}@media (max-width:768px){.floating-nav{top:auto;bottom:2rem;right:1rem;transform:none}.floating-nav-toggle{display:flex}.floating-nav-list{opacity:0;visibility:hidden;background:#fff;border-radius:12px;padding:1rem;transition:all .3s;position:fixed;bottom:80px;right:1rem;transform:translateY(20px);box-shadow:0 10px 30px #00000026}.floating-nav.open .floating-nav-list{opacity:1;visibility:visible;transform:translateY(0)}.floating-nav-item{box-shadow:none;background:0 0;border-radius:8px;right:0}.floating-nav-item:hover{background:#f0f4ff}.floating-nav-link{color:#1a1a1a;padding:.5rem}.nav-label{opacity:1}.hero.bg-dark .floating-nav-list{background:#1a1a2e}.hero.bg-dark .floating-nav-item:hover{background:#2a2a4e}.hero.bg-dark .floating-nav-link{color:#fff}}@media (prefers-reduced-motion:reduce){.gradient-blob,.gradient-blob-2,.shape,.square-element,.triangle-element,.profile-frame,.profile-glow,.profile-border-animation,.decorative-element,.scroll-item,.floating-nav-item{transition:none!important;animation:none!important}}@media (max-width:480px){.hero-wrapper{gap:2rem;margin-top:3rem;padding:4rem 0 2rem}.intro-text{text-align:center;font-size:2rem}.hero-description{text-align:justify;font-size:1rem}.card-flex{justify-content:center;align-items:center}.profile-image{aspect-ratio:3/4;max-width:240px}.scroll-banner{padding:.75rem 0;font-size:.85rem;transform:rotate(-1deg)}.floating-nav{display:none}}@media (min-width:600px) and (max-width:900px){.hero-wrapper{grid-template-columns:1fr;gap:3rem;padding:6rem 0 3rem}.intro-text{text-align:center;font-size:2.8rem}.hero-description{text-align:center;font-size:1.15rem}.card-flex{flex-direction:column;justify-content:center}.profile-image{max-width:280px}}@media (min-width:901px) and (max-width:1199px){.hero-wrapper{grid-template-columns:1.2fr 1fr;gap:3rem;padding:6rem 1rem 3rem}.intro-text{font-size:3.2rem}.hero-description{text-align:justify;font-size:15px}.hero-actions{margin-top:5rem}.profile-image{max-width:300px}}@media (min-width:1200px){.hero-wrapper{gap:5rem;padding:8rem 0 4rem}.intro-text{font-size:4rem}.hero-description{font-size:1.25rem}.profile-image{max-width:320px}}
.Header-module__uO3NCW__header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#ffffff63;border:1px solid #fff9;justify-content:space-between;width:100%;height:70px;padding:1.2rem 2rem;display:flex;position:fixed;box-shadow:0 4px 20px #00000014}.Header-module__uO3NCW__header.Header-module__uO3NCW__scrolled{background-color:#ffffff63;box-shadow:0 4px 20px #00000014}.Header-module__uO3NCW__header-left{z-index:1100;align-items:center;display:flex}.Header-module__uO3NCW__logo-link{align-items:center;transition:transform .3s;display:flex}.Header-module__uO3NCW__logo-link:hover{transform:scale(1.03)}.Header-module__uO3NCW__logo{object-fit:contain;margin-top:10px;transition:all .3s}.Header-module__uO3NCW__nav{align-items:center;gap:30px;display:flex}.Header-module__uO3NCW__nav-list{gap:32px;margin:0;padding:0;list-style:none;display:flex}.Header-module__uO3NCW__nav-list li{position:relative}.Header-module__uO3NCW__nav-list li.Header-module__uO3NCW__active-link:after{content:"";-webkit-backdrop-filter:blur(10px);border:1px solid #fff3;width:100%;height:3px;position:absolute;bottom:-8px;left:0}@keyframes Header-module__uO3NCW__scaleIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Header-module__uO3NCW__nav-link{cursor:pointer;padding:8px 4px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Header-module__uO3NCW__nav-link:before{content:"";background-color:var(--accent-color);width:0;height:2px;transition:all .3s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Header-module__uO3NCW__nav-link:hover:before{width:70%}.Header-module__uO3NCW__cl-light{color:var(--text-color-light)}.Header-module__uO3NCW__cl-light:hover{color:var(--accent-color)}.Header-module__uO3NCW__cl-dark{color:var(--text-color-dark)}.Header-module__uO3NCW__cl-dark:hover{color:var(--accent-color)}.Header-module__uO3NCW__nav-theme-toggle{margin-left:20px}.Header-module__uO3NCW__mobile-controls{align-items:center;gap:20px;padding:56px;display:none}.Header-module__uO3NCW__mobile-theme-toggle{display:none}.Header-module__uO3NCW__burger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:flex;position:relative}.Header-module__uO3NCW__burger span{transform-origin:50%;background-color:#001e60;border-radius:3px;width:100%;height:3px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block}.Header-module__uO3NCW__burger.Header-module__uO3NCW__open span:first-child{width:100%;transform:rotate(45deg)translate(6px,6px)}.Header-module__uO3NCW__burger.Header-module__uO3NCW__open span:nth-child(2){opacity:0;transform:translate(-10px)}.Header-module__uO3NCW__burger.Header-module__uO3NCW__open span:nth-child(3){width:100%;transform:rotate(-45deg)translate(6px,-6px)}@media (max-width:768px){.Header-module__uO3NCW__nav{border-left:1px solid var(--border-color);z-index:1050;text-align:center;background-color:#d6e5f5fc;flex-direction:column;justify-content:start;gap:40px;width:100%;height:100vh;padding:40px 24px;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__uO3NCW__nav-list li:hover{color:#00533b;background-color:#ffffff47;border-radius:7px;width:200px;margin:0 auto;box-shadow:0 0 0 1px #0000000d}.Header-module__uO3NCW__header{padding:1.2rem 0}.Header-module__uO3NCW__nav.Header-module__uO3NCW__open{transform:translate(0)}.Header-module__uO3NCW__nav-list{flex-direction:column;gap:30px;width:100%;margin:4rem 0}.Header-module__uO3NCW__nav-list li{opacity:0;width:100%;animation:.5s forwards Header-module__uO3NCW__fadeInRight;transform:translate(20px)}.Header-module__uO3NCW__nav-list li:first-child{animation-delay:.1s}.Header-module__uO3NCW__nav-list li:nth-child(2){animation-delay:.15s}.Header-module__uO3NCW__nav-list li:nth-child(3){animation-delay:.2s}.Header-module__uO3NCW__nav-list li:nth-child(4){animation-delay:.25s}.Header-module__uO3NCW__nav-list li:nth-child(5){animation-delay:.3s}@keyframes Header-module__uO3NCW__fadeInRight{to{opacity:1;transform:translate(0)}}.Header-module__uO3NCW__nav-list li.Header-module__uO3NCW__active-link:after{content:none}.Header-module__uO3NCW__nav-list li.Header-module__uO3NCW__active-link .Header-module__uO3NCW__nav-link{color:var(--accent-color);font-weight:700}.Header-module__uO3NCW__nav-link{width:100%;padding:10px 0;font-size:1.2rem;display:block}.Header-module__uO3NCW__nav-link:before,.Header-module__uO3NCW__nav-theme-toggle{display:none}.Header-module__uO3NCW__mobile-controls{align-items:center;gap:20px;display:flex;position:relative;top:-2.4rem}.Header-module__uO3NCW__mobile-theme-toggle{display:block}.Header-module__uO3NCW__header-left{flex-grow:1}body.Header-module__uO3NCW__nav-open:before{content:"";z-index:1040;-webkit-backdrop-filter:blur(4px);background:#0006;animation:.3s forwards Header-module__uO3NCW__fadeIn;position:fixed;inset:0}@keyframes Header-module__uO3NCW__fadeIn{0%{opacity:0}to{opacity:1}}}.Header-module__uO3NCW__header.Header-module__uO3NCW__dark{--bg-color:#101029;--text-color:#eaeaea;--accent-color:#79b8ff;--bg-color-scrolled:#1e1e1eeb;--text-color-light:#eaeaea;--text-color-dark:#eaeaea;--border-color:#ffffff14}@media (min-width:768px) and (max-width:1024px){.Header-module__uO3NCW__logo{margin-top:20px;margin-left:-12px}.Header-module__uO3NCW__nav-list{gap:28px}.Header-module__uO3NCW__nav-link{font-size:1.05rem}}@media (min-width:600px) and (max-width:767px){.Header-module__uO3NCW__burger{width:28px;height:19px}.Header-module__uO3NCW__nav-list li{font-size:1.1rem}}@media (max-width:599px){.Header-module__uO3NCW__logo{margin-top:20px}.Header-module__uO3NCW__nav-link{padding:10px 0;font-size:1.1rem}.Header-module__uO3NCW__burger{width:24px;height:19px;margin-right:-32px}}@media (min-width:1200px){.Header-module__uO3NCW__nav-link{font-size:1.05rem}}
.Footer-module__qP5oUa__footer{-webkit-backdrop-filter:blur(5px);padding:1rem;transition:background .3s,color .3s;box-shadow:0 4px 30px #0000001a}.Footer-module__qP5oUa__light{color:#333;background:#fff}.Footer-module__qP5oUa__dark{color:#ddd;background:#1e1e1e}.Footer-module__qP5oUa__content{text-align:center}.Footer-module__qP5oUa__text{margin:0;font-size:.9rem}@media screen and (min-width:720px){.Footer-module__qP5oUa__text{font-size:1rem}}
