.gsap_card_stack { width:100%; }
.gsap_card_stack .wrapper { width:100%; perspective:500px; }
.gsap_card_stack .item { width:100%; height:400px; margin:0 auto; }
.gsap_slide_horizontal { overflow:hidden; width:100%; height:100vh; }
.gsap_slide_horizontal .slide_box { display:flex; width:max-content; height:100%; }
.gsap_slide_horizontal .slide_box .item { width:100vw; height:100%; }
.gsap_stack_vertical { overflow:hidden; position:relative; width:100%; height:100vh; }
.gsap_stack_vertical .item { position:absolute; top:0; left:0; width:100%; height:100vh; }
.gsap_stack_vertical .item:not(:first-child) { top:100%; }
.gsap_image_reveal { overflow:hidden; position:relative; width:100%; height:100vh; }
.gsap_image_reveal .image_box { overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; }
.gsap_image_reveal .image_box img { width:100%; height:100%; object-fit:cover; }
.gsap_image_reveal .text_box { position:absolute; top:50%; left:50%; z-index:10; pointer-events:none; transform:translate(-50%, -50%); }
.gsap_stagger_group .item { opacity:0; transform:translateY(30px); }
.gsap_liquid_fill { will-change:transform; }
.gsap_scale_up { will-change:transform, opacity; }
.gsap_zoom_out { will-change:transform, opacity; }