.bsp{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;width:100%;padding:48px 24px;background:var(--bsp-bg, #fff);color:var(--bsp-text, #1a1a1a);overflow:hidden}.bsp *,.bsp *:before,.bsp *:after{box-sizing:border-box}.bsp[hidden]{display:none}.bsp--overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.bsp__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.bsp__bg+.bsp__inner:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--bsp-overlay, .3));z-index:-1}.bsp--inline .bsp__bg+.bsp__inner:before{position:absolute}.bsp__inner{position:relative;z-index:1;width:100%;max-width:1100px;text-align:center;animation:bsp-in .45s ease both}@keyframes bsp-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.bsp__heading{font-family:var(--bsp-font-heading, Georgia, serif);font-weight:400;font-size:clamp(1.4rem,3.4vw,2.4rem);margin:0 0 10px;color:inherit}.bsp__sub{font-family:var(--bsp-font-label, system-ui, sans-serif);font-size:1rem;opacity:.75;margin:0 0 40px}.bsp__heading+.bsp__choices,.bsp__sub+.bsp__choices{margin-top:12px}.bsp__choices{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:var(--bsp-gap, 80px)}.bsp__choices.has-divider .bsp-choice+.bsp-choice{position:relative}.bsp__choices.has-divider .bsp-choice+.bsp-choice:before{content:"";position:absolute;left:calc(var(--bsp-gap, 80px) / -2);top:8%;bottom:8%;width:1px;background:currentColor;opacity:.18}.bsp-choice{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;text-decoration:none;color:inherit;padding:12px;border-radius:10px;transition:transform .28s ease}.bsp-choice:hover{transform:translateY(-6px)}.bsp-choice__logo{display:flex;align-items:center;justify-content:center;width:var(--bsp-logo-width, 220px);max-width:100%}.bsp-choice__logo img,.bsp-choice__placeholder{width:100%;height:auto;display:block;transition:opacity .25s ease}.bsp-choice:hover .bsp-choice__logo img{opacity:.85}.bsp-choice__label{font-family:var(--bsp-font-label, system-ui, sans-serif);font-size:var(--bsp-label-size, 20px);line-height:1.3;position:relative;padding-bottom:4px}.bsp-choice__label:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:1px;background:var(--bsp-accent, #0e5a5b);transition:left .28s ease,right .28s ease}.bsp-choice:hover .bsp-choice__label{color:var(--bsp-accent, #0e5a5b)}.bsp-choice:hover .bsp-choice__label:after{left:0;right:0}.bsp-choice__sub{font-family:var(--bsp-font-label, system-ui, sans-serif);font-size:.85rem;opacity:.7;margin-top:-8px}.bsp__skip{margin-top:42px;border:0;background:none;cursor:pointer;font-family:var(--bsp-font-label, system-ui, sans-serif);font-size:.9rem;color:inherit;opacity:.65;text-decoration:underline;text-underline-offset:4px}.bsp__skip:hover{opacity:1}.bsp__close{position:absolute;top:20px;right:20px;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;display:grid;place-items:center;opacity:.6;transition:opacity .2s}.bsp__close svg{width:18px;height:18px}.bsp__close:hover{opacity:1}.bsp a:focus-visible,.bsp button:focus-visible{outline:2px solid var(--bsp-accent, #0e5a5b);outline-offset:4px}body.bsp-locked{overflow:hidden}@media(max-width:749px){.bsp{padding:40px 18px}.bsp__choices{gap:calc(var(--bsp-gap, 80px) * .45);flex-direction:column;align-items:center}.bsp__choices.has-divider .bsp-choice+.bsp-choice:before{left:10%;right:10%;top:calc(var(--bsp-gap, 80px) * -.22);bottom:auto;width:auto;height:1px}.bsp-choice__logo{width:min(var(--bsp-logo-width, 220px),58vw)}.bsp-choice__label{font-size:calc(var(--bsp-label-size, 20px) * .9)}.bsp__sub{margin-bottom:26px}}@media(prefers-reduced-motion:reduce){.bsp__inner{animation:none}.bsp-choice,.bsp-choice__label:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/brand-splash.css.map */
