.cta-bar {
    width: 100%;
    padding: 30px
}

[class*=rounded-top-].cta-bar {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.cta-bar {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.cta-bar {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.cta-bar {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.cta-bar {
        border-top-right-radius: 24px
    }
}

@media (max-width:768px) {
    .cta-bar {
        padding: 30px 15px
    }
}

.cta-bar>.component-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    .cta-bar>.component-content {
        flex-direction: column;
        text-align: center
    }
}

.cta-bar .field-ctabarsubtitle {
    font-size: 16px;
    line-height: 22px
}

.cta-bar .field-ctabarsubtitle:not(:empty) {
    margin-top: 10px
}

.cta-bar .arrow-link,
.cta-bar .button {
    flex-shrink: 0;
    margin-left: 20px
}

@media (max-width:992px) {

    .cta-bar .arrow-link,
    .cta-bar .button {
        margin-left: 0;
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .cta-bar.cta-bar-vertical {
        padding: 30px
    }
}

.cta-bar.cta-bar-vertical>.component-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

@media (max-width:768px) {
    .cta-bar.cta-bar-vertical>.component-content {
        justify-content: flex-start
    }
}

.cta-bar.cta-bar-vertical .field-ctabartitle {
    font-size: 30px;
    line-height: 40px
}

@media (max-width:1439px) {
    .cta-bar.cta-bar-vertical .field-ctabartitle {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:767px) {
    .cta-bar.cta-bar-vertical .field-ctabartitle {
        font-size: 27px;
        line-height: 40px
    }
}

@media (max-width:768px) {
    .cta-bar.cta-bar-vertical .field-ctabartitle {
        margin-bottom: 20px
    }
}

.cta-bar.cta-bar-vertical .arrow-link,
.cta-bar.cta-bar-vertical .button {
    margin-left: 0
}

.cta-bar.content-vertical-middle>.component-content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media (max-width:768px) {
    .cta-bar.content-vertical-middle>.component-content {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: auto
    }
}

#tutorial-page-content .cta-bar {
    flex-basis: 280px;
    width: 280px;
    align-self: flex-start
}

@media (max-width:991px) {
    #tutorial-page-content .cta-bar {
        order: 5;
        flex-basis: 100%;
        width: 100%
    }
}

.cta-bar-solid {
    background-color: #12225c
}

.cta-bar-solid .field-ctabartitle {
    font-size: 24px;
    line-height: 30px
}

.cta-bar-image {
    position: relative;
    overflow: hidden
}

.cta-bar-image .field-ctabartitle {
    font-size: 24px;
    line-height: 30px
}

.cta-bar-image>div>div {
    position: relative;
    z-index: 1
}

.cta-bar-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

@media (max-width:768px) {
    .cta-bar-image img {
        min-height: auto;
        height: 100%
    }
}

@media (max-width:768px) {
    .cta-bar-image.text-left {
        padding: 25px 15px
    }

    .cta-bar-image.text-left .field-ctabartitle {
        font-size: 18px;
        line-height: 25px;
        text-align: left
    }

    .cta-bar-image.text-left .field-ctabarsubtitle {
        text-align: left
    }
}

body.on-page-editor .cta-bar-image img {
    position: static;
    transform: none;
    opacity: 1;
    max-width: 400px;
    height: auto;
    min-width: 0;
    min-height: 0
}

.cta-bar-transparent {
    background: 0 0;
    color: #12225c;
    border: 1px solid currentColor
}

.cta-bar-transparent .field-ctabarsubtitle,
.cta-bar-transparent .field-ctabartitle {
    color: currentColor
}

.cta-bar.cta-bar-vertical.content-vertical-middle .button a.button {
    margin: 0
}

.cta-container {
    margin: 10px auto 80px auto
}

.cta-container>.component-content>.row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -13px;
    margin-right: -13px
}

@media (max-width:768px) {
    .cta-container>.component-content>.row {
        flex-direction: column;
        margin: 0
    }
}

.cta-container>.component-content>.row>.cta-bar {
    max-width: 384px;
    flex: 1;
    padding: 0 13px;
    border-right: 1px solid currentColor;
    border-radius: 0;
    background-color: transparent
}

@media (max-width:768px) {
    .cta-container>.component-content>.row>.cta-bar {
        max-width: 100%;
        padding: 24px 0;
        border-right: none;
        border-bottom: 1px solid currentColor
    }

    .cta-container>.component-content>.row>.cta-bar:last-child {
        border-bottom: none;
        border-right: none
    }
}

.cta-container>.component-content>.row>.cta-bar:last-child {
    border-bottom: none;
    border-right: none
}

@media (max-width:768px) {
    .cta-container>.component-content>.row>.cta-bar:last-child {
        border-bottom: none;
        border-right: none
    }
}

.cta-container>.component-content>.row>.cta-bar>.component-content {
    align-items: center;
    text-align: center
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons {
    align-self: stretch;
    margin-top: 60px
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 65%;
    width: 1px
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons>.component-content {
    flex-direction: column;
    text-align: center;
    height: 100%
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .cta-bar-icon {
    width: 100%
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .cta-bar-icon img {
    max-width: 80px;
    margin-bottom: 10px
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .cta-bar-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

body.on-page-editor .cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .cta-bar-content {
    height: auto
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .field-ctabartitle {
    font-size: 24px;
    line-height: 30px
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .arrow-link,
.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .button {
    margin-left: 0
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons:last-child:after {
    width: 0
}

@media (max-width:768px) {
    .cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons {
        margin-top: 0
    }

    .cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons:after {
        width: 0
    }
}

.surface-one-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons),
.surface-three-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons),
.white-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons) {
    color: #12225c;
    border-right: 1px solid currentColor
}

@media (max-width:768px) {

    .surface-one-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons),
    .surface-three-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons),
    .white-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons) {
        border-right: none;
        border-bottom: 1px solid currentColor
    }
}

.surface-one-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child,
.surface-three-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child,
.white-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child {
    border-bottom: none;
    border-right: none
}

@media (max-width:768px) {

    .surface-one-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child,
    .surface-three-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child,
    .white-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons):last-child {
        border-bottom: none;
        border-right: none
    }
}

.surface-one-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons) div.button.button-solid.button-teritary a[href^="tel:"],
.surface-three-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons) div.button.button-solid.button-teritary a[href^="tel:"],
.white-background .cta-container>.component-content>.row>.cta-bar:not(.cta-bar-vertical.with-icons) div.button.button-solid.button-teritary a[href^="tel:"] {
    color: #12225c
}

.surface-one-background .cta-container .cta-bar-vertical.with-icons *,
.surface-three-background .cta-container .cta-bar-vertical.with-icons *,
.white-background .cta-container .cta-bar-vertical.with-icons * {
    color: #12225c
}

.surface-one-background .cta-container .cta-bar-vertical.with-icons:after,
.surface-three-background .cta-container .cta-bar-vertical.with-icons:after,
.white-background .cta-container .cta-bar-vertical.with-icons:after {
    background: #12225c !important
}

.body.on-page-editor .surface-one-background .cta-container .cta-bar-vertical.with-icons *,
.body.on-page-editor .surface-three-background .cta-container .cta-bar-vertical.with-icons *,
.body.on-page-editor .white-background .cta-container .cta-bar-vertical.with-icons * {
    color: #12225c
}

.body.on-page-editor .surface-one-background .cta-container .cta-bar-vertical.with-icons:after,
.body.on-page-editor .surface-three-background .cta-container .cta-bar-vertical.with-icons:after,
.body.on-page-editor .white-background .cta-container .cta-bar-vertical.with-icons:after {
    background: #12225c
}

.body.on-page-editor .primary-blue-background .cta-bar-vertical.with-icons * {
    color: #fff
}

.body.on-page-editor .primary-blue-background .cta-bar-vertical.with-icons:after {
    background: #fff
}

.cta-bar {
    color: #fff;
    border-radius: 10px
}

.cta-bar.cta-bar-vertical>.component-content>div>p:not([class]) {
    font-size: 18px;
    line-height: 28px
}

.cta-bar.cta-bar-vertical .arrow-link,
.cta-bar.cta-bar-vertical .button {
    margin-top: 40px
}

body.professional:not(.on-page-editor) .cta-bar.cta-bar-transparent {
    background: 0 0;
    border: 1px solid #fff
}

body.professional:not(.on-page-editor) .cta-bar.cta-bar-transparent .field-ctabarsubtitle,
body.professional:not(.on-page-editor) .cta-bar.cta-bar-transparent .field-ctabartitle {
    color: #fff
}

.cta-bar-image {
    background: #11377c;
    background: linear-gradient(225deg, #11377c 0, #1e95cb 100%)
}

.cta-bar-image img {
    opacity: .1
}

.cta-container>.component-content>.row>.cta-bar>.component-content div.button.button-solid.button-teritary {
    margin-top: 16px
}

.cta-container>.component-content>.row>.cta-bar>.component-content div.button.button-solid.button-teritary a {
    background-color: #fe710d;
    color: #fff
}

.cta-container>.component-content>.row>.cta-bar>.component-content div.button.button-solid.button-teritary a[href^="tel:"] {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons {
    border-right: 0 none !important
}

.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .arrow-link,
.cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .button {
    margin-top: 40px
}

@media (max-width:768px) {
    .cta-container>.component-content>.row>.cta-bar.cta-bar-vertical.with-icons .cta-bar-icon {
        display: none
    }
}