/* Body */
body {
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	color: #313132;
	background: #FFF;
	font-family: "FuturaPT", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
}
p {
	margin: 0;
}
p:not(:first-child) {
	margin-top: 1em;
}
a {
	text-decoration: none;
	color: #3DA1FD;
}
a:hover {
	text-decoration: underline;
	color: #3DA1FD;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1;
}
h1 {
	font-size: 60px;
	font-size: 3.75rem;
}
h2 {
	font-size: 48px;
	font-size: 3rem;
}
h3 {
	font-size: 40px;
	font-size: 2.5rem;
}
h4 {
	font-size: 32px;
	font-size: 2rem;
}
h5 {
	font-size: 24px;
	font-size: 1.5rem;
}
h6 {
	font-size: 20px;
	font-size: 1.25rem;
}
img {
	max-width: 100%;
}

/* Colors */
.color-313132 {
	color: #313132;
}
.color-7C7C7C {
	color: #7C7C7C;
}

/* Fonts */
.font-avenirnext {
	font-family: "AvenirNext", Arial, sans-serif;
}
.font-avenirnextcondensed {
	font-family: "AvenirNextCondensed", Arial, sans-serif;
}
.font-futurapt {
	font-family: "FuturaPT", Arial, sans-serif;
}
.font-gilroy {
	font-family: "Gilroy", Arial, sans-serif;
}
.font-inter {
	font-family: "Inter", Arial, sans-serif;
}

/* Form */
form.form .form-group {
	margin: 0 auto;
}
form.form .form-label {
	margin: 0 0 10px;
	color: #313132;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
}
form.form .form-input {
	display: block;
	width: 100%;
	height: 52px;
	padding: 10px 15px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	color: #313132;
	border: 1px solid #DFE3EA;
	border-radius: 5px;
	outline: none;
	background: #FFF;
	font-family: inherit;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form.form .form-input:focus {
	border-color: #3DA1FD;
	outline: none;
	box-shadow: 0 0 0 2px rgba(61, 161, 253, .25);
}
form.form select.form-input {
	padding-right: 37px;
	background-image: url("./static/img/icons/Form-Select.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px 6px;
}
form.form .form-checkbox {
	position: relative;
	z-index: 0;
	padding-left: 55px;
}
form.form .form-checkbox .checkbox-input {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	clip: rect(0, 0, 0, 0);
	width: 35px;
	height: 35px;
	pointer-events: none;
}
form.form .form-checkbox .checkbox-label {
	display: block;
	max-width: 400px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #7C7C7C;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 20px;
}
form.form .form-checkbox .checkbox-label::before,
form.form .form-checkbox .checkbox-label::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	content: "";
}
form.form .form-checkbox .checkbox-label::before {
	z-index: 1;
	border: 1px solid #DFE3EA;
	border-radius: 5px;
}
form.form .form-checkbox .checkbox-label::after {
	z-index: 2;
	transition: visibility 200ms ease-in-out, transform 200ms ease-in-out, opacity 200ms ease-in-out;
	background: url("./static/img/icons/Checkbox.svg") center no-repeat;
	background-size: 20px 15px;
}
form.form .form-checkbox .checkbox-input:not(:checked) + .checkbox-label::after {
	visibility: hidden;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}
form.form .form-km::after {
	display: block;
	clear: both;
	content: "";
}
form.form .form-km {
	font-size: 0;
}
form.form .form-km .km-item {
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem;
}
form.form .form-km .km-item.item-left {
	width: 100%;
	width: calc(100% - 400px);
	max-width: 265px;
	margin-right: 20px;
}
form.form .form-km .km-item.item-right {
	width: 100%;
	max-width: 380px;
}
form.form .form-km .km-append {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	margin: 0;
	margin-top: -10px;
	color: #24387D;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 20px;
}
form.form .form-km .km-input {
	padding-right: 55px;
	-moz-appearance: textfield;
}
form.form .form-km .km-input::-webkit-inner-spin-button,
form.form .form-km .km-input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
form.form .form-km .km-text {
	color: #808080;
	font-size: 16px;
	font-size: 1rem;
}
form.form .form-condition > ul {
	margin: 0 -8.75px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
form.form .form-condition > ul > li {
	display: inline-block;
	width: 33.33333333333333%;
	padding: 0 8.75px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
form.form .form-condition .condition-radio {
	position: relative;
	z-index: 0;
}
form.form .form-condition .condition-radio .radio-input {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	clip: rect(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	pointer-events: none;
}
form.form .form-condition .condition-radio .radio-content {
	display: block;
	margin: 0;
	padding: 18.5px 15px;
	cursor: pointer;
	user-select: none;
	transition: opacity 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	text-align: center;
	border: 1px solid #DFE3EA;
	border-radius: 5px;
}
form.form .form-condition .condition-radio .radio-content .content-title {
	transition: color 200ms ease-in-out;
	color: #1E4287;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}
form.form .form-condition .condition-radio .radio-content .content-text {
	max-width: 180px;
	margin: 0 auto;
	transition: color 200ms ease-in-out;
	color: #808080;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.2;
}
form.form .form-condition .condition-radio .radio-content .content-text:not(:first-child) {
	margin-top: 5px;
}
form.form .form-condition .condition-radio:hover .radio-content {
	border-color: #1E4287;
	box-shadow: 0 0 0 2px rgba(30, 66, 135, .25);
}
form.form .form-condition .condition-radio .radio-input:checked + .radio-content {
	border-color: #3DA1FD;
	box-shadow: 0 0 0 1px #3DA1FD;
}
form.form .form-condition .condition-radio .radio-input:checked + .radio-content .content-title,
form.form .form-condition .condition-radio .radio-input:checked + .radio-content .content-text {
	color: #2A8BE4;
}
form.form .form-condition.active .condition-radio .radio-input:not(:checked) + .radio-content {
	opacity: .5;
}
form.form .form-condition.active .condition-radio:hover .radio-input:not(:checked) + .radio-content {
	opacity: 1;
}
form.form .form-cb > ul {
	margin: 0 -7.5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
form.form .form-cb > ul > li {
	display: inline-block;
	margin-top: 15px;
	padding: 0 7.5px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
form.form .form-cb .cb-checkbox {
	position: relative;
	z-index: 0;
}
form.form .form-cb .cb-checkbox .checkbox-input {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	clip: rect(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	pointer-events: none;
}
form.form .form-cb .cb-checkbox .checkbox-button {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 10px 25px;
	cursor: pointer;
	user-select: none;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	color: #313132;
	border: none;
	border-radius: 26px;
	outline: none;
	background: #F4F6F8;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 32px;
}
form.form .form-cb .cb-checkbox .checkbox-button:hover {
	background-color: #E4E8EB;
}
form.form .form-cb .cb-checkbox .checkbox-input:checked + .checkbox-button {
	color: #FFF;
	background-color: #B3BCC5;
}
form.form .form-submit {
	padding-top: 10px;
}
form.form .mb-50 {
	margin-bottom: 50px;
}
form.form .mb-40 {
	margin-bottom: 40px;
}
form.form .mb-30 {
	margin-bottom: 30px;
}
form.form .mb-20 {
	margin-bottom: 20px;
}
form.form .mb-10 {
	margin-bottom: 10px;
}
form.form .mb-5 {
	margin-bottom: 5px;
}
form.form .hidden {
	display: none;
}

/* Text */
.text-1,
.text-2,
.text-3 {
	line-height: 1.5;
}
.text-1 {
	font-size: 22px;
	font-size: 1.375rem;
}
.text-2 {
	font-size: 18px;
	font-size: 1.125rem;
}
.text-3 {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Title */
.title-1,
.title-2,
.title-3,
.title-4,
.title-6 {
	color: #313132;
	font-weight: 600;
	line-height: 1;
}
.title-1 {
	font-size: 38px;
	font-size: 2.375rem;
}
.title-2 {
	font-size: 24px;
	font-size: 1.5rem;
}
.title-3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.title-4 {
	font-size: 30px;
	font-size: 1.875rem;
}
.title-5 {
	text-indent: .1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}
.title-6 {
	font-size: 35px;
	font-size: 2.1875rem;
}

/* Unordered List */
ul.style-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.style-1 > li {
	position: relative;
	z-index: 0;
	display: block;
	padding-left: 23px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
}
ul.style-1 > li:not(:first-child) {
	margin-top: 2px;
}
ul.style-1 > li::before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 8px;
	content: "";
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #7C7C7C;
	background: currentColor;
}

/* Button */
.g-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 10px 25px;
	cursor: pointer;
	user-select: none;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	text-indent: .1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #313132;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	font-weight: 600;
	line-height: 32px;
}
.g-btn:disabled {
	cursor: default;
	transition: none !important;
	pointer-events: none;
}
.g-btn.btn-solid {
	transition: background-color 200ms ease-in-out;
	border-radius: 4px;
	font-size: 20px;
	font-size: 1.25rem;
}
.g-btn.btn-solid.btn-blue {
	transition: background-position 200ms ease-in-out;
	color: #FFF;
	background: #3184EB;
	background: linear-gradient(to right, #3184EB 0%, #3DA1FD 50%, #3DA1FD 100%);
	background-position: left center;
	background-size: 200% 100%;
}
.g-btn.btn-solid.btn-blue:hover {
	background-position: right center;
}
.g-btn.btn-solid.btn-blue:disabled {
	color: #FFF;
	background: #DFE3EA;
}
.g-btn.btn-outline {
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	border-radius: 5px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 28px;
}
.g-btn.btn-outline.btn-blue {
	color: #3DA1FD;
	border: 2px solid #3DA1FD;
}
.g-btn.btn-outline.btn-blue:hover {
	color: #FFF;
	background-color: #3DA1FD;
}
.g-btn.btn-wide {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

/* Container */
.g-container {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 25px;
}
.g-container::after {
	display: block;
	clear: both;
	content: "";
}

/* Sidebar */
.g-sb .sb-title {
	text-align: center;
}
.g-sb .sb-content {
	padding: 40px;
	border-radius: 15px;
	background: #F8F9FB;
}
.g-sb .sb-content:not(:first-child) {
	margin-top: 15px;
}
.g-sb .sb-content .content-header {
	text-align: center;
	font-size: 0;
}
.g-sb .sb-content .content-header .header-plate {
	display: inline-block;
	min-width: 205px;
	max-width: 100%;
	padding: 10px 20px;
	overflow-wrap: break-word;
	color: #24387D;
	border: 2px solid currentColor;
	border-radius: 9px;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
}
.g-sb .sb-content .content-vd {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
}
.g-sb .sb-content .content-vd:not(:first-child) {
	margin-top: 30px;
}
.g-sb .sb-content .content-vd > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-sb .sb-content .content-vd > ul > li {
	display: block;
}
.g-sb .sb-content .content-vd > ul > li:not(:first-child) {
	margin-top: 10px;
}
.g-sb .sb-content .content-vd .vd-grid::after {
	display: block;
	clear: both;
	content: "";
}
.g-sb .sb-content .content-vd .vd-grid > .left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 110px);
	max-width: 120px;
}
.g-sb .sb-content .content-vd .vd-grid > .right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 100px;
}
.g-sb .sb-content .content-vd .vd-title {
	color: #7C7C7C;
	font-weight: 400;
}
.g-sb .sb-content .content-vd .vd-text {
	color: #313132;
	font-weight: 600;
}
.g-sb .sb-content .content-vd .vd-input-field {
	margin: -3px -9px;
}
.g-sb .sb-content .content-vd .vd-input {
	display: block;
	width: 100%;
	height: 30px;
	padding: 2px 8px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	color: #313132;
	border: 1px solid #DFE3EA;
	outline: none;
	background: #FFF;
	font-family: inherit;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.g-sb .sb-content .content-vd .vd-input:focus {
	border-color: #3DA1FD;
	outline: none;
	box-shadow: 0 0 0 2px rgba(61, 161, 253, .25);
}
.g-sb .sb-content .content-vd select.vd-input {
	padding-right: 20px;
	background-image: url("./static/img/icons/Form-Select.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 8px 4px;
}
.g-sb .sb-content .content-nyc {
	text-align: center;
}
.g-sb .sb-content .content-nyc:not(:first-child) {
	margin-top: 35px;
}
.g-sb .sb-content .content-nyc .nyc-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.25;
}
.g-sb .sb-content .content-nyc .nyc-button-block {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.g-sb .sb-content .content-nyc .nyc-button-block:not(:first-child) {
	margin-top: 10px;
}
.g-sb .sb-cjlink {
	text-align: center;
	color: #B0B0B0;
}
.g-sb .sb-cjlink:not(:first-child) {
	margin-top: 15px;
}
.g-sb .sb-cjlink a {
	position: relative;
	z-index: 0;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: inherit;
}
.g-sb .sb-cjlink a::before {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	background: currentColor;
}
.g-sb .sb-cjlink a:hover {
	color: #7C7C7C;
}

/* Wrapper */
section.wrapper {
	overflow: hidden;
}

/* Landing Header */
section.lh {
	padding: 20px 0;
	color: #FFF;
	background: #2A8BE4;
}
section.lh .lh-grid {
	position: relative;
}
section.lh .lh-grid::after {
	display: block;
	clear: both;
	content: "";
}
section.lh .lh-grid > .grid-item {
	display: block;
}
section.lh .lh-grid > .grid-item.left {
	float: left;
	clear: left;
}
section.lh .lh-grid > .grid-item.right {
	float: right;
	clear: right;
}
section.lh .lh-logo {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 30px;
}
section.lh .lh-logo img {
	max-width: 250px;
}
/*section.lh .lh-logo::after {
	content: ".";
	color: #24387D;
}*/
section.lh .lh-navi {
	padding: 5px 0;
}
section.lh .lh-navi > ul {
	display: block;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.lh .lh-navi > ul > li {
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	font-size: 18px;
	font-size: 1.125rem;
}
section.lh .lh-navi .navi-link {
	text-decoration: none;
	letter-spacing: .05em;
	color: #FFF;
	font-weight: 500;
	line-height: 20px;
}

/* Steps Header */
section.sh {
	padding: 20px 0;
	color: #FFF;
	background: #2A8BE4;
}
section.sh .sh-grid {
	position: relative;
}
section.sh .sh-grid::after {
	display: block;
	clear: both;
	content: "";
}
section.sh .sh-grid .grid-item {
	display: block;
}
section.sh .sh-grid .grid-item.left {
	float: left;
	clear: left;
}
section.sh .sh-grid .grid-item.right {
	float: right;
	clear: right;
}
section.sh .sh-grid .grid-item.center {
	position: absolute;
	top: 0;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	text-align: center;
}
section.sh .sh-logo {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 30px;
}
section.sh .sh-logo img {
	max-width: 250px;
}
section.sh .sh-link {
	display: block;
	text-decoration: none;
	letter-spacing: .1em;
	color: inherit;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 30px;
}
section.sh .sh-steps {
	margin-top: -5px;
	cursor: default;
	user-select: none;
}
section.sh .sh-steps > ul {
	margin: 0 -17.5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.sh .sh-steps > ul > li {
	display: inline-block;
	overflow: hidden;
	padding: 0 17.5px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.sh .sh-steps .steps-content {
	position: relative;
	z-index: 0;
}
section.sh .sh-steps .steps-content .content-number {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	color: #2661B0;
	border: 2px solid #2661B0;
	border-radius: 50%;
	background: #2A8BE4;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 30px;
}
section.sh .sh-steps .steps-content .content-number::before,
section.sh .sh-steps .steps-content .content-number::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	width: 9999px;
	height: 2px;
	margin-top: -1px;
	content: "";
	background: #2661B0;
}
section.sh .sh-steps .steps-content .content-number::before {
	right: 0;
}
section.sh .sh-steps .steps-content .content-number::after {
	left: 0;
}
section.sh .sh-steps .steps-content .content-title {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 20px;
}
section.sh .sh-steps .steps-content .content-title:not(:first-child) {
	margin-top: 5px;
}
section.sh .sh-steps > ul > li:not(.active) .steps-content {
	padding: 5px 0;
}
section.sh .sh-steps > ul > li.active .steps-content .content-number {
	width: 45px;
	height: 45px;
	color: #24387D;
	border-color: #FFF;
	background: #FFF;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
}
section.sh .sh-steps > ul > li.active .steps-content .content-title {
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 500;
}
section.sh .sh-steps > ul > li:first-child .steps-content .content-number::before,
section.sh .sh-steps > ul > li:last-child .steps-content .content-number::after {
	display: none;
}

/* Hero */
section.hero {
	padding-bottom: 50px;
	background: #F6F7F9;
}
section.hero .hero-main {
	padding: 100px 0;
}
section.hero .hero-main .main-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.hero .hero-main .main-grid::after {
	display: table;
	clear: both;
	content: "";
}
section.hero .hero-main .main-grid > .grid-item {
	display: block;
}
section.hero .hero-main .main-grid > .grid-item.left {
	float: left;
	clear: left;
	-ms-flex-item-align: center;
	align-self: center;
	width: 50%;
	max-width: 540px;
	padding-right: 10px;
}
section.hero .hero-main .main-grid > .grid-item.right {
	float: right;
	clear: right;
	width: 50%;
	max-width: 540px;
}
section.hero .hero-main .main-content .content-title {
	font-size: 55px;
	font-size: 3.4375rem;
	font-weight: 600;
	line-height: 1;
}
section.hero .hero-main .main-content .content-text {
	width: 100%;
	max-width: 475px;
	color: #838181;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.375;
}
section.hero .hero-main .main-content .content-text:not(:first-child) {
	margin-top: 30px;
}
section.hero .hero-main .main-content .content-value {
	width: 100%;
	max-width: 430px;
}
section.hero .hero-main .main-content .content-value:not(:first-child) {
	margin-top: 50px;
}
section.hero .hero-main .main-content .content-value .value-form .form-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.hero .hero-main .main-content .content-value .value-form .form-grid::after {
	display: table;
	clear: both;
	content: "";
}
section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item {
	display: block;
}
section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item.left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 210px);
	max-width: 200px;
	padding-right: 20px;
}
section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item.right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 210px;
}
section.hero .hero-main .main-content .content-value .value-form .form-label {
	display: block;
	margin: 0;
	padding: 0;
	color: #313132;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
section.hero .hero-main .main-content .content-value .value-form .form-grid:not(:first-child) {
	margin-top: 20px;
}
section.hero .hero-main .main-content .content-value .value-form .form-input {
	display: block;
	width: 100%;
	height: 52px;
	padding: 6px 0;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #313132;
	border: 2px solid #E1E1E1;
	border-radius: 4px;
	outline: none;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.hero .hero-main .main-content .content-value .value-form .form-input:focus {
	border-color: #3DA1FD;
	outline: none;
	box-shadow: 0 0 0 2px rgba(61, 161, 253, .25);
}
section.hero .hero-main .main-content .content-value .value-form .form-input::placeholder {
	color: #BDBDBD;
	font-weight: 300;
}
section.hero .hero-main .main-content .content-value .value-form .form-btn {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
section.hero .hero-main .main-image {
	width: 610px;
}
section.hero .hero-footer .footer-arrow {
	display: block;
	width: 45px;
	height: 24px;
	margin: 0 auto;
	cursor: pointer;
	transition: opacity 200ms ease-in-out;
	background: url("./static/img/icons/Hero-Arrow.svg") center no-repeat;
	background-size: contain;
}
section.hero .hero-footer .footer-arrow:hover {
	opacity: .6;
}

/* Details */
section.details {
	padding: 70px 0 120px;
}
section.details .details-header {
	text-align: center;
}
section.details .details-header .header-text:not(:first-child) {
	margin-top: 10px;
}
section.details .details-main:not(:first-child) {
	margin-top: 60px;
}
section.details .details-main::after {
	display: block;
	clear: both;
	content: "";
}
section.details .details-main > .left {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 385px);
	max-width: 665px;
}
section.details .details-main > .right {
	display: block;
	float: right;
	clear: right;
	width: 100%;
	max-width: 345px;
}
section.details .details-main .main-form {
	padding-top: 30px;
}

/* Confirmation */
section.confirmation {
	padding: 70px 0 120px;
}
section.confirmation .confirmation-header {
	text-align: center;
}
section.confirmation .confirmation-header .header-text {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
section.confirmation .confirmation-header .header-text:not(:first-child) {
	margin-top: 10px;
}
section.confirmation .confirmation-main:not(:first-child) {
	margin-top: 80px;
}
section.confirmation .confirmation-main::after {
	display: block;
	clear: both;
	content: "";
}
section.confirmation .confirmation-main > .left {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 385px);
	max-width: 665px;
}
section.confirmation .confirmation-main > .right {
	display: block;
	float: right;
	clear: right;
	width: 100%;
	max-width: 345px;
}
section.confirmation .confirmation-main .main-ap .ap-title {
	text-align: center;
}
section.confirmation .confirmation-main .main-ap .ap-content {
	padding: 50px;
	border-radius: 15px;
	background: #F8F9FB;
}
section.confirmation .confirmation-main .main-ap .ap-content:not(:first-child) {
	margin-top: 15px;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li {
	position: relative;
	z-index: 0;
	display: block;
	padding-left: 42px;
	color: #24387D;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 30px;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li:not(:first-child) {
	margin-top: 10px;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li::before {
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: center no-repeat;
	background-size: contain;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li.date::before {
	background-image: url("./static/img/icons/appointment/Date.svg");
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li.location::before {
	background-image: url("./static/img/icons/appointment/Location.svg");
}
section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li.time::before {
	background-image: url("./static/img/icons/appointment/Time.svg");
}
section.confirmation .confirmation-main .main-ap .ap-content .content-buttons {
	margin: 0 -10px;
	font-size: 0;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-buttons:not(:first-child) {
	margin-top: 20px;
}
section.confirmation .confirmation-main .main-ap .ap-content .content-buttons .g-btn {
	margin: 20px 10px 0;
}
section.confirmation .confirmation-main .main-val:not(:first-child) {
	margin-top: 50px;
}
section.confirmation .confirmation-main .main-val .val-title {
	width: 100%;
	max-width: 340px;
	text-align: center;
}
section.confirmation .confirmation-main .main-val .val-content:not(:first-child) {
	margin-top: 15px;
}
section.confirmation .confirmation-main .main-val .val-content::after {
	display: block;
	clear: both;
	content: "";
}
section.confirmation .confirmation-main .main-val .val-content > .left {
	float: left;
	clear: left;
	width: 100%;
	max-width: 340px;
}
section.confirmation .confirmation-main .main-val .val-content > .right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 375px);
	max-width: 290px;
}
section.confirmation .confirmation-main .main-val .val-content .content-price {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #FFF;
	border-radius: 55px;
	background: #3184EB;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 600;
	line-height: 1;
}
section.confirmation .confirmation-main .main-val .val-content .content-price sup {
	top: 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: inherit;
}
section.confirmation .confirmation-main .main-val .val-content .content-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23px;
}
section.confirmation .confirmation-main .main-val .val-content .content-terms {
	color: #B0B0B0;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
}
section.confirmation .confirmation-main .main-val .val-content .content-terms:not(:first-child) {
	margin-top: 16px;
}
section.confirmation .confirmation-main .main-val .val-content .content-terms a {
	position: relative;
	z-index: 0;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: inherit;
}
section.confirmation .confirmation-main .main-val .val-content .content-terms a::before {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	background: currentColor;
}
section.confirmation .confirmation-main .main-val .val-content .content-terms a:hover {
	color: #7C7C7C;
}


/* Information */
section.info {
	position: relative;
	z-index: 0;
	padding: 120px 0;
}
section.info .info-block:not(:first-child) {
	margin-top: 50px;
}
section.info .info-text {
	max-width: 700px;
	color: #7C7C7C;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.333333333333333;
}
section.info .info-text:not(:first-child) {
	margin-top: 20px;
}
section.info .info-text ul:not(:first-child) {
	margin-top: 20px;
}
section.info .info-text .title-3:not(:first-child) {
	margin-top: 35px;
}
section.info.has-book-bg::before {
	position: absolute;
	z-index: -1;
	top: 120px;
	left: 50%;
	width: 400px;
	height: 160px;
	margin-left: 360px;
	content: "";
	background: center no-repeat;
	background-size: contain;
}

/* Valuation */
section.valuation {
	padding: 80px 0;
}
section.valuation .g-container {
	max-width: 950px;
}
section.valuation .valuation-content::after {
	display: block;
	clear: both;
	content: "";
}
section.valuation .valuation-content > .left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 380px);
	max-width: 480px;
}
section.valuation .valuation-content > .right {
	float: right;
	clear: right;
	width: 100%;
	max-width: 340px;
}
section.valuation .valuation-content .content-text:not(:first-child) {
	margin-top: 10px;
}
section.valuation .valuation-content .content-text a {
	position: relative;
	z-index: 0;
	display: inline-block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #3184EB;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}
section.valuation .valuation-content .content-text a:hover {
	color: #3DA1FD;
}
section.valuation .valuation-content .content-text a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	background: currentColor;
}
section.valuation .valuation-content .content-text a::after {
	position: absolute;
	top: 8px;
	right: -13px;
	display: block;
	width: 5px;
	height: 8px;
	content: "";
	background: url("./static/img/icons/Link-Arrow.svg") center no-repeat;
	background-size: contain;
}
section.valuation .valuation-content .content-price {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #3184EB;
	border-radius: 55px;
	background: #F6F7FA;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 600;
	line-height: 1;
}
section.valuation .valuation-content .content-price sup {
	top: 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: inherit;
}
section.valuation .valuation-content .content-terms {
	text-align: center;
}
section.valuation .valuation-content .content-terms:not(:first-child) {
	margin-top: 10px;
}
section.valuation .valuation-content .content-terms a {
	position: relative;
	z-index: 0;
	display: inline-block;
	transition: color 200ms ease-in-out;
	text-decoration: none;
	color: #B0B0B0;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
}
section.valuation .valuation-content .content-terms a:hover {
	color: #7C7C7C;
}
section.valuation .valuation-content .content-terms a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	background: currentColor;
}

/* Appointment */
section.appointment {
	padding: 80px 0;
	text-align: center;
}
section.appointment .g-container {
	max-width: 1290px;
}
section.appointment .appointment-header {
	max-width: 700px;
	margin: 0 auto;
}
section.appointment .appointment-header .header-text:not(:first-child) {
	margin-top: 10px;
}
section.appointment .appointment-location:not(:first-child) {
	margin-top: 50px;
}
section.appointment .appointment-location .location-text {
	color: #24387D;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
section.appointment .appointment-location .location-text:not(:first-child) {
	margin-top: 5px;
}
section.appointment .appointment-date:not(:first-child) {
	margin-top: 50px;
}
section.appointment .appointment-date .date-slider {
	position: relative;
	z-index: 0;
	padding: 0 60px;
}
section.appointment .appointment-date .date-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	padding: 0;
	cursor: pointer;
	user-select: none;
	transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
	text-indent: 100%;
	color: transparent;
	border: none;
	outline: none;
	background: center no-repeat;
	background-size: contain;
	font-size: 0;
}
section.appointment .appointment-date .date-slider .slick-arrow.slick-prev {
	left: 0;
	background-image: url("./static/img/icons/Slider-Prev.svg");
}
section.appointment .appointment-date .date-slider .slick-arrow.slick-next {
	right: 0;
	background-image: url("./static/img/icons/Slider-Next.svg");
}
section.appointment .appointment-date .date-slider .slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: .25;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray;
}
section.appointment .appointment-date .date-slider .slider-carousel {
	overflow: hidden;
	padding: 15px 10px;
}
section.appointment .appointment-date .date-slider .slider-carousel > .slick .slick-list {
	overflow: visible;
	margin: 0 -10px;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide {
	width: 100%;
	max-width: 140px;
	margin: 0 10px;
	transition: visibility 200ms ease-in-out, transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide:not(.slick-active) {
	visibility: hidden;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content {
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 130px;
	padding: 29px 0;
	cursor: pointer;
	transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 5px 10px rgba(36, 56, 125, .1);
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content:hover {
	box-shadow: 0 0 0 2px rgba(36, 56, 125, .25);
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #3184EB;
	background: linear-gradient(to right, #3184EB 0%, #3DA1FD 100%);
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-title,
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-text,
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-available {
	transition: color 200ms ease-in-out;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-title {
	color: #1E4287;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-text {
	color: #B3BCC4;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-text:not(:first-child) {
	margin-top: 10px;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-available {
	color: #3184EB;
	font-size: 15px;
	font-size: .9375rem;
	font-style: italic;
	line-height: 1;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content .content-available:not(:first-child) {
	margin-top: 10px;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.disabled {
	cursor: default;
	pointer-events: none;
	background-color: #F4F5F6;
	box-shadow: inset 0 0 0 2px #DADEE2;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.disabled .content-title,
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.disabled .content-available {
	color: #B0B1B1;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.disabled .content-text {
	color: #DADEE2;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.active {
	box-shadow: none;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.active .content-title,
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.active .content-text,
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content.active .content-available {
	color: #FFF;
}
section.appointment .appointment-date .date-slider .slider-carousel .carousel-slide .slide-content:not(.active)::before {
	visibility: hidden;
	opacity: 0;
}
section.appointment .appointment-time:not(:first-child) {
	margin-top: 45px;
}
section.appointment .appointment-time .time-content {
	margin: 0 -10px;
	font-size: 0;
}
section.appointment .appointment-time .time-content .content-button {
	position: relative;
	z-index: 0;
	display: inline-block;
	overflow: hidden;
	margin: 20px 10px 0;
	padding: 10px 25px;
	cursor: pointer;
	transition: color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: top;
	color: #1E4287;
	border-radius: 26px;
	background: #FFF;
	box-shadow: -4px 4px 19px rgba(36, 56, 125, .1);
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 32px;
}
section.appointment .appointment-time .time-content .content-button:hover {
	box-shadow: 0 0 0 2px rgba(36, 56, 125, .25);
}
section.appointment .appointment-time .time-content .content-button::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	background: #3184EB;
	background: linear-gradient(to right, #3184EB 0%, #3DA1FD 100%);
}
section.appointment .appointment-time .time-content .content-button.active {
	color: #FFF;
}
section.appointment .appointment-time .time-content .content-button:not(.active)::before {
	visibility: hidden;
	opacity: 0;
}
section.appointment .appointment-time .time-button-block {
	margin-top: 60px;
}


/* Page Step */
section.ps section:nth-child(odd) {
	background: #FFF;
}
section.ps section:nth-child(even) {
	background: #F4F5F6;
}
section.ps section.has-book-bg:nth-child(odd)::before {
	background-image: url("./static/img/Book-Odd.png");
}
section.ps section.has-book-bg:nth-child(even)::before {
	background-image: url("./static/img/Book-Even.png");
}

/* Testimonials */
section.testimonials {
	padding: 120px 0;
	background: #24387D;
	background: linear-gradient(to bottom, #3184EB 0%, #24387D 100%);
}
section.testimonials .testimonials-carousel {
	position: relative;
	z-index: 0;
}
section.testimonials .testimonials-carousel .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	padding: 0;
	cursor: pointer;
	user-select: none;
	transition: opacity .2s ease-in-out;
	text-indent: 100%;
	color: transparent;
	border: none;
	outline: none;
	background: center no-repeat;
	background-size: contain;
	font-size: 0;
}
section.testimonials .testimonials-carousel .slick-arrow:hover {
	opacity: .6;
}
section.testimonials .testimonials-carousel .slick-arrow.slick-prev {
	left: 50%;
	margin-left: -480px;
	background-image: url("./static/img/icons/Testimonials-Slider-Prev.svg");
}
section.testimonials .testimonials-carousel .slick-arrow.slick-next {
	right: 50%;
	margin-right: -480px;
	background-image: url("./static/img/icons/Testimonials-Slider-Next.svg");
}
section.testimonials .testimonials-carousel .slick-arrow.slick-disabled {
	cursor: default;
	pointer-events: none;
	opacity: .2;
}
section.testimonials .testimonials-carousel .carousel-slide {
	padding: 0 100px;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-wrapper {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card {
	padding: 60px;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars {
	margin: 0 -7.5px;
	font-size: 0;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 38px;
	height: 35px;
	margin: 0 7.5px;
	vertical-align: top;
	background: url("./static/img/icons/Star-BG.svg") center no-repeat;
	background-size: contain;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon.icon-halved::before,
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon.icon-filled::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: url("./static/img/icons/Star.svg") left center no-repeat;
	background-size: auto 100%;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon.icon-halved::before {
	right: 50%;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon.icon-filled::before {
	right: 0;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-text {
	color: #838181;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.375;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-text:not(:first-child) {
	margin-top: 30px;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-title {
	color: #4A4A4A;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.375;
}
section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-title:not(:first-child) {
	margin-top: 20px;
}
section.testimonials .testimonials-pagination:not(:first-child) {
	margin-top: 60px;
}
section.testimonials .testimonials-pagination ul.slick-dots {
	display: block;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	text-align: center;
}
section.testimonials .testimonials-pagination ul.slick-dots > li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
	vertical-align: middle;
}
section.testimonials .testimonials-pagination ul.slick-dots > li button {
	display: block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: transform 200ms ease-in-out, background-color 200ms ease-in-out;
	text-indent: 100%;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.testimonials .testimonials-pagination ul.slick-dots > li.slick-active button {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	background: #3DA0FD;
	background: rgba(61, 160, 253, .8);
}

/* Landing Grid */
section.lg {
	padding: 120px 0 40px;
}
section.lg .g-container {
	max-width: 1190px;
}
section.lg .lg-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
	font-size: 0;
}
section.lg .lg-wrapper > .wrapper-item {
	display: inline-block;
	width: 50%;
	margin-bottom: 80px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem;
}
section.lg .lg-card .card-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
section.lg .lg-card .card-grid::after {
	display: table;
	clear: both;
	content: "";
}
section.lg .lg-card .card-grid > .grid-item {
	display: block;
}
section.lg .lg-card .card-grid > .grid-item.left {
	float: left;
	clear: left;
	width: 100%;
	width: calc(50% - 65px);
	max-width: 210px;
}
section.lg .lg-card .card-grid > .grid-item.right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(50% + 65px);
	max-width: 340px;
	padding-left: 25px;
}
section.lg .lg-card .card-image,
section.lg .lg-card .card-image img {
	width: 100%;
}
section.lg .lg-card .card-content .content-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
}
section.lg .lg-card .card-content .content-text {
	color: #838181;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}
section.lg .lg-card .card-content .content-text:not(:first-child) {
	margin-top: 10px;
}

/* FAQs */
section.faqs {
	padding: 120px 0;
	background: #24387D;
	background: linear-gradient(to bottom, #2A59AD 0%, #24387D 100%);
}
section.faqs .faqs-header {
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #94A7D0;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1;
}
section.faqs .faqs-main:not(:first-child) {
	margin-top: 40px;
}
section.faqs .faqs-main .main-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #6A738D;
	border-bottom-color: rgba(106, 115, 141, .8);
}
section.faqs .faqs-main .main-item:not(:first-child) {
	padding-top: 30px;
}
section.faqs .faqs-main .main-card .card-question {
	position: relative;
	padding-right: 51px;
	cursor: pointer;
}
section.faqs .faqs-main .main-card .card-question::before {
	position: absolute;
	top: 14px;
	right: 0;
	width: 36px;
	height: 20px;
	content: "";
	transition: transform 200ms ease-in-out;
	background: url("./static/img/icons/FAQs-Arrow.svg") center no-repeat;
	background-size: contain;
}
section.faqs .faqs-main .main-card .card-question .question-title {
	width: 100%;
	max-width: 900px;
	color: #FFF;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
}
section.faqs .faqs-main .main-card .card-answer {
	display: none;
	color: #94A7D0;
	font-size: 20px;
	font-size: 1.25rem;
}
section.faqs .faqs-main .main-card .card-answer:not(:first-child) {
	margin-top: 10px;
}
section.faqs .faqs-main .main-card.active .card-question::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 1290px) {
	/* Appointment */
	section.appointment .g-container {
		max-width: 1130px;
	}
}
@media (max-width: 1130px) {
	/* Hero */
	section.hero .hero-main .main-image {
		width: calc(100% + 25px);
	}

	/* Appointment */
	section.appointment .g-container {
		max-width: 970px;
	}
}
@media (max-width: 1100px) {
	/* Form */
	form.form .form-km .km-item.item-left {
		width: calc(100% - 330px);
		max-width: 335px;
		margin-right: 15px;
	}
	form.form .form-km .km-item.item-right {
		max-width: 315px;
	}
	form.form .form-km .km-text {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Confirmation */
	section.confirmation .confirmation-main .main-val .val-title {
		max-width: 300px;
	}
	section.confirmation .confirmation-main .main-val .val-content > .left {
		max-width: 300px;
	}
	section.confirmation .confirmation-main .main-val .val-content > .right {
		width: calc(100% - 325px);
		max-width: 340px;
	}
}
@media (max-width: 1020px) {
	/* Testimonials */
	section.testimonials {
		padding: 80px 0;
	}
	section.testimonials .testimonials-carousel .slick-arrow.slick-prev {
		left: 25px;
		margin-left: 0;
	}
	section.testimonials .testimonials-carousel .slick-arrow.slick-next {
		right: 25px;
		margin-right: 0;
	}
}
@media (max-width: 970px) {
	/* Appointment */
	section.appointment .g-container {
		max-width: 810px;
	}
}
@media (max-width: 960px) {
	/* Landing Header */
	section.lh .lh-grid > .grid-item.left {
		float: none;
		clear: none;
		width: 100%;
		text-align: center;
	}
	section.lh .lh-grid > .grid-item.right {
		display: none;
	}

	/* Steps Header */
	section.sh .sh-grid .grid-item.center {
		width: 200px;
		margin-left: -100px;
	}
	section.sh .sh-steps {
		margin-top: -2.5px;
	}
	section.sh .sh-steps > ul {
		margin: 0 -15px;
	}
	section.sh .sh-steps > ul > li {
		padding: 0 15px;
	}
	section.sh .sh-steps > ul > li.active .steps-content .content-number {
		width: 35px;
		height: 35px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px;
	}
	section.sh .sh-steps > ul > li:not(.active) .steps-content {
		padding: 0;
	}
	section.sh .sh-steps .steps-content .content-title {
		display: none;
	}

	/* Hero */
	section.hero {
		padding: 80px 0;
	}
	section.hero .hero-main {
		padding: 0;
	}
	section.hero .hero-main .main-grid > .grid-item.left {
		float: none;
		clear: none;
		width: 100%;
		max-width: 530px;
		margin: 0 auto;
		padding: 0;
	}
	section.hero .hero-main .main-grid > .grid-item.right {
		display: none;
	}
	section.hero .hero-main .main-content {
		text-align: center;
	}
	section.hero .hero-main .main-content .content-text {
		margin: 0 auto;
	}
	section.hero .hero-main .main-content .content-value {
		margin: 0 auto;
	}
	section.hero .hero-footer {
		display: none;
	}

	/* Details */
	section.details .details-header .header-title {
		font-size: 30px;
		font-size: 1.875rem;
	}
	section.details .details-header .header-text {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.details .details-main > .left,
	section.details .details-main > .right {
		float: none;
		clear: none;
		width: 100%;
		max-width: 665px;
		margin: 0 auto;
	}
	section.details .details-main > .left:not(:first-child),
	section.details .details-main > .right:not(:first-child) {
		margin-top: 60px;
	}
	section.details .details-main .main-form {
		padding-top: 0;
	}

	/* Confirmation */
	section.confirmation .confirmation-header .header-title {
		font-size: 30px;
		font-size: 1.875rem;
	}
	section.confirmation .confirmation-header .header-text {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.confirmation .confirmation-main:not(:first-child) {
		margin-top: 60px;
	}
	section.confirmation .confirmation-main > .left,
	section.confirmation .confirmation-main > .right {
		float: none;
		clear: none;
		width: 100%;
		max-width: 665px;
		margin: 0 auto;
	}
	section.confirmation .confirmation-main > .left:not(:first-child),
	section.confirmation .confirmation-main > .right:not(:first-child) {
		margin-top: 60px;
	}

	/* Valuation */
	section.valuation .valuation-content .content-text {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Landing Grid */
	section.lg {
		padding: 80px 0 0;
	}
	section.lg .lg-card .card-grid {
		display: block;
	}
	section.lg .lg-card .card-grid > .grid-item {
		margin: 0 auto;
	}
	section.lg .lg-card .card-grid > .grid-item.left,
	section.lg .lg-card .card-grid > .grid-item.right {
		float: none;
		clear: none;
		width: 100%;
		padding: 0;
	}
	section.lg .lg-card .card-grid > .grid-item.right {
		max-width: 315px;
		margin-top: 20px;
	}
	section.lg .lg-card .card-image img {
		height: 110px;
		object-fit: contain;
	}
	section.lg .lg-card .card-content {
		text-align: center;
	}

	/* FAQs */
	section.faqs {
		padding: 80px 0;
	}
	section.faqs .faqs-main .main-card .card-question {
		padding-right: 43.5px;
	}
	section.faqs .faqs-main .main-card .card-question::before {
		top: 10.5px;
		width: 28.5px;
		height: 15px;
	}
	section.faqs .faqs-main .main-card .card-question .question-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}
@media (max-width: 810px) {
	/* Appointment */
	section.appointment .g-container {
		max-width: 650px;
	}
}
@media (max-width: 800px) {
	/* Steps Header */
	section.sh .sh-grid .grid-item.center {
		display: none;
	}

	/* Testimonials */
	section.testimonials .testimonials-carousel .slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	section.testimonials .testimonials-carousel .slick-arrow.slick-prev {
		left: 15px;
	}
	section.testimonials .testimonials-carousel .slick-arrow.slick-next {
		right: 15px;
	}
	section.testimonials .testimonials-carousel .carousel-slide {
		padding: 0 70px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card {
		padding: 40px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars {
		margin: 0 -5px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon {
		width: 28.5px;
		height: 26.25px;
		margin: 0 5px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-text {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-text:not(:first-child) {
		margin-top: 20px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-title:not(:first-child) {
		margin-top: 10px;
	}
	section.testimonials .testimonials-pagination:not(:first-child) {
		margin-top: 40px;
	}
}
@media (max-width: 720px) {
	/* Valuation */
	section.valuation .valuation-content > .left {
		width: calc(100% - 280px);
	}
	section.valuation .valuation-content > .right {
		max-width: 240px;
	}
	section.valuation .valuation-content .content-terms a {
		font-size: 14px;
		font-size: .875rem;
	}
	section.valuation .valuation-content .content-price {
		font-size: 40px;
		font-size: 2.5rem;
	}
	section.valuation .valuation-content .content-price sup {
		top: 3px;
		font-size: 24px;
		font-size: 1.5rem;
	}
}
@media (max-width: 650px) {
	/* Appointment */
	section.appointment .g-container {
		max-width: 490px;
	}
}
@media (max-width: 600px) {
	/* Form */
	form.form .form-km .km-item.item-left,
	form.form .form-km .km-item.item-right {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	form.form .form-km .km-item.item-right:not(:first-child) {
		margin-top: 5px;
	}
	form.form .form-condition > ul {
		margin: 0;
	}
	form.form .form-condition > ul > li {
		display: block;
		width: 100%;
		padding: 0;
	}
	form.form .form-condition > ul > li:not(:first-child) {
		margin-top: 10px;
	}
	form.form .form-cb > ul {
		margin: 0 -5px;
	}
	form.form .form-cb > ul > li {
		padding: 0 5px;
	}
	form.form .form-checkbox .checkbox-label {
		font-size: 16px;
		font-size: 1rem;
	}
	form.form .form-cb .cb-checkbox .checkbox-button {
		padding: 5px 20px;
		border-radius: 20px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 30px;
	}

	/* Confirmation */
	section.confirmation .confirmation-main .main-val .val-title {
		margin: 0 auto;
	}
	section.confirmation .confirmation-main .main-val .val-content > .left,
	section.confirmation .confirmation-main .main-val .val-content > .right {
		float: none;
		clear: none;
		width: 100%;
		margin: 0 auto;
	}
	section.confirmation .confirmation-main .main-val .val-content > .left {
		max-width: 300px;
	}
	section.confirmation .confirmation-main .main-val .val-content > .right {
		max-width: 250px;
		text-align: center;
	}
	section.confirmation .confirmation-main .main-val .val-content > .right:not(:first-child) {
		margin-top: 10px;
	}
	section.confirmation .confirmation-main .main-val .val-content .content-price {
		font-size: 40px;
		font-size: 2.5rem;
	}
	section.confirmation .confirmation-main .main-val .val-content .content-price sup {
		top: 3px;
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.confirmation .confirmation-main .main-val .val-content .content-text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
	}
	section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li {
		padding-left: 37px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
	}
	section.confirmation .confirmation-main .main-ap .ap-content .content-details > ul > li::before {
		top: 1px;
	}

	/* Valuation */
	section.valuation {
		padding: 60px 0;
	}
	section.valuation .valuation-content > .left,
	section.valuation .valuation-content > .right {
		float: none;
		clear: none;
		width: 100%;
		margin: 0 auto;
	}
	section.valuation .valuation-content > .left {
		max-width: 100%;
	}
	section.valuation .valuation-content > .right:not(:first-child) {
		margin-top: 60px;
	}

	/* Appointment */
	section.appointment {
		padding: 60px 0;
	}
	section.appointment .appointment-time .time-content {
		margin-right: -5px;
		margin-left: -5px;
	}
	section.appointment .appointment-time .time-content .content-button {
		margin-right: 5px;
		margin-left: 5px;
		padding: 5px 20px;
		border-radius: 20px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 30px;
	}

	/* Landing Grid */
	section.lg {
		padding: 80px 0 40px;
	}
	section.lg .lg-wrapper {
		display: block;
		margin: 0;
	}
	section.lg .lg-wrapper > .wrapper-item {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
	section.lg .lg-card .card-grid {
		display: -ms-flexbox;
		display: flex;
	}
	section.lg .lg-card .card-grid > .grid-item.left {
		float: left;
		clear: left;
		width: 100%;
		width: calc(50% - 65px);
		max-width: 210px;
	}
	section.lg .lg-card .card-grid > .grid-item.right {
		float: right;
		clear: right;
		width: 100%;
		width: calc(50% + 65px);
		max-width: 340px;
		margin-top: 0;
		padding-left: 25px;
	}
	section.lg .lg-card .card-image img {
		height: auto;
		object-fit: fill;
	}
	section.lg .lg-card .card-content {
		text-align: left;
	}
}
@media (max-width: 480px) {
	/* Button */
	.g-btn {
		padding: 8px 16px;
	}
	.g-btn.btn-solid,
	.g-btn.btn-outline {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Container */
	.g-container {
		padding: 0 20px;
	}
	
	/* Form */
	form.form .form-label {
		font-size: 18px;
		font-size: 1.125rem;
	}
	form.form .form-input {
		height: 42px;
		padding: 5px 15px;
		font-size: 16px;
		font-size: 1rem;
	}

	/* Title */
	.title-2 {
		font-size: 24px;
		font-size: 1.25rem;
	}
	.title-3 {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Unordered List */
	ul.style-1 > li {
		padding-left: 18px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
	}
	ul.style-1 > li::before {
		top: 8px;
	}
	ul.style-1 > li:not(:first-child) {
		margin-top: 5px;
	}

	/* Sidebar */
	.g-sb .sb-content {
		padding: 25px;
	}

	/* Landing Header */
	section.lh {
		padding: 20px 0;
	}

	/* Steps Header */
	section.sh {
		padding: 20px 0;
	}
	section.sh .sh-grid .grid-item.left {
		float: none;
		clear: none;
		width: 100%;
		text-align: center;
	}
	section.sh .sh-grid .grid-item.right {
		display: none;
	}
	section.sh .sh-logo {
		display: inline-block;
		vertical-align: top;
	}

	/* Hero */
	section.hero {
		padding: 60px 0;
	}
	section.hero .hero-main .main-grid > .grid-item.left {
		max-width: 300px;
	}
	section.hero .hero-main .main-content .content-title {
		font-size: 32px;
		font-size: 2rem;
	}
	section.hero .hero-main .main-content .content-text {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.hero .hero-main .main-content .content-text:not(:first-child) {
		margin-top: 10px;
	}
	section.hero .hero-main .main-content .content-value:not(:first-child) {
		margin-top: 40px;
	}
	section.hero .hero-main .main-content .content-value .value-form .form-label {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.hero .hero-main .main-content .content-value .value-form .form-grid {
		display: block;
	}
	section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item.left,
	section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item.right {
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section.hero .hero-main .main-content .content-value .value-form .form-grid > .grid-item.right:not(:first-child) {
		margin-top: 10px;
	}
	section.hero .hero-main .main-content .content-value .value-form .form-input {
		height: 48px;
		padding: 4px 0;
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Details */
	section.details {
		padding: 40px 0 60px;
	}

	/* Info */
	section.info {
		padding: 60px 0;
	}
	section.info .info-text {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Confirmation */
	section.confirmation {
		padding: 40px 0 60px;
	}
	section.confirmation .confirmation-main .main-ap .ap-content {
		padding: 25px;
	}

	/* Valuation */
	section.valuation .valuation-content .content-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
	section.valuation .valuation-content .content-text {
		font-size: 16px;
		font-size: 1rem;
	}
	section.valuation .valuation-content .content-text a {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
	}

	/* Appointment */
	section.appointment .g-container {
		max-width: 440px;
	}
	section.appointment .appointment-header .header-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.appointment .appointment-header .header-text {
		font-size: 16px;
		font-size: 1rem;
	}
	section.appointment .appointment-location .location-text {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.appointment .appointment-date .date-slider {
		padding: 0 35px;
	}
	section.appointment .appointment-date .date-slider .slick-arrow {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	section.appointment .appointment-date .date-slider .slick-arrow.slick-prev {
		left: -10px;
	}
	section.appointment .appointment-date .date-slider .slick-arrow.slick-next {
		right: -10px;
	}

	/* Testimonials */
	section.testimonials {
		padding: 60px 0;
	}
	section.testimonials .testimonials-carousel .slick-arrow {
		display: none !important;
	}
	section.testimonials .testimonials-carousel .carousel-slide {
		padding: 0 20px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card {
		padding: 40px 25px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars {
		margin: 0 -2.5px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-stars .star-icon {
		width: 19px;
		height: 17.5px;
		margin: 0 2.5px;
	}
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-text,
	section.testimonials .testimonials-carousel .carousel-slide .slide-card .card-content .content-title {
		font-size: 16px;
		font-size: 1rem;
	}
	section.testimonials .testimonials-pagination:not(:first-child) {
		margin-top: 30px;
	}

	/* Landing Grid */
	section.lg {
		padding: 60px 0 20px;
	}
	section.lg .lg-card .card-content .content-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.lg .lg-card .card-content .content-text {
		font-size: 16px;
		font-size: 1rem;
	}
	section.lg .lg-card .card-content .content-text:not(:first-child) {
		margin-top: 5px;
	}

	/* FAQs */
	section.faqs {
		padding: 60px 0;
	}
	section.faqs .faqs-header {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.faqs .faqs-main .main-item {
		padding-bottom: 20px;
	}
	section.faqs .faqs-main .main-item:not(:first-child) {
		padding-top: 20px;
	}
	section.faqs .faqs-main .main-card .card-question {
		padding-right: 33px;
	}
	section.faqs .faqs-main .main-card .card-question::before {
		top: 10px;
		width: 18px;
		height: 10px;
	}
	section.faqs .faqs-main .main-card .card-question .question-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.faqs .faqs-main .main-card .card-answer {
		font-size: 16px;
		font-size: 1rem;
	}
}
@media (max-width: 400px) {
	/* Appointment */
	section.appointment .g-container {
		max-width: 280px;
	}
}
