.expanded-result-card{border:1px solid hsla(0,0%,80%,.7333333333);border-radius:15px;padding-bottom:15px;background-color:hsla(0,0%,100%,.253);box-shadow:0 4px 16px 0 rgba(31,38,135,.1),0 1.5px 6px 0 rgba(0,0,0,.11)}@media(max-width:768px){.expanded-result-card{padding-bottom:30px}}.expanded-result-card__image-container{border-radius:15px 15px 0 0;overflow:hidden;width:100%;position:relative;height:330px}@media(max-width:768px){.expanded-result-card__image-container{height:300px}}.expanded-result-card__title-container{padding:15px 10px;height:100px}@media(max-width:1290px){.expanded-result-card__title-container{height:100px}}@media(max-width:768px){.expanded-result-card__title-container{padding-bottom:10px;height:auto}}.expanded-result-card__title-container--title{font-size:clamp(18px,1vw + .5rem,24px);font-weight:600;color:#1c211f}@media(max-width:768px){.expanded-result-card__title-container--title{margin-bottom:30px}}.expanded-result-card__title-container--category{padding-top:15px;font-size:16px;color:#0f3529;font-weight:400}.expanded-result-card__content{height:100px;display:flex;flex-flow:column;gap:15px;padding:0 20px;box-sizing:border-box}@media(max-width:1290px){.expanded-result-card__content{height:100px}}@media(max-width:768px){.expanded-result-card__content{height:auto}}.expanded-result-card__content--title{font-size:16px;margin:-10px 0 0 -10px;color:#0f3529;font-weight:400}.expanded-result-card__content--item{gap:10px;display:flex;align-items:center;justify-content:center;flex-flow:row nowrap}.expanded-result-card__content--item--stat-container{width:8px;height:8px;background-color:#0f3529;border-radius:50%}.expanded-result-card__content--item--description{flex:1 1;font-size:clamp(13px,1.5vw + .4rem,17px);color:#1c211f;align-self:center}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-roboto),sans-serif}body,html{max-width:100%;overflow-x:hidden}.container{max-width:1480px;margin:0 auto;padding:0 50px!important;box-sizing:border-box!important}@media(max-width:1290px){.container{max-width:1200px;padding:0 70px}}@media(max-width:992px){.container{padding:0 25px!important}}@media(max-width:768px){.container{padding:0 15px!important}}@media(max-width:480px){.container{padding:0 10px!important}}.description-template{font-size:clamp(12px,1vw + .4rem,20px);color:#1c211f;font-weight:400;line-height:clamp(.4rem,2vw + .5rem,1.5rem)}.button-template{border-radius:30px;font-weight:400;cursor:pointer;padding:10px 20px;width:164px;height:54px;font-size:clamp(12px,.4vw + 1rem,18px);text-decoration:none;display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;transition:all .2s ease}@media(max-width:992px){.button-template{width:120px;height:36px;font-size:12px}}.button-template:hover{transform:scale(1.02);box-shadow:0 4px 8px rgba(0,0,0,.1)}.results-page{background-color:#f1f1f1;padding:clamp(80px,10vw,100px) 0 15px}.results-page__hero{padding:clamp(20px,4vw,40px) 0;text-align:center}.results-page__hero-content{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:clamp(10px,2vw,20px);width:80%;margin:0 auto}@media(max-width:992px){.results-page__hero-content{width:90%}}.results-page__hero-title{color:#1c211f;font-size:clamp(2rem,3.5vw + 1rem,4.3rem);line-height:1.15}.results-page__hero-description{font-size:clamp(.8rem,1vw + .8rem,1.4rem);line-height:clamp(1.4rem,1vw + 1.2rem,1.8rem);font-weight:400;max-width:80%}@media(max-width:768px){.results-page__hero-description{max-width:100%}}.results-page__hero-button{background-color:rgba(0,0,0,0);color:#1c211f;border:1px solid #1c211f;transition:all .3s ease;width:-moz-fit-content!important;width:fit-content!important}.results-page__hero-button:hover{background-color:#bff565;color:#1c211f;transform:translateY(-2px)}.results-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));grid-gap:clamp(15px,2vw,30px);gap:clamp(15px,2vw,30px);margin:clamp(20px,3vw,30px) 0}.results-page__grid-item:last-child{grid-column:auto}