@charset "UTF-8";.hero{background-color:#1c1c1c;height:100vh;max-height:880px;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:20px}@media screen and (min-width: 768px){.hero{margin-bottom:40px}}.hero__image{position:absolute;right:0;top:0;width:50%;height:100%}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center top}@media screen and (max-width: 767px){.hero__image{width:100%}.hero__image img{opacity:.5}}.hero__content{max-width:50%;z-index:2;position:relative;padding-right:15px}@media screen and (max-width: 767px){.hero__content{max-width:100%;padding-top:150px;padding-right:0}}.hero__title{font-size:clamp(32px,25.7692307692px + 1.7307692308vw,59px);margin-bottom:25px;font-weight:600;font-family:Inter Semi Bold,Arial,Helvetica,sans-serif;line-height:1.25;color:#fff}.hero__text{font-size:clamp(16px,15.5384615385px + .1282051282vw,18px);margin-bottom:30px;color:#fff}
