.faq-container{gap:40px;margin:0 auto}.faq-header{width:80%;text-align:center}.faq-header .faq-title{color:#0065f2;margin-bottom:1.5rem}.faq-header .faq-subtitle{margin:0;line-height:1.6}.faq-items-container{width:100%;gap:0}.faq-item{background-color:rgba(0,0,0,0);transition:all .3s ease;overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:nth-child(6){animation-delay:.6s}.faq-item:nth-child(7){animation-delay:.7s}.faq-item:nth-child(8){animation-delay:.8s}.faq-item:nth-child(9){animation-delay:.9s}.faq-item:nth-child(10){animation-delay:1s}.faq-question{padding:1.25rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:rgba(0,0,0,0)}.faq-question:hover{background-color:rgba(0,101,242,.05)}.faq-question .faq-question-text{color:#0065f2;line-height:1.4;text-align:left;margin:0;flex:1 1}.faq-question .faq-icon{flex-shrink:0;transition:all .3s ease;color:#0065f2;transform:rotate(0deg)}.faq-question .faq-icon svg{width:20px;height:20px}.faq-question.active .faq-icon{transform:rotate(90deg)}.faq-answer{background-color:rgba(0,0,0,0);border-top:none;overflow:hidden;transition:all .3s ease;padding:1rem}.faq-answer .faq-answer-content{color:#6c757d;line-height:1.6;text-align:left;margin:0}@media(max-width:576px){.faq-container{gap:2rem;padding:0 1rem;animation:slideInUp .5s ease-out}.faq-header .faq-title{font-size:2rem}.faq-items-container{gap:0}.faq-question .faq-icon svg{width:18px;height:18px}}@media(max-width:768px){.faq-container{gap:2.5rem;padding:0 1.5rem}.faq-header .faq-title{font-size:2.25rem}.faq-items-container{gap:0}}@media(min-width:769px)and (max-width:992px){.faq-container{gap:3rem}.faq-header .faq-title{font-size:2.5rem}.faq-items-container{gap:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes rotateIcon{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}.faq-gap-sm{gap:1rem}.faq-gap-md{gap:2rem}.faq-gap-lg{gap:3rem}.faq-center{justify-content:center;align-items:center}.faq-left{justify-content:flex-start;align-items:flex-start}.faq-item-compact .faq-question{padding:1rem 0}.faq-item-compact .faq-answer .faq-answer-content{padding:0 0 1rem}.faq-item-spacious .faq-question{padding:2rem 0}.faq-item-spacious .faq-answer .faq-answer-content{padding:0 0 2rem}.faq-icon-sm .faq-icon svg{width:16px;height:16px}.faq-icon-md .faq-icon svg{width:20px;height:20px}.faq-icon-lg .faq-icon svg{width:24px;height:24px}.faq-primary .faq-icon,.faq-primary .faq-question-text{color:#0065f2}.faq-secondary .faq-icon,.faq-secondary .faq-question-text{color:#6c757d}.faq-hover-none .faq-question:hover{background-color:rgba(0,0,0,0)}.faq-hover-scale .faq-item:hover{transform:scale(1.02)}.faq-gradient{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem}.faq-card-enhanced{gap:1.5rem}.faq-card-enhanced .faq-item{box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid rgba(0,101,242,.1)}.faq-card-enhanced .faq-item .faq-question{border-bottom:1px solid rgba(0,0,0,.1)}.faq-card-enhanced .faq-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:#0065f2}.faq-border .faq-item{border:2px solid rgba(0,0,0,0);transition:all .3s ease}.faq-border .faq-item:hover{border-color:#0065f2;background-color:rgba(0,101,242,.05)}.faq-animated .faq-item{animation:float 6s ease-in-out infinite}.faq-animated .faq-item:first-child{animation-delay:.5s}.faq-animated .faq-item:nth-child(2){animation-delay:1s}.faq-animated .faq-item:nth-child(3){animation-delay:1.5s}.faq-animated .faq-item:nth-child(4){animation-delay:2s}.faq-animated .faq-item:nth-child(5){animation-delay:2.5s}.faq-animated .faq-item:nth-child(6){animation-delay:3s}.faq-animated .faq-item:nth-child(7){animation-delay:3.5s}.faq-animated .faq-item:nth-child(8){animation-delay:4s}.faq-animated .faq-item:nth-child(9){animation-delay:4.5s}.faq-animated .faq-item:nth-child(10){animation-delay:5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-container{gap:40px;min-height:640px;height:min-content;align-items:stretch;padding:40px 30px;flex-wrap:nowrap;display:flex;flex-direction:row}.hero-container>*{flex-basis:auto;flex-grow:0}.hero-content{width:45%;flex-shrink:0;min-width:0;flex-basis:45%;flex-grow:0}.hero-content .hero-title{margin-bottom:15px;color:#0065f2;text-shadow:0 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#0065f2,rgb(0,85.85,205.7));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-content .hero-text{margin-bottom:40px;line-height:1.6;opacity:.9}.hero-image-wrapper{width:52%;display:flex;justify-content:center;align-items:center;flex-shrink:0;min-width:0;flex-basis:52%;flex-grow:0}.hero-image-container{box-shadow:0 15px 35px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.hero-image-container:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.hero-image-container.aspect-16-10{width:100%;max-width:600px;height:auto;flex-shrink:0}.hero-image-container.aspect-16-10 img{width:100%;height:auto;object-fit:cover;object-position:center}.hero-image-container.aspect-square{width:100%;max-width:500px;height:auto;flex-shrink:0}.hero-image-container.aspect-square img{width:100%;height:auto;object-fit:cover;object-position:center}.hero-image-container.aspect-vertical{width:100%;max-width:400px;height:auto;flex-shrink:0}.hero-image-container.aspect-vertical img{width:100%;height:auto;object-fit:cover;object-position:center}.hero-image-container img{transition:opacity .3s ease;opacity:1}.hero-image-container.loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;z-index:1}.hero-image-container.loading img{opacity:0}.hero-image-container.loading.loaded:before{display:none}.hero-image-container.loading.loaded img{opacity:1}.hero-cta-container{display:flex;flex-direction:row;gap:1rem;align-items:center}.hero-cta-container .btn{position:relative;overflow:hidden}.hero-cta-container .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-cta-container .btn:hover:before{left:100%}.hero-cta-container .hero-cta-text{margin:0;color:#6c757d;font-style:italic}@media(max-width:576px){.hero-container{flex-direction:column!important;min-height:auto;animation:slideInUp .5s ease-out}.hero-content{width:100%!important;text-align:center}.hero-image-wrapper{width:100%!important;order:-1}.hero-image-container.aspect-16-10,.hero-image-container.aspect-square,.hero-image-container.aspect-vertical{width:100%;height:300px;max-width:500px;margin:0 auto}.hero-image-container.aspect-16-10 img,.hero-image-container.aspect-square img,.hero-image-container.aspect-vertical img{width:100%;height:100%;object-fit:cover;object-position:center}}@media(max-width:768px){.hero-container{flex-direction:column!important;gap:30px}.hero-content{width:100%!important;text-align:center}.hero-image-wrapper{width:100%!important;order:-1}.hero-image-container.aspect-16-10,.hero-image-container.aspect-square,.hero-image-container.aspect-vertical{width:100%;height:400px;max-width:600px;margin:0 auto}.hero-image-container.aspect-16-10 img,.hero-image-container.aspect-square img,.hero-image-container.aspect-vertical img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-cta-container{flex-direction:column!important;gap:1rem!important;align-items:center}}@media(min-width:769px)and (max-width:992px){.hero-container{flex-direction:column!important;gap:2rem}.hero-content{text-align:center}.hero-content,.hero-image-wrapper{width:100%!important}.hero-image-wrapper .hero-image-container{max-width:600px;margin:0 auto}.hero-cta-container{justify-content:center}.hero-cta-container .btn{min-width:250px}}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}.hero-gap-sm{gap:.5rem}.hero-gap-md{gap:1rem}.hero-gap-lg{gap:2rem}.hero-text-center{text-align:center}.hero-text-left{text-align:left}.hero-text-right{text-align:right}.hero-image-rounded .hero-image-container{border-radius:50%}.hero-image-shadow .hero-image-container{box-shadow:0 15px 35px rgba(0,0,0,.15)}.hero-btn-full .hero-cta-container .btn{width:100%}.hero-btn-center .hero-cta-container{justify-content:center}.who-we-are-container{height:min-content;min-height:400px;gap:20px;animation:fadeInUp .6s ease-out}.who-we-are-illustration{width:48%;height:400px;position:relative;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.who-we-are-illustration .who-we-are-image{position:absolute;z-index:1;width:100%;height:100%;object-fit:cover;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.15)}.who-we-are-illustration .who-we-are-image:hover{transform:scale(1.02);box-shadow:0 12px 35px rgba(0,0,0,.25)}.who-we-are-content{width:48%;transition:all .3s ease}.who-we-are-content .who-we-are-title{margin-bottom:1.25rem;color:#0065f2;transition:all .3s ease}.who-we-are-content .who-we-are-title:hover{color:rgb(0,90.9,217.8)}.who-we-are-content .who-we-are-description{margin-bottom:.75rem;line-height:1.6;opacity:.9;transition:all .3s ease}.who-we-are-content .who-we-are-description:hover{opacity:1}.who-we-are-content .who-we-are-list{transition:all .3s ease}.who-we-are-content .who-we-are-list li{transition:all .3s ease;margin-bottom:.5rem}.who-we-are-content .who-we-are-list li:hover{color:rgb(0,90.9,217.8);transform:translateX(5px)}.who-we-are-content .who-we-are-list li:last-child{margin-bottom:0}@media(max-width:576px){.who-we-are-container{flex-direction:column-reverse!important;min-height:auto;gap:2rem;animation:slideInUp .5s ease-out}.who-we-are-illustration{width:100%!important;height:300px;order:2}.who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-content{width:100%!important;order:1;text-align:center}.who-we-are-content .who-we-are-title{font-size:1.75rem!important;text-align:center;margin-bottom:1.5rem}.who-we-are-content .who-we-are-description{font-size:1rem;text-align:center;margin-bottom:1rem}.who-we-are-content .who-we-are-list{text-align:left;max-width:400px;margin:0 auto}.who-we-are-content .who-we-are-list li{font-size:.875rem;text-align:left}}@media(max-width:768px){.who-we-are-container{flex-direction:column-reverse!important;gap:2.5rem}.who-we-are-illustration{width:100%!important;height:350px;order:2}.who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-content{width:100%!important;order:1;text-align:center}.who-we-are-content .who-we-are-title{font-size:2rem;text-align:center}.who-we-are-content .who-we-are-description{font-size:1.125rem;text-align:center;max-width:600px;margin:0 auto 1rem}.who-we-are-content .who-we-are-list{text-align:left;max-width:500px;margin:0 auto}.who-we-are-content .who-we-are-list li{font-size:1rem}}@media(min-width:769px)and (max-width:992px){.who-we-are-container{flex-direction:column-reverse!important;gap:3rem;justify-content:center;align-items:center}.who-we-are-illustration{width:100%!important;height:400px;order:2;max-width:500px;margin:0 auto}.who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-content{width:100%!important;order:1;text-align:center;max-width:700px;margin:0 auto}.who-we-are-content .who-we-are-title{font-size:2.25rem;text-align:center;margin-bottom:2rem}.who-we-are-content .who-we-are-description{font-size:1.25rem;text-align:center;max-width:600px;margin:0 auto 1.5rem}.who-we-are-content .who-we-are-list{text-align:left;max-width:550px;margin:0 auto}.who-we-are-content .who-we-are-list li{font-size:1.125rem;text-align:left;margin-bottom:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes imageFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.02)}}.who-we-are-gap-sm{gap:1rem}.who-we-are-gap-md{gap:2rem}.who-we-are-gap-lg{gap:3rem}.who-we-are-center{justify-content:center}.who-we-are-around{justify-content:space-around}.who-we-are-between{justify-content:space-between}.who-we-are-illustration-center .who-we-are-illustration{justify-content:center;align-items:center}.who-we-are-illustration-left .who-we-are-illustration{justify-content:flex-start;align-items:center}.who-we-are-illustration-right .who-we-are-illustration{justify-content:flex-end;align-items:center}.who-we-are-content-center,.who-we-are-content-center .who-we-are-description,.who-we-are-content-center .who-we-are-list,.who-we-are-content-center .who-we-are-title{text-align:center}.who-we-are-content-left,.who-we-are-content-left .who-we-are-description,.who-we-are-content-left .who-we-are-list,.who-we-are-content-left .who-we-are-title{text-align:left}.who-we-are-illustration-sm .who-we-are-illustration{height:300px}.who-we-are-illustration-sm .who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-illustration-md .who-we-are-illustration{height:400px}.who-we-are-illustration-md .who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-illustration-lg .who-we-are-illustration{height:500px}.who-we-are-illustration-lg .who-we-are-illustration .who-we-are-image{width:100%;height:100%;object-fit:cover}.who-we-are-primary .who-we-are-title{color:#0065f2}.who-we-are-secondary .who-we-are-title{color:#6c757d}.who-we-are-hover-none .who-we-are-content:hover,.who-we-are-hover-none .who-we-are-illustration:hover{transform:none}.who-we-are-hover-scale .who-we-are-illustration:hover{transform:scale(1.05)}.who-we-are-gradient{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem}.who-we-are-card .who-we-are-content,.who-we-are-card .who-we-are-illustration{background:#fff;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #e9ecef}.who-we-are-card .who-we-are-content:hover,.who-we-are-card .who-we-are-illustration:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:#0065f2}.who-we-are-border .who-we-are-content,.who-we-are-border .who-we-are-illustration{border:2px solid rgba(0,0,0,0);padding:1rem;transition:all .3s ease}.who-we-are-border .who-we-are-content:hover,.who-we-are-border .who-we-are-illustration:hover{border-color:#0065f2;background-color:rgba(0,101,242,.05)}.who-we-are-animated .who-we-are-image{animation:imageFloat 4s ease-in-out infinite}