.hero{background-image:url(/images/hero-bg.webp);background-position:bottom;background-repeat:no-repeat;background-size:cover;border-bottom:8px solid #08335d;align-items:center;padding:1rem 2rem 0;display:flex}@media (max-width:768px){.hero{background-position:top;padding:2rem 1rem 0}}.hero__container{grid-template-columns:1fr .8fr;align-items:end;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.hero__container{flex-direction:row-reverse;display:flex}}@media (max-width:768px){.hero__container{flex-direction:column-reverse;gap:2rem;display:flex}}.hero__content{flex-direction:column;display:flex}@media (max-width:1024px){.hero__content{justify-content:center;display:flex}}.hero__heading-wrapper{margin-bottom:1rem}.hero__title{text-align:start;color:#333;margin:1em 0 .5em;font-family:Poppins,sans-serif;font-size:55px;font-weight:700;line-height:1.3em}@media (max-width:1024px){.hero__title{font-size:40px}}@media (max-width:768px){.hero__title{margin-top:0;font-size:35px}}.hero__title-text{color:#08335d;text-align:start;font-family:Poppins,sans-serif;font-size:55px;font-weight:700;line-height:1.3em;display:inline}@media (max-width:1024px){.hero__title-text{font-size:40px}}@media (max-width:768px){.hero__title-text{font-size:35px}}.hero__title-highlight{display:inline-block;position:relative}.hero__title-highlight .animated-underline__text{color:#fc3}.hero__title-highlight{--animated-underline-stroke:#08335d;--animated-underline-width:18}.hero__subtitle-wrapper{margin-bottom:1rem}.hero__subtitle{color:#08335d;margin:0;font-size:16px;line-height:1.6}@media (max-width:768px){.hero__subtitle{font-size:1.1rem}}.hero__cta-group{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:768px){.hero__cta-group{margin-bottom:0}}.hero__btn{cursor:pointer;border:2px solid #0000;border-radius:8px;align-items:center;gap:.75rem;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:768px){.hero__btn{border-radius:10px;padding:.5rem 1.3rem;font-size:.95rem}}.hero__btn--primary{color:#fff;background-color:#08335d}.hero__btn--primary:hover{background-color:#ffbf00;transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.hero__btn--secondary{color:#08335d;background-color:#fc3}.hero__btn--secondary:hover{color:#fff;background-color:#333;transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.hero__btn-text{font-size:1rem}.hero__btn-icon{align-items:center;display:flex}.hero__btn-icon svg{fill:currentColor;width:18px;height:18px;transition:transform .3s}.hero__btn--primary:hover .hero__btn-icon svg{transform:translate(5px)}.hero__features{grid-template-columns:repeat(3,1fr);max-width:fit-content;margin-top:1rem;display:grid}.hero__feature{text-align:center;border-radius:15px;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.hero__feature:hover{transform:translateY(-5px)scale(1.03);box-shadow:0 10px 30px #00000026}@media (max-width:1024px){.hero__feature{padding:.75rem}}@media (max-width:768px){.hero__feature{padding:.5rem}}.hero__feature-icon{justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:1rem;display:flex}.hero__feature-icon img{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){.hero__feature-icon{width:50px;height:50px}}@media (max-width:768px){.hero__feature-icon{width:40px;height:40px;margin-bottom:.75rem}}.hero__feature-title{color:#1f2a58;margin:0;font-size:16px;font-weight:500}@media (max-width:768px){.hero__feature-title{font-size:14px}}.hero__image-wrapper{justify-content:right;align-items:center;display:flex;position:relative}@media (max-width:1024px){.hero__image-wrapper{order:-1}}@media (max-width:768px){.hero__image-wrapper{justify-content:center}}.hero__image{border-radius:20px;width:85%;max-width:780px;height:auto;animation:6s ease-in-out infinite floatAnimation}@media (max-width:768px){.hero__image{max-width:100%}}@keyframes drawUnderline{to{stroke-dashoffset:0}}
