.bht{position:relative;overflow:hidden;background:#fff}.bht__media{position:absolute;z-index:0;top:0;left:0;right:0;height:var(--bht-hero-h);overflow:hidden;background:#fff;container-type:inline-size}.bht--extend .bht__media{height:100%}.bht__media-pic{position:absolute;left:calc(-1 * var(--bht-focal-x) * (var(--bht-zoom) - 1) * 100%);width:calc(var(--bht-zoom) * 100%);aspect-ratio:var(--bht-hero-ar);top:min(0px,calc(var(--bht-focal-top) - var(--bht-focal-y) * var(--bht-zoom) * 100cqw / var(--bht-hero-ar)))}.bht__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.bht__fade{display:none;position:absolute;left:0;right:0;bottom:0;height:var(--bht-fade-h);background:linear-gradient(180deg,#fff0,#ffffff0f,#ffffff38,#ffffff7a,#ffffffc7,#fff);pointer-events:none}.bht--fade .bht__fade{display:block}.bht--fill .bht__media-pic{left:0;width:100%;aspect-ratio:auto;bottom:0;top:min(0px,calc((var(--bht-focal-top) - var(--bht-focal-y) * 100%) / max(.05,1 - var(--bht-focal-y))))}.bht--fill .bht__fade{display:none}.bht--half .bht__media{--bht-tile-w: calc((min(100vw, var(--bht-page-width)) - 2 * var(--bht-pad-x) - 2 * var(--bht-panel-pad) - var(--bht-gap) * (var(--bht-cols) - 1)) / var(--bht-cols));--bht-grid-h: calc(var(--bht-rows) * var(--bht-tile-w) / (var(--bht-ratio)) + (var(--bht-rows) - 1) * var(--bht-gap));height:calc(var(--bht-hero-h) - var(--bht-overlap) + var(--bht-panel-pad) + var(--bht-grid-h) * var(--bht-stop))}.bht--half .bht__fade{display:none}.bht--half.bht--fade .bht__media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--bht-fade-h);background:linear-gradient(180deg,#fff0,#ffffff0f,#ffffff38,#ffffff7a,#ffffffc7,#fff);pointer-events:none}@supports not (width: 1cqw){.bht__media-pic{top:0;right:0;bottom:0;left:0;width:100%;aspect-ratio:auto}}.bht__hero{position:static;height:var(--bht-hero-h)}.bht__hero-inner{position:relative;z-index:1;max-width:var(--bht-page-width);height:100%;margin:0 auto;padding:0 var(--bht-pad-x);display:flex;align-items:center}.bht--text-top .bht__hero-inner{align-items:flex-start;padding-top:var(--bht-text-offset)}.bht--text-center .bht__hero-inner{align-items:center;padding-bottom:var(--bht-overlap)}.bht--text-center .bht__box{margin-bottom:0}.bht__box{max-width:var(--bht-text-max);padding:22px 28px;border-radius:8px;background:rgba(255,255,255,var(--bht-box-alpha));margin-bottom:calc(var(--bht-overlap) * .6)}.bht__h1{margin:0 0 10px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--bht-h1-size);font-weight:700;line-height:1.12;letter-spacing:.06rem;color:var(--bht-accent);text-wrap:balance}.bht__subtitle{margin:0 0 18px;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:17px;line-height:1.45;color:#26323d}.bht__subtitle:last-child{margin-bottom:0}.bht .bht__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;background:transparent}.bht__actions:last-child{margin-bottom:0}.bht__trust{margin:0;font-size:13.5px;font-weight:600;color:#26323d}.bht__tiles{position:relative;z-index:2;max-width:var(--bht-page-width);margin:calc(-1 * var(--bht-overlap)) auto 0;padding:0 var(--bht-pad-x) var(--bht-pad-bottom)}.bht--panel .bht__panel{padding:20px;border-radius:calc(var(--bht-radius) + 6px);background:rgba(255,255,255,var(--bht-panel-alpha));-webkit-backdrop-filter:blur(var(--bht-panel-blur));backdrop-filter:blur(var(--bht-panel-blur))}.bht__list-heading{margin:0 0 14px;font-size:24px;font-weight:700;color:var(--bht-accent)}.bht__grid{display:grid;grid-template-columns:1fr;gap:var(--bht-gap);margin:0;padding:0;list-style:none}.bht__item{margin:0}.bht-tile{position:relative;display:block;overflow:hidden;aspect-ratio:var(--bht-ratio);border-radius:var(--bht-radius);background:#dfe6ec;color:#fff;text-decoration:none;outline:none;box-shadow:0 6px 18px #001e372e;-webkit-tap-highlight-color:transparent}.bht-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.bht-tile__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .4s ease}.bht-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#001e3761;opacity:0;transition:opacity .3s ease;pointer-events:none}.bht-tile__caption{position:absolute;z-index:1;inset:auto 0 0 0;padding:56px var(--bht-text-pad) var(--bht-text-pad);background:linear-gradient(180deg,#001e3700,#001e3759 40%,#001e37c7)}.bht-tile__title{margin:0;font-size:var(--bht-title-size);font-weight:700;line-height:1.2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);text-wrap:balance}.bht-tile__reveal{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease,opacity .25s ease}.bht-tile__desc{margin:0;overflow:hidden;padding-top:6px;font-size:var(--bht-desc-size);line-height:1.4;color:#e6eef5}@media(hover:hover){.bht-tile:hover .bht-tile__img,.bht-tile:focus-visible .bht-tile__img{transform:scale(1.03)}.bht-tile:hover:after,.bht-tile:focus-visible:after{opacity:1}.bht-tile:hover .bht-tile__reveal,.bht-tile:focus-visible .bht-tile__reveal{grid-template-rows:1fr;opacity:1}}@media(hover:none){.bht-tile__reveal{grid-template-rows:1fr;opacity:1}.bht-tile__caption{background:linear-gradient(180deg,#001e3700,#001e3773 35%,#001e37d9)}}.bht-tile:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--bht-accent)}@media(prefers-reduced-motion:reduce){.bht-tile__img,.bht-tile:after,.bht-tile__reveal{transition:none}}@media screen and (min-width:750px){.bht__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.bht__grid{grid-template-columns:repeat(var(--bht-cols),1fr)}}@media screen and (max-width:749px){.bht__hero{position:relative;display:flex;align-items:center;height:auto;min-height:var(--bht-hero-h-mobile);overflow:hidden}.bht__media,.bht--extend .bht__media,.bht--half .bht__media{height:100%;background:#c9d6e0}.bht--half.bht--fade .bht__media:after{display:none}.bht__media-pic,.bht--fill .bht__media-pic{top:0;right:0;bottom:0;left:0;width:100%;aspect-ratio:auto}.bht__fade{display:none}.bht__hero-inner,.bht--text-top .bht__hero-inner,.bht--text-center .bht__hero-inner{align-items:stretch;width:100%;height:auto;padding:16px var(--bht-pad-x-mobile)}.bht__box{width:100%;max-width:none;margin:0;padding:18px 16px;border-radius:14px;background:#ffffffb3;text-align:center}.bht__h1{margin-bottom:14px;font-size:30px;font-weight:700;line-height:1.3}.bht__subtitle{margin-bottom:20px;font-size:15px;line-height:1.8}.bht .bht__actions{justify-content:center}.bht__trust{margin-top:12px}.bht__tiles{margin-top:0;padding:24px 12px 12px}.bht--panel .bht__panel{padding:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.bht__list-heading{text-align:center}.bht__grid{gap:24px}.bht-tile{aspect-ratio:auto;overflow:visible;border-radius:0;background:transparent;box-shadow:none;color:var(--bht-accent)}.bht-tile__media{position:relative;aspect-ratio:1.91;overflow:hidden;border-radius:8px}.bht-tile:after,.bht-tile__reveal{display:none}.bht-tile__caption{position:static;padding:16px;background:none;text-align:center}.bht-tile__title{font-size:22px;color:var(--bht-accent);text-shadow:none}.bht-tile:focus-visible .bht-tile__media{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--bht-accent)}}.bt-univers{max-width:var(--bt-page-width);margin:0 auto;padding:var(--bt-pad-top) var(--bt-pad-x) var(--bt-pad-bottom)}.bt-univers__heading{margin:0 0 16px;font-size:var(--bt-heading-size);font-weight:700;line-height:1.2;color:var(--bt-accent)}.bt-univers__grid{display:grid;grid-template-columns:1fr;gap:var(--bt-gap);margin:0;padding:0;list-style:none}.bt-univers__item{margin:0}.bt-tile{position:relative;display:block;overflow:hidden;aspect-ratio:var(--bt-ratio);border-radius:var(--bt-radius);background:#dfe6ec;color:#fff;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent}.bt-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.bt-tile__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .4s ease}.bt-tile__img--placeholder{background:#c9d3dc}.bt-tile__caption{position:absolute;inset:auto 0 0 0;padding:48px var(--bt-text-pad) var(--bt-text-pad);background:linear-gradient(180deg,#001e3700,#001e3799 45%,#001e37e6);transition:background .3s ease}.bt-tile__title{margin:0;font-size:var(--bt-title-size);font-weight:700;line-height:1.2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);text-wrap:balance}.bt-tile__reveal{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease,opacity .25s ease}.bt-tile__desc{margin:0;overflow:hidden;padding-top:6px;font-size:var(--bt-desc-size);line-height:1.4;color:#e6eef5}@media(hover:hover){.bt-tile:hover .bt-tile__img,.bt-tile:focus-visible .bt-tile__img{transform:scale(1.03)}.bt-tile:hover .bt-tile__caption,.bt-tile:focus-visible .bt-tile__caption{background:linear-gradient(180deg,#001e371a,#001e37eb 40%,#001e37f7)}.bt-tile:hover .bt-tile__reveal,.bt-tile:focus-visible .bt-tile__reveal{grid-template-rows:1fr;opacity:1}}@media(hover:none){.bt-tile__reveal{grid-template-rows:1fr;opacity:1}.bt-tile__caption{background:linear-gradient(180deg,#001e3700,#001e37e6 45%,#001e37f7)}}.bt-tile:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--bt-accent)}@media(prefers-reduced-motion:reduce){.bt-tile__img,.bt-tile__caption,.bt-tile__reveal{transition:none}}@media screen and (min-width:750px){.bt-univers__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.bt-univers__grid{grid-template-columns:repeat(var(--bt-cols),1fr)}}@media screen and (max-width:749px){.bt-univers{padding-left:var(--bt-pad-x-mobile);padding-right:var(--bt-pad-x-mobile)}.bt-tile__title{font-size:calc(var(--bt-title-size) * .9)}}
/*# sourceMappingURL=/cdn/shop/t/243/compiled_assets/styles.css.map */
