@-webkit-keyframes rotate-first {
0% {
opacity:1;
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
99% {
opacity:1
}
to {
opacity:0;
-webkit-transform:rotate(495deg);
transform:rotate(495deg)
}
}
@keyframes rotate-first {
0% {
opacity:1;
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
99% {
opacity:1
}
to {
opacity:0;
-webkit-transform:rotate(495deg);
transform:rotate(495deg)
}
}
@-webkit-keyframes rotate-second {
0%, 99% {
opacity:1
}
50% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
to {
opacity:0;
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
}
@keyframes rotate-second {
0%, 99% {
opacity:1
}
50% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
to {
opacity:0;
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
}
@-webkit-keyframes mask {
0%, 49% {
opacity:0
}
50%, to {
opacity:1
}
}
@keyframes mask {
0%, 49% {
opacity:0
}
50%, to {
opacity:1
}
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	line-height: 1.15
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: "Jost", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[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
}
.features__item p, 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: #006281;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #002835;
	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.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
}
.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.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	-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
}
.visually-hidden {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	border: 0!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	overflow: hidden!important;
	color: transparent!important;
	pointer-events: none!important
}
.svg {
	vertical-align: top
}
.input, .select {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border-radius: 4px;
	border: 1px solid #bababa;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	color: #30323d;
	-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
}
.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--index .h2 {
	margin-bottom: 12px;
	font-size: 1.5rem;
	line-height: 1.17;
	font-weight: 800
}

@media (min-width:768px) {
.page--index .h2 {
	font-size: 2.625rem;
	line-height: 1.1
}
}
.page--index .h2::after {
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #19a4c2
}

@media (min-width:768px) {
.page--index .h2--align-left::after {
	margin-left: 0
}
}
.page--index .h2--white {
	color: #fff
}
.page--index .h2--white::after {
	background-color: #fff
}
.page--index .h3 {
	font-size: .875rem;
	line-height: 1.43;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase
}
.page--index .h4 {
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: 600
}
.page--index .h4:not(:first-child) {
	margin-top: 24px
}
.page--index .h4:not(:last-child) {
	margin-bottom: 12px
}
.page--index .header {
	border-bottom: none
}
.page--index .main-content {
	padding: 0
}
.page--form .header__caption {
	margin-right: 0;
	padding-right: 0
}
.page--form .header__caption::after, .page--loan-form .header__caption::after {
	display: none
}
.page--form .main-content {
	margin-bottom: 40px;
	padding: 0
}
.page--loan-form .header__caption {
	margin-right: 0;
	padding-right: 0
}

@media (max-width:991.98px) {
.page--privacy-policy .card {
	padding: 0;
	border-radius: 0;
	border: 0
}
}
.header {
	display: block;
	border-bottom: 1px solid #bababa;
	background-color: #fff
}
.header__navigation {
	display: none
}

@media (min-width:992px) {
.header__navigation {
	display: block
}
}
.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;
	min-height: 65px;
	padding-top: 5px;
	padding-bottom: 5px
}

@media (min-width:768px) {
.header__content {
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
.header__caption {
	position: relative;
	display: none;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 0;
	padding-right: 30px;
	font-size: .875rem
}

@media (min-width:992px) {
.header__caption {
	display: block
}
}
.header__caption::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 50px;
	border-right: 1px solid #d5d5e8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #30323d
}
.logo:hover {
	color: #30323d;
	text-decoration: none
}
.logo--footer {
	color: #d5d5e8
}
.logo__txt {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis
}
.icon {
	display: block
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 234px;
	min-height: 60px;
	padding: 10px;
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.25;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: 0;
	border-radius: 6px;
	background-color: #006281;
	-webkit-transition: .1s;
	transition: .1s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (hover:hover) {
.btn:hover {
	color: #30323d;
	background-color: #19a4c2;
	text-decoration: none
}
}
.btn:active {
	color: #fff;
	background-color: #006281
}
.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:not(:focus-visible) {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.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--white, .btn--white:active {
	color: #006281;
	background-color: #fff
}

@media (min-width:420px) {
.btn--wide {
	min-width: 354px
}
}
.btn--header {
	display: none;
	min-width: 162px;
	min-height: 50px;
	margin: 0;
	padding: 13px 16px;
	color: #30323d;
	background-color: #fff;
	border: 2px solid #006281;
	border-radius: 8px
}

@media (hover:hover) {
.btn--header:hover {
	border-color: #19a4c2
}
}
.btn--header:active {
	border-color: #006281
}

@media (min-width:768px) {
.btn--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}
}

@media (min-width:992px) {
.btn--header {
	margin-left: 0
}
}
.entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: calc(100vh - 65px);
	background-attachment: fixed;
	background-color: #426ab8;
	background-repeat: no-repeat;
	background-size: 420px;
	background-position: top center;
	background-image: linear-gradient(rgba(108,125,158,0) 945px, #0f192c 1095px), url(../images/backgrounds/entry-bg--mobile.jpg)
}

@media (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
.entry {
	background-image: linear-gradient(rgba(108,125,158,0) 945px, #0f192c 1095px), url(../images/backgrounds/entry-bg--mobile@2x.jpg)
}
}

@media (min-width:420px) {
.entry {
	background-size: 768px;
	background-image: linear-gradient(rgba(108,125,158,0) 1040px, #0f192c 1190px), url(../images/backgrounds/entry-bg--tablet.jpg)
}
}

@media (min-width:420px) and (min-device-pixel-ratio:1.5), (min-width:420px) and (-webkit-min-device-pixel-ratio:1.5), (min-width:420px) and (min-resolution:144dpi) {
.entry {
	background-image: linear-gradient(rgba(108,125,158,0) 1040px, #0f192c 1190px), url(../images/backgrounds/entry-bg--tablet@2x.jpg)
}
}

@media (min-width:768px) {
.entry {
	min-height: 780px;
	background-size: 1920px;
	background-image: linear-gradient(rgba(108,125,158,0) 1040px, #0f192c 1190px), url(../images/backgrounds/entry-bg--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) {
.entry {
	background-image: linear-gradient(rgba(108,125,158,0) 1040px, #0f192c 1190px), url(../images/backgrounds/entry-bg--desktop@2x.jpg)
}
}

@media (min-width:1920px) {
.entry {
	background-size: cover;
	background-image: url(../images/backgrounds/entry-bg--desktop@2x.jpg)
}
}
.entry__content {
	padding-top: 26px;
	padding-bottom: 26px;
	text-align: center
}

@media (min-width:992px) {
.entry__content {
	/* display: flex; */
	grid-template-areas: "caption form" "title   form" "icons   form" ".       form";
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content;
	grid-template-columns: 1fr 540px;
	grid-column-gap: 20px;
	-ms-flex-line-pack: center;
	align-content: center;
	justify-content: center;
	height: 100%;
}
}

@media (min-width:1200px) {
.entry__content {
	grid-column-gap: 80px
}
}
.entry__caption {
	margin-bottom: 17px;
	color: #fff;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.43;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase
}
@supports (display:grid) {
@media (min-width:992px) {
.entry__caption {
grid-area:caption;
-ms-flex-item-align:end;
align-self:end;
margin-top:37px;
margin-bottom:0;
text-align:center;
}
}
}
.entry__title {
	margin-top: 13px;
	margin-bottom: 21px;
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
	text-transform: uppercase
}
@supports (display:grid) {
@media (min-width:992px) {
.entry__title {
grid-area:title;
margin-top:24px;
margin-bottom:52px;
font-size:3.25rem;
line-height:1;
text-align:center;
}
}
}

@media (min-width:1200px) {
.entry__title {
	font-size: 4.875rem
}
}
.entry__title-small {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: none
}

@media (min-width:992px) {
.entry__title-small {
	margin-top: 14px;
	font-size: 1.75rem;
	font-weight: 600
}
}

@media (min-width:1200px) {
.entry__title-small {
	margin-top: 24px;
	font-size: 2.5rem
}
}
.entry__form {
	min-height: 300px
}

@media (min-width:992px) {
.entry__form {
	grid-area: form;
	-ms-flex-item-align: center;
	align-self: center;
	min-height: unset
}
.entry__loan-steps-icons {
	grid-area: icons
}
}
.nav {
	padding: 24px 10px;
	border-top: 2px solid #d5d5e8
}

@media (min-width:768px) {
.nav {
	padding-top: 34px;
	padding-bottom: 34px
}
}
.loan-steps__title br, .nav--header {
	display: none
}

@media (min-width:992px) {
.nav--header {
	display: block;
	margin-left: 76px;
	padding: 0;
	border-top: none;
	background-color: transparent
}
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
.nav__list {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
}

@media (min-width:992px) {
.nav__list--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.nav__item {
	display: block;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media (min-width:768px) {
.nav__item {
	display: inline-block;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding-top: 12px;
	padding-bottom: 12px
}
}

@media (min-width:992px) {
.nav__item {
	padding-left: 24px;
	padding-right: 24px
}
}

@media (max-width:767.98px) {
.nav__item:nth-child(even) {
	padding-left: 20px
}
}
.nav__item--header {
	padding-left: 9px;
	padding-right: 9px
}

@media (min-width:768px) {
.nav__list--additional .nav__item {
	border-top: none
}
}
.nav__link {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1rem;
	line-height: 1.2;
	color: #30323d;
	text-decoration: none
}

@media (min-width:768px) {
.nav__link {
	display: inline-block;
	padding: 0 10px
}
}

@media (hover:hover) {
.nav__link:hover {
	color: #006281;
	text-decoration: underline
}
}

@media (min-width:992px) {
.nav__link--header {
	font-size: .875rem
}
}
[data-jsw-current-page] {
	color: #006281;
	pointer-events: none
}

@media (min-width:768px) {
[data-jsw-current-page] {
	text-decoration: underline
}
}

@media (min-width:992px) {
.loan-steps .container {
	padding: 0
}
}
.loan-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: 12px;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
.loan-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;
	gap: 45px
}
}

@media (min-width:992px) {
.loan-steps__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 12px
}
}

@media (min-width:1200px) {
.loan-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;
	gap: 52px
}
}
.loan-steps__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	color: #fff
}

@media (min-width:1200px) {
.loan-steps__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.loan-steps__icon {
	min-width: 60px;
	width: 60px;
	height: 60px
}
.loan-steps__icon-1 {
	fill: #fff
}
.loan-steps__icon-2 {
	fill: #19a4c2
}
.loan-steps__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: left
}

@media (min-width:992px) {
.loan-steps__title {
	text-align: center
}
}

@media (min-width:1200px) {
.loan-steps__title br {
	display: inline
}
}
.benefits {
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width:768px) {
.benefits {
	margin-top: 60px;
	margin-bottom: 60px
}
}
.benefits__list {
	display: block;
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-radius: 12px;
	background-color: #efeff7
}

@media (min-width:768px) {
.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;
	padding: 24px 36px
}

@media (min-width:768px) {
.benefits__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 32px 18px
}
}

@media (min-width:992px) {
.benefits__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.benefits__item+.benefits__item {
	border-top: 1px solid #d7d7eb
}

@media (min-width:768px) {
.benefits__item+.benefits__item {
	border-top: none;
	border-left: 1px solid #d7d7eb
}
}
.benefits__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	margin-right: 20px
}

@media (min-width:768px) {
.benefits__icon {
	margin-right: 10px
}
}

@media (min-width:992px) {
.benefits__icon {
	margin-right: 24px
}
}
.benefits__icon-item, .features__item-icon svg {
	fill: #19a4c2
}
.benefits__title {
	margin: 0;
	font-weight: 600;
	font-size: 1.25rem
}
.our-help {
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: center
}

@media (min-width:768px) {
.our-help {
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: left
}
.our-help__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.our-help__content {
	margin-left: 30px
}
}

@media (min-width:1200px) {
.our-help__content {
	margin-left: 98px
}
}
.our-help__image {
	position: relative;
	left: -4px;
	margin-bottom: 20px;
	border-radius: 24px;
	-webkit-box-shadow: 8px 10px 0 0 #19a4c2;
	box-shadow: 8px 10px 0 0 #19a4c2
}

@media (min-width:768px) {
.our-help__image {
	left: 0
}
}

@media (min-width:992px) {
.our-help__image {
	width: 490px
}
}

@media (min-width:1200px) {
.our-help__image {
	-webkit-box-shadow: 30px 30px 0 0 #19a4c2;
	box-shadow: 30px 30px 0 0 #19a4c2
}
}
.our-help__list {
	max-width: 490px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 0;
	list-style: none
}

@media (min-width:768px) {
.our-help__list {
	margin-top: 36px
}
}
.our-help__item {
	font-size: 1.125rem
}

@media (min-width:768px) {
.our-help__item {
	font-size: 1.25rem
}
}
.our-help__item+.our-help__item {
	margin-top: 24px
}
.features {
	position: relative;
	margin-top: 48px;
	margin-bottom: 48px;
	padding-top: 36px;
	padding-bottom: 36px;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19a4c2), color-stop(78%, #006281));
	background-image: linear-gradient(180deg, #19a4c2, #006281 78%);
	overflow: hidden
}

@media (min-width:768px) {
.features {
	padding-top: 58px;
	padding-bottom: 58px
}
}
.features__list {
	position: relative;
	z-index: 1;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 0;
	line-height: 1.25;
	background-color: #006281;
	border: 1px solid #fff;
	border-radius: 12px;
	list-style: none
}

@media (min-width:768px) {
.features__list {
	margin-top: 36px
}
}

@media (min-width:992px) {
.features__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 36px;
	padding-bottom: 36px
}
}
.features__item {
	padding: 24px 15px
}

@media (min-width:992px) {
.features__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 0;
	padding-bottom: 0
}
}
.features__item+.features__item {
	border-top: 1px solid #d5d5e8
}

@media (min-width:992px) {
.features__item+.features__item {
	border-top: none;
	border-left: 1px solid #d5d5e8
}
}
.features__item p {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}
.features .sprite {
	display: none
}
.features__bg-icon {
	position: absolute;
	stroke: #19a4c2
}
.features__bg-icon--1 {
	top: 55%;
	right: calc(50vw + 510px);
	width: 159px;
	height: 141px
}
.features__bg-icon--2 {
	top: -31px;
	right: calc(50vw + 656px);
	width: 321px;
	height: 215px
}
.features__bg-icon--3 {
	bottom: -45px;
	left: calc(50vw + 620px);
	width: 222px;
	height: 186px
}
.features__bg-icon--4 {
	bottom: -40px;
	right: calc(50vw + 210px);
	width: 176px;
	height: 176px
}
.features__bg-icon--5 {
	top: 35%;
	left: calc(50vw + 470px);
	width: 273px;
	height: 231px
}
.features__bg-icon--6 {
	top: 65px;
	left: calc(50vw + 780px);
	width: 109px;
	height: 97px
}
.simple-steps {
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center
}

@media (min-width:768px) {
.simple-steps {
	text-align: left
}
.simple-steps__content-wrapper {
	display: grid;
	grid-template-areas: "title   slider" "content slider";
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%
}
}

@media (min-width:992px) {
.simple-steps__content-wrapper {
	grid-column-gap: 40px
}
}

@media (min-width:768px) {
.simple-steps__title {
	grid-area: title;
	margin-top: 24px
}
}
.simple-steps__images-container {
	position: relative;
	margin-top: 24px;
	margin-bottom: 24px;
	border-radius: 12px;
	background-color: #19a4c2
}

@media (min-width:768px) {
.simple-steps__images-container {
	grid-area: slider;
	margin: 0
}
}

@media (min-width:992px) {
.simple-steps__images-container {
	padding-top: 100px;
	padding-bottom: 100px;
	border-radius: 24px
}
}
.simple-steps__image-wrapper, .simple-steps__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.simple-steps__images {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.simple-steps__image-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 290px
}

@media (min-width:768px) {
.simple-steps__image-wrapper {
	height: 100%
}
}
.simple-steps__image {
	display: inline-block;
	width: 262px;
	height: 150px
}

@media (min-width:992px) {
.simple-steps__image {
	width: 415px;
	height: 238px
}
}

@media (min-width:1200px) {
.simple-steps__image {
	width: 496px;
	height: 279px
}
}
.simple-steps__image svg {
	width: 100%;
	height: 100%
}
.simple-steps__image-item {
	fill: #006281
}
.simple-steps__pagination {
	position: absolute;
	top: 7px;
	right: 7px;
	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;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: .5px solid #006281;
	background: radial-gradient(circle, #006281 45%, #fff 45%)
}

@media (min-width:992px) {
.simple-steps__pagination {
	top: 12px;
	right: 12px;
	width: 50px;
	height: 50px
}
}
.simple-steps__pagination::after {
	content: attr(data-index);
	color: #fff;
	font-size: 11px;
	font-weight: 600
}

@media (min-width:992px) {
.simple-steps__pagination::after {
	font-size: 20px
}
}
.simple-steps__pagination-semicircle {
	position: absolute;
	display: none;
	width: 24px;
	height: 24px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	border-color: #006281 transparent transparent #006281;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}
@supports (display:grid) {
.simple-steps__pagination-semicircle {
display:block
}
}

@media (min-width:992px) {
.simple-steps__pagination-semicircle {
	width: 44px;
	height: 44px;
	border-width: 4px
}
}
.animate .simple-steps__pagination-semicircle--first {
	opacity: 1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: rotate-first 3s linear forwards;
	animation: rotate-first 3s linear forwards
}
.animate .simple-steps__pagination-semicircle--second {
	opacity: 1;
	-webkit-animation: rotate-second 3s linear forwards;
	animation: rotate-second 3s linear forwards
}
.animate .simple-steps__pagination-semicircle--mask {
	width: 25px;
	height: 25px;
	border-color: #fff transparent transparent #fff;
	border-width: 4px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: mask 3s linear;
	animation: mask 3s linear
}

@media (min-width:992px) {
.animate .simple-steps__pagination-semicircle--mask {
	width: 46px;
	height: 46px;
	border-width: 6px
}
}
.simple-steps__content {
	max-width: 490px
}

@media (min-width:768px) {
.simple-steps__content {
	grid-area: content
}
}
.simple-steps__list {
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 0;
	list-style: none
}

@media (min-width:768px) {
.simple-steps__list {
	margin-bottom: 36px
}
}
.simple-steps__list-item {
	font-size: 1.125rem
}
.simple-steps__list-item+.simple-steps__list-item {
	margin-top: 24px
}
.faq {
	padding-top: 36px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #efeff7
}

@media (min-width:768px) {
.faq {
	padding-top: 100px;
	padding-bottom: 100px
}
}
.faq__title {
	margin-top: 0
}
.faq__list {
	margin-top: 24px;
	margin-bottom: 0;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
.faq__list {
	margin-top: 36px;
	text-align: left
}
}
.faq__list-item {
	padding: 24px;
	border-radius: 8px;
	background-color: #fff
}

@media (min-width:768px) {
.faq__list-item {
	padding: 36px 38px
}
}
.faq__list-item+.faq__list-item {
	margin-top: 12px
}
.disclosures p, .faq__list-item p {
	margin-bottom: 0
}
.faq__list-item-title {
	color: #006281
}
.happy-clients {
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center
}

@media (min-width:768px) {
.happy-clients {
	margin-top: 100px;
	margin-bottom: 100px
}
}
.happy-clients .icon {
	max-width: 552px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
.happy-clients .icon {
	margin-top: 36px
}
}
.your-lender {
	margin-bottom: 36px;
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19a4c2), color-stop(78%, #006281));
	background-image: linear-gradient(180deg, #19a4c2, #006281 78%)
}

@media (min-width:768px) {
.your-lender {
	margin-bottom: 40px;
	padding-top: 100px;
	padding-bottom: 86px
}
}
.your-lender__wrapper {
	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
}
.your-lender__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #fff
}

@media (min-width:768px) {
.your-lender__title {
	margin-top: 12px
}
}
.your-lender__title strong {
	display: block;
	font-size: 40px;
	text-transform: uppercase
}

@media (min-width:768px) {
.your-lender__title strong {
	font-size: 5.25rem;
	line-height: 1.16
}
}
.your-lender__subtitle {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-top: 12px;
	margin-bottom: 24px;
	color: rgba(255,255,255,.5)
}
.your-lender__icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 14px
}

@media (min-width:768px) {
.your-lender__icon {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-top: 0
}
}
.your-lender__list {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 24px;
	margin-bottom: 12px;
	padding: 0;
	color: #fff;
	list-style: none
}

@media (min-width:768px) {
.your-lender__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 36px;
	margin-bottom: 48px
}
}
.your-lender__list-item+.your-lender__list-item {
	margin-top: 12px
}

@media (min-width:768px) {
.your-lender__list-item+.your-lender__list-item {
	margin-top: 0
}
}

@media (min-width:992px) {
.your-lender__list-item .h4 {
	margin-bottom: 0;
	font-size: 1.75rem
}
}
.your-lender__btn {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.footer {
	background-color: #fff
}
.footer__copyright-container {
	padding-top: 92px;
	padding-bottom: 40px
}

@media (min-width:768px) {
.footer__copyright-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 102px;
	padding-bottom: 50px
}
}
.footer__logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px
}

@media (min-width:768px) {
.footer__logo {
	margin: 0
}
}
.footer__copyright {
	color: #d5d5e8;
	background-color: #575a69
}
.disclosures {
	position: relative;
	margin-bottom: -52px;
	padding: 1.875em 10px;
	font-size: 1rem;
	line-height: 1.3;
	background-color: #fff;
	border: 1px solid #d5d5e8;
	border-radius: 12px;
	-ms-hyphens: auto;
	hyphens: auto
}

@media (min-width:768px) {
.disclosures {
	padding: 3em 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 38px;
	-moz-column-gap: 38px;
	column-gap: 38px
}
}
.disclosures p+p {
	margin-top: .75em
}
.disclosures, .disclosures .h4 {
	color: #30323d
}
.copyright {
	font-size: .9375rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: .8px
}

@media (min-width:576px) {
.copyright br {
	display: none
}
}
.copyright__content {
	margin-bottom: 0
}
.main-content {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width:768px) {
.main-content {
	padding-top: 60px;
	padding-bottom: 60px
}
}
.short-form {
	max-width: 380px;
	margin-bottom: 30px;
	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: #30323d;
	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%;
	min-width: unset
}
.short-form__e-signature {
	font-size: .75rem;
	line-height: 1.25;
	color: #30323d
}
.short-form__e-signature a, .wysiwyg a {
	color: #006281;
	text-decoration: underline
}

@media (hover:hover) {
.short-form__e-signature a:hover {
	text-decoration: none
}
}
.short-form__ssl-logo {
	text-align: center
}
.wysiwyg {
	color: #30323d;
	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, .wysiwyg th {
	font-weight: 700;
	color: #30323d
}
.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;
	border: 1px solid #fff;
	background-color: #19a4c2;
	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 #eaeced;
	border-radius: 4px;
	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: #006281
}
