.clutch-widget-second{background-color:rgba(0,0,0,0);max-width:21rem}
.clutch-widget-first{background-color:rgba(0,0,0,0);max-width:12rem}
.hero{background-color:#faf8f4;padding-bottom:8.6rem;position:static}
.hero-rewards{display:flex;align-items:center}
.hero-rewards-desk{display:block}
.hero-rewards-mobile{display:none}
.hero-rewards-devider{margin-left:1.6rem;height:5rem;width:.1rem;background-color:#6f6f6f}
.hero-rewards-container{padding-left:2.4rem;display:flex;gap:3.2rem}
.hero-rewards-container-mobile{display:none}
.hero-rewards-container-item{max-height:8rem;filter:grayscale(100%);transition:filter .3s ease-in-out}
.hero-rewards-container-item-last{height:100%}
.hero-rewards-container-item:hover{filter:grayscale(0)}
.hero-rewards-container-link{display:flex;justify-content:center;align-items:center}
.hero-section{padding-top:2.4rem;display:flex;justify-content:space-between;align-items:center;padding-bottom:2.4rem}
.hero-section-info{margin-top:2.4rem}
.hero-section-info-title{margin-bottom:1.6rem;line-height:6rem}
.hero-section-info-text{color:#6f6f6f;margin-bottom:3.2rem}
.hero-section-info-buttons{display:flex;justify-content:flex-start;align-items:center;gap:2.4rem;margin-bottom:12rem}
.hero-section-info-buttons-button{text-decoration:none}
.hero-section-info-banners{display:flex;gap:3.6rem;padding-bottom:1.6rem}
.hero-section-info-banners-banner{display:flex;flex-direction:column;gap:.8rem}
.hero-section-info-banners-banner-text{font-size:1.4rem;margin:0;width:100%}
.hero-section-info-link{color:#35a106;text-decoration:underline}
.hero-section-photo{display:flex;justify-content:center;align-items:center;max-height:78rem;width:100%;height:100%}
.hero-section-photo-image{max-height:80rem;width:100%;height:100%}
.hero-section-mobile{display:none;flex-direction:column;justify-content:center}
.hero-section-mobile-photo{width:100%;display:flex;justify-content:center;align-items:center}
@media(max-width:990px){
.hero{padding-bottom:6.4rem}
.hero-rewards-desk{display:none}
.hero-rewards-mobile{display:block}
.hero-rewards-container{padding-left:5.2rem}
.hero-rewards-container-mobile{display:flex;justify-content:center;gap:3.2rem;width:100%;height:6rem}
.hero-rewards-container-desktop{display:none!important}
.hero-rewards-container-item{position:absolute}
.hero-rewards-container-item-1{z-index:4}
.hero-rewards-container-item-2{z-index:3}
.hero-rewards-container-item-3{z-index:2}
.hero-rewards-container-item-4{z-index:1}
.hero-rewards-container-item-5{z-index:0}
.hero-rewards-container-item-last{padding-left:5.2rem}
.hero-section{flex-direction:column-reverse}
.hero-section-info-buttons{margin-bottom:5.6rem}
.hero-section-info-title{margin:0;padding-bottom:.8rem;font-size:3.6rem;line-height:4.8rem}
.hero-section-info-text{margin:0;padding-bottom:1.6rem}
}