*,
::after,
::before,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: left;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-bottom: .5rem
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

.short-form__e-signature a,
.wysiwyg a,
a:hover {
    color: #000;
    text-decoration: underline
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .col--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
}

.col--short-form {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width:992px) {
    .col--short-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-wrapper .main-content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.page-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.75rem
}

@media (min-width:992px) {
    .page-title {
        margin-bottom: 50px;
        font-size: 2.75rem
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden !important;
    color: transparent !important;
    pointer-events: none !important
}

.input,
.select {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.input {
    padding-right: 20px
}

.input::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
    color: inherit
}

.input::-moz-placeholder,
.select::-moz-placeholder {
    color: inherit
}

.input::-ms-input-placeholder,
.select::-ms-input-placeholder {
    color: inherit
}

.input::placeholder,
.select::placeholder {
    color: inherit
}

.input:focus,
.select:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

.btn:focus:not(:focus-visible),
.input:focus:not(:focus-visible),
.select:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input:focus-visible,
.select:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

@media (min-width:768px) {

    .input,
    .select {
        font-size: 14px
    }
}

.select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 15px
}

.select::-ms-expand {
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.overlay__container {
    position: absolute;
    top: 50px;
    left: 5px;
    right: 5px;
    bottom: 50px;
    z-index: 1
}

.overlay__content {
    border-radius: 5px;
    padding: 10px 30px;
    max-width: 1000px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff
}

.overlay__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer
}

.overlay__close:after,
.overlay__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor
}

.overlay__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.overlay__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (max-width:767.98px) {
    .overlay__container {
        left: 0;
        right: 0;
        bottom: 0
    }

    .overlay__content {
        padding: 10px;
        border-radius: 0
    }

    .overlay__close,
    .overlay__close:before {
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        background-color: transparent
    }

    .overlay__close {
        height: 50px;
        text-align: center;
        background-color: rgba(0, 0, 0, .8);
        color: #000
    }

    .overlay__close:before {
        content: "Tap to Close";
        height: auto;
        font-size: 24px;
        line-height: 50px;
        color: #fff
    }

    .overlay__close:after {
        display: none
    }
}

html.js_popup_is_open,
html.js_popup_is_open body {
    position: relative;
    height: 100%;
    overflow: hidden
}

.page--form .main-content,
.page--form36 .main-content,
.page--fund .main-content,
.page--index .main-content,
.page--loan .main-content {
    margin: 0
}

@media (max-width:991.98px) {
    .page--privacy-policy .card {
        padding: 0;
        border-radius: 0;
        border: 0
    }
}

.svg-gradient-start {
    stop-color: #003381
}

.svg-gradient-stop {
    stop-color: #1949c2
}

.svg-fill {
    fill: #dbf2ff
}

.svg-stroke {
    stroke: #003381
}

.header {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    background: #fff2f2;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 64px
}

@media (min-width:768px) {
    .header__content {
        min-height: 79px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__navigation {
    display: none
}

@media (min-width:768px) {
    .header__navigation {
        display: block
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.header-nav__item+.header-nav__item {
    margin-left: 30px
}

.header-nav__item{
     font-size: 17px;
    color: #575a69;
    text-decoration: none;
    font-weight: bold;
}

.header-nav__link {
   font-size: 17px;
    color: #575a69;
    text-decoration: none;
    font-weight: bold;
}

@media (hover:hover) {
    .header-nav__link:hover {
        color: #000;
        text-decoration: underline
    }
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.logo:hover {
    color: #000;
    text-decoration: none
}

.logo--footer {
    color: #d5d5e8
}

.logo__txt {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

.icon {
    display: block
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
    min-height: 60px;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 12px;
    background-color: #003381;
    background-image: -webkit-gradient(linear, left top, right top, from(#003381), color-stop(33%, #003381), color-stop(66%, #1949c2), to(#1949c2));
    background-image: linear-gradient(90deg, #003381 0%, #003381 33%, #1949c2 66%, #1949c2 100%);
    background-size: 300% 100%;
    background-position: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer
}

@media (hover:hover) {
    .btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1949c2;
        background-position: left
    }
}

.btn:active {
    color: #fff;
    background-position: right
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

.btn:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

.btn:disabled {
    background-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.btn--cta,
.btn--outline,
.btn--white {
    min-width: 290px;
    border-radius: 50px
}

.btn--outline,
.btn--white {
    color: #003381;
    background-color: #fff;
    background-image: none
}

@media (hover:hover) {
    .btn--white:hover {
        color: #fff;
        background-color: #003381
    }
}

.btn--white:active {
    color: #fff;
    background-color: #001f4e
}

.btn--outline {
    border: 1px solid #003381;
    background-color: transparent
}

@media (hover:hover) {
    .btn--outline:hover {
        color: #fff;
        background-color: #003381
    }
}

.btn--outline:active {
    color: #fff;
    background-color: #001f4e
}

.entry {
    background-color: #003381
}

@media (min-width:1200px) {
    .entry {
        position: relative;
        background-color: #fff
    }

    .entry::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        display: block;
        background-color: #003381
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .entry {
        background-color: #003381
    }
}

.entry__content {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:1200px) {
    .entry__content {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: -webkit-min-content 1fr;
        grid-template-rows: min-content 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 780px
    }

    .entry__content .main-form {
        grid-row-start: 1;
        grid-column-start: 2;
        grid-row-end: -1;
        grid-column-end: auto
    }
}

.entry__bg {
    display: none
}

@media (min-width:1200px) {
    .entry__bg {
        position: relative;
        -ms-flex-item-align: start;
        align-self: start;
        display: block
    }

    .entry__bg svg {
        position: absolute;
        z-index: -1;
        top: 74px;
        right: 67px
    }
}

.entry-svg--rect {
    fill: #1949c2
}

.entry-svg--circle {
    fill: #dbf2ff
}

.entry__title {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 2.5rem;
    color: #fff;
    text-align: center
}

@media (min-width:1200px) {
    .entry__title {
        margin-top: 0;
        font-weight: 900;
        font-size: 5.25rem;
        text-align: left
    }
}

.entry__title-small {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 1.5rem
}

@media (min-width:1200px) {
    .entry__title-small {
        font-size: 2.625rem
    }
}

.entry__subtitle {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

@media (min-width:1200px) {
    .entry__subtitle {
        display: none
    }
}

.navigation {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #575a69
}

@media (min-width:768px) {
    .navigation {
        margin-top: 60px;
        margin-bottom: 60px;
        background-color: transparent
    }
}

.navigation__content {
    padding-top: 36px;
    padding-bottom: 36px
}

@media (min-width:768px) {
    .navigation__content {
        padding: 48px;
        border-radius: 12px;
        background-color: #575a69
    }
}

.nav,
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:768px) {
    .nav__list {
        gap: 20px 50px
    }
}

.nav__item {
    width: 45%
}

@media (min-width:768px) {
    .nav__item {
        width: auto
    }
}

.nav__link {
    font-size: 1rem;
    color: #fff;
    text-decoration: none
}

.nav__link--active {
    text-decoration: underline
}

@media (hover:hover) {
    .nav__link:hover {
        color: #fff;
        text-decoration: underline
    }
}

.nav__link--active,
[data-jsw-current-page] {
    pointer-events: none
}

@media (min-width:768px) {
    [data-jsw-current-page] {
        text-decoration: underline
    }
}

.benefits {
    background-color: #efeff6
}

.benefits__list {
    display: block;
    margin: 0;
    padding: 30px 0;
    list-style: none
}

@media (min-width:992px) {
    .benefits__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.benefits__item:last-of-type {
    margin-bottom: 0
}

@media (min-width:992px) {
    .benefits__item {
        margin-bottom: 0
    }
}

.benefits__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 24px;
    width: 60px;
    height: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#003381), to(#1949c2));
    background-image: linear-gradient(90deg, #003381 0%, #1949c2 100%);
    border-radius: 50px
}

.benefits__title {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem
}

@media (min-width:768px) {
    .benefits__title {
        font-size: 1.375rem
    }
}

.features {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .features {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.features-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.features-list__item {
    margin-bottom: 30px
}

.features-list__item:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .features-list__item {
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        -webkit-column-gap: 38px;
        -moz-column-gap: 38px;
        column-gap: 38px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.features-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    margin-bottom: 10px;
    background-color: #dbf2ff
}

@media (min-width:992px) {
    .features-list__img {
        padding: 64px;
        margin-bottom: 0;
        border-radius: 12px
    }
}

.features-list__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 1.5rem
}

@media (min-width:992px) {
    .features-list__title {
        margin-bottom: 26px;
        font-size: 2.625rem
    }
}

.features-list__desc {
    font-size: 1rem;
    color: #575a69
}

.cta {
    margin-top: 15px;
    margin-bottom: 15px
}

.cta__content {
    padding: 48px 16px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background-color: #1949c2
}

@media (min-width:992px) {
    .cta--lender .cta__content {
        display: grid;
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding: 80px 60px;
        text-align: left
    }
}

.cta__title {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 2.5rem
}

@media (min-width:992px) {
    .cta__title {
        font-weight: 900;
        font-size: 5.25rem
    }
}

.cta__subtitle {
    margin-top: -24px;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 1.5rem
}

@media (min-width:992px) {
    .cta__subtitle {
        margin-bottom: 0;
        font-size: 2.625rem
    }
}

.cta__btn,
.star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cta__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cta .btn {
    min-width: 260px;
    max-width: 350px;
    width: 100%
}

.star-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    margin: 15px 0;
    gap: 24px;
    list-style: none;
    border-radius: 12px;
    background-color: #dbf2ff
}

@media (min-width:768px) {
    .star-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 24px
    }
}

.star-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.star-list__img {
    display: block;
    width: 21px;
    height: 20px
}

.star-list__text {
    font-weight: 800;
    font-size: 1rem
}

.clients-satisfied,
.clients-satisfied-wrap {
    background-color: #efeff6
}

.clients-satisfied {
    margin-top: 45px
}

@media (min-width:1200px) {
    .clients-satisfied {
        max-width: 1920px;
        margin: 90px auto 50px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        background-image: url(../images/backgrounds/clients-satisfied--desktop.jpg)
    }
}

@media (min-width:1200px) and (min-device-pixel-ratio:1.5),
(min-width:1200px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1200px) and (min-resolution:144dpi) {
    .clients-satisfied {
        background-image: url(../images/backgrounds/clients-satisfied--desktop@2x.jpg)
    }
}

@media (min-width:2000px) {
    .clients-satisfied {
        background-image: url(../images/backgrounds/clients-satisfied--desktop@2x.jpg)
    }
}

.clients-satisfied .container {
    position: relative
}

.clients-satisfied__content {
    padding-top: 60px;
    text-align: center
}

@media (min-width:1200px) {
    .clients-satisfied__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        min-height: 360px;
        text-align: left
    }
}

@media (min-width:1300px) {
    .clients-satisfied__content {
        min-height: 400px
    }
}

@media (min-width:1600px) {
    .clients-satisfied__content {
        min-height: 500px
    }
}

@media (min-width:1900px) {
    .clients-satisfied__content {
        min-height: 600px
    }
}

.clients-satisfied__quote,
.swiper-pagination-bullet-active::after {
    display: block;
    width: 68px;
    height: 59px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -34px
}

@media (min-width:768px) {
    .clients-satisfied__quote {
        left: 15px;
        margin-left: 0
    }
}

.clients-satisfied__title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 1.5rem;
    color: #003381
}

@media (min-width:768px) {
    .clients-satisfied__title {
        font-size: 2.625rem
    }
}

.clients-satisfied__subtitle {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.25rem
}

@media (min-width:768px) {
    .clients-satisfied__subtitle {
        margin-bottom: 24px;
        font-size: 1.75rem
    }
}

.clients-satisfied__desc {
    padding-bottom: 24px;
    font-size: 1.125rem
}

@media (min-width:768px) {
    .clients-satisfied__desc {
        font-size: 1.25rem
    }
}

.clients-satisfied__bg {
    display: block;
    padding-bottom: 63.125%;
    background-color: #bfb7b4;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/backgrounds/clients-satisfied--mobile.jpg)
}

@media (min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .clients-satisfied__bg {
        background-image: url(../images/backgrounds/clients-satisfied--mobile@2x.jpg)
    }
}

@media (min-width:768px) {
    .clients-satisfied__bg {
        background-image: url(../images/backgrounds/clients-satisfied--desktop.jpg)
    }
}

@media (min-width:768px) and (min-device-pixel-ratio:1.5),
(min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:768px) and (min-resolution:144dpi) {
    .clients-satisfied__bg {
        background-image: url(../images/backgrounds/clients-satisfied--desktop@2x.jpg)
    }
}

@media (min-width:1200px) {
    .clients-satisfied__bg {
        display: none
    }
}

.simple-steps {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #dbf2ff
}

@media (min-width:992px) {
    .simple-steps {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 0;
        background-color: #fff
    }
}

.simple-steps__content {
    text-align: center
}

@media (min-width:992px) {
    .simple-steps__content {
        padding: 40px;
        border-radius: 12px;
        background-color: #dbf2ff
    }
}

.simple-steps__title {
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 1.5rem
}

@media (min-width:992px) {
    .simple-steps__title {
        margin-bottom: 50px;
        font-size: 2.625rem
    }
}

.simple-steps__slider {
    padding-bottom: 60px
}

@media (min-width:992px) {
    .simple-steps__slider {
        padding-bottom: 90px;
        max-width: 460px
    }
}

.simple-steps__slider-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-steps__slider .swiper-pagination {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .simple-steps__slider .swiper-pagination {
        bottom: 35px
    }
}

.swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 25px;
    background-color: rgba(25, 73, 194, .2);
    opacity: 1
}

.swiper-pagination-bullet-active {
    position: relative
}

.swiper-pagination-bullet-active::after {
    content: "";
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 25px;
    background-color: #003381
}

.simple-steps-fill {
    fill: #1949c2
}

.simple-steps-fill--primary {
    fill: #003381
}

.simple-steps-stroke {
    stroke: #1949c2
}

.simple-steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
    list-style: none
}

@media (min-width:1200px) {
    .simple-steps-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px
    }

    .simple-steps-list__item {
        width: 30%
    }
}

.simple-steps-list__title {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.25rem
}

@media (min-width:1200px) {
    .simple-steps-list__title {
        font-weight: 800;
        font-size: 1rem
    }
}

.simple-steps-list__text {
    font-weight: 400;
    font-size: 1rem
}

.short-faq {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width:992px) {
    .short-faq {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.short-faq__title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center
}

@media (min-width:992px) {
    .short-faq__title {
        margin-bottom: 50px;
        font-size: 2.625rem
    }
}

.short-faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

@media (min-width:992px) {
    .short-faq-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 38px;
        margin-bottom: 36px
    }
}

.short-faq-list__item {
    padding: 12px;
    border-radius: 12px;
    background-color: #efeff6
}

@media (min-width:992px) {
    .short-faq-list__item {
        width: 30%;
        padding: 36px
    }
}

.short-faq-list__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .short-faq-list__title {
        font-size: 1.375rem
    }
}

.short-faq-list__text {
    font-size: 1rem;
    color: #575a69
}

.footer__disclosures {
    margin-top: 36px;
    margin-bottom: 36px
}

@media (min-width:992px) {
    .footer__disclosures {
        margin-top: 60px;
        margin-bottom: 60px
    }
}


.footer-copyright__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-copyright__content>*+* {
    margin-top: 20px
}

@media (min-width:992px) {
    .footer-copyright__content>*+* {
        margin-top: 0
    }

    .footer-copyright__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.disclosures {
    font-size: 1rem
}

@media (min-width:992px) {
    .disclosures {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.disclosures p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000
}

.disclosures p strong {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000
}

.copyright {
    font-size: .875rem;
    text-align: center;
    color: #000;
}

.main-content {
    margin-top: 25px
}

@media (min-width:768px) {
    .main-content {
        margin-top: 50px
    }
}

.short-form {
    max-width: 380px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .short-form {
        position: sticky;
        top: 30px;
        margin-bottom: 0
    }
}

.short-form__header {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.5;
    color: #030f23;
    text-align: center
}

@media (min-width:768px) {
    .short-form__header {
        font-size: 1.5rem
    }
}

.short-form__row {
    margin-bottom: 20px
}

.short-form__row:last-child {
    margin-bottom: 0
}

.short-form .btn {
    width: 100%
}

.short-form__e-signature {
    font-size: .75rem;
    color: #030f23
}

@media (hover:hover) {
    .short-form__e-signature a:hover {
        text-decoration: none
    }
}

.short-form__ssl-logo {
    text-align: center
}

.wysiwyg {
    color: #000;
    font-size: 1rem;
    line-height: 1.4
}

.wysiwyg :first-child {
    margin-top: 0
}

.wysiwyg :last-child {
    margin-bottom: 0
}

.wysiwyg .page_title {
    display: none
}

.wysiwyg .h1,
.wysiwyg .h2,
.wysiwyg .h3,
.wysiwyg .h4,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    font-weight: 700;
    color: #030f23
}

.wysiwyg .h1,
.wysiwyg h1 {
    margin-top: .67em;
    margin-bottom: .67em;
    font-size: 2rem
}

.wysiwyg .h2,
.wysiwyg h2 {
    margin-top: .83em;
    margin-bottom: .83em;
    font-size: 1.5rem
}

.wysiwyg .h3,
.wysiwyg h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.17rem
}

.wysiwyg .h4,
.wysiwyg h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size: 1rem
}

.wysiwyg p {
    color: currentColor
}

@media (hover:hover) {
    .wysiwyg a:hover {
        text-decoration: none
    }
}

.wysiwyg table {
    border-collapse: collapse;
    border-spacing: 0
}

.wysiwyg td span,
.wysiwyg th span {
    display: inline-block;
    word-break: break-word
}

.wysiwyg th {
    padding: 5px;
    font-weight: 400;
    font-size: .75rem;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: #1949c2;
    vertical-align: middle
}

@media (min-width:576px) {
    .wysiwyg th {
        padding: 10px
    }
}

.wysiwyg td {
    padding: 5px;
    word-break: break-word;
    vertical-align: top;
    border: 1px solid #ccc;
    background-color: #f2f2f2
}

.wysiwyg ol,
.wysiwyg ul {
    padding-left: 40px
}

.wysiwyg ol {
    list-style: decimal outside
}

.wysiwyg ul {
    list-style: disc outside
}

.wysiwyg li,
.wysiwyg p,
.wysiwyg table {
    margin-top: 1em;
    margin-bottom: 1em
}

.card {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
    background-color: #fff
}

@media (min-width:768px) {
    .card {
        padding: 40px
    }
}

.card+.card {
    margin-top: 30px
}

@media (max-width:991.98px) {

    .jsf-popup .card,
    .jsw-popup .card,
    .page--privacy-policy .card {
        padding: 0;
        border-radius: 0;
        border: 0
    }
}

.form-benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 48px auto 0;
    max-width: 540px;
    list-style: none
}

@media (min-width:992px) {
    .form-benefits-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: initial
    }
}

.fbli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .fbli {
        gap: 12px;
        padding: 6px 12px;
        border: 1px solid #d0c9c6;
        border-radius: 6px;
        background-color: #f6f6f6
    }
}

.fbli__icon--mobile {
    display: block;
    width: 16px;
    height: 16px
}

@media (min-width:768px) {
    .fbli__icon--mobile {
        display: none
    }
}

.fbli__icon--desktop {
    display: none;
    width: 48px;
    height: 48px
}

@media (min-width:768px) {
    .fbli__icon--desktop {
        display: block
    }
}
.fbli__text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #0a2540
}

.form-benefits-fill {
    fill: #003381
}