.sb-fc{--sb-fc-skagerrak:#004f5f;--sb-fc-midnight:#37464f;--sb-fc-still:#cceef2;--sb-fc-yellow:#f9d452;--sb-fc-blue:#00abc1;--sb-fc-stibo:#fbfeff;--sb-fc-lightbg:#f7fcfd;--sb-fc-lightgrey:#eff2f4;--sb-fc-bg:var(--sb-fc-stibo);--sb-fc-text:var(--sb-fc-midnight);--sb-fc-heading-color:var(--sb-fc-skagerrak);--sb-fc-eyebrow-color:var(--sb-fc-blue);--sb-fc-summary-text:var(--sb-fc-midnight);--sb-fc-card-bg:#fff;--sb-fc-card-border:rgba(0,171,193,.2);--sb-fc-card-shadow:0 4px 16px rgba(0,79,95,.07);--sb-fc-card-title:var(--sb-fc-skagerrak);--sb-fc-card-text:var(--sb-fc-midnight);--sb-fc-card-marker:var(--sb-fc-skagerrak);--sb-fc-section-label:var(--sb-fc-blue);--sb-fc-section-divider:var(--sb-fc-lightgrey);--sb-fc-bullet-circle:var(--sb-fc-blue);--sb-fc-bullet-arrow:var(--sb-fc-yellow);--sb-fc-benefits-label:var(--sb-fc-yellow);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--sb-fc-bg);width:100%}.sb-fc--accent{--sb-fc-bg:var(--sb-fc-still);--sb-fc-card-bg:#fff;--sb-fc-card-border:rgba(0,79,95,.15);--sb-fc-card-shadow:0 4px 16px rgba(0,79,95,.1)}.sb-fc--dark{--sb-fc-bg:var(--sb-fc-skagerrak);--sb-fc-text:hsla(0,0%,100%,.9);--sb-fc-heading-color:var(--sb-fc-stibo);--sb-fc-summary-text:hsla(0,0%,100%,.82);--sb-fc-card-bg:hsla(0,0%,100%,.06);--sb-fc-card-border:hsla(0,0%,100%,.14);--sb-fc-card-shadow:none;--sb-fc-card-title:#fff;--sb-fc-card-text:hsla(0,0%,100%,.88);--sb-fc-card-marker:var(--sb-fc-blue);--sb-fc-section-divider:hsla(0,0%,100%,.12)}.sb-fc__inner{margin:0 auto;max-width:120rem;padding:4.625rem 7.75rem}.sb-fc--constrained .sb-fc__inner{max-width:1200px}.sb-fc__header{margin-bottom:clamp(32px,5vw,48px);opacity:0;transform:translateY(8px);transition:opacity .4s ease .05s,transform .4s cubic-bezier(.22,1,.36,1) .05s}.sb-fc__heading{color:var(--sb-fc-heading-color);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.1;margin:0 0 16px}.sb-fc__summary{max-width:640px}.sb-fc__summary p{color:var(--sb-fc-summary-text);font-size:17px;font-weight:500;line-height:1.65;margin:0 0 1em}.sb-fc__summary p:last-child{margin-bottom:0}.sb-fc__summary a{color:var(--sb-fc-blue);text-decoration:underline;text-underline-offset:3px}.sb-fc__grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.sb-fc__grid--single{grid-template-columns:1fr}@media (max-width:1600px){.sb-fc__inner{padding:4.625rem 2.375rem}}@media (max-width:768px){.sb-fc__grid{grid-template-columns:1fr}.sb-fc__inner{padding:3.375rem 1.375rem}}.sb-fc-card{background-color:var(--sb-fc-card-bg);border:1px solid var(--sb-fc-card-border);border-radius:10px;box-shadow:var(--sb-fc-card-shadow);display:flex;flex-direction:column;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .25s ease;will-change:transform,opacity}.sb-fc-card:hover{box-shadow:0 12px 32px rgba(0,79,95,.14);transform:translateY(-2px)}.sb-fc--dark .sb-fc-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.25)}.sb-fc-card.is-visible{opacity:1;transform:translateY(0)}.sb-fc-card:not(.is-visible):hover{box-shadow:var(--sb-fc-card-shadow);transform:translateY(12px)}.sb-fc-card__inner{display:flex;flex-direction:column;height:100%;padding:28px 28px 32px}.sb-fc-card__title{align-items:center;color:var(--sb-fc-card-title);display:flex;font-size:1.125rem;font-weight:700;gap:10px;line-height:1.3;margin:0 0 20px;text-transform:uppercase}.sb-fc-card__section{border-top:1px solid var(--sb-fc-section-divider);margin-top:16px;padding-top:16px}.sb-fc-card__section:first-of-type{border-top:none;margin-top:0;padding-top:0}.sb-fc-card__section-label{color:var(--sb-fc-section-label);font-size:1rem;font-weight:800;line-height:1.4;margin:0 0 8px}.sb-fc-card__section-label--benefits{color:var(--sb-fc-benefits-label)}.sb-fc--dark .sb-fc-card__section-label--benefits{color:var(--sb-fc-yellow)}.sb-fc-card__body p{color:var(--sb-fc-card-text);font-size:1rem;font-weight:500;line-height:1.65;margin:0 0 .7em}.sb-fc-card__body p:last-child{margin-bottom:0}.sb-fc-card__body strong{color:var(--sb-fc-card-title);font-weight:700}.sb-fc-card__body em{font-style:italic}.sb-fc-card__body a{color:var(--sb-fc-blue);text-decoration:underline;text-underline-offset:3px;transition:opacity .25s ease}.sb-fc-card__body a:hover{opacity:.72}.sb-fc-card__body a:focus-visible{border-radius:2px;outline:2px solid var(--sb-fc-skagerrak);outline-offset:2px}.sb-fc--dark .sb-fc-card__body a:focus-visible{outline-color:var(--sb-fc-stibo)}.sb-fc-card__body ol,.sb-fc-card__body ul{list-style:none;margin:0 0 .5em;padding:0}.sb-fc-card__body ol li,.sb-fc-card__body ul li{color:var(--sb-fc-card-text);font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:6px;padding-left:18px;position:relative}.sb-fc-card__how-it-works ul li:before{background-color:var(--sb-fc-bullet-circle);border-radius:50%;content:"";flex-shrink:0;height:7px;left:0;position:absolute;top:.62em;width:7px}.sb-fc-card__benefits ul li{padding-left:20px}.sb-fc-card__benefits ul li:before{border-bottom:4px solid transparent;border-left:7px solid var(--sb-fc-bullet-arrow);border-top:4px solid transparent;content:"";height:0;left:0;position:absolute;top:.58em;width:0}.sb-fc-card__overview ul li:before{background-color:var(--sb-fc-midnight);border-radius:50%;content:"";height:5px;left:0;opacity:.45;position:absolute;top:.62em;width:5px}.sb-fc--dark .sb-fc-card__overview ul li:before{background-color:hsla(0,0%,100%,.5)}.sb-fc-card__body ol{counter-reset:sb-fc-ol}.sb-fc-card__body ol li{counter-increment:sb-fc-ol;padding-left:22px}.sb-fc-card__body ol li:before{color:var(--sb-fc-blue);content:counter(sb-fc-ol);font-size:.75em;font-weight:800;left:0;line-height:1.6;position:absolute;top:0}.sb-fc.is-visible .sb-fc__header{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.sb-fc-card,.sb-fc__header{opacity:1;transform:none;transition:none}.sb-fc-card:hover{transform:none}}