.mfcs{position:relative;width:100%;max-width:var(--mfcs-max,1800px);margin:0 auto;isolation:isolate;background:#f4f3ef;color:#151433;font-family:inherit;box-sizing:border-box}
.mfcs *,.mfcs *::before,.mfcs *::after{box-sizing:border-box}
.mfcs [hidden]{display:none!important}
.mfcs .mfcs-slide{background:var(--mfcs-bg);color:var(--mfcs-ink);margin:0;padding:0;min-width:0}
.mfcs.mfcs-ready .mfcs-viewport{display:grid;overflow:hidden}
.mfcs.mfcs-ready .mfcs-slide{grid-area:1/1;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.mfcs.mfcs-ready .mfcs-slide.is-active{visibility:visible;opacity:1;pointer-events:auto;z-index:1}
.mfcs .mfcs-viewport{touch-action:pan-y pinch-zoom}
.mfcs .mfcs-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-template-rows:1fr 1fr;column-gap:4%;padding:clamp(28px,4vw,76px);min-height:clamp(440px,42vw,780px);height:100%;overflow-wrap:anywhere}
.mfcs .mfcs-copy{grid-column:1;grid-row:1;align-self:end;min-width:0;z-index:2;text-align:var(--mfcs-align,left)}
.mfcs .mfcs-eyebrow{margin:0 0 20px;padding:0;font-size:clamp(14px,1.4vw,22px);line-height:1.3;font-weight:750;letter-spacing:.04em}
.mfcs .mfcs-title{font-family:inherit;font-size:clamp(30px,4.5vw,var(--mfcs-title-size));font-weight:800;line-height:1.07;letter-spacing:-.035em;color:inherit;padding:0;margin:0 0 20px;text-wrap:balance}
.mfcs .mfcs-body{font-size:clamp(16px,1.65vw,24px);line-height:1.5;padding:0;margin:0;max-width:42em;color:inherit;font-weight:400;font-style:var(--mfcs-body-style,normal)}
.mfcs .mfcs-media{grid-column:2;grid-row:1/3;display:flex;min-width:0;min-height:0;align-self:stretch;align-items:center;justify-content:center}
.mfcs .mfcs-media img{display:block;width:100%;height:100%;max-height:640px;max-width:100%;object-fit:contain;object-position:var(--mfcs-focal-x) var(--mfcs-focal-y);border:0;border-radius:0;box-shadow:none}
.mfcs .mfcs-actions{grid-column:1;grid-row:2;align-self:start;display:flex;flex-direction:column;align-items:var(--mfcs-items,flex-start);gap:clamp(24px,4vw,64px);padding-top:28px;z-index:2;min-width:0}
.mfcs .mfcs-buttons{display:flex;flex-wrap:wrap;justify-content:var(--mfcs-items,flex-start);gap:12px;max-width:100%;min-width:0}
.mfcs a.mfcs-button{font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;max-width:100%;padding:15px 30px;border:2px solid transparent;border-radius:var(--mfcs-radius);background:var(--mfcs-button-bg);color:var(--mfcs-button-ink);font-size:clamp(15px,1.2vw,20px);font-weight:750;line-height:1.25;text-decoration:none!important;text-align:center;box-shadow:0 8px 20px #00000012;transition:filter .15s ease,box-shadow .15s ease}
.mfcs .mfcs-buttons-many .mfcs-button{padding:14px 18px;font-size:clamp(13px,1.1vw,18px);gap:10px}
.mfcs a.mfcs-button>span[aria-hidden]{font-size:1.4em;line-height:1}
.mfcs a.mfcs-button:hover{color:var(--mfcs-button-ink);filter:brightness(.92);box-shadow:0 10px 24px #00000020}
.mfcs .mfcs-promo{margin:0;padding:0 0 0 12px;border-left:4px solid currentColor;font-size:clamp(15px,1.55vw,23px);line-height:1.35;font-weight:600}
.mfcs .mfcs-split-right .mfcs-copy,.mfcs .mfcs-split-right .mfcs-actions{grid-column:2}
.mfcs .mfcs-split-right .mfcs-media{grid-column:1}
.mfcs .mfcs-overlay .mfcs-panel{display:block;padding:0;aspect-ratio:var(--mfcs-ratio);min-height:0;height:100%;width:100%;min-block-size:300px}
.mfcs .mfcs-overlay .mfcs-media{position:absolute;inset:0;display:block;width:100%;height:100%}
.mfcs .mfcs-overlay .mfcs-media img{height:100%;max-height:none;object-fit:cover}
.mfcs .mfcs-overlay .mfcs-panel::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--mfcs-shade));pointer-events:none;z-index:1}
.mfcs .mfcs-overlay .mfcs-copy{position:absolute;width:var(--mfcs-content-width);max-width:calc(100% - 32px);left:var(--mfcs-text-x);top:var(--mfcs-text-y);transform:translate(calc(-1 * var(--mfcs-text-x)),calc(-1 * var(--mfcs-text-y)));padding:16px}
.mfcs .mfcs-overlay .mfcs-actions{position:absolute;width:max-content;max-width:calc(100% - 32px);left:var(--mfcs-button-x);top:var(--mfcs-button-y);transform:translate(calc(-1 * var(--mfcs-button-x)),calc(-1 * var(--mfcs-button-y)));padding:0;gap:16px}
.mfcs .mfcs-overlay .mfcs-copy:empty,.mfcs .mfcs-overlay .mfcs-actions:empty{display:none}
.mfcs .mfcs-toolbar{position:absolute;right:12px;bottom:10px;z-index:4}
.mfcs .mfcs-controls{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;min-height:64px;padding:10px 100px;background:#f4f3ef;flex-wrap:wrap}
.mfcs .mfcs-controls button,.mfcs .mfcs-play{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;margin:0;border:1px solid transparent;padding:0;background:transparent;color:#242420;font-family:inherit;font-size:26px;line-height:1;min-width:44px;min-height:44px;cursor:pointer;border-radius:50%;box-shadow:none}
.mfcs .mfcs-controls button:hover,.mfcs .mfcs-play:hover{background:#e4e3df}
.mfcs .mfcs-dots{display:flex;justify-content:center;flex-wrap:wrap}
.mfcs .mfcs-dots button{width:32px;min-width:32px}
.mfcs .mfcs-dots button span{height:7px;width:7px;border-radius:50%;background:#777770;transition:width .15s ease}
.mfcs .mfcs-dots button[aria-current="true"] span{width:22px;border-radius:8px;background:#242420}
.mfcs .mfcs-play{font-size:12px;border-radius:20px;padding:0 12px}
.mfcs .mfcs-count{font-size:13px;font-variant-numeric:tabular-nums}
.mfcs a:focus-visible,.mfcs button:focus-visible{outline:3px solid #2964e4;outline-offset:4px;box-shadow:0 0 0 2px #fff}
.mfcs .mfcs-sr{position:absolute!important;width:1px;height:1px;padding:0!important;margin:-1px!important;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0!important}
@media(max-width:767px){
 .mfcs .mfcs-panel{display:flex;flex-direction:column;padding:28px 24px 36px;gap:24px;min-height:0;height:100%}
 .mfcs .mfcs-copy{order:1;align-self:stretch;text-align:center}
 .mfcs .mfcs-media{order:2;min-height:0;width:100%;flex:1 0 auto}
 .mfcs .mfcs-media img{height:auto;max-height:460px;object-position:var(--mfcs-mobile-focal-x) var(--mfcs-mobile-focal-y)}
 .mfcs .mfcs-actions{order:3;align-self:stretch;align-items:center;gap:24px;padding-top:0}
 .mfcs .mfcs-image-first .mfcs-media{order:0}
 .mfcs .mfcs-eyebrow{font-size:14px;margin-bottom:14px}
 .mfcs .mfcs-title{font-size:clamp(24px,7vw,var(--mfcs-mobile-title-size));margin-bottom:14px}
 .mfcs .mfcs-body{font-size:16px;line-height:1.5}
 .mfcs .mfcs-promo{font-size:16px}
 .mfcs a.mfcs-button{font-size:15px;padding:14px 24px}
 .mfcs .mfcs-buttons{justify-content:center}
 .mfcs .mfcs-buttons-many .mfcs-button{font-size:clamp(13px,3.85vw,15px);padding:12px 14px}
 .mfcs .mfcs-buttons-two-one{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:440px;gap:12px}
 .mfcs .mfcs-buttons-two-one .mfcs-button:nth-child(3){grid-column:1/-1;justify-self:center}
 .mfcs .mfcs-overlay .mfcs-buttons{justify-content:var(--mfcs-items,flex-start)}
 .mfcs .mfcs-overlay .mfcs-panel{aspect-ratio:var(--mfcs-mobile-ratio);min-block-size:400px;display:block}
 .mfcs .mfcs-overlay .mfcs-copy{width:var(--mfcs-mobile-content-width);left:var(--mfcs-mobile-text-x);top:var(--mfcs-mobile-text-y);transform:translate(calc(-1 * var(--mfcs-mobile-text-x)),calc(-1 * var(--mfcs-mobile-text-y)));text-align:var(--mfcs-align,left);padding:12px}
 .mfcs .mfcs-overlay .mfcs-actions{left:var(--mfcs-mobile-button-x);top:var(--mfcs-mobile-button-y);transform:translate(calc(-1 * var(--mfcs-mobile-button-x)),calc(-1 * var(--mfcs-mobile-button-y)));align-items:flex-start}
 .mfcs .mfcs-overlay .mfcs-media img{height:100%;max-height:none}
 .mfcs .mfcs-controls{gap:4px;padding-left:10px;padding-right:85px;justify-content:flex-start}
 .mfcs .mfcs-dots button{width:28px;min-width:28px}
}
/* This plane is the full rendered image, including the parts outside the crop. */
.mfcs .mfcs-text-clip{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2}
.mfcs .mfcs-image-plane{position:absolute;left:0;top:0;width:100%;height:100%}
.mfcs .mfcs-overlay.mfcs-image-text .mfcs-copy{position:absolute;left:var(--mfcs-anchor-x,14%);top:var(--mfcs-anchor-y,63%);width:var(--mfcs-anchor-width,23%);max-width:none;transform:translate(-50%,-50%);padding:0;text-align:var(--mfcs-align,center);font-size:var(--mfcs-anchor-font,24px);color:var(--mfcs-ink);pointer-events:auto}
.mfcs .mfcs-image-text .mfcs-body{font-family:inherit;font-size:inherit;line-height:1.4;letter-spacing:0;color:inherit;font-weight:400;margin:0;padding:0;max-width:none}
.mfcs .mfcs-image-text .mfcs-title{font-size:inherit;line-height:1.4;letter-spacing:0;margin:0 0 .4em}
.mfcs .mfcs-image-text .mfcs-eyebrow{font-size:.7em;margin:0 0 .4em}
@media(prefers-reduced-motion:reduce){.mfcs *{transition:none!important;animation:none!important}}
