.cta-disclosure a,.section-faq-cx a {
    color: #0027b3;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.cta-disclosure a:link,.section-faq-cx a:link,.cta-disclosure a:focus,.section-faq-cx a:focus,.cta-disclosure a:active,.section-faq-cx a:active,.cta-disclosure a:visited,.section-faq-cx a:visited {
    color: #0027b3
}

.cta-disclosure a:hover,.section-faq-cx a:hover {
    color: #0038df
}

.cta-disclosure a:hover,.section-faq-cx a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-faq-cx {
    margin: 40px 0
}

.section-faq-cx h2 {
    color: #000;
    margin: 0 0 40px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height)
}

.section-faq-cx h3 {
    color: #000;
    margin: 0 0 32px;
    font-family: var(--font-family-invest-pro);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.section-faq-cx details {
    padding: 0;
    border-top: 1px solid #f1f4f7
}

.section-faq-cx details:last-of-type {
    border-bottom: 1px solid #f1f4f7
}

.section-faq-cx summary {
    color: #516880;
    cursor: pointer;
    padding: 20px 30px 20px 0;
    position: relative;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.section-faq-cx summary::after {
    top: 29px;
    right: 0;
    color: #516880;
    display: block;
    content: "⌃";
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 0;
    pointer-events: none
}

.section-faq-cx details[open]>summary {
    color: #000;
    padding-bottom: 10px
}

.section-faq-cx details[open]>summary::after {
    top: 35px;
    color: #000;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.section-faq-cx details[open] p,.section-faq-cx details[open] ol,.section-faq-cx details[open] ul {
    color: #516880
}

.section-faq-cx summary::-webkit-details-marker,.section-faq-cx summary::marker {
    display: none;
    content: ""
}

.section-faq-cx p,.section-faq-cx ol,.section-faq-cx ul {
    color: #516880;
    margin: 0 0 20px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-faq-cx ol li+li,.section-faq-cx ul li+li {
    margin-top: 8px
}

.section-faq-cx .span-cx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fafafa;
    margin-top: 40px;
    padding-top: 40px
}

.section-faq-cx .span-cx h4 {
    margin: 0;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.section-faq-cx .span-cx svg {
    height: auto !important
}

.section-faq-cx .span-content {
    padding: 0 24px
}

.section-faq-cx .span-animation {
    padding: 0 24px
}

.section-faq-cx .span-button {
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid #f1f4f7
}

.section-faq-cx .span-button a {
    color: #0038ff;
    display: block;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-faq-cx .span-button a:link,.section-faq-cx .span-button a:focus,.section-faq-cx .span-button a:active,.section-faq-cx .span-button a:visited {
    color: #0038ff
}

.section-faq-cx .span-button a:hover {
    color: #0000d3
}

.section-faq-cx .span-button a .svg-icon {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-faq-cx.type-faq-cards p,.section-faq-cx.type-faq-cards ol,.section-faq-cx.type-faq-cards ul {
    color: #516880;
    font-size: 14px;
    line-height: 157.1428571429%
}

.section-faq-cx.type-faq-cards .h3 {
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    text-align: center
}

.section-faq-cx .card {
    border: 1px solid #f1f4f7;
    padding: 32px 32px 28px;
    margin-bottom: 32px;
    border-radius: 6px
}

@media(min-width: 720px) {
    .section-faq-cx {
        margin:100px 0
    }

    .section-faq-cx .span-cx {
        padding: 0;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto
    }

    .section-faq-cx .span-content {
        width: calc(100% - 375px);
        padding-top: 36px
    }

    .section-faq-cx .span-animation {
        width: 375px;
        height: 185px;
        overflow: hidden;
        font-size: 0
    }
}

@media(min-width: 1000px) {
    .section-faq-cx .span-cards {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .section-faq-cx .card {
        width: 33.3333333333%;
        max-width: calc(33.3333333333% - 12px)
    }
}

.section-faq-cx~.section-faq,.section-faq-cx~.section-support {
    display: none
}

.section-cta-title-button {
    padding: 80px 0 0;
    text-align: center;
    background: -webkit-linear-gradient(254deg, #02052a 26.47%, #040509 46.33%);
    background: -o-linear-gradient(254deg, #02052a 26.47%, #040509 46.33%);
    background: linear-gradient(196deg, #02052a 26.47%, #040509 46.33%);
    overflow: hidden
}

.section-cta-title-button h2 {
    color: #fff;
    margin: 0 0 32px;
    text-align: center;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.section-cta-title-button h2 span {
    color: #4d74ff
}

.section-cta-title-button h2 sup {
    top: 0;
    font-size: 50%;
    vertical-align: super
}

.section-cta-title-button .span-content a {
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    padding: 16px 64px;
    border-radius: 100px;
    background: #0038ff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,56,255,.89);
    box-shadow: 0px 0px 60px 0px rgba(0,56,255,.89);
    backdrop-filter: blur(4px);
    -webkit-transition: -webkit-box-shadow 2s ease-in-out;
    transition: -webkit-box-shadow 2s ease-in-out;
    -o-transition: box-shadow 2s ease-in-out;
    transition: box-shadow 2s ease-in-out;
    transition: box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out
}

.section-cta-title-button .span-content a:hover {
    -webkit-animation: pulsate 2s infinite;
    -o-animation: pulsate 2s infinite;
    animation: pulsate 2s infinite
}

.section-cta-title-button .span-media {
    left: -16px;
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-top: 100px
}

.section-cta-title-button img {
    left: -30vw;
    width: 120vw;
    margin: 0;
    position: relative;
    max-width: none;
    max-width: initial
}

@media(min-width: 750px) {
    .section-cta-title-button .span-media {
        left:auto;
        width: 100%;
        padding-top: 45px
    }

    .section-cta-title-button img {
        left: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 880px
    }

    .section-cta-title-button div.image {
        height: 450px;
        overflow: hidden
    }
}

@media(min-width: 1000px) {
    .section-cta-title-button h2 {
        margin:0 0 44px;
        line-height: 58px
    }

    .section-cta-title-button .span-media {
        padding-top: 60px
    }

    .section-cta-title-button div.image {
        height: 420px
    }
}

@media(min-width: 1200px) {
    .section-cta-title-button {
        padding:96px 0 0
    }

    .section-cta-title-button h2 sup {
        font-size: 35%;
        margin-left: 2px
    }

    .section-cta-title-button img {
        max-width: 1040px;
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -o-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    .section-cta-title-button div.image {
        height: 510px
    }
}

.cta-disclosure {
    padding: 60px 0;
    background: #fafafa
}

.cta-disclosure p {
    color: #516880;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 150%
}

.cta-disclosure a {
    font-weight: 500
}

.cta-disclosure b,.cta-disclosure strong {
    font-weight: 500
}

@-webkit-keyframes pulsate {
    0%,100% {
        -webkit-box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        -webkit-box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}

@-o-keyframes pulsate {
    0%,100% {
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}

@keyframes pulsate {
    0%,100% {
        -webkit-box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        -webkit-box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}
