.bannerWithBackground{position:relative;overflow:hidden;background:var(--Primary-Palette-Navy-500, #243F64);min-height:540px;display:flex;align-items:center;padding:80px 0}.bannerWithBackground__media{position:absolute;inset:0;z-index:0}.bannerWithBackground__image{width:100%;height:100%;object-fit:cover;display:block}.bannerWithBackground__overlay{position:absolute;inset:0;background:rgba(36,63,100,.75);display:block}.bannerWithBackground .container{position:relative;z-index:1}.bannerWithBackground__content{width:100%;display:flex;flex-direction:column;gap:24px;color:var(--color-shade-01)}.bannerWithBackground__heading{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.bannerWithBackground__heading::after{content:"";display:block;width:88px;height:4px;background:var(--Secondary-Palette-Gold-500, #D4C3A5);margin-top:20px}.bannerWithBackground__sub-headline{font-family:"Adobe Caslon Pro",var(--font-heading);font-style:italic;font-weight:600;font-size:26px;line-height:normal;letter-spacing:0;text-transform:none;color:var(--color-shade-01);margin:0}.bannerWithBackground__headline{font-family:"Adobe Caslon Pro",var(--font-heading);font-weight:600;font-size:48px;max-width:600px;line-height:1.2;color:var(--color-shade-01);margin:0}.bannerWithBackground__body{font-family:var(--font-primary);font-weight:325;font-size:18px;line-height:32px;color:var(--color-shade-01)}.bannerWithBackground__body p{margin:0 0 16px}.bannerWithBackground__body p:last-child{margin-bottom:0}.bannerWithBackground__body ul,.bannerWithBackground__body ol{padding-left:27px;margin:0}.bannerWithBackground__body ul li,.bannerWithBackground__body ol li{margin-bottom:8px}.bannerWithBackground__body ul li:last-child,.bannerWithBackground__body ol li:last-child{margin-bottom:0}.bannerWithBackground__body ul{list-style:disc}.bannerWithBackground__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.bannerWithBackground__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;min-height:44px;min-width:44px;background:var(--color-shade-01);border:0;border-radius:100px;font-family:var(--font-primary);font-weight:500;font-size:20px;line-height:1.1;letter-spacing:.04em;color:var(--Primary-Palette-Navy-500, #243F64);text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.bannerWithBackground__cta:hover{box-shadow:0 6px 16px rgba(0,0,0,.25);opacity:.92}.bannerWithBackground__cta:focus{outline:2px solid var(--color-shade-01);outline-offset:3px}.bannerWithBackground__cta:active{transform:scale(0.98)}@media(max-width: 1024px){.bannerWithBackground{min-height:480px;padding:60px 0}.bannerWithBackground__headline{font-size:40px}}@media(max-width: 768px){.bannerWithBackground{min-height:420px;padding:32px 0}.bannerWithBackground__content{max-width:100%;gap:20px;text-align:center}.bannerWithBackground__heading{align-items:center}.bannerWithBackground__heading::after{margin-top:16px}.bannerWithBackground__sub-headline{font-size:20px;text-align:left}.bannerWithBackground__headline{font-size:32px;text-align:left}.bannerWithBackground__body{font-size:18px;text-align:left}.bannerWithBackground__ctas{justify-content:center}.bannerWithBackground__cta{font-size:18px;flex:1 1 100%;text-align:center}}@media(prefers-reduced-motion: reduce){.bannerWithBackground__cta{transition:none}.bannerWithBackground__cta:active{transform:none}}
