body.home #hero .hero-top{height:100vh;overflow:hidden;position:relative}body.home #hero .hero-top img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}body.home #hero .hero-top.vertical-align-top img{object-position:top}body.home #hero .hero-top.vertical-align-bottom img{object-position:bottom}body.home #hero .hero-top>img{z-index:1}body.home #hero .hero-top .sign-up{width:100%;max-width:505px;color:var(--color-dark-gray);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transform-origin:center;padding:50px 55px;border-radius:22px;background-color:rgba(208, 193, 219, 0.79);z-index:3;transition:all 0.3s}body.home #hero .hero-top .sign-up.hide{opacity:0;transform:translate(-50%, -50%) scale(0.8);visibility:hidden;pointer-events:none}@media (max-width:767.98px){body.home #hero .hero-top .sign-up{max-width:80%;padding:30px 36px}}@media (max-width:575.98px){body.home #hero .hero-top{}body.home #hero .hero-top .sign-up{width:auto;max-width:100%;padding:24px 28px;left:22px;right:22px;transform:translate(0%, -50%)}}body.home #hero .hero-bottom{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}body.home #hero .hero-bottom>div{aspect-ratio:1.5409309791;overflow:hidden;position:relative}body.home #hero .hero-bottom>div img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}body.home #hero .hero-bottom>div.vertical-align-top img{object-position:top}body.home #hero .hero-bottom>div.vertical-align-bottom img{object-position:bottom}body.home #hero .hero-video{position:absolute;width:auto;height:100%;min-width:100%;object-fit:cover;z-index:2}body.home #hero #hero-video{display:none}body.home #hero #hero-video-mobile{display:block}@media (min-width:768px){body.home #hero #hero-video{display:block}body.home #hero #hero-video-mobile{display:none}}body.home #product-categories{padding-top:75px}body.home #product-categories .container-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}body.home #product-categories .container-inner .category-block{flex:0 0 calc(33.333% - 8px);position:relative}body.home #product-categories .container-inner .category-block .block-link{width:100%;height:100%;text-decoration:none;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;transition:all 0.3s;z-index:1}body.home #product-categories .container-inner .category-block .block-title{color:var(--color-dark-gray);font-family:var(--font-body);font-size:13px;font-weight:500;padding:20px 30px;background-color:white;box-shadow:0 3px 6px rgba(0, 0, 0, 0.1)}body.home #product-categories .container-inner .category-block .block-bg{aspect-ratio:1;border-radius:24px;overflow:hidden;transition:all 0.3s;position:relative}body.home #product-categories .container-inner .category-block .block-bg img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}body.home #product-categories .container-inner .category-block .block-bg.vertical-align-top img{object-position:top}body.home #product-categories .container-inner .category-block .block-bg.vertical-align-bottom img{object-position:bottom}body.home #product-categories .container-inner .category-block .block-bg img{transition:all 0.3s}@media (min-width:992px){body.home #product-categories .container-inner .category-block:hover .block-link{background-color:rgba(0, 0, 0, 0.3)}body.home #product-categories .container-inner .category-block:hover .block-bg img{transform:scale(1.1)}}@media (max-width:767.98px){body.home #product-categories .container-inner .category-block{flex:0 0 calc(50% - 6px)}body.home #product-categories .container-inner .category-block .block-title{font-size:12px;padding:12px 20px}}@media (max-width:575.98px){body.home #product-categories .container-inner .category-block{flex:0 0 100%}}body.home #latest-products{padding-top:60px}body.home #latest-products h2{text-align:center}