@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 10px 30px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar-logo{display:flex;align-items:center;gap:.75rem}.logo{width:50px;height:50px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 12px #0000001a}.logo-text{font-size:1.25rem;font-weight:700;color:#1f2937;background:linear-gradient(135deg,#0cf,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.navbar-item{position:relative}.navbar-link{color:#374151;text-decoration:none;font-weight:500;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.05em}.navbar-link:hover{color:#2563eb;background:#2563eb1a}.navbar-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(135deg,#0cf,#2563eb);transition:all .3s ease;transform:translate(-50%)}.navbar-link:hover:after{width:80%}.navbar-cta{display:flex;align-items:center}.contact-button{background:linear-gradient(135deg,#0cf,#2563eb);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d;text-transform:uppercase;letter-spacing:.05em}.contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66;background:linear-gradient(135deg,#09c,#1d4ed8)}.mobile-menu-button{display:none;background:none;border:none;color:#374151;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .3s ease}.mobile-menu-button:hover{background:#2563eb1a;color:#2563eb}.mobile-menu{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-content{max-width:1200px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu-link{color:#374151;text-decoration:none;font-weight:500;padding:1rem;border-radius:.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.mobile-menu-link:hover{background:#2563eb1a;color:#2563eb}.mobile-contact-button{background:linear-gradient(135deg,#0cf,#2563eb);color:#fff;text-decoration:none;padding:1rem;border-radius:.5rem;font-weight:600;text-align:center;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;margin-top:.5rem}.mobile-contact-button:hover{background:linear-gradient(135deg,#09c,#1d4ed8)}@media(max-width:768px){.navbar-container{height:70px;padding:0 1rem}.logo{width:40px;height:40px}.logo-text{font-size:1rem}.navbar-menu,.navbar-cta{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center}.mobile-menu{top:70px}}@media(min-width:769px){.mobile-menu-button,.mobile-menu{display:none}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.navbar{animation:slideDown .5s ease forwards}.navbar-link:focus,.contact-button:focus,.mobile-menu-link:focus,.mobile-contact-button:focus,.mobile-menu-button:focus{outline:2px solid #2563eb;outline-offset:2px}.tech-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.tech-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/Acode-DHHk_Lhg.webp);background-size:cover;background-position:center;background-attachment:fixed}@media(max-width:768px){.tech-background{background-attachment:scroll}}.tech-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000c,#2563ebb3)}.tech-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 1rem;width:100%}.tech-content{text-align:center;color:#fff}.tech-header{margin-bottom:4rem}.tech-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:1.5rem;margin-bottom:2rem}.tech-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3)}.tech-accent{background:linear-gradient(135deg,#0cf,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-description{font-size:1.25rem;line-height:1.6;max-width:32rem;margin:0 auto;opacity:.9}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;max-width:100%}.tech-feature-link{text-decoration:none;color:inherit;cursor:pointer;transition:all .3s ease}.tech-feature-link:hover{transform:translateY(-5px)}.tech-feature-link:hover .tech-feature{background:#ffffff26;box-shadow:0 20px 40px #0000004d}.tech-feature-link:hover .feature-arrow{transform:translate(5px);opacity:1}.tech-feature{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column}.feature-icon{background:linear-gradient(135deg,#0cf,#2563eb);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;box-shadow:0 10px 25px #2563eb4d}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.feature-description{color:#fffc;line-height:1.6;font-size:.875rem;flex-grow:1;margin-bottom:1rem}.feature-arrow{position:absolute;bottom:1.5rem;right:1.5rem;color:#0cf;opacity:.7;transition:all .3s ease}.tech-cta{display:flex;flex-direction:column;align-items:center;gap:3rem}.tech-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#0cf,#2563eb);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 15px 35px #2563eb4d;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.tech-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #2563eb66;background:linear-gradient(135deg,#09c,#1d4ed8)}.tech-stats{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center;max-width:100%}.stat-item{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;min-width:120px;transition:all .3s ease}.stat-item:hover{transform:translateY(-3px);background:#ffffff26}.stat-number{display:block;font-size:2rem;font-weight:700;color:#0cf;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#fffc;text-transform:uppercase;letter-spacing:.05em}@media(min-width:1400px){.tech-container{max-width:1400px;padding:6rem 2rem}.tech-title{font-size:5rem}.tech-description{font-size:1.5rem;max-width:40rem}.tech-features{gap:3rem;margin-bottom:5rem}.tech-feature{padding:3rem}.tech-stats{gap:4rem}.stat-item{padding:2rem;min-width:150px}.stat-number{font-size:2.5rem}}@media(min-width:1200px)and (max-width:1399px){.tech-container{max-width:1200px;padding:5rem 2rem}.tech-title{font-size:4.5rem}.tech-description{font-size:1.375rem;max-width:36rem}.tech-features{gap:2.5rem}.tech-feature{padding:2.5rem}.tech-stats{gap:3rem}}@media(min-width:992px)and (max-width:1199px){.tech-container{max-width:1000px;padding:4rem 2rem}.tech-title{font-size:4rem}.tech-description{font-size:1.25rem;max-width:32rem}.tech-features{gap:2rem}.tech-feature{padding:2rem}.tech-stats{gap:2.5rem}}@media(min-width:768px)and (max-width:991px){.tech-container{max-width:800px;padding:3rem 1.5rem}.tech-title{font-size:3.5rem}.tech-description{font-size:1.125rem;max-width:28rem}.tech-features{grid-template-columns:repeat(3,1fr);gap:1.5rem}.tech-feature{padding:1.75rem}.feature-icon{width:50px;height:50px}.feature-title{font-size:1.125rem}.tech-stats{gap:2rem}.stat-item{padding:1.25rem;min-width:110px}.stat-number{font-size:1.75rem}}@media(min-width:600px)and (max-width:767px){.tech-container{padding:2.5rem 1.5rem}.tech-title{font-size:3rem}.tech-description{font-size:1.125rem;max-width:26rem}.tech-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.tech-feature{padding:1.5rem}.feature-icon{width:45px;height:45px}.feature-title{font-size:1rem}.tech-stats{gap:1.5rem}.stat-item{padding:1rem;min-width:100px}.stat-number{font-size:1.5rem}}@media(min-width:480px)and (max-width:599px){.tech-container{padding:2rem 1rem}.tech-title{font-size:2.5rem}.tech-description{font-size:1rem;max-width:24rem}.tech-features{grid-template-columns:1fr;gap:1.25rem}.tech-feature{padding:1.25rem}.feature-icon{width:40px;height:40px}.feature-title{font-size:1rem}.tech-stats{gap:1rem}.stat-item{padding:.875rem;min-width:90px}.stat-number{font-size:1.25rem}.stat-label{font-size:.75rem}}@media(max-width:479px){.tech-container{padding:1.5rem .75rem}.tech-title{font-size:2rem;line-height:1.1}.tech-description{font-size:.875rem;max-width:20rem}.tech-badge{padding:.5rem 1rem;font-size:.75rem}.tech-features{grid-template-columns:1fr;gap:1rem}.tech-feature{padding:1rem}.feature-icon{width:35px;height:35px}.feature-title{font-size:.875rem}.feature-description{font-size:.75rem}.tech-button{padding:.75rem 1.5rem;font-size:1rem}.tech-stats{gap:.75rem}.stat-item{padding:.75rem;min-width:80px}.stat-number{font-size:1.125rem}.stat-label{font-size:.625rem}}@media(max-width:319px){.tech-container{padding:1rem .5rem}.tech-title{font-size:1.75rem}.tech-description{font-size:.8rem}.tech-feature{padding:.875rem}.feature-icon{width:30px;height:30px}.tech-button{padding:.625rem 1.25rem;font-size:.875rem}.stat-item{padding:.625rem;min-width:70px}.stat-number{font-size:1rem}.stat-label{font-size:.5rem}}.tech-header{animation:fadeInUp .8s ease forwards}.tech-features{animation:fadeInUp .8s ease forwards;animation-delay:.2s}.tech-cta{animation:fadeInUp .8s ease forwards;animation-delay:.4s}.tech-feature{animation:fadeInUp .6s ease forwards}.tech-feature:nth-child(2){animation-delay:.1s}.tech-feature:nth-child(3){animation-delay:.2s}.products-section{padding:4rem 1rem;background:linear-gradient(135deg,#f8fafc,#e0f2fe);min-height:100vh}.products-container{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.products-subtitle{font-size:1.125rem;color:#6b7280;max-width:32rem;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 35px 70px #00000026}.product-image-container{position:relative;overflow:hidden;height:250px}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0cf3,#2563eb33);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.product-card:hover .product-overlay{opacity:1}.product-icon{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 10px 25px #0000001a}.product-content{padding:2rem}.product-category{display:inline-block;background:linear-gradient(135deg,#0cf,#2563eb);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.product-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.3}.product-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.product-button{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #2563eb;color:#2563eb;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.product-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}@media(min-width:768px){.products-title{font-size:3.5rem}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.products-section{padding:2rem 1rem}.products-title{font-size:2.5rem}.products-subtitle{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-content{padding:1.5rem}.product-title{font-size:1.25rem}}.product-card{animation:fadeInUp .6s ease forwards}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.4s}.testimonials-section{padding:4rem 1rem;background:linear-gradient(135deg,#f8fafc,#e0f2fe);min-height:100vh}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.testimonials-subtitle{font-size:1.125rem;color:#6b7280;max-width:32rem;margin:0 auto;line-height:1.6}.carousel-container{position:relative;margin-bottom:2rem}.carousel-overflow{overflow:hidden;border-radius:1rem}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{width:100%;flex-shrink:0;padding:0 2rem 3rem}.nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3rem;height:3rem;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #0000001a}.nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 15px 35px #00000026}.nav-button-prev{left:1rem}.nav-button-next{right:1rem}.nav-button svg{width:1.25rem;height:1.25rem;color:#374151}.testimonial-card{max-width:64rem;margin:0 auto;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;box-shadow:0 25px 50px #0000001a;border:1px solid rgba(255,255,255,.2);padding:3rem;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 35px 70px #00000026}.testimonial-content{display:flex;align-items:center;gap:2rem}.profile-image-container{flex-shrink:0;position:relative}.profile-image{width:10rem;height:10rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid white;box-shadow:0 10px 25px #0000001a}.profile-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(135deg,#3b82f633,#9333ea33)}.testimonial-text{flex:1;text-align:center}.testimonial-name{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}.testimonial-description{color:#374151;line-height:1.7;font-size:1.125rem}.dots-container{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:.75rem;height:.75rem;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .3s ease;border:none}.dot:hover{background:#9ca3af}.dot.active{background:#2563eb;width:2rem;border-radius:.375rem}.autoplay-toggle{display:flex;justify-content:center;margin-top:1.5rem}.autoplay-button{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem 1rem;border-radius:.375rem;transition:color .3s ease;font-size:.875rem}.autoplay-button:hover{color:#1f2937}.team-grid-section{margin-top:4rem}.team-grid-title{font-size:1.5rem;font-weight:600;text-align:center;color:#1f2937;margin-bottom:2rem}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.team-grid-item{position:relative;overflow:hidden;border-radius:.75rem;cursor:pointer;transition:all .3s ease;border:none;padding:0;background:none}.team-grid-item:hover{transform:scale(1.05)}.team-grid-item.active{box-shadow:0 0 0 4px #2563eb;transform:scale(1.05)}.team-grid-image{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.team-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:.5rem}.team-grid-item:hover .team-grid-overlay{opacity:1}.team-grid-name{color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}@media(min-width:768px){.testimonials-title{font-size:3.5rem}.testimonial-card{padding:4rem}.testimonial-content,.testimonial-text{text-align:left}.testimonial-name{font-size:2.25rem}.profile-image{width:12rem;height:12rem}.team-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:767px){.testimonials-section{padding:2rem 1rem}.testimonials-title{font-size:2.5rem}.testimonial-card{padding:2rem}.testimonial-content{flex-direction:column;text-align:center}.profile-image{width:8rem;height:8rem}.testimonial-name{font-size:1.75rem}.testimonial-description{font-size:1rem}.nav-button{width:2.5rem;height:2.5rem}.nav-button svg{width:1rem;height:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.nav-button:focus,.dot:focus,.autoplay-button:focus,.team-grid-item:focus{outline:2px solid #2563eb;outline-offset:2px}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.footer{margin-top:50px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #444;background-color:#222;color:#fff;font-size:16px;position:relative;width:100%;padding:20px;flex-wrap:wrap}.footer p{margin:0;padding-right:20px}.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.footer ul li{list-style:none;margin-left:20px;padding-right:50px;font-size:14px}.footer ul li a{color:#fff;text-decoration:none}@media(max-width:768px){.footer{font-size:14px;padding:15px}.footer ul li{margin-left:15px;padding-right:20px}}@media(max-width:480px){.footer{flex-direction:column;align-items:center;justify-content:center;font-size:12px;padding:20px 10px}.footer p{margin-bottom:15px;font-size:14px}.footer ul li{margin-left:0;padding-right:0;margin-bottom:15px}.footer ul li:last-child{margin-bottom:0}.footer ul{padding-left:0;margin:0;display:flex;flex-direction:column;align-items:center}}*,: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}.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}.absolute{position:absolute}.relative{position:relative}.-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-2{bottom:-.5rem}.-bottom-6{bottom:-1.5rem}.-left-4{left:-1rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.right-8{right:2rem}.top-0{top:0}.top-1\/2{top:50%}.top-8{top:2rem}.z-10{z-index:10}.z-20{z-index:20}.z-\[100\]{z-index:100}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-2{height:.5rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-20{width:5rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[500px\]{width:500px}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/4{--tw-translate-x: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/4{--tw-translate-x: 25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-50{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-white\/30{border-color:#ffffff4d}.bg-blue-100\/50{background-color:#dbeafe80}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/80{background-color:#0f172acc}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-slate-900\/80{--tw-gradient-from: rgb(15 23 42 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-slate-900\/20{--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.fill-yellow-500{fill:#eab308}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-10{padding-top:2.5rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-\[1\.1\]{line-height:1.1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-100{--tw-shadow-color: #dbeafe;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100{--tw-shadow-color: #dcfce7;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100{--tw-shadow-color: #f1f5f9;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.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),var(--tw-shadow, 0 0 #0000)}.ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.blur-2xl{--tw-blur: blur(40px);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)}.blur-\[120px\]{--tw-blur: blur(120px);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)}.grayscale{--tw-grayscale: grayscale(100%);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)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background-color:#bec3da}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.navContainer{padding-left:10%;padding-right:10%}.myButton{background:#fff;color:brown;padding:14px 25px;font-size:16px;border-radius:30px;cursor:pointer;border:0;outline:0}.myButton.dark-btn{color:#fff;background-color:#00f;padding-top:4px;padding-bottom:10px}@media(max-width:1200px){.navContainer{padding-left:5%;padding-right:5%}.myButton{padding:14px 22px}}.hover\:gap-4:hover{gap:1rem}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-blue-200:hover{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.hover\:grayscale-0:hover{--tw-grayscale: grayscale(0);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)}.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),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.01\]{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-blue-200\/50{background-color:#bfdbfe80}.group:hover .group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}}@media(min-width:1024px){.lg\:-left-16{left:-4rem}.lg\:-right-16{right:-4rem}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:h-\[600px\]{height:600px}.lg\:w-40{width:10rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:p-12{padding:3rem}.lg\:p-16{padding:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-36{padding-top:9rem;padding-bottom:9rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media(prefers-color-scheme:dark){.dark\:border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}}
