:root{--card-width:33%;--card-height:75%;--card-gap:1rem;--h-margin:5rem}.image_section{display:block;height:100vh;overflow:hidden;position:relative;position:sticky;top:0;z-index:1}.image_section_wrapper{display:flex;height:100%;margin:auto;max-width:1280px;position:relative;width:100%}.section_header{align-items:center;display:flex;flex-direction:column;font-size:60px;height:calc(100% - 10rem);justify-content:space-between;position:absolute;top:var(--h-margin);width:100%}.section_header.heading_at_front{z-index:3}.section_header h2{margin:0}.card{display:inline-flex;height:var(--card-height);position:absolute;width:calc(var(--card-width) + var(--card-gap))}.card-inner{width:100%}.card-inner.img_border{border:10px solid #fff}.card-inner img{height:100%;object-fit:cover;width:100%}.card-1{top:3rem}.card-1 .img_skew{transform:rotate(5deg)}.card-2{left:calc(var(--card-width) - var(--card-gap));top:6rem}.card-2 .img_skew{transform:rotate(-4deg)}.card-3{left:calc(var(--card-width)*2 - var(--card-gap)*2);top:4rem}.card-3 .img_skew{transform:rotate(2deg)}a.section_button{bottom:var(--h-margin);position:absolute;right:var(--card-gap)}a.section_button_default{background:#5c2f92;border-radius:.5rem;color:#fff;font-size:20px;padding:1rem 2rem;text-align:center;text-decoration:none}.highlight{background:#5c2f92;-webkit-box-decoration-break:clone!important;box-decoration-break:clone!important;display:inline;line-height:1.5;padding:0 10px}@media (max-width:600px){.section-header{font-size:4vw}.card{height:30rem;left:0;width:100%}.card-1{top:12rem}.card-2{top:15rem}.card-3{top:18rem}}