@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}html{scroll-behavior:smooth}*{transition-duration:.2s;transition-property:opacity,transform,background-color,border-color,color,fill,stroke}.header{background:#0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:50}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #60a5fa4d;box-shadow:0 4px 12px #0006}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0;padding:1rem 2rem;width:100%}.logo{margin-right:auto}.logo img{height:10vh;transition:transform .3s ease;width:auto}.logo img:hover{transform:scale(1.05)}.navbar-desktop{margin-left:auto}.navbar-desktop ul{display:flex;gap:2rem;list-style:none}.navbar-desktop a{color:#e2e8f0;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-desktop a:hover{color:#60a5fa}.navbar-desktop a:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-desktop a:hover:after{width:100%}.hamburger-btn{background:none;border:none;color:#e2e8f0;cursor:pointer;font-size:1.8rem;transition:color .3s ease}.hamburger-btn:hover{color:#60a5fa}.navbar-mobile{background-color:#010723;box-shadow:-4px 0 12px #00000080;display:flex;flex-direction:column;height:100%;padding:2rem 1.5rem;position:fixed;right:-100%;top:0;transition:right .4s ease;width:70%;z-index:100}.navbar-mobile.active{right:0}.close-menu-btn{align-self:flex-end;background:none;border:none;color:#e2e8f0;cursor:pointer;font-size:1.8rem;margin-bottom:2rem;transition:color .3s ease}.close-menu-btn:hover{color:#60a5fa}.navbar-mobile ul{display:flex;flex-direction:column;gap:1.5rem;list-style:none}.navbar-mobile a{color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s ease,transform .2s ease}.navbar-mobile a:hover{color:#93c5fd;transform:translateX(5px)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;overflow:hidden;position:relative}.background-motion{inset:0;overflow:hidden;position:absolute}.motion-circle{border-radius:50%;opacity:.2;position:absolute}.motion-circle img{border-radius:50%;height:100%;object-fit:cover;width:100%}.motion-circle-top{height:320px;right:-160px;top:-160px;width:320px}.motion-circle-bottom{bottom:-80px;height:240px;left:-80px;width:240px}.hero-container{align-items:center;display:flex;height:100vh;justify-content:flex-start;padding:0 2rem;position:relative;z-index:10}.hero-text{color:#fff;max-width:600px}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.hero-text p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:linear-gradient(90deg,#3b82f6,#9333ea);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .3s ease}.btn-primary:hover{background:linear-gradient(90deg,#2563eb,#7e22ce);transform:translateY(-2px)}.btn-primary .icon{margin-left:.5rem;transition:transform .3s ease}.btn-primary:hover .icon{transform:translateX(4px)}.btn-outline{background:#0000;border:2px solid #fff;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease}.btn-outline:hover{background:#fff3}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-border{border:2px solid #fff;border-radius:9999px;display:flex;height:40px;justify-content:center;width:24px}.scroll-dot{background:#fff;border-radius:9999px;height:12px;margin-top:.5rem;width:4px}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5627ff,#ffa2e0);-webkit-background-clip:text;display:inline-block;font-weight:800}.about-section{background-color:#020a2e;color:#fff;padding:5rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.about-header{margin-bottom:4rem;text-align:center}.about-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.about-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:5rem}.about-text h3{font-size:2rem;margin-bottom:1.5rem}.about-text p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.about-card-wrapper{display:flex;justify-content:center}.about-card{background:linear-gradient(to bottom right,#1e293b,#334155);border:1px solid #475569;border-radius:24px;box-shadow:0 10px 25px #00000080;max-width:400px;padding:2rem;position:relative;text-align:center}.about-card-overlay{height:80px;opacity:.3;position:absolute;right:1rem;top:1rem;width:80px}.about-card-overlay img{border-radius:50%;height:100%;object-fit:cover;width:100%}.about-card-image{height:100px;margin:0 auto 1rem;width:100px}.about-card-image img{border-radius:50%;height:100%;object-fit:cover;opacity:.8;width:100%}.about-card-content h4{color:#93c5fd;font-size:1.5rem;margin-bottom:.5rem}.about-card-content p{color:#bfdbfe}.about-values{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-value-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293b80;border:1px solid #475569;border-radius:16px;padding:1.5rem;text-align:center;transition:box-shadow .3s ease}.about-value-card:hover{box-shadow:0 10px 20px #0009}.about-value-icon{align-items:center;background:linear-gradient(to bottom right,#3b82f6,#9333ea);border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.about-value-card h4{font-size:1.2rem;margin-bottom:.5rem}.about-value-card p{color:#d1d5db;font-size:.95rem;line-height:1.5}@media (max-width:1024px){.about-header h2{font-size:2rem}.about-header p{font-size:1rem}}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.about-text h3{font-size:1.5rem}.about-card{max-width:100%;padding:1.5rem}.about-header h2{font-size:1.8rem}.about-values{gap:1rem;grid-template-columns:repeat(2,1fr)}.about-value-card{padding:1rem}}@media (max-width:480px){.about-section{padding:3rem 0}.about-header h2{font-size:1.5rem}.about-header p{font-size:.9rem}.about-text h3{font-size:1.3rem}.about-text p{font-size:.9rem}.about-values{gap:.8rem;grid-template-columns:repeat(2,1fr)}.about-value-card h4{font-size:1rem}.about-value-card p{font-size:.85rem}}.services-section{background-color:#020a2e;color:#fff;padding:5rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.services-header{margin-bottom:4rem;text-align:center}.services-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.services-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bb3;border:1px solid #475569;border-radius:16px;box-shadow:0 10px 25px #00000080;padding:1.5rem;transition:box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 35px #000000b3}.service-card-header{margin-bottom:1rem}.service-card-header h3{color:#fff;font-size:1.5rem;transition:color .3s ease}.service-card:hover h3{color:#60a5fa}.service-icon{align-items:center;border-radius:12px;display:flex;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.service-card-content p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.service-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{align-items:center;color:#9ca3af;display:flex;font-size:.95rem;gap:.5rem}.services-cta{margin-top:4rem;text-align:center}.cta-box{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:24px;color:#fff;margin:0 auto;max-width:800px;padding:2rem}.cta-box h3{font-size:2rem;margin-bottom:1rem}.cta-box p{color:#dbeafe;line-height:1.6;margin-bottom:1.5rem}.cta-button{align-items:center;background:#fff;border:none;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.cta-button:hover{background:#f0f9ff;transform:translateY(-2px)}.cta-icon{margin-left:.5rem}.contact-section{background-color:#020a2e;overflow:hidden;padding:5rem 0;position:relative}.background-elements .peony-bg{opacity:.1;position:absolute}.peony-bg.top-right{height:150px;right:-20px;top:-20px;width:150px}.peony-bg.bottom-left{bottom:-20px;height:120px;left:-20px;width:120px}.peony-bg img{border-radius:50%;height:100%;width:100%}.contact-container{margin:auto;max-width:1200px;position:relative;width:90%;z-index:2}.contact-header{margin-bottom:3rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem}.section-subtitle{color:#d1d5db;font-size:1.2rem;margin:auto;max-width:700px}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:992px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background:#1e293bb3;border-radius:1rem;box-shadow:0 10px 25px #0000004d;padding:2rem}.contact-card h3{color:#fff;margin-bottom:.5rem}.contact-card p{color:#9ca3af;margin-bottom:1.5rem}.contact-form .form-row{grid-gap:1rem;display:grid;gap:1rem}@media (min-width:768px){.contact-form .form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-group label{color:#d1d5db;margin-bottom:.3rem}.form-group input,.form-group textarea{background:#33415580;border:1px solid #475569;border-radius:.5rem;color:#fff;padding:.75rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{border-color:#60a5fa;outline:none}.btn-submit{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:1rem;width:100%}.btn-submit:hover{background:linear-gradient(90deg,#1d4ed8,#6d28d9)}.btn-icon{margin-left:.5rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.info-card{align-items:flex-start;background:#ffffff0d;border-radius:.8rem;color:#fff;display:flex;padding:1.2rem;transition:transform .3s ease}.info-card:hover{transform:scale(1.02)}.info-icon{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:50%;display:flex;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.icon{color:#fff}.stats-card{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:1rem;color:#fff;padding:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-item{text-align:center}.stat-icon{color:#bfdbfe;height:2rem;margin:auto auto .5rem;width:2rem}.stat-number{font-size:1.5rem;font-weight:700}.stat-label{color:#dbeafe;font-size:.9rem}.footer{background-color:#020a2e;color:#fff;padding:3rem 1rem;position:relative}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px}.footer-col h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-box{align-items:center;background:none;border-radius:8px;display:flex;height:60px;justify-content:center;width:100px}.footer-logo-img{max-height:100%;max-width:100%;object-fit:contain}.footer-logo{gap:.5rem}.footer-logo,.logo-box{align-items:center;display:flex}.logo-box{background:linear-gradient(to bottom right,#3b82f6,#9333ea);border-radius:8px;font-weight:700;height:40px;justify-content:center;width:40px}.footer p{color:#d1d5db;line-height:1.6}.footer-link{background:none;border:none;color:#d1d5db;cursor:pointer;display:block;font:inherit;margin:.3rem 0;text-align:left;transition:color .3s ease,transform .2s ease}.footer-link:hover{color:#fff;transform:translateX(5px)}.social-links{display:flex;gap:.8rem}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;transition:background .3s ease;width:40px}.social-links a:hover{background:#3b82f6}.contact-item{align-items:flex-start;display:flex;gap:.6rem;margin-bottom:1rem}.contact-item p{color:#d1d5db;margin:0}.contact-item a{color:#fff;transition:color .3s ease}.contact-item a:hover,.icon{color:#3b82f6}.icon{flex-shrink:0;margin-top:.3rem}.footer-separator{border:none;border-top:1px solid #fff3;margin:2rem 0}.footer-bottom{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding-top:1rem}.scroll-top-btn{background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:.5rem;transition:background .3s ease}.scroll-top-btn:hover{background:#2563eb}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.portfolio-section{background-color:#020a2e;color:#fff;padding:5rem 0}.portfolio-container{margin:0 auto;max-width:1200px;padding:0 1.5rem;text-align:center}.portfolio-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.portfolio-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:3rem 0}.filter-btn{background:#0000;border:1px solid #475569;border-radius:8px;color:#d1d5db;cursor:pointer;padding:.5rem 1.25rem;transition:all .3s ease}.filter-btn:hover{background:#334155;border-color:#60a5fa}.filter-btn.active{background:linear-gradient(90deg,#2563eb,#9333ea);border:none;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));text-align:left}.project-card{background:#1e293bb3;border:1px solid #475569;border-radius:16px;box-shadow:0 10px 25px #00000080;overflow:hidden;transition:box-shadow .3s ease}.project-card:hover{box-shadow:0 15px 35px #000000b3}.project-image-wrapper{height:200px;overflow:hidden;position:relative}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{align-items:end;background:linear-gradient(0deg,#000c,#0000);display:flex;inset:0;justify-content:flex-start;opacity:0;padding:1rem;position:absolute;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.overlay-buttons{display:flex;gap:.5rem}.overlay-btn{align-items:center;background:#ffffffe6;border:none;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;justify-content:center;padding:.4rem .6rem}.accent-image{height:32px;opacity:.3;position:absolute;right:1rem;top:1rem;width:32px}.accent-image img{border-radius:50%;height:100%;object-fit:cover;width:100%}.project-content{padding:1.5rem}.project-badge{background:#334155;border-radius:12px;color:#60a5fa;display:inline-block;font-size:.75rem;margin-bottom:.75rem;padding:.25rem .75rem}.project-content h3{font-size:1.25rem;margin-bottom:.5rem;transition:color .3s ease}.project-card:hover h3{color:#60a5fa}.project-content p{color:#d1d5db;font-size:.95rem;line-height:1.5}.portfolio-cta{margin-top:4rem}.portfolio-cta h3{font-size:2rem;margin-bottom:1rem}.portfolio-cta p{color:#d1d5db;line-height:1.6;margin:0 auto 2rem;max-width:700px}.cta-btn{align-items:center;background:linear-gradient(90deg,#2563eb,#9333ea);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;gap:.5rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.cta-btn:hover{background:linear-gradient(90deg,#1d4ed8,#7e22ce);transform:translateY(-2px)}.career-heading{align-items:center;background:linear-gradient(135deg,#020a2e,#06184e);color:#fff;direction:ltr;display:flex;justify-content:center;min-height:30vh;padding:4rem 2rem;text-align:center}.career-heading-container{max-width:900px;z-index:10}.breadcrumb{font-size:1rem;font-weight:500;margin-bottom:1rem}.breadcrumb a{color:#fff9;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#0ff}.breadcrumb span{color:#fff6;margin:0 .5rem}.career-main-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin:0 0 1rem;text-shadow:0 4px 8px #0006}.career-subtitle{color:#ffffffd9;font-size:1.2rem;font-weight:400;line-height:1.5;margin:0 auto;max-width:700px}@media (max-width:768px){.career-main-title{font-size:3rem}.career-subtitle{font-size:1.2rem}}.career-section-container{direction:ltr;margin:80px auto;max-width:1100px;padding:0 20px}.career-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:50px;text-align:left;text-shadow:0 2px 4px #0003}.job-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.job-card{background:#06184e;border:1px solid #1a3a7c;border-radius:12px;cursor:pointer;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.job-card:hover{background-color:#0b2568;box-shadow:0 15px 30px #0006;transform:translateY(-8px)}.job-card h2{color:#1584bb;font-size:1.7rem;font-weight:600;margin:0 0 10px}.job-card p{color:#a0a0a0;font-size:1rem;margin:0}.job-card-arrow{color:#1584bb;font-size:1.5rem;position:absolute;right:30px;top:30px;transition:transform .3s ease}.job-card:hover .job-card-arrow{transform:translateX(5px)}.back-btn{background-color:initial;border:2px solid #3f51b5;border-radius:6px;color:#3f51b5;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:30px;padding:10px 18px;transition:background-color .2s,color .2s}.back-btn:hover{background-color:#3f51b5;color:#fff}.job-details{background-color:#06184e;border-radius:12px;box-shadow:0 5px 20px #0000004d;margin-bottom:40px;padding:40px}.job-details h1{border-bottom:1px solid #1a3a7c;color:#1584bb;font-size:2.2rem;margin-bottom:25px;padding-bottom:10px}.job-description p{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.job-description h4{border-bottom:2px solid #1a3a7c;color:#3f51b5;font-size:1.4rem;margin-bottom:15px;margin-top:30px;padding-bottom:5px}.job-description ul{list-style:none;margin-left:20px;padding-left:0}.job-description li{color:silver;font-size:1rem;line-height:2;margin-bottom:8px;position:relative}.job-description li:before{color:#1584bb;content:"▪";font-weight:700;left:-20px;position:absolute;top:0}.apply-now-btn{background-color:#1584bb;border:none;border-radius:8px;color:#020a2e;cursor:pointer;display:block;font-size:1.3rem;font-weight:700;letter-spacing:.5px;margin-top:30px;padding:18px 25px;transition:background-color .2s,transform .2s;width:100%}.apply-now-btn:hover{background-color:#1584bb;box-shadow:0 5px 15px #ffc1074d;transform:translateY(-3px)}.career-form{background-color:#06184e;border-radius:12px;margin-top:30px;padding:40px}.career-form h2{border-bottom:1px solid #1a3a7c;color:#fff;font-size:1.8rem;margin-bottom:25px;padding-bottom:10px}.career-form-input,.career-form-textarea{background-color:#020a2e;border:1px solid #1a3a7c;border-radius:6px;box-sizing:border-box;color:#f0f0f0;font-size:1rem;margin-bottom:20px;padding:15px;width:100%}.career-form-textarea{min-height:180px;resize:vertical}.career-form-input:focus,.career-form-textarea:focus{border-color:#3f51b5;box-shadow:0 0 5px #3f51b580;outline:none}.file-upload-area{border:2px dashed #3f51b5;border-radius:8px;margin-bottom:20px;padding:15px}.file-upload-title{color:#fff;font-size:1.1rem;margin-bottom:10px}.note{background-color:#ffc1071a;border-radius:4px;color:#1584bb;font-size:.9rem;margin-bottom:25px;margin-top:-10px;padding:10px}.career-form-btn{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:700;padding:18px;transition:background-color .2s,transform .2s;width:100%}.career-form-btn:hover{background-color:#218838;transform:translateY(-2px)}body{background-color:#020a2e;color:#f0f0f0;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;margin:0;padding:0}.careers-page-wrapper{background-color:#020a2e;overflow-x:hidden}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.h-\[50vh\]{height:50vh}@media (min-width:768px){.md\:h-screen{height:100vh}}.absolute{position:absolute}.left-6{left:1.5rem}.top-1\/2{top:50%}.-translate-y-1\/2{transform:translateY(-50%)}.bg-white\/90{background-color:#ffffffe6}.text-blue-900{color:#1e3a8a}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.z-10{z-index:10}.right-6{right:1.5rem}.bottom-6{bottom:1.5rem}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translateX(-50%)}.h-2{height:.5rem}.w-8{width:2rem}.bg-blue-600{background-color:#2563eb}.w-2{width:.5rem}.bg-white\/80{background-color:#fffc}.hover\:bg-white:hover{background-color:#fff}.py-20{padding-bottom:5rem;padding-top:5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.mb-16{margin-bottom:4rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}@media (min-width:768px){.md\:text-5xl{font-size:3rem;line-height:1}}.text-\[\#1e3a8a\]{color:#1e3a8a}.text-\[\#1e40af\]{color:#1e40af}.max-w-3xl{max-width:48rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmin(0,1fr))}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:768px){.md\:gap-6{gap:1.5rem}}.max-w-6xl{max-width:72rem}.group{position:relative}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.p-4{padding:1rem}@media (min-width:768px){.md\:p-8{padding:2rem}}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px #00000040}.duration-500{transition-duration:.5s}.border-blue-100{border-color:#dbeafe}.flex-col{flex-direction:column}.gap-3{gap:.75rem}@media (min-width:768px){.md\:gap-4{gap:1rem}}.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-to:#3b82f600;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}@media (min-width:768px){.md\:p-4{padding:1rem}}.text-white{color:#fff}.text-base{font-size:1rem;line-height:1.5rem}@media (min-width:768px){.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}.mb-1{margin-bottom:.25rem}@media (min-width:768px){.md\:mb-2{margin-bottom:.5rem}}.text-xs{font-size:.75rem;line-height:1rem}@media (min-width:768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}.py-24{padding-bottom:6rem;padding-top:6rem}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-white{--tw-gradient-from:#fff;--tw-gradient-to:#fff0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to:#eff6ff}.mb-8{margin-bottom:2rem}.pb-8{padding-bottom:2rem}.border-b{border-bottom-width:1px}.text-2xl{font-size:1.5rem;line-height:2rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.items-baseline{align-items:baseline}.gap-2{gap:.5rem}.text-5xl{font-size:3rem;line-height:1}.space-y-3>*+*{margin-top:.75rem}.max-h-\[400px\]{max-height:400px}.pr-2{padding-right:.5rem}.flex-shrink-0{flex-shrink:0}.mt-0\.5{margin-top:.125rem}.text-sm{font-size:.875rem;line-height:1.25rem}.flex-1{flex:1 1}.text-blue-600{color:#2563eb}.hover\:text-blue-700:hover{color:#1d4ed8}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.w-full{width:100%}.py-4{padding-bottom:1rem;padding-top:1rem}.rounded-full{border-radius:9999px}.text-lg{font-size:1.125rem;line-height:1.75rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.bg-\[\#1e3a8a\]{background-color:#1e3a8a}.hover\:bg-\[\#1e40af\]:hover{background-color:#1e40af}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.bg-black\/50{background-color:#00000080}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.items-center{align-items:center}.justify-center{justify-content:center}.z-50{z-index:50}.p-6{padding:1.5rem}.overflow-y-auto{overflow-y:auto}.max-w-md{max-width:28rem}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.relative{position:relative}.top-4{top:1rem}.left-4{left:1rem}.text-gray-400{color:#9ca3af}.hover\:text-gray-600:hover{color:#4b5563}.flex{display:flex}.items-start{align-items:flex-start}.gap-4{gap:1rem}.bg-blue-100{background-color:#dbeafe}.p-3{padding:.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.leading-relaxed{line-height:1.625}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-to:#2563eb00;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-700{--tw-gradient-to:#1d4ed8}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8}.hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.max-w-lg{max-width:32rem}.my-8{margin-bottom:2rem;margin-top:2rem}.block{display:block}.mb-2{margin-bottom:.5rem}.text-red-500{color:#ef4444}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.border{border-width:1px}.border-blue-200{border-color:#bfdbfe}.rounded-xl{border-radius:.75rem}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.resize-none{resize:none}.rows-4{rows:4}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.lg\:scale-105{--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))}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mt-16{margin-top:4rem}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-105:hover,.hover\:scale-110:hover{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\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-120:hover{--tw-scale-x:1.2;--tw-scale-y:1.2}.hover\:scale-120:hover,.hover\:scale-98:hover{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\:scale-98:hover{--tw-scale-x:0.98;--tw-scale-y:0.98}.hover\:scale-95:hover{--tw-scale-x:0.95;--tw-scale-y:0.95;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))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-to:#eff6ff00;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to:#dbeafe}.opacity-0{opacity:0}.group-hover\:opacity-100:hover{opacity:1}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes spin{to{transform:rotate(1turn)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#60a5fa}[dir=rtl]{direction:rtl;text-align:right}
/*# sourceMappingURL=main.fa31179f.css.map*/