.vl-cstrip{position:relative;display:flex;align-items:center;min-height:var(--vl-cstrip-min, 22rem);overflow:hidden;color:var(--vl-cstrip-text, #ffffff);border-radius:var(--vl-cstrip-radius, 0)}.vl-cstrip--boxed{max-width:var(--page-width);margin-left:auto;margin-right:auto}.vl-cstrip__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.vl-cstrip__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:var(--vl-overlay-opacity, .35);pointer-events:none}.vl-cstrip__inner{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;gap:2.4rem;padding-top:var(--vl-cstrip-pt, 3.2rem);padding-bottom:var(--vl-cstrip-pb, 3.2rem)}.vl-cstrip__eyebrow,.vl-cstrip__heading,.vl-cstrip__sub{color:var(--vl-cstrip-text, #ffffff)}.vl-cstrip__sub{margin-top:1.2rem}.vl-cstrip__sub>*{margin:0}.vl-cstrip__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.vl-cstrip--center{text-align:center}.vl-cstrip--center .vl-cstrip__buttons,.vl-cstrip--center .vl-cstrip__eyebrow{justify-content:center}.vl-cstrip--center .vl-measure{margin-left:auto;margin-right:auto}.vl-cstrip--right{text-align:right}.vl-cstrip--right .vl-cstrip__buttons{justify-content:flex-end}.vl-cstrip--right .vl-measure{margin-left:auto}.vl-cstrip__btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.6rem;padding:0 2.8rem;border:1px solid currentColor;border-radius:0;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:var(--vl-cstrip-text, #ffffff);cursor:pointer;transition:background-color .4s ease,color .4s ease,opacity .3s ease}.vl-cstrip__btn--solid{background-color:var(--vl-cstrip-text, #ffffff);color:var(--vl-cstrip-bg-contrast, #141414)}.vl-cstrip__btn--solid:hover{background-color:transparent;color:var(--vl-cstrip-text, #ffffff)}.vl-cstrip__btn--ghost{background-color:transparent}.vl-cstrip__btn--ghost:hover{background-color:var(--vl-cstrip-text, #ffffff);color:#141414}.vl-cstrip__btn--text{border-color:transparent;padding:0;min-height:0;position:relative}.vl-cstrip__btn--text:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:1px;background-color:currentColor;transform:scaleX(1);transform-origin:left center;transition:transform .4s ease}.vl-cstrip__btn--text:hover:after{transform:scaleX(0)}.vl-cstrip__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}@media screen and (min-width:750px){.vl-cstrip--horizontal .vl-cstrip__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:4rem}.vl-cstrip--horizontal.vl-cstrip--center .vl-cstrip__inner{justify-content:center;text-align:center}.vl-cstrip--horizontal .vl-cstrip__buttons{flex-shrink:0}}.vl-colgrid__card{display:block;text-decoration:none;color:rgb(var(--color-foreground))}.vl-colgrid__card .vl-media{background-color:rgba(var(--color-foreground),.05)}.vl-colgrid__placeholder{width:100%;height:100%;object-fit:cover}.vl-colgrid__label{display:block;margin-top:1.4rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-align:center}.vl-editorial{position:relative;display:flex;align-items:center;min-height:42rem;overflow:hidden}.vl-editorial__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.vl-editorial__bg--placeholder{display:flex;background-color:rgba(var(--color-foreground),.06)}.vl-editorial__placeholder{width:100%;height:100%;object-fit:cover}.vl-editorial .vl-overlay{z-index:1}.vl-editorial__inner{position:relative;z-index:2;width:100%;padding-top:6rem;padding-bottom:6rem}.vl-editorial__content{max-width:82rem;margin-inline:auto}.vl-editorial__content .vl-display,.vl-editorial__content .vl-eyebrow,.vl-editorial__content .vl-subheading{color:rgb(var(--color-foreground))}.vl-editorial__sub{margin:1.8rem auto 0;max-width:62rem;text-wrap:pretty;-webkit-hyphens:none;hyphens:none}.vl-editorial__cta{margin-top:3rem}@media screen and (min-width:750px){.vl-editorial{min-height:56rem}.vl-editorial__inner{padding-top:9rem;padding-bottom:9rem}}.vl-featured__grid{list-style:none;margin:0;padding:0}.vl-featured__viewall{flex-shrink:0}.vl-hero{position:relative;overflow:hidden;min-height:var(--vl-hero-min-mobile, 70vh)}.vl-hero__carousel,.vl-hero__track{display:block;position:relative;width:100%;height:100%}.vl-hero__slide{position:relative;display:flex;align-items:center;min-height:var(--vl-hero-min-mobile, 70vh)}.vl-hero--carousel .vl-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s ease;z-index:0}.vl-hero--carousel .vl-hero__slide.is-active{position:relative;opacity:1;visibility:visible;z-index:1}.vl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.vl-hero__video{border:0;background:#1414140f}.vl-hero__bg--mobile{display:none}@media screen and (max-width:749px){.vl-hero__bg--desktop{display:none}.vl-hero__bg--mobile{display:block}}.vl-hero .vl-overlay{z-index:1}.vl-hero__inner{position:relative;z-index:3;width:100%;padding-top:6rem;padding-bottom:6rem}.vl-hero__content{max-width:64rem}.vl-hero__content--narrow{max-width:46rem}.vl-hero__content--medium{max-width:64rem}.vl-hero__content--wide{max-width:86rem}.vl-hero__content--full{max-width:none}.vl-hero__content.vl-text-center{margin-inline:auto}.vl-hero__content.vl-text-right{margin-inline-start:auto}.vl-hero__content .vl-display,.vl-hero__content .vl-eyebrow,.vl-hero__content .vl-subheading{color:var(--vl-hero-text, rgb(var(--color-foreground)))}.vl-hero__sub{margin-top:2rem}.vl-hero__buttons{margin-top:3.2rem}.vl-hero__arrow{position:absolute;bottom:2.4rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:1px solid rgba(255,255,255,.45);border-radius:50%;background-color:#14141438;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background-color .3s ease,border-color .3s ease}.vl-hero__arrow:hover{background-color:#14141480;border-color:#fff}.vl-hero__arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}.vl-hero__arrow svg{width:1.4rem;height:1.4rem;fill:currentColor}.vl-hero__arrow--prev{right:6.6rem;transform:rotate(90deg)}.vl-hero__arrow--next{right:1.5rem;transform:rotate(-90deg)}.vl-hero__dots{position:absolute;left:1.5rem;bottom:3.2rem;z-index:2;display:flex;gap:1rem}.vl-hero__dot{width:2.4rem;height:2px;padding:0;border:0;background-color:#ffffff73;cursor:pointer;transition:background-color .3s ease,width .3s ease}.vl-hero__dot.is-active{background-color:#fff;width:3.6rem}.vl-hero__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}@media screen and (min-width:750px){.vl-hero,.vl-hero__slide{min-height:var(--vl-hero-min, 80vh)}.vl-hero__inner{padding-top:8rem;padding-bottom:10rem}.vl-hero__arrow{bottom:3rem}.vl-hero__arrow--prev{right:7.4rem}.vl-hero__arrow--next{right:3rem}.vl-hero__dots{left:3rem;bottom:3.8rem}}@media(prefers-reduced-motion:reduce){.vl-hero--carousel .vl-hero__slide{transition:none}}.vl-icards{padding-top:4.8rem;padding-bottom:4.8rem}@media screen and (min-width:990px){.vl-icards{padding-top:8rem;padding-bottom:8rem}}.vl-icards__sub{margin-top:1.2rem}.vl-icards__grid{display:grid;grid-template-columns:repeat(var(--vl-icards-cols-m, 1),minmax(0,1fr));gap:var(--vl-icards-gap, 1.6rem)}@media screen and (min-width:750px){.vl-icards__grid{grid-template-columns:repeat(min(var(--vl-icards-cols-d, 4),2),minmax(0,1fr));gap:var(--vl-icards-gap, 2.4rem)}}@media screen and (min-width:990px){.vl-icards__grid{grid-template-columns:repeat(var(--vl-icards-cols-d, 4),minmax(0,1fr))}}.vl-icards__card{position:relative}.vl-icards__link{display:block;text-decoration:none;color:inherit}.vl-icards__media{position:relative;aspect-ratio:var(--vl-icards-ratio, 3 / 4)}.vl-icards__img{display:block;width:100%;height:100%;object-fit:cover}.vl-icards__img--placeholder{display:flex;width:100%;height:100%;background-color:#1414140f}.vl-icards__img--placeholder svg{width:100%;height:100%;object-fit:cover}.vl-icards__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;transition:opacity .5s ease}.vl-icards--ov-hover .vl-icards__overlay{opacity:0}.vl-icards--ov-hover .vl-icards__card:hover .vl-icards__overlay{opacity:1}.vl-icards__caption--overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:var(--vl-icards-text-v, flex-end);align-items:stretch;text-align:var(--vl-icards-text-align, left);padding:2rem;color:var(--vl-icards-overlay-text, #ffffff)}.vl-icards__caption--below{margin-top:1.6rem;text-align:var(--vl-icards-text-align, left)}.vl-icards__eyebrow{display:block;font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.8rem}.vl-icards__title{display:block;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2rem;line-height:1.2}.vl-icards__desc{display:block;margin-top:.8rem;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.6}.vl-icards__caption--below .vl-icards__eyebrow{color:var(--vl-icards-below-eyebrow, #B59778)}.vl-icards__caption--below .vl-icards__title{color:var(--vl-icards-below-title, rgb(var(--color-foreground)))}.vl-icards__caption--below .vl-icards__desc{color:var(--vl-icards-below-desc, rgba(var(--color-foreground), .7))}.vl-icards__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:1.4rem;min-height:4rem;padding:0 2.2rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;border:1px solid currentColor;width:fit-content;transition:background-color .4s ease,color .4s ease}.vl-icards__caption{--vl-icards-text-align: left}.vl-icards__caption[data-align=center] .vl-icards__btn{margin-left:auto;margin-right:auto}.vl-icards__caption[data-align=right] .vl-icards__btn{margin-left:auto}.vl-icards--text-overlay .vl-icards__btn--solid{background-color:#fff;color:#141414;border-color:#fff}.vl-icards--text-overlay .vl-icards__btn--outline{background-color:transparent;color:var(--vl-icards-overlay-text, #ffffff)}.vl-icards--text-overlay .vl-icards__btn--ghost{background-color:transparent;border-color:transparent;color:var(--vl-icards-overlay-text, #ffffff);padding:0;min-height:0;text-decoration:underline;text-underline-offset:.4rem}.vl-icards--text-below .vl-icards__btn--solid{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.vl-icards--text-below .vl-icards__btn--outline{background-color:transparent;color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.vl-icards--text-below .vl-icards__btn--ghost{background-color:transparent;border-color:transparent;color:rgb(var(--color-foreground));padding:0;min-height:0;text-decoration:underline;text-underline-offset:.4rem}.vl-mwc{display:flex;flex-direction:column}.vl-mwc--boxed{max-width:var(--page-width);margin-left:auto;margin-right:auto}.vl-mwc__media{position:relative;overflow:hidden;background-color:var(--vl-mwc-media-bg, #EDE6DB);height:var(--vl-mwc-height-m, 42rem);display:flex;align-items:center;justify-content:center}.vl-mwc__img{display:block;transition:transform .9s cubic-bezier(.22,1,.36,1)}.vl-mwc--fit-cover .vl-mwc__img{width:100%;height:100%;object-fit:cover;object-position:var(--vl-mwc-focal, center center)}.vl-mwc--fit-cover:hover .vl-mwc__img{transform:scale(1.04)}.vl-mwc--fit-contain .vl-mwc__img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.vl-mwc__img--placeholder{width:100%;height:100%}.vl-mwc__img--placeholder svg{width:100%;height:100%;object-fit:cover}.vl-mwc__panel{display:flex;align-items:var(--vl-mwc-valign, center);background-color:var(--vl-mwc-bg, #2A1B2A);padding:var(--vl-mwc-pad-d, 3.2rem) 2rem;min-height:var(--vl-mwc-height-m, 42rem)}.vl-mwc--scheme .vl-mwc__panel{background-color:rgb(var(--color-background))}.vl-mwc--scheme .vl-mwc__eyebrow{color:rgb(var(--color-foreground));opacity:.6}.vl-mwc--scheme .vl-mwc__heading{color:rgb(var(--color-foreground))}.vl-mwc--scheme .vl-mwc__desc{color:rgba(var(--color-foreground),.82)}.vl-mwc--scheme .vl-mwc__btn-ghost{border-color:rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.vl-mwc--scheme .vl-mwc__btn-ghost:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.vl-mwc__inner{width:100%;text-align:var(--vl-mwc-talign, left);margin-inline:auto}.vl-mwc__eyebrow{color:var(--vl-mwc-eyebrow, #B59778)}.vl-mwc__heading{color:var(--vl-mwc-heading, #E8DECF)}.vl-mwc__desc{margin-top:1.6rem;color:var(--vl-mwc-desc, rgba(232, 222, 207, .82));max-width:52rem}.vl-mwc__desc>*{margin-top:0}.vl-mwc__desc>*+*{margin-top:1rem}.vl-mwc__buttons{margin-top:2.8rem}.vl-mwc__btn-ghost{border-color:var(--vl-mwc-heading, #E8DECF);color:var(--vl-mwc-heading, #E8DECF)}.vl-mwc__btn-ghost:hover{background-color:var(--vl-mwc-heading, #E8DECF);color:var(--vl-mwc-bg, #2A1B2A)}@media screen and (min-width:750px){.vl-mwc{flex-direction:row;align-items:stretch}.vl-mwc--media-right{flex-direction:row-reverse}.vl-mwc__media{flex:0 0 var(--vl-mwc-media-width, 50%);height:var(--vl-mwc-height-d, 54rem)}.vl-mwc__panel{flex:1 1 auto;min-height:var(--vl-mwc-height-d, 54rem);padding:var(--vl-mwc-pad-d, 5.6rem)}}@media screen and (min-width:990px){.vl-mwc__panel{padding-left:7rem;padding-right:7rem}}.vl-newsletter__inner{max-width:64rem}.vl-newsletter__sub{margin-top:1.6rem}.vl-newsletter__form{margin-top:3.2rem}.vl-newsletter__row{display:flex;flex-direction:column;gap:1.2rem;max-width:48rem;margin:0 auto}.vl-newsletter__input{flex:1 1 auto;min-height:4.8rem;padding:0 1.6rem;border:1px solid rgba(var(--color-foreground),.4);border-radius:0;background-color:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.5rem}.vl-newsletter__input::placeholder{color:rgba(var(--color-foreground),.55)}.vl-newsletter__input:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:1px}.vl-newsletter__submit{flex-shrink:0}.vl-newsletter__success{margin:2rem 0 0;font-size:1.5rem;color:rgb(var(--color-foreground))}.vl-newsletter__error{margin:1.2rem 0 0;font-size:1.4rem;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.vl-newsletter__row{flex-direction:row}.vl-newsletter__submit{min-width:14rem}}.vl-story__layout{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center}.vl-story__media-col .vl-media{background-color:rgba(var(--color-foreground),.05)}.vl-story__placeholder{width:100%;height:100%;object-fit:cover}.vl-story__body{margin-top:1.6rem;font-size:1.6rem;line-height:1.8;color:rgba(var(--color-foreground),.78)}.vl-story__body>*{margin-top:0}.vl-story__cta{margin-top:2.8rem}@media screen and (min-width:750px){.vl-story__layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}.vl-story__layout--right .vl-story__media-col{order:2}.vl-story__layout--right .vl-story__text-col{order:1}}@media screen and (min-width:990px){.vl-story__layout{gap:8rem}}.vl-top-bar{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-bottom:1px solid rgba(var(--color-foreground),.12)}.vl-top-bar--custom{border-bottom-color:#ffffff26}.vl-top-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-height:3.6rem;padding-top:.6rem;padding-bottom:.6rem}.vl-top-bar__spacer{flex:1 1 0;min-width:0}.vl-top-bar__wa{flex:1 1 0;display:inline-flex;align-items:center;gap:.7rem;min-width:0;color:inherit;text-decoration:none;font-family:var(--font-body-family);font-size:var(--vl-tb-fs, 12px);font-weight:500;letter-spacing:.06em;transition:opacity .25s ease}.vl-top-bar__wa:hover{opacity:.75}.vl-top-bar__wa-icon{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;flex-shrink:0}.vl-top-bar__wa-icon svg{width:100%;height:100%}.vl-top-bar__wa-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vl-top-bar__message{flex:0 1 auto;margin:0;text-align:center;font-family:var(--font-body-family);font-size:1.15rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;line-height:1.4;color:inherit;opacity:.85}.vl-top-bar__message-link{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease;padding-bottom:.1rem}.vl-top-bar__message-link:hover{border-bottom-color:currentColor}.vl-top-bar__social{flex:1 1 0;display:inline-flex;align-items:center;justify-content:flex-end;gap:1.4rem}.vl-top-bar__social-link{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;color:inherit;opacity:.85;transition:opacity .25s ease,transform .25s ease}.vl-top-bar__social-link:hover{opacity:1;transform:translateY(-1px)}.vl-top-bar__social-link .icon,.vl-top-bar__social-link svg{width:100%;height:100%;fill:currentColor}@media screen and (max-width:749px){.vl-top-bar__inner{min-height:3.2rem}.vl-top-bar__message{font-size:1.05rem;letter-spacing:.12em}.vl-top-bar__social{display:none}.vl-top-bar__wa{flex:0 1 auto}.vl-top-bar__wa-text,.vl-top-bar__spacer{display:none}}.vl-usp{padding-top:3.2rem;padding-bottom:3.2rem}.vl-usp__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr}.vl-usp__item{padding:2.4rem 0;text-align:center}.vl-usp__item+.vl-usp__item{border-top:1px solid rgba(var(--color-foreground),.15)}.vl-usp__icon{display:block;font-size:2.4rem;line-height:1;margin-bottom:1.2rem}.vl-usp__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.7rem;line-height:1.3;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.vl-usp__text{font-size:1.4rem;line-height:1.6;margin:0;color:rgba(var(--color-foreground),.75)}@media screen and (min-width:750px){.vl-usp__grid{grid-template-columns:repeat(2,1fr)}.vl-usp__item{padding:2.8rem 2rem}.vl-usp__item+.vl-usp__item{border-top:0}.vl-usp__item:nth-child(n+3){border-top:1px solid rgba(var(--color-foreground),.15)}.vl-usp__item:nth-child(2n){border-left:1px solid rgba(var(--color-foreground),.15)}}@media screen and (min-width:990px){.vl-usp__grid{grid-template-columns:repeat(var(--vl-usp-cols, 4),1fr)}.vl-usp__item:nth-child(n+3){border-top:0}.vl-usp__item:nth-child(2n){border-left:0}.vl-usp__item+.vl-usp__item{border-left:1px solid rgba(var(--color-foreground),.15)}}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map */
