.products-cards{display:flex;flex-direction:column;gap:56px}.products-cards-top{display:flex;flex-direction:column;gap:16px}.products-cards-title{line-height:120%}.products-cards-description{color:var(--neutral-900);font-size:16px;font-weight:600;line-height:150%;max-width:980px}.products-cards-cards-desktop{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.swiper.productsCards{display:none}.products-cards-card{background:var(--white);border:1px solid var(--primary-10);border-radius:24px;display:flex;flex-direction:column;gap:32px;justify-content:space-between;min-height:480px;padding:32px}.products-cards-card-content{display:flex;flex-direction:column;gap:32px;position:relative}.products-cards-card-svg,.products-cards-card-svg[visible]{align-items:center;align-self:end;background:var(--tertiary-50);border-radius:100px;display:flex;height:88px;justify-content:center;opacity:1;overflow:visible;position:absolute;transition:all .3s ease;width:88px}.products-cards-card-svg svg{fill:var(--tertiary-500);height:38px;width:38px}.products-cards-card-top{display:flex;flex-direction:column;gap:24px;padding-top:120px;transition:all .3s ease}.products-cards-card-title{line-height:120%}.products-cards-card-principal-description{color:var(--neutral-700);font-weight:600;line-height:125%}.products-cards-card-secondary-description{display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;transition:grid-template-rows .4s ease,opacity .3s ease}.products-cards-card-secondary-description>p{min-height:0}.products-cards-card-buttons{align-items:center;display:flex;gap:40px;justify-content:space-between}@media(min-width:1025px){.products-cards-card:hover .products-cards-card-top{padding-top:0}.products-cards-card:hover .products-cards-card-secondary-description{grid-template-rows:1fr;opacity:1}.products-cards-card:hover .products-cards-card-svg{opacity:0;overflow:hidden}}@media(max-width:1024px){.products-cards{gap:40px}.products-cards-cards-desktop{display:none}.swiper.productsCards{display:block}.products-cards-card-content[visible] .products-cards-card-top{padding-top:0}.swiper-slide.products-cards-card{display:flex;height:auto;min-height:unset}.products-cards-card-secondary-description[visible]{grid-template-rows:1fr;opacity:1}.products-cards-card-svg[visible]{height:88px;opacity:1;overflow:visible}.products-cards-card-svg{opacity:0;overflow:hidden}.products-cards-card-button,.products-cards-card-button span{font-weight:800;letter-spacing:.64px;line-height:140%}.button-chevron{transition:all .3s ease}.products-cards-card-button[visible] .button-chevron{transform:rotate(180deg)}}