.andor-imhero{background:#f5f5f7}
.andor-imhero.is-container-full{padding:0}
.andor-imhero__item{padding:0;text-align:center}
.andor-imhero__media{position:relative;height:692px;width:100%;overflow:hidden;display:block}
.andor-imhero__video--mobile,.andor-imhero__img--mobile{display:none}
@media (max-width: 767px) {
.andor-imhero__media{height:540px}
.andor-imhero__video--desktop,.andor-imhero__img--desktop{display:none}
.andor-imhero__video--mobile,.andor-imhero__img--mobile{display:block}
}
.andor-imhero__video,.andor-imhero__fallback{position:absolute;inset:0;width:100%;height:100%}
.andor-imhero__video{object-fit:cover;object-position:center}
.andor-imhero__fallback{z-index:1}
.andor-imhero__fallback img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.andor-imhero__media[data-has-video="1"] .andor-imhero__fallback{display:none}
.andor-imhero__copy{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:44px 16px 0;text-align:center;pointer-events:none}
.andor-imhero__copy a,.andor-imhero__ctas{pointer-events:auto}
.andor-imhero__h2{margin:0 0 8px;font-size:40px;line-height:1.1;color:#111}
.andor-imhero__h2 a{color:inherit;text-decoration:none}
.andor-imhero__sub{display:block;margin:0 0 16px;font-size:16px;opacity:.85;color:#111}
@media (max-width: 767px) {
.andor-imhero__h2{font-size:32px}
.andor-imhero__copy{padding-top:32px}
}
.andor-imhero__ctas{display:flex;justify-content:center;gap:10px;margin:12px 0 28px;flex-wrap:wrap}
.andor-imhero__btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:999px;background:#0a57ff;color:#fff;text-decoration:none;font-weight:600}
.andor-imhero__btn--ghost{background:transparent;color:#0a57ff;border:1px solid #0a57ff40}