.vp-home{background-color:#fff;--vp-color-text-accent:#008a00}.vp-hero-wrap{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1720px;padding-left:1.5rem;padding-right:1.5rem;width:100%}.vp-hero{background-color:#060606;border-radius:20px;margin:1.5rem 0 3rem;min-height:clamp(720px,90vh,1080px);overflow:hidden;position:relative}.vp-hero__bg{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:20% center;object-position:20% center;position:absolute;width:100%;z-index:0}.vp-hero__overlay{background:linear-gradient(90deg,rgba(4,4,4,.82) 0,rgba(4,4,4,.55) 28%,rgba(4,4,4,.1) 50%,rgba(4,4,4,0) 65%);inset:0;position:absolute;z-index:1}.vp-hero__content{justify-content:center;max-width:42%;min-height:clamp(720px,90vh,1080px);padding:7.5rem 2rem 7.5rem 5rem;position:relative;z-index:5}.vp-hero__content,.vp-hero__title{display:flex;flex-direction:column}.vp-hero__title{color:#fff;font-family:var(--theme-font-heading);font-weight:900;letter-spacing:-.03em;line-height:1;margin:0 0 1.375rem;text-transform:uppercase}.vp-hero__title-keyword{color:var(--vp-color-primary);font-size:clamp(.875rem,2.25vw,1.875rem);font-weight:800;letter-spacing:.04em;line-height:1.15;margin-bottom:.625rem}.vp-hero__title-secondary{color:#fff;font-size:clamp(1.625rem,3.25vw,2.875rem);font-weight:900;letter-spacing:-.02em;line-height:1;margin-top:.125rem}.vp-hero__title-accent{color:#ff8c00;font-size:clamp(4.3rem,8.9vw,8.35rem);font-weight:900;letter-spacing:-.04em;line-height:.95;margin-top:.35rem}.vp-hero__title-main{color:#fff;font-size:clamp(3.45rem,7.2vw,6.75rem);font-weight:900;letter-spacing:-.03em;line-height:.95;margin-top:-.1rem}.vp-hero__desc{color:hsla(0,0%,100%,.56);font-family:var(--theme-font-body);font-size:clamp(.875rem,1.05vw,1rem);line-height:1.65;margin:0 0 1.875rem;max-width:40ch}.vp-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:1.75rem}.vp-hero__btn{align-items:center;border-radius:9999px;cursor:pointer;display:inline-flex;font-family:var(--theme-font-body);font-size:.9375rem;font-weight:700;height:50px;justify-content:center;letter-spacing:.02em;padding:0 1.75rem;text-decoration:none;transition:background .18s ease,color .18s ease,transform .15s ease,box-shadow .18s ease,border-color .18s ease;white-space:nowrap}.vp-hero__btn:focus-visible{outline:2px solid var(--vp-color-primary);outline-offset:3px}.vp-hero__btn--primary{background:var(--vp-color-primary);color:#111}.vp-hero__btn--primary:hover{background:var(--vp-color-primary-hover);box-shadow:0 10px 28px rgba(140,255,100,.28);color:#111;transform:translateY(-2px)}.vp-hero__btn--secondary{background:transparent;border:1.5px solid hsla(0,0%,100%,.22);color:hsla(0,0%,100%,.78)}.vp-hero__btn--secondary:hover{border-color:hsla(0,0%,100%,.58);color:#fff;transform:translateY(-2px)}.vp-hero__trust{border-top:1px solid hsla(0,0%,100%,.07);display:flex;flex-wrap:wrap;gap:.5rem 1.375rem;list-style:none;margin:0;padding:.875rem 0 0}.vp-hero__trust-item{align-items:center;color:hsla(0,0%,100%,.48);display:inline-flex;font-family:var(--theme-font-body);font-size:.8rem;gap:.375rem}.vp-hero__trust-icon{color:var(--vp-color-primary);flex-shrink:0;opacity:.85}.vp-hero__products{bottom:0;filter:drop-shadow(-14px 8px 44px rgba(0,0,0,.85));height:clamp(400px,68vh,680px);max-width:56%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;position:absolute;right:2rem;width:auto;z-index:4}@keyframes vp-hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes vp-hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes vp-hero-float{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes vp-hero-fade-in-centered{0%{opacity:0;transform:translateX(-50%)}to{opacity:1;transform:translateX(-50%)}}@keyframes vp-hero-float-centered{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.04)}}.vp-hero__title-keyword{animation:vp-hero-fade-up .5s ease .05s both}.vp-hero__title-secondary{animation:vp-hero-fade-up .5s ease .18s both}.vp-hero__title-accent{animation:vp-hero-fade-up .65s ease .3s both}.vp-hero__title-main{animation:vp-hero-fade-up .5s ease .42s both}.vp-hero__desc{animation:vp-hero-fade-up .5s ease .54s both}.vp-hero__actions{animation:vp-hero-fade-up .5s ease .66s both}.vp-hero__trust{animation:vp-hero-fade-up .5s ease .78s both}.vp-hero__products{animation-delay:.2s,1.1s;animation-duration:.9s,5s;animation-fill-mode:both,none;animation-iteration-count:1,infinite;animation-name:vp-hero-fade-in,vp-hero-float;animation-timing-function:ease,ease-in-out}@media (prefers-reduced-motion:reduce){.vp-hero__actions,.vp-hero__desc,.vp-hero__products,.vp-hero__title-accent,.vp-hero__title-keyword,.vp-hero__title-main,.vp-hero__title-secondary,.vp-hero__trust{animation:none}}@media (max-width:1299px){.vp-hero__content{max-width:46%;padding:4rem 1.75rem 4rem 3.5rem}.vp-hero__products{max-width:58%;right:1.25rem}}@media (max-width:1023px){.vp-hero{border-radius:16px;min-height:auto}.vp-hero__bg{-o-object-position:62% center;object-position:62% center}.vp-hero__overlay{background:linear-gradient(180deg,rgba(4,4,4,.42),rgba(4,4,4,.88) 48%,rgba(4,4,4,.97))}.vp-hero__content{justify-content:flex-end;max-width:100%;min-height:auto;padding:clamp(260px,64vw,430px) 2rem 3rem}.vp-hero__products{animation-name:vp-hero-fade-in-centered,vp-hero-float-centered;bottom:auto;filter:drop-shadow(-8px 6px 24px rgba(0,0,0,.7));height:clamp(220px,56vw,400px);left:50%;max-width:80%;-o-object-position:center top;object-position:center top;right:auto;top:2rem;width:auto}.vp-hero__desc{max-width:100%}.vp-hero__title-accent{font-size:clamp(3.75rem,13.8vw,7.5rem)}.vp-hero__title-main{font-size:clamp(2.875rem,10.9vw,6rem)}}@media (max-width:767px){.vp-hero-wrap{padding-left:5px;padding-right:5px}.vp-hero{border-radius:14px;margin:1rem 0 2rem}.vp-hero__content{padding:clamp(235px,58vw,390px) 1.75rem 2.75rem}.vp-hero__products{height:clamp(200px,52vw,360px);max-width:85%;top:1.5rem}.vp-hero__title-keyword{font-size:clamp(.75rem,3.5vw,1.25rem)}.vp-hero__title-secondary{font-size:clamp(1.375rem,6vw,2.5rem)}.vp-hero__title-accent{font-size:clamp(3.3rem,16.7vw,6.9rem)}.vp-hero__title-main{font-size:clamp(2.6rem,13.2vw,5.75rem)}.vp-hero__actions{align-items:stretch;flex-direction:column}.vp-hero__btn{text-align:center}}@media (max-width:479px){.vp-hero{border-radius:12px;margin:.75rem 0 1.75rem}.vp-hero__trust{flex-direction:column;gap:.35rem}.vp-hero__content{padding-left:1.5rem;padding-right:1.5rem}}.vp-categories{padding:4.5rem 0 5.5rem}.vp-categories__header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.25rem}.vp-categories__eyebrow{align-items:center;color:var(--vp-color-text-accent);display:flex;font-family:var(--theme-font-body);font-size:.7rem;font-weight:700;gap:.625rem;letter-spacing:.18em;margin:0 0 .875rem;text-transform:uppercase}.vp-categories__eyebrow:before{background:var(--vp-color-text-accent);border-radius:2px;content:"";display:block;flex-shrink:0;height:1.1em;width:3px}.vp-categories__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.875rem,3.25vw,3.25rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 .875rem;text-transform:uppercase}.vp-categories__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:50ch}.vp-categories__cta{align-items:center;border:2px solid #0d0d0d;border-radius:9999px;color:#0d0d0d;display:inline-flex;flex-shrink:0;font-family:var(--theme-font-body);font-size:.8125rem;font-weight:700;gap:.5rem;height:52px;letter-spacing:.06em;padding:0 1.75rem;text-decoration:none;text-transform:uppercase;transition:background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.vp-categories__cta:hover{background:#0d0d0d;color:#fff}.vp-categories__cta:focus-visible{outline:2px solid var(--vp-color-text-accent);outline-offset:3px}.vp-categories__grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.vp-cat-card{background:#0a0a0a;border-radius:20px;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.vp-cat-card--large{aspect-ratio:16/9;grid-column:span 2}.vp-cat-card--small{aspect-ratio:4/3}.vp-cat-card__img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;position:absolute;transition:transform .55s ease;width:100%;will-change:transform}.vp-cat-card__overlay{background:linear-gradient(90deg,rgba(4,4,4,.82) 0,rgba(4,4,4,.55) 38%,rgba(4,4,4,.1) 62%,rgba(4,4,4,0));inset:0;position:absolute;z-index:1}.vp-cat-card__body{display:flex;flex-direction:column;inset:0;justify-content:flex-start;max-width:62%;padding:2.25rem 2rem;position:absolute;z-index:2}.vp-cat-card--large .vp-cat-card__body{padding-top:4.75rem}.vp-cat-card--small .vp-cat-card__body{justify-content:center}.vp-cat-card__accent{background:var(--vp-color-primary);border-radius:2px;display:block;height:3px;margin-bottom:.875rem;width:26px}.vp-cat-card__title{color:#fff;font-family:var(--theme-font-heading);font-size:clamp(2rem,2.8vw,3.125rem);font-weight:900;letter-spacing:-.02em;line-height:1;margin:0 0 .75rem;text-transform:uppercase}.vp-cat-card--small .vp-cat-card__title{font-size:clamp(1.125rem,1.65vw,1.875rem);line-height:1.05}.vp-cat-card__desc{color:hsla(0,0%,100%,.68);font-family:var(--theme-font-body);font-size:clamp(.75rem,.9vw,.875rem);line-height:1.55;margin:0 0 1rem}.vp-cat-card__link{align-items:center;color:var(--vp-color-primary);display:inline-flex;font-family:var(--theme-font-body);font-size:.8125rem;font-weight:700;gap:.375rem}.vp-cat-card--large .vp-cat-card__desc{font-size:clamp(1rem,1.1vw,1.125rem);max-width:24ch}.vp-cat-card--large .vp-cat-card__link{font-size:1.0625rem}@media (hover:hover){.vp-cat-card:hover{box-shadow:0 16px 44px rgba(0,0,0,.22);transform:translateY(-3px)}.vp-cat-card:hover .vp-cat-card__img{transform:scale(1.06)}}.vp-cat-card:focus-visible{outline:2px solid var(--vp-color-primary);outline-offset:3px}@media (prefers-reduced-motion:reduce){.vp-cat-card,.vp-cat-card__img{transition:none}}@media (max-width:1199px){.vp-categories{padding:4rem 0 5rem}}@media (max-width:1023px){.vp-categories__header{align-items:flex-start;flex-direction:column;gap:1.25rem}.vp-categories__grid{grid-template-columns:repeat(2,1fr)}.vp-cat-card--large{aspect-ratio:16/7;grid-column:span 2}.vp-cat-card--small{aspect-ratio:4/3}}@media (max-width:767px){.vp-categories{padding:3rem 0 4rem}.vp-categories__grid{gap:.75rem}.vp-cat-card--large{aspect-ratio:4/3;grid-column:span 2}.vp-cat-card__body{padding:1.25rem}.vp-cat-card__desc{display:none}}@media (max-width:479px){.vp-categories{padding:2.5rem 0 3.5rem}.vp-categories__grid{gap:.625rem;grid-template-columns:1fr}.vp-cat-card--large,.vp-cat-card--small{aspect-ratio:5/3;grid-column:span 1}.vp-cat-card__desc{display:none}}.vp-objectives{padding:4.5rem 0 5.5rem}.vp-objectives__header{margin-bottom:2.5rem;max-width:62ch}.vp-objectives__eyebrow{align-items:center;color:var(--vp-color-text-accent);display:flex;font-family:var(--theme-font-body);font-size:.7rem;font-weight:700;gap:.625rem;letter-spacing:.18em;margin:0 0 .875rem;text-transform:uppercase}.vp-objectives__eyebrow:before{background:var(--vp-color-text-accent);border-radius:2px;content:"";display:block;flex-shrink:0;height:1.1em;width:3px}.vp-objectives__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.625rem,2.8vw,2.75rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 .875rem;text-transform:uppercase}.vp-objectives__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0}.vp-objectives__grid{align-items:start;display:grid;gap:1.125rem;grid-template-columns:repeat(5,1fr)}.vp-obj-card{background:#fff;border-radius:18px;color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.vp-obj-card__media{aspect-ratio:4/5;background:#111;border-radius:18px 18px 0 0;flex-shrink:0;overflow:hidden;position:relative}.vp-obj-card__img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;transition:transform .55s ease;width:100%;will-change:transform}.vp-obj-card__body{border-radius:0 0 18px 18px;display:flex;flex:1;flex-direction:column;padding:1.25rem 1.5rem 1.5rem}.vp-obj-card__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1rem,1.3vw,1.375rem);font-weight:900;letter-spacing:-.02em;line-height:1.05;margin:0 0 .5rem;text-transform:uppercase}.vp-obj-card__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.8rem,.9vw,.875rem);line-height:1.55;margin:0}.vp-obj-card__link{align-items:center;color:var(--vp-color-text-accent);display:inline-flex;font-family:var(--theme-font-body);font-size:.8125rem;font-weight:700;gap:.35rem;margin-top:auto;padding-top:.875rem}.vp-obj-card__link svg{transition:transform .2s ease}@media (hover:hover){.vp-obj-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-2px)}.vp-obj-card:hover .vp-obj-card__img{transform:scale(1.05)}.vp-obj-card:hover .vp-obj-card__link svg{transform:translateX(3px)}}.vp-obj-card:focus-visible{outline:2px solid var(--vp-color-text-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){.vp-obj-card,.vp-obj-card__img,.vp-obj-card__link svg{transition:none}}@media (max-width:1199px){.vp-objectives{padding:4rem 0 5rem}}@media (max-width:1023px){.vp-objectives__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.vp-objectives{padding:3rem 0 3.5rem}.vp-objectives__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.875rem;padding-bottom:.75rem;scrollbar-width:none}.vp-objectives__grid::-webkit-scrollbar{display:none}.vp-obj-card{flex:0 0 70vw;scroll-snap-align:start}.vp-obj-card__body{padding:1rem 1.125rem 1.125rem}}@media (max-width:479px){.vp-objectives{padding:2.5rem 0 3rem}.vp-obj-card{flex:0 0 78vw}}.vp-featured-products{background:#f4f4f5;padding:4.5rem 0 5.5rem}.vp-featured-products__header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.25rem}.vp-featured-products__eyebrow{align-items:center;color:var(--vp-color-text-accent);display:flex;font-family:var(--theme-font-body);font-size:.7rem;font-weight:700;gap:.625rem;letter-spacing:.18em;margin:0 0 .875rem;text-transform:uppercase}.vp-featured-products__eyebrow:before{background:var(--vp-color-text-accent);border-radius:2px;content:"";display:block;flex-shrink:0;height:1.1em;width:3px}.vp-featured-products__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.875rem,3.25vw,3.25rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 .875rem;text-transform:uppercase}.vp-featured-products__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:52ch}.vp-featured-products__cta{align-items:center;color:var(--vp-color-text-accent);display:inline-flex;flex-shrink:0;font-family:var(--theme-font-body);font-size:.875rem;font-weight:700;gap:.5rem;text-decoration:none;transition:gap .2s ease;white-space:nowrap}.vp-featured-products__cta:hover{gap:.875rem}.vp-featured-products__cta:focus-visible{border-radius:3px;outline:2px solid var(--vp-color-text-accent);outline-offset:3px}.vp-featured-products__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.vp-featured-products__grid .vp-product-card{height:100%}@media (max-width:1199px){.vp-featured-products{padding:4rem 0 5rem}}@media (max-width:1023px){.vp-featured-products__header{align-items:flex-start;flex-direction:column;gap:1.25rem}}@media (max-width:767px){.vp-featured-products{padding:3rem 0 4rem}.vp-featured-products__grid{gap:.875rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.vp-featured-products{padding:2.5rem 0 3.5rem}.vp-featured-products__grid{gap:.75rem;grid-template-columns:1fr}}.vp-trust{background:#0d0d0d;color:#fff;padding:4.5rem 0 3.5rem}.vp-trust__header{border-bottom:1px solid hsla(0,0%,100%,.08);display:grid;gap:0;grid-template-columns:1.15fr 1fr 1fr;margin-bottom:3rem;padding-bottom:3rem}.vp-trust__cta-col,.vp-trust__rating-col{border-left:1px solid hsla(0,0%,100%,.1);padding-left:3rem}.vp-trust__eyebrow{align-items:center;color:var(--vp-color-primary);display:flex;font-family:var(--theme-font-body);font-size:.7rem;font-weight:700;gap:.625rem;letter-spacing:.18em;margin:0 0 1rem;text-transform:uppercase}.vp-trust__eyebrow:before{background:var(--vp-color-primary);border-radius:2px;content:"";display:block;flex-shrink:0;height:1.1em;width:3px}.vp-trust__title{color:#fff;font-family:var(--theme-font-heading);font-size:clamp(1.75rem,3vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 1rem;max-width:16ch;text-transform:uppercase}.vp-trust__desc{color:hsla(0,0%,100%,.56);font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:38ch}.vp-trust__score{align-items:baseline;display:flex;gap:.375rem;margin-bottom:.25rem}.vp-trust__score-num{color:#fff;font-family:var(--theme-font-heading);font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:1}.vp-trust__score-denom{color:hsla(0,0%,100%,.5);font-family:var(--theme-font-body);font-size:1.125rem}.vp-trust__score-label{color:hsla(0,0%,100%,.72);font-family:var(--theme-font-body);font-size:1rem;font-weight:600;margin:0 0 .625rem}.vp-trust__stars-row{display:flex;gap:.25rem;margin-bottom:.875rem}.vp-tp-star{display:block;flex-shrink:0}.vp-trust__count{align-items:center;color:hsla(0,0%,100%,.5);display:flex;font-family:var(--theme-font-body);font-size:.8125rem;gap:.4rem;margin:0}.vp-trust__count svg{color:var(--vp-color-primary);flex-shrink:0}.vp-trust__tp-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1.25rem}.vp-trust__tp-name{color:#fff;font-size:1.25rem;letter-spacing:-.01em}.vp-trust__btn,.vp-trust__tp-name{font-family:var(--theme-font-body);font-weight:700}.vp-trust__btn{align-items:center;border-radius:9999px;box-sizing:border-box;display:flex;font-size:.9rem;gap:.5rem;height:52px;justify-content:center;margin-bottom:.75rem;padding:0 1.5rem;text-decoration:none;transition:opacity .18s ease,background .18s ease;white-space:nowrap;width:100%}.vp-trust__btn--primary{background:var(--vp-color-primary);border:2px solid transparent;color:#0d0d0d}.vp-trust__btn--primary:hover{opacity:.88}.vp-trust__btn--secondary{background:transparent;border:2px solid hsla(0,0%,100%,.22);color:#fff}.vp-trust__btn--secondary:hover{border-color:hsla(0,0%,100%,.5)}.vp-trust__cta-note{align-items:center;color:hsla(0,0%,100%,.42);display:flex;font-family:var(--theme-font-body);font-size:.75rem;gap:.4rem;margin:0}.vp-trust__cta-note svg{color:var(--vp-color-primary);flex-shrink:0}.vp-trust__reviews{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.vp-trust-card{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.08);border-radius:20px;display:flex;flex-direction:column;padding:1.75rem}.vp-trust-card__header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.vp-trust-card__avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:var(--theme-font-body);font-size:.9rem;font-weight:700;height:46px;justify-content:center;letter-spacing:.02em;width:46px}.vp-trust-card__meta{display:flex;flex:1;flex-direction:column;gap:.125rem;min-width:0}.vp-trust-card__name{color:#fff;font-family:var(--theme-font-body);font-size:.9rem;font-weight:700}.vp-trust-card__date,.vp-trust-card__origin{color:hsla(0,0%,100%,.42);font-family:var(--theme-font-body);font-size:.75rem}.vp-trust-card__date{flex-shrink:0}.vp-trust-card__stars{display:flex;gap:.2rem;margin-bottom:.875rem}.vp-trust-card__title{color:#fff;font-family:var(--theme-font-body);font-size:.9375rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.vp-trust-card__text{color:hsla(0,0%,100%,.64);flex:1;font-family:var(--theme-font-body);font-size:.875rem;line-height:1.65;margin:0}.vp-trust-card__footer{border-top:1px solid hsla(0,0%,100%,.07);margin-top:1.25rem;padding-top:1.125rem}.vp-trust-card__badge{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:9999px;color:hsla(0,0%,100%,.46);display:inline-flex;font-family:var(--theme-font-body);font-size:.75rem;gap:.4rem;padding:.35rem .75rem}.vp-trust-card__badge svg{color:var(--vp-color-primary);flex-shrink:0}.vp-trust__footnote{align-items:center;color:hsla(0,0%,100%,.32);display:flex;font-family:var(--theme-font-body);font-size:.75rem;gap:.4rem;justify-content:center;margin:0;text-align:center}.vp-trust__footnote svg{color:var(--vp-color-primary);flex-shrink:0;opacity:.6}@media (max-width:1199px){.vp-trust{padding:4rem 0 3rem}.vp-trust__cta-col,.vp-trust__rating-col{padding-left:2rem}}@media (max-width:1023px){.vp-trust__header{gap:2.5rem;grid-template-columns:1fr;padding-bottom:2.5rem}.vp-trust__cta-col,.vp-trust__rating-col{border-left:none;border-top:1px solid hsla(0,0%,100%,.1);padding-left:0;padding-top:2rem}.vp-trust__title{max-width:100%}.vp-trust__btn{display:inline-flex;width:auto}}@media (max-width:767px){.vp-trust{padding:3rem 0 2.5rem}.vp-trust__reviews{gap:1rem;grid-template-columns:1fr}.vp-trust__stars-row .vp-tp-star--lg{height:26px;width:26px}}@media (max-width:479px){.vp-trust{padding:2.5rem 0 2rem}}.vp-brands{background:#fff;padding:4.5rem 0 5.5rem}.vp-brands__header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.25rem}.vp-brands__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.625rem,3vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 .75rem;text-transform:uppercase}.vp-brands__desc{color:#6b7280;font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:54ch}.vp-brands__cta,.vp-brands__desc{font-family:var(--theme-font-body)}.vp-brands__cta{align-items:center;color:var(--vp-color-text-accent);display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:700;gap:.5rem;text-decoration:none;transition:gap .2s ease;white-space:nowrap}.vp-brands__cta:hover{gap:.875rem}.vp-brands__cta:focus-visible{border-radius:3px;outline:2px solid var(--vp-color-text-accent);outline-offset:3px}.vp-brands__grid{display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.vp-brand-card{align-items:center;aspect-ratio:8/5;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;padding:0;text-decoration:none;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.vp-brand-card__img{filter:grayscale(100%) opacity(.55);height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:filter .22s ease;width:100%}@media (hover:hover){.vp-brand-card:hover{border-color:var(--vp-color-text-accent);box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-2px)}.vp-brand-card:hover .vp-brand-card__img{filter:grayscale(0) opacity(1)}}.vp-brand-card:focus-visible{border-color:var(--vp-color-text-accent);outline:2px solid var(--vp-color-text-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){.vp-brand-card,.vp-brand-card__img{transition:none}}.vp-brands__admin-notice{background:#fef9c3;border:1px solid #ca8a04;border-radius:8px;color:#713f12;font-family:var(--theme-font-body);font-size:.8125rem;margin-bottom:1.5rem;padding:.75rem 1rem}@media (max-width:1199px){.vp-brands{padding:4rem 0 5rem}}@media (max-width:1023px){.vp-brands__header{align-items:flex-start;flex-direction:column;gap:1.25rem}.vp-brands__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.vp-brands{padding:3rem 0 4rem}.vp-brands__grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.vp-brands{padding:2.5rem 0 3.5rem}}.vp-shipping{background:#f9fafb;padding:4.5rem 0 5.5rem}.vp-shipping__intro{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr minmax(280px,340px);margin-bottom:2.75rem}.vp-shipping__eyebrow{align-items:center;color:var(--vp-color-text-accent);display:flex;font-family:var(--theme-font-body);font-size:.7rem;font-weight:700;gap:.5rem;letter-spacing:.18em;margin:0 0 .875rem;text-transform:uppercase}.vp-shipping__eyebrow svg{flex-shrink:0}.vp-shipping__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.875rem,3.25vw,3.25rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 1rem;text-transform:uppercase}.vp-shipping__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:54ch}.vp-shipping__online-box{align-items:flex-start;background:#f0fdf4;border-left:4px solid var(--vp-color-text-accent);border-radius:0 16px 16px 0;display:flex;gap:1rem;padding:1.5rem 1.75rem}.vp-shipping__online-icon{align-items:center;background:#dcfce7;border-radius:10px;color:var(--vp-color-text-accent);display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.vp-shipping__online-title{color:#0d0d0d;font-family:var(--theme-font-body);font-size:.875rem;font-weight:700;letter-spacing:.02em;line-height:1.3;margin:0 0 .5rem;text-transform:uppercase}.vp-shipping__accent{color:var(--vp-color-text-accent);font-weight:800}.vp-shipping__online-desc{color:#6b7280;font-family:var(--theme-font-body);font-size:.8125rem;line-height:1.6;margin:0}.vp-shipping__times-label{color:#374151;font-family:var(--theme-font-body);font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 1.125rem;text-transform:uppercase}.vp-shipping__cards{display:grid;gap:1.125rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.vp-shipping-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;padding:1.75rem}.vp-shipping-card__head{align-items:flex-start;display:flex;gap:.875rem;margin-bottom:1.25rem}.vp-shipping-card__icon-wrap{align-items:center;background:#f0fdf4;border-radius:12px;color:var(--vp-color-text-accent);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.vp-shipping-card__region{display:flex;flex-direction:column;gap:.375rem;padding-top:.125rem}.vp-shipping-card__name{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1rem,1.3vw,1.25rem);font-weight:900;letter-spacing:-.01em;line-height:1.05;margin:0;text-transform:uppercase}.vp-shipping-card__badge{align-items:center;background:#dcfce7;border-radius:9999px;color:var(--vp-color-text-accent);display:inline-flex;font-family:var(--theme-font-body);font-size:.6875rem;font-weight:700;height:22px;letter-spacing:.06em;padding:0 .625rem;text-transform:uppercase;width:fit-content;width:-moz-fit-content}.vp-shipping-card__divider{border:none;border-top:1px solid #f3f4f6;margin:0 0 1.125rem}.vp-shipping-card__label{color:#9ca3af;font-family:var(--theme-font-body);font-size:.75rem;margin:0 0 .25rem}.vp-shipping-card__time{color:var(--vp-color-text-accent);font-family:var(--theme-font-heading);font-size:clamp(1.375rem,2vw,1.875rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 .75rem}.vp-shipping-card__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:.8125rem;line-height:1.65;margin:0}.vp-shipping__link-wrap{display:flex;justify-content:center;margin-bottom:3rem}.vp-shipping__times-link{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:9999px;color:#374151;display:inline-flex;font-family:var(--theme-font-body);font-size:.875rem;font-weight:600;gap:.5rem;height:46px;padding:0 1.5rem;text-decoration:none;transition:border-color .18s ease,color .18s ease}.vp-shipping__times-link:hover{border-color:var(--vp-color-text-accent);color:var(--vp-color-text-accent)}.vp-shipping__times-link:focus-visible{outline:2px solid var(--vp-color-text-accent);outline-offset:3px}.vp-shipping__benefits{border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;display:grid;gap:1.5rem 2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem;padding:2.5rem 0}.vp-shipping-benefit{align-items:flex-start;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;display:flex;gap:.875rem;padding:1.25rem 1rem}.vp-shipping-benefit__icon-wrap{align-items:center;background:#f0fdf4;border-radius:10px;color:var(--vp-color-text-accent);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.vp-shipping-benefit__name{color:#0d0d0d;font-family:var(--theme-font-body);font-size:.875rem;font-weight:700;margin:0 0 .25rem}.vp-shipping-benefit__text{color:#6b7280;font-family:var(--theme-font-body);font-size:.8rem;line-height:1.55;margin:0}.vp-shipping__cta-wrap{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.vp-shipping__cta-btn{align-items:center;background:#0d0d0d;border-radius:9999px;color:#fff;display:inline-flex;font-family:var(--theme-font-body);font-size:.9375rem;font-weight:700;gap:.625rem;height:56px;justify-content:center;letter-spacing:.05em;padding:0 2.5rem;text-decoration:none;text-transform:uppercase;transition:background .18s ease,transform .15s ease}.vp-shipping__cta-btn:hover{background:var(--vp-color-primary);color:#0d0d0d;transform:translateY(-2px)}.vp-shipping__cta-btn:focus-visible{outline:2px solid #0d0d0d;outline-offset:3px}.vp-shipping__footnote{color:#9ca3af;font-family:var(--theme-font-body);font-size:.75rem;line-height:1.6;margin:0;max-width:72ch;text-align:center}@media (max-width:1199px){.vp-shipping{padding:4rem 0 5rem}.vp-shipping__intro{gap:2rem}}@media (max-width:1023px){.vp-shipping__intro{gap:1.75rem;grid-template-columns:1fr}.vp-shipping__online-box{max-width:440px}.vp-shipping__benefits,.vp-shipping__cards{grid-template-columns:repeat(2,1fr)}.vp-shipping__benefits{gap:1.5rem}}@media (max-width:767px){.vp-shipping{padding:3rem 0 4rem}.vp-shipping__cards{gap:.875rem;grid-template-columns:1fr}.vp-shipping__benefits{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.vp-shipping__cta-btn{width:100%}}@media (max-width:479px){.vp-shipping{padding:2.5rem 0 3.5rem}.vp-shipping__benefits{gap:1.25rem;grid-template-columns:1fr;padding:2rem 0}.vp-shipping__online-box{max-width:100%}}.vp-editorial{background:#fff;padding:4.5rem 0 5.5rem}.vp-editorial__header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.vp-editorial__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.875rem,3.25vw,3.25rem);font-weight:900;letter-spacing:-.02em;line-height:.95;margin:0 0 .875rem;text-transform:uppercase}.vp-editorial__desc{color:#6b7280;font-family:var(--theme-font-body);font-size:clamp(.875rem,1vw,.9375rem);line-height:1.65;margin:0;max-width:58ch}.vp-editorial__cta{align-items:center;color:var(--vp-color-text-accent);display:inline-flex;flex-shrink:0;font-family:var(--theme-font-body);font-size:.875rem;font-weight:700;gap:.5rem;text-decoration:none;transition:gap .2s ease;white-space:nowrap}.vp-editorial__cta:hover{gap:.875rem}.vp-editorial__cta:focus-visible{border-radius:3px;outline:2px solid var(--vp-color-text-accent);outline-offset:3px}.vp-editorial__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.vp-editorial-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;display:flex;flex-direction:column;position:relative;transition:transform .22s ease,box-shadow .22s ease}@media (hover:hover){.vp-editorial-card:hover{box-shadow:0 10px 32px rgba(0,0,0,.08);transform:translateY(-3px)}.vp-editorial-card:hover .vp-editorial-card__img{transform:scale(1.04)}.vp-editorial-card:hover .vp-editorial-card__read-more svg{transform:translateX(3px)}}.vp-editorial-card__media{aspect-ratio:16/9;background:#f3f4f6;border-radius:17px 17px 0 0;flex-shrink:0;overflow:hidden}.vp-editorial-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease;width:100%;will-change:transform}.vp-editorial-card__img-placeholder{background:#e5e7eb;height:100%;width:100%}.vp-editorial-card__body{display:flex;flex:1;flex-direction:column;padding:1.375rem 1.5rem 1.625rem}.vp-editorial-card__cat{background:#dcfce7;border-radius:9999px;color:var(--vp-color-text-accent);display:inline-block;font-family:var(--theme-font-body);font-size:.6875rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;padding:.2rem .625rem;text-transform:uppercase;width:fit-content;width:-moz-fit-content}.vp-editorial-card__title{color:#0d0d0d;display:-webkit-box;font-family:var(--theme-font-heading);font-size:clamp(1.0625rem,1.4vw,1.25rem);font-weight:900;letter-spacing:-.01em;-webkit-line-clamp:3;line-height:1.1;margin:0 0 .625rem;text-transform:uppercase;-webkit-box-orient:vertical;overflow:hidden}.vp-editorial-card__title-link{color:inherit;text-decoration:none}.vp-editorial-card__title-link:after{content:"";inset:0;position:absolute;z-index:1}.vp-editorial-card__title-link:focus-visible:after{border-radius:17px;outline:2px solid var(--vp-color-text-accent);outline-offset:2px}.vp-editorial-card__excerpt{color:#6b7280;display:-webkit-box;font-family:var(--theme-font-body);font-size:.8125rem;-webkit-line-clamp:2;line-height:1.65;margin:0 0 .875rem;-webkit-box-orient:vertical;flex:1;overflow:hidden}.vp-editorial-card__read-more{align-items:center;color:var(--vp-color-text-accent);display:inline-flex;font-family:var(--theme-font-body);font-size:.8125rem;font-weight:700;gap:.35rem;margin-top:auto}.vp-editorial-card__read-more svg{flex-shrink:0;transition:transform .2s ease}@media (prefers-reduced-motion:reduce){.vp-editorial-card,.vp-editorial-card__img,.vp-editorial-card__read-more svg{transition:none}}@media (max-width:1199px){.vp-editorial{padding:4rem 0 5rem}}@media (max-width:1023px){.vp-editorial__header{align-items:flex-start;flex-direction:column;gap:1.25rem}.vp-editorial__grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.vp-editorial{padding:3rem 0 4rem}.vp-editorial__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.875rem;padding-bottom:.75rem;scrollbar-width:none}.vp-editorial__grid::-webkit-scrollbar{display:none}.vp-editorial-card{flex:0 0 82vw;scroll-snap-align:start}}@media (max-width:479px){.vp-editorial{padding:2.5rem 0 3.5rem}.vp-editorial-card{flex:0 0 88vw}}.vp-home-faq{background:#f9fafb;padding:4.5rem 0 5.5rem}.vp-home-faq__grid{align-items:start;display:grid;gap:2.5rem;grid-template-columns:34fr 66fr}.vp-home-faq__left{position:sticky;top:2rem}.vp-home-faq__card{background-color:#060606;background-position:bottom;background-repeat:no-repeat;background-size:cover;border-radius:22px;min-height:560px;overflow:hidden;position:relative}.vp-home-faq__card-overlay{background:linear-gradient(180deg,rgba(4,4,4,.94) 0,rgba(4,4,4,.88) 28%,rgba(4,4,4,.72) 52%,rgba(4,4,4,.6) 76%,rgba(4,4,4,.52));inset:0;pointer-events:none;position:absolute;z-index:1}.vp-home-faq__card-content{display:flex;flex-direction:column;min-height:560px;padding:2rem 1.875rem 2.25rem;position:relative;z-index:2}.vp-home-faq__badge{align-items:center;color:var(--vp-color-primary);display:inline-flex;font-family:var(--theme-font-body);font-size:.6875rem;font-weight:700;gap:.4rem;letter-spacing:.07em;margin-bottom:1.25rem;text-transform:uppercase}.vp-home-faq__card-title{color:#fff;font-family:var(--theme-font-heading);font-size:clamp(1.5rem,2vw,2rem);font-weight:900;letter-spacing:-.02em;line-height:1.05;margin:0 0 .875rem;text-transform:uppercase}.vp-home-faq__card-desc{color:hsla(0,0%,100%,.68);font-family:var(--theme-font-body);font-size:.9375rem;line-height:1.62;margin:0}.vp-home-faq__benefits{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:1.5rem 0 0;padding:0}.vp-home-faq__benefit{align-items:center;color:hsla(0,0%,100%,.88);display:flex;font-family:var(--theme-font-body);font-size:.9375rem;font-weight:600;gap:.625rem}.vp-home-faq__benefit-icon{align-items:center;background:rgba(140,255,100,.1);border-radius:8px;color:var(--vp-color-primary);display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.vp-home-faq__contact-btn{align-items:center;align-self:flex-start;background:hsla(0,0%,100%,.05);border:1.5px solid rgba(140,255,100,.28);border-radius:9999px;color:hsla(0,0%,100%,.78);display:inline-flex;font-family:var(--theme-font-body);font-size:.875rem;font-weight:500;gap:.5rem;margin-top:auto;padding:.75rem 1.25rem;text-decoration:none;transition:border-color .2s ease,background .2s ease}@media (hover:hover){.vp-home-faq__contact-btn:hover{background:rgba(140,255,100,.07);border-color:rgba(140,255,100,.6);color:hsla(0,0%,100%,.92)}}.vp-home-faq__contact-accent{color:var(--vp-color-primary)}.vp-home-faq__right{padding-top:.25rem}.vp-home-faq__title{color:#0d0d0d;font-family:var(--theme-font-heading);font-size:clamp(1.375rem,1.8vw,1.875rem);font-weight:900;letter-spacing:-.02em;margin:0 0 1.75rem;text-transform:uppercase}@media (max-width:1199px){.vp-home-faq{padding:4rem 0 5rem}.vp-home-faq__grid{gap:2rem;grid-template-columns:38fr 62fr}}@media (max-width:1023px){.vp-home-faq__grid{grid-template-columns:1fr}.vp-home-faq__left{position:static}.vp-home-faq__card-content{min-height:0}.vp-home-faq__card{min-height:420px}}@media (max-width:767px){.vp-home-faq{padding:3rem 0 4rem}.vp-home-faq__card{min-height:360px}.vp-home-faq__card-content{padding:1.75rem 1.5rem 2rem}}@media (prefers-reduced-motion:reduce){.vp-home-faq__contact-btn{transition:none}}.vp-home-cta{background:#fff;padding:0 0 5rem}.vp-home-cta__card{align-items:center;background-color:#0d0d0d;background-position:100%;background-repeat:no-repeat;background-size:cover;border-radius:24px;display:flex;min-height:480px;overflow:hidden;position:relative}.vp-home-cta__overlay{background:linear-gradient(90deg,rgba(5,5,5,.94) 0,rgba(5,5,5,.88) 28%,rgba(5,5,5,.6) 48%,rgba(5,5,5,.2) 65%,rgba(5,5,5,0) 78%);inset:0;pointer-events:none;position:absolute;z-index:1}.vp-home-cta__content{display:flex;flex-direction:column;gap:0;padding:3.5rem 2rem 3.5rem 3.25rem;position:relative;width:48%;z-index:2}.vp-home-cta__eyebrow{color:var(--vp-color-primary);font-family:var(--theme-font-body);font-size:.6875rem;font-weight:700;letter-spacing:.08em;margin:0 0 .875rem;text-transform:uppercase}.vp-home-cta__title{color:#fff;font-family:var(--theme-font-heading);font-size:clamp(2rem,3.2vw,3.5rem);font-weight:900;letter-spacing:-.025em;line-height:1;margin:0 0 1.125rem;text-transform:uppercase}.vp-home-cta__desc{color:hsla(0,0%,100%,.72);font-family:var(--theme-font-body);font-size:clamp(.9375rem,1.05vw,1.0625rem);line-height:1.62;margin:0 0 1.875rem}.vp-home-cta__btn{align-items:center;align-self:flex-start;background:var(--vp-color-primary);border-radius:9999px;color:#0d0d0d;display:inline-flex;font-family:var(--theme-font-body);font-size:1rem;font-weight:700;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:background .18s ease,transform .18s ease}@media (hover:hover){.vp-home-cta__btn:hover{background:#a8ff80;transform:translateY(-2px)}}.vp-home-cta__wa{align-items:center;color:hsla(0,0%,100%,.68);display:inline-flex;font-family:var(--theme-font-body);font-size:.9375rem;font-weight:500;gap:.45rem;margin-top:1.125rem;text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.28);text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}@media (hover:hover){.vp-home-cta__wa:hover{color:hsla(0,0%,100%,.92);text-decoration-color:hsla(0,0%,100%,.5)}}.vp-home-cta__micros{align-items:center;display:flex;flex-wrap:wrap;gap:0;list-style:none;margin:1.5rem 0 0;padding:0}.vp-home-cta__micro{align-items:center;color:hsla(0,0%,100%,.72);display:flex;font-family:var(--theme-font-body);font-size:.875rem;font-weight:500;gap:.4rem}.vp-home-cta__micro svg{color:var(--vp-color-primary);flex-shrink:0}.vp-home-cta__micro-sep{background:hsla(0,0%,100%,.22);height:16px;margin:0 1rem;width:1px}@media (max-width:1199px){.vp-home-cta__card{min-height:440px}.vp-home-cta__content{width:54%}.vp-home-cta__overlay{background:linear-gradient(90deg,rgba(5,5,5,.94) 0,rgba(5,5,5,.88) 30%,rgba(5,5,5,.65) 52%,rgba(5,5,5,.25) 70%,rgba(5,5,5,0) 82%)}}@media (max-width:1023px){.vp-home-cta{padding:0 0 4rem}.vp-home-cta__card{background-position:70%;min-height:420px}.vp-home-cta__content{padding:3rem 2rem 3rem 2.5rem;width:62%}.vp-home-cta__overlay{background:linear-gradient(90deg,rgba(5,5,5,.95) 0,rgba(5,5,5,.9) 35%,rgba(5,5,5,.72) 55%,rgba(5,5,5,.32) 74%,rgba(5,5,5,0) 88%)}}@media (max-width:767px){.vp-home-cta{padding:0 0 3rem}.vp-home-cta__card{align-items:flex-start;background-position:85% bottom;min-height:520px}.vp-home-cta__content{padding:2.25rem 1.5rem 2.5rem;width:100%}.vp-home-cta__overlay{background:linear-gradient(180deg,rgba(5,5,5,.96) 0,rgba(5,5,5,.88) 38%,rgba(5,5,5,.6) 58%,rgba(5,5,5,.2) 80%,rgba(5,5,5,0))}.vp-home-cta__title{font-size:clamp(1.75rem,7vw,2.5rem)}.vp-home-cta__micros{gap:0}}@media (max-width:479px){.vp-home-cta__card{min-height:560px}.vp-home-cta__content{padding:2rem 1.25rem 2.25rem}.vp-home-cta__micro-sep{margin:0 .75rem}}@media (prefers-reduced-motion:reduce){.vp-home-cta__btn,.vp-home-cta__wa{transition:none}}