.wsc{align-items:center;background-color:var(--color-background);box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;padding-bottom:var(--section-padding-y);padding-top:var(--section-padding-y);position:relative;transition:background-color .6s ease;width:100%}@media (min-width:1024px){.wsc{min-height:620px;padding-bottom:calc(var(--section-padding-y) + var(--space-3xl));padding-top:calc(var(--section-padding-y) + var(--space-2xl))}}.wsc__bg{background-color:var(--topo-color,var(--color-primary));-webkit-mask-image:var(--topo-url);mask-image:var(--topo-url);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:background-color .4s ease;z-index:0}.wsc__bg,.wsc__images{inset:0;position:absolute}.wsc__images{display:none;pointer-events:none;z-index:1}@media (min-width:1024px){.wsc__images{display:block}}.wsc__image-wrap{opacity:0;position:absolute;transform:scale(.88);transition:opacity .5s ease,transform .5s ease;will-change:transform,opacity}.wsc__image-wrap--visible{opacity:1;transform:scale(1)}.wsc__image-wrap:first-child{left:27%;top:5%;width:15%}.wsc__image-wrap:nth-child(2){left:10%;top:24%;width:11%}.wsc__image-wrap:nth-child(3){left:35%;top:55%;width:14%}.wsc__image-wrap:nth-child(4){left:64%;top:53%;width:10%}.wsc__image-wrap:nth-child(5){left:68%;top:7%;width:11%}.wsc__image-wrap:nth-child(6){left:54%;top:18%;width:7%}.wsc__image-wrap:nth-child(7){left:81%;top:59%;width:11%}.wsc__image-wrap:nth-child(8){left:57%;top:80%;width:9%}.wsc__image-wrap:nth-child(9){left:15%;top:64%;width:11%}.wsc__image-float{animation:wsc-float 4s ease-in-out infinite alternate}.wsc__image-wrap:first-child .wsc__image-float{animation-delay:0s;animation-duration:4.2s}.wsc__image-wrap:nth-child(2) .wsc__image-float{animation-delay:-1.3s;animation-duration:5.1s}.wsc__image-wrap:nth-child(3) .wsc__image-float{animation-delay:-2.1s;animation-duration:3.8s}.wsc__image-wrap:nth-child(4) .wsc__image-float{animation-delay:-.8s;animation-duration:4.7s}.wsc__image-wrap:nth-child(5) .wsc__image-float{animation-delay:-3.2s;animation-duration:5.3s}.wsc__image-wrap:nth-child(6) .wsc__image-float{animation-delay:-1.9s;animation-duration:4.5s}.wsc__image-wrap:nth-child(7) .wsc__image-float{animation-delay:-.5s;animation-duration:3.9s}.wsc__image-wrap:nth-child(8) .wsc__image-float{animation-delay:-2.8s;animation-duration:5s}.wsc__image-wrap:nth-child(9) .wsc__image-float{animation-delay:-1.1s;animation-duration:4.3s}@keyframes wsc-float{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.wsc__img{aspect-ratio:1/1;border-radius:8px;display:block;object-fit:cover;width:100%}.wsc__inner{box-sizing:border-box;margin:0 auto;max-width:var(--container-max-width);padding-left:var(--template-margin);padding-right:var(--template-margin);position:relative;width:100%;z-index:2}.wsc__content{align-items:center;display:flex;flex-direction:column;gap:var(--space-lg);text-align:center;width:100%}.wsc__heading{color:var(--color-text);margin:0;transition:color .4s ease;width:100%}@media (min-width:1024px){.wsc__heading{white-space:nowrap}}