/* Start New CTA Styles Starts Here */

.new-cta {
    padding: 76px 0 166px;
    background-color: var(--color-orange);
    background-image: linear-gradient(to left, var(--color-orange), #F8B57C);
    overflow: hidden;
    position: relative;
}

.cta-img {
    position: absolute;
    width: 30%;
    object-fit: cover;
    top: 0;
    height: 100%;
    opacity: 0.4;
}

.cta-img.left { left: 0; }

.cta-img.right { right: 0; }

@media (max-width: 1024px) {
    .new-cta {
        padding: 50px 0 140px;
    }
}

.new-cta .container {
    position: relative;
    z-index: 3;
}

.new-cta h2 {
    margin: 0 0 20px;
    color: var(--color-white);
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 10px;
    line-height: 1.2em;
}

.new-cta__container {
    max-width: 1098px;
    margin: 0 auto;
    text-align: center;
}

.home-redesign .new-cta__container {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .new-cta__container {
        max-width: 100%;
    }
}

.new-cta__illustration {
    position: absolute;
    width: 900px;
    height: 676px;
    bottom: 0;
}

.new-landing-page .new-cta__illustration svg path {
    stroke: var(--color-white);
}

.new-landing-page .new-cta__illustration svg g {
    opacity: 0.2;
}

@media (max-width: 1024px) {
    .new-cta__illustration {
        width: 665px;
        height: 500px;
        bottom: -75px;
    }

    .new-cta__illustration svg {
        width: 665px;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .new-cta__illustration {
        bottom: -187px;
    }
}

.new-cta__illustration--right {
    right: 0;
    transform: scale(-1, 1);
}

.new-cta__illustration svg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(90deg) translateY(31%) translateX(-6%);
}

.new-cta__illustration svg path {
    fill: var(--color-white);
}
