
    section.svelte-1y0w2ee {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        padding: 16px;
        border-radius: 12px;
        padding: 0;
                padding-top: 16px;

    }

    p.svelte-1y0w2ee {
        margin: 0;
        font-family: var(--font-body);
        color: var(--surface);
    }

    section.svelte-14fpsr6 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        padding: 16px;
        border-radius: 12px;
        padding: 0;
        padding-top: 16px;
    }

    p.svelte-14fpsr6 {
        margin: 0;
        font-family: var(--font-body);
        color: var(--surface);
    }

    section.svelte-8ltex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 100px;
        gap: 24px;
        background-color: var(--on-surface);
        margin-top: -1px;
        z-index: 1;
        position: relative;
    }

    section.svelte-8ltex h2:where(.svelte-8ltex) {
        color: var(--surface);
        max-width: 500px;
        text-align: center;
    }

    section.svelte-8ltex div.subtitle:where(.svelte-8ltex) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    section.svelte-8ltex div.subtitle:where(.svelte-8ltex) p:where(.svelte-8ltex) {
        color: var(--surface-50);
    }

    section.svelte-8ltex p:where(.svelte-8ltex) {
        color: var(--surface);
        line-height: 1.5;
        margin: 0;
    }

    section.svelte-8ltex img:where(.svelte-8ltex) {
        filter: invert(100%);
        height: 40px;
    }

    .row.svelte-8ltex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        padding: 1rem 2rem;
    }

    .col.svelte-8ltex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1;
        gap: 24px;
    }

    .advantages-conjunction.svelte-8ltex {
        color: var(--surface-50);
        margin: 0;
        padding-top: 16px;
        padding-bottom: 0px;
    }
    
    section.advantages-conjunction.svelte-8ltex p:where(.svelte-8ltex) {
        color: var(--orange);
        font-weight: bold;
        margin: 0;
        text-align: left;
    }

    @media (max-width: 768px) {
        section.svelte-8ltex {
            padding-top: 80px;
            padding-bottom: 20px;
            padding-left: 16px;
            padding-right: 16px;
            justify-content: flex-start;
        }

        .row.svelte-8ltex {
            flex-direction: column;
            align-items: center;
            padding: 0;
        }

        .col.svelte-8ltex {
            width: 100%;
            padding: 0;
            padding-bottom: 40px;
        }

        section.svelte-8ltex h2:where(.svelte-8ltex) {
            text-align: left;
        }
    }

    section.svelte-29h08l {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 80px;
        padding-bottom: 40px;
        gap: 0px;
        background: #5bb6bc;
        background: -webkit-linear-gradient(
            0deg,
            rgba(89, 153, 212, 1) 0%,
            rgba(91, 182, 188, 1) 100%
        );
        background: -moz-linear-gradient(
            0deg,
            rgba(89, 153, 212, 1) 0%,
            rgba(91, 182, 188, 1) 100%
        );
        background: linear-gradient(
            0deg,
            rgba(89, 153, 212, 1) 0%,
            rgba(91, 182, 188, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5999D4", endColorstr="#5BB6BC", GradientType=0);
    }

    section.svelte-29h08l .col:where(.svelte-29h08l) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: var(--max-width);
        width: 100%;
        margin: 0 auto;
        padding: 1rem 2rem;
        flex: 1;
    }

    section.svelte-29h08l h1:where(.svelte-29h08l) {
        width: 100%;
        color: var(--on-primary);
        flex: 1;
        text-align: left;
    }

    section.svelte-29h08l img:where(.svelte-29h08l) {
        width: 100%;
        flex: 1;
    }

    .row.svelte-29h08l {
        display: flex;
        flex-direction: row;
        max-width: var(--max-width);
    }

    .wave.svelte-29h08l {
        width: 100%;
        height: auto;
        z-index: -1;
        margin-top: -1px;
    }

    .col.only-mobile.svelte-29h08l {
        display: none;
    }

    .col.only-desktop.svelte-29h08l {
        display: flex;
    }

    @media (max-width: 768px) {
        section.svelte-29h08l {
            flex-direction: column;
            padding-top: 120px;
        }

        .row.svelte-29h08l {
            flex-direction: column;
            align-items: stretch;
        }

        section.svelte-29h08l h1:where(.svelte-29h08l) {
            text-align: center;
        }

        .col.only-mobile.svelte-29h08l {
            display: flex;
        }

        .col.only-desktop.svelte-29h08l {
            display: none;
        }
    }

    div.svelte-85fg56 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1;
    }

    /* (unused) .icon-wrapper {
        transform: scale(1.5);
    }*/

    h2.svelte-85fg56 {
        font-size: 40px;
        margin: 0;
        padding: 0;
    }

    h3.svelte-85fg56 {
        text-align: center;
        color: var(--on-surface);
        font-family: var(--font-body);
    }

    p.svelte-85fg56 {
        text-align: center;
        color: var(--on-surface-50);
    }

    section.svelte-wy2xq0 {
        padding-top: 150px;
        padding-bottom: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    /* (unused) h2 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--on-surface);
        font-family: var(--font-body);
    }*/

    .steps.svelte-wy2xq0 {
        max-width: var(--max-width);
        width: 100%;
        gap: 0px;
    }

    .steps.svelte-wy2xq0 .arrow-top:where(.svelte-wy2xq0) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 40px;
    }

    .steps.svelte-wy2xq0 .items:where(.svelte-wy2xq0) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        margin-top: 40px;
    }

    .steps.svelte-wy2xq0 .arrows-bottom:where(.svelte-wy2xq0) {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-top: 0px;
        height: 80px;
    }

    @media (max-width: 768px) {
        section.svelte-wy2xq0 {
            padding-top: 100px;
            padding-bottom: 80px;
            padding-left: 16px;
            padding-right: 16px;
        }

        /* (unused) h2 {
            font-size: 32px;
        }*/

        .steps.svelte-wy2xq0 .arrow-top:where(.svelte-wy2xq0),
        .steps.svelte-wy2xq0 .arrows-bottom:where(.svelte-wy2xq0) {
            height: 60px;
            display: none;
        }

        .steps.svelte-wy2xq0 .items:where(.svelte-wy2xq0) {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
    }

    .container.svelte-ld05f0 {
        width: 100%;
        height: auto;
        background: var(--on-surface);
        border-radius: 24px;
        overflow: hidden;
        position: relative;
        padding: 0px;
    }

    .column.svelte-ld05f0 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        position: relative;
        width: 100%;
        height: 100%;
        gap: 8px;
        padding: 24px;
    }

    h3.svelte-ld05f0 {
        text-align: left;
        font-family: var(--font-body);
        margin: 0;
        padding: 0;
        font-size: 48px;
    }

    p.svelte-ld05f0 {
        text-align: left;
        opacity: 0.7;
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
    }

    .overlay.svelte-ld05f0 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mask: linear-gradient(transparent, transparent, transparent, black, black);
        backdrop-filter: blur(4px);
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    }

    img.svelte-ld05f0 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        object-position: top center;
    }

    p.top.svelte-ld05f0 {
        font-family: var(--font-heading);
        color: var(--orange);
        font-weight: 500;
        font-size: 32px;
        opacity: 1;
        margin: 0;
    }

    @media (max-width: 768px) {
        .container.svelte-ld05f0 {
            height: 350px;
        }

        h3.svelte-ld05f0 {
            font-size: 32px;
        }

        p.svelte-ld05f0 {
            font-size: 16px;
            letter-spacing: 0px;
        }

        p.top.svelte-ld05f0 {
            font-size: 24px;
        }

        img.svelte-ld05f0 {
            object-position: bottom center;
        }
    }

    .container.svelte-1pu4ukz {
        width: 100%;
        height: 422px;
        background: var(--on-surface);
        border-radius: 24px;
        overflow: hidden;
        position: relative;
        padding: 0px;
    }

    .column.svelte-1pu4ukz {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        position: relative;
        width: 100%;
        height: 100%;
        gap: 8px;
        padding: 24px;
    }

    h3.svelte-1pu4ukz {
        text-align: left;
        font-family: var(--font-body);
        margin: 0;
        padding: 0;
        font-size: 48px;
    }

    p.svelte-1pu4ukz {
        text-align: left;
        opacity: 0.7;
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
    }

    .overlay.svelte-1pu4ukz {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mask: linear-gradient(transparent, transparent, transparent, black, black);
        backdrop-filter: blur(4px);
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    }

    img.svelte-1pu4ukz {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        object-position: left;
    }

    p.top.svelte-1pu4ukz {
        font-family: var(--font-heading);
        color: var(--orange);
        font-weight: 500;
        font-size: 32px;
        opacity: 1;
        margin: 0;
    }

    @media (max-width: 768px) {
        .container.svelte-1pu4ukz {
            height: 350px;
        }

        h3.svelte-1pu4ukz {
            font-size: 32px;
        }

        p.svelte-1pu4ukz {
            font-size: 16px;
            letter-spacing: 0px;
        }

        p.top.svelte-1pu4ukz {
            font-size: 24px;
        }

        img.svelte-1pu4ukz {
            object-position: center;
        }
    }

    section.svelte-1xw2b16 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .row.svelte-1xw2b16 {
        max-width: var(--max-width);
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 16px;
        padding: 1rem 2rem;
    }

    .col.svelte-1xw2b16 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
    }

    @media (max-width: 768px) {
        .row.svelte-1xw2b16 {
            flex-direction: column;
            padding: 1rem;
        }

        .col.svelte-1xw2b16 {
            width: 100%;
        }

        h2.svelte-1xw2b16 {
            text-align: center;
        }
    }
