.hero{background-color:#fff;display:flex;position:relative;width:100%}@media(min-width:767px){.hero{min-height:max(35vh,300px)}}.hero__left,.hero__right{background-color:#fff}.hero__left{align-items:flex-end;display:flex;flex-direction:column;padding:calc(5vw - 50px) 0;width:50%}.hero__content-wrapper{align-items:center;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:center;max-width:600px;padding:1rem;position:relative;transform:translateX(-1rem);width:100%;z-index:3}.hero__event-details{font-size:30px;font-weight:400;margin:2rem 0;text-transform:uppercase}.hero__description{margin:2rem 0}.hero__text{color:#2d2a26;margin-top:2rem}.hero__text p{font-size:.9rem}.hero__right{background-color:#fff;position:relative;width:50%}.hero__logo,.hero__logo img{max-width:100%}.hero__cta{margin:2rem 0 0}.hero__cta__btn{display:inline-block;text-transform:uppercase}.hero__img{bottom:0;min-height:100%;min-width:750px;object-fit:cover;position:absolute;right:0;width:calc(50% + 25px)}.hero__img.mobile{display:none}@media(max-width:1200px){.hero{flex-wrap:wrap}.hero__right{display:none!important}.hero__left{display:block;padding:1rem;width:100%}}@media(max-width:767px){.hero__content-wrapper{margin:0;transform:none;width:100%}.hero__img.desktop{display:none}.hero__img.mobile{display:block;height:auto;min-width:100%;position:relative;width:100%}}