.heroProducts h2{letter-spacing:-3px;text-align:center;text-transform:uppercase;color:#0000;background-image:linear-gradient(90deg,#29a9e1,#3decff,#29a9e1);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;padding:3rem 1rem;font-size:clamp(2em,5vw,3.5em);font-weight:500;line-height:96%}.heroProducts__list{grid-auto-columns:1fr;grid-auto-flow:column;display:grid;overflow:hidden}@media (max-width:1024px){.heroProducts__list{grid-template-columns:repeat(2,1fr);grid-auto-flow:row}}@media (max-width:768px){.heroProducts__list{grid-template-columns:1fr;grid-auto-flow:row}}
.heroProductsItem{position:relative}.heroProductsItem:before{content:"";background:radial-gradient(150% 140% at 40% 50%,var(--blue),var(--dark-blue));width:100%;height:100%;display:block;position:absolute;top:0;left:0}.heroProductsItem:hover{z-index:5}.heroProductsItem:hover:after{visibility:hidden}.heroProductsItem:first-child img{transform:translate(2rem)}.heroProductsItem:last-child img{transform:translate(-2rem)}.heroProductsItem__container{grid-template-rows:25rem 1fr;height:100%;padding-bottom:5rem;display:grid;position:relative}.heroProductsItem__container:before{content:"";background:radial-gradient(150% 150% at 30% 20%,var(--light-blue),var(--dark-blue));z-index:0;width:100%;height:100%;transition:translate .2s;display:block;position:absolute;top:-100%;left:0}.heroProductsItem__container:hover:before{translate:0 100%}.heroProductsItem__container:hover h3{color:var(--white);margin-bottom:1rem}.heroProductsItem__container:hover img{visibility:visible;opacity:1;scale:1.2}.heroProductsItem__container:hover p,.heroProductsItem__container:hover button{visibility:visible}.heroProductsItem img{object-fit:contain;visibility:hidden;opacity:.5;align-self:center;width:100%;padding:1rem;transition:all .2s;position:relative}.heroProductsItem h3{letter-spacing:-3px;color:#0000;background-image:linear-gradient(90deg,#29a9e1,#3decff,#29a9e1,#29a9e1);-webkit-background-clip:text;background-clip:text;padding:3rem 0;font-size:clamp(2em,3vw,5em);font-weight:500;line-height:96%;transition:all .5s;position:relative}.heroProductsItem button{align-items:center;padding:1rem 0;display:flex}.heroProductsItem p,.heroProductsItem button{color:var(--white);visibility:hidden}.heroProductsItem__description{z-index:2;color:var(--blue);padding:0 2rem;position:relative}@media (max-width:1024px){.heroProductsItem:not(:last-child):after{background-color:var(--gray);width:85%;height:1px;position:absolute;inset:auto auto 0 50%;transform:translate(-50%)}.heroProductsItem:first-child img{transform:translate(0)}.heroProductsItem:last-child{grid-column:1/span 2}.heroProductsItem:last-child img{transform:translate(0)}.heroProductsItem:hover{z-index:auto}.heroProductsItem:hover:after{visibility:visible}.heroProductsItem__container{grid-template-rows:1fr 1fr;padding:5rem 0}.heroProductsItem__container:before{display:none}.heroProductsItem__container:hover h3{color:#0000;margin-bottom:0}.heroProductsItem__container:hover img{scale:1}.heroProductsItem img{visibility:visible;opacity:1;transform:none}.heroProductsItem p,.heroProductsItem button{visibility:visible}}@media (max-width:768px){.heroProductsItem:last-child{grid-column:auto}}
