.contentRender_name_plugins_common_cta {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    z-index: 1;
}
.contentRender_name_plugins_common_cta .top {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contentRender_name_plugins_common_cta .top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e2f5a;
    opacity: .5;
    pointer-events: none;
}
.contentRender_name_plugins_common_cta .top img {
    width: 100%;
    object-fit: cover;
    transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.6s;
}
.contentRender_name_plugins_common_cta:hover .top img {
    transform: scale(1.1);
}
.contentRender_name_plugins_common_cta > a .cta img {
    transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.6s;
}
.contentRender_name_plugins_common_cta:hover > a .cta img {
    transform: translateX(10px);
}
.cta {
    min-height: 132px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    padding: 43px var(--space-6) var(--space-10);
    text-align: center;
    transition: all cubic-bezier(0.45, 0, 0.55, 1) 0.6s;
}
.cta:hover {
    background-size: 120%;
}
.header-cta-container a:hover {
    text-decoration: none;
}
.cta h2 {
    color: #fff;
    text-align: center;
}
.cta h2:first-child {
    font-family: var(--font-alt);
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 24px;
}
.cta h2:last-child {
    display: inline;
    font-size: 18px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.024em;
}
.cta h2:last-child img {
    margin-left: 2px;
    margin-top: -6px;
    max-width: 8px;
    min-width: 8px;
    max-height: 12px;
    min-height: 12px;
    display: inline;
}

@media (min-width: 64em) {
    .contentRender_name_plugins_common_cta {
        margin-bottom: 0px;
    }
    .cta-cont .cta {
        height: 300px;
        padding-top: 109px;
        margin-bottom: 0px;
    }
    .cta-cont div:first-child .cta {
        padding-right: 37px;
    }
    .cta-cont div:last-child .cta {
        padding-right: 10px;
    }
    .cta h2:first-child {
        font-size: 39px;
        padding-bottom: 24px;
    }
    .cta h2:last-child {
        font-size: 38px;
        line-height: 42px;
        letter-spacing: 0.002em;
        font-weight: 700;
    }
    .cta h2:last-child img {
        min-width: 16px;
        min-height: 26px;
        max-width: 16px;
        max-height: 26px;
        margin-top: -14px;
        margin-left: 10px;
    }
    .cta-cont div:last-child .cta img {
        margin-left: 11px;
    }
    .cta-cont div:last-child .cta h2:last-child {
        letter-spacing: 0.006em;
    }
}