.contentblok_scroll-layout {
    --inactive-bg: var(--stone-20);
    --active-bg: #fff;
    --icon-inactive: var(--secondary-stone);
    --icon-active: var(--tertiary-coral);
    --progress-bg: var(--black-40);
    --progress-thumb: #000;
    --foldout-duration: 300ms;
}

.contentblok_scroll-layout .pk-top-col {
    max-width: max(43.438rem, calc(43.438 * var(--su)));
    margin-inline: auto;
    margin-bottom: max(6rem, calc(6 * var(--su)));
    text-align: center;
}

.contentblok_scroll-layout .pk-top-col .pk-label {
    margin-inline: auto;
    margin-bottom: max(1rem, calc(1 * var(--su)));
    background: var(--pk-lucht);
}
.contentblok_scroll-layout .pk-top-col .pk-heading {
    margin-bottom: max(1.5rem, calc(1.5 * var(--su)));
}

.contentblok_scroll-layout .pk-top-col .pk-content-wrapper p {
    font-size: max(1.25rem, calc(1.25 * var(--su)));
}

.contentblok_scroll-layout .item-container {
    gap: 1.5rem;
}

.contentblok_scroll-layout .buttons {
    display: flex;
    place-items: end;
    align-items: end;
    justify-content: end;
}

.contentblok_scroll-layout .items {
    display: flex;
    flex-direction: column;
    gap: max(1.5rem, calc(1.5 * var(--su)));
    cursor: pointer;
}

.contentblok_scroll-layout .item-container .item h4 {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0;
    transition: color var(--foldout-duration) ease-in-out;
}
.contentblok_scroll-layout .item h4::before {
    content: "";
    display: block;
    width: max(0.5rem, calc(0.5 * var(--su)));
    height: max(0.5rem, calc(0.5 * var(--su)));
    border-radius: 999px;
    background: transparent;
}

.contentblok_scroll-layout .item.active h4::before {
    content: "";
    background: var(--pk-red);
}

.contentblok_scroll-layout .item.active h4 {
    position: relative;
    color: var(--pk-red);
}

.contentblok_scroll-layout .item .content {
    display: grid;
    grid-template-rows: 0fr;
    transition:
        grid-template-rows var(--foldout-duration) ease-in-out,
        margin-top var(--foldout-duration) ease-in-out;
}

.contentblok_scroll-layout .item .content-wrapper {
    overflow: hidden;
    transition: margin-bottom var(--foldout-duration) ease-in-out;
}

.contentblok_scroll-layout .item .content-wrapper p {
    margin-bottom: max(1rem, calc(2 * var(--su)));
}

.contentblok_scroll-layout .item.active .content {
    margin-top: max(1rem, calc(2 * var(--su)));
    grid-template-rows: 1fr;
}

.contentblok_scroll-layout .item .content .pk-button-group {
    margin-block: max(1rem, calc(2 * var(--su)));
}

.contentblok_scroll-layout .pk-col {
    display: grid;
    grid-template-areas: "stack";
    border-radius: max(0.5rem, calc(0.5 * var(--su)));
    height: fit-content;
}

.contentblok_scroll-layout .pk-col .pk-content-wrap {
    grid-area: stack;
    width: 100%;
    transition: opacity var(--foldout-duration) ease-in-out;
}

.contentblok_scroll-layout .pk-col .pk-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    border-radius: max(1.5rem, calc(1.5 * var(--su)));
}

.contentblok_scroll-layout .pk-col .pk-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentblok_scroll-layout .pk-col .pk-content {
    color: var(--pk-white);
    padding-block: max(2.5rem, calc(2.5 * var(--su)));
    padding-inline: max(2.5rem, calc(2.5 * var(--su)));
    border-radius: max(1.5rem, calc(1.5 * var(--su)));
    background: var(--pk-grey-blue);
}

.contentblok_scroll-layout .pk-col .pk-content .pk-heading {
    color: var(--pk-white);
}

.contentblok_scroll-layout .pk-col-right {
    position: relative;
    display: flex;
    flex-direction: column;
}

.contentblok_scroll-layout .pk-col-right::after {
    content: "";
    position: absolute;
    right: -00.1rem;
    bottom: 0;
    max-width: max(15.938rem, calc(15.938 * var(--su)));
    width: 15.938rem;
    height: 7.688em;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22254%22%20height%3D%22132%22%20viewBox%3D%220%200%20254%20132%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M253.708%20108C253.708%20121.255%20242.963%20132%20229.708%20132H0C6.22665%20132%2012.2098%20129.58%2016.6855%20125.251L114.393%2030.749C118.868%2026.4201%20124.851%2024%20131.078%2024H229.708C242.963%2024%20253.708%2013.2548%20253.708%200V108Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.contentblok_scroll-layout .pk-col-right .pk-top-content {
    margin-bottom: max(2.5rem, calc(2.5 * var(--su)));
}

.contentblok_scroll-layout .pk-col-right .pk-bottom-content {
    position: relative;
    width: max(15.313rem, calc(15.313 * var(--su)));
    height: max(15.313rem, calc(15.313 * var(--su)));
    padding: max(2.188rem, calc(2.188 * var(--su)));
    margin-top: auto;
    margin-left: auto;
    border-radius: 1rem;
    /* background: var(--pk-white); */
    z-index: 1;
}
.contentblok_scroll-layout .pk-col-right .pk-bottom-content img {
    aspect-ratio: 173 / 173;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contentblok_scroll-layout .pk-col-right.is-alternative {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: max(36.0625rem, calc(36.0625 * var(--su)));
    background: var(--pk-red);
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-text-wrap {
    max-width: max(40.5rem, calc(40.5 * var(--su)));
    display: flex;
    flex-direction: column;
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-items {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-items {
    margin-top: auto;
    gap: max(0.5rem, calc(0.5 * var(--su)));
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-item {
    font-size: max(0.875rem, calc(0.875 * var(--su)));
    color: rgba(136, 141, 152, 1);
    font-weight: 400;
    padding: max(1.5rem, calc(1.5 * var(--su)));
    background: var(--pk-white);
    border-radius: 0.5rem;
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-item-head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: max(0.315rem, calc(0.315 * var(--su)));
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-item h3 {
    display: flex;
    font-size: max(0.875rem, calc(0.875 * var(--su)));
    gap: max(0.4rem, calc(0.4 * var(--su)));
    margin-bottom: 0;
    line-height: 1.5;
    /* transform: none !important;
    opacity: 1 !important;
    visibility: visible !important; */
}

.contentblok_scroll-layout .pk-col-right.is-alternative p.pk-text-xs {
    color: rgba(136, 141, 152, 1);
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-text p {
    margin: 0;
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-icon {
    display: flex;
    flex-shrink: 0;
    max-width: max(1.25rem, calc(1.25 * var(--su)));
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-icon img {
    width: 100%;
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-image-wrap {
    position: relative;
    flex: 0 0 max(18.5rem, calc(18.5 * var(--su)));
    width: max(18.5rem, calc(18.5 * var(--su)));
    max-width: max(18.5rem, calc(18.5 * var(--su)));
    /* height: max(31.0625rem, calc(31.0625 * var(--su))); */
    aspect-ratio: 296/496;
    border-radius: 1.5rem;
    overflow: hidden;
    z-index: 1;
}

.contentblok_scroll-layout
    .pk-col-right.is-alternative
    .pk-image-wrap
    .pk-image {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: inherit;
}

.contentblok_scroll-layout .pk-col-right.is-alternative .pk-image-wrap img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    aspect-ratio: auto;
}

.contentblok_scroll-layout .item .is-mobile-content {
    display: none;
    padding-top: 0.5rem;
}

@media only screen and (max-width: 1199px) {
    .contentblok_scroll-layout .pk-col.has-active-alternative {
        height: auto;
        overflow: visible;
    }

    .contentblok_scroll-layout
        .pk-col.has-active-alternative
        .pk-content-wrap.is-active {
        position: relative;
        inset: auto;
        height: auto;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-text-wrap {
        max-width: none;
        width: 100%;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: max(1.5rem, calc(1.5 * var(--su)));
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-item {
        grid-column: auto;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-image-wrap {
        flex-basis: auto;
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media only screen and (max-width: 767px) {
    .contentblok_scroll-layout .pk-col .pk-content {
        padding-block: max(2rem, calc(2 * var(--su)));
        padding-inline: max(1rem, calc(1 * var(--su)));
    }

    .contentblok_scroll-layout .pk-top-col {
        margin-bottom: max(2.5rem, calc(2.5 * var(--su)));
        text-align: left;
    }

    .contentblok_scroll-layout .pk-top-col .pk-label {
        margin-inline: unset;
        margin-bottom: max(1rem, calc(1 * var(--su)));
        background: var(--pk-white);
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative {
        flex-direction: column;
    }
    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-items {
        grid-template-columns: 1fr;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-usp-item {
        grid-column: auto;
    }

    .contentblok_scroll-layout .items {
        order: 2;
    }

    .contentblok_scroll-layout .pk-col {
        order: 1;
    }

    .contentblok_scroll-layout .pk-col-right {
        display: none;
    }

    .contentblok_scroll-layout .pk-col-right.is-alternative .pk-image-wrap {
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .contentblok_scroll-layout .item.active .is-mobile-content p {
        font-size: 1rem;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .contentblok_scroll-layout .is-mobile-content .pk-button-group {
        margin-top: 0.9rem;
    }
    .contentblok_scroll-layout .item.active .is-mobile-content {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .contentblok_scroll-layout .buttons {
        place-items: start;
        align-items: start;
        justify-content: start;
        margin-top: max(1rem, calc(2 * var(--su)));
    }
}

/* Mobile Figma node 52:3184 refinement. */
@media only screen and (max-width: 767px) {
    .contentblok_scroll-layout > .pk-row {
        padding-block: 80px;
    }

    .contentblok_scroll-layout .pk-top-col {
        margin-bottom: 40px;
    }

    .contentblok_scroll-layout .pk-top-col .pk-heading {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 1.3;
    }

    .contentblok_scroll-layout .pk-top-col .pk-content-wrapper p {
        font-size: 18px;
        line-height: 1.5;
    }

    .contentblok_scroll-layout .item-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .contentblok_scroll-layout .pk-col {
        position: relative;
        width: 100%;
        height: clamp(23rem, calc((100vw - 2rem) * 1.133), 25.5625rem);
        border-radius: 16px;
        /* overflow: hidden; */
    }

    .contentblok_scroll-layout .pk-col.has-active-alternative {
        height: auto;
        overflow: visible;
    }

    .contentblok_scroll-layout .pk-col .pk-content-wrap {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .contentblok_scroll-layout
        .pk-col.has-active-alternative
        .pk-content-wrap.is-active {
        position: relative;
        inset: auto;
        height: auto;
    }

    .contentblok_scroll-layout .pk-col .pk-image {
        position: relative;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        border-radius: 16px;
    }

    .contentblok_scroll-layout .pk-col .pk-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: auto;
        border-radius: 16px;
        overflow: hidden;
    }

    .contentblok_scroll-layout .pk-col .pk-image .image-is-mobile {
        position: absolute;
        right: 24px;
        bottom: -34px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: min(12.5rem, 55%);
        aspect-ratio: 1;
        padding: 20px;
        border-radius: 12px;
        background: var(--pk-white);
        z-index: 1;
        box-shadow:
            12px 17px 12px rgba(0, 0, 0, 0.01),
            5px 8px 9px rgba(0, 0, 0, 0.01),
            1px 2px 5px rgba(0, 0, 0, 0.01);
    }

    .contentblok_scroll-layout .pk-col .pk-image .image-is-mobile img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        aspect-ratio: auto;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .contentblok_scroll-layout .items {
        gap: 24px;
        margin-top: 50px;
    }

    .contentblok_scroll-layout .item-container .item h4 {
        gap: 12px;
        font-size: 18px;
        line-height: 1.2;
    }

    .contentblok_scroll-layout .item h4::before {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
    }

    .contentblok_scroll-layout .item.active .is-mobile-content {
        padding-top: 16px;
    }

    .contentblok_scroll-layout .item.active .is-mobile-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .contentblok_scroll-layout .is-mobile-content .pk-button-group {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 767px) {
    .contentblok_scroll-layout .pk-col {
        overflow: clip;
    }

    .contentblok_scroll-layout .pk-col .pk-image {
        overflow: hidden;
    }
}

@media only screen and (min-width: 991px) {
    /* .contentblok_scroll-layout .pk-slider-container {
        min-height: calc(100vh - 120px);
        align-items: center;
    }

    .contentblok_scroll-layout .pk-content-wrap {
        opacity: 0;
        visibility: hidden;
    }

    .contentblok_scroll-layout .pk-content-wrap.is-active {
        opacity: 1;
        visibility: visible;
    }

    .contentblok_scroll-layout .item-container {
        align-items: center;
    } */
}
