.isolated-cta-section {
    justify-content: flex-start;
    overflow: hidden;
    padding: 240px 0 0;
    height: 960px;
    background-color: #fcfaff;
    box-sizing: border-box;
    z-index: 0
}

.isolated-cta-content-wrapper,
.isolated-cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative
}

.isolated-cta-content-wrapper {
    gap: 64px;
    max-width: 1360px;
    z-index: 1
}

.isolated-cta-main-heading-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 48px;
    box-sizing: border-box
}

.isolated-cta-main-heading-part-1,
.isolated-cta-main-heading-part-2,
.isolated-cta-main-heading-part-3 {
    font-family: var(--font-geist-mono), "Geist Mono", monospace;
    font-size: 72px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #212121;
    /* white-space: pre-wrap; */
    /* word-break: break-word; */
    text-align: center;
    margin: 0;
    opacity: 1
}

.isolated-cta-main-heading-part-2 {
    font-weight: 700;
    opacity: 1
}

.isolated-cta-main-heading-part-1,
.isolated-cta-main-heading-part-3 {
    opacity: .5
}

.isolated-cta-button-container {
    display: flex;
    justify-content: center;
    width: auto
}

.isolated-cta-install-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #7147ab;
    border-radius: 10px;
    box-shadow: inset 0 -4px 0 0 #f2ccd7;
    padding: 14px 18px 16px;
    color: #7147ab;
    font-family: var(--font-geist-mono), "Geist Mono", monospace;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0;
    will-change: transform
}

.isolated-cta-install-btn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 -2px 0 0 #f2ccd7
}

.isolated-cta-background-visuals {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.isolated-cta-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform
}

.isolated-cta-wave-back {
    height: 154px;
    top: 15px
}

.isolated-cta-wave-middle {
    height: 232px;
    top: 13px
}

.isolated-cta-wave-front {
    height: 753px;
    top: 94px
}

@media (max-width:1439px) and (min-width:810px) {
    .isolated-cta-section {
        height: 830px;
        padding-top: 240px
    }

    .isolated-cta-main-heading-group {
        padding: 0
    }

    .isolated-cta-main-heading-part-1,
    .isolated-cta-main-heading-part-2,
    .isolated-cta-main-heading-part-3 {
        font-size: 46px
    }

    .isolated-cta-background-visuals {
        height: 100px
    }

    .isolated-cta-wave-back {
        height: 117px
    }

    .isolated-cta-wave-middle {
        height: 176px
    }

    .isolated-cta-wave-front {
        height: 569px
    }
}

@media (max-width:809px) {
    .isolated-cta-section {
        height: 691px;
        padding-top: 170px
    }

    .isolated-cta-main-heading-group {
        padding: 0 16px
    }

    .isolated-cta-main-heading-part-1,
    .isolated-cta-main-heading-part-2,
    .isolated-cta-main-heading-part-3 {
        font-size: 32px
    }

    .isolated-cta-button-container {
        width: auto;
        display: flex;
        justify-content: center
    }

    .isolated-cta-install-btn {
        padding: 14px 18px 16px;
        font-size: 18px
    }

    .isolated-cta-background-visuals {
        height: 120px
    }

    .isolated-cta-wave-back {
        height: 80px;
        top: 10px
    }

    .isolated-cta-wave-middle {
        height: 100px;
        top: 8px
    }

    .isolated-cta-wave-front {
        height: 300px;
        top: 40px
    }
}