.approach {
    background: var(--framb);
    position: relative;
}

.approach::before {
    content: "";
    background: url("../images/pattern.svg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    pointer-events: none;
}

.approach--container {
    padding: 56px 0;
}

@media screen and (min-width: 992px) {
    .approach--container {
        display: flex;
        align-items: center;
        gap: clamp(16px, 5.56vw, 80px);
    }
}

.approach p,
.approach h2 {
    color: white;
    margin-bottom: 24px;
}

.approach .tile {
    background: #D7C485;
    padding: 24px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.approach .tile::before {
    content: "";
    width: 146px;
    height: 126px;
    -webkit-mask: url("../images/quotes.svg") no-repeat center;
    mask: url("../images/quotes.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: white;
    opacity: 0.12;
    position: absolute;
    right: -8px;
    bottom: -16px;
}

.approach .tile p {
    color: var(--black);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.18px;
    margin-bottom: 0;
}

.approach .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .approach .buttons {
        gap: 40px;
        justify-content: flex-start;
    }
}

.approach .btn:focus-visible,
.approach .btn-more:focus-visible {
    outline: 3px solid #D7C485;
    outline-offset: 4px;
}

.approach--content,
.approach--slider {
    flex: 1;
}

.approach .inner {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .approach .inner {
        padding-right: 70px;
    }
}

.approach--slider {
    max-width: 600px;
    aspect-ratio: 1/1;
    border-radius: 16px;
}

@media screen and (max-width: 991px) {
    .approach--slider {
        margin-top: 32px;
    }
}

@media screen and (min-width: 992px) {
    .approach--slider {
        height: 600px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .approach--slider,
    .approach--slider * {
        transition: none !important;
        animation: none !important;
    }
}

/*# sourceMappingURL=style.css.map */

.acf-block-preview .approach {
    background: var(--framb);
    position: relative;
}

.acf-block-preview .approach::before {
    content: "";
    background: url("../images/pattern.svg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    pointer-events: none;
}

.acf-block-preview .approach--container {
    padding: 56px 0;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .approach--container {
        display: flex;
        align-items: center;
        gap: clamp(16px, 5.56vw, 80px);
    }
}

.acf-block-preview .approach p,
.acf-block-preview .approach h2 {
    color: white;
    margin-bottom: 24px;
}

.acf-block-preview .approach .tile {
    background: #D7C485;
    padding: 24px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.acf-block-preview .approach .tile::before {
    content: "";
    width: 146px;
    height: 126px;
    -webkit-mask: url("../images/quotes.svg") no-repeat center;
    mask: url("../images/quotes.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: white;
    opacity: 0.12;
    position: absolute;
    right: -8px;
    bottom: -16px;
}

.acf-block-preview .approach .tile p {
    color: var(--black);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.18px;
    margin-bottom: 0;
}

.acf-block-preview .approach .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .approach .buttons {
        gap: 40px;
        justify-content: flex-start;
    }
}

.acf-block-preview .approach--content,
.acf-block-preview .approach--slider {
    flex: 1;
}

.acf-block-preview .approach .inner {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .approach .inner {
        padding-right: 70px;
    }
}

.acf-block-preview .approach--slider {
    max-width: 600px;
    aspect-ratio: 1/1;
    border-radius: 16px;
}

@media screen and (max-width: 991px) {
    .acf-block-preview .approach--slider {
        margin-top: 32px;
    }
}

@media screen and (min-width: 992px) {
    .acf-block-preview .approach--slider {
        height: 600px;
    }
}

/*# sourceMappingURL=style.css.map */
