
    .blob.svelte-11ua05s {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        padding: 2rem;
        max-width: var(--max-width);
        object-fit: contain;
        object-position: center;
    }

    section.svelte-11ua05s {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
        gap: 16px;
    }

    .col.svelte-11ua05s {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: var(--max-width);
        width: 100%;
        margin: 0 auto;
		padding: 1rem 2rem;
        flex: 1;
    }

    h3.svelte-11ua05s {
        font-family: var(--font-body);
        color: var(--on-surface);
        margin:0;
        padding:0;
    }

    h2.svelte-11ua05s {
        text-align: center;
    }

    .col.svelte-11ua05s img:where(.svelte-11ua05s) {
        width: 100%;
        height: 500px;
        object-fit: contain;
        object-position: left;
    }

    @media (max-width: 768px) {
        section.svelte-11ua05s {
            flex-direction: column;
            align-items: stretch;
            padding: 1rem;
            padding-top: 100px;
            position: relative;
        }

        .blob.svelte-11ua05s {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            z-index: -1;
            object-position: bottom;
        }

        .col.svelte-11ua05s img:where(.svelte-11ua05s) {
        width: 100%;
        height: 200px;
        object-fit: contain;
        object-position: left;
    }
    }

    a.svelte-1t9lniy {
        flex: 1;
        text-decoration: none;
    }

    div.blog-article-item.svelte-1t9lniy {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: start;
        gap: 8px;
    }

    div.blog-article-item.svelte-1t9lniy h3:where(.svelte-1t9lniy) {
        font-family: var(--font-body);
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    img.blog-article-image.svelte-1t9lniy {
        width: 100%;
        height: 250px;
        border-radius: 16px;
        object-fit: cover;
        background-color: var(--surface-container);
    }


    section.svelte-113gtfe {
        display: flex;
        flex-direction: column;
        align-items: center;
        
        gap: 0px;
        padding: 1rem 2rem;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .row.svelte-113gtfe {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
        max-width: var(--max-width);
        width: 100%;
        margin: 0 auto;
        padding-top: 1rem;
		
    }

    h3.svelte-113gtfe {
        font-family: var(--font-body);
        color: var(--on-surface);
        margin:0;
        padding:0;
    }

    @media (max-width: 768px) {
        section.svelte-113gtfe {
            padding: 1rem;
        }
        .row.svelte-113gtfe {
            flex-direction: column;
            align-items: stretch;
            padding-top: 1rem;
        }
    }

    section.svelte-sy7xmz {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 24px;
        gap: 24px;
        background-color: var(--surface-container);
        position: relative;
    }

    .row.svelte-sy7xmz {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;
        max-width: var(--max-width);
        width: 100%;
        margin: 0 auto;
    }

    .col.svelte-sy7xmz {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        width: 100%;
        flex: 1;
        z-index: 1;
    }

    .col.mockup.svelte-sy7xmz {
        align-items: center;
        margin-bottom: 24px;
    }

    p.svelte-sy7xmz {
        color: var(--on-surface);
        line-height: 1.5;
        margin: 0;
        text-align: left;
    }

    h2.svelte-sy7xmz {
        color: var(--on-surface);
        font-family: var(--font-body);
        text-align: left;
        margin: 0;
        padding: 0;
    }

    h2.accent.svelte-sy7xmz {
        color: var(--orange);
        font-family: var(--font-heading);
        text-align: left;
        margin: 0;
        padding: 0;
    }

    #mockup.svelte-sy7xmz {
        height: 800px;
        object-position: right;
        object-fit: contain;
        object-position: bottom;
    }

    #bottom-wave.svelte-sy7xmz {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    .stores.svelte-sy7xmz {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 48px;
    }

    .stores.svelte-sy7xmz img:where(.svelte-sy7xmz) {
        height: 48px;
    }

    img.waves.svelte-sy7xmz {
        width: 100vw;
    }

    .mobile-only.svelte-sy7xmz {
        display: none;
    }

    @media (max-width: 768px) {
        section.svelte-sy7xmz {
            padding: 1rem;
            padding-top: 80px;
            padding-bottom: 0px;
        }

        .row.svelte-sy7xmz {
            flex-direction: column;
            align-items: center;
        }

        .col.svelte-sy7xmz {
            flex-direction: column;
        }

        .stores.svelte-sy7xmz {
            flex-direction: column;
            gap: 8px;
        }

        #mockup.svelte-sy7xmz {
            width: 100%;
            height: auto;
        }

        .desktop-only.svelte-sy7xmz {
            display: none;
        }

        .mobile-only.svelte-sy7xmz {
            display: block;
        }

        #bottom-wave.svelte-sy7xmz {
            z-index: 0;
        }

        .col.mockup.svelte-sy7xmz {
            align-items: center;
            margin-bottom: 0px;
        }
    }
