.card-simple {
    display: flex;
    flex-direction: column;
    border: 1px solid #12225c;
    padding: 20px;
    border-radius: 10px;
    color: #12225c;
    width: 100%;
    max-width: 400px
}

.card-simple.card-simple-dark {
    border-color: #fff;
    color: #fff;
    background-color: #12225c
}

.card-simple .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.card-simple .card-icon img {
    max-width: 100%;
    max-height: 100%
}

.card-simple .card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .card-simple .card-title {
        font-size: 20px;
        line-height: 26px
    }
}

.card-simple .card-desc {
    font-size: 16px;
    line-height: 22px
}

.card-simple .card-desc:not(:last-child) {
    margin-bottom: 20px
}

.card-simple .arrow-link {
    margin-top: auto
}

.cta-with-cards:not(.full-width) {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:576px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:768px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:1200px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:1440px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:2400px) {
    .cta-with-cards:not(.full-width) {
        max-width: calc(1500px + 2 * 15px)
    }
}

@media (max-width:575px) {
    .cta-with-cards:not(.full-width) {
        padding-left: 0;
        padding-right: 0
    }
}

.cta-with-cards.full-width>.component-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:576px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:768px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:1200px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:1440px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:2400px) {
    .cta-with-cards.full-width>.component-content {
        max-width: calc(1500px + 2 * 15px)
    }
}

.cta-with-cards.dark {
    background-color: #12225c
}

.cta-with-cards.dark>.component-content {
    background-color: #12225c;
    color: #fff
}

.cta-with-cards.light>.component-content {
    color: #12225c
}

.cta-with-cards.one-liner .cta-cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.cta-with-cards.one-liner .cta-cards .card-simple {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1;
    margin-right: 30px;
    padding: 40px 20px
}

.cta-with-cards.one-liner .cta-cards .card-simple .card-title {
    padding: 0 30px
}

.cta-with-cards.one-liner .cta-cards .card-simple:last-child {
    margin-right: 0
}

.cta-with-cards:not(.one-liner) .component-content {
    justify-content: space-between;
    gap: 24px
}

@media (min-width:993px) {
    .cta-with-cards:not(.one-liner) .component-content {
        padding-left: 0;
        padding-right: 0;
        gap: 15px
    }
}

.cta-with-cards:not(.one-liner) .cta-body {
    width: 40%
}

@media (max-width:991px) {
    .cta-with-cards:not(.one-liner) .cta-body {
        width: 100%
    }
}

.cta-with-cards:not(.one-liner) .cta-cards {
    display: flex;
    flex-wrap: wrap;
    width: 60%
}

@media (max-width:991px) {
    .cta-with-cards:not(.one-liner) .cta-cards {
        width: 100%;
        margin-left: 0
    }
}

.cta-with-cards:not(.one-liner) .card-simple {
    width: calc(50% - 12px)
}

.cta-with-cards:not(.one-liner) .card-simple .card-title {
    font-weight: 400
}

@media (max-width:767px) {
    .cta-with-cards:not(.one-liner) .card-simple {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 20px
    }
}

@media (min-width:768px) {
    .cta-with-cards:not(.one-liner) .card-simple:not(:nth-of-type(2n)) {
        margin-right: 24px
    }

    .cta-with-cards:not(.one-liner) .card-simple:not(:nth-of-type(1)):not(:nth-of-type(2)) {
        margin-top: 24px
    }
}

@media (max-width:767px) {
    .cta-with-cards.mobile-center-align>.component-content {
        text-align: center
    }
}

@media (max-width:575px) {
    .cta-with-cards.mobile-center-align>.component-content {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:767px) {
    .cta-with-cards.mobile-center-align>.component-content .card-icon {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.cta-with-cards>.component-content {
    display: flex;
    padding: 40px
}

@media (max-width:991px) {
    .cta-with-cards>.component-content {
        flex-direction: column
    }
}

@media (max-width:575px) {
    .cta-with-cards>.component-content {
        padding: 50px 15px
    }
}

.cta-with-cards .cta-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px
}

@media (max-width:1439px) {
    .cta-with-cards .cta-title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .cta-with-cards .cta-title {
        font-size: 30px;
        line-height: 40px
    }
}

.cta-with-cards .cta-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

.cta-with-cards .simple-link a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #12225c;
    transition: color .2s;
    cursor: pointer
}

.cta-with-cards .simple-link a:hover {
    text-decoration: none;
    color: #0954b5
}

.cta-with-cards .simple-link-light a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: color .2s;
    cursor: pointer
}

.cta-with-cards .simple-link-light a:hover {
    text-decoration: none;
    color: #0954b5
}

@media (max-width:991px) {
    .cta-with-cards.cta-mobile-slider>.component-content {
        padding: 0 15px
    }

    .cta-with-cards.cta-mobile-slider .cta-cards {
        display: block;
        margin: 0 auto
    }

    .cta-with-cards.cta-mobile-slider .cta-cards .card-simple {
        display: flex !important;
        width: 100%;
        z-index: unset !important
    }

    .cta-with-cards.cta-mobile-slider .cta-cards .card-simple:not(.cycle-sentinel) {
        min-height: 100%
    }

    .cta-with-cards.cta-mobile-slider .cta-cards.card-list-column {
        margin: 20px 0
    }

    .cta-with-cards.cta-mobile-slider .cta-cards.card-list-column .card-simple {
        margin-bottom: 20px
    }

    .cta-with-cards.cta-mobile-slider .cta-cards.card-list-column .card-simple:last-of-type {
        margin-bottom: 0
    }

    .cta-with-cards.cta-mobile-slider .slider-pager:not(:empty) {
        margin: 30px auto 0
    }

    .cta-with-cards.cta-mobile-slider .slider-pager .pager {
        display: inline-block;
        width: 40px;
        height: 5px;
        background-color: #fff;
        border-radius: 5px;
        margin: 5px;
        transition: opacity .2s
    }

    .cta-with-cards.cta-mobile-slider .slider-pager .pager:not(.active) {
        opacity: .5
    }
}

.cta-with-cards.default {
    width: 100%
}

@media (max-width:991px) {
    .cta-with-cards.default .cta-cards.is-slider {
        scrollbar-width: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }

    .cta-with-cards.default .cta-cards.is-slider::-webkit-scrollbar {
        display: none
    }

    .cta-with-cards.default .cta-cards.is-slider::after {
        content: '';
        display: block;
        padding-left: 15px
    }

    .cta-with-cards.default .cta-cards.is-slider>div {
        flex-shrink: 0;
        scroll-snap-align: center
    }

    .cta-with-cards.default .cta-cards.is-slider>div {
        margin-right: 20px
    }
}

@media (max-width:768px) {
    .cta-with-cards.default .cta-cards.is-slider>div.cta-cards {
        display: none
    }
}

[class*=rounded-top-].cta-with-cards .card-simple {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.cta-with-cards .card-simple {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.cta-with-cards .card-simple {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.cta-with-cards .card-simple {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.cta-with-cards .card-simple {
        border-top-right-radius: 24px
    }
}

body.on-page-editor .cta-with-cards .cta-cards>div:not(.card-simple) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

body.on-page-editor .cta-with-cards:not(.one-liner) .card-simple:nth-child(3) {
    margin-top: 0
}

.cta-with-cards.dark>.component-content .arrow-link a {
    color: #fff
}

.cta-with-cards.dark>.component-content .arrow-link a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff
}

body.professional:not(.on-page-editor) .cta-with-cards {
    background-color: #191919
}

body.professional:not(.on-page-editor) .cta-with-cards+.section-title {
    margin-top: 100px
}

body.professional:not(.on-page-editor) .cta-with-cards>.component-content {
    background-color: transparent
}

body.professional:not(.on-page-editor) .cta-with-cards>.component-content .cta-cards {
    margin-left: 130px
}

body.professional:not(.on-page-editor) .cta-with-cards>.component-content .cta-cards .card-simple.card-simple-dark {
    background-color: transparent
}

@media (max-width:992px) {
    body.professional:not(.on-page-editor) .cta-with-cards {
        margin: 40px 0
    }

    body.professional:not(.on-page-editor) .cta-with-cards+.section-title {
        margin-top: 0
    }

    body.professional:not(.on-page-editor) .cta-with-cards>.component-content {
        padding: 0
    }

    body.professional:not(.on-page-editor) .cta-with-cards>.component-content .cta-cards {
        margin: 0
    }

    body.professional:not(.on-page-editor) .cta-with-cards>.component-content .cta-cards .card-simple.card-simple-dark {
        margin: 0;
        border: none;
        padding: 15px 0
    }
}