#mfn-custom-slider,.mfn-main-slider{background:transparent!important;height:auto!important;min-height:0!important;transform:none!important}
.ew-hero{position:relative;width:100%;aspect-ratio:1500/500;min-height:210px;max-height:600px;overflow:hidden;background:#15181c}
.ew-hero-slides,.ew-hero .ew-slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100%}
.ew-hero .ew-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}
.ew-hero .ew-slide.ew-active{opacity:1}
.ew-hero-ov{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7%;z-index:3}
.ew-hero.has-text .ew-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.15))}
.ew-hero-slidecap{display:none;z-index:4;position:absolute;top:0;left:0;right:0;bottom:0;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7%;color:#fff;max-width:60%}
.ew-hero-slidecap.ew-active{display:flex}
.ew-hero-slidecap h2{font-size:clamp(22px,4vw,46px);margin:0 0 14px;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.5);color:#fff}
.ew-hero-slidecap p{font-size:clamp(13px,1.6vw,18px);margin:0;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.55);max-width:640px}
.ew-hero .ew-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(0,0,0,.35);color:#fff;border:none;font-size:20px;width:44px;height:44px;border-radius:50%;cursor:pointer;line-height:1}
.ew-hero .ew-prev{left:16px}.ew-hero .ew-next{right:16px}
.ew-hero .ew-arrow:hover{background:rgba(0,0,0,.6)}
.ew-dots{position:absolute;bottom:14px;left:0;right:0;text-align:center;z-index:5}
.ew-dots button{width:11px;height:11px;border-radius:50%;border:none;margin:0 4px;background:rgba(255,255,255,.55);cursor:pointer;padding:0}
.ew-dots button.ew-on{background:#1a6bb0}
@media(max-width:640px){.ew-hero{min-height:170px}.ew-hero-slidecap{max-width:82%}}.ew-cf{max-width:640px;margin:0 0 20px;font-family:inherit}
.ew-cf .ew-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ew-cf .full{grid-column:1/-1}
.ew-cf label{display:block;font-size:13px;font-weight:600;color:#33475b;margin:0 0 6px;text-transform:uppercase;letter-spacing:.3px}
.ew-cf input,.ew-cf textarea{width:100%;padding:12px 14px;border:1px solid #d5dbe2;border-radius:6px;font-size:15px;font-family:inherit;color:#222;background:#fff;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}
.ew-cf input::placeholder,.ew-cf textarea::placeholder{color:#9aa7b4}
.ew-cf input:focus,.ew-cf textarea:focus{outline:none;border-color:#1a6bb0;box-shadow:0 0 0 3px rgba(26,107,176,.15)}
.ew-cf textarea{min-height:130px;resize:vertical}
.ew-cf .cap{display:flex;align-items:center;gap:12px}
.ew-cf .cap .q{font-size:17px;font-weight:700;letter-spacing:2px;background:#eef3f8;border:1px solid #d5dbe2;border-radius:6px;padding:11px 16px;color:#1a3b5c;white-space:nowrap;user-select:none}
.ew-cf .btn-row{margin-top:20px}
.ew-cf button{background:#1a6bb0;color:#fff;border:none;padding:13px 42px;border-radius:6px;font-weight:700;font-size:15px;cursor:pointer;transition:background .15s}
.ew-cf button:hover{background:#155a95}
@media(max-width:600px){.ew-cf .ew-grid{grid-template-columns:1fr}}