/* Horizontal (Home scroll-wrap) */
.scroll-wrap{
  position:relative !important;
  top:auto !important;
  overflow:visible !important;
  width:100% !important;
}
.sticky-wrap{
  position:sticky !important;
  top:0 !important;
  height:100vh !important;
  overflow:hidden !important;
  width:100% !important;
}
.scroll-track{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  width:max-content !important;
  max-width:none !important;
}
.scroll-track > .elementor-element{
  flex:0 0 320px !important;
  width:320px !important;
  min-width:320px !important;
  max-width:320px !important;
}

/* Last sticky card must unstick */
.v-cards-stack{ position:relative; display:block; }
.v-cards-stack > .v-card:last-child{
  position:relative !important;
  top:auto !important;
}
.elementor-editor-active .v-card,
.elementor-editor-preview .v-card{
  position:relative !important;
  top:auto !important;
}
