.hero-section{background:linear-gradient(180deg,#d3e6f5 0,#fff);padding:200px 40px 150px}.hero-section__inner{align-items:center;display:flex;gap:80px;justify-content:space-between;margin:0 auto;max-width:1250px}.hero-section__content{flex:1 1 400px;max-width:45%;min-width:300px}.hero-section__title{color:#032478;font-size:54px;font-weight:700;line-height:1.2;margin:0 0 34px}.hero-section__intro{color:#032478;font-size:20px;line-height:1.7;margin:0 0 36px}.hero-section__cta{background-color:var(--button-bg,transparent);border:2px solid var(--button-border,#032478);border-radius:42px;color:var(--button-text,#032478);cursor:pointer;display:inline-block;font-size:16px;font-weight:400;padding:7px 17px;text-decoration:none;transition:background .2s,color .2s}.hero-section__cta:hover{background-color:var(--hover-bg,#0d1f6e);border-color:var(--hover-bg,#0d1f6e);color:var(--hover-text,#fff)}.hero-section__image-wrap{flex:1 1 400px;max-width:50%;min-width:300px}.hero-section__image{display:block;height:auto;width:100%}.hero-section--centered{padding:160px 40px}.hero-section__inner--centered{justify-content:center;text-align:center}.hero-section__inner--centered .hero-section__content{flex:0 0 70%;max-width:70%}.hero-section__inner--centered .cta-wrapper{display:flex;justify-content:center}@media (max-width:991px){.hero-section{padding:80px 40px}.hero-section__inner{flex-direction:column;gap:40px;text-align:center}.hero-section__content,.hero-section__image-wrap{flex:0 0 100%;max-width:100%;min-width:unset}.cta-wrapper{display:flex;justify-content:center}}@media (max-width:768px){.hero-section{padding:50px 40px}.hero-section__inner{gap:60px}.hero-section__title{font-size:30px}.hero-section__intro{font-size:16px}.hero-section__cta{display:inline-block}}.hero-section__breadcrumb{color:#7284fa;display:block;font-size:12px;font-weight:600;margin-bottom:12px}.hero-section__image--round{border-radius:60% 40% 40% 60%/50% 50% 50% 50%}