#cta-wrapper.cta {
    background: radial-gradient(100% 543.67% at 100% 53.03%, #2671FF 0%, #000000 41%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
#cta-wrapper.cta .cta-inner {
    width: 100%;
    max-width: 529px;
}
#cta-wrapper.cta .cta-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF!important;
    margin: 0 0 18px 0;
}
#cta-wrapper.cta .cta-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #FFFFFF;
    margin: 0 0 36px 0;
}

#cta-wrapper.cta .cta-logo-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: start;
    align-items: center;
}


.cta .cta-animation-wrapper {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 11px;
}
.cta .cta-animation-wrapper .cta-animation-inner {
    display: block;
    position: relative;
}
.cta .cta-animation-wrapper .cta-decoration-1 {}
.cta .cta-animation-wrapper .cta-decoration-2 {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: -15px;
}
.cta .cta-animation-wrapper .cta-decoration-3 {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}
#cta-wrapper .cta-animation-wrapper .cta-decoration-1 {transform: translateX(100px);}
#cta-wrapper .cta-animation-wrapper .cta-decoration-2 {transform: translateX(100px);}
#cta-wrapper .cta-animation-wrapper .cta-decoration-3 {transform: translateX(100px);}

#cta-wrapper .cta-animation-wrapper .cta-decoration-1 {transition: all 0.6s ease-in-out 0.3s;}
#cta-wrapper .cta-animation-wrapper .cta-decoration-2 {transition: all 0.6s ease-in-out 0.2s;}
#cta-wrapper .cta-animation-wrapper .cta-decoration-3 {transition: all 0.6s ease-in-out 0.1s;}

#cta-wrapper.active .cta-animation-wrapper .cta-decoration-1 {transform: translateX(0);}
#cta-wrapper.active .cta-animation-wrapper .cta-decoration-2 {transform: translateX(0);}
#cta-wrapper.active .cta-animation-wrapper .cta-decoration-3 {transform: translateX(0);}

#cta-wrapper.active .cta-animation-wrapper .cta-decoration-1 {transition: all 0.6s ease-in-out 0.1s;}
#cta-wrapper.active .cta-animation-wrapper .cta-decoration-2 {transition: all 0.6s ease-in-out 0.2s;}
#cta-wrapper.active .cta-animation-wrapper .cta-decoration-3 {transition: all 0.6s ease-in-out 0.3s;}

.cta .cta-animation-wrapper-mobile {
    display: none;
}

.cta .cta-form-wrapper .hs-submit .actions {
    background-image: url(../../theme/images/border-type-1.png);
}

@media (max-width: 1200px) {
    
    .cta .cta-animation-wrapper {
        display: none;
    }
    .cta .cta-animation-wrapper-mobile {
        display: flex;
        flex-direction: row;
        align-items: end;
        justify-content: center;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cta .cta-animation-wrapper-mobile .cta-animation-inner {
        display: block;
        position: relative;
    }
    .cta .cta-animation-wrapper-mobile .cta-decoration-1 svg,
    .cta .cta-animation-wrapper-mobile .cta-decoration-2 svg,
    .cta .cta-animation-wrapper-mobile .cta-decoration-3  svg{
        display: block;
    }
    .cta .cta-animation-wrapper-mobile .cta-decoration-1 {}
    .cta .cta-animation-wrapper-mobile .cta-decoration-2 {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 0px;
    }
    .cta .cta-animation-wrapper-mobile .cta-decoration-3 {
        position: absolute;
        z-index: 2;
        top: 21px;
        left: 0px;
    }
    #cta-wrapper.cta {
        padding: 40px 40px 120px 40px;
    }

    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-1 {transform: translateY(100px);}
    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-2 {transform: translateY(100px);}
    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-3 {transform: translateY(100px);}

    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-1 {transition: all 0.6s ease-in-out 0.3s;}
    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-2 {transition: all 0.6s ease-in-out 0.2s;}
    #cta-wrapper .cta-animation-wrapper-mobile .cta-decoration-3 {transition: all 0.6s ease-in-out 0.1s;}

    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-1 {transform: translateY(0);}
    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-2 {transform: translateY(0);}
    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-3 {transform: translateY(0);}

    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-1 {transition: all 0.6s ease-in-out 0.1s;}
    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-2 {transition: all 0.6s ease-in-out 0.2s;}
    #cta-wrapper.active .cta-animation-wrapper-mobile .cta-decoration-3 {transition: all 0.6s ease-in-out 0.3s;}

}
@media (max-width: 768px) {
    #cta-wrapper.cta .cta-logo-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 264px;
        margin: 0 auto;
        row-gap: 14px;
        column-gap: 40px;
    }
    /* .cta .cta-form-wrapper .hs-form {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .cta .cta-form-wrapper .hs-submit {
        width: 100%;
        max-width: 320px;
    }
    #c-post-content .cta .cta-form-wrapper .hs-submit .actions,
    .cta .cta-form-wrapper .hs-submit .actions {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .cta .cta-form-wrapper .hs-submit input {
        max-width: 320px;
        width: 100%;
    }
    .cta .cta-form-wrapper .hs-form-field input {
        max-width: 100%;
    } */
    #cta-wrapper.cta {
        padding: 40px 20px 100px 20px;
    }
}