.cta--homepage {
    position: relative;
    padding: 253px 0 30px;
    background-color: #003499;
}

.cta--homepage-bg {
    position: absolute;
    bottom: 0;
    width: calc(100% + 124px);
    left: -81px;
    opacity: 0.3;
    z-index: 1;
}

.cta--homepage-bg img {
    mix-blend-mode: soft-light;
    max-width: unset;
    width: 100%;
    opacity: .4;
}

.cta--homepage-overlay {
    position: relative;
    z-index: 1;
}

.cta--homepage-image {
    position: absolute;
    width: 240px;
    height: 295px;
    left: 50%;
    transform: translate(-50%, 0);
    top: -318px;
}

.cta--homepage-image-top {
    position: absolute;
    right: 0;
    width: 197px;
    height: 174px;
    top: 0;
}

.cta--homepage-image-middle {
    position: absolute;
    left: 0;
    width: 196px;
    height: 173px;
    top: 58px;
}

.cta--homepage-image-bottom {
    position: absolute;
    right: 14px;
    width: 176px;
    height: 154px;
    bottom: 0;
}

.cta--homepage-content {
    text-align: center;
    color: #fff;
}

.cta--homepage-content-text h2 {
    color: #fff;
}

.cta--homepage-content-text {
    padding: 0 32px 15px;
}

.cta--homepage-content .btn {
    background-color: #fff;
    color: #003499;
}

.cta--homepage-content .btn::after {
    color: #fff;
    background: #D22121;
}

.cta--homepage-content-text p {
    font-size: 18px;
}


@media(min-width: 768px) {
    .cta--homepage-image {
        width: 372px;
        height: 460px;
        top: -503px;
    }

    .cta--homepage-image-top {
        width: 306px;
        height: 270px;
    }

    .cta--homepage-image-middle {
        width: 304px;
        height: 270px;
        top: 90px;
    }

    .cta--homepage-image-bottom {
        right: 22px;
        width: 273px;
        height: 241px;
    }

    .cta--homepage {
        padding: 446px 0 50px;
    }

    .cta--homepage-bg {
        width: calc(100% + 57px);
        left: 0;
        max-width: unset;
    }

    .cta--homepage-content-text {
        padding: 0 0 15px;
    }

    .cta--homepage-content-text h2 {
        min-width: 100%;
        position: relative;
        left: -16px;
        margin-bottom: 5px;
    }

    .cta--homepage-content-text p {
        font-size: 24px;
    }
}

@media(min-width: 1200px) {
    .cta--homepage-bg {
        width: 670px;
        left: -125px;
    }

    .cta--homepage {
        padding: 70px 0;
    }

    .cta--homepage-image {
        width: 315px;
        height: 390px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .cta--homepage-content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .cta--homepage-image-top {
        width: 259px;
        height: 229px;
    }

    .cta--homepage-image-middle {
        width: 258px;
        height: 229px;
        top: 76px;
    }

    .cta--homepage-image-bottom {
        right: 19px;
        width: 232px;
        height: 204px;
    }

    .cta--homepage-content-btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .cta--homepage-content-text {
        padding: 0;
        margin-right: 20px;
    }

    .cta--homepage-content-text h2 {
        left: 0;
        margin-bottom: 13px;
        max-width: 370px;
        margin-inline:auto;
        min-width: initial;
    }

    .cta--homepage:after {
        content: "";
        position: absolute;
        width: 50%;
        background-color: #fff;
        left: 0;
        top: -30px;
        height: 30px;
    }

    .cta--homepage-content .btn:hover {
        background-color: #e0e6f4;
        color: #003499;
      }

      .cta--homepage + .cta--homepage,
      .cta-margin {
        margin-top: 176px;
        padding-bottom: 38px;
      }

}

.cta--red {
    background: #D22121;
}

.cta--innerpage .cta--homepage-image {
    top: -68px;
}

.cta--innerpage {
    padding: 0;
}

.cta--innerpage .cta--homepage-content {
    padding-top: 257px;
    padding-bottom: 60px;
    position: relative;
}

.cta--padding .cta--homepage-content {
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .cta--innerpage .cta--homepage-image {
        top: -59px;
    }
    
    
    .cta--innerpage .cta--homepage-content {
        padding-top: 450px;
        padding-bottom: 50px;
    }
    
    .cta--padding .cta--homepage-content {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .cta--innerpage  .cta--homepage-image {
        width: 315px;
        height: 390px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    
    
    .cta--innerpage .cta--homepage-content {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    
}