.hero-section{height:100%;overflow:hidden;position:relative}.hero-section .hero-wrapper{align-items:center;display:flex;gap:36px;justify-content:space-between;width:100%}.hero-section__content{display:flex;flex-direction:column;gap:90px;justify-content:space-evenly;max-width:635px;padding-top:88px}.hero-section__text{display:flex;flex-direction:column;gap:24px}.hero-section__title{color:#185d6f;max-width:450px}.hero-section__description{color:#656869;font-size:20px;line-height:30px}.hero-section__buttons{display:flex;flex-wrap:wrap;gap:16px}.hero-section__image{height:540px;width:100%;z-index:-1}.hero-section__image img{height:100%;object-fit:cover;object-position:center;width:100%}.hero-section__winners{width:100%}.hero-section__winners-head{background:linear-gradient(90deg,#e7dcd6,#fff);color:#185d6f;display:flex;flex-direction:column;font-size:24px;font-weight:600;height:64px;justify-content:center;line-height:normal;padding-left:40px;width:100%}.hero-section__winners-list{background:#185d6f;display:flex;gap:40px;justify-content:space-between;padding:40px;width:100%;z-index:9}.hero-section__winners-item{display:flex;flex-direction:column;gap:24px;max-width:277px;z-index:9999}.hero-section__winners-item img{aspect-ratio:1/1;height:40px;width:40px}.hero-section__winners-item .title{color:#fff;font-size:18px;font-weight:700;line-height:normal}.hero-section__winners-item .desc{color:#fff;font-size:18px;font-weight:400;line-height:normal;margin-top:8px}.hero-section__mobile-image{display:none}@media screen and (max-width:820px){.hero-section{height:auto;padding-bottom:0}.hero-section .container{display:flex;flex-direction:column;height:auto;padding:0}.hero-section__content{gap:0;max-width:100%;padding:16px 0}.hero-section__winners-list:before{border-radius:0;height:100%;width:100%}.hero-section__winners-list{align-items:center;flex-direction:column;gap:0;height:100%;width:100%}.hero-section__winners-item{align-items:center;padding-bottom:40px;position:relative;text-align:center}.hero-section__winners-item:after{background:#e7dcd6;bottom:0;content:"";height:1px;opacity:.2;position:absolute;width:40%}.hero-section__winners-item:last-child:after{display:none}.hero-section__text{gap:16px;padding:0 20px 20px;text-align:center}.hero-section__description{font-size:16px;line-height:24px}.hero-section__buttons{flex-direction:column;justify-content:center}.hero-section__image{display:none}.hero-section__mobile-image{display:block;height:64vw;overflow:hidden;padding:20px}.hero-section__mobile-image img{height:100%;object-fit:cover;object-position:center;width:100%}.hero-section__winners{padding:0 20px}}