@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Six+Caps&display=swap";.hero{height:100%;padding:15px 20px;background-size:cover;position:relative}.hero:after{background:url(/images/common/home/hero-img.webp) no-repeat;background-size:cover;z-index:-2}.hero:after,.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.hero:before{-webkit-backdrop-filter:blur(10px) brightness(100%) contrast(82%);backdrop-filter:blur(10px) brightness(100%) contrast(82%);z-index:-1}@media(min-width:993px){.hero{padding:0 80px;background:url(/images/common/home/bg-logo.webp) no-repeat;background-size:contain;background-position:top right -100px}.hero:after,.hero:before{content:unset}}@media(min-width:1280px){.hero{background-position:100% 0}}.hero__texts{display:flex;align-items:center;flex-direction:column;text-align:center;width:100%}@media(min-width:993px){.hero__texts{display:block;text-align:left}}.hero__title{font-size:clamp(42px,1vw + 42px,80px)}@media(min-width:576px){.hero__title{font-size:clamp(42px,1.2vw + 42px,80px)}}@media(min-width:768px){.hero__title{font-size:clamp(42px,1.5vw + 42px,80px)}}@media(min-width:992px){.hero__title{font-size:clamp(42px,2vw + 42px,80px)}}@media(min-width:1200px){.hero__title{font-size:80px}}.hero__title{font-weight:700;display:flex;flex-direction:column;line-height:70px}.hero__sub{font-size:clamp(32px,1vw + 32px,65px)}@media(min-width:576px){.hero__sub{font-size:clamp(32px,1.2vw + 32px,65px)}}@media(min-width:768px){.hero__sub{font-size:clamp(32px,1.5vw + 32px,65px)}}@media(min-width:992px){.hero__sub{font-size:clamp(32px,2vw + 32px,65px)}}@media(min-width:1200px){.hero__sub{font-size:65px}}.hero__sub{color:#fff;font-weight:500}@media(min-width:993px){.hero__sub{color:#4ac959;font-weight:300}}.hero__description{font-weight:600;margin:10px 0 20px;font-size:clamp(16px,1vw + 16px,24px)}@media(min-width:576px){.hero__description{font-size:clamp(16px,1.2vw + 16px,24px)}}@media(min-width:768px){.hero__description{font-size:clamp(16px,1.5vw + 16px,24px)}}@media(min-width:992px){.hero__description{font-size:clamp(16px,2vw + 16px,24px)}}@media(min-width:1200px){.hero__description{font-size:24px}}@media(min-width:769px){.hero__description{margin:30px 0 40px}}.hero__container{padding:145px 0 15px;display:flex;justify-content:space-between;align-items:center}.hero__container .btnPrimary{border-radius:6px;max-width:250px;text-transform:unset;letter-spacing:unset;font-size:17px;font-weight:500}.hero__wrapperImg{display:none;width:100%;max-width:520px;aspect-ratio:185/243;height:100%}@media(min-width:993px){.hero__wrapperImg{display:block}}.hero__image{width:100%;height:100%;object-fit:contain;border-radius:5px;box-shadow:0 4px 12px 0 rgba(66,66,66,.2)}.hero__guide{gap:10px;font-size:.8rem;display:flex;align-items:center;justify-content:center;font-weight:500;color:#fff}@media(min-width:993px){.hero__guide{color:#979797}}.hero__guide svg{width:20px;height:50px;color:#fff;stroke:#fff}@media(min-width:993px){.hero__guide svg{color:#979797;stroke:#979797}}.hero__guide svg circle{fill:#fff;animation:translateY 2s ease infinite}@media(min-width:993px){.hero__guide svg circle{fill:#979797}}.hero__btns{display:flex;flex-direction:column;gap:5px}