.home-slide-product{display:flex;align-items:center;gap:3rem;width:100%;max-width:90%;margin:0 auto}.home-slide-product__image{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40%}.home-slide-product__info{display:flex;flex-direction:column;gap:1.6em}.home-slide-product__name{font-size:3.2em;font-weight:600;line-height:1}.home-slide-product__text{font-size:1.2em;line-height:1.65;color:var(--text-grey)}.home-slide-product__actions{display:flex;gap:2.5em;margin-top:2em}.home-slide-product__more,.home-slide-product__play{display:flex;justify-content:center;align-items:center;gap:.5em;transition:all .3s ease-in-out}.home-slide-product__more{padding:1em 1em 1em 1.5em;border-radius:5em;background-color:var(--yelow)}.home-slide-product__btn-name{font-weight:600;letter-spacing:.12rem;font-size:1.12em}.home-slide-product__btn-icon,.home-slide-product__btn-play{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:50%;transition:all .3s ease-in-out}.home-slide-product__btn-icon{width:2rem;background-color:var(--text);color:var(--white)}.home-slide-product__btn-play{padding:.5em .5em .5em .8em;aspect-ratio:1/1;background-color:var(--text-grey);color:var(--white)}.home-slide-product__btn-icon svg,.home-slide-product__btn-play svg{width:1.2rem;height:1.2rem}.home-slide-product__btn-icon svg{transform:rotate(180deg)}.home-slide-product__btn-play svg{color:var(--white)}.home-slide-product__more:hover .home-slide-product__btn-icon{background-color:var(--white)}.home-slide-product__more:hover .home-slide-product__btn-icon svg{color:var(--text)}.home-slide-product__play:hover .home-slide-product__btn-play{background-color:var(--primary)}.home-slide-product__label{display:inline-flex;position:relative;letter-spacing:.2rem;font-weight:600;text-transform:uppercase;color:var(--text-grey)}.home-slider{position:relative;padding:2.5em 0;border-radius:2em}.home-slider__container{position:relative}.main-category-cards,.main-video-cards,.main-events-cards{display:grid}.main-category-cards{grid-template-columns:repeat(3,1fr);gap:3.5em 3em}.main-video-cards{grid-template-columns:repeat(4,1fr);gap:3em 3em}.main-short-cards{display:flex;justify-content:space-around;gap:1.5em}.main-events-cards{grid-template-columns:repeat(2,1fr);gap:3.5em 3em}
