Buy me a coffee
section[data-section-id="69c983ae750850719affb379"] {
    .section-background {
    overflow: visible;
}
.section-background:before {
    content: '';
    width: 100%;
    height: 400px;
    top: 0px;
    left: 0;
    background: inherit;
    -webkit-mask: url(https://static1.squarespace.com/static/66667502be600c16ccc48b50/t/66a997764d370b5e673fb08d/1722390390547/SWA-divider-1.svg) bottom no-repeat;
    mask: url(https://static1.squarespace.com/static/66667502be600c16ccc48b50/t/66a997764d370b5e673fb08d/1722390390547/SWA-divider-1.svg) bottom no-repeat;
    margin-top: 270px;
    transform: translatey(-100%) rotate(-180deg);
    position: absolute;
    pointer-events: none !important;
    z-index: 999999;
}
@media screen and (max-width: 800px) {
   .section-background:before {
        -webkit-mask-size:300% 50%;
        mask-size: 300% 30%;
    }
}}