html.slc-lock-scroll{overflow-y:hidden}html.slc-lock-scroll .header{padding-right:var(--slc-sbw,0)}.scroll-lock-cards{margin-left:calc(-50vw + 50%);position:relative;width:100vw}.scroll-lock-cards__spacer{margin-bottom:0;margin-top:0}.scroll-lock-cards__container{box-sizing:border-box;display:flex;flex-direction:column;gap:48px;margin-bottom:0;margin-top:0;overflow:hidden;width:100%}.scroll-lock-cards__container.is-stuck{left:0;position:fixed;right:0;top:86px;z-index:1000}.scroll-lock-cards__container h2.eyebrow{padding-top:40px}.scroll-lock-cards__track{display:flex;gap:24px;transition:transform .45s cubic-bezier(.25,.8,.25,1);will-change:transform}.scroll-lock-cards__card{background-color:transparent;border:2px solid rgba(0,45,106,.2);border-radius:6px;flex-shrink:0;height:470px;margin-bottom:30px;overflow:hidden;position:relative;transition:background-color .3s ease,transform .3s ease;width:390px}.scroll-lock-cards__card--has-link{cursor:pointer}.scroll-lock-cards__card:hover{background-color:#fff;transform:scale(1.05)}.scroll-lock-cards__card-inner{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:2.37rem 3.2rem 2.87rem 2.9rem;position:relative}.scroll-lock-cards__card-inner--has-link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%234ac6e9' d='M17 1c-.27-.25-.68-.443-1.046-.455L2.5.182C1.664.11.938.856.917 1.693c-.023.838.666 1.595 1.503 1.568l9.864.273L1 14.818A1.543 1.543 0 0 0 3.182 17L14.466 5.716l.273 9.864c-.027.837.733 1.528 1.57 1.506s1.586-.764 1.51-1.585l-.364-13.455A1.5 1.5 0 0 0 17 1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:28px;position:absolute;right:1.25rem;top:1.25rem;transition:top .3s ease,right .3s ease;width:28px}.scroll-lock-cards__card:hover .scroll-lock-cards__card-inner--has-link:after{right:1rem;top:1rem}.scroll-lock-cards__heading{font-size:2.5rem;line-height:1.25;margin:0}.scroll-lock-cards__link{color:inherit;font-weight:inherit;text-decoration:none}.scroll-lock-cards__link:hover{text-decoration:none}.scroll-lock-cards__description{line-height:1.6;margin:0}.scroll-lock-cards__description p:first-child{margin-top:0}.scroll-lock-cards__description p:last-child{margin-bottom:0}@media (max-width:1100px){.scroll-lock-cards__heading{font-size:2rem;margin-right:36px}}@media (max-width:767px){html.slc-lock-scroll .header__container{padding-right:unset}.scroll-lock-cards{min-height:auto}.scroll-lock-cards__container.is-stuck{position:relative;top:auto}.scroll-lock-cards__track{flex-direction:column;gap:20px;transform:none!important}.scroll-lock-cards__card{height:auto;min-height:0;width:100%}.scroll-lock-cards__card:not(:last-child){margin-bottom:0}.scroll-lock-cards__card-inner{height:auto;padding:1.5rem 1.25rem 1.75rem}.scroll-lock-cards__heading{font-size:1.875rem}}.scroll-lock-cards__controls{display:flex;gap:18px;justify-content:flex-start;margin-top:-40px}@media (max-width:767px){.scroll-lock-cards__controls{display:none}}.scroll-lock-cards__controls button{align-items:center;background:#fff;border:none;border-radius:50%;color:var(--color-primary);cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;width:48px}.scroll-lock-cards__controls button svg{fill:currentColor;opacity:.47;transition:opacity .2s ease}.scroll-lock-cards__controls button:not(.is-disabled):hover svg{opacity:.75}.scroll-lock-cards__controls button.is-disabled svg{opacity:.25}.scroll-lock-cards__controls button.is-disabled{cursor:default;pointer-events:none}.slc-prev svg{transform:rotate(180deg)}