.hero{color:var(--bg-color);display:grid;margin-bottom:120px;min-height:100vh;padding-bottom:40px;padding-top:16px;position:relative;z-index:3}.hero:before{background-color:var(--opacity-dark-color);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero__container{display:flex;flex-direction:column;justify-content:space-between;width:100%}.hero__bg{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-2}.hero__head{align-items:center;display:grid;gap:20px;grid-template-columns:1fr auto 1fr;margin-bottom:40px}.hero__head-right{justify-self:end}.hero__logo{max-width:160px;transition:opacity .3s;width:100%}.hero__logo img{object-fit:cover;width:100%}.hero__body{margin:0 auto;max-width:1050px;text-align:center;width:100%}.hero__body>:not(:last-child){margin-bottom:16px}.hero__text{font-size:20px;font-weight:400;letter-spacing:-.02em;line-height:120%}.hero__text:not(:last-child){margin-bottom:32px}.hero__btns{flex-wrap:wrap;gap:20px;justify-content:center}.hero__btns,.hero__scroll{align-items:center;display:flex}.hero__scroll{flex-direction:column;gap:4px;margin:20px auto 0;max-width:fit-content}.hero__scroll-arrow{animation:toUptoDown 1.5s linear infinite}.why{margin-bottom:120px}.why__container{position:relative;z-index:2}.why__head{margin-bottom:40px}.why__title{text-align:center}.why__items{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.why__item{display:flex;flex-direction:column}.why__item>:not(:last-child){margin-bottom:16px}.why__item-icon{display:grid;max-width:100px;min-height:100px;width:100%}.why__item-icon:not(:last-child){margin-bottom:32px}.why__item-icon img{object-fit:cover;width:100%}.why__item-body{display:flex;gap:16px}.why__item-num{color:var(--gray-color);letter-spacing:-.02em}.why__item-content{display:flex;flex:1 1 auto;flex-direction:column;gap:12px}.why__item-title{border-bottom:1px solid var(--line-color);font-size:28px;font-weight:400;letter-spacing:-.02em;line-height:110%;padding-bottom:12px;word-break:break-word}.why__item-text{color:var(--gray-color);letter-spacing:-.02em;line-height:130%}.why__decor-1,.why__decor-2{pointer-events:none;position:absolute;width:100%;z-index:-1}.why__decor-1 img,.why__decor-2 img{object-fit:cover;width:100%}.why__decor-1{bottom:-45px;left:-187px;max-width:180px;transform:rotate(30deg)}.why__decor-2{max-width:264px;right:-274px;top:-103px;transform:rotate(-27deg)}@media (max-width:102.5em){.why__decor-1{left:-100px}.why__decor-2{right:-170px}}@media (max-width:1439.98px){.why__item-title{font-size:24px}}@media (max-width:1199.98px){.why__items{grid-template-columns:repeat(2,1fr)}}@media (max-width:61.99875em){.hero{min-height:calc(100svh - 80px);padding-bottom:68px;padding-top:76px}.hero__head{display:none}.hero__body{margin:auto}.hero__body>:not(:last-child){margin-bottom:20px}.hero__scroll,.why__decor-1,.why__decor-2{display:none}}@media (max-width:47.99875em){.hero{margin-bottom:80px}.hero__text{font-size:18px}.why{margin-bottom:80px}.why__head{margin-bottom:32px}.why__item-icon{max-width:60px;min-height:60px}.why__item-icon:not(:last-child){margin-bottom:20px}}@media (max-width:29.99875em){.hero__btn{max-width:100%}.why__items{grid-template-columns:1fr}}@media (min-width:29.99875em){.why__title br{display:none}}@media (any-hover:hover){.hero__logo:hover{opacity:.6}}