:root{--card-height:450px;--card-margin:1em;--card-top-offset:1em;--outline-width:0px}.body-wrapper{overflow:visible}.customer-slider,.latest.module-sect{overflow:hidden}.card-text{padding:1.4em}.card-para{margin:0}.card-stack--wrapper{display:grid;gap:var(--card-margin);grid-template-columns:1fr;grid-template-rows:repeat(var(--numcards),var(--card-height));list-style:none;margin-bottom:50px;margin-top:-100px;padding-bottom:calc(var(--numcards)*var(--card-top-offset));transform:translateY(100px)}.card-stack #cards::-webkit-scrollbar{display:none}#cards li:before{display:none}.card-stack--wrapper .card{padding-top:calc(var(--index)*var(--card-top-offset));position:sticky!important;top:0}.card-content figure{display:flex;justify-content:center}.card-stack--wrapper .card-content{align-items:stretch;background:#fff;border-radius:10px;display:grid;grid-template-areas:"text img";grid-template-columns:1fr 1fr;grid-template-rows:auto;height:var(--card-height);overflow:hidden}.card-stack--wrapper .card-content>.card-text{display:grid;gap:1em;grid-area:text;max-width:800px;place-items:start;place-self:center;text-align:left;width:95%}.card-stack--wrapper .card-content>figure{grid-area:img;margin:0;overflow:hidden}.card-stack--wrapper .card-content .docked{margin-bottom:auto}.card-stack--wrapper .card-content>figure>img{border-radius:10px;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.card-stack--wrapper .card-content{border-radius:0;grid-template-areas:"img" "text";grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;overflow:hidden;width:100%}.card-stack--wrapper .card{position:relative!important}.card-stack--wrapper{grid-template-rows:auto}.card-stack--wrapper .card-content>.card-text{max-width:100%;place-items:center;text-align:center;width:100%;word-wrap:break-word}.card-stack--wrapper .card-content>figure{display:flex;justify-content:center;width:100%}.card-stack--wrapper .card-content figure img{display:block;height:auto;max-width:100%;object-fit:cover;width:100%}}