@charset "UTF-8";
/* dm-sans-regular - latin */
/* dm-sans-regular - latin */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/dm-sans-v11-latin-regular.eot"); /* IE9 Compat Modes */
	src: local(""), url("../fonts/dm-sans-v11-latin-regulard41dd41dd41d.html?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dm-sans-v11-latin-regular.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../fonts/dm-sans-v11-latin-regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/dm-sans-v11-latin-regular.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/dm-sans-v11-latin-regular.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/dm-sans-v11-latin-500.eot"); /* IE9 Compat Modes */
	src: local(""), url("../fonts/dm-sans-v11-latin-500d41dd41dd41d.html?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dm-sans-v11-latin-500.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../fonts/dm-sans-v11-latin-500.woff") format("woff"), /* Modern Browsers */ url("../fonts/dm-sans-v11-latin-500.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/dm-sans-v11-latin-500.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/dm-sans-v11-latin-700.eot"); /* IE9 Compat Modes */
	src: local(""), url("../fonts/dm-sans-v11-latin-700d41dd41dd41d.html?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dm-sans-v11-latin-700.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../fonts/dm-sans-v11-latin-700.woff") format("woff"), /* Modern Browsers */ url("../fonts/dm-sans-v11-latin-700.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/dm-sans-v11-latin-700.svg#DMSans") format("svg"); /* Legacy iOS */
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
main {
	display: block;
}
hr {
	box-sizing: content-box;
	overflow: visible;
	border: 0;
	display: block;
	height: 1px;
	background-color: #cdcdcd;
	margin: 2rem 0;
}
a {
	background-color: transparent;
	color: #001f5c;
	text-decoration: none;
	transition: color 0.3s;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button {
	background: 0 0;
	outline: 0;
	border: 0;
	color: inherit;
	padding: 0;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}
.get_started__button {
	margin-top: -18px;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
.outline-none {
	outline: none !important;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
img:not([src]):not([srcset]) {
	visibility: hidden;
}
html {
	box-sizing: border-box;
	font-size: 1rem;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
	box-sizing: inherit;
}
body {
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #001f5c;
	letter-spacing: -0.02em;
	overflow-x: hidden;
	overflow-y: auto;
}
@media (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
}
body.is-hidden {
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
}
b,
strong {
	font-weight: 600;
}
img[data-src] {
	opacity: 0;
}
img[data-src].is-loaded,
img[data-src].loaded {
	opacity: 1;
	transition-duration: 0.3s;
	transition-property: opacity, transform, -webkit-transform;
}
[data-bg].is-loading,
[data-bg].is-preloading {
	opacity: 0;
}
[data-bg].is-loaded,
[data-bg].loaded {
	opacity: 1;
	transition-duration: 0.4s;
	transition-property: opacity;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
img.lazyload:not([src]) {
	visibility: hidden;
}
iframe {
	border-radius: 0 !important;
}
h1,
h2,
h3 {
	color: #001f5c;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a {
	color: #001f5c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #ff7847;
}
h1 {
	margin: 0.67em 0;
	font-size: 1.75rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}
a:hover {
	color: #ff7847;
	text-decoration: none;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.col-11,
.col-12,
.col-6,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-10,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-auto,
.col-sm,
.col-sm-6,
.col-sm-auto,
.col-xl-10,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8 {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 12.5%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.d-none {
	display: none !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-4-5 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.d-md-none {
		display: none !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-1-5 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-2-4 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-r-lg-0 {
		margin-right: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-r-lg-1 {
		margin-right: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-r-lg-2 {
		margin-right: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-r-lg-3 {
		margin-right: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-r-lg-4 {
		margin-right: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-r-lg-5 {
		margin-right: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-r-lg-6 {
		margin-right: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-r-lg-7 {
		margin-right: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-r-lg-8 {
		margin-right: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-r-lg-9 {
		margin-right: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-r-lg-10 {
		margin-right: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.offset-r-lg-11 {
		margin-right: 91.66667%;
	}
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mt-2 {
	margin-top: 1.5rem !important;
}
.mb-2 {
	margin-bottom: 1.5rem !important;
}
.mt-3 {
	margin-top: 2rem !important;
}
.mt-10 {
	margin-top: 10rem !important;
}
.mb-10 {
	margin-bottom: 10rem !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pt-2 {
	padding-top: 1.5rem !important;
}
.pb-2 {
	padding-bottom: 1.5rem !important;
}
.pt-3 {
	padding-top: 2rem !important;
}
.pb-3 {
	padding-bottom: 2rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-2 {
		margin-bottom: 1.5rem !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 1rem !important;
	}
	.mt-lg-1 {
		margin-top: 1rem !important;
	}
	.mr-lg-1 {
		margin-right: 1rem !important;
	}
	.mb-lg-1 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-1 {
		margin-left: 1rem !important;
	}
	.m-lg-2 {
		margin: 1.5rem !important;
	}
	.mt-lg-2 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-2 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-2 {
		margin-left: 1.5rem !important;
	}
	.m-lg-3 {
		margin: 2rem !important;
	}
	.mt-lg-3 {
		margin-top: 2rem !important;
	}
	.mr-lg-3 {
		margin-right: 2rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-3 {
		margin-left: 2rem !important;
	}
	.m-lg-4 {
		margin: 3rem !important;
	}
	.mt-lg-4 {
		margin-top: 3rem !important;
	}
	.mr-lg-4 {
		margin-right: 3rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-4 {
		margin-left: 3rem !important;
	}
	.m-lg-5 {
		margin: 4rem !important;
	}
	.mt-lg-5 {
		margin-top: 4rem !important;
	}
	.mr-lg-5 {
		margin-right: 4rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 4rem !important;
	}
	.ml-lg-5 {
		margin-left: 4rem !important;
	}
	.m-lg-45 {
		margin: 3.5rem !important;
	}
	.mt-lg-45 {
		margin-top: 3.5rem !important;
	}
	.mr-lg-45 {
		margin-right: 3.5rem !important;
	}
	.mb-lg-45 {
		margin-bottom: 3.5rem !important;
	}
	.ml-lg-45 {
		margin-left: 3.5rem !important;
	}
	.m-lg-6 {
		margin: 4.375rem !important;
	}
	.mt-lg-6 {
		margin-top: 4.375rem !important;
	}
	.mr-lg-6 {
		margin-right: 4.375rem !important;
	}
	.mb-lg-6 {
		margin-bottom: 4.375rem !important;
	}
	.ml-lg-6 {
		margin-left: 4.375rem !important;
	}
	.m-lg-65 {
		margin: 5.625rem !important;
	}
	.mt-lg-65 {
		margin-top: 5.625rem !important;
	}
	.mr-lg-65 {
		margin-right: 5.625rem !important;
	}
	.mb-lg-65 {
		margin-bottom: 5.625rem !important;
	}
	.ml-lg-65 {
		margin-left: 5.625rem !important;
	}
	.m-lg-7 {
		margin: 5.875rem !important;
	}
	.mt-lg-7 {
		margin-top: 5.875rem !important;
	}
	.mr-lg-7 {
		margin-right: 5.875rem !important;
	}
	.mb-lg-7 {
		margin-bottom: 5.875rem !important;
	}
	.ml-lg-7 {
		margin-left: 5.875rem !important;
	}
	.m-lg-8 {
		margin: 7rem !important;
	}
	.mt-lg-8 {
		margin-top: 7rem !important;
	}
	.mr-lg-8 {
		margin-right: 7rem !important;
	}
	.mb-lg-8 {
		margin-bottom: 7rem !important;
	}
	.ml-lg-8 {
		margin-left: 7rem !important;
	}
	.m-lg-9 {
		margin: 7.5rem !important;
	}
	.mt-lg-9 {
		margin-top: 7.5rem !important;
	}
	.mr-lg-9 {
		margin-right: 7.5rem !important;
	}
	.mb-lg-9 {
		margin-bottom: 7.5rem !important;
	}
	.ml-lg-9 {
		margin-left: 7.5rem !important;
	}
	.m-lg-10 {
		margin: 10rem !important;
	}
	.mt-lg-10 {
		margin-top: 10rem !important;
	}
	.mr-lg-10 {
		margin-right: 10rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 10rem !important;
	}
	.ml-lg-10 {
		margin-left: 10rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 1rem !important;
	}
	.pt-lg-1 {
		padding-top: 1rem !important;
	}
	.pr-lg-1 {
		padding-right: 1rem !important;
	}
	.pb-lg-1 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-1 {
		padding-left: 1rem !important;
	}
	.p-lg-2 {
		padding: 1.5rem !important;
	}
	.pt-lg-2 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-2 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-2 {
		padding-left: 1.5rem !important;
	}
	.p-lg-3 {
		padding: 2rem !important;
	}
	.pt-lg-3 {
		padding-top: 2rem !important;
	}
	.pr-lg-3 {
		padding-right: 2rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-3 {
		padding-left: 2rem !important;
	}
	.p-lg-4 {
		padding: 3rem !important;
	}
	.pt-lg-4 {
		padding-top: 3rem !important;
	}
	.pr-lg-4 {
		padding-right: 3rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-4 {
		padding-left: 3rem !important;
	}
	.p-lg-5 {
		padding: 4rem !important;
	}
	.pt-lg-5 {
		padding-top: 4rem !important;
	}
	.pr-lg-5 {
		padding-right: 4rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 4rem !important;
	}
	.pl-lg-5 {
		padding-left: 4rem !important;
	}
	.p-lg-45 {
		padding: 3.5rem !important;
	}
	.pt-lg-45 {
		padding-top: 3.5rem !important;
	}
	.pr-lg-45 {
		padding-right: 3.5rem !important;
	}
	.pb-lg-45 {
		padding-bottom: 3.5rem !important;
	}
	.pl-lg-45 {
		padding-left: 3.5rem !important;
	}
	.p-lg-6 {
		padding: 4.375rem !important;
	}
	.pt-lg-6 {
		padding-top: 4.375rem !important;
	}
	.pr-lg-6 {
		padding-right: 4.375rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 4.375rem !important;
	}
	.pl-lg-6 {
		padding-left: 4.375rem !important;
	}
	.p-lg-65 {
		padding: 5.625rem !important;
	}
	.pt-lg-65 {
		padding-top: 5.625rem !important;
	}
	.pr-lg-65 {
		padding-right: 5.625rem !important;
	}
	.pb-lg-65 {
		padding-bottom: 5.625rem !important;
	}
	.pl-lg-65 {
		padding-left: 5.625rem !important;
	}
	.p-lg-7 {
		padding: 5.875rem !important;
	}
	.pt-lg-7 {
		padding-top: 5.875rem !important;
	}
	.pr-lg-7 {
		padding-right: 5.875rem !important;
	}
	.pb-lg-7 {
		padding-bottom: 5.875rem !important;
	}
	.pl-lg-7 {
		padding-left: 5.875rem !important;
	}
	.p-lg-8 {
		padding: 7rem !important;
	}
	.pt-lg-8 {
		padding-top: 7rem !important;
	}
	.pr-lg-8 {
		padding-right: 7rem !important;
	}
	.pb-lg-8 {
		padding-bottom: 7rem !important;
	}
	.pl-lg-8 {
		padding-left: 7rem !important;
	}
	.p-lg-9 {
		padding: 7.5rem !important;
	}
	.pt-lg-9 {
		padding-top: 7.5rem !important;
	}
	.pr-lg-9 {
		padding-right: 7.5rem !important;
	}
	.pb-lg-9 {
		padding-bottom: 7.5rem !important;
	}
	.pl-lg-9 {
		padding-left: 7.5rem !important;
	}
	.p-lg-10 {
		padding: 10rem !important;
	}
	.pt-lg-10 {
		padding-top: 10rem !important;
	}
	.pr-lg-10 {
		padding-right: 10rem !important;
	}
	.pb-lg-10 {
		padding-bottom: 10rem !important;
	}
	.pl-lg-10 {
		padding-left: 10rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.mt-xl-4 {
		margin-top: 3rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 3rem !important;
	}
	.mt-xl-5 {
		margin-top: 4rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 4rem !important;
	}
	.mb-xl-45 {
		margin-bottom: 3.5rem !important;
	}
	.mr-xl-6 {
		margin-right: 4.375rem !important;
	}
	.ml-xl-6 {
		margin-left: 4.375rem !important;
	}
	.mt-xl-65 {
		margin-top: 5.625rem !important;
	}
	.mb-xl-65 {
		margin-bottom: 5.625rem !important;
	}
	.mb-xl-9 {
		margin-bottom: 7.5rem !important;
	}
	.pr-xl-6 {
		padding-right: 4.375rem !important;
	}
	.pl-xl-6 {
		padding-left: 4.375rem !important;
	}
}
.cs-8 {
	margin: -0.5rem;
}
.cs-8 > [class*="col-"] {
	padding: 1.2rem;
}
.cs-x-8 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.cs-x-8 > [class*="col-"] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.cs-y-16 {
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.cs-y-16 > [class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 768px) {
	.cs-md-8 {
		margin: -0.5rem;
	}
	.cs-md-8 > [class*="col-"] {
		padding: 0.5rem;
	}
	.cs-md-16 {
		margin: -1rem;
	}
	.cs-md-16 > [class*="col-"] {
		padding: 1rem;
	}
}
@media (min-width: 992px) {
	.cs-lg-0 {
		margin: 0;
	}
	.cs-lg-0 > .col,
	.cs-lg-0 > [class*="col-"] {
		padding: 0;
	}
	.cs-lg-x-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.cs-lg-x-0 > .col,
	.cs-lg-x-0 > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
	.cs-lg-y-0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.cs-lg-y-0 > .col,
	.cs-lg-y-0 > [class*="col-"] {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cs-lg-8 {
		margin: -0.5rem;
	}
	.cs-lg-8 > .col,
	.cs-lg-8 > [class*="col-"] {
		padding: 0.5rem;
	}
	.cs-lg-x-8 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.cs-lg-x-8 > .col,
	.cs-lg-x-8 > [class*="col-"] {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.cs-lg-y-8 {
		margin-top: -0.5rem;
		margin-bottom: -0.5rem;
	}
	.cs-lg-y-8 > .col,
	.cs-lg-y-8 > [class*="col-"] {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.cs-lg-16 {
		margin: -1rem;
	}
	.cs-lg-16 > .col,
	.cs-lg-16 > [class*="col-"] {
		padding: 1rem;
	}
	.cs-lg-x-16 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.cs-lg-x-16 > .col,
	.cs-lg-x-16 > [class*="col-"] {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.cs-lg-y-16 {
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
	.cs-lg-y-16 > .col,
	.cs-lg-y-16 > [class*="col-"] {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.cs-lg-20 {
		margin: -1.25rem;
	}
	.cs-lg-20 > .col,
	.cs-lg-20 > [class*="col-"] {
		padding: 1.25rem;
	}
	.cs-lg-x-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
	.cs-lg-x-20 > .col,
	.cs-lg-x-20 > [class*="col-"] {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.cs-lg-y-20 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem;
	}
	.cs-lg-y-20 > .col,
	.cs-lg-y-20 > [class*="col-"] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
@media (min-width: 1200px) {
	.cs-xl-20 {
		margin: -1.25rem;
	}
	.cs-xl-20 > [class*="col-"] {
		padding: 1.25rem;
	}
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-bpb-wrapper.w-css-reset.w-css-reset-tree {
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button {
	width: 5rem !important;
	height: 5rem !important;
	position: relative;
	background-color: transparent !important;
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::before {
	transition-duration: 0.3s;
	transition-property: transform, background-color, -webkit-transform;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	background: rgba(255, 255, 255, 0.1);
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::before {
		background: rgba(255, 255, 255, 0.3);
	}
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::after {
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	content: "";
	width: 3rem;
	height: 3rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button:hover::before {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button:hover::after {
	-webkit-transform: translate(-50%, -50%) scale(0.95);
	transform: translate(-50%, -50%) scale(0.95);
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button > div {
	display: none !important;
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button svg {
	z-index: 3;
	width: 50% !important;
	height: 50% !important;
	color: #ff7847 !important;
	fill: #ff7847 !important;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button svg polygon {
	fill: currentColor !important;
}
.wistia_embed--type-2 .w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button svg {
	color: #001f5c !important;
	fill: #001f5c !important;
}
.lg-container {
	font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
}
.lg-next,
.lg-prev {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	outline: 0;
	border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}
.lg-next {
	right: 20px;
}
.lg-next:before {
	content: "\e095";
}
.lg-prev {
	left: 20px;
}
.lg-prev:after {
	content: "\e094";
}
@keyframes lg-right-end {
	0%,
	100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}
@keyframes lg-left-end {
	0%,
	100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: 0.3s lg-right-end;
	animation: 0.3s lg-right-end;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: 0.3s lg-left-end;
	animation: 0.3s lg-left-end;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-media-overlap .lg-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	will-change: color;
	transition: color 0.2s linear;
	background: 0 0;
	border: none;
	box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 18px;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-maximize {
	font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
	content: "\e90a";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	color: #eee;
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
.lg-media-overlap .lg-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.lg-error-msg {
	font-size: 14px;
	color: #999;
}
.lg-counter {
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	height: 47px;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.8);
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
	opacity: 0;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1), opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
	color: #fff;
	border-radius: 3px;
	outline: rgba(255, 255, 255, 0.6) dashed 1px;
}
.lg-toolbar .lg-icon:focus-visible {
	border-radius: 8px;
	outline-offset: -5px;
}
@font-face {
	font-family: lg;
	src: url(../fonts/lightgallery/lgb687b687b687b687.html?io9a6k) format("woff2"), url(../fonts/lightgallery/lgb687b687-2b687b687.html?io9a6k) format("truetype"),
		url(../fonts/lightgallery/lgb687b687-3b687b687.html?io9a6k) format("woff"), url(../fonts/lightgallery/lgb687b687-4b687b687.html?io9a6k#lg) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
.lg-icon {
	font-family: lg !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19);
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19), -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19);
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	will-change: opacity, transform;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19), opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) !important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-icon.lg-zoom-in:after {
	content: "\e311";
}
.lg-icon.lg-actual-size {
	font-size: 20px;
}
.lg-icon.lg-actual-size:after {
	content: "\e033";
}
.lg-icon.lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
	opacity: 0.75;
	pointer-events: none;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	will-change: visibility, opacity;
	transition: visibility 0.18s linear, opacity 0.18s linear;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
	transition-delay: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
	color: #fff;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	will-change: visibility, opacity, transform;
	transition: transform 0.18s linear, visibility 0.5s linear, opacity 0.18s linear, -webkit-transform 0.18s linear;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "DM Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer .lg-share {
	position: relative;
}
.lg-outer .lg-share:after {
	content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
	content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
	content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
	content: "\e906";
}
.lg-outer .lg-video-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lg-outer .lg-video-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.lg-outer .lg-video-object {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 3;
}
.lg-outer .lg-video-poster {
	z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
	opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
	opacity: 1;
}
@keyframes lg-play-stroke {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes lg-play-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lg-video-play-button {
	width: 18%;
	max-width: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	will-change: opacity, transform;
	transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}
.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
	opacity: 1;
}
.lg-video-play-icon-bg {
	fill: none;
	stroke-width: 3%;
	stroke: #fcfcfc;
	opacity: 0.6;
	will-change: opacity;
	transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	fill: none;
	stroke-width: 3%;
	stroke: rgba(30, 30, 30, 0.9);
	stroke-opacity: 1;
	stroke-linecap: round;
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
}
.lg-video-play-icon {
	position: absolute;
	width: 25%;
	max-width: 120px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0.6;
	will-change: opacity;
	transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
	fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
	-webkit-animation: 2s linear 0.25s infinite lg-play-rotate, 1.5s ease-in-out 0.25s infinite lg-play-stroke;
	animation: 2s linear 0.25s infinite lg-play-rotate, 1.5s ease-in-out 0.25s infinite lg-play-stroke;
}
.lg-video-loaded .lg-video-play-button {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	transform: translate(-50%, -50%) scale(0.7);
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-container {
	outline: 0;
	display: none;
	font-family: inherit;
}
.lg-on {
	scroll-behavior: unset;
}
.lg-overlay-open {
	overflow: hidden;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
	opacity: 0;
	will-change: transform, opacity;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), opacity 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: 0;
	will-change: auto;
	overflow: hidden;
	transition: opacity 0.15s;
}
.lg-outer * {
	box-sizing: border-box;
}
.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: opacity;
	white-space: nowrap;
}
.lg-outer .lg-item {
	display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url(../img/loading.html) center center no-repeat;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
	display: none;
}
.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	transition: opacity 333ms ease-in;
}
.lg-backdrop.in {
	opacity: 0.8;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	transition: none !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity 0.1s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1), opacity 0.1s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1);
}
.lg-container.lg-show {
	display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
	transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}
.lg-inline .lg-backdrop {
	z-index: 1;
}
.lg-inline .lg-outer {
	z-index: 2;
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}
.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	pointer-events: none;
}
.lg-sub-html a,
.lg-sub-html h1,
.lg-sub-html h2,
.lg-sub-html h3,
.lg-sub-html h4,
.lg-sub-html h5,
.lg-sub-html h6 {
	color: inherit;
}
.lg-sub-html a:hover {
	text-decoration: underline;
	color: #fff;
}
@media (min-width: 80rem) and (min-height: 45rem) {
	.lg-video-cont {
		border-radius: 0.75rem;
		overflow: hidden;
	}
}
.lg-toolbar .lg-icon {
	transition-duration: 0.3s;
	transition-property: color, background-color;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(7, 7, 62, 0.7);
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
	background-color: #ff7847;
}
.lg-next,
.lg-prev {
	transition-duration: 0.3s;
	transition-property: background-color, color;
	background-color: rgba(7, 7, 62, 0.7);
	color: rgba(255, 255, 255, 0.8);
}
.lg-next:hover,
.lg-prev:hover {
	background-color: #ff7847;
	color: #fff;
}
[data-gallery-item][data-src],
[data-gallery][data-src] {
	cursor: pointer;
}
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height, -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-order: 9999;
	order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}
.swiper-lazy-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ff7847;
	z-index: 10;
	box-sizing: border-box;
	width: 2.625rem;
	height: 2.625rem;
	margin-left: -1.3125rem;
	margin-top: -1.3125rem;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border-radius: 50%;
	border: 0.1875rem solid #ff7847;
	border-top-color: transparent !important;
	-webkit-animation: 1s linear infinite swiper-preloader-spin;
	animation: 1s linear infinite swiper-preloader-spin;
}
.swiper-lazy-preloader-white {
	border-color: #fff;
	opacity: 0.7;
}
.swiper-lazy-preloader-black {
	border-color: #001f5c;
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
}
.icon--filled {
	fill: currentColor;
	stroke: none;
	stroke-width: 0;
}
.hamburger-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
}
.hamburger-button__wrapper {
	transition: 0.3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 20px;
	height: 16px;
}
.hamburger-button__wrapper:before {
	content: "";
	top: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.hamburger-button__wrapper:after {
	content: "";
	top: auto;
	bottom: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.hamburger-button__icon,
.hamburger-button__wrapper:after,
.hamburger-button__wrapper:before {
	transition: 0.3s;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #001f5c;
	border-radius: 2px;
}
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__icon,
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:after,
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:before {
	width: 100%;
	background-color: #001f5c;
}
.hamburger-button--left .hamburger-button__wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
}
.hamburger-button--close .hamburger-button__icon,
.hamburger-button.is-active .hamburger-button__icon {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.hamburger-button--close .hamburger-button__wrapper,
.hamburger-button.is-active .hamburger-button__wrapper {
	height: 20px;
}
.hamburger-button--close .hamburger-button__wrapper:before,
.hamburger-button.is-active .hamburger-button__wrapper:before {
	-webkit-transform: rotate(45deg) scale(1.303, 1);
	transform: rotate(45deg) scale(1.303, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.hamburger-button--close .hamburger-button__wrapper:after,
.hamburger-button.is-active .hamburger-button__wrapper:after {
	-webkit-transform: rotate(-45deg) scale(1.303, 1);
	transform: rotate(-45deg) scale(1.303, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.hamburger-button--close .hamburger-button__icon,
.hamburger-button--close .hamburger-button__wrapper:after,
.hamburger-button--close .hamburger-button__wrapper:before,
.hamburger-button.is-active .hamburger-button__icon,
.hamburger-button.is-active .hamburger-button__wrapper:after,
.hamburger-button.is-active .hamburger-button__wrapper:before {
	background-color: #001f5c;
}
.text-style {
	display: block;
	margin: 0;
}
.text-style__line {
	height: 0.5rem;
	width: 100%;
}
@media screen and (min-width: 48rem) {
	hr {
		margin-top: calc(3.7037vw + 0.22222rem);
		margin-bottom: calc(3.7037vw + 0.22222rem);
	}
	.text-style__line {
		height: calc(0.92593vw + 0.05556rem);
	}
}
@media screen and (min-width: 75rem) {
	hr {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.text-style__line {
		height: 0.75rem;
	}
}
.text-style__badge {
	background-color: #5ec6e8;
	color: #fff;
	display: inline-block;
	padding: 0 0.59375rem;
	border-radius: 0.25rem;
	font-size: 80%;
	margin: 0 0.25rem;
	position: relative;
	z-index: 2;
}
.text-style__badge-shape {
	position: absolute;
	font-size: 100%;
	right: 100%;
	bottom: 100%;
	-webkit-transform: translate(0.1875rem, 0.5rem);
	transform: translate(0.1875rem, 0.5rem);
	z-index: -1;
	pointer-events: none;
	width: 1em;
	height: 1em;
	color: #001f5c;
}
.text-style__badge--small {
	margin: 0 0.1875rem;
	padding: 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-weight: 500;
}
.text-style__badge--dark {
	background-color: #001f5c;
}
.text-style--h1 {
	font-size: 1.75rem;
	color: #001f5c;
	line-height: 1.14;
	font-weight: 700;
}
@media screen and (min-width: 48rem) {
	.text-style--h1 {
		font-size: calc(6.48148vw - 1.36111rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h1 {
		font-size: 3.5rem;
	}
}
.text-style--h2 {
	font-size: 1.625rem;
	color: #001f5c;
	line-height: 1.17;
	font-weight: 700;
}
@media screen and (min-width: 48rem) {
	.text-style--h2 {
		font-size: calc(5.09259vw - 0.81944rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h2 {
		font-size: 3rem;
	}
}
.text-style--h3 {
	font-size: 1.25rem;
	color: #001f5c;
	line-height: 1.2;
	font-weight: 700;
}
@media screen and (min-width: 48rem) {
	.text-style--h3 {
		font-size: calc(4.62963vw - 0.97222rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h3 {
		font-size: 2rem;
	}
}
.text-style--h4 {
	font-size: 1.125rem;
	color: #001f5c;
	line-height: 1.25;
	font-weight: 700;
}
@media screen and (min-width: 48rem) {
	.text-style--h4 {
		font-size: calc(3.24074vw - 0.43056rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h4 {
		font-size: 2rem;
	}
}
.text-style--h5 {
	font-size: 0.9375rem;
	color: #001f5c;
	line-height: 1.33;
	font-weight: 500;
}
@media screen and (min-width: 48rem) {
	.text-style--h5 {
		font-size: calc(2.08333vw - 0.0625rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h5 {
		font-size: 1.5rem;
	}
}
.text-style--h6 {
	font-size: 0.9375rem;
	color: #001f5c;
	font-weight: 500;
}
@media screen and (min-width: 48rem) {
	.text-style--h6 {
		font-size: calc(0.69444vw + 0.60417rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--h6 {
		font-size: 1.125rem;
	}
}
.text-style--jumbo {
	font-size: 2rem;
	color: #001f5c;
	line-height: 1.2;
	font-weight: 700;
}
@media screen and (min-width: 48rem) {
	.text-style--jumbo {
		font-size: calc(3.7037vw + 0.5rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--jumbo {
		font-size: 3rem;
	}
}
.text-style--heading {
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.text-style--heading {
		letter-spacing: 0.025em;
	}
}
.text-style--heading-l {
	font-size: 0.875rem;
}
@media screen and (min-width: 48rem) {
	.text-style--heading-l {
		font-size: calc(0.46296vw + 0.65278rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--heading-l {
		font-size: 1rem;
	}
}
.text-style--heading-s {
	font-size: 0.75rem;
}
@media screen and (min-width: 48rem) {
	.text-style--heading-s {
		font-size: calc(0.46296vw + 0.52778rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--heading-s {
		font-size: 0.875rem;
	}
}
.text-style--large {
	font-size: 1rem;
	font-weight: 400;
}
@media screen and (min-width: 48rem) {
	.text-style--large {
		font-size: calc(0.46296vw + 0.77778rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--large {
		font-size: 1.125rem;
	}
}
@media (min-width: 62rem) {
	.text-style--jumbo {
		line-height: 1.12;
	}
	.text-style--large {
		line-height: 1.78;
	}
}
.text-style--small {
	font-size: 0.875rem;
	font-weight: 400;
}
.text-style--detail {
	transition: color 0.3s;
	font-size: 0.75rem;
}
@media (max-width: 767px) {
	.text-style--section {
		font-size: 1.375rem;
	}
	.text-style--card {
		font-size: 1.25rem;
	}
}
.text-style--faq {
	font-size: 0.9375rem;
	color: #001f5c;
	line-height: 1.6;
	font-weight: 500;
}
.text-style--light {
	font-weight: 300;
}
.text-style--medium {
	font-weight: 500;
}
.text-style--bold {
	font-weight: 700;
}
@media (min-width: 62rem) {
	.text-style--lh-l {
		line-height: 1.72;
	}
	.text-style--lh-xl {
		line-height: 2;
	}
}
.text-style--highlighted {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.text-style--highlighted .text-style__line {
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: -1;
}
.text-style--highlighted-large {
	padding-bottom: 0.5625rem;
}
@media screen and (min-width: 48rem) {
	.text-style--faq {
		font-size: calc(1.15741vw + 0.38194rem);
	}
	.text-style--highlighted .text-style__line {
		bottom: calc(0.46296vw - 0.22222rem);
	}
	.text-style--highlighted-large {
		padding-bottom: calc(0.23148vw + 0.45139rem);
	}
}
@media screen and (min-width: 75rem) {
	.text-style--faq {
		font-size: 1.25rem;
	}
	.text-style--highlighted .text-style__line {
		bottom: 0.125rem;
	}
	.text-style--highlighted-large {
		padding-bottom: 0.625rem;
	}
}
.text-style--highlighted-large .text-style__line {
	bottom: 0;
}

.text-style-italic {
	font-style: italic;
}
.image-ratio {
	position: relative;
	display: block;
}
.image-ratio:not(.image-ratio--transparent) {
	background-color: transparent;
}
.image-ratio__item:focus {
	outline: 0;
}
.image-ratio__item.is-loading,
.image-ratio__item.is-preloading,
.image-ratio__item.swiper-lazy {
	opacity: 0;
}
.image-ratio__item.is-loaded,
.image-ratio__item.loaded {
	opacity: 1;
	transition-duration: 0.4s;
	transition-property: opacity, transform, -webkit-transform;
}
.image-ratio--1by1 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--1by1::before {
	padding-bottom: calc((1 / 1) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--1by1--mobile::before {
		padding-bottom: calc((1 / 1) * 100%) !important;
	}
}
.image-ratio--2by1 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--2by1::before {
	padding-bottom: calc((1 / 2) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--2by1--mobile::before {
		padding-bottom: calc((1 / 2) * 100%) !important;
	}
}
.image-ratio--3by1 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--3by1::before {
	padding-bottom: calc((1 / 3) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--3by1--mobile::before {
		padding-bottom: calc((1 / 3) * 100%) !important;
	}
}
.image-ratio--3by2 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--3by2::before {
	padding-bottom: calc((2 / 3) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--3by2--mobile::before {
		padding-bottom: calc((2 / 3) * 100%) !important;
	}
}
.image-ratio--4by3 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--4by3::before {
	padding-bottom: calc((3 / 4) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--4by3--mobile::before {
		padding-bottom: calc((3 / 4) * 100%) !important;
	}
}
.image-ratio--4by5 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--4by5::before {
	padding-bottom: calc((5 / 4) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--4by5--mobile::before {
		padding-bottom: calc((5 / 4) * 100%) !important;
	}
}
.image-ratio--4by7 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--4by7::before {
	padding-bottom: calc((7 / 4) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--4by7--mobile::before {
		padding-bottom: calc((7 / 4) * 100%) !important;
	}
}
.image-ratio--16by9 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--16by9::before {
	padding-bottom: calc((9 / 16) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--16by9--mobile::before {
		padding-bottom: calc((9 / 16) * 100%) !important;
	}
}
.image-ratio--3by15 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--3by15::before {
	padding-bottom: calc((1.5 / 3) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--3by15--mobile::before {
		padding-bottom: calc((1.5 / 3) * 100%) !important;
	}
}
.image-ratio--card-vector .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--card-vector::before {
	padding-bottom: calc((136 / 196) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--card-vector--mobile::before {
		padding-bottom: calc((136 / 196) * 100%) !important;
	}
}
.image-ratio--card-vector-2 .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--card-vector-2::before {
	padding-bottom: calc((170 / 196) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--card-vector-2--mobile::before {
		padding-bottom: calc((170 / 196) * 100%) !important;
	}
}
.image-ratio--client .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--client::before {
	padding-bottom: calc((96 / 180) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--client--mobile::before {
		padding-bottom: calc((96 / 180) * 100%) !important;
	}
}
.image-ratio--client-2 .image-ratio__item {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--client-2::before {
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--client-2--mobile::before {
		padding-bottom: calc((63 / 180) * 100%) !important;
	}
}
.image-ratio--video .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--video::before {
	padding-bottom: calc((290 / 510) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--video--mobile::before {
		padding-bottom: calc((290 / 510) * 100%) !important;
	}
}
.image-ratio--platform .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--platform::before {
	padding-bottom: calc((180 / 250) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--platform--mobile::before {
		padding-bottom: calc((180 / 250) * 100%) !important;
	}
}
.image-ratio--guarantee .image-ratio__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-ratio--guarantee::before {
	padding-bottom: calc((443.45 / 480) * 100%);
	display: block;
	content: "";
}
@media (max-width: 575px) {
	.image-ratio--guarantee--mobile::before {
		padding-bottom: calc((443.45 / 480) * 100%) !important;
	}
}
.image-ratio--contain .image-ratio__item {
	-o-object-fit: contain;
	object-fit: contain;
}
.image-ratio--cover .image-ratio__item {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50%;
	object-position: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.image-ratio--blurly .image-ratio__item.is-loading,
.image-ratio--blurly .image-ratio__item.is-preloading,
.image-ratio--blurly .image-ratio__item.swiper-lazy {
	opacity: 0;
	-webkit-filter: blur(60px);
	filter: blur(60px);
}
.image-ratio--blurly .image-ratio__item.is-loaded,
.image-ratio--blurly .image-ratio__item.loaded {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition-duration: 0.5s;
	transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
}
.list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #001f5c;
}
.list__item + .list__item {
	margin-top: 0.3125rem;
}
.list__item-icon {
	transition: color 0.3s;
	color: #ff7847;
	font-size: 1.5rem;
	margin-right: 0.75rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.list .list {
	padding-left: 1rem;
	border-left: 1px solid #cdcdcd;
	margin-left: 0.1875rem;
	margin-top: 0.3125rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.list--dotted .list__item {
	position: relative;
	padding-left: 1rem;
	line-height: 1.5rem;
}
.list--dotted .list__item::before {
	content: "";
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	position: absolute;
	top: 0.5625rem;
	line-height: 1;
	left: 0;
	background-color: #001f5c;
}
.list--dotted .list__item + .list__item {
	margin-top: 0.75rem;
}
.list--icon {
	line-height: 1.5rem;
	font-size: 0.875rem;
}
.list--icon .list__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.list--icon .list__item {
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 1.25rem;
	}
}
.list--icon .list__item-icon {
	margin-right: 0.5rem;
	font-size: 1rem;
}
.list--icon .list__item + .list__item {
	margin-top: 0.75rem;
}
@media screen and (min-width: 48rem) {
	.list--icon .list__item-icon {
		margin-right: calc(1.85185vw - 0.38889rem);
	}
	.list--icon .list__item + .list__item {
		margin-top: calc(0.92593vw + 0.30556rem);
	}
}
@media screen and (min-width: 75rem) {
	.list--icon .list__item-icon {
		margin-right: 1rem;
	}
	.list--icon .list__item + .list__item {
		margin-top: 1rem;
	}
}
.list--fix {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list--inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.5rem -1rem;
}
.list--inline .list__item {
	padding: 0.5rem 1rem;
	margin: 0 !important;
}
@-webkit-keyframes loader {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes buttonAnimation {
	100% {
		background-position: 100% 100%;
	}
}
.button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	box-sizing: border-box;
	transition-duration: 0.3s;
	transition-property: background-color, color, border-color, outline, box-shadow;
	background-color: #001f5c;
	color: #fff;
	border-radius: 12px;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 500;
	min-width: 0;
	min-height: 48px;
	padding: 0.75rem 2rem;
	border: 0 solid #cdcdcd;
}

.button-inverted {
	background-color: #ff7847;
}

.button:hover {
	text-decoration: none;
	background-color: #ff7847;
	border-color: transparent;
	color: #fff;
}

.button-inverted:hover {
	background-color: #ff8b60;
}
.button:focus-visible {
	outline: 0;
}
.button:focus {
	background-color: #ff7847;
	border-color: transparent;
	color: #fff;
}
.button:active {
	background-color: #ff7847;
	border-color: transparent;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(219, 81, 64, 0.12);
}
.button.is-disabled,
.button:disabled,
.button[disabled] {
	cursor: no-drop;
	background-color: #fbfcfd;
	border-color: #cdcdcd;
	color: #e7e9ef;
}
@media (max-width: 767px) {
	.button {
		font-size: 0.875rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.button--plain {
	background-color: transparent;
	border-color: transparent;
	color: #30315a;
}
.button--plain:hover {
	background-color: #f1f5f8;
	border-color: transparent;
	color: #001f5c;
}
.button--plain:focus {
	background-color: #e7e9ef;
	border-color: transparent;
	color: #001f5c;
}
.button--plain:active {
	background-color: #e7e9ef;
	border-color: transparent;
	color: #001f5c;
	box-shadow: 0 0 0 3px rgba(231, 233, 239, 0.3);
}
.button--plain.is-disabled,
.button--plain:disabled,
.button--plain[disabled] {
	background-color: transparent;
	border-color: transparent;
	color: #30315a;
}
.button--bordered {
	border-width: 1px;
	background-color: transparent;
	border-color: #001f5c;
	color: #001f5c;
}
.button--bordered:hover {
	background-color: transparent;
	border-color: #ff7847;
	color: #ff7847;
}
.button--bordered:focus {
	background-color: #f1f5f8;
	border-color: transparent;
	color: #ff7847;
}
.button--bordered:active {
	background-color: transparent;
	border-color: #ff7847;
	color: #ff7847;
	box-shadow: 0 0 0 3px rgba(219, 81, 64, 0.12);
}
.button--bordered.is-disabled,
.button--bordered:disabled,
.button--bordered[disabled] {
	border-color: transparent;
}
.button--link {
	border-radius: 0;
	min-height: 40px;
	padding: 0.25rem 0;
	background-color: transparent;
	color: #001f5c;
}
.button--link:focus,
.button--link:hover {
	background-color: transparent;
	color: #ff7847;
}
.button--link:active {
	background-color: transparent;
	color: #ff7847;
	box-shadow: inherit;
}
.button--link.is-disabled,
.button--link:disabled,
.button--link[disabled] {
	background-color: transparent;
	color: #e7e9ef;
}
.button__label {
	text-align: left;
	line-height: 1;
}
.button__icon:not(.d-none) + .button__label,
.button__label:not(.d-none) + .button__icon {
	margin-left: 0.5rem;
	vertical-align: middle;
}
.button__icon {
	font-size: 1rem;
}
@media screen and (min-width: 48rem) {
	.button__icon {
		font-size: calc(1.85185vw + 0.11111rem);
	}
}
@media screen and (min-width: 75rem) {
	.button__icon {
		font-size: 1.5rem;
	}
}
.button__icon-wrapper {
	transition-duration: 0.3s;
	transition-property: background-color, box-shadow;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	border-radius: 50%;
	background-color: #001f5c;
	color: #fff;
}
@media (max-width: 767px) {
	.button__icon-wrapper {
		font-size: 1.25rem;
	}
}
.button__icon-wrapper .button__icon {
	font-size: inherit;
}
.button__icon-wrapper:not(.d-none) + .button__label,
.button__label:not(.d-none) + .button__icon-wrapper {
	margin-left: 0.75rem;
}
@media screen and (min-width: 48rem) {
	.button__icon-wrapper:not(.d-none) + .button__label,
	.button__label:not(.d-none) + .button__icon-wrapper {
		margin-left: calc(2.77778vw - 0.58333rem);
	}
}
@media screen and (min-width: 75rem) {
	.button__icon-wrapper:not(.d-none) + .button__label,
	.button__label:not(.d-none) + .button__icon-wrapper {
		margin-left: 1.5rem;
	}
}
.button:hover .button__icon-wrapper {
	background-color: #ff7847;
}
.button:active .button__icon-wrapper,
.button:focus .button__icon-wrapper {
	background-color: #db5140;
}
.button:active .button__icon-wrapper {
	background-color: #ff7847;
	box-shadow: 0 0 0 0.1875rem rgba(219, 81, 64, 0.12);
}
.button:disabled .button__icon-wrapper {
	background-color: #fbfcfd;
	color: #e7e9ef;
}
@media (min-width: 62rem) {
	.button__icon-wrapper:not(.d-none) + .button__label,
	.button__label:not(.d-none) + .button__icon-wrapper {
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}
	.button:hover .button__icon-wrapper:not(.d-none) + .button__label,
	.button:hover .button__label:not(.d-none) + .button__icon-wrapper {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.button:disabled .button__icon-wrapper:not(.d-none) + .button__label,
	.button:disabled .button__label:not(.d-none) + .button__icon-wrapper {
		-webkit-transform: initial !important;
		transform: initial !important;
	}
}
.button--small {
	min-height: 40px;
	padding: 0.5rem 1rem;
}
.button--small .button__icon + .button__label,
.button--small .button__label + .button__icon {
	margin-left: 0.5rem;
}
.button--icon-rotate .button__icon {
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.button--icon-rotate:hover .button__icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.stars__item {
	font-size: 1.5rem;
	color: #5ec6e8;
}
.stars__item:not(:first-child) {
	margin-left: 0.25rem;
}
.stars--trustpilot .stars__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #00af72;
	color: #fff;
	font-size: 0.875rem;
}
.stars--trustpilot .stars__item:not(:first-child) {
	margin-left: 0.125rem;
}
.stars--trustpilot.stars--medium .stars__item {
	width: 1.625rem;
	height: 1.625rem;
	font-size: 1rem;
}
.stars--trustpilot.stars--medium .stars__item:not(:first-child) {
	margin-left: 0.25rem;
}
@media screen and (min-width: 48rem) {
	.stars--trustpilot.stars--medium .stars__item {
		width: calc(1.38889vw + 0.95833rem);
		height: calc(1.38889vw + 0.95833rem);
		font-size: calc(0.92593vw + 0.55556rem);
	}
	.stars--trustpilot.stars--medium .stars__item:not(:first-child) {
		margin-left: calc(0.92593vw - 0.19444rem);
	}
}
@media screen and (min-width: 75rem) {
	.stars--trustpilot.stars--medium .stars__item {
		width: 2rem;
		height: 2rem;
		font-size: 1.25rem;
	}
	.stars--trustpilot.stars--medium .stars__item:not(:first-child) {
		margin-left: 0.5rem;
	}
}
.stars--trustpilot.stars--large .stars__item {
	width: 1.625rem;
	height: 1.625rem;
	font-size: 1rem;
}
.stars--trustpilot.stars--large .stars__item:not(:first-child) {
	margin-left: 0.25rem;
}
.card {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	transition-duration: 0.3s;
	transition-property: background-color, color, border-color, box-shadow;
	border-radius: 0.375rem;
}
.card__content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.card__title {
	margin-bottom: 0.75rem;
}
.card__title--wrapper {
	max-width: 80%;
}
.card__more {
	margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
	.stars--trustpilot.stars--large .stars__item {
		width: calc(3.24074vw + 0.06944rem);
		height: calc(3.24074vw + 0.06944rem);
		font-size: calc(2.77778vw - 0.33333rem);
	}
	.stars--trustpilot.stars--large .stars__item:not(:first-child) {
		margin-left: calc(1.38889vw - 0.41667rem);
	}
	.card__more {
		margin-top: calc(1.85185vw + 1.11111rem);
	}
}
@media screen and (min-width: 75rem) {
	.stars--trustpilot.stars--large .stars__item {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.75rem;
	}
	.stars--trustpilot.stars--large .stars__item:not(:first-child) {
		margin-left: 0.625rem;
	}
	.card__more {
		margin-top: 2.5rem;
	}
}
@media (max-width: 575px) {
	.card__more {
		width: 100%;
	}
}
.card__button {
	margin-top: 2rem;
	width: 100%;
}
.card__icon {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #ff7847;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 48rem) {
	.card__button {
		margin-top: calc(3.7037vw + 0.22222rem);
	}
	.card__icon {
		font-size: calc(3.7037vw + 0.22222rem);
		margin-bottom: calc(1.85185vw + 1.11111rem);
	}
}
@media screen and (min-width: 75rem) {
	.card__button {
		margin-top: 3rem;
	}
	.card__icon {
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}
}
.card__icon-wrapper {
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 48rem) {
	.card__icon-wrapper {
		width: calc(5.55556vw + 0.33333rem);
		height: calc(5.55556vw + 0.33333rem);
	}
}
@media screen and (min-width: 75rem) {
	.card__icon-wrapper {
		width: 4.5rem;
		height: 4.5rem;
	}
}
.card__icon-wrapper .card__icon {
	font-size: 2rem;
	margin-bottom: 0;
}
.card__image {
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.card__image--wrapper {
	max-width: 20rem;
}
.steps.card__image--wrapper {
	max-width: 40rem;
}
.steps .fixed {
	height: 500px;
    top: 85px;
    left: 20%;
    width: 500px;
}
.card__content + .card__image,
.card__image + .card__content {
	margin-top: 1.5rem;
}
.card__bottom {
	margin-top: auto;
}
.card__author {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.card__author-image {
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
}
@media screen and (min-width: 48rem) {
	.card__content + .card__image,
	.card__image + .card__content {
		margin-top: calc(3.7037vw - 0.27778rem);
	}
	.card__author-image {
		margin-right: calc(1.85185vw + 0.11111rem);
		width: calc(3.7037vw + 1.22222rem);
		height: calc(3.7037vw + 1.22222rem);
	}
}
@media screen and (min-width: 75rem) {
	.card__content + .card__image,
	.card__image + .card__content {
		margin-top: 2.5rem;
	}
	.card__author-image {
		margin-right: 1.5rem;
		width: 4rem;
		height: 4rem;
	}
}
.card__author-image-item {
	border-radius: 50%;
}
.card__author-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.card__author-subtitle {
	color: #c3c5d5;
}
.card__hover {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #001f5c;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.card__hover::before {
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.card__hover::before,
	.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::before {
		-webkit-backdrop-filter: blur(1rem);
		backdrop-filter: blur(1rem);
	}
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.card__hover::before {
		background-color: rgba(255, 255, 255, 0.3);
	}
}
.card__hover::after {
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	content: "";
	width: 3rem;
	height: 3rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.card__hover-icon {
	position: relative;
	z-index: 2;
	font-size: 1rem;
}
@media (min-width: 48rem) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.6875rem;
	}
	.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button {
		width: 8.75rem !important;
		height: 8.75rem !important;
	}
	.w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::after {
		width: 5rem;
		height: 5rem;
	}
	.wistia_embed--type-2 .w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button {
		width: 7.75rem !important;
		height: 7.75rem !important;
	}
	.wistia_embed--type-2 .w-chrome[id*="wistia_chrome_"] [id*="wistia_grid_"] .w-css-reset-tree button.w-big-play-button::after {
		width: 4.5rem;
		height: 4.5rem;
	}
	.button__label:not(.d-none) + .button__icon:last-child {
		margin-right: -0.5rem;
	}
	.card__hover {
		width: 7.75rem;
		height: 7.75rem;
	}
	.card__hover::after {
		width: 4.5rem;
		height: 4.5rem;
	}
	.card__hover-icon {
		font-size: 1.5rem;
	}
}
.card__price {
	margin-top: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 48rem) {
	.card__price {
		margin-top: calc(1.85185vw + 0.61111rem);
	}
}
@media screen and (min-width: 75rem) {
	.card__price {
		margin-top: 2rem;
	}
}
.card__price-old {
	margin-left: 1rem;
	color: #c3c5d5;
}
.card__list {
	margin-top: 1.5rem;
}
.card__shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 6px;
}
.card__header {
	margin-bottom: 0.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.card__header .card__rating {
	margin-bottom: 0;
}
.card--collapse {
	background-color: #fff;
	box-shadow: 0 94px 118px rgba(7, 7, 62, 0.04);
	padding: 2rem 1.5rem;
}
.card--collapse:hover {
	box-shadow: 0 110px 138px rgba(7, 7, 62, 0.08);
}
@media (min-width: 48rem) {
	.card--collapse {
		border-radius: 0.375rem;
	}
	.card--platform:hover .card__image {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.card--collapse.card--large {
	padding: 2rem 1.5rem;
}
@media screen and (min-width: 48rem) {
	.card__list {
		margin-top: calc(3.7037vw - 0.27778rem);
	}
	.card--collapse {
		padding-left: calc(1.19048vw + 0.92857rem);
		padding-right: calc(1.19048vw + 0.92857rem);
	}
	.card--collapse.card--large {
		padding-top: calc(1.19048vw + 1.42857rem);
		padding-bottom: calc(1.19048vw + 1.42857rem);
		padding-left: calc(2.38095vw + 0.35714rem);
		padding-right: calc(2.38095vw + 0.35714rem);
	}
}
@media screen and (min-width: 90rem) {
	.card--collapse {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.card--collapse.card--large {
		padding: 2.5rem;
	}
}
.card--collapse.card--large .card__content + .card__image,
.card--collapse.card--large .card__image + .card__content {
	margin-top: 1.5rem;
}
.card--trustpilot {
	box-shadow: 0 42px 53px rgba(10, 7, 27, 0.04);
	font-size: 0.875rem;
}
.card--trustpilot .card__rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.card--trustpilot .card__rating-value {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}
@media screen and (min-width: 48rem) {
	.card--trustpilot .card__rating-value {
		font-size: calc(0.92593vw + 0.80556rem);
	}
}
@media screen and (min-width: 75rem) {
	.card__list {
		margin-top: 1.5rem;
	}
	.card--trustpilot .card__rating-value {
		font-size: 1.5rem;
	}
}
.card--trustpilot .card__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
	line-height: 0;
}
.card--trustpilot--2 {
	min-height: 13.75rem;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 48rem) {
	.card--trustpilot--2 {
		padding-top: calc(2.38095vw + 0.35714rem);
		padding-bottom: calc(2.38095vw + 0.35714rem);
	}
}
@media screen and (min-width: 90rem) {
	.card--trustpilot--2 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.card--trustpilot--2 .card__caption,
.card--trustpilot--2 .card__rating,
.card--trustpilot--2 .card__title {
	margin-bottom: 0.5rem;
}
.card--client {
	box-shadow: 0 40px 72px -16px rgba(7, 7, 62, 0.06);
	padding: 0;
}
.card--client:hover {
	background-color: #f1f5f8;
	box-shadow: 0 0 0 transparent;
}
@media (max-width: 767px) {
	.card--client {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.card--client .card__image {
	max-width: 11.25rem;
	margin-left: auto;
	margin-right: auto;
}
.card--client-primary {
	background-color: transparent;
	box-shadow: initial;
	color: #585b74;
}
.card--client-primary:hover {
	background-color: #fff;
	color: #001f5c;
}
@media (min-width: 62rem) {
	.card--collapse {
		border-radius: 0.75rem;
	}
	.card--trustpilot {
		border-radius: 0.375rem;
	}
	.card--radius-xl,
	.card--radius-xl .card__shape,
	.card--trustpilot--2 {
		border-radius: 0.75rem;
	}
	.card--client-primary {
		border-radius: 0.5rem;
	}
}
.card--video {
	overflow: hidden;
}
.card--video .card__image,
.card--video .card__image-item {
	background-color: #001f5c;
	border-radius: 6px;
}
.card--review {
	box-shadow: 0 94px 114px -56px rgba(7, 7, 62, 0.06);
}
.card--review-tp {
	min-height: 13.75rem;
}
.card--review-tp .card__title {
	height: 1.625rem;
	line-height: 1.625rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.5rem;
}
.card--review-tp .card__caption {
	height: 2.75rem;
	line-height: 1.375rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card--review-tp .card__bottom {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	position: relative;
}
.card--review-tp .card__bottom::before {
	content: "";
	width: 3.75rem;
	height: 1px;
	background-color: #e7e9ef;
	position: absolute;
	top: 0;
	left: 0;
}
.card--review-tp .card__author {
	margin-top: 0;
}
.card--platform {
	padding: 1rem 0.75rem;
}
@media screen and (min-width: 48rem) {
	.card--platform {
		padding-top: calc(2.38095vw - 0.14286rem);
		padding-bottom: calc(2.38095vw - 0.14286rem);
		padding-left: calc(1.19048vw + 0.17857rem);
		padding-right: calc(1.19048vw + 0.17857rem);
	}
}
@media screen and (min-width: 90rem) {
	.card--platform {
		padding: 2rem 1.25rem;
	}
}
.card--platform .card__image {
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	overflow: initial;
}
.card--platform .card__image-item {
	-webkit-filter: drop-shadow(0 94px 118px rgba(7, 7, 62, 0.04));
	filter: drop-shadow(0 94px 118px rgba(7, 7, 62, 0.04));
}
.card--platform .card__image + .card__content {
	margin-top: 1.5rem;
}
.card--platform .card__title {
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.card--platform .card__title {
		font-size: 1rem;
	}
}
.card--centered {
	text-align: center;
}
.card--centered .card__logo,
.card--centered .card__rating,
.card--centered .card__title--wrapper {
	margin-left: auto;
	margin-right: auto;
}
.card--package {
	transition-duration: 0.4s;
	transition-property: background-color, box-shadow, transform, -webkit-transform;
	background-color: #f1f5f8;
	box-shadow: initial;
	padding: 2rem 1.5rem;
}
@media screen and (min-width: 48rem) {
	.card--package {
		padding-top: calc(1.19048vw + 1.42857rem);
		padding-bottom: calc(1.19048vw + 1.42857rem);
		padding-left: calc(2.38095vw + 0.35714rem);
		padding-right: calc(2.38095vw + 0.35714rem);
	}
}
@media screen and (min-width: 90rem) {
	.card--package {
		padding: 2.5rem;
	}
}
.card--package .card__title:not(.card__title--full) {
	max-width: 70%;
}
.card--package .card__caption {
	color: #585b74;
}
@media (min-width: 62rem) {
	.card--video .card__image,
	.card--video .card__image-item {
		border-radius: 0.75rem;
	}
	.card--package .card__list {
		font-size: 1.125rem;
	}
}
.card--package.card--primary {
	background-color: #fff;
	box-shadow: 0 94px 118px rgba(7, 7, 62, 0.04);
	padding-top: 1.5rem;
	border-top: 0.75rem solid #ff7847;
}
.card--package.card--primary:hover {
	box-shadow: 0 94px 118px rgba(7, 7, 62, 0.04);
}
.card--package.card--primary .card__shape {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card--package.card--primary .card__caption {
	color: #c3c5d5;
}
.card--package:not(.card--primary) .card__button:not(:active),
.card--package:not(.card--primary) .card__button:not(:focus) {
	background-color: rgb(255, 255, 255);
	color: #ff7847;
}
.card--package:not(.card--primary) .card__button:not(:active):hover,
.card--package:not(.card--primary) .card__button:not(:focus):hover {
	background-color: #ff7847;
	color: #fff;
}
.card--shape {
	position: relative;
	z-index: 2;
}
.card--bordered {
	background-color: #fff;
	border: 1px solid #f1f5f8;
	padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 48rem) {
	.card--package.card--primary {
		padding-top: calc(0.92593vw + 1.05556rem);
	}
	.card--bordered {
		padding-top: calc(1.19048vw + 0.92857rem);
		padding-bottom: calc(1.19048vw + 0.92857rem);
	}
}
@media screen and (min-width: 90rem) {
	.card--bordered {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.card--bordered:hover {
	background-color: #fbfcfd;
}
a.card[data-fslightbox] .card__hover,
a.card[data-fslightbox] .card__hover-icon {
	pointer-events: none;
}
a.card:hover {
	color: #001f5c;
}
a.card:hover .card__hover::before {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
a.card:hover .card__hover::after {
	-webkit-transform: translate(-50%, -50%) scale(0.95);
	transform: translate(-50%, -50%) scale(0.95);
}
a.card:hover.card--video .card__image-item {
	opacity: 0.8;
}
a.card:hover.card--trustpilot {
	box-shadow: 0 0 0 0 transparent;
	background-color: #f1f5f8;
}
.slider {
	min-width: 0;
	position: relative;
}
.slider__container:not(.swiper-initialized) .slider__wrapper {
	margin: -0.625rem;
	width: initial;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.slider__container:not(.swiper-initialized) .slider__item {
	padding: 0.625rem;
	box-sizing: border-box;
}
.slider__wrapper {
	height: initial;
}
.slider__item {
	height: initial;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.slider__item > * {
	box-sizing: border-box;
}
@media (min-width: 62rem) {
	.slider__container:not(.swiper-initialized) .slider__wrapper {
		margin: -0.75rem;
	}
	.slider__container:not(.swiper-initialized) .slider__item {
		padding: 0.75rem;
	}
	.slider[data-slider-grid-lg="2"]:not(.slider--centered) .slider__container:not(.swiper-initialized) .slider__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		min-width: 0 !important;
		width: initial !important;
		box-sizing: border-box !important;
	}
	.slider[data-slider-grid-lg="3"]:not(.slider--centered) .slider__container:not(.swiper-initialized) .slider__item {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		min-width: 0 !important;
		width: initial !important;
		box-sizing: border-box !important;
	}
	.slider[data-slider-grid-lg="4"]:not(.slider--centered) .slider__container:not(.swiper-initialized) .slider__item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		min-width: 0 !important;
		width: initial !important;
		box-sizing: border-box !important;
	}
	.slider[data-slider-grid-lg="5"]:not(.slider--centered) .slider__container:not(.swiper-initialized) .slider__item {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		min-width: 0 !important;
		width: initial !important;
		box-sizing: border-box !important;
	}
}
.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container {
	overflow: visible;
}
.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
	width: 17.5rem;
}
.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-initialized) .slider__wrapper {
	margin: -0.625rem;
}
.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-initialized) .slider__item {
	box-sizing: content-box;
	padding: 0.625rem;
}
@media (max-width: 767px) {
	.card--package.card--primary {
		border-top: 0.5rem;
	}
}
.slider--fill,
.slider--fill .slider__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
}
.accordion {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
}
.accordion__item {
	transition-duration: 0.3s;
	transition-property: background-color, box-shadow, padding, margin, border-color;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 124px 114px -66px rgba(43, 29, 103, 0.08);
	padding: 1rem;
}
.accordion__item:not(:first-child) {
	margin-top: 1rem;
}
@media screen and (min-width: 48rem) {
	.accordion__item {
		padding-top: calc(1.85185vw + 0.11111rem);
		padding-bottom: calc(1.85185vw + 0.11111rem);
		padding-right: calc(1.85185vw + 0.11111rem);
		padding-left: calc(3.7037vw - 0.77778rem);
	}
	.accordion__item:not(:first-child) {
		margin-top: calc(1.85185vw + 0.11111rem);
	}
}
@media screen and (min-width: 75rem) {
	.card--package.card--primary {
		padding-top: 1.75rem;
	}
	.accordion__item {
		padding: 1.5rem 1.5rem 1.5rem 2rem;
	}
	.accordion__item:not(:first-child) {
		margin-top: 1.5rem;
	}
}
.accordion__item-toggle {
	padding-top: 1rem;
	padding-right: 1rem;
	margin-top: -1rem;
	margin-right: -1rem;
	padding-left: 1rem;
	margin-left: -1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	text-align: left;
	color: #001f5c;
}
@media screen and (min-width: 48rem) {
	.accordion__item-toggle {
		padding-top: calc(1.85185vw + 0.11111rem);
		padding-right: calc(1.85185vw + 0.11111rem);
		margin-top: calc(-1.85185vw - 0.11111rem);
		margin-right: calc(-1.85185vw - 0.11111rem);
		padding-left: calc(3.7037vw - 0.77778rem);
		margin-left: calc(-3.7037vw + 0.77778rem);
	}
}
@media screen and (min-width: 75rem) {
	.accordion__item-toggle {
		padding-top: 1.5rem;
		padding-right: 1.5rem;
		margin-top: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 2rem;
		margin-left: -2rem;
	}
}
.accordion__item-toggle-icon {
	transition-duration: 0.3s;
	transition-property: color, background-color;
	width: 2rem;
	height: 2rem;
	font-size: 1.25rem;
	color: #585b74;
	background-color: #fbfcfd;
	margin-left: 0.75rem;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 48rem) {
	.accordion__item-toggle-icon {
		width: calc(3.7037vw + 0.22222rem);
		height: calc(3.7037vw + 0.22222rem);
		font-size: calc(0.92593vw + 0.80556rem);
	}
}
@media screen and (min-width: 75rem) {
	.accordion__item-toggle-icon {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}
}
.accordion__item-toggle-icon svg {
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion__item-content {
	transition-duration: 0.4s;
	transition-property: max-height, padding-top;
	max-height: 0;
	overflow: hidden;
	box-sizing: content-box;
	position: relative;
	z-index: 2;
	padding-right: 0.75rem;
}
@media (min-width: 62rem) {
	.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-initialized) .slider__wrapper {
		margin: -0.75rem;
	}
	.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-initialized) .slider__item {
		padding: 0.75rem;
	}
	.accordion__item-content {
		max-width: 90%;
	}
}
.accordion__item-content a {
	text-decoration: none;
	font-weight: 500;
}
.accordion__item-content a:hover {
	text-decoration: none;
}
.accordion__item:not(.is-active):not(.is-opened):hover {
	box-shadow: 0 110px 138px rgba(7, 7, 62, 0.08);
}
.accordion__item:not(.is-active):not(.is-opened):hover .accordion__item-toggle-icon {
	background-color: #f1f5f8;
}
.accordion__item.is-active,
.accordion__item.is-opened {
	border-color: transparent;
}
.accordion__item.is-active .accordion__item-toggle-icon,
.accordion__item.is-opened .accordion__item-toggle-icon {
	background-color: #f1f5f8;
	color: #001f5c;
}
.accordion__item.is-active .accordion__item-toggle-icon svg,
.accordion__item.is-opened .accordion__item-toggle-icon svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion__item.is-active .accordion__item-content,
.accordion__item.is-opened .accordion__item-content {
	padding-top: 0.75rem;
}
.accordion__item.is-active .accordion__item-content {
	transition: initial;
	max-height: initial;
}
.button-scroll-top {
	transition-duration: 0.3s;
	transition-property: opacity, visibility, transform, background-color, color, -webkit-transform;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ff7847;
	color: #fff;
	border-radius: 6.25rem;
	position: fixed;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.5rem;
	bottom: 2rem;
	right: 1.25rem;
}
@media screen and (min-width: 48rem) {
	.button-scroll-top {
		width: calc(3.24074vw + 0.94444rem);
		height: calc(3.24074vw + 0.94444rem);
		font-size: calc(1.85185vw + 0.61111rem);
	}
}
@media screen and (min-width: 75rem) {
	.button-scroll-top {
		width: 3.375rem;
		height: 3.375rem;
		font-size: 2rem;
	}
}
@media screen and (min-width: 82.5rem) {
	.button-scroll-top {
		bottom: calc(8.33333vw - 4.875rem);
		right: calc(5.83333vw - 3.5625rem);
	}
}
.button-scroll-top__icon {
	transition-duration: 0.4s;
	transition-property: transform, color, -webkit-transform;
	margin: 0;
}
.button-scroll-top:hover {
	background-color: #df6253;
	color: #fff;
}
.button-scroll-top:hover .button-scroll-top__icon {
	-webkit-animation: 1s infinite slideArrow;
	animation: 1s infinite slideArrow;
}
.button-scroll-top.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@keyframes slideArrow {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.countdown {
	font-size: 1.125rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #fff;
	min-height: 2.5rem;
}
.countdown__item {
	background-color: #001f5c;
	border-radius: 0.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-width: 2rem;
	height: 2.5rem;
	letter-spacing: 0;
}
@media (max-width: 575px) {
	.countdown {
		min-height: 2.25rem;
	}
	.countdown__item {
		height: 2.25rem;
	}
	.section:not([class*=" section--background"])
		+ .section:not([class*=" section--background"]).section--keep-desktop
		.section__container:not([class*=" section--background"]):not([class*=" section--bordered"]) {
		padding-top: initial;
	}
}
.countdown__item + .countdown__item {
	margin-left: 0.25rem;
}
.countdown__seperator {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
@media screen and (min-width: 48rem) {
	.countdown {
		font-size: calc(1.38889vw + 0.45833rem);
	}
	.countdown__seperator {
		margin-left: calc(1.38889vw - 0.29167rem);
		margin-right: calc(1.38889vw - 0.29167rem);
	}
}
@media screen and (min-width: 75rem) {
	.countdown {
		font-size: 1.5rem;
	}
	.countdown__seperator {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
}
.layout {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.layout__header {
	transition-duration: 0.3s;
	transition-property: min-height, transform, box-shadow, background-color, -webkit-transform;
	min-height: 4.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 1000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	width: 100%;
}
.layout__header.is-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
@media (min-width: 62rem) {
	.layout__header {
		min-height: 10rem;
	}
	.layout__header.is-hide {
		-webkit-transform: translateY(-4.5625rem);
		transform: translateY(-4.5625rem);
	}
	.layout__header.is-hide,
	.layout__header.is-sticky {
		min-height: 8.5rem;
	}
}
.layout__header.is-sticky {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.layout__header + .layout__body {
	margin-top: 4.5rem;
}
.layout__body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.layout__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.layout__footer .footer__container .col-sm {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 85rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 62rem) {
	.container {
		padding-left: calc(2.47525vw - 0.28465rem);
		padding-right: calc(2.47525vw - 0.28465rem);
	}
}
@media screen and (min-width: 112.5rem) {
	.button-scroll-top {
		bottom: 4.5rem;
		right: 3rem;
	}
	.container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.container--fluid {
	max-width: 72.75rem;
}
.navbar {
	transition-duration: 0.3s;
	transition-property: background-color, color;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	position: relative;
	z-index: 2;
	line-height: 1;
	background-color: #fff;
	font-size: 1rem;
	box-shadow: 0 0 84px -20px rgba(65, 66, 98, 0.16);
}
.navbar__container {
	transition: min-height 0.3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	position: relative;
	min-height: 4.5rem;
}
.navbar__logo {
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
}
.navbar__logo-img {
	width: auto;
	height: 50px;
}
.navbar__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 62rem) {
	.layout__header.is-hide .navbar__container,
	.layout__header.is-sticky .navbar__container {
		min-height: 4.5rem;
	}
	.layout__header + .layout__body {
		margin-top: 6rem;
	}
	.navbar__container {
		min-height: 6rem;
	}
	.navbar__menu {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.navbar__menu-item {
	display: -ms-flexbox;
	display: flex;
}
.navbar__menu-item:not(:first-child) {
	margin-top: 0.5rem;
}
@media (min-width: 62rem) {
	.navbar__menu-item:not(:first-child) {
		margin-left: 0.75rem;
		margin-top: 0;
	}
	.navbar__menu--primary {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media screen and (min-width: 62rem) and (min-width: 48rem) {
	.navbar__menu-item:not(:first-child) {
		margin-left: calc(0.92593vw + 0.30556rem);
	}
}
@media screen and (min-width: 62rem) and (min-width: 75rem) {
	.navbar__menu-item:not(:first-child) {
		margin-left: 1rem;
	}
}
.navbar__menu-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 3.5rem;
	padding: 0.5rem 1rem;
}
.navbar__menu-link.is-active {
	color: #ff7847;
}
.navbar__menu-link:not(.navbar__menu-link--button) {
	font-weight: 400;
}
@media (max-width: 991px) {
	.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__container {
		overflow: visible;
	}
	.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
		width: 17.5rem;
	}
	.slider[data-slider-grid="auto"]:not(.slider--centered):not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__container:not(.swiper-initialized) .slider__item {
		box-sizing: content-box;
	}
	.navbar__menu--primary .navbar__menu-link {
		text-align: left;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar__menu--right {
		margin-top: 1.25rem;
	}
	.navbar__menu-wrapper {
		transition-duration: 0.3s;
		transition-property: transform, opacity, visibility, -webkit-transform;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1.25rem;
		background-color: #fff;
		box-shadow: 0 94px 118px rgba(7, 7, 62, 0.04);
		z-index: 50;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-1.25rem);
		transform: translateY(-1.25rem);
		pointer-events: none;
		max-height: calc(100vh - 4.5rem);
	}
	.navbar__menu-wrapper.is-active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
	.section--centered-mobile .section__button {
		margin-left: auto;
		margin-right: auto;
	}
}
.navbar__menu-wrapper .navbar__menu--primary {
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.navbar__menu-wrapper .navbar__menu--right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.navbar__hamburger {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 0.75rem;
	margin-right: -0.6875rem;
}
.navbar__countdown {
	min-height: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #f1f5f8;
}
.footer {
	display: -ms-flexbox;
	display: flex;
	background-color: #0f1f3d;
	color: #ffffff;
	font-size: 0.875rem;
	position: relative;
	z-index: 3;
}
.footer p a {
	color: #ffffff;
}
.footer p a:hover {
	color: #fff;
}
.footer__container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
	.navbar__logo-img {
		width: auto;
	}
	.footer__container {
		padding-top: calc(9.25926vw - 2.44444rem);
		padding-bottom: calc(9.25926vw - 2.44444rem);
	}
}
@media screen and (min-width: 75rem) {
	.navbar__logo-img {
		width: auto;
	}
	.footer__container {
		padding-top: 3.5rem;
		padding-bottom: 2.5rem;
	}
}
.footer__logo {
	display: -ms-flexbox;
	display: flex;
}
.footer__logo-img {
	height: 70px;
	width: auto;
}
.footer__nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -0.5rem -0.75rem;
}
@media (min-width: 36rem) {
	.footer__nav {
		-ms-flex-pack: center;
		justify-content: center;
		margin: -0.5rem -1.25rem;
	}
}
.footer__nav-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
}
@media (min-width: 36rem) {
	.footer__nav-item {
		padding: 0.5rem 1.25rem;
	}
}
.footer__nav-link {
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	padding: 0.5rem 0;
	color: #fff;
	font-weight: 500;
}
.footer__bottom {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
	letter-spacing: -0.01em;
	border-top: 1px solid #292555;
}
@media screen and (min-width: 48rem) {
	.footer__logo-img {
		width: auto;
	}
	.footer__bottom {
		margin-top: calc(7.40741vw - 2.05556rem);
		padding-top: calc(5.55556vw - 1.16667rem);
	}
}
@media screen and (min-width: 75rem) {
	.footer__logo-img {
		width: auto;
	}
	.footer__bottom {
		margin-top: 3.5rem;
		padding-top: 3rem;
	}
}
@media (min-width: 48rem) {
	.footer__bottom {
		text-align: left;
	}
}
.footer__bottom p {
	margin: 0;
}
.footer__bottom .footer__nav-link {
	font-weight: 400;
	color: white;
}
.footer__bottom .footer__nav-link:hover {
	color: #fff;
}
.section {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.section__container {
	padding-top: 3rem;
	padding-bottom: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 48rem) {
	.section__container {
		padding-top: calc(7.14286vw - 0.42857rem);
		padding-bottom: calc(7.14286vw - 0.42857rem);
	}
}
@media screen and (min-width: 90rem) {
	.section__container {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
.section__title {
	margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
	.section__title {
		margin-bottom: calc(1.85185vw + 0.11111rem);
	}
}
@media screen and (min-width: 75rem) {
	.section__title {
		margin-bottom: 1.5rem;
	}
}
.section__title + .section__caption {
	margin-top: 0;
}
.section__subtitle {
	color: #ff7847;
	margin-bottom: 0.75rem;
	display: block;
}
.section__subtitle--badge {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 4rem;
	background-color: #fbebea;
}
.section__caption {
	margin: 0;
}
.section__header {
	margin-bottom: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section__header .section__subtitle,
.section__header .section__title {
	margin-bottom: initial;
}
.section__header .section__title + .section__caption,
.section__header .section__title + .section__subtitle {
	margin-top: 0.75rem;
}
.section__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section__content p:not(.card__caption) {
	margin-top: 0;
	margin-bottom: 0;
}
.section__content p:not(.card__caption):not(:first-child) {
	margin-top: 1rem;
}
.section__button {
	min-width: 11.25rem;
	margin-top: 1.5rem;
}
.steps.section__button {
	min-width: 14rem;
    height: 3.5rem;
    display: flex;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 36rem) {
	.section__button {
		margin-top: calc(4.16667vw + 0rem);
	}
}
.section__image {
	overflow: hidden;
	border-radius: 0.75rem;
}
@media (min-width: 75rem) {
	.section__image--overflow {
		margin-right: -2.5rem;
		margin-left: 4.375rem;
	}
}
.section__image-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section__inline-reviews {
	margin-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 48rem) {
	.section__header {
		margin-bottom: calc(5.55556vw - 1.16667rem);
	}
	.section__button {
		margin-top: 2rem;
	}
	.section__inline-reviews {
		margin-top: calc(5.55556vw - 0.66667rem);
	}
}
@media screen and (min-width: 75rem) {
	.section__header {
		margin-bottom: 3rem;
	}
	.section__inline-reviews {
		margin-top: 3.5rem;
	}
}
.section__inline-reviews-label {
	color: #ff7847;
	margin-top: 1rem;
	text-align: center;
}
@media (min-width: 36rem) {
	.section__inline-reviews {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.section__inline-reviews-label {
		margin-top: 0;
		margin-left: 1.5rem;
		text-align: left;
	}
}
@media (min-width: 48rem) {
	.section__client {
		position: absolute;
		width: 11.25rem;
		padding: 0 !important;
	}
	.section__client--1,
	.section__client--3 {
		right: 50%;
	}
	.section__client--2,
	.section__client--4 {
		left: 50%;
	}
	.section__client--1 {
		margin-right: 25%;
		top: 8rem;
	}
	.section__client--2 {
		margin-left: 16.666666666666668%;
		top: 4rem;
	}
}
@media (min-width: 62rem) {
	.navbar__countdown {
		min-height: 4rem;
	}
	.section__client--1 {
		margin-right: 29.09722222222222%;
	}
}
@media (min-width: 75rem) {
	.section__client--1 {
		margin-right: 26.1875rem;
	}
	.section__client--2 {
		margin-left: 15.0625rem;
	}
}
@media (min-width: 48rem) {
	.section__client--3 {
		margin-right: 16.666666666666668%;
		bottom: 4rem;
	}
	.section__client--4 {
		margin-left: 25%;
		bottom: 8rem;
	}
}
@media (min-width: 62rem) {
	.section__client--4 {
		margin-left: 29.09722222222222%;
	}
}
@media (min-width: 75rem) {
	.section__client--3 {
		margin-right: 15.0625rem;
	}
	.section__client--4 {
		margin-left: 26.1875rem;
	}
}
.section__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	z-index: -1;
	pointer-events: none;
}
.section__background--contain {
	-o-object-fit: contain;
	object-fit: contain;
}
@media (min-width: 48rem) {
	.section__background--fill {
		-o-object-fit: fill;
		object-fit: fill;
	}
}
.section__background--1 {
	-o-object-position: right top;
	object-position: right top;
}
@media (max-width: 767px) {
	.section__image {
		border-radius: 0.375rem;
	}
	.section__background--1 {
		-o-object-position: 60% top;
		object-position: 60% top;
	}
}
.section__background--2 {
	-o-object-position: left top;
	object-position: left top;
}
@media (max-width: 767px) {
	.section__background--2 {
		-o-object-position: 30% top;
		object-position: 30% top;
	}
}
.section__background--3 {
	-o-object-position: right bottom;
	object-position: right bottom;
}
@media (max-width: 767px) {
	.section__background--3 {
		-o-object-position: 2% bottom;
		object-position: 2% bottom;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.section__background--4 {
		height: 37.5rem;
	}
}
.section--centered,
.section--centered .section__caption,
.section--centered .section__subtitle,
.section--centered .section__title {
	text-align: center;
}
.section--centered .section__header {
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section--centered .section__subtitle--badge,
.section--centered .section__title.text-style--highlighted {
	margin-left: auto;
	margin-right: auto;
}
.section--centered .section__list {
	-ms-flex-pack: center;
	justify-content: center;
}
.section--centered .section__button {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 62rem) {
	.section--centered [class*="col-lg"] .section__header {
		-ms-flex-align: initial;
		align-items: initial;
		text-align: initial;
	}
	.section--centered-desktop .section__button {
		margin-left: auto;
		margin-right: auto;
	}
	.hero__content {
		padding-left: 0;
		padding-right: 0;
	}
}
.section--centered .card:not(.card--centered) {
	text-align: left;
}
@media (min-width: 48rem) {
	.section__background--4 {
		-o-object-position: right top;
		object-position: right top;
		height: 68.25rem;
	}
	.section--centered-desktop-md,
	.section--centered-desktop-md .section__caption,
	.section--centered-desktop-md .section__subtitle,
	.section--centered-desktop-md .section__title {
		text-align: center;
	}
	.section--centered-desktop-md .section__header {
		text-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.section--centered-desktop-md .section__subtitle--badge,
	.section--centered-desktop-md .section__title.text-style--highlighted {
		margin-left: auto;
		margin-right: auto;
	}
	.section--centered-desktop-md .section__list {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section--centered-desktop-md .section__button {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 48rem) and (min-width: 62rem) {
	.section--centered-desktop-md [class*="col-lg"] .section__header {
		-ms-flex-align: initial;
		align-items: initial;
		text-align: initial;
	}
}
@media (min-width: 48rem) {
	.section--centered-desktop-md .card:not(.card--centered) {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.section--centered-mobile-md,
	.section--centered-mobile-md .section__caption,
	.section--centered-mobile-md .section__subtitle,
	.section--centered-mobile-md .section__title {
		text-align: center;
	}
	.section--centered-mobile-md .section__header {
		text-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.section--centered-mobile-md .section__subtitle--badge,
	.section--centered-mobile-md .section__title.text-style--highlighted {
		margin-left: auto;
		margin-right: auto;
	}
	.section--centered-mobile-md .section__list {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section--centered-mobile-md .section__button {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) and (min-width: 62rem) {
	.section--centered-mobile-md [class*="col-lg"] .section__header {
		-ms-flex-align: initial;
		align-items: initial;
		text-align: initial;
	}
}
.section--background-gray {
	background-color: #fbfcfd;
}
.section--background-transparent {
	background-color: transparent !important;
}
.section--background-gray + .section--background-gray .section__container {
	padding-top: 0;
}
.section--background-gray-2 {
	background-color: rgba(241, 245, 248, 0.72);
}
.section--background-gray-2 + .section--background-gray-2 .section__container {
	padding-top: 0;
}
.section--background-dark {
	background-color: #001f5c;
	color: rgba(250, 250, 253, 0.5);
}
.section--background-dark .button--plain:not(:hover):not(:active):not(:focus),
.section--background-dark .section__title,
.section--background-dark .text-style--jumbo,
.section--background-dark blockquote p,
.section--background-dark blockquote small strong,
.section--background-dark h1,
.section--background-dark h2,
.section--background-dark h3 {
	color: #fff;
}
.section--background-dark .card .card__title {
	transition: color 0.3s;
}
.section--background-dark .card:not(:hover) {
	border-color: rgba(255, 255, 255, 0.17);
	box-shadow: initial;
}
.section--background-dark .card:hover {
	color: #001f5c;
	box-shadow: initial;
}
.section--background-dark .card:hover .card__title {
	color: #001f5c;
}
.section--background-dark .card--collapse:not(:hover) {
	background-color: transparent;
}
.section--background-dark .list {
	color: inherit;
}
.section--background-dark + .section--background-dark .section__container {
	padding-top: 0;
}
.section--background-turquoise {
	background-color: rgba(94, 198, 232, 0.08);
}
.section--background-turquoise + .section--background-turquoise .section__container {
	padding-top: 0;
}
.section--space-m .section__container,
.section--space-s .section__container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media screen and (min-width: 48rem) {
	.section--space-m .section__container {
		padding-top: calc(2.38095vw + 1.85714rem);
		padding-bottom: calc(2.38095vw + 1.85714rem);
	}
}
@media screen and (min-width: 90rem) {
	.section--space-m .section__container {
		padding-top: 4rem;
		padding-bottom: 0rem;
	}
}
@media (min-width: 48rem) {
	.section--clients .section__container {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}
}
@media screen and (min-width: 48rem) and (min-width: 48rem) {
	.section--clients .section__container {
		padding-top: calc(3.7037vw + 9.22222rem);
		padding-bottom: calc(3.7037vw + 9.22222rem);
	}
}
@media screen and (min-width: 48rem) and (min-width: 75rem) {
	.section--clients .section__container {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}
}
.section--hidden {
	overflow: hidden;
}
.section:not([class*=" section--background"])
	+ .section:not([class*=" section--background"]):not([class*=" section--keep"])
	.section__container:not([class*=" section--background"]):not([class*=" section--bordered"]) {
	padding-top: initial;
}
.section--background-image {
	position: relative;
	z-index: 2;
}
.section--index {
	z-index: 3;
}
.hero__container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 62rem) and (min-width: 82.5rem) {
	.hero__content {
		padding-left: calc(58.33333vw - 48.125rem);
		padding-right: calc(58.33333vw - 48.125rem);
	}
}
@media screen and (min-width: 62rem) and (min-width: 90rem) {
	.hero__content {
		padding-left: 4.375rem;
		padding-right: 4.375rem;
	}
}
.hero__image {
	box-shadow: 0 0 0 0.25rem #fff;
}
.hero__image-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hero__buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hero__buttons-item {
	min-width: 0;
}
.hero__buttons-item:not(:first-child) {
	margin-left: 2rem;
}
.hero__buttons-item--primary {
	min-width: 0;
}
@media (max-width: 575px) {
	.hero__buttons-item--primary {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
.hero__trustpilot {
	margin-bottom: 0;
	margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
	.hero__container {
		padding-top: calc(5.95238vw - 0.85714rem);
		padding-bottom: calc(5.95238vw - 0.85714rem);
	}
	.hero__trustpilot {
		margin-bottom: calc(-4.7619vw + 2.28571rem);
		margin-top: calc(1.85185vw + 1.11111rem);
	}
}
@media screen and (min-width: 90rem) {
	.hero__container {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.hero__trustpilot {
		margin-bottom: -2rem;
	}
}
@media screen and (min-width: 75rem) {
	.hero__trustpilot {
		margin-top: 2.5rem;
	}
}
@media (min-width: 36rem) {
	.hero__buttons-item--primary {
		min-width: 9.375rem;
	}
	.hero__trustpilot {
		max-width: 21.125rem;
	}
	.inline-reviews__item {
		position: relative;
	}
}
.promotion {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 62rem) {
	.promotion {
		max-width: 48.9375rem;
		margin-left: auto;
		margin-right: auto;
	}
}
.promotion__value {
	margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
	.promotion {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
	}
	.promotion__value {
		margin-bottom: 0;
	}
	.promotion__seperator {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.promotion__seperator::after {
		content: "";
		display: block;
		width: 0.21875rem;
		height: 3.46875rem;
		border-radius: 3.125rem;
		background-color: #292555;
		-webkit-transform: rotate(30.92deg);
		transform: rotate(30.92deg);
	}
}
.promotion__seperator {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 48rem) and (min-width: 48rem) {
	.promotion__seperator {
		margin-left: calc(1.19048vw + 2.42857rem);
		margin-right: calc(1.19048vw + 2.42857rem);
	}
}
@media screen and (min-width: 48rem) and (min-width: 90rem) {
	.promotion__seperator {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
}
.promotion__content,
.promotion__text {
	margin: 0;
}
.promotion__subtitle {
	margin-top: 0.1875rem;
}
@media (max-width: 767px) {
	.section--centered-mobile-md .card:not(.card--centered) {
		text-align: left;
	}
	.hero__image {
		border-width: 0;
	}
	.promotion__seperator {
		display: none;
	}
	.promotion__subtitle {
		margin-top: 0.5rem;
	}
}
.inline-reviews {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.inline-reviews__item:not(:first-child) {
	margin-left: -0.625rem;
}
.inline-reviews__toggle {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
	border-radius: 50%;
	width: 3.6875rem;
	height: 3.6875rem;
	border: 0.1875rem solid #fff;
	cursor: pointer;
}
.inline-reviews__toggle-img {
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.inline-reviews__toggle::after {
	transition-duration: 0.3s;
	transition-property: opacity, visibility, transform, -webkit-transform;
	content: "";
	width: 1.125rem;
	height: 1rem;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjczMjEgMTVDOS45NjIyNSAxNi4zMzMzIDguMDM3NzUgMTYuMzMzMyA3LjI2Nzk1IDE1TDAuMzM5NzQ2IDNDLTAuNDMwMDU0IDEuNjY2NjcgMC41MzIxOTYgMS4xNzk5NmUtMDcgMi4wNzE4IDIuNTI1OTJlLTA3TDE1LjkyODIgMS40NjM5NmUtMDZDMTcuNDY3OCAxLjU5ODU1ZS0wNiAxOC40MzAxIDEuNjY2NjcgMTcuNjYwMyAzTDEwLjczMjEgMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
		0 0/100% no-repeat;
	position: absolute;
	bottom: 100%;
	margin-bottom: 1.0625rem;
	left: 50%;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.inline-reviews__content {
	transition-duration: 0.3s;
	transition-property: opacity, visibility, transform, -webkit-transform;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 25rem;
	max-width: calc(100vw - 2.5rem);
	left: 50%;
	bottom: 3.6875rem;
	-webkit-transform: translate(-50%, -0.25rem);
	transform: translate(-50%, -0.25rem);
	z-index: 1;
}
@media (min-width: 36rem) {
	.inline-reviews__content {
		bottom: 100%;
	}
}
.inline-reviews__content::after {
	content: "";
	width: 3.6875rem;
	height: 1.5rem;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inline-reviews__card {
	box-shadow: 0 50px 80px -56px rgba(7, 7, 62, 0.08);
}
.inline-reviews__item:hover .inline-reviews__toggle {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	z-index: 2;
}
.inline-reviews__item:hover .inline-reviews__content,
.inline-reviews__item:hover .inline-reviews__toggle::after {
	opacity: 1;
	visibility: visible;
}
.inline-reviews__item:hover .inline-reviews__toggle::after {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.inline-reviews__item:hover .inline-reviews__content {
	-webkit-transform: translate(-50%, -1.5rem);
	transform: translate(-50%, -1.5rem);
	pointer-events: auto;
}
.videos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 0.625rem;
}
@media (min-width: 62rem) {
	.videos {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: -1rem calc(-6.25% - 1rem);
	}
}
.videos::-webkit-scrollbar {
	display: none;
}
.videos__item {
	-ms-flex: 0 0 17.5rem;
	flex: 0 0 17.5rem;
	max-width: 17.5rem;
	padding: 0 0.625rem;
}
@media (min-width: 48rem) {
	.videos__item {
		-ms-flex: 0 0 25rem;
		flex: 0 0 25rem;
		max-width: 25rem;
	}
}
@media (min-width: 62rem) {
	.videos__item {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
		padding: 1rem;
	}
	.videos__item:nth-child(6n-3),
	.videos__item:nth-child(6n-4),
	.videos__item:nth-child(6n-5) {
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem);
	}
}
@media (min-width: 75rem) {
	.videos {
		margin: -1.25rem calc(-6.25% - 1.25rem);
	}
	.videos__item {
		padding: 1.25rem;
	}
}
.trustpilot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.trustpilot__card + .trustpilot__reviews {
	margin-top: 2rem;
}
.trustpilot__card {
	z-index: 3;
	position: relative;
}
.trustpilot__reviews {
	cursor: -webkit-grab;
	cursor: grab;
}
.trustpilot__reviews:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
@media (min-width: 48rem) {
	.trustpilot {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.trustpilot__card {
		-ms-flex: 0 0 17.5rem;
		flex: 0 0 17.5rem;
		max-width: 17.5rem;
	}
	.trustpilot__card + .trustpilot__reviews {
		margin-left: 1.25rem;
		margin-top: 0;
	}
	.trustpilot__reviews {
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.trustpilot__reviews::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 312.5rem;
		background-color: #fff;
		right: 100%;
		top: 0;
		z-index: 2;
		margin-right: 1.25rem;
	}
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5;
	transition: opacity 0.5s ease-in-out;
}
.overlay__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
}
.modal:not(.modal--mobile) {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	pointer-events: none;
	display: none;
	min-height: 0;
}
@media (max-width: 991px) {
	.videos {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0.625rem;
		scroll-padding-right: 0.625rem;
	}
	.videos__item {
		scroll-snap-align: start;
	}

	.steps .fixed {
		height: 350px;
		top: 40px;
		left: 20%;
		width: 350px;
	}

	.steps.card__image--wrapper {
		max-width: 27rem;
	}

	.is-h1.is-txt-white.is-small {
		/* margin-top: 2rem; */
		margin-left: 0rem;
	}
}
@media (min-width: 62rem) {
	.videos__item:nth-child(6n),
	.videos__item:nth-child(6n-1),
	.videos__item:nth-child(6n-2) {
		-webkit-transform: translateX(10rem);
		transform: translateX(10rem);
	}
	.trustpilot__card + .trustpilot__reviews {
		margin-left: 1.5rem;
	}
	.trustpilot__reviews::after {
		margin-right: 1.5rem;
	}
}
.modal__wrapper {
	transition-duration: 0.3s;
	transition-property: opacity, visibility, transform, -webkit-transform;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	height: 100%;
	max-height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
@media (min-width: 48rem) {
	.modal__wrapper {
		transition-duration: 0.4s;
		-webkit-transform: translateY(-30px) scale(0.9);
		transform: translateY(-30px) scale(0.9);
		max-width: 52.5rem;
		margin: 0 auto;
		height: 100%;
		max-height: 100%;
	}
	.modal__container {
		border-radius: 0.75rem;
	}
	.modal__close:hover {
		box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
	}
}
.modal__container {
	width: 100%;
	max-height: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9999;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0;
	padding: 3rem 1.25rem 1.5rem;
}
@media (max-width: 575px) {
	.modal__container {
		height: 100%;
	}
}
.modal__overlay {
	transition-duration: 0.3s;
	transition-property: opacity, visibility;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.modal__overlay:not([data-modal-close]) {
	pointer-events: none;
}
.modal__close {
	width: 2.625rem;
	height: 2.625rem;
	transition-duration: 0.3s;
	transition-property: color, background-color, box-shadow;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	background-color: #f1f5f8;
	color: #585b74;
	top: 1.25rem;
	right: 1rem;
	z-index: 10;
	border-radius: 50%;
	font-size: 1.5rem;
}
@media screen and (min-width: 48rem) {
	.modal__container {
		padding-left: calc(4.62963vw - 0.97222rem);
		padding-right: calc(4.62963vw - 0.97222rem);
		padding-bottom: calc(3.7037vw - 0.27778rem);
		padding-top: calc(-1.85185vw + 3.88889rem);
	}
	.modal__close {
		width: calc(2.77778vw + 1.29167rem);
		height: calc(2.77778vw + 1.29167rem);
		font-size: calc(1.85185vw + 0.61111rem);
	}
}
@media screen and (min-width: 75rem) {
	.modal__container {
		padding: 2.5rem;
	}
	.modal__close {
		width: 3.375rem;
		height: 3.375rem;
		font-size: 2rem;
	}
}
.modal__close:hover {
	background-color: #e7e9ef;
	color: #292555;
}
.modal__content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.modal__image-item {
	max-width: 11.25rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.modal__title {
	text-align: center;
}
.modal--show,
.modal--show .modal__overlay,
.modal.is-show,
.modal.is-show .modal__overlay {
	display: block !important;
}
.modal--opened,
.modal.is-opened {
	pointer-events: auto !important;
}
.modal--opened .modal__overlay,
.modal.is-opened .modal__overlay {
	opacity: 1 !important;
	visibility: visible !important;
}
.modal--opened .modal__wrapper,
.modal.is-opened .modal__wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0) scale(1) !important;
	transform: translateY(0) scale(1) !important;
}
.modal--opened .modal__container,
.modal.is-opened .modal__container {
	pointer-events: auto !important;
}

.table {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 2rem 1rem 1rem 1rem;
	max-width: 1160px;
	margin-bottom: 30px;
}

.table-cell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style-type: none;
	outline: 1px solid #ddd;
	text-align: center;
	/* font-weight: 300; */
	margin-top: 1px;
	margin-left: 1px;
}
.table-cell:first-child {
	outline: 1px solid #fff;
	background: transparent;
}
@media only screen and (max-width: 768px) {
	.table-cell:first-child {
		display: none;
	}
}
.table-cell:nth-child(3) {
	outline: 1px solid #30305b;
}
.table-cell:nth-child(-n + 3) {
	padding-top: 40px;
	padding-bottom: 0px;
}
.table-cell > h3 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 2.4rem;
}
.table-cell.cell-feature {
	text-align: left;
	font-size: 18px;
}

.table-cell.competitors {
	border-top-left-radius: 20px;
	font-weight: bold;
}
.table-cell.leadhype {
	background-color: #001f5c;
	border-top-right-radius: 20px;
}

.table .cell-top-left {
	border-top-left-radius: 10px;
}

.table .cell-bottom-left {
	border-bottom-left-radius: 10px;
}

.table .cell-bottom-right {
	border-bottom-right-radius: 10px;
}

/* Table columns
================================== */
.table-cell {
	width: calc(33.33% - 1px);
}

@media only screen and (max-width: 768px) {
	.table-cell.cell-feature {
		width: 100%;
		text-align: center;
	}

	.table .cell-top-left {
		border-top-left-radius: 0px;
	}

	.table .cell-bottom-left {
		border-bottom-left-radius: 0px;
	}

	.table .cell-bottom-left-left {
		border-bottom-left-radius: 10px;
	}
	.table-cell:nth-child(-n + 3) {
		padding-top: 20px;
	}
	.table-cell > h3 {
		margin-bottom: 1.4rem;
	}
	.table-cell.competitors h3 {
		font-size: 1.4rem;
	}
	.table-cell.leadhype h3 {
		font-size: 1.4rem;
	}
}

/* CTA Section table */

.cta-table .table {
	padding: 2rem 1rem 1rem 1rem;
}

.cta-table .table-cell {
	width: calc(50% - 1px);
}

.cta-table .table-cell:first-child {
	outline: 1px solid #ddd;
}

.cta-table .table-cell:nth-child(3) {
	outline: 1px solid #ddd;
	padding: 0.8em 1.2em;
}

.cta-table .table-cell:nth-child(-n + 2) {
	padding-top: 20px;
	padding-bottom: 0px;
}

.cta-table .table-cell.onetime {
	border-top-left-radius: 20px;
}

.cta-table .table-cell.vip {
	border-top-right-radius: 20px;
}

.cta-table .table-cell.common {
	color: #001f5c;
	font-weight: bold;
}

.cta-table .table-cell > h3 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
}

.cta-table .bb-0 {
	border-bottom: 0px;
}

.cta-table .card__list {
	margin-top: 0rem !important;
	font-size: 1.2rem;
}

.cta-table .list__item.text-style--lh-1 {
	line-height: 2.4rem;
}

.cta-table .list--dotted .list__item::before {
	top: 40%;
}

.accordion__item-content .cta-table .table-cell > h3 {
	font-size: 20px;
}

.accordion__item-content .cta-table .card__list {
	font-size: 1rem;
}

@media only screen and (max-width: 768px) {
	.cta-table .table-cell:first-child {
		display: block;
	}

	.cta-table .table-cell:nth-child(-n + 2) {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.cta-table .table-cell > h3 {
		margin-bottom: 1.4rem;
		font-size: 1.2rem;
	}

	.cta-table .cell-bottom-left {
		border-bottom-left-radius: 10px;
	}

	.cta-table .card__list {
		font-size: 1rem;
	}

	.cta-table .list__item.text-style--lh-1 {
		margin-bottom: 1.2rem;
		line-height: 1.5rem;
	}
}

svg.enterprise-check path {
	fill: #30305b !important;
}

.red-cross {
	height: 22px;
	width: 22px;
	margin-bottom: -9px;
}

.blue-done {
	height: 22px;
	width: 22px;
	margin-bottom: -9px;
}

/* cold email calculator */

.section__email__calculator {
	display: flex;
	justify-content: center;
}

.range {
	background-color: #fdfdfd;
	color: #001f5c;
	/* text-align: center; */
	box-sizing: inherit;

	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 1rem 1rem 1rem 1rem;

	height: 680px;
	max-width: 800px;
	min-width: 700px;
	border-radius: 0.75rem;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;

	border: 1px solid #001f5c15;

	box-shadow: 2px 2px 15px rgba(0, 16, 160, 0.1);
}

.calculator__topic {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.range__slider {
	width: 60%;
}

#bullet {
	width: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;

	background: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: center;

	padding: 25px;
	margin-bottom: 8px;
}

.estimated__cost {
	margin-top: 30px;
	width: 60%;
}

.estimated__cost__text {
	font-size: 25px;
	font-weight: bold;
}

.estimated__cost__amount {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	color: #ff7847;
}

.roi__container {
	width: 60%;
	margin-top: 25px;
}

.estimated__roi__topic,
.estimated__return__topic {
	font-size: 25px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-align: center;
}

.roi__input__container {
	display: flex;
	flex-direction: column;

	margin-top: 25px;
	margin-bottom: 15px;
}

.input__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.input__container input {
	height: 40px;
	width: 130px;
	padding: 0px 10px;

	color: #001f5c;
	font-size: 20px;
	font-weight: bold;

	border-radius: 5px;
	border: 0;
	outline: none;
	background-color: #f1f1f1;
	border: 0px solid #ff7847;
	caret-color: #ff7847;

	transition: 0.1s;
}

.input__container input:hover {
	border: 0px solid #ff7847;
	background-color: #ffeae3;
	outline: none;
}

.input__container input:focus {
	background-color: #fafafa;
	border: 2px solid #ff7847;
}

.estimated__return__topic {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}

.estimated__return__amount {
	font-size: 40px;
	font-weight: bold;
	color: #ff7847;
	display: flex;
	justify-content: center;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	margin-top: -20px;
	font-weight: bold;
	font-size: 0.9rem;

	color: #ffffff;
}

.form-group span {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: -15px;

	color: #ffffff;
}

.range__slider label {
	margin-bottom: 10px;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 13px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0;
	margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #001f5c;
	border: #ff7847 5px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #ff7847;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #001f5c;
	border: #ff7847 5px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
	background: #ff7847;
}

/* remove border */
input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}

.divider {
	width: 75%;
	height: 0px;
	left: 676px;
	top: 490px;

	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

#steps-header .is-h1.is-txt-white.is-small {
	margin-top: 0rem;
	margin-left: 0;
}

#steps-header.section_steps {
	padding-left: 0;
}

@media (max-width: 767px) {
	.range {
		max-width: 500px;
		min-width: 300px;
		height: fit-content;
		margin: 4rem 10px 4rem 10px;
	}

	.calculator__topic {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.range__slider {
		width: 80%;
	}

	.estimated__cost {
		margin-top: 30px;
		width: 80%;
	}

	.estimated__cost__text {
		font-size: 23px;
	}

	.estimated__cost__amount {
		font-size: 23px;
	}

	.roi__container {
		width: 80%;
	}

	.estimated__roi__topic,
	.estimated__return__topic {
		font-size: 23px;
	}

	.input__container {
		font-size: 18px;
	}

	.input__container input {
		width: 100px;
		font-size: 18px;
	}

	.estimated__return__amount {
		font-size: 35px;
	}

	.divider {
		width: 85%;
	}

	.pt-0 {
		padding-top: 5rem !important;
	}

	.pb-0 {
		padding-bottom: 5rem !important;
	}
}

@media (max-width: 600px) {
	.pt-0 {
		padding-top: 2rem !important;
	}

	.pb-0 {
		padding-bottom: 4rem !important;
	}
}

@media (max-width: 468px) {
	.calculator__topic {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.range__slider {
		width: 80%;
	}

	.estimated__cost {
		margin-top: 30px;
		width: 85%;
	}

	.estimated__cost__text {
		font-size: 20px;
	}

	.estimated__cost__amount {
		font-size: 20px;
	}

	.roi__container {
		width: 85%;
	}

	.estimated__roi__topic,
	.estimated__return__topic {
		font-size: 20px;
	}

	.input__container {
		font-size: 18px;
	}

	.input__container input {
		width: 100px;
		font-size: 18px;
	}

	.estimated__return__amount {
		font-size: 30px;
	}

	.features {
		margin: 4rem 2rem 4rem 2rem !important;
	}
}

@media (max-width: 400px) {
	.pt-0 {
		padding-top: 0rem !important;
	}

	.pb-0 {
		padding-bottom: 0rem !important;
	}

	.is-h1.is-txt-white.is-small {
		margin-top: 0rem;
	}

	#steps-header .section_wrapper.is-align-left {
		margin-top: 0rem;
	}

	.section_wrapper.is-align-left {
		margin-top: 4rem;
	}

	#steps-header .is-h1.is-txt-white.is-small {
		font-size: 1.3rem;
	}
}

.text-color-orange {
	color: #ff7847;
}

.text-color-blue {
	color: #001f5c;
}

.text-color-white {
	color: #ffffff !important;
}

.list__item.text-style--lh-1 {
	line-height: 1.2rem;
}

@media (max-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 3rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.pt-lg-2 {
		padding-top: 1.5rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 2.5rem !important;
	}
}

.process__steps {
	display: flex;
	flex-direction: column;
	align-items: center;

	height: auto;
	padding: 6rem 0;
}

.step__container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	height: 180px;
	width: 100vw;

	background-color: white;
}

.step__text {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;

	height: 180px;
	width: 56%;
	left: 0px;

	z-index: 1;

	border: 3px solid rgba(255, 255, 255, 0.3);
	border-left: 0;

	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;

	padding: 1rem 0;
	padding-right: 25px;

	box-shadow: 3px 0 15px rgba(0, 0, 0, 0.5);
	clip-path: inset(0px -30px 0px 0px);
}

.text__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.step__two .text__card {
	align-items: flex-end;
}

.sub__text {
	width: 300px;
	font-size: 1.125rem;
	font-weight: 400;
	color: white;
	margin-top: 5px;
}

.center__circle {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 130px;
	min-width: 130px;

	border-radius: 50%;

	background: rgb(0, 31, 92);
	background: linear-gradient(0deg, rgba(0, 31, 92, 1) 0%, rgba(0, 26, 78, 1) 0%, rgba(0, 22, 70, 1) 71%);

	border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.step__number {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;

	width: 50%;

	background-color: white;
	margin-left: -2rem;
}

.sub__number_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;

	height: 130px;
	width: 300px;

	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left: 0;

	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;

	padding-right: 15px;
}

.sub__number {
	margin-right: 2rem;
	font-size: 5rem;
	color: #001f5cb7;
	font-weight: 300;
}

.sub__number_inset {
	display: none;
	padding: 1rem;
	font-size: 3rem;
	color: #001f5cb7;
	font-weight: 300;
}

.sub__icon {
	height: 100px;
	min-width: 100px;

	border-radius: 50%;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;

	background-color: #00000020;
}

.step__one .sub__icon {
	background-image: url("../img/svg-icons-leadhype/icons8-edit-image-96.png");
	transform: scaleY(-1);
}

.step__two .sub__icon {
	background-image: url("../img/svg-icons-leadhype/icons8-handshake-96.png");
}

.step__three .sub__icon {
	background-image: url("../img/svg-icons-leadhype/icons8-email-send-96.png");
}

.step__two {
	margin: 60px 0;
}

.step__two .step__number {
	transform: scaleX(-1);
	margin-left: 0rem;
	margin-right: -2rem;
}

.step__two .center__circle {
	margin-left: 2rem;
}

.step__two .step__text,
.step__two .sub__text,
.step__two .sub__number_inset,
.step__two .sub__number,
.step__two .sub__icon,
.step__two .text__card h3 {
	transform: scaleX(-1);
}

.text__card {
	padding-left: 1.5rem;
	padding-right: 1rem;
}

@media (max-width: 1200px) {
	.certified_logo {
		max-width: 25% !important;
		margin-bottom: 5rem;
	}

	.get_started_button {
		margin-top: 1rem !important;
	}

	.features {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.features {
		margin: 4rem 10rem 8rem 10rem !important;
	}
}

@media (max-width: 992px) {
	.step__two .step__text {
		width: 65%;
	}

	.sub__number_container {
		width: 270px;
	}

	.sub__number {
		font-size: 4rem;
		margin-right: 1rem;
	}

	.sub__text {
		width: 300px;
		font-size: calc(0.46296vw + 0.77778rem);
		font-weight: 400;
	}

	.step__two .center__circle {
		margin-left: 0rem;
	}

	.step__one .sub__text,
	.step__three .sub__text {
		width: 250px;
	}

	.step__two .sub__text,
	.step__two .text__card h3 {
		padding-left: 1rem;
		padding-right: 1.5rem;
	}

	.octopus__image {
		max-width: 38rem;
	}

	.octopus__image + p {
		text-align: center;
	}

	.step_number {
		max-width: 16%;
	}

	.get_started_button {
		margin-bottom: 2rem;
	}

	.process__steps {
		padding: 2rem 0;
	}

	.feature {
		font-size: 1.1rem !important;
	}

	.features {
		margin: 4rem 6rem 5rem 6rem !important;
	}
}

@media (max-width: 767px) {
	.process__steps {
		height: auto;
	}

	.step__container {
		height: 140px;
	}

	.step__text {
		height: 140px;
		width: 76%;
	}

	.step__two .step__text {
		width: 76% !important;
	}

	.step__number {
		height: auto;
		width: 30%;
		margin-right: 2rem;
	}

	.step__two .step__number {
		margin-left: 2rem;
	}

	.center__circle {
		height: 100px;
		min-width: 100px;
	}

	.sub__number {
		display: none;
	}

	.sub__number_inset {
		display: block;
		color: rgba(255, 255, 255, 0.5);
	}

	.sub__number_container {
		width: 140px !important;
		height: 100px;
	}

	.sub__icon {
		height: 70px;
		min-width: 70px;
	}

	.sub__head {
		font-size: 1.375rem;
	}

	.octopus_bg {
		display: none;
	}

	.octopus_no_bg {
		display: block !important;
	}

	.step_number {
		max-width: 20%;
	}

	.get_started_button {
		margin-top: 2rem !important;
	}

	.text__card {
		padding-right: 0rem;
	}

	.sub__text {
		width: 260px;
	}

	.feature {
		font-size: 1.1rem !important;
	}

	.features {
		margin: 4rem 2rem 5rem 2rem !important;
	}
}

@media (max-width: 540px) {
	.step__one .sub__text,
	.step__three .sub__text {
		max-width: 250px;
		width: auto;
	}

	.step__two .sub__text {
		max-width: 290px;
		width: auto;
		padding-right: 0rem;
	}

	.step__two .text__card {
		padding-right: 0rem;
	}

	.get_started_button {
		margin-top: 1rem !important;
	}

	.features {
		margin: 4rem 2rem 3rem 2rem !important;
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.feature-parent {
		height: 4rem !important;
	}
}

@media (max-width: 480px) {
	.process__steps {
		height: auto;
	}

	.step__container {
		height: 110px;
	}

	.step__text {
		height: 110px;
		padding-right: 15px;
	}

	.step__number {
		width: 26%;
	}

	.center__circle {
		height: 80px;
		min-width: 80px;
	}

	.sub__number_container {
		width: 100px !important;
		height: 70px;
	}

	.sub__head {
		font-size: 1.1rem;
	}

	.sub__icon {
		height: 40px;
		min-width: 40px;
	}

	.sub__number_inset {
		font-size: 2rem;
	}

	.step__one .sub__text,
	.step__three .sub__text {
		max-width: 250px;
		width: auto;
	}

	.sub__text {
		font-size: calc(0.3vw + 0.77778rem);
		line-height: 1;
	}

	.step_number {
		max-width: 30%;
	}

	.section__content .accordion__item-content .text-style {
		font-size: 16px;
	}

	.is-h2-step2 {
		margin-top: 0rem;
	}

	.mt-lg-4 {
		margin-top: 0 !important;
	}

	.steps.section__button {
		min-width: 21rem;
		height: 3rem;
		font-size: 1rem;
	}
}

.feature_card {
	margin: 0 auto;
}

.octopus_bg.octopus__image {
	max-width: 100%;
}

.certified_logo {
	max-width: 15%;
}

.octopus_no_bg.octopus__image {
	max-width: 50rem;
}

.octopus_no_bg {
	display: none;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
	.features {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
	.features {
		grid-template-columns: repeat(2, 1fr);
	}
}

.col-icon {
	width: 50%;
	right: -50%;
	top: 50%;
	position: absolute;
	margin-top: -1rem;
}

.d-block {
	display: block !important;
}

.sr-spacer-top-50 {
	padding-top: 3.125rem;
}

.sr-multicol-media .sr-valign-top {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.sr-row {
	row-gap: 3.125rem;
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
}

.features {
	margin: 4rem 16rem 6rem 16rem;
	display: grid;
	grid-gap: 1rem;
}

.feature {
	color: #001f5c;
	font-size: 1.3rem;
	text-align: left;
}

.feature-parent {
	background-color: white;
	border-radius: 0.75rem;
	padding: 1rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: start;
	transition: 0.2s;
}

.feature-parent:hover {
	transform: scale(1.01);
}

.bullet {
	margin-right: 10px;
}

/* CSS */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loader {
	border: 4px solid #ff7847;
	border-top: 4px solid #001f5c;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#preloader.loaded {
	display: none;
}

.footer__title {
	font-size: 28px;
}

.footer__subtitle {
	font-size: 14px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pb-0 {
	padding-bottom: 10px;
}

.pt-0 {
	padding-top: 30px;
}