.loading-spinner {
	position: relative;
	width: 50px;
	height: 50px;
	display: inline-block
}

.loading-spinner:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid lightgray;
	border-top-color: #0AB3E4;
	-webkit-animation: spinner 0.7s linear infinite;
	animation: spinner 0.7s linear infinite
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.navigation-user {
	display: flex
}

.navigation-user .navigation-user__avatar {
	width: 46px;
	height: 46px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 12px;
	border-radius: 50px
}

.navigation-user .navigation-user__avatar.\--empty-avatar {
	opacity: .5;
	width: 31px
}

.navigation-user .navigation-user__name {
	color: #fff;
	align-self: center
}

.dropdown.user {
	cursor: pointer
}

.dropdown.user .dropdown-menu {
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5)
}

.dropdown.user .dropdown-toggle::after {
	content: "";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background: none;
	display: block;
	margin: 0;
	position: absolute;
	top: 48%;
	right: -17px;
	color: white
}

.st_privacy__wrap {
	margin: 70px 0
}

.st_privacy__wrap h1,
.st_privacy__wrap h2,
.st_privacy__wrap h3,
.st_privacy__wrap h4,
.st_privacy__wrap h5,
.st_privacy__wrap h6 {
	margin-bottom: 16px
}

.st_privacy__wrap p {
	margin-bottom: 20px
}

.st_tos__wrap {
	margin: 70px 0
}

.st_tos__wrap h1,
.st_tos__wrap h2,
.st_tos__wrap h3,
.st_tos__wrap h4,
.st_tos__wrap h5,
.st_tos__wrap h6 {
	margin-bottom: 16px
}

.st_tos__wrap p {
	margin-bottom: 20px
}

.checkout-card-list {
	border-radius: 5px;
	overflow: hidden;
	border: solid thin rgba(22, 41, 68, 0.1)
}

.checkout-card-list input[type="radio"] {
	display: none
}

.checkout-card-list .checkout-card {
	padding: 12px 20px;
	padding-bottom: 10px
}

.checkout-card-list .checkout-card:not(:last-child) {
	border-bottom: solid thin rgba(22, 41, 68, 0.1)
}

.checkout-card-list .checkout-card.\--selected {
	background-color: #f4fcff
}

.checkout-card-list .checkout-card.\--selected.\--form {
	padding-bottom: 16px
}

.checkout-card-list .checkout-card__type {
	width: 48px;
	height: 32px;
	margin-top: -1px
}

.checkout-card-list .checkout-card__type.\--new {
	height: 26px
}

.checkout-card-list .checkout-card__last-four {
	margin-left: 6px;
	color: #162944;
	font-weight: 500;
	align-self: center
}

.checkout-card-list .checkout-card__label {
	display: flex;
	height: 26px;
	margin-bottom: 0
}

.checkout-card-list .checkout-card__label::before {
	align-self: center
}

.checkout-card-list .checkout-card__label span {
	line-height: 20px;
	margin-top: -2px
}

.checkout-card-list .checkout-paypal {
	margin-left: 6px;
	height: 26px
}

.checkout-card-list .checkout-card-form {
	margin-top: 16px;
	margin-left: 36px;
	margin-right: 20px;
	margin-bottom: 30px
}

.payment-form__list {
	list-style-type: none;
	padding-left: 0
}

.payment-form__list.\--info {
	margin-top: 30px
}

.payment-form__list .payment-form__list-item {
	margin-bottom: 8px
}

.payment-form__list .payment-form__check-mark {
	margin-right: 8px
}

.st_wrapper--contact-us .st-contact__wrapper {
	background-image: linear-gradient(242deg, #0ab3e4, #102976);
	background-color: #102976
}

.st_wrapper--contact-us .st-contact__hero {
	max-height: 750px;
	padding-top: 150px;
	padding-bottom: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.st_wrapper--contact-us .st-contact__hero {
		max-height: 650px
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.st_wrapper--contact-us .st-contact__hero {
		max-height: 560px
	}
}

.st_wrapper--contact-us .st-contact__hero-imgs {
	display: flex;
	margin-top: 120px
}

.st_wrapper--contact-us .st-contact__hero-imgs img {
	border-radius: 8px
}

.st_wrapper--contact-us .st-contact__hero-imgs img:first-child {
	width: 660px;
	height: 640px;
	margin-right: 40px;
	-o-object-fit: contain;
	object-fit: contain
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.st_wrapper--contact-us .st-contact__hero-imgs img:first-child {
		width: 100%;
		height: auto;
		margin-right: 0
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.st_wrapper--contact-us .st-contact__hero-imgs img:first-child {
		margin: auto;
		height: auto;
		width: 80%
	}
}

.st_wrapper--contact-us .st-contact__hero-imgs img:last-child {
	width: 460px;
	height: 560px;
	box-shadow: -80px 90px 90px 0 rgba(22, 41, 68, 0.2);
	background-color: #131720;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-width: 1200px) {
	.st_wrapper--contact-us .st-contact__hero-imgs img:last-child {
		display: none
	}
}

.st_wrapper--contact-us .st-contact__section-1 {
	padding-top: 400px
}

.st_wrapper--contact-us .st-contact__section-1 .map-info {
	text-align: center;
	margin: 0 auto 30px auto
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.st_wrapper--contact-us .st-contact__section-1 {
		padding-top: 250px
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading3:first-child {
		font-size: 20px;
		margin-bottom: 64px !important
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed {
		text-align: center
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed p {
		width: 80%;
		margin: 0 auto
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.st_wrapper--contact-us .st-contact__section-1 {
		padding-top: 270px
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading3:first-child {
		margin-bottom: 64px !important
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed {
		text-align: center
	}
	.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed p {
		width: 80%;
		margin: 0 auto
	}
}

.st_wrapper--contact-us .st-contact__section-1-location {
	margin-bottom: 150px
}

.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed {
	width: 65%;
	margin: 0 0 140px auto
}

@media screen and (max-width: 1200px) {
	.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed {
		width: 100%
	}
}

.st_wrapper--contact-us .st-contact__section-1 .heading-mdfed p {
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: normal;
	color: #4e5a6d;
	font-weight: 400
}

.st_wrapper--contact-us .st-contact__section-1 a {
	color: #0ab3e4
}

@media screen and (max-width: 1200px) {
	.st_wrapper--contact-us .st-contact__section-1 .maps {
		width: 100%
	}
}

.st_wrapper--contact-us .st-contact__section-1 .maps img {
	max-width: 100%
}

.st_wrapper--contact-us .social-cicle {
	color: white;
	border-radius: 50%;
	font-size: 26px;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
	margin-bottom: 100px;
	cursor: pointer;
	text-decoration: none
}

.st_wrapper--contact-us .social-cicle.facebook {
	background-color: #4267b2
}

.st_wrapper--contact-us .social-cicle.twitter {
	background-color: #38a1f3
}

.st_wrapper--contact-us .social-cicle.linkedin {
	background-color: #0077b5
}

.st_signup--form-header.\--is-ambassador {
	margin-bottom: 30px !important
}

.st_signup--form .ambassador-info {
	border-radius: 3px;
	margin-top: 22px;
	background: #28a745;
	color: white;
	font-size: 18px;
	padding: 12px 16px
}

.login-page {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center
}

.login-page form {
	flex: 0 1 300px
}

.login-page form label {
	position: relative;
	display: block;
	margin: 16px 0;
	width: 100%
}

.login-page form label input {
	width: 100%;
	margin-top: 8px;
	display: block
}

.login-page form button {
	display: block;
	margin: 0 auto
}


/*!
  * ======================================================================
  * ************************* STORETASKER STYLES *************************
  * ======================================================================
  */

@font-face {
	font-family: "iconfont";
	src: url(../login/fonts/iconfont_34639c5d6141318ceb127bd6107c02ca.eot);
	src: url(../login/fonts/iconfont_34639c5d6141318ceb127bd6107c02ca.eot?#iefix) format("eot"), url(../login/fonts/iconfont_b2617e3a380125d057a14d7fe414849c.woff2) format("woff2"), url(../login/fonts/iconfont_ad637743d38f9494b60b891372ff1921.woff) format("woff"), url(../login/fonts/iconfont_99b6774d1f2e12acf623da9dbeb7a00f.ttf) format("truetype")
}

.icon:before {
	font-family: "iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none
}

.icon-arrow-left-long:before {
	content: "\E001"
}

.icon-arrow-left:before {
	content: "\E002"
}

.icon-arrow-right-left:before {
	content: "\E003"
}

.icon-arrow-right-long:before {
	content: "\E004"
}

.icon-arrow-right-short:before {
	content: "\E005"
}

.icon-arrow-right-sm:before {
	content: "\E006"
}

.icon-arrow-right:before {
	content: "\E007"
}

.icon-at:before {
	content: "\E008"
}

.icon-caret:before {
	content: "\E009"
}

.icon-check:before {
	content: "\E00A"
}

.icon-close:before {
	content: "\E00B"
}

.icon-facebook:before {
	content: "\E00C"
}

.icon-skype:before {
	content: "\F17E"
}

.icon-linkedin:before {
	content: "\E00D"
}

.icon-lock:before {
	content: "\E00E"
}

.icon-search:before {
	content: "\E00F"
}

.icon-share:before {
	content: "\E010"
}

.icon-star:before {
	content: "\E011"
}

.icon-twitter:before {
	content: "\E012"
}

.icon-user:before {
	content: "\E013"
}

@font-face {
	font-family: 'NeutrifPro';
	src: url(../login/fonts/neutrif-pro_df7df7039cdff9dea0224f718a0b113c.eot);
	src: url(../login/fonts/neutrif-pro_df7df7039cdff9dea0224f718a0b113c.eot?#iefix) format("embedded-opentype"), url(../login/fonts/neutrif-pro_6de951fa71059ba6216ecd10511005b0.woff2) format("woff2"), url(../login/fonts/neutrif-pro_5aad456114722e4fa2a6e93745dded88.woff) format("woff"), url(../login/fonts/neutrif-pro_3c9a1bc0ee8e66aa8f828abff9bcd849.ttf) format("truetype"), url(../login/neutrif-pro_f2d393964a8d0e7e6cdad45136fa05cb.svg#youworkforthem) format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NeutrifPro';
	src: url(../login/fonts/neutrif-pro-medium_ae2aebcdb0d7147438ed4f0b5eaf9f9d.eot);
	src: url(../neutrif-pro-medium_ae2aebcdb0d7147438ed4f0b5eaf9f9d.eot?#iefix) format("embedded-opentype"), url(../login/fonts/neutrif-pro-medium_28ab48b92c73697b68293a22740a3278.woff2) format("woff2"), url(../login/fonts/neutrif-pro-medium_dbbc67dfa2c929741742ebebbd3d1501.woff) format("woff"), url(../login/fonts/neutrif-pro-medium_e85ae24095cbb7fe49151067e44c58bd.ttf) format("truetype"), url(../login/fonts/neutrif-pro-medium_3e95003a45171c72e14dd5bc58ae96bb.svg#youworkforthem) format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'NeutrifPro';
	src: url(../login/fonts/neutrif-pro-bold_39513b912a6bea1a15a3ee72f5288aef.eot);
	src: url(../login/fonts/neutrif-pro-bold_39513b912a6bea1a15a3ee72f5288aef.eot?#iefix) format("embedded-opentype"), url(../login/fonts/neutrif-pro-bold_d0e8dc2fb95ab482131e108214819f68.woff2) format("woff2"), url(../login/fonts/neutrif-pro-bold_cf2ef45fd66bef0836ba22c6c4a36d43.woff) format("woff"), url(../login/fonts/neutrif-pro-bold_c7904fa928db69f70cbd8d23e457af73.ttf) format("truetype"), url(../login/fonts/neutrif-pro-bold_eea4da265ecf7fec9564a63df3454136.svg#youworkforthem) format("svg");
	font-weight: bold;
	font-style: normal
}

:root {
	--blue: #0ab3e4;
	--indigo: #6610f2;
	--purple: #876cff;
	--pink: #fe4e7b;
	--red: #e93d3d;
	--orange: #ff6f00;
	--yellow: #ffbc00;
	--green: #17cc8a;
	--teal: #17cfbc;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #0ab3e4;
	--secondary: #ff6f00;
	--success: #17cc8a;
	--info: #17cfbc;
	--warning: #ffbc00;
	--danger: #e93d3d;
	--light: #848e9e;
	--dark: #162944;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4e5a6d !important;
	text-align: left;
	background-color: #F5F7FA
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #224bc5;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #1a3a9a;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014   \A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #F5F7FA;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #fe4e7b;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #F5F7FA
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #baeaf7
}

.table-hover .table-primary:hover {
	background-color: #a3e3f4
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #a3e3f4
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #ffd7b8
}

.table-hover .table-secondary:hover {
	background-color: #ffc99f
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #ffc99f
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #bef1de
}

.table-hover .table-success:hover {
	background-color: #a9ecd3
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #a9ecd3
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bef2ec
}

.table-hover .table-info:hover {
	background-color: #a9eee6
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #a9eee6
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffecb8
}

.table-hover .table-warning:hover {
	background-color: #ffe59f
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe59f
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f9c9c9
}

.table-hover .table-danger:hover {
	background-color: #f6b2b2
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f6b2b2
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #dddfe4
}

.table-hover .table-light:hover {
	background-color: #cfd2d9
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #cfd2d9
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #bec3cb
}

.table-hover .table-dark:hover {
	background-color: #b0b6c0
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b0b6c0
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #F5F7FA;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #F5F7FA;
	background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #75dbf9;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #4e5a6d !important;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #17cc8a
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(23, 204, 138, 0.9);
	border-radius: 4px
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #17cc8a
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #17cc8a;
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #17cc8a
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #17cc8a
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #73efc2
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #2fe7a4
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(23, 204, 138, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #17cc8a
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
	border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #e93d3d
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(233, 61, 61, 0.9);
	border-radius: 4px
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #e93d3d
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #e93d3d;
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #e93d3d
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #e93d3d
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #f6b0b0
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #ee6b6b
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(233, 61, 61, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #e93d3d
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
	border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover,
.btn:focus {
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #2ecafa;
	border-color: #2ecafa
}

.btn-primary:hover {
	color: #fff;
	background-color: #99bf2d;
	border-color: #99bf2d
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0ab3e4;
	border-color: #0ab3e4
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #088db3;
	border-color: #0783a7
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.5)
}

.btn-secondary {
	color: #fff;
	background-color: #ff6f00;
	border-color: #ff6f00
}

.btn-secondary:hover {
	color: #fff;
	background-color: #d95e00;
	border-color: #cc5900
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 111, 0, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #ff6f00;
	border-color: #ff6f00
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #cc5900;
	border-color: #bf5300
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 111, 0, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #17cc8a;
	border-color: #17cc8a
}

.btn-success:hover {
	color: #fff;
	background-color: #13aa73;
	border-color: #129e6b
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #17cc8a;
	border-color: #17cc8a
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #129e6b;
	border-color: #119363
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #17cfbc;
	border-color: #17cfbc
}

.btn-info:hover {
	color: #fff;
	background-color: #13ad9d;
	border-color: #12a192
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 207, 188, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17cfbc;
	border-color: #17cfbc
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #12a192;
	border-color: #119688
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 207, 188, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffbc00;
	border-color: #ffbc00
}

.btn-warning:hover {
	color: #212529;
	background-color: #d9a000;
	border-color: #cc9600
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 0, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffbc00;
	border-color: #ffbc00
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cc9600;
	border-color: #bf8d00
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 0, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #e93d3d;
	border-color: #e93d3d
}

.btn-danger:hover {
	color: #fff;
	background-color: #e51b1b;
	border-color: #da1919
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #e93d3d;
	border-color: #e93d3d
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #da1919;
	border-color: #cf1717
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.5)
}

.btn-light {
	color: #fff;
	background-color: #848e9e;
	border-color: #848e9e
}

.btn-light:hover {
	color: #fff;
	background-color: #6f7a8d;
	border-color: #697486
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(132, 142, 158, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #fff;
	background-color: #848e9e;
	border-color: #848e9e
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #fff;
	background-color: #697486;
	border-color: #646e7e
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(132, 142, 158, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #162944;
	border-color: #162944
}

.btn-dark:hover {
	color: #fff;
	background-color: #0d1827;
	border-color: #0a121d
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(22, 41, 68, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #162944;
	border-color: #162944
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #0a121d;
	border-color: #060c14
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(22, 41, 68, 0.5)
}

.btn-outline-primary {
	color: #0ab3e4;
	background-color: transparent;
	background-image: none;
	border-color: #0ab3e4
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0ab3e4;
	border-color: #0ab3e4
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0ab3e4;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0ab3e4;
	border-color: #0ab3e4
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.5)
}

.btn-outline-secondary {
	color: #ff6f00;
	background-color: transparent;
	background-image: none;
	border-color: #ff6f00
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ff6f00;
	border-color: #ff6f00
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 111, 0, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ff6f00;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ff6f00;
	border-color: #ff6f00
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 111, 0, 0.5)
}

.btn-outline-success {
	color: #17cc8a;
	background-color: transparent;
	background-image: none;
	border-color: #17cc8a
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #17cc8a;
	border-color: #17cc8a
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #17cc8a;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #17cc8a;
	border-color: #17cc8a
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 204, 138, 0.5)
}

.btn-outline-info {
	color: #17cfbc;
	background-color: transparent;
	background-image: none;
	border-color: #17cfbc
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17cfbc;
	border-color: #17cfbc
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 207, 188, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17cfbc;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17cfbc;
	border-color: #17cfbc
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 207, 188, 0.5)
}

.btn-outline-warning {
	color: #ffbc00;
	background-color: transparent;
	background-image: none;
	border-color: #ffbc00
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc00;
	border-color: #ffbc00
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 0, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffbc00;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc00;
	border-color: #ffbc00
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 0, 0.5)
}

.btn-outline-danger {
	color: #e93d3d;
	background-color: transparent;
	background-image: none;
	border-color: #e93d3d
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e93d3d;
	border-color: #e93d3d
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #e93d3d;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e93d3d;
	border-color: #e93d3d
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 61, 61, 0.5)
}

.btn-outline-light {
	color: #848e9e;
	background-color: transparent;
	background-image: none;
	border-color: #848e9e
}

.btn-outline-light:hover {
	color: #fff;
	background-color: #848e9e;
	border-color: #848e9e
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(132, 142, 158, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #848e9e;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #848e9e;
	border-color: #848e9e
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(132, 142, 158, 0.5)
}

.btn-outline-dark {
	color: #162944;
	background-color: transparent;
	background-image: none;
	border-color: #162944
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #162944;
	border-color: #162944
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(22, 41, 68, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #162944;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #162944;
	border-color: #162944
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(22, 41, 68, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #224bc5;
	background-color: transparent
}

.btn-link:hover {
	color: #1a3a9a;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #4e5a6d !important;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0ab3e4
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #0ab3e4
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #a5e8fb
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #0ab3e4
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #0ab3e4
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(10, 179, 228, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(10, 179, 228, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #0ab3e4
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(10, 179, 228, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #75dbf9;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(117, 219, 249, 0.5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #75dbf9;
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.custom-file-input:focus~.custom-file-label::after {
	border-color: #75dbf9
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 4px 4px 0
}

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0ab3e4;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #a5e8fb
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0ab3e4;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #a5e8fb
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #0ab3e4;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #a5e8fb
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #F5F7FA;
	border-color: #dee2e6 #dee2e6 #F5F7FA
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0ab3e4
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 4px
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
	border-radius: calc(4px - 1px) calc(4px - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(4px - 1px) calc(4px - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(4px - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(4px - 1px);
	border-top-right-radius: calc(4px - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(4px - 1px);
	border-bottom-left-radius: calc(4px - 1px)
}

.card-deck {
	display: flex;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

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

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-img-top,
	.card-group>.card:first-child .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-img-bottom,
	.card-group>.card:first-child .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-img-top,
	.card-group>.card:last-child .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-img-bottom,
	.card-group>.card:last-child .card-footer {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: 4px
	}
	.card-group>.card:only-child .card-img-top,
	.card-group>.card:only-child .card-header {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
	.card-group>.card:only-child .card-img-bottom,
	.card-group>.card:only-child .card-footer {
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 4px
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 4px
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #224bc5;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #1a3a9a;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(10, 179, 228, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0ab3e4;
	border-color: #0ab3e4
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	color: #000;
	text-decoration: none;
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: ""
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px
	}
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #0ab3e4 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #088db3 !important
}

.bg-secondary {
	background-color: #ff6f00 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #cc5900 !important
}

.bg-success {
	background-color: #17cc8a !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #129e6b !important
}

.bg-info {
	background-color: #17cfbc !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #12a192 !important
}

.bg-warning {
	background-color: #ffbc00 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #cc9600 !important
}

.bg-danger {
	background-color: #e93d3d !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #da1919 !important
}

.bg-light {
	background-color: #848e9e !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #697486 !important
}

.bg-dark {
	background-color: #162944 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #0a121d !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #0ab3e4 !important
}

.border-secondary {
	border-color: #ff6f00 !important
}

.border-success {
	border-color: #17cc8a !important
}

.border-info {
	border-color: #17cfbc !important
}

.border-warning {
	border-color: #ffbc00 !important
}

.border-danger {
	border-color: #e93d3d !important
}

.border-light {
	border-color: #848e9e !important
}

.border-dark {
	border-color: #162944 !important
}

.border-white {
	border-color: #fff !important
}

.rounded {
	border-radius: 4px !important
}

.rounded-top {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important
}

.rounded-right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important
}

.rounded-bottom {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important
}

.rounded-left {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: flex !important
	}
	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: flex !important
	}
	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.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-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: flex !important
	}
	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: flex !important
	}
	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: flex !important
	}
	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

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

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}
	.flex-sm-column {
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		justify-content: center !important
	}
	.justify-content-sm-between {
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		justify-content: space-around !important
	}
	.align-items-sm-start {
		align-items: flex-start !important
	}
	.align-items-sm-end {
		align-items: flex-end !important
	}
	.align-items-sm-center {
		align-items: center !important
	}
	.align-items-sm-baseline {
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		align-items: stretch !important
	}
	.align-content-sm-start {
		align-content: flex-start !important
	}
	.align-content-sm-end {
		align-content: flex-end !important
	}
	.align-content-sm-center {
		align-content: center !important
	}
	.align-content-sm-between {
		align-content: space-between !important
	}
	.align-content-sm-around {
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		align-content: stretch !important
	}
	.align-self-sm-auto {
		align-self: auto !important
	}
	.align-self-sm-start {
		align-self: flex-start !important
	}
	.align-self-sm-end {
		align-self: flex-end !important
	}
	.align-self-sm-center {
		align-self: center !important
	}
	.align-self-sm-baseline {
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}
	.flex-md-column {
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		justify-content: center !important
	}
	.justify-content-md-between {
		justify-content: space-between !important
	}
	.justify-content-md-around {
		justify-content: space-around !important
	}
	.align-items-md-start {
		align-items: flex-start !important
	}
	.align-items-md-end {
		align-items: flex-end !important
	}
	.align-items-md-center {
		align-items: center !important
	}
	.align-items-md-baseline {
		align-items: baseline !important
	}
	.align-items-md-stretch {
		align-items: stretch !important
	}
	.align-content-md-start {
		align-content: flex-start !important
	}
	.align-content-md-end {
		align-content: flex-end !important
	}
	.align-content-md-center {
		align-content: center !important
	}
	.align-content-md-between {
		align-content: space-between !important
	}
	.align-content-md-around {
		align-content: space-around !important
	}
	.align-content-md-stretch {
		align-content: stretch !important
	}
	.align-self-md-auto {
		align-self: auto !important
	}
	.align-self-md-start {
		align-self: flex-start !important
	}
	.align-self-md-end {
		align-self: flex-end !important
	}
	.align-self-md-center {
		align-self: center !important
	}
	.align-self-md-baseline {
		align-self: baseline !important
	}
	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}
	.flex-lg-column {
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		justify-content: center !important
	}
	.justify-content-lg-between {
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.align-items-lg-start {
		align-items: flex-start !important
	}
	.align-items-lg-end {
		align-items: flex-end !important
	}
	.align-items-lg-center {
		align-items: center !important
	}
	.align-items-lg-baseline {
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		align-items: stretch !important
	}
	.align-content-lg-start {
		align-content: flex-start !important
	}
	.align-content-lg-end {
		align-content: flex-end !important
	}
	.align-content-lg-center {
		align-content: center !important
	}
	.align-content-lg-between {
		align-content: space-between !important
	}
	.align-content-lg-around {
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		align-content: stretch !important
	}
	.align-self-lg-auto {
		align-self: auto !important
	}
	.align-self-lg-start {
		align-self: flex-start !important
	}
	.align-self-lg-end {
		align-self: flex-end !important
	}
	.align-self-lg-center {
		align-self: center !important
	}
	.align-self-lg-baseline {
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}
	.flex-xl-column {
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		justify-content: center !important
	}
	.justify-content-xl-between {
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		justify-content: space-around !important
	}
	.align-items-xl-start {
		align-items: flex-start !important
	}
	.align-items-xl-end {
		align-items: flex-end !important
	}
	.align-items-xl-center {
		align-items: center !important
	}
	.align-items-xl-baseline {
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		align-items: stretch !important
	}
	.align-content-xl-start {
		align-content: flex-start !important
	}
	.align-content-xl-end {
		align-content: flex-end !important
	}
	.align-content-xl-center {
		align-content: center !important
	}
	.align-content-xl-between {
		align-content: space-between !important
	}
	.align-content-xl-around {
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		align-content: stretch !important
	}
	.align-self-xl-auto {
		align-self: auto !important
	}
	.align-self-xl-start {
		align-self: flex-start !important
	}
	.align-self-xl-end {
		align-self: flex-end !important
	}
	.align-self-xl-center {
		align-self: center !important
	}
	.align-self-xl-baseline {
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #0ab3e4 !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #088db3 !important
}

.text-secondary {
	color: #ff6f00 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #cc5900 !important
}

.text-success {
	color: #17cc8a !important
}

a.text-success:hover,
a.text-success:focus {
	color: #129e6b !important
}

.text-info {
	color: #17cfbc !important
}

a.text-info:hover,
a.text-info:focus {
	color: #12a192 !important
}

.text-warning {
	color: #ffbc00 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #cc9600 !important
}

.text-danger {
	color: #e93d3d !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #da1919 !important
}

.text-light {
	color: #848e9e !important
}

a.text-light:hover,
a.text-light:focus {
	color: #697486 !important
}

.text-dark {
	color: #162944 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #0a121d !important
}

.text-body {
	color: #4e5a6d !important !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px
}

* html #outdated {
	position: absolute
}

body {
	color: #4e5a6d !important;
	font-family: "NeutrifPro", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

body>.st_wrapper {
	flex-grow: 1;
	overflow: hidden
}

.st_wrapper {
	position: relative
}

.st_wrapper--inner {
	padding-top: 66px;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 992px) {
	.st_wrapper--inner {
		padding-top: 100px
	}
}

.container-fluid {
	max-width: 1200px
}

.container-fluid.\--slim {
	max-width: 600px
}

.st_section {
	position: relative;
	overflow: hidden;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_section {
		padding-top: calc(3.125rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_section:first-child {
	padding-top: 12.5rem
}

@media (max-width: 1200px) {
	.st_section:first-child {
		padding-top: calc(6.25rem + 8.33333vw)
	}
}

.st_section:last-child {
	padding-bottom: 12.5rem
}

@media (max-width: 1200px) {
	.st_section:last-child {
		padding-bottom: calc(6.25rem + 8.33333vw)
	}
}

.st_section.\--criss-cross .container-fluid {
	position: relative
}

@media (min-width: 768px) {
	.st_section.\--criss-cross .container-fluid {
		display: flex;
		align-items: center
	}
	.st_section.\--criss-cross .container-fluid>* {
		flex: 1 0 50%
	}
}

@media (min-width: 768px) {
	.st_section.\--criss-cross .st_section--text {
		padding-left: 1.25rem
	}
	.st_section.\--criss-cross .st_section--text .heading0,
	.st_section.\--criss-cross .st_section--text .heading1,
	.st_section.\--criss-cross .st_section--text .heading2,
	.st_section.\--criss-cross .st_section--text .heading3,
	.st_section.\--criss-cross .st_section--text .heading4,
	.st_section.\--criss-cross .st_section--text .heading5,
	.st_section.\--criss-cross .st_section--text .heading6,
	.st_section.\--criss-cross .st_section--text .list-check,
	.st_section.\--criss-cross .st_section--text p {
		max-width: 480px
	}
}

@media (min-width: 992px) {
	.st_section.\--criss-cross .st_section--text {
		padding-left: 2.5rem
	}
}

@media (max-width: 767px) {
	.st_section.\--criss-cross .st_section--text {
		margin-bottom: 1.875rem
	}
}

@media (min-width: 768px) {
	.st_section.\--criss-cross .st_section--image {
		margin-right: 1.25rem
	}
}

@media (min-width: 992px) {
	.st_section.\--criss-cross .st_section--image {
		margin-right: 2.5rem
	}
}

@media (max-width: 767px) {
	.st_section.\--criss-cross .st_section--image>img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto
	}
}

@media (min-width: 768px) {
	.st_section.\--criss-cross:nth-child(odd) .container-fluid {
		flex-direction: row
	}
}

@media (min-width: 768px) {
	.st_section.\--criss-cross:nth-child(odd) .container-fluid .st_section--text {
		padding-left: 0;
		padding-right: 1.25rem
	}
}

@media (min-width: 992px) {
	.st_section.\--criss-cross:nth-child(odd) .container-fluid .st_section--text {
		padding-left: 0;
		padding-right: 2.5rem
	}
}

@media (min-width: 768px) {
	.st_section.\--criss-cross:nth-child(odd) .container-fluid .st_section--image {
		margin-right: 0;
		margin-left: 1.25rem
	}
}

@media (min-width: 992px) {
	.st_section.\--criss-cross:nth-child(odd) .container-fluid .st_section--image {
		margin-right: 0;
		margin-left: 2.5rem
	}
}

.card {
	border-radius: 5px;
	background-color: #fff;
	border: none
}

.card-body {
	padding: 40px
}

.avatar {
	display: flex;
	align-items: center
}

.avatar .avatar-img {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 20px
}

.avatar .avatar-text h4 {
	font-size: 1rem;
	color: #213757;
	font-weight: 600;
	margin-bottom: 0
}

.avatar .avatar-text p {
	color: #5c697b;
	font-size: .875rem;
	font-weight: normal
}

.dots-pattern {
	display: block;
	width: 175px;
	height: 175px;
	background: url(/assets/bg-dot-pattern_ac46378403c6a0551b2b78872db52776.png) no-repeat center;
	background-size: 175px
}

@media (max-width: 991px) {
	.dots-pattern {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.dots-pattern {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.dots-pattern2 {
	display: block;
	width: 175px;
	height: 175px;
	background: url(../login/img/bg-dot-pattern2_88da267c4d8b16c22674b6afcedb829d.png) no-repeat center;
	background-size: 175px
}

@media (max-width: 991px) {
	.dots-pattern2 {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.dots-pattern2 {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.breadcrumb {
	padding: 0;
	background: none
}

.breadcrumb .breadcrumb-item {
	font-size: .875rem;
	font-weight: 600
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #848e9e;
	content: ">"
}

.breadcrumb .breadcrumb-item a {
	color: #848e9e
}

.breadcrumb .breadcrumb-item:last-child a {
	color: #224bc5
}

a,
button {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	cursor: pointer
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
	outline: none;
	text-decoration: none
}

a:active:focus,
button:active:focus {
	outline: none
}

a[x-apple-data-detectors],
button[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important
}

a {
	color: #224bc5
}

a:hover,
a:focus,
a:active {
	color: #1a3a9a;
	text-decoration: underline
}

a.link-underline {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	color: #0ab3e4;
	box-shadow: inset 0 -0.07rem 0 #0ab3e4;
	text-decoration: none
}

a.link-underline:hover,
a.link-underline:focus,
a.link-underline:active {
	padding-left: 10px;
	padding-right: 10px
}

p {
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.72;
	letter-spacing: -0.5px
}

p+p {
	margin-top: 1.25rem
}

p.lead {
	font-size: 1.125rem;
	line-height: 1.8;
	font-weight: normal
}

hr {
	border-top-color: rgba(78, 90, 109, 0.1);
	margin: 30px 0
}

hr.\--short {
	max-width: 160px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #162944;
	margin-top: 0;
	margin-bottom: 20px
}

h1.heading00,
h2.heading00,
h3.heading00,
h4.heading00,
h5.heading00,
h6.heading00 {
	font-size: 8.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -6px
}

@media (max-width: 1200px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: calc(2.4rem + 8.13333vw)
	}
}

@media (max-width: 1199px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: 6.875rem;
		letter-spacing: -4px
	}
}

@media (max-width: 1199px) and (max-width: 1200px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: calc(2.075rem + 6.4vw)
	}
}

@media (max-width: 991px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: 6.25rem;
		letter-spacing: -3px
	}
}

@media (max-width: 991px) and (max-width: 1200px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: calc(1.95rem + 5.73333vw)
	}
}

@media (max-width: 575px) {
	h1.heading00,
	h2.heading00,
	h3.heading00,
	h4.heading00,
	h5.heading00,
	h6.heading00 {
		font-size: 2.813rem;
		letter-spacing: -1px
	}
}

h1.heading0,
h2.heading0,
h3.heading0,
h4.heading0,
h5.heading0,
h6.heading0 {
	font-size: 5.5rem;
	font-weight: bold;
	line-height: 1.14;
	letter-spacing: -4px
}

@media (max-width: 1200px) {
	h1.heading0,
	h2.heading0,
	h3.heading0,
	h4.heading0,
	h5.heading0,
	h6.heading0 {
		font-size: calc(1.8rem + 4.93333vw)
	}
}

@media (max-width: 991px) {
	h1.heading0,
	h2.heading0,
	h3.heading0,
	h4.heading0,
	h5.heading0,
	h6.heading0 {
		letter-spacing: -3px
	}
}

@media (max-width: 575px) {
	h1.heading0,
	h2.heading0,
	h3.heading0,
	h4.heading0,
	h5.heading0,
	h6.heading0 {
		font-size: 2.813rem;
		letter-spacing: -1px
	}
}

h1.heading1,
h2.heading1,
h3.heading1,
h4.heading1,
h5.heading1,
h6.heading1 {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.14;
	letter-spacing: -4px
}

@media (max-width: 1200px) {
	h1.heading1,
	h2.heading1,
	h3.heading1,
	h4.heading1,
	h5.heading1,
	h6.heading1 {
		font-size: calc(1.7rem + 4.4vw)
	}
}

@media (max-width: 991px) {
	h1.heading1,
	h2.heading1,
	h3.heading1,
	h4.heading1,
	h5.heading1,
	h6.heading1 {
		letter-spacing: -3px
	}
}

@media (max-width: 575px) {
	h1.heading1,
	h2.heading1,
	h3.heading1,
	h4.heading1,
	h5.heading1,
	h6.heading1 {
		font-size: 2.813rem;
		letter-spacing: -1px
	}
}

h1.heading2,
h2.heading2,
h3.heading2,
h4.heading2,
h5.heading2,
h6.heading2 {
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 1.27;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	h1.heading2,
	h2.heading2,
	h3.heading2,
	h4.heading2,
	h5.heading2,
	h6.heading2 {
		font-size: calc(1.25rem + 2vw)
	}
}

h1.heading2a,
h2.heading2a,
h3.heading2a,
h4.heading2a,
h5.heading2a,
h6.heading2a {
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.27;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	h1.heading2a,
	h2.heading2a,
	h3.heading2a,
	h4.heading2a,
	h5.heading2a,
	h6.heading2a {
		font-size: calc(1.25rem + 2vw)
	}
}

h1.heading2b,
h2.heading2b,
h3.heading2b,
h4.heading2b,
h5.heading2b,
h6.heading2b {
	font-size: 2.75rem;
	font-weight: bold;
	line-height: 1.27;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	h1.heading2b,
	h2.heading2b,
	h3.heading2b,
	h4.heading2b,
	h5.heading2b,
	h6.heading2b {
		font-size: calc(1.25rem + 2vw)
	}
}

h1.heading3,
h2.heading3,
h3.heading3,
h4.heading3,
h5.heading3,
h6.heading3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	h1.heading3,
	h2.heading3,
	h3.heading3,
	h4.heading3,
	h5.heading3,
	h6.heading3 {
		font-size: calc(1.1rem + 1.2vw)
	}
}

h1.heading3a,
h2.heading3a,
h3.heading3a,
h4.heading3a,
h5.heading3a,
h6.heading3a {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	h1.heading3a,
	h2.heading3a,
	h3.heading3a,
	h4.heading3a,
	h5.heading3a,
	h6.heading3a {
		font-size: calc(1.1rem + 1.2vw)
	}
}

h1.heading4,
h2.heading4,
h3.heading4,
h4.heading4,
h5.heading4,
h6.heading4 {
	font-weight: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: normal
}

h1.heading5,
h2.heading5,
h3.heading5,
h4.heading5,
h5.heading5,
h6.heading5 {
	font-size: 1.625rem;
	line-height: 1.23;
	letter-spacing: normal
}

h1.heading6,
h2.heading6,
h3.heading6,
h4.heading6,
h5.heading6,
h6.heading6 {
	font-size: .75rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2.6px;
	text-transform: uppercase
}

h1.heading6.\--yellow,
h2.heading6.\--yellow,
h3.heading6.\--yellow,
h4.heading6.\--yellow,
h5.heading6.\--yellow,
h6.heading6.\--yellow {
	color: #ffbc00
}

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
	display: inline-block;
	box-shadow: inset 0 -0.1em 0 #ffbc00;
	padding-bottom: 8px
}

.heading3 .line {
	overflow: hidden
}

.heading3 .line>* {
	display: inline-block
}

.list-check {
	list-style: none;
	margin: 0;
	padding: 0
}

.list-check.\--yellow li .icon {
	color: #ffbc00
}

.list-check.\--blue li {
	color: #162944
}

.list-check.\--blue li .icon {
	color: #0ab3e4
}

.list-check.\--green li {
	color: #162944;
	font-weight: normal;
	font-size: 1rem;
	padding-left: 30px
}

.list-check.\--green li .icon {
	color: #17cc8a;
	font-size: .75rem;
	top: 2px
}

.list-check li {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding-left: 35px
}

.list-check li:not(:last-child) {
	margin-bottom: 20px
}

.list-check li .icon {
	font-size: .625rem;
	color: #162944;
	position: absolute;
	top: 4px;
	left: 0
}

@media (max-width: 767px) {
	blockquote {
		margin-bottom: 80px
	}
}

blockquote q {
	display: block;
	max-width: 280px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
	color: #162944
}

@media (max-width: 767px) {
	blockquote q {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px
	}
}

blockquote cite {
	font-style: normal
}

@media (max-width: 767px) {
	blockquote cite .avatar {
		display: block;
		text-align: center;
		margin: 0 auto
	}
}

@media (max-width: 767px) {
	blockquote cite .avatar .avatar-img {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.modal .modal-dialog {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	margin-top: 80px
}

@media (min-width: 576px) {
	.modal .modal-dialog.modal-lg {
		width: 95% !important;
		max-width: 860px
	}
}

.modal .close {
	font-weight: 300;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	opacity: 1;
	background-color: rgba(22, 41, 68, 0.2);
	position: absolute;
	top: 30px;
	right: 30px
}

@media (min-width: 768px) {
	.modal .close {
		top: 40px;
		right: 40px;
		width: 48px;
		height: 48px;
		line-height: 48px
	}
}

.modal .close span {
	color: #fff;
	text-shadow: none;
	font-size: 1rem;
	position: relative;
	top: -2px
}

@media (min-width: 768px) {
	.modal .close span {
		font-size: 1.25rem;
		top: 0
	}
}

.modal .close:hover {
	background-color: rgba(22, 41, 68, 0.4)
}

.modal .close:hover span {
	color: #fff
}

.modal .modal-content {
	border: none;
	border-radius: 8px;
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width: 768px) {
	.modal .modal-content {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.modal .modal-header {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 10px
}

.modal .modal-header h4 {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	.modal .modal-header h4 {
		font-size: calc(1.1rem + 1.2vw)
	}
}

.modal .modal-header p {
	font-size: 1rem;
	color: #162944
}

.modal .modal-body {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.modal .modal-chat {
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end
}

.modal .modal-chat .modal-chat-image {
	min-width: 40px;
	max-width: 40px;
	height: auto;
	max-height: 40px;
	margin-right: 10px
}

.modal .modal-chat .modal-chat-text {
	padding: 20px 30px;
	max-width: 410px;
	background-color: #e2f8ff;
	border-bottom-right-radius: 30px
}

.modal .modal-chat .modal-chat-text p {
	font-size: 1rem;
	color: #162944;
	line-height: 1.5
}

.modal .modal-form h5 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: -0.8px
}

@media (max-width: 1200px) {
	.modal .modal-form h5 {
		font-size: calc(1rem + .66667vw)
	}
}

.modal.st_checkout--modal .your-order {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px 30px 10px 30px;
	border-radius: 6px;
	background-color: #f5f7fa;
	margin-bottom: 40px
}

.modal.st_checkout--modal .your-order>* {
	margin-bottom: 20px
}

.modal.st_checkout--modal .your-order p {
	font-size: .875rem;
	letter-spacing: normal
}

.modal.st_checkout--modal .your-order .media {
	display: flex;
	align-items: flex-start;
	max-width: 350px;
	margin-right: 20px
}

.modal.st_checkout--modal .your-order .media-image {
	border-radius: 4px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	background-color: #a6eaff;
	margin-right: 15px
}

.modal.st_checkout--modal .your-order .media-text h6 {
	font-size: 1.125rem;
	margin-bottom: 0;
	line-height: 1.33;
	letter-spacing: -0.3px
}

@media (min-width: 557px) {
	.modal.st_checkout--modal .your-order .order-info {
		text-align: right
	}
}

.modal.st_checkout--modal .your-order .order-info h6 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0
}

.modal.st_checkout--modal .your-order .order-info .rating .icon {
	color: #ffbc00;
	font-size: .75rem
}

.modal.st_checkout--modal .credit-card-form {
	border-radius: 10px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
	background-color: #f4fcff;
	padding: 30px
}

.modal.st_checkout--modal .checkout-option .radio label {
	display: block
}

.modal.st_checkout--modal .checkout-option .card {
	background-color: #f4fcff;
	border-radius: 10px;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.04)
}

.modal.st_checkout--modal .checkout-option .card:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none
}

.modal.st_checkout--modal .checkout-option .card:first-child .card-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.modal.st_checkout--modal .checkout-option .card:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.modal.st_checkout--modal .checkout-option .card:last-child .card-header {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.modal.st_checkout--modal .checkout-option .card .card-header {
	border: none;
	border-radius: 0;
	background-color: #fff;
	padding: 10px 30px
}

.modal.st_checkout--modal .checkout-option .card .card-header .radio label {
	font-weight: 1.125rem;
	color: #162944;
	font-weight: 500
}

.modal.st_checkout--modal .checkout-option .card .card-body {
	border-top: 1px solid rgba(0, 0, 0, 0.04)
}

.modal.st_checkout--modal .checkout-option .card .card-body h2 {
	color: red
}

.modal.st_checkout--modal .checkout-option .card .row {
	margin-left: -10px;
	margin-right: -10px
}

.modal.st_checkout--modal .checkout-option .card .row>div {
	padding-left: 10px;
	padding-right: 10px
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select .credit-card-item {
	margin-right: 10px;
	margin-bottom: 10px
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select .credit-card-item input {
	display: none;
	visibility: hidden;
	opacity: 0
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select .credit-card-item input:checked+label {
	background-color: #fff;
	opacity: 1
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select .credit-card-item label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 32px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s
}

.modal.st_checkout--modal .checkout-option .card .credit-card-select .credit-card-item label:hover {
	opacity: 1
}

.modal-backdrop {
	background-color: #162944
}

.modal-backdrop.show {
	opacity: 0.8
}

body.mobile-nav .st_navbar {
	z-index: 9999999
}

.st_navbar {
	padding: 15px 0;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

.st_navbar .navigation-user__name {
	color: #0c8fc7
}

.st_navbar:before {
	content: "";
	background-color: #0c8fc7;
	background-image: linear-gradient(139deg, #0AB3E4 0%, #102976 100%);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	opacity: 0;
	position: absolute;
	margin: auto;
	width: 200%;
	height: 100%;
	top: 0;
	left: -80%;
	right: -20%;
	bottom: 0
}

@media (min-width: 992px) {
	.st_navbar {
		padding: 22px 0
	}
}

.st_navbar>.container-fluid {
	max-width: 1400px
}

@media (max-width: 991px) {
	.st_navbar>.container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

.st_navbar .navbar-toggler {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 26px;
	height: 26px;
	padding: 2px 0;
	border: none;
	right: 15px;
	z-index: 2
}

.st_navbar .navbar-toggler .navbar-toggler-bar {
	display: block;
	width: 26px;
	height: 2px;
	background: rgba(22, 41, 68, 0.8);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	border-radius: 4px;
	margin-bottom: 5px
}

.st_navbar .navbar-toggler .navbar-toggler-bar:last-child {
	margin-bottom: 0
}

@media (min-width: 992px) {
	.st_navbar .navbar-toggler .navbar-toggler-bar {
		display: none;
		visibility: hidden
	}
}

.st_navbar .navbar-toggler:hover .navbar-toggler-bar,
.st_navbar .navbar-toggler:active .navbar-toggler-bar {
	background: #162944
}

.st_navbar .navbar-toggler.active .navbar-toggler-bar {
	background: #fff
}

.st_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 7px
}

.st_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
	opacity: 0
}

.st_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	bottom: 7px
}

.st_navbar .navbar-brand {
	padding: 0;
	line-height: 1;
	width: 162px;
	height: 29px;
	background: url(/assets/storetasker-logo-white_3742d872c2a53f9702168d5da600a2c3.svg) no-repeat center;
	background-size: 162px 29px;
	position: relative;
	z-index: 2
}

@media (min-width: 992px) {
	.st_navbar .navbar-brand {
		margin-right: 120px
	}
}

.st_navbar .navbar-brand>img {
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

.st_navbar .navbar-collapse {
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@media (max-width: 991px) {
	.st_navbar .navbar-collapse {
		position: relative;
		bottom: -8px;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px
	}
}

.st_navbar .navbar-nav {
	align-items: center;
	position: relative;
	z-index: 2
}

@media (min-width: 992px) {
	.st_navbar .navbar-nav .nav-item:not(:last-child) {
		margin-right: 20px
	}
}

.st_navbar .navbar-nav .nav-item .nav-link {
	line-height: 1;
	font-size: 1rem;
	color: #4e5a6d
}

.st_navbar .navbar-nav .nav-item .nav-link:hover,
.st_navbar .navbar-nav .nav-item .nav-link:focus,
.st_navbar .navbar-nav .nav-item .nav-link:active {
	color: #162944
}

.st_navbar .navbar-nav .nav-item .nav-link .btn-signup {
	font-size: 1rem;
	padding: 8px 15px;
	min-width: 0;
	box-shadow: none;
	font-weight: 500
}

.st_navbar .navbar-nav .nav-item .nav-link .btn-signup:hover,
.st_navbar .navbar-nav .nav-item .nav-link .btn-signup:focus,
.st_navbar .navbar-nav .nav-item .nav-link .btn-signup:active {
	background-color: #ebeff5
}

.st_navbar .navbar-nav .nav-item.active .nav-link {
	color: #162944;
	font-weight: 500;
	position: relative
}

.st_navbar .navbar-nav .nav-item.active .nav-link:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #162944;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -18px;
	transition: all 0.2s ease-in-out 0s
}

.st_navbar.\--scrolled {
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.05)
}

.st_navbar.\--scrolled.\--ambassador {
	padding: 15px 0
}

.st_navbar.\--scrolled .navigation-user__name {
	color: #FFF
}

.st_navbar.\--scrolled:before {
	opacity: 1 !important
}

@media (min-width: 992px) {
	.st_navbar.\--scrolled {
		padding: 5px 0
	}
}

.st_navbar.\--scrolled .navbar-brand>img {
	opacity: 0
}

.st_navbar.\--scrolled .navbar-toggler .navbar-toggler-bar {
	background: rgba(255, 255, 255, 0.7)
}

.st_navbar.\--scrolled .navbar-toggler:hover .navbar-toggler-bar,
.st_navbar.\--scrolled .navbar-toggler:active .navbar-toggler-bar {
	background: #fff
}

.st_navbar.\--scrolled .navbar-nav .nav-item .nav-link {
	color: #fff
}

.st_navbar.\--scrolled .navbar-nav .nav-item .nav-link .btn-signup {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: rgba(255, 255, 255, 0.23);
	color: #fff
}

.st_navbar.\--scrolled .navbar-nav .nav-item .nav-link .btn-signup:hover,
.st_navbar.\--scrolled .navbar-nav .nav-item .nav-link .btn-signup:focus,
.st_navbar.\--scrolled .navbar-nav .nav-item .nav-link .btn-signup:active {
	background-color: rgba(255, 255, 255, 0.1)
}

.st_navbar.\--scrolled .navbar-nav .nav-item.active .nav-link:before {
	background-color: #fff
}

.st_navbar.\--mobile-nav-active {
	z-index: 9999999;
	background-color: transparent !important;
	box-shadow: none
}

.st_navbar.\--mobile-nav-active:before {
	opacity: 0 !important
}

.st_navbar.\--mobile-nav-active .navbar-brand>img {
	opacity: 0
}

.st_mobile-nav {
	top: 0;
	background-image: linear-gradient(138deg, #0c8fc7, #102976)
}

.st_mobile-nav .modal-dialog {
	max-width: 100% !important;
	margin: 0
}

.st_mobile-nav .modal-content {
	border-radius: 0;
	background: transparent;
	color: #fff;
	border: none;
	padding: 20px;
	padding-top: 60px
}

.st_mobile-nav .mobile-navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

.st_mobile-nav .mobile-navbar-nav .nav-item {
	margin-bottom: 5px
}

.st_mobile-nav .mobile-navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold
}

.st_mobile-nav .mobile-navbar-nav .nav-item .nav-link .btn-signup {
	margin-top: 10px
}

.st_mobile-nav .mobile-navbar-nav .nav-item.active .nav-link {
	position: relative
}

.st_mobile-nav .mobile-navbar-nav .nav-item.active .nav-link:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0
}

.st_navbar.\--white-nav .navigation-user__name {
	color: #FFF
}

@media (max-width: 991px) {
	.st_navbar.\--white-nav:before {
		opacity: 0
	}
}

.st_navbar.\--white-nav .navbar-brand>img {
	opacity: 0
}

.st_navbar.\--white-nav .navbar-toggler .navbar-toggler-bar {
	background: rgba(255, 255, 255, 0.7)
}

.st_navbar.\--white-nav .navbar-toggler:hover .navbar-toggler-bar,
.st_navbar.\--white-nav .navbar-toggler:active .navbar-toggler-bar {
	background: #fff
}

.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.7)
}

.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link:hover,
.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link:focus,
.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link:active {
	color: #fff
}

.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link .btn-signup {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: rgba(255, 255, 255, 0.23);
	color: #fff
}

.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link .btn-signup:hover,
.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link .btn-signup:focus,
.st_navbar.\--white-nav .navbar-nav .nav-item .nav-link .btn-signup:active {
	background-color: rgba(255, 255, 255, 0.1)
}

.st_navbar.\--white-nav .navbar-nav .nav-item.active .nav-link {
	color: #fff
}

.st_navbar.\--white-nav .navbar-nav .nav-item.active .nav-link:before {
	background-color: #fff
}

.st_footer {
	background-color: #102976;
	background-image: linear-gradient(138deg, #0c8fc7, #102976);
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
	color: rgba(255, 255, 255, 0.71)
}

@media (max-width: 1200px) {
	.st_footer {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_footer p {
	font-size: 1rem
}

.st_footer--top {
	padding-bottom: 6.25rem;
	border-bottom: solid 1px rgba(255, 255, 255, 0.12);
	margin-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_footer--top {
		padding-bottom: calc(3.125rem + 4.16667vw);
		margin-bottom: calc(1.875rem + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_footer--top {
		text-align: center
	}
}

@media (min-width: 768px) {
	.st_footer--top {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

.st_footer--top .heading2 {
	color: #fff;
	margin-bottom: 0
}

@media (max-width: 767px) {
	.st_footer--top .heading2 {
		margin-bottom: 40px
	}
}

.st_footer--mid .row {
	margin-bottom: 50px
}

.st_footer--mid .row>div {
	margin-bottom: 40px
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(1) {
		text-align: center
	}
}

.st_footer--mid .row>div:nth-child(1) .logo {
	margin-bottom: 25px
}

.st_footer--mid .row>div:nth-child(1) p {
	line-height: 1.5
}

@media (max-width: 991px) {
	.st_footer--mid .row>div:nth-child(1) p {
		max-width: 400px
	}
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(1) p {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px
	}
}

@media (min-width: 992px) {
	.st_footer--mid .row>div:nth-child(1) p {
		min-width: 260px
	}
}

.st_footer--mid .row>div:nth-child(1) .credit-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 10px
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(1) .credit-cards {
		justify-content: center
	}
}

.st_footer--mid .row>div:nth-child(1) .credit-cards li:not(:last-child) {
	margin-right: 10px
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(5) {
		text-align: center
	}
}

.st_footer--mid .row>div:nth-child(5) .rating {
	margin-bottom: 10px
}

.st_footer--mid .row>div:nth-child(5) .rating .icon {
	color: #ffbc00
}

.st_footer--mid .row>div:nth-child(5) p {
	line-height: 1.5
}

@media (max-width: 767px) {
	.st_footer--mid .row>div:nth-child(5) p {
		max-width: 300px
	}
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(5) p {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px
	}
}

@media (min-width: 768px) {
	.st_footer--mid .row>div:nth-child(5) p {
		min-width: 260px
	}
}

.st_footer--mid .row>div:nth-child(5) .shopify {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 15px
}

@media (max-width: 575px) {
	.st_footer--mid .row>div:nth-child(5) .shopify {
		justify-content: center
	}
}

.st_footer--mid .row>div:nth-child(5) .shopify img:first-child {
	width: auto;
	margin-right: 20px;
	max-height: 24px
}

.st_footer--mid .row>div:nth-child(5) .shopify img:last-child {
	align-self: flex-end;
	width: auto;
	max-height: 20px
}

.st_footer--mid h3 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-bottom: 10px
}

@media (max-width: 575px) {
	.st_footer--mid h3 {
		text-align: center
	}
}

.st_footer--mid .links {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width: 575px) {
	.st_footer--mid .links {
		text-align: center
	}
}

.st_footer--mid .links li {
	margin-bottom: 5px
}

.st_footer--mid .links li a {
	color: rgba(255, 255, 255, 0.71);
	font-size: 1rem
}

.st_footer--mid .links li a:hover,
.st_footer--mid .links li a:focus,
.st_footer--mid .links li a:active {
	color: #fff;
	text-decoration: none
}

.st_footer--bottom {
	font-size: .875rem;
	text-align: center
}

@media (min-width: 576px) {
	.st_footer--bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left
	}
}

.st_footer--bottom .copyright {
	font-size: .875rem
}

@media (max-width: 575px) {
	.st_footer--bottom .copyright {
		margin-bottom: 10px
	}
}

.st_footer--bottom .links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center
}

@media (max-width: 575px) {
	.st_footer--bottom .links {
		justify-content: center
	}
}

.st_footer--bottom .links li a {
	color: rgba(255, 255, 255, 0.71);
	font-size: .875rem
}

.st_footer--bottom .links li a:hover,
.st_footer--bottom .links li a:focus,
.st_footer--bottom .links li a:active {
	color: #fff;
	text-decoration: none
}

.st_footer--bottom .links li:not(:last-child) {
	margin-right: 20px
}

.st_header {
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9
}

.st_header.\--fixed {
	position: fixed
}

.st_header--inner {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.st_header--close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(22, 41, 68, 0.2);
	border-radius: 50%;
	min-height: 40px !important;
	text-decoration: none;
	color: #fff;
	font-size: .75rem
}

@media (min-width: 992px) {
	.st_header--close {
		width: 48px;
		height: 48px;
		min-height: 48px !important;
		font-size: .875rem
	}
}

.st_header--close:hover,
.st_header--close:focus,
.st_header--close:active {
	text-decoration: none;
	color: #fff;
	background-color: rgba(22, 41, 68, 0.4)
}

.btn {
	font-family: "NeutrifPro", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	padding: 16px 20px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	min-width: 150px;
	border-radius: 4px;
	text-decoration: none !important
}

@media (min-width: 992px) {
	.btn {
		font-size: 1.125rem;
		padding: 16px 25px
	}
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	outline: none;
	box-shadow: none;
	text-decoration: none
}

.btn:active:focus {
	outline: none;
	box-shadow: none !important
}

.btn.btn-light {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: #fff;
	color: #0ab3e4;
	border: none;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06)
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active {
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.08)
}

.btn.btn-light2 {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: #fff;
	color: #162944;
	border: none;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06)
}

.btn.btn-light2:hover,
.btn.btn-light2:focus,
.btn.btn-light2:active {
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.08)
}

.btn.btn-light3 {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: #fff;
	color: #224bc5;
	border: none;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06)
}

.btn.btn-light3:hover,
.btn.btn-light3:focus,
.btn.btn-light3:active {
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.08)
}

.btn.btn-trans {
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: rgba(255, 255, 255, 0.23)
}

.btn.btn-link {
	color: #0ab3e4
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
	background-color: #e4e9f2
}

.btn.btn-blue {
	background-color: #224bc5
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
	background-color: #1e43af
}

.btn.btn-icon {
	display: inline-flex;
	justify-content: space-between;
	align-items: center
}

@media (min-width: 992px) {
	.btn.btn-icon {
		padding: 21.5px 25px !important
	}
}

.btn.btn-icon:hover .icon,
.btn.btn-icon:focus .icon,
.btn.btn-icon:active .icon {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.btn.btn-icon>span {
	display: inline-block;
	margin-right: 20px
}

@media (min-width: 992px) {
	.btn.btn-icon>span {
		margin-right: 40px
	}
}

.btn.btn-icon .icon {
	font-size: .75rem;
	position: relative;
	top: 2px;
	transition: inherit
}

.form-group {
	margin-bottom: 1.875rem
}

.form-group:last-child {
	margin-bottom: 0
}

.form-group>label {
	display: block
}

.form-group.\--material {
	position: relative;
}

.form-group.\--material .list-group.experts {
	position: absolute;
	background: white;
	width: 100%;
	z-index: 100;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	list-style: none;
	padding: 10px 0;
	border: 1px solid rgba(33, 55, 87, 0.22);
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.22)
}

.form-group.\--material .list-group.experts li {
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	color: #5c697b
}

.form-group.\--material .list-group.experts li:hover {
	background-color: rgba(0, 0, 0, 0.094);
	border-bottom-color: transparent
}

.form-group.\--material .list-group.experts li:last-child {
	border-bottom: none
}

.form-group.\--material .icon {
	z-index: 2
}

.form-group.\--material .form-control {
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 50px;
	cursor: pointer;
	padding: 0;
	position: relative;
	border-radius: 0;
	z-index: 2;
	color: #162944;
	font-weight: 500;
	font-size: 1.125rem
}

.form-group.\--material .form-control.active,
.form-group.\--material .form-control:focus {
	border-color: #162944
}

.form-group.\--material .form-control.active+label,
.form-group.\--material .form-control:focus+label {
	color: #848e9e;
	font-size: 1rem;
	-webkit-transform: translateY(-31px);
	transform: translateY(-31px)
}

.form-group.\--material .form-control:focus+label+.icon {
	color: #224bc5 !important
}

.form-group.\--material .form-control.error {
	border-color: #fe4e7b
}

.form-group.\--material .form-control.error+label+.icon {
	color: #fe4e7b
}

.form-group.\--material .form-control.success+label+.icon {
	color: #17cc8a
}

.form-group.\--material .form-control:disabled {
	color: #848e9e
}

.form-group.\--material label {
	display: block;
	color: #848e9e;
	font-weight: 500;
	font-size: 1.125rem;
	position: absolute;
	top: 20px;
	left: 0;
	margin-bottom: 0;
	transition: all 0.2s ease-in-out 0s
}

.form-group.\--material .bootstrap-select {
	width: 100% !important
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle {
	padding: 0;
	background: transparent !important;
	border-radius: 0;
	border-bottom: 1px solid rgba(22, 41, 68, 0.15)
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle:after {
	right: 10px
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle:hover,
.form-group.\--material .bootstrap-select>.btn.dropdown-toggle:focus,
.form-group.\--material .bootstrap-select>.btn.dropdown-toggle:active {
	background: transparent !important;
	outline: none !important;
	box-shadow: none
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle:focus:active {
	background: transparent !important;
	outline: none;
	box-shadow: none !important
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle.bs-placeholder {
	border-color: rgba(22, 41, 68, 0.15)
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle.bs-placeholder .filter-option {
	color: #848e9e;
	opacity: 0
}

.form-group.\--material .bootstrap-select>.btn.dropdown-toggle .filter-option {
	color: #162944;
	top: 15px;
	font-weight: bold
}

.form-group.\--material .bootstrap-select.show {
	border-bottom: 1px solid #162944
}

.form-group.\--material .bootstrap-select.show+label {
	font-size: 1rem;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px)
}

.form-group.\--material .bootstrap-select+label {
	position: absolute;
	z-index: 3;
	color: #848e9e
}

.form-group.\--material .bootstrap-select.active {
	border-bottom: 1px solid #162944
}

.form-group.\--material .bootstrap-select.active+label {
	font-size: 1rem;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px)
}

.form-group.\--with-icon .form-control {
	padding-right: 30px
}

.form-group.\--with-icon .icon {
	color: #848e9e;
	font-size: 1.25rem;
	position: absolute;
	top: 18px;
	right: 0
}

.form-group.\--with-icon .icon.icon-card {
	font-size: 1rem;
	top: 20px
}

.form-group.\--textarea {
	position: relative
}

.form-group.\--textarea label {
	display: block;
	color: #848e9e;
	font-weight: 500;
	font-size: 1.125rem
}

.form-group.\--textarea.\--material textarea {
	height: auto !important
}

.form-group.\--textarea.\--material textarea.active {
	border-bottom: 1px solid #162944
}

.form-group.\--textarea.\--material textarea.active+label {
	color: #848e9e;
	font-size: 1rem;
	-webkit-transform: translateY(-31px);
	transform: translateY(-31px)
}

.form-group.\--textarea.\--material textarea.error {
	border-bottom-color: #fe4e7b
}

.form-group.\--textarea.\--material label {
	display: block;
	color: #848e9e;
	font-weight: 500;
	font-size: 1.125rem;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	transition: all 0.2s ease-in-out 0s
}

.form-group.\--textarea .textarea-wrap {
	position: relative
}

.form-group.\--textarea .textarea-wrap textarea {
	color: #162944;
	font-weight: 500;
	font-size: 1.125rem;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	resize: none;
	padding-bottom: 25px
}

.form-group.\--textarea .textarea-helper {
	font-size: .875rem;
	font-weight: 500;
	color: #848e9e;
	position: absolute;
	bottom: 10px;
	right: 15px
}

.form-group.\--textarea .textarea-helper.error {
	color: #fe4e7b
}

.form-group.\--textarea .form-control.error {
	border-color: #fe4e7b
}

.form-group .helper {
	font-size: .875rem;
	color: #848e9e;
	margin-top: 10px;
	letter-spacing: normal
}

.form-group .helper.error {
	color: #fe4e7b
}

.form-control {
	font-family: "NeutrifPro", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #4e5a6d;
	border-color: rgba(22, 41, 68, 0.15);
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-control::-webkit-input-placeholder {
	color: #848e9e
}

.form-control:-moz-placeholder {
	color: #848e9e
}

.form-control::-moz-placeholder {
	color: #848e9e
}

.form-control:-ms-input-placeholder {
	color: #848e9e
}

.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #162944
}

.form-control:active:focus {
	outline: none;
	box-shadow: none;
	border-color: #162944
}

label {
	color: #848e9e;
	font-size: 1rem
}

label .required-star {
	color: #fe4e7b
}

.bootstrap-select>.btn.dropdown-toggle {
	padding: 0 0 0 15px;
	height: 50px;
	box-shadow: none !important
}

.bootstrap-select>.btn.dropdown-toggle:hover,
.bootstrap-select>.btn.dropdown-toggle:focus,
.bootstrap-select>.btn.dropdown-toggle:active {
	background: #fff !important;
	outline: none !important;
	box-shadow: none
}

.bootstrap-select>.btn.dropdown-toggle:focus:active {
	background: #fff !important;
	outline: none;
	box-shadow: none !important
}

.bootstrap-select>.btn.dropdown-toggle:active {
	-webkit-transform: none;
	transform: none
}

.bootstrap-select>.btn.dropdown-toggle.bs-placeholder .filter-option {
	color: #848e9e;
	font-weight: normal;
	font-size: 1rem;
	top: 15px
}

.bootstrap-select>.btn.dropdown-toggle .filter-option {
	color: #162944;
	top: 15px;
	transition: all 0.2s ease-in-out 0s;
	font-size: 1rem;
	font-weight: normal
}

.bootstrap-select>.btn.dropdown-toggle:after {
	content: "\E00A";
	font-family: "iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 8px;
	border: none !important;
	background: none;
	display: block;
	margin: 0;
	position: absolute;
	top: 45%;
	right: 30px;
	color: #848e9e !important
}

.bootstrap-select>.dropdown-menu {
	border: none;
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.06)
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a {
	color: #4e5a6d;
	font-size: 1rem
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a:hover,
.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a:focus,
.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a:active {
	background: rgba(34, 75, 197, 0.1)
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a:focus {
	background: rgba(34, 75, 197, 0.1)
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li a:focus:active {
	background: rgba(34, 75, 197, 0.1)
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li.selected a {
	color: #224bc5
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li.selected a.active {
	background: none
}

.bootstrap-select>.dropdown-menu .inner .dropdown-menu li.selected a.active:hover,
.bootstrap-select>.dropdown-menu .inner .dropdown-menu li.selected a.active:focus,
.bootstrap-select>.dropdown-menu .inner .dropdown-menu li.selected a.active:active {
	background: rgba(34, 75, 197, 0.1)
}

.bootstrap-select.show>.btn.dropdown-toggle {
	border-color: #162944;
	background-color: #fff !important;
	color: #4e5a6d !important
}

.bootstrap-select.fit-width>.btn.dropdown-toggle {
	padding-right: 50px
}

.bootstrap-select.fit-width>.btn.dropdown-toggle:before {
	display: none
}

.bootstrap-select.fit-width>.btn.dropdown-toggle .filter-option {
	padding: 0
}

.dropdown .dropdown-toggle:focus {
	outline: none;
	box-shadow: none !important
}

.dropdown .dropdown-toggle:after {
	content: "\E00A";
	font-family: "iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 8px;
	border: none !important;
	background: none;
	display: block;
	margin: 0;
	position: absolute;
	top: 45%;
	right: 30px;
	color: #fff !important
}

.dropdown .dropdown-menu {
	border: none;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 36px 30px 0px
}

.dropdown .dropdown-menu.full-width {
	width: 100%
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:active {
	background: rgba(34, 75, 197, 0.1)
}

.file-control {
	display: flex;
	align-items: center
}

.file-control input {
	display: none;
	opacity: 0;
	visibility: hidden
}

.file-control .icon {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background-color: rgba(34, 75, 197, 0.1);
	margin-right: 10px;
	color: #224bc5;
	text-align: center;
	transition: all 0.2s ease-in-out 0s
}

.file-control label {
	margin-bottom: 0;
	color: #224bc5;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s
}

.file-control:hover .icon {
	background-color: rgba(34, 75, 197, 0.2)
}

.checkbox input {
	display: block;
	opacity: 0;
	visibility: hidden
}

.checkbox input:checked+label:after {
	opacity: 1
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 40px
}

.checkbox label:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.checkbox label:after {
	content: "\E00B";
	font-family: "iconfont";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background-color: #0ab3e4;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
	font-size: .75rem;
	text-align: center;
	line-height: 24px
}

.radio input {
	display: block;
	opacity: 0;
	visibility: hidden
}

.radio input:checked+label:before {
	border-color: #17cc8a
}

.radio input:checked+label:after {
	opacity: 1
}

.radio label {
	position: relative;
	cursor: pointer;
	padding-left: 30px
}

.radio label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border: 2px solid #d0d4da;
	position: absolute;
	top: 2px;
	left: 0
}

.radio label:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #17cc8a;
	position: absolute;
	top: 7px;
	left: 5px;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s
}

.form-btn {
	margin-bottom: 15px
}

.st_wrapper.\--vetting-guidelines {
	background-color: #fff
}

.st_home--hero {
	color: #fff;
	background-image: linear-gradient(to bottom, #0ab3e4, #102976);
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: hidden
}

.st_home--hero:before {
	content: "";
	display: block;
	width: 1444px;
	height: 1640px;
	background-image: url(/assets/shopify-bg_7339c0750f514e6bd8b29f3c00edb347.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1444px 1640px;
	opacity: 0.1;
	position: absolute;
	top: 150px;
	left: 30%
}

@media (max-width: 991px) {
	.st_home--hero:before {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
}

@media (max-width: 767px) {
	.st_home--hero:before {
		left: 10%
	}
}

.st_home--hero-top {
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_home--hero-top {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(1.875rem + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_home--hero-top {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_home--hero-top .hero_top--text {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.st_home--hero-top .hero_top--text {
		max-width: 700px
	}
}

@media (max-width: 767px) {
	.st_home--hero-top .hero_top--text {
		max-width: 600px;
		text-align: center
	}
}

.st_home--hero-top .hero_top--text .heading1 {
	color: #fff;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_home--hero-top .hero_top--text .heading1 {
		margin-bottom: calc(0 + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_home--hero-top .hero_top--text .heading1 {
		margin-bottom: 20px
	}
}

.st_home--hero-top .hero_top--text-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

@media (max-width: 767px) {
	.st_home--hero-top .hero_top--text-inner {
		justify-content: center
	}
}

.st_home--hero-top .hero_top--text-inner .btn {
	margin-right: 40px;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.st_home--hero-top .hero_top--text-inner .btn {
		order: 2;
		margin: 10px
	}
}

.st_home--hero-top .hero_top--text-inner .browse-marketplace-link {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0
}

.st_home--hero-top .hero_top--text-inner .browse-marketplace-link a {
	color: #fff;
	text-decoration: underline;
	text-underline-position: under
}

.st_home--hero-top .hero_top--text-inner p {
	max-width: 360px;
	margin-bottom: 20px;
	line-height: 1.4
}

@media (max-width: 767px) {
	.st_home--hero-top .hero_top--text-inner p {
		max-width: 400px;
		order: 1
	}
}

.st_home--hero-top .hero_top--text-inner p+p {
	margin-top: 0
}

.st_home--hero-bottom {
	padding-top: 5rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_home--hero-bottom {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

@media (max-width: 767px) {
	.st_home--hero-bottom {
		padding-top: 0;
		padding-bottom: 50%
	}
}

@media (min-width: 768px) {
	.st_home--hero-bottom .container-fluid {
		display: flex;
		justify-content: flex-end
	}
}

@media (max-width: 767px) {
	.st_home--hero-bottom .hero_rating {
		text-align: center
	}
}

.st_home--hero-bottom .hero_rating .rating {
	margin-bottom: 10px
}

@media (min-width: 992px) {
	.st_home--hero-bottom .hero_rating .rating {
		margin-right: 30px;
		margin-bottom: 0
	}
}

.st_home--hero-bottom .hero_rating .rating .icon {
	color: #ffbc00;
	font-size: 1.25rem
}

.st_home--hero-bottom .hero_rating p {
	line-height: 1.5;
	max-width: 280px
}

@media (max-width: 767px) {
	.st_home--hero-bottom .hero_rating p {
		margin-left: auto;
		margin-right: auto
	}
}

.st_home--hero-bottom .hero_rating .shopify {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 15px
}

@media (max-width: 767px) {
	.st_home--hero-bottom .hero_rating .shopify {
		justify-content: center
	}
}

.st_home--hero-bottom .hero_rating .shopify img:first-child {
	width: auto;
	margin-right: 20px;
	max-height: 24px
}

.st_home--hero-bottom .hero_rating .shopify img:last-child {
	align-self: flex-end;
	width: auto;
	max-height: 20px
}

@media (max-width: 767px) {
	.st_home--partners {
		margin-top: -30%
	}
}

@media (min-width: 768px) {
	.st_home--partners {
		margin-top: -300px
	}
}

.st_home--partners.st_section {
	padding-top: 0 !important;
	padding-bottom: 6.25rem !important
}

.st_home--partners.st_section .container-fluid {
	display: flex;
	flex-direction: column-reverse
}

@media (min-width: 768px) {
	.st_home--partners.st_section .container-fluid {
		flex-direction: row-reverse;
		align-items: flex-end
	}
}

.st_home--partners.st_section .st_section--text .heading3 {
	max-width: 400px;
	margin-bottom: 0
}

@media (max-width: 767px) {
	.st_home--partners.st_section .st_section--text .heading3 {
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}
}

@media (min-width: 768px) {
	.st_home--partners.st_section .st_section--text .heading3 {
		max-width: 350px
	}
}

.st_home--partners.st_section .st_section--image {
	position: relative
}

@media (max-width: 767px) {
	.st_home--partners.st_section .st_section--image {
		margin-bottom: 40px
	}
	.st_home--partners.st_section .st_section--image>img {
		max-width: 120%;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%)
	}
}

.st_home--partners.st_section .st_section--image .chat {
	padding: 50px 70px;
	max-width: 440px
}

@media (max-width: 767px) {
	.st_home--partners.st_section .st_section--image .chat {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-left: auto;
		margin-right: auto;
		margin-top: -35%
	}
}

@media (max-width: 575px) {
	.st_home--partners.st_section .st_section--image .chat {
		max-width: 100%;
		margin-top: -40%
	}
	.st_home--partners.st_section .st_section--image .chat .chat-text {
		padding: 20px 30px !important
	}
	.st_home--partners.st_section .st_section--image .chat .chat-text p {
		font-size: 1rem !important
	}
}

@media (min-width: 768px) {
	.st_home--partners.st_section .st_section--image .chat {
		position: absolute;
		bottom: -100px;
		right: -30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_home--partners.st_section .st_section--image .chat {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

.st_home--partners.st_section .st_section--image .chat .chat-item {
	margin-bottom: 15px;
	position: relative
}

.st_home--partners.st_section .st_section--image .chat .chat-item:nth-child(even) .chat-text {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 40px;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

.st_home--partners.st_section .st_section--image .chat .chat-item:nth-child(even) .chat-img {
	position: absolute;
	left: -70px;
	bottom: -30px
}

.st_home--partners.st_section .st_section--image .chat .chat-item:nth-child(odd) .chat-text {
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 0;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

.st_home--partners.st_section .st_section--image .chat .chat-item:nth-child(odd) .chat-img {
	position: absolute;
	right: -70px;
	bottom: -30px
}

.st_home--partners.st_section .st_section--image .chat .chat-text {
	background-color: #f5f7fa;
	box-shadow: 0 40px 40px 0 rgba(33, 55, 87, 0.06);
	padding: 25px 50px;
	max-width: 360px
}

.st_home--partners.st_section .st_section--image .chat .chat-text p {
	font-size: 1.125rem;
	font-weight: 500;
	color: #162944;
	line-height: 1.44
}

.st_home--partners.st_section .st_section--image .chat .chat-img {
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.22);
	background-color: #fff;
	border: solid 1px #fff;
	-webkit-transform-origin: center;
	transform-origin: center
}

.st_home--partners-logos {
	padding-top: 12.5rem
}

@media (max-width: 1200px) {
	.st_home--partners-logos {
		padding-top: calc(6.25rem + 8.33333vw)
	}
}

@media (max-width: 767px) {
	.st_home--partners-logos {
		padding-top: 30px
	}
}

.st_home--partners-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: -20px;
	margin-right: -20px
}

@media (max-width: 991px) {
	.st_home--partners-logos ul {
		justify-content: center
	}
}

.st_home--partners-logos ul li {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px
}

.st_home--partners-logos ul li .line {
	display: block;
	width: 60px;
	height: 2px;
	opacity: 0.2;
	background-color: #213757
}

@media (max-width: 991px) {
	.st_home--partners-logos ul li img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

.st_home--experts-heading {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_home--experts-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_home--experts-heading strong {
	display: block
}

.st_home--experts .row {
	margin-bottom: 40px
}

.st_home--experts .row>div {
	position: relative
}

@media (max-width: 767px) {
	.st_home--experts .row>div {
		text-align: center
	}
}

@media (max-width: 767px) {
	.st_home--experts .row>div:nth-child(1) {
		margin-bottom: 150px
	}
}

.st_home--experts .row>div:nth-child(1):before {
	content: "";
	display: block;
	width: 240px;
	height: 47px;
	background: url(/assets/dotted-line_f7b49f526aaf63bb16bde01b2cd68693.svg) no-repeat center;
	background-size: 240px 47px;
	position: absolute;
	opacity: 0.2
}

@media (min-width: 768px) {
	.st_home--experts .row>div:nth-child(1):before {
		top: 40px;
		right: -120px
	}
}

@media (max-width: 767px) {
	.st_home--experts .row>div:nth-child(1):before {
		-webkit-transform: scale(0.5) rotate(90deg);
		transform: scale(0.5) rotate(90deg);
		margin: auto;
		left: 0;
		right: 0;
		bottom: -95px;
		opacity: 0.5
	}
}

@media (max-width: 767px) {
	.st_home--experts .row>div:nth-child(2) {
		margin-bottom: 150px
	}
}

@media (min-width: 768px) {
	.st_home--experts .row>div:nth-child(2) {
		margin-top: 60px
	}
}

.st_home--experts .row>div:nth-child(2):before {
	content: "";
	display: block;
	width: 240px;
	height: 47px;
	background: url(/assets/dotted-line_f7b49f526aaf63bb16bde01b2cd68693.svg) no-repeat center;
	background-size: 240px 47px;
	position: absolute;
	opacity: 0.2
}

@media (min-width: 768px) {
	.st_home--experts .row>div:nth-child(2):before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		top: 80px;
		right: -120px
	}
}

@media (max-width: 767px) {
	.st_home--experts .row>div:nth-child(2):before {
		-webkit-transform: scale(0.5) rotate(-90deg);
		transform: scale(0.5) rotate(-90deg);
		margin: auto;
		left: 0;
		right: 0;
		bottom: -95px;
		opacity: 0.5
	}
}

@media (min-width: 768px) {
	.st_home--experts .row>div:nth-child(3) {
		margin-top: 120px
	}
}

.st_home--experts .row>div .img-wrap {
	height: 110px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 2
}

.st_home--experts .row>div .img-wrap>img {
	-webkit-transform-origin: center;
	transform-origin: center
}

.st_home--experts .row>div h4,
.st_home--experts .row>div p {
	max-width: 320px
}

@media (max-width: 767px) {
	.st_home--experts .row>div h4,
	.st_home--experts .row>div p {
		margin-left: auto;
		margin-right: auto
	}
}

.st_home--experts .row>div h4 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 15px
}

.st_home--estimates.st_section {
	padding-bottom: 0 !important
}

.st_home--estimates-heading {
	max-width: 760px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto
}

.st_home--estimates-heading:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background-color: rgba(78, 90, 109, 0.1);
	position: absolute;
	top: 0
}

.st_home--estimates-heading>.heading2,
.st_home--estimates-heading>p {
	max-width: 660px
}

.st_home--estimates-heading .heading2 {
	margin-bottom: 10px
}

.st_home--estimates-heading p {
	font-size: 1.25rem
}

@media (max-width: 767px) {
	.st_home--estimates-heading p {
		font-size: 1.125rem
	}
}

.st_home--estimates-heading .controls {
	margin-top: 50px
}

@media (min-width: 760px) {
	.st_home--estimates-heading .controls {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

@media (min-width: 992px) {
	.st_home--estimates-heading .controls {
		width: 860px
	}
}

@media (min-width: 1200px) {
	.st_home--estimates-heading .controls {
		width: 960px
	}
}

@media (max-width: 759px) {
	.st_home--estimates-heading .controls>* {
		margin-bottom: 30px
	}
}

.st_home--estimates-heading .controls .btn {
	padding: 16px 25px
}

@media (min-width: 992px) {
	.st_home--estimates-heading .controls .btn {
		min-width: 300px
	}
}

@media (max-width: 759px) {
	.st_home--estimates-heading .controls .list-inline {
		text-align: center
	}
}

.st_home--estimates-heading .controls .list-inline-item {
	position: relative
}

.st_home--estimates-heading .controls .list-inline-item:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #0ab3e4;
	position: absolute;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(65px);
	transform: translateX(-50%) translateY(65px);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	opacity: 0
}

@media (max-width: 759px) {
	.st_home--estimates-heading .controls .list-inline-item:before {
		width: 70px
	}
}

.st_home--estimates-heading .controls .list-inline-item:nth-child(2):before {
	-webkit-transform: translateX(-50%) translateY(64px);
	transform: translateX(-50%) translateY(64px)
}

.st_home--estimates-heading .controls .list-inline-item:nth-child(3):before {
	-webkit-transform: translateX(-50%) translateY(62px);
	transform: translateX(-50%) translateY(62px)
}

.st_home--estimates-heading .controls .list-inline-item:not(:last-child) {
	margin-right: 30px
}

@media (max-width: 575px) {
	.st_home--estimates-heading .controls .list-inline-item:not(:last-child) {
		margin-right: 10px
	}
}

.st_home--estimates-heading .controls .list-inline-item.active:before {
	opacity: 1
}

.st_home--estimates-heading .controls .list-inline-item.active a {
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.11)
}

.st_home--estimates-heading .controls .list-inline a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background-color: #fff
}

.st_home--estimates-heading .controls .list-inline a:hover {
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.11)
}

@media (max-width: 759px) {
	.st_home--estimates-heading .controls .carousel_nav {
		text-align: center
	}
}

.st_home--estimates-heading .controls .carousel_nav>a {
	font-size: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	line-height: 48px;
	color: rgba(22, 41, 68, 0.2);
	text-decoration: none
}

.st_home--estimates-heading .controls .carousel_nav>a:hover {
	color: #162944;
	background-color: #fff;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.11);
	text-decoration: none
}

.st_home--estimates-heading .controls .carousel_nav>a .icon {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.st_home--estimates-carousel {
	position: relative;
	z-index: 2
}

.st_home--estimates-carousel-item {
	position: relative;
	display: none
}

.st_home--estimates-carousel-item.active {
	display: unset
}

.st_home--estimates-carousel-item:focus {
	outline: none
}

.st_home--estimates-carousel-item:before {
	content: "";
	width: 100%;
	height: 400px;
	background-color: #ebeff4;
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 25%
}

.st_home--estimates-carousel-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2
}

.st_home--marketplace.st_section {
	padding-top: 0;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_home--marketplace.st_section {
		padding-top: 0;
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_home--marketplace-heading {
	max-width: 560px;
	margin-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_home--marketplace-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_home--marketplace-nav {
	margin-bottom: 50px;
	position: relative
}

.st_home--marketplace-nav:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background-color: rgba(5, 22, 70, 0.1);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0
}

.st_home--marketplace-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media (min-width: 992px) {
	.st_home--marketplace-nav ul {
		display: flex;
		align-items: flex-start
	}
}

@media (min-width: 992px) {
	.st_home--marketplace-nav ul li:not(:last-child) {
		margin-right: 15px
	}
}

@media (min-width: 1200px) {
	.st_home--marketplace-nav ul li:not(:last-child) {
		margin-right: 15px
	}
}

.st_home--marketplace-nav ul li a {
	display: block;
	color: #848e9e;
	font-weight: .9375rem;
	font-weight: 500;
	padding-bottom: 10px
}

@media (min-width: 992px) {
	.st_home--marketplace-nav ul li a {
		padding-bottom: 20px;
		border-bottom: 2px solid transparent
	}
}

.st_home--marketplace-nav ul li.active a {
	color: #0ab3e4
}

@media (min-width: 992px) {
	.st_home--marketplace-nav ul li.active a {
		border-color: #0ab3e4
	}
}

@media (min-width: 1200px) {
	.st_home--marketplace .row {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (min-width: 1200px) {
	.st_home--marketplace .row>div {
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden
	}
}

.st_home--marketplace .row>div>a {
	display: block
}

.st_home--marketplace a {
	color: #051646
}

.st_home--marketplace-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 767px) {
	.st_home--marketplace-bottom {
		flex-direction: column;
		justify-content: center;
		text-align: center
	}
}

.st_home--marketplace-bottom p {
	font-size: 1.125rem
}

@media (min-width: 576px) {
	.st_home--marketplace-bottom p {
		font-size: 1.25rem
	}
}

.st_home--marketplace-bottom p:first-child {
	margin-right: 40px
}

@media (max-width: 767px) {
	.st_home--marketplace-bottom p:first-child {
		margin-right: 0
	}
}

.st_home--marketplace-bottom p:first-child img {
	border-radius: 50%;
	box-shadow: 0 20px 20px 0 rgba(33, 55, 87, 0.06);
	margin-right: 20px
}

@media (max-width: 767px) {
	.st_home--marketplace-bottom p:first-child img {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.st_home--marketplace-bottom>* {
	margin-bottom: 10px
}

.st_home--marketplace-bottom .btn {
	color: #fff
}

.st_home--testimonials {
	background-color: #ebeff4
}

.st_home--testimonials.st_section {
	padding-top: 9.375rem;
	padding-bottom: 12.5rem
}

@media (max-width: 1200px) {
	.st_home--testimonials.st_section {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: calc(6.25rem + 8.33333vw)
	}
}

.st_home--testimonials-heading {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_home--testimonials-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_testimonials {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px
}

@media screen and (max-width: 1115px) {
	.st_testimonials {
		justify-content: space-around
	}
}

.st_testimonials--item {
	max-width: 340px;
	margin-bottom: 25px
}

@media screen and (min-width: 500px) {
	.st_testimonials--item {
		margin-left: 20px;
		margin-right: 20px
	}
}

.st_testimonials--item:focus {
	outline: none
}

.st_testimonials--item .card {
	max-width: 360px;
	margin-bottom: 0
}

.st_testimonials--item .card .rating {
	margin-top: 20px;
	margin-bottom: 20px
}

.st_testimonials--item .card .rating .icon {
	color: #ffbc00;
	font-size: .875rem
}

.st_testimonials--item .card .card-body>p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.5px;
	color: #213757
}

.st_testimonials--item .card .card-body .avatar {
	margin-top: 60px
}

@media screen and (min-width: 1115px) and (min-width: 576px) {
	.st_testimonials--item:nth-child(even) .card {
		margin-top: 50px
	}
}

.st_testimonials--nav {
	margin-top: 60px
}

.st_testimonials--nav>a {
	font-size: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: rgba(22, 41, 68, 0.2);
	text-decoration: none
}

.st_testimonials--nav>a:hover {
	color: #162944;
	background-color: #fff;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.11);
	text-decoration: none
}

.st_testimonials--nav>a .icon {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.st_home--becomeexpert {
	overflow: visible
}

@media (min-width: 768px) {
	.st_home--becomeexpert {
		color: #fff
	}
}

.st_home--becomeexpert.st_section {
	padding-top: 9.375rem;
	padding-bottom: 0 !important
}

@media (max-width: 1200px) {
	.st_home--becomeexpert.st_section {
		padding-top: calc(3.125rem + 8.33333vw)
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert.st_section {
		padding-top: 0 !important
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert.st_section.\--criss-cross .container-fluid {
		align-items: flex-start
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--text {
		padding-top: 12.5rem
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.st_home--becomeexpert .st_section--text {
		padding-top: calc(6.25rem + 8.33333vw)
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--text>.heading2,
	.st_home--becomeexpert .st_section--text>p {
		max-width: 460px
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--text .heading2 {
		color: #fff
	}
}

.st_home--becomeexpert .st_section--text .list-check {
	margin-top: 30px;
	margin-bottom: 40px
}

.st_home--becomeexpert .st_section--text .btn {
	padding: 16px 25px
}

@media (min-width: 992px) {
	.st_home--becomeexpert .st_section--text .btn {
		min-width: 250px
	}
}

.st_home--becomeexpert .st_section--text hr {
	border-color: rgba(255, 255, 255, 0.1);
	margin: 60px 0 30px 0
}

@media (max-width: 767px) {
	.st_home--becomeexpert .st_section--text hr {
		border-color: rgba(0, 0, 0, 0.1);
		margin: 50px auto
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--text blockquote q {
		color: #fff
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--text blockquote cite .avatar .avatar-text h4 {
		color: #fff
	}
	.st_home--becomeexpert .st_section--text blockquote cite .avatar .avatar-text p {
		color: #fff
	}
}

@media (min-width: 768px) {
	.st_home--becomeexpert .st_section--image {
		margin-top: -70px
	}
}

.st_home--becomeexpert .st_section--image-wrap {
	width: 887px;
	height: 1060px;
	position: relative
}

@media (max-width: 575px) {
	.st_home--becomeexpert .st_section--image-wrap {
		-webkit-transform: scale(0.5) translateX(-100%);
		transform: scale(0.5) translateX(-100%);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		position: relative;
		left: 50%;
		margin-bottom: -80%
	}
}

@media (max-width: 400px) {
	.st_home--becomeexpert .st_section--image-wrap {
		margin-bottom: -100%
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.st_home--becomeexpert .st_section--image-wrap {
		-webkit-transform: scale(0.7) translateX(-75%);
		transform: scale(0.7) translateX(-75%);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		position: relative;
		left: 50%;
		margin-bottom: -25%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_home--becomeexpert .st_section--image-wrap {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: center left;
		transform-origin: center left;
		margin-top: 50px
	}
}

.st_home--becomeexpert .st_section--image-wrap:before {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(../login/img/bg-dot-pattern2_88da267c4d8b16c22674b6afcedb829d.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	bottom: 30px;
	left: -30px
}

@media (max-width: 991px) {
	.st_home--becomeexpert .st_section--image-wrap:before {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_home--becomeexpert .st_section--image-wrap:before {
		width: 100px;
		height: 100px;
		background: url(/assets/bg-dot-pattern_ac46378403c6a0551b2b78872db52776.png) no-repeat center;
		background-size: 100px
	}
}

.st_home--becomeexpert .st_section--image-wrap:after {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(../login/img/bg-dot-pattern2_88da267c4d8b16c22674b6afcedb829d.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	top: 400px;
	right: 90px
}

@media (max-width: 991px) {
	.st_home--becomeexpert .st_section--image-wrap:after {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_home--becomeexpert .st_section--image-wrap:after {
		width: 100px;
		height: 100px;
		background: url(/assets/bg-dot-pattern_ac46378403c6a0551b2b78872db52776.png) no-repeat center;
		background-size: 100px
	}
}

.st_home--becomeexpert .st_section--image-wrap>img {
	border-radius: 6px;
	box-shadow: 0 89px 70px 0 rgba(0, 0, 0, 0.09);
	position: absolute;
	z-index: 2
}

.st_home--becomeexpert .st_section--image-wrap>img:nth-child(1) {
	top: 0;
	left: 60px
}

.st_home--becomeexpert .st_section--image-wrap>img:nth-child(2) {
	bottom: 117px;
	left: 60px
}

.st_home--becomeexpert .st_section--image-wrap>img:nth-child(3) {
	bottom: 0;
	right: 0
}

@media (min-width: 768px) {
	.st_wrapper.\--home:before {
		content: "";
		display: block;
		width: 100%;
		height: 2200px;
		background-color: #0c8fc7;
		background-image: linear-gradient(138deg, #0c8fc7, #102976);
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.st_wrapper.\--home .st_home--becomeexpert,
.st_wrapper.\--home .st_footer {
	position: relative
}

@media (min-width: 768px) {
	.st_wrapper.\--home .st_footer {
		padding-top: 6.25rem;
		background: none
	}
}

@media (min-width: 1200px) {
	.st_wrapper.\--home .st_footer {
		padding-top: 9.375rem
	}
}

.st_marketplace--hero {
	background-image: linear-gradient(254deg, #0ab3e4, #102976);
	color: #fff;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: hidden
}

.st_marketplace--hero-search {
	padding-top: 6.25rem;
	padding-bottom: 7.5rem
}

.st_marketplace--hero-search .search-box {
	position: relative
}

.st_marketplace--hero-search .search-box .icon {
	font-size: 1.125rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.st_marketplace--hero-search .search-box .search-input {
	display: block;
	width: 100%;
	font-size: 2.0625rem;
	letter-spacing: -1px;
	color: #fff;
	padding: 0;
	padding-left: 30px;
	line-height: 1.2;
	background: none;
	border: none
}

@media (max-width: 1200px) {
	.st_marketplace--hero-search .search-box .search-input {
		font-size: calc(1.1125rem + 1.26667vw)
	}
}

.st_marketplace--hero-search .search-box .search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2)
}

.st_marketplace--hero-search .search-box .search-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.2)
}

.st_marketplace--hero-search .search-box .search-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2)
}

.st_marketplace--hero-search .search-box .search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2)
}

.st_marketplace--hero-search .search-box .search-input:active,
.st_marketplace--hero-search .search-box .search-input:focus {
	background: none;
	outline: none;
	box-shadow: none;
	border: none
}

.st_marketplace--hero-search .search-box .search-input:active:focus {
	outline: none;
	box-shadow: none;
	border: none
}

@media screen and (max-width: 991px) {
	.st_marketplace--hero-search {
		padding-top: 1.25rem;
		padding-bottom: 2rem
	}
}

.st_marketplace--hero-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_marketplace--hero-nav ul {
		display: flex;
		align-items: center;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0
	}
}

@media (min-width: 992px) {
	.st_marketplace--hero-nav ul {
		display: flex;
		align-items: center;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0
	}
}

.st_marketplace--hero-nav ul li {
	color: #78B6DF
}

.st_marketplace--hero-nav ul li a {
	display: block;
	font-weight: bold;
	font-size: .875rem;
	padding-bottom: 5px
}

.st_marketplace--hero-nav ul li a:hover,
.st_marketplace--hero-nav ul li a:focus,
.st_marketplace--hero-nav ul li a:active {
	text-decoration: none;
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_marketplace--hero-nav ul li a {
		font-size: .8125rem;
		margin-right: 10px;
		padding-bottom: 15px;
		border-bottom: 2px solid transparent
	}
}

@media (min-width: 992px) {
	.st_marketplace--hero-nav ul li a {
		font-size: .9375rem;
		margin-right: 20px;
		padding-bottom: 25px;
		border-bottom: 2px solid transparent
	}
}

.st_marketplace--hero-nav ul li.loading a {
	color: #FFF
}

.st_marketplace--hero-nav ul li.active a {
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_marketplace--hero-nav ul li.active a {
		border-color: #fff
	}
}

@media (min-width: 992px) {
	.st_marketplace--hero-nav ul li.active a {
		border-color: #fff
	}
}

.st_marketplace--heading {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.st_marketplace--heading>* {
	margin-bottom: 20px
}

.st_marketplace--heading-left {
	margin-right: 20px
}

.st_marketplace--heading-left p {
	font-weight: 500;
	font-size: 1rem
}

.st_marketplace--heading-left p span {
	color: #224bc5
}

.st_marketplace--heading-right label {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 5px;
	color: #4e5a6d
}

.st_marketplace--heading-right .select-control {
	display: inline-block;
	position: relative
}

.st_marketplace--heading-right .select-control select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0 15px 0 0;
	color: #162944;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer
}

.st_marketplace--heading-right .select-control select:focus {
	outline: none
}

.st_marketplace--heading-right .select-control .icon {
	font-size: 8px;
	color: #848e9e;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.st_marketplace--cards {
	padding-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

@media screen and (max-width: 412px) {
	.st_marketplace--cards {
		padding-top: 1.125rem !important;
		padding-bottom: 0
	}
	.st_marketplace--cards .container-fluid .st_marketplace--heading-left {
		margin: 0
	}
	.st_marketplace--cards .container-fluid .st_marketplace--heading-right {
		margin: 0
	}
	.st_marketplace--cards .container-fluid>div>div {
		padding: 0 !important
	}
}

@media screen and (max-width: 991px) {
	.st_marketplace--cards {
		padding-top: 2.125rem;
		padding-bottom: 0
	}
}

@media (min-width: 1200px) {
	.st_marketplace--cards>.container-fluid>.row {
		margin-left: -20px;
		margin-right: -20px
	}
}

.st_marketplace--cards>.container-fluid>.row>div {
	overflow: hidden
}

@media (min-width: 1200px) {
	.st_marketplace--cards>.container-fluid>.row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

.st_marketplace--cards>.container-fluid>.row>div>a {
	display: block;
	color: #051646
}

.row>div>a:hover,
.row>div>a:focus,
.row>div>a:active {
	text-decoration: none !important
}

.service-card {
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s
}

@media (min-width: 1200px) {
	.service-card {
		margin-bottom: 40px
	}
}

@media (max-width: 767px) {
	.service-card {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		min-width: 350px
	}
}

.service-card:hover {
	box-shadow: 0 20px 20px 5px rgba(33, 55, 87, 0.05)
}

.service-card .card-img-top {
	max-width: 100%;
	height: 250px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #051646;
	-o-object-fit: cover;
	object-fit: cover
}

.service-card .fab-avatar {
	width: 32px;
	height: 32px;
	border-radius: 27.5px
}

.service-card .card-body {
	padding-bottom: 10px;
	position: relative
}

.service-card .card-body .card-title {
	height: 80px;
	overflow: hidden;
	line-height: 36px;
	padding-bottom: 0
}

.service-card .card-info-top {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 4px
}

.service-card .card-info-top li {
	font-size: .875rem;
	font-weight: 600;
	position: relative;
	color: #848e9e
}

.service-card .card-info-top li:first-child {
	color: #224bc5
}

.service-card .card-info-top li:not(:last-child) {
	margin-right: 30px
}

.service-card h2 {
	font-size: 1.625rem;
	line-height: 1.38;
	letter-spacing: -0.5px;
	font-weight: normal;
	border-bottom: 2px solid rgba(5, 22, 70, 0.03);
	padding-bottom: 15px;
	min-height: 78px
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service-card h2 {
		font-size: 1.375rem
	}
}

.service-card .card-info-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.service-card .card-info-bottom h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-right: 20px;
	margin-bottom: 15px
}

.service-card .card-info-bottom .card-rating {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start
}

.service-card .card-info-bottom .card-rating p {
	font-size: 1.125rem;
	color: #051646;
	line-height: 1;
	margin-right: 10px;
	letter-spacing: -0.6px;
	font-weight: 500
}

.service-card .card-info-bottom .card-rating p span {
	font-size: .875rem;
	color: #848e9e
}

.service-card .card-info-bottom .card-rating__rating {
	height: 35px;
	color: #051646;
	font-size: 1.25rem;
	font-weight: 500
}

.service-card .card-info-bottom .card-rating__reviews {
	height: auto;
	align-self: center;
	color: #848e9e
}

.service-card .card-info-bottom .card-rating span {
	display: inline-block;
	margin-right: 10px
}

.service-card .card-info-bottom .card-rating .icon {
	height: auto;
	align-self: center;
	color: #0ab3e4;
	font-size: 1rem;
	padding-top: 2px
}

.marketplace_featured-experts {
	padding-top: 2.5rem;
	padding-bottom: 4.375rem
}

.marketplace_featured-experts h3 {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.4px;
	margin-bottom: 40px
}

.marketplace_featured-experts .the-expert {
	margin-bottom: 30px;
	cursor: pointer
}

@media (max-width: 767px) {
	.marketplace_featured-experts .the-expert {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px
	}
}

.marketplace_featured-experts .the-expert .avatar .avatar-img {
	width: 72px;
	min-width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-right: 20px;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.22)
}

.marketplace_featured-experts .the-expert .avatar .avatar-text h4 {
	font-size: 1.125rem;
	color: #162944;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.5px
}

.marketplace_featured-experts .the-expert .avatar .avatar-text p {
	color: #848e9e;
	font-size: .875rem;
	font-weight: 500;
	font-weight: normal
}

.marketplace_featured-experts .the-expert .expert-rating {
	display: flex;
	align-items: center;
	margin-top: 5px
}

.marketplace_featured-experts .the-expert .expert-rating p {
	font-size: .875rem;
	color: #051646;
	line-height: 1;
	margin-right: 10px;
	letter-spacing: -0.6px;
	font-weight: 500
}

.marketplace_featured-experts .the-expert .expert-rating p span {
	color: #848e9e
}

.marketplace_featured-experts .the-expert .expert-rating .icon {
	display: inline-block;
	margin-right: 5px;
	color: #0ab3e4;
	font-size: .875rem
}

.st_marketplace--categories {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.st_marketplace--categories h2 {
	font-size: 1.5rem;
	letter-spacing: -0.5px;
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.st_marketplace--categories .row {
		margin-left: -20px;
		margin-right: -20px
	}
}

.st_marketplace--categories .row>div {
	overflow: hidden
}

@media (min-width: 1200px) {
	.st_marketplace--categories .row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

.st_marketplace--categories .row>div>a {
	display: block;
	color: #051646
}

.st_marketplace--categories .card {
	margin-bottom: 30px;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer
}

@media (max-width: 767px) {
	.st_marketplace--categories .card {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px
	}
}

.st_marketplace--categories .card:hover {
	box-shadow: 0 20px 20px 0 rgba(33, 55, 87, 0.02)
}

.st_marketplace--categories .card .img-wrap {
	height: 95px;
	margin-bottom: 20px
}

.st_marketplace--categories .card h3 {
	color: #213757;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 0
}

.st_howitworks--hero {
	color: #fff;
	background-image: linear-gradient(-180deg, #0ab3e4 0%, #102976 80%);
	margin-top: -100px;
	padding-top: 100px;
	position: relative
}

.st_howitworks--hero-top {
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_howitworks--hero-top {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(1.875rem + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_howitworks--hero-top {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_howitworks--hero-top .hero_top--text {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.st_howitworks--hero-top .hero_top--text {
		max-width: 700px
	}
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text {
		max-width: 600px;
		text-align: center
	}
}

.st_howitworks--hero-top .hero_top--text .heading0 {
	color: #fff;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_howitworks--hero-top .hero_top--text .heading0 {
		margin-bottom: calc(0 + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text .heading0 {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text .heading0 div {
		text-align: center !important
	}
}

.st_howitworks--hero-top .hero_top--text p {
	max-width: 360px;
	margin-bottom: 20px;
	line-height: 1.4
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text p {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_howitworks--hero-top .hero_top--text p+p {
	margin-top: 0
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text p div {
		text-align: center !important
	}
}

.st_howitworks--hero-top .hero_top--text .icon {
	display: block;
	font-size: .75rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 105px;
	position: absolute;
	right: 0;
	bottom: -50px
}

@media (max-width: 767px) {
	.st_howitworks--hero-top .hero_top--text .icon {
		font-size: .5rem;
		width: 80px;
		right: 10%;
		bottom: -80px
	}
}

.st_howitworks--hero-bottom {
	-webkit-transform: translateY(75px);
	transform: translateY(75px);
	margin-top: -100px
}

@media (max-width: 767px) {
	.st_howitworks--hero-bottom {
		-webkit-transform: translateY(12%);
		transform: translateY(12%);
		margin-top: -12%
	}
}

.st_howitworks--hero-bottom>img {
	max-width: 100%;
	height: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 767px) {
	.st_howitworks--hero-bottom>img {
		max-width: 120%
	}
}

.st_howitworks--sec1.st_section {
	padding-top: 15.63rem;
	padding-bottom: 3.125rem
}

@media (max-width: 1200px) {
	.st_howitworks--sec1.st_section {
		padding-top: calc(3.125rem + 16.66667vw);
		padding-bottom: 3.125rem
	}
}

.st_howitworks--sec1 .st_section--text {
	position: relative;
	z-index: 2
}

.st_howitworks--sec1 .st_section--text .btn {
	margin-top: 40px;
	position: relative;
	z-index: 2
}

.st_howitworks--sec1 .st_section--text p {
	position: relative;
	z-index: 2
}

.st_howitworks--sec1 .st_section--text .dots-pattern {
	position: absolute;
	left: 240px;
	bottom: -9.5%
}

@media (max-width: 991px) {
	.st_howitworks--sec1 .st_section--text .dots-pattern {
		left: 200px;
		bottom: -8%
	}
}

@media (max-width: 767px) {
	.st_howitworks--sec1 .st_section--text .dots-pattern {
		bottom: -5%
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec1 .st_section--image {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}
}

.st_howitworks--sec1 .st_section--image-wrap {
	width: 660px;
	height: 652px;
	position: relative
}

@media (max-width: 575px) {
	.st_howitworks--sec1 .st_section--image-wrap {
		-webkit-transform: scale(0.6) translateX(-83%);
		transform: scale(0.6) translateX(-83%);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		position: relative;
		left: 50%;
		margin-top: 60px;
		margin-bottom: -50%
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.st_howitworks--sec1 .st_section--image-wrap {
		-webkit-transform: scale(0.8) translateX(-63%);
		transform: scale(0.8) translateX(-63%);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		position: relative;
		left: 50%;
		margin-top: 60px;
		margin-bottom: -25%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_howitworks--sec1 .st_section--image-wrap {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.st_howitworks--sec1 .st_section--image-wrap:before {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(/assets/bg-dot-pattern_ac46378403c6a0551b2b78872db52776.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	top: -75px;
	right: 125px
}

@media (max-width: 991px) {
	.st_howitworks--sec1 .st_section--image-wrap:before {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_howitworks--sec1 .st_section--image-wrap:before {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.st_howitworks--sec1 .st_section--image-wrap:after {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(/assets/bg-dot-pattern_ac46378403c6a0551b2b78872db52776.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	bottom: 97px;
	left: 225px
}

@media (max-width: 991px) {
	.st_howitworks--sec1 .st_section--image-wrap:after {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_howitworks--sec1 .st_section--image-wrap:after {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.st_howitworks--sec1 .st_section--image-wrap .image-item {
	position: absolute
}

.st_howitworks--sec1 .st_section--image-wrap .image-item>img {
	border-radius: 4px
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 4
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(1) img {
	box-shadow: 0 104px 72px 0 rgba(0, 0, 0, 0.18)
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(2) {
	top: 0;
	left: 100px;
	z-index: 3
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(2) img {
	box-shadow: 0 80px 80px 0 rgba(22, 41, 68, 0.1)
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(2) .mailchimp {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(22, 41, 68, 0.22);
	position: absolute;
	bottom: -24px;
	left: -24px
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(3) {
	bottom: 0;
	right: 0;
	z-index: 2
}

.st_howitworks--sec1 .st_section--image-wrap .image-item:nth-child(3) img {
	box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.08)
}

.st_howitworks--sec2.st_section {
	padding-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_howitworks--sec2.st_section {
		padding-bottom: 6.25rem
	}
}

.st_howitworks--sec2-heading {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_howitworks--sec2-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_howitworks--sec2-heading .heading2 {
	font-weight: 500
}

.st_howitworks--sec2 .row {
	margin-bottom: 80px
}

.st_howitworks--sec2 .row>div {
	text-align: center
}

@media (max-width: 767px) {
	.st_howitworks--sec2 .row>div:not(:last-child) {
		margin-bottom: 100px
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec2 .row>div:nth-child(2) {
		margin-top: 40px
	}
	.st_howitworks--sec2 .row>div:nth-child(3) {
		margin-top: 80px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.st_howitworks--sec2 .row>div:nth-child(2) .img-wrap .number {
		bottom: 80%
	}
}

.st_howitworks--sec2 .row>div .img-wrap {
	display: flex;
	align-items: flex-end;
	position: relative;
	max-width: 360px;
	max-height: 247px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec2 .row>div .img-wrap>img {
	max-width: 100%;
	height: auto
}

.st_howitworks--sec2 .row>div .img-wrap .number {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #e2f8ff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #162944;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 95%;
	right: 0
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_howitworks--sec2 .row>div .img-wrap .number {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 1.125rem;
		bottom: 90%
	}
}

.st_howitworks--sec2 .row>div p {
	color: #162944;
	font-weight: 500;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec2-bottom {
	text-align: center
}

.st_howitworks--sec2-bottom .link-underline {
	margin-bottom: 35px
}

.st_howitworks--sec2-bottom blockquote {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec2-bottom blockquote q {
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-style: italic;
	max-width: 360px
}

.st_howitworks--sec2-bottom blockquote .avatar {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec2-bottom blockquote .avatar .avatar-img {
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 10px;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.18)
}

.st_howitworks--sec2-bottom blockquote .avatar .avatar-text {
	text-align: left
}

.st_howitworks--sec2-bottom blockquote .avatar .avatar-text>* {
	display: inline-block
}

.st_howitworks--sec3 {
	position: relative
}

.st_howitworks--sec3:before {
	content: "";
	width: 100%;
	height: 320px;
	background-color: #ebeff4;
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.st_howitworks--sec3 .container-fluid {
	position: relative;
	z-index: 2
}

.st_howitworks--sec3 .st_section--text {
	background-color: #fff;
	padding: 30px;
	max-width: 460px;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 3
}

@media (min-width: 576px) {
	.st_howitworks--sec3 .st_section--text {
		padding: 50px
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec3 .st_section--text {
		padding: 70px
	}
}

.st_howitworks--sec3 .st_section--text .heading3 {
	margin-bottom: 35px
}

.st_howitworks--sec3 .st_section--text h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 15px
}

@media (max-width: 767px) {
	.st_howitworks--sec3 .st_section--text h3 {
		font-size: 1.125rem;
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.st_howitworks--sec3 .st_section--text p {
		font-size: 1rem;
		max-width: 300px
	}
}

.st_howitworks--sec3 .st_section--text p+h3 {
	margin-top: 30px
}

.st_howitworks--sec3 .st_section--image {
	position: relative;
	-webkit-transform: translateX(10%);
	transform: translateX(10%)
}

@media (min-width: 768px) {
	.st_howitworks--sec3 .st_section--image {
		-webkit-transform: translateX(12%);
		transform: translateX(12%)
	}
}

.st_howitworks--sec3 .st_section--image>img {
	max-width: 200%;
	height: auto;
	position: relative;
	z-index: 2
}

@media (min-width: 576px) {
	.st_howitworks--sec3 .st_section--image>img {
		max-width: 150%
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec3 .st_section--image>img {
		max-width: 140%
	}
}

@media (min-width: 992px) {
	.st_howitworks--sec3 .st_section--image>img {
		max-width: 120%
	}
}

@media (min-width: 1200px) {
	.st_howitworks--sec3 .st_section--image>img {
		max-width: 100%
	}
}

.st_howitworks--sec3 .st_section--image .dots-pattern {
	position: absolute
}

.st_howitworks--sec3 .st_section--image .dots-pattern:nth-child(1) {
	left: -15%;
	bottom: 15%
}

.st_howitworks--sec3 .st_section--image .dots-pattern:nth-child(2) {
	top: -10%;
	left: 12%
}

.st_howitworks--sec4 {
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_howitworks--sec4.st_section {
	padding-top: 9.375rem;
	padding-bottom: 0
}

@media (max-width: 1200px) {
	.st_howitworks--sec4.st_section {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: 0
	}
}

.st_howitworks--sec4 .st_section--text {
	position: relative;
	z-index: 2
}

@media (min-width: 768px) {
	.st_howitworks--sec4 .st_section--text {
		padding-bottom: 6.25rem
	}
}

.st_howitworks--sec4 .st_section--text .btn {
	margin-top: 40px
}

.st_howitworks--sec4 .st_section--image-wrap {
	position: relative;
	width: 752px;
	height: 733px
}

@media (max-width: 767px) {
	.st_howitworks--sec4 .st_section--image-wrap {
		-webkit-transform: scale(0.7) translateX(-72%);
		transform: scale(0.7) translateX(-72%);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		left: 50%;
		margin-bottom: -220px
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec4 .st_section--image-wrap {
		left: 10%
	}
}

.st_howitworks--sec4 .st_section--image-wrap>img:nth-child(2) {
	border-radius: 6px;
	box-shadow: 0 120px 120px 0 rgba(5, 22, 70, 0.1);
	position: absolute;
	z-index: 2;
	bottom: 150px;
	right: 160px
}

.st_howitworks--sec5.st_section {
	padding-top: 9.375rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_howitworks--sec5.st_section {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_howitworks--sec5-heading {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_howitworks--sec5-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_howitworks--sec5-heading .heading2 {
	font-weight: 500
}

.st_howitworks--sec5 .row {
	margin-bottom: 80px
}

.st_howitworks--sec5 .row>div {
	text-align: center
}

@media (max-width: 767px) {
	.st_howitworks--sec5 .row>div:not(:last-child) {
		margin-bottom: 100px
	}
}

@media (min-width: 768px) {
	.st_howitworks--sec5 .row>div:nth-child(2) {
		margin-top: 40px
	}
	.st_howitworks--sec5 .row>div:nth-child(3) {
		margin-top: 80px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.st_howitworks--sec5 .row>div:nth-child(1) .img-wrap .number {
		bottom: 80%
	}
}

.st_howitworks--sec5 .row>div .img-wrap {
	display: flex;
	align-items: flex-end;
	position: relative;
	max-width: 360px;
	max-height: 247px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec5 .row>div .img-wrap>img {
	max-width: 100%;
	height: auto
}

.st_howitworks--sec5 .row>div .img-wrap .number {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #e2f8ff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #162944;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 95%;
	right: 0
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_howitworks--sec5 .row>div .img-wrap .number {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 1.125rem;
		bottom: 90%
	}
}

.st_howitworks--sec5 .row>div p {
	color: #162944;
	font-weight: 500;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec5-bottom {
	text-align: center
}

.st_howitworks--sec5-bottom .link-underline {
	margin-bottom: 35px
}

.st_howitworks--sec5-bottom blockquote {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec5-bottom blockquote q {
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-style: italic;
	max-width: 360px
}

.st_howitworks--sec5-bottom blockquote .avatar {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto
}

.st_howitworks--sec5-bottom blockquote .avatar .avatar-img {
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 10px;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.18)
}

.st_howitworks--sec5-bottom blockquote .avatar .avatar-text {
	text-align: left
}

.st_howitworks--sec5-bottom blockquote .avatar .avatar-text>* {
	display: inline-block
}

.st_howitworks--testimonials {
	background-color: #ebeff4;
	padding-top: 9.375rem
}

@media (max-width: 1200px) {
	.st_howitworks--testimonials {
		padding-top: calc(3.125rem + 8.33333vw)
	}
}

.st_howitworks--testimonials-heading {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_howitworks--testimonials-heading {
		margin-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_howitworks--testimonials .container-fluid {
	position: relative
}

.st_howitworks--testimonials .dots-pattern {
	position: absolute;
	bottom: 10%;
	right: 10%
}

.st_about--hero {
	color: #fff;
	background-image: linear-gradient(to bottom, #0ab3e4, #102976);
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: visible
}

.st_about--hero-top {
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_about--hero-top {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(1.875rem + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_about--hero-top {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_about--hero-top .hero_top--text {
	position: relative;
	z-index: 2
}

@media (max-width: 767px) {
	.st_about--hero-top .hero_top--text {
		max-width: 600px;
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
}

.st_about--hero-top .hero_top--text .heading00 {
	color: #fff;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_about--hero-top .hero_top--text .heading00 {
		margin-bottom: calc(0 + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_about--hero-top .hero_top--text .heading00 {
		margin-bottom: 20px
	}
}

.st_about--hero-top .hero_top--text p {
	max-width: 360px;
	margin-bottom: 20px;
	line-height: 1.4
}

@media (max-width: 767px) {
	.st_about--hero-top .hero_top--text p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_about--hero-top .hero_top--text p+p {
	margin-top: 0
}

.st_about--hero-top .hero_top--text .icon {
	display: block;
	font-size: .75rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 105px;
	position: absolute;
	right: 0;
	bottom: 0
}

@media (max-width: 767px) {
	.st_about--hero-top .hero_top--text .icon {
		font-size: .5rem;
		width: 80px
	}
}

@media (max-width: 575px) {
	.st_about--hero-top .hero_top--text .icon {
		right: -25px
	}
}

.st_about--hero-bottom {
	background: transparent
}

.st_about--hero-bottom .hero_bottom-img-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -25%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

@media (max-width: 767px) {
	.st_about--hero-bottom .hero_bottom-img-wrap {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (max-width: 575px) {
	.st_about--hero-bottom .hero_bottom-img-wrap {
		width: 150%;
		margin-top: -45%;
		-webkit-transform: translateX(-20%) translateY(50%);
		transform: translateX(-20%) translateY(50%)
	}
}

.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img {
	margin-left: 20px;
	margin-right: 20px;
	position: relative
}

@media (max-width: 767px) {
	.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img {
		margin-left: 15px;
		margin-right: 15px
	}
}

.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img img {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 10px
}

.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img:nth-child(1) .dots-pattern {
	position: absolute;
	left: -70px;
	bottom: 15%
}

.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img:nth-child(2) img {
	box-shadow: -80px 90px 90px 0 rgba(22, 41, 68, 0.2)
}

.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img:nth-child(2) .dots-pattern2 {
	position: absolute;
	left: 10%;
	top: -70px
}

@media (max-width: 575px) {
	.st_about--hero-bottom .hero_bottom-img-wrap .hero_bottom-img:nth-child(2) .dots-pattern2 {
		top: -50px
	}
}

.st_about--intro {
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_about--intro.st_section {
	padding-top: 35% !important
}

@media (min-width: 1200px) {
	.st_about--intro.st_section {
		padding-top: 28.13rem !important
	}
}

@media (max-width: 575px) {
	.st_about--intro.st_section {
		padding-top: 60% !important
	}
}

.st_about--intro .st_section--text {
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.st_about--intro .st_section--text .heading3 strong {
	display: block
}

.st_about--wrap .st_section {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_about--wrap .st_section {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(1.875rem + 4.16667vw)
	}
}

.st_about--wrap .st_section:first-child {
	padding-top: 9.375rem
}

@media (max-width: 1200px) {
	.st_about--wrap .st_section:first-child {
		padding-top: calc(3.125rem + 8.33333vw)
	}
}

.st_about--wrap .st_section:last-child {
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_about--wrap .st_section:last-child {
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_about--sec1 .st_section--text {
	max-width: 600px
}

@media (max-width: 991px) {
	.st_about--sec1 .st_section--text {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 992px) {
	.st_about--sec1 .st_section--text {
		margin-left: 35%
	}
}

.st_about--sec2 {
	overflow: visible !important
}

@media (min-width: 992px) {
	.st_about--sec2 .st_section--text {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		max-width: 460px
	}
}

@media (min-width: 992px) {
	.st_about--sec2 .st_section--text>* {
		width: 360px
	}
}

.st_about--sec2 .st_section--image {
	position: relative
}

.st_about--sec2 .st_section--image>img {
	background-color: #181a43;
	box-shadow: 0 80px 90px 0 rgba(100, 120, 143, 0.2);
	position: relative;
	z-index: 2;
	border-radius: 20px
}

@media (max-width: 767px) {
	.st_about--sec2 .st_section--image>img {
		max-width: 120% !important;
		margin-left: -10% !important;
		box-shadow: 0 60px 70px 0 rgba(100, 120, 143, 0.2)
	}
}

.st_about--sec2 .st_section--image .dots-pattern {
	position: absolute;
	top: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 575px) {
	.st_about--sec2 .st_section--image .dots-pattern {
		top: auto;
		bottom: -50px
	}
}

.st_about--sec3 {
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_about--sec3.st_section {
	padding-bottom: 7.5rem
}

@media (max-width: 1200px) {
	.st_about--sec3.st_section {
		padding-bottom: calc(1.25rem + 8.33333vw)
	}
}

.st_about--sec3 .st_section--text {
	max-width: 600px;
	position: relative
}

@media (max-width: 991px) {
	.st_about--sec3 .st_section--text {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 992px) {
	.st_about--sec3 .st_section--text {
		margin-left: 35%
	}
}

.st_about--sec3 .st_section--text .dots-pattern {
	position: absolute;
	left: -300px;
	bottom: 0
}

.st_about--sec4.st_section {
	padding-top: 7.5rem
}

@media (max-width: 1200px) {
	.st_about--sec4.st_section {
		padding-top: calc(1.25rem + 8.33333vw)
	}
}

.st_about--sec4 .heading2a {
	padding-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_about--sec4 .heading2a {
		padding-bottom: calc(3.125rem + 4.16667vw)
	}
}

@media (min-width: 1200px) {
	.st_about--sec4 .row {
		margin-left: -20px;
		margin-right: -20px
	}
}

.st_about--sec4 .row>div {
	margin-bottom: 60px
}

@media (min-width: 1200px) {
	.st_about--sec4 .row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.st_about--sec4 .row>div:nth-child(2n) {
		margin-top: 60px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_about--sec4 .row>div:nth-child(3n-1) {
		margin-top: 60px
	}
}

@media (min-width: 992px) {
	.st_about--sec4 .row>div:nth-child(2n) {
		margin-top: 60px
	}
}

.st_about--sec4 .team_item {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto
}

.st_about--sec4 .team_item>img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	background-color: #d8d8d8
}

.st_about--sec4 .team_item h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0
}

.st_about--sec4 .team_item p {
	font-size: .75rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffbc00
}

.st_about--sec5 {
	position: relative
}

.st_about--sec5.st_section {
	padding-top: 3.125rem
}

@media (max-width: 1200px) {
	.st_about--sec5.st_section {
		padding-top: 3.125rem
	}
}

.st_about--sec5 .st_section--text {
	text-align: center;
	margin-bottom: 9.375rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_about--sec5 .st_section--text {
		margin-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_about--sec5 .st_section--text .heading2b {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	box-shadow: inset 0 -0.2rem 0 #ffbc00;
	margin-bottom: 30px
}

.st_about--sec5 .st_section--text p {
	margin-bottom: 20px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto
}

.st_about--sec5 .st_section--text a {
	font-weight: bold;
	color: #0ab3e4;
	font-size: 1.125rem
}

.st_about--sec5 .st_section--image {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 575px) {
	.st_about--sec5 .st_section--image {
		width: 150%;
		left: -5%
	}
}

.st_about--sec5 .st_section--image .img-wrap>img {
	background-color: #131720;
	box-shadow: -80px 90px 90px 0 rgba(22, 41, 68, 0.2);
	max-width: 100%;
	height: auto
}

@media (max-width: 767px) {
	.st_about--sec5 .st_section--image .img-wrap>img {
		box-shadow: -50px 70px 70px 0 rgba(22, 41, 68, 0.2)
	}
}

.st_about--sec5 .st_section--image .img-wrap:nth-child(1) {
	margin-top: 155px;
	margin-bottom: 100px;
	margin-right: 15px
}

@media (max-width: 1200px) {
	.st_about--sec5 .st_section--image .img-wrap:nth-child(1) {
		margin-top: calc(0 + 8.33333vw);
		margin-bottom: calc(0 + 8.33333vw)
	}
}

.st_about--sec5 .st_section--image .img-wrap:nth-child(2) {
	margin-left: 15px
}

.st_partners--hero {
	position: relative;
	overflow: hidden
}

@media (min-width: 768px) {
	.st_partners--hero-wrap {
		display: flex;
		align-items: center
	}
}

@media (min-width: 992px) {
	.st_partners--hero-wrap {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_partners--hero-text {
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (max-width: 1200px) {
	.st_partners--hero-text {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(1.875rem + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_partners--hero-text {
		padding-top: 5rem;
		padding-bottom: 5rem;
		text-align: center
	}
}

@media (min-width: 768px) {
	.st_partners--hero-text {
		min-width: 460px
	}
}

.st_partners--hero-text .heading0 {
	margin-bottom: 10px;
	text-align: center
}

@media (min-width: 768px) {
	.st_partners--hero-text .heading0 {
		max-width: 300px;
		text-align: left;
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.st_partners--hero-text .heading0 div {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.st_partners--hero-text p {
		font-size: 1.25rem
	}
}

.st_partners--hero-text .btn {
	min-width: 180px
}

@media (min-width: 768px) {
	.st_partners--hero-text .btn {
		font-size: 1.125rem;
		min-width: 200px;
		margin-top: 20px
	}
}

@media (min-width: 992px) {
	.st_partners--hero-text .btn {
		font-size: 1.125rem;
		min-width: 260px
	}
}

.st_partners--hero-image .st_partners--hero-logos {
	width: 990px;
	height: 650px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(/assets/bg-partners-map_964e25d20f2fd43df6f55f8476629eb8.png) no-repeat center;
	background-size: 990px 650px;
	position: relative
}

@media (max-width: 767px) {
	.st_partners--hero-image .st_partners--hero-logos {
		-webkit-transform: scale(0.6) translateX(-80%);
		transform: scale(0.6) translateX(-80%);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		position: relative;
		left: 50%;
		margin-bottom: -150px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_partners--hero-image .st_partners--hero-logos {
		-webkit-transform: scale(0.8) translateX(-150px);
		transform: scale(0.8) translateX(-150px);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@media (min-width: 992px) {
	.st_partners--hero-image .st_partners--hero-logos {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}

.st_partners--hero-image .st_partners--hero-logos li {
	position: absolute
}

.st_partners--hero-image .st_partners--hero-logos li img {
	border-radius: 50%;
	width: 120px;
	height: 120px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(1) {
	bottom: 180px;
	left: 75px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(1) img {
	width: 120px;
	height: 120px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(2) {
	top: 195px;
	left: 130px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(2) img {
	width: 125px;
	height: 125px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(3) {
	top: 0;
	left: 230px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(3) img {
	width: 120px;
	height: 120px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(4) {
	bottom: 40px;
	left: 200px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(4) img {
	width: 120px;
	height: 120px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(5) {
	bottom: 225px;
	left: 270px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(5) img {
	width: 140px;
	height: 140px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(6) {
	top: 90px;
	left: 420px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(6) img {
	width: 190px;
	height: 190px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(7) {
	bottom: 100px;
	right: 320px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(7) img {
	width: 140px;
	height: 140px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(8) {
	top: 230px;
	right: 220px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(8) img {
	width: 140px;
	height: 140px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(9) {
	top: 0;
	right: 210px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(10) {
	bottom: -30px;
	left: 400px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(10) img {
	width: 120px;
	height: 120px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(11) {
	bottom: 55px;
	right: 155px
}

.st_partners--hero-image .st_partners--hero-logos li:nth-child(11) img {
	width: 135px;
	height: 135px
}

.st_partners--sec1 {
	overflow: visible;
	position: relative
}

.st_partners--sec1:before {
	content: "";
	display: block;
	width: 100%;
	height: 740px;
	background-color: #ebeff4;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width: 767px) {
	.st_partners--sec1:before {
		top: 0;
		height: auto
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_partners--sec1:before {
		height: 750px
	}
}

.st_partners--sec1 .st_section--text p a {
	color: #0ab3e4;
	text-decoration: none
}

.st_partners--sec1 .st_section--image {
	position: relative
}

@media (max-width: 767px) {
	.st_partners--sec1 .st_section--image {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-top: 40px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_partners--sec1 .st_section--image {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

.st_partners--sec1 .st_section--image>img {
	border-radius: 6px;
	box-shadow: 80px 90px 90px 0 rgba(22, 41, 68, 0.2);
	background-color: #162944
}

@media (max-width: 767px) {
	.st_partners--sec1 .st_section--image>img {
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.st_partners--sec1-top {
	margin-bottom: 3.125rem;
	position: relative;
	z-index: 2
}

@media (min-width: 768px) {
	.st_partners--sec1-top {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 9.375rem
	}
}

@media (min-width: 768px) {
	.st_partners--sec1-top .st_section--text {
		min-width: 360px;
		max-width: 460px
	}
}

@media (min-width: 992px) {
	.st_partners--sec1-top .st_section--text {
		min-width: 460px
	}
}

@media (min-width: 768px) {
	.st_partners--sec1-top .st_section--image {
		margin-right: 40px
	}
}

.st_partners--sec1-top .st_section--image img {
	position: relative;
	z-index: 2
}

.st_partners--sec1-top .st_section--image .dots-pattern {
	position: absolute
}

.st_partners--sec1-top .st_section--image .dots-pattern:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-transform: translateX(40%) translateY(-40%);
	transform: translateX(40%) translateY(-40%)
}

@media (max-width: 767px) {
	.st_partners--sec1-top .st_section--image .dots-pattern:nth-child(2) {
		-webkit-transform: translateX(-40%) translateY(-40%);
		transform: translateX(-40%) translateY(-40%)
	}
}

.st_partners--sec1-top .st_section--image .dots-pattern:nth-child(3) {
	left: 0;
	bottom: 0;
	-webkit-transform: translateX(-40%) translateY(40%);
	transform: translateX(-40%) translateY(40%)
}

@media (max-width: 767px) {
	.st_partners--sec1-top .st_section--image .dots-pattern:nth-child(3) {
		-webkit-transform: translateX(40%) translateY(40%);
		transform: translateX(40%) translateY(40%)
	}
}

.st_partners--sec1-bottom {
	position: relative;
	z-index: 2
}

@media (min-width: 768px) {
	.st_partners--sec1-bottom {
		display: flex;
		justify-content: space-between;
		align-items: flex-start
	}
}

@media (min-width: 768px) {
	.st_partners--sec1-bottom .st_section--text {
		flex: 1 0 0;
		min-width: 360px;
		max-width: 460px;
		margin-right: 40px
	}
}

@media (min-width: 992px) {
	.st_partners--sec1-bottom .st_section--text {
		min-width: 460px
	}
}

@media (min-width: 768px) {
	.st_partners--sec1-bottom .st_section--image {
		margin-top: -400px
	}
}

.st_partners--sec1-bottom .st_section--image .dots-pattern {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.st_partners--sec1-bottom .avatar>img {
	box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.22)
}

.st_partners--sec2 {
	overflow: visible;
	background-color: #ebeff4
}

.st_partners--sec2 .st_section--text {
	max-width: 865px;
	margin-left: auto;
	margin-right: auto
}

.st_partners--sec2 .st_section--text .st_partners--sec2-heading {
	max-width: 660px;
	margin-bottom: 70px
}

.st_partners--sec2 .st_section--image {
	max-width: 865px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 870px) {
	.st_partners--sec2 .st_section--image {
		margin-bottom: 170px
	}
}

.st_partners--sec2 .st_section--image .row {
	position: relative
}

@media (min-width: 1200px) {
	.st_partners--sec2 .st_section--image .row {
		margin-left: -20px;
		margin-right: -20px
	}
}

.st_partners--sec2 .st_section--image .row>div {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.st_partners--sec2 .st_section--image .row>div:nth-child(n+5) {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}

@media (min-width: 1200px) {
	.st_partners--sec2 .st_section--image .row>div {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px
	}
	.st_partners--sec2 .st_section--image .row>div:nth-child(n+5) {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
}

.st_partners--sec2 .st_section--image .row .dots-pattern {
	position: absolute;
	bottom: -2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (min-width: 576px) {
	.st_partners--sec2 .st_section--image .row .dots-pattern {
		bottom: -2.5%;
		left: 15%;
		-webkit-transform: none;
		transform: none
	}
}

@media (min-width: 768px) {
	.st_partners--sec2 .st_section--image .row .dots-pattern {
		bottom: -3.5%;
		left: 10%
	}
}

@media (min-width: 992px) {
	.st_partners--sec2 .st_section--image .row .dots-pattern {
		bottom: -8%;
		left: 2%
	}
}

@media (min-width: 1200px) {
	.st_partners--sec2 .st_section--image .row .dots-pattern {
		bottom: -7%;
		left: -3.5%
	}
}

.st_partners--sec2 .st_section--image .card {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto
}

.st_partners--sec2 .st_section--image .card .img-wrap {
	height: 90px;
	margin-bottom: 20px
}

.st_partners--sec2 .st_section--image .card h4 {
	color: #213757;
	font-size: 1.125rem;
	margin-bottom: 0;
	line-height: 1
}

.st_partners--sec3 {
	padding-top: 0;
	background-color: #ebeff4
}

.st_partners--sec3.st_section {
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_partners--sec3.st_section {
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_section--text {
		color: #fff;
		position: relative;
		z-index: 2
	}
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_section--text .heading2 {
		color: #fff
	}
}

.st_partners--sec3 .st_section--text .list-check {
	margin-top: 30px;
	margin-bottom: 30px
}

.st_partners--sec3 .st_section--text .list-check li {
	font-weight: normal;
	line-height: 1.33;
	max-width: 400px
}

.st_partners--sec3 .st_section--text .btn {
	min-width: 180px;
	margin-top: 20px
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_section--text .btn {
		font-size: 1.125rem;
		min-width: 240px
	}
}

@media (min-width: 992px) {
	.st_partners--sec3 .st_section--text .btn {
		font-size: 1.125rem;
		min-width: 300px
	}
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_section--image {
		position: relative;
		z-index: 2;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
}

@media (max-width: 767px) {
	.st_partners--sec3 .st_section--image {
		margin-top: 40px
	}
}

.st_partners--sec3 .st_section--image>img {
	border-radius: 6px;
	box-shadow: 80px 90px 90px 0 rgba(22, 41, 68, 0.2);
	background-color: #162944;
	margin-bottom: 40px !important;
	position: relative;
	z-index: 2
}

@media (max-width: 767px) {
	.st_partners--sec3 .st_section--image>img {
		margin-bottom: 20px !important
	}
}

.st_partners--sec3 .st_section--image .dots-pattern2 {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%)
}

@media (max-width: 767px) {
	.st_partners--sec3 .st_section--image .dots-pattern2 {
		-webkit-transform: translateX(-50%) translateY(-90%);
		transform: translateX(-50%) translateY(-90%)
	}
}

.st_partners--sec3 .st_the-partners {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	padding-top: 9.375rem
}

@media (max-width: 1200px) {
	.st_partners--sec3 .st_the-partners {
		padding-top: calc(3.125rem + 8.33333vw)
	}
}

@media (max-width: 1000px) {
	.st_partners--sec3 .st_the-partners {
		justify-content: center
	}
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_the-partners {
		position: relative;
		z-index: 2
	}
}

.st_partners--sec3 .st_the-partners li {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px
}

@media (min-width: 1500px) {
	.st_partners--sec3 .st_the-partners li {
		display: flex;
		align-items: center;
		text-align: left
	}
}

.st_partners--sec3 .st_the-partners li img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(22, 41, 68, 0.33);
	margin-bottom: 10px
}

@media (min-width: 1500px) {
	.st_partners--sec3 .st_the-partners li img {
		margin-right: 15px;
		margin-bottom: 0
	}
}

.st_partners--sec3 .st_the-partners li p {
	font-size: .9375rem
}

@media (min-width: 768px) {
	.st_partners--sec3 .st_the-partners li p {
		color: #fff
	}
}

@media (min-width: 768px) {
	.st_wrapper.\--partners:before {
		content: "";
		display: block;
		width: 100%;
		height: 2300px;
		background-color: #0c8fc7;
		background-image: linear-gradient(138deg, #0c8fc7, #102976);
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2
	}
}

@media (min-width: 992px) {
	.st_wrapper.\--partners:before {
		height: 1800px
	}
}

@media (min-width: 1200px) {
	.st_wrapper.\--partners:before {
		height: 1850px
	}
}

.st_wrapper.\--partners .st_partners--sec3,
.st_wrapper.\--partners .st_footer {
	position: relative
}

.st_wrapper.\--partners .st_footer {
	z-index: 2
}

@media (min-width: 768px) {
	.st_wrapper.\--partners .st_footer {
		padding-top: 3.125rem;
		background: none
	}
}

.st_services--wrap {
	padding-top: 40px
}

@media (min-width: 1200px) {
	.st_services--wrap .row {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (min-width: 1200px) {
	.st_services--wrap .row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

.st_services--main {
	margin-bottom: 60px;
	color: #162944
}

.st_services--main .heading2 {
	font-weight: 500;
	line-height: 1.27;
	letter-spacing: -1px;
	margin-bottom: 30px
}

.st_services--main p {
	line-height: 1.78;
	letter-spacing: -0.5px
}

.st_services--main .list-unstyled {
	margin-top: 40px;
	margin-bottom: 40px
}

.st_services--main .list-unstyled li {
	font-size: 1.125rem
}

.st_services--main .st_services--slider {
	margin-bottom: 10px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	min-height: 410px;
	max-height: 410px;
	background-color: rgba(0, 0, 0, 0.08)
}

.st_services--main .st_services--slider img {
	border: solid 5px #fff;
	height: 410px;
	border-radius: 4px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.st_services--main .st_services--slider img:focus {
	outline: none
}

.st_services--main .st_services--slider.loading {
	display: flex;
	align-items: center;
	justify-content: center
}

.st_services--main .st_services--slider-nav {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 8px;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
	scrollbar-width: none
}

.st_services--main .st_services--slider-nav::-webkit-scrollbar {
	display: none
}

.st_services--main .st_services--slider-nav::-webkit-scrollbar {
	display: none
}

.st_services--main .st_services--slider-nav .color-box {
	display: block;
	width: 122px;
	height: 68px;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	border: solid 4px #fff;
	margin-right: 10px;
	transition: all 0.2s ease-in-out 0s;
	-o-object-fit: cover;
	object-fit: cover
}

.st_services--main .st_services--slider-nav .color-box:hover {
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.1)
}

.st_services--main .st_services--slider-nav .color-box.active {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.1)
}

.st_services--main .st_services--additional-services {
	margin-top: 35px
}

@media (max-width: 576px) {
	.st_services--main .st_services--additional-services {
		margin-top: 15px !important
	}
}

@media (max-width: 991px) {
	.st_services--main .st_services--additional-services {
		margin-top: 100px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_services--main .st_services--additional-services h2 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.7px;
	margin-bottom: 35px
}

.st_services--main .st_services--additional-services h6 {
	color: #848e9e;
	margin-bottom: 35px
}

.st_services--main .st_services--additional-services .additional-services-item {
	display: flex;
	align-items: center;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

@media (min-width: 576px) {
	.st_services--main .st_services--additional-services .additional-services-item {
		justify-content: space-between
	}
}

.st_services--main .st_services--additional-services .additional-services-item .checkbox {
	margin-right: 20px;
	display: flex
}

.st_services--main .st_services--additional-services .additional-services-item .checkbox label {
	font-size: 1.125rem;
	letter-spacing: -0.5px;
	line-height: 1.3;
	color: #162944;
	margin-bottom: 0
}

.st_services--main .st_services--additional-services .additional-services-item .checkbox label span {
	color: #848e9e
}

.st_services--main .st_services--additional-services .additional-services-item p {
	font-weight: normal;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.5px
}

.st_services--main .st_services--additional-services .additional-services-total {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1);
	justify-content: space-between
}

.st_services--main .st_services--additional-services .additional-services-total>* {
	margin-bottom: 20px
}

.st_services--main .st_services--additional-services .additional-services-total .secure {
	display: flex;
	align-items: flex-start
}

.st_services--main .st_services--additional-services .additional-services-total .secure img {
	margin-right: 15px
}

.st_services--main .st_services--additional-services .additional-services-total .secure p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: #162944
}

.st_services--main .st_services--additional-services .additional-services-total .secure p span {
	display: block;
	color: #848e9e
}

.st_services--main .st_services--additional-services .additional-services-total .total {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -1px;
	text-align: right
}

@media screen and (max-width: 576px) {
	.st_services--main .st_services--additional-services .additional-services-total .total {
		font-size: 1.625rem
	}
}

.st_services--main .st_services--additional-services .additional-services-total .total span {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: #848e9e
}

@media (max-width: 991px) {
	.st_services--main .st_services--service-reviews {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_services--main .st_services--service-reviews h2 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.7px;
	margin-bottom: 35px;
	margin-top: 20px
}

.st_services--main .st_services--service-reviews h6 {
	color: #848e9e
}

.st_services--main .st_services--service-reviews .total-rating-wrap .total-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.st_services--main .st_services--service-reviews .total-rating-wrap h3 {
	font-weight: bold;
	font-size: 3.438rem;
	margin-bottom: 0;
	margin-right: 10px
}

.st_services--main .st_services--service-reviews .total-rating-wrap h3 span {
	font-size: 1.25rem
}

@media (max-width: 575px) {
	.st_services--main .st_services--service-reviews .total-rating-wrap h3 {
		font-size: 2.813rem
	}
	.st_services--main .st_services--service-reviews .total-rating-wrap h3 span {
		font-size: 1rem
	}
}

.st_services--main .st_services--service-reviews .total-rating-wrap p {
	font-weight: 500
}

.st_services--main .st_services--service-reviews .total-rating-wrap .rating {
	display: flex;
	align-items: center
}

.st_services--main .st_services--service-reviews .total-rating-wrap .rating .star {
	display: block;
	width: 24px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 23px;
	margin-right: 5px
}

@media (max-width: 575px) {
	.st_services--main .st_services--service-reviews .total-rating-wrap .rating .star {
		width: 16px;
		height: 15px;
		background-size: 16px 15px
	}
}

.st_services--main .st_services--service-reviews .total-rating-wrap .rating .star.star-full {
	background-image: url(/assets/star-full_55e4f613947226715497c739111f7e0d.svg)
}

.st_services--main .st_services--service-reviews .total-rating-wrap .rating .star.star-half {
	background-image: url(/assets/star-half_9fc1593607df7f5a80b2882369fe11c6.svg)
}

.st_services--main .st_services--service-reviews .total-rating-wrap .rating .star.star-empty {
	background-image: url(/assets/star-empty_ac92214c0499af8f7c391c8d52fcbabf.svg)
}

.st_services--main .st_services--service-reviews .review-item {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_services--main .st_services--service-reviews .review-item-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px
}

.st_services--main .st_services--service-reviews .review-item-info .avatar {
	margin-right: 20px;
	margin-bottom: 10px
}

.st_services--main .st_services--service-reviews .review-item-info p {
	font-size: .875rem;
	color: #848e9e !important;
	letter-spacing: -0.5px;
	margin-bottom: 10px
}

.st_services--main .st_services--service-reviews .review-item .rating {
	margin-bottom: 15px
}

.st_services--main .st_services--service-reviews .review-item .rating .icon {
	color: #ffbc00
}

.st_services--main .st_services--service-reviews .review-item p {
	line-height: 1.78;
	color: #162944
}

.st_services--main .st_services--service-reviews .review-item p+p {
	margin-top: 10px
}

.st_services--main .st_services--service-reviews .review-item p>a {
	color: #162944;
	letter-spacing: -0.6px;
	text-decoration: underline
}

.st_services--aside {
	margin-bottom: 60px
}

@media (max-width: 991px) {
	.st_services--aside {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_services--aside-info {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_services--aside-info .price {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-align: left
}

@media screen and (max-width: 576px) {
	.st_services--aside-info .price {
		display: none
	}
}

.st_services--aside-info .price span {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: #848e9e
}

.st_services--aside-info .dropdown {
	margin-bottom: 10px
}

.st_services--aside-info p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.4px
}

.st_services--aside-info p+P {
	margin-top: 10px
}

.st_services--aside-info .how-it-works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px
}

@media screen and (max-width: 576px) {
	.st_services--aside-info .how-it-works {
		display: none
	}
}

.st_services--aside-info .how-it-works .secure {
	margin-right: 20px;
	text-align: left;
	display: flex;
	align-items: flex-start
}

.st_services--aside-info .how-it-works .secure img {
	margin-right: 15px
}

.st_services--aside-info .how-it-works .secure p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: #162944
}

.st_services--aside-info .how-it-works .secure p span {
	display: block;
	color: #848e9e
}

.st_services--aside-creator {
	margin-bottom: 30px
}

.st_services--aside-creator h2 {
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	color: #848e9e;
	font-size: .75rem;
	font-weight: 600;
	margin-bottom: 25px
}

.st_services--aside-creator p {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #162944
}

.st_services--aside-creator p+p {
	margin-top: 5px
}

.st_services--aside-creator .btn {
	margin-top: 20px
}

.st_services--aside-creator .avatar {
	margin-bottom: 20px;
	cursor: pointer
}

.st_services--aside-creator .avatar .avatar-img {
	width: 72px;
	min-width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-right: 20px;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.22)
}

.st_services--aside-creator .avatar .avatar-text h4 {
	font-size: 1.125rem;
	color: #162944;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.5px
}

.st_services--aside-creator .avatar .avatar-text p {
	color: #848e9e;
	font-size: .875rem;
	font-weight: 500;
	font-weight: normal
}

.st_services--aside-creator .creator-rating {
	display: flex;
	align-items: center;
	margin-top: 5px
}

.st_services--aside-creator .creator-rating p {
	font-size: .875rem;
	color: #051646;
	line-height: 1;
	margin-right: 10px;
	letter-spacing: -0.6px;
	font-weight: 500
}

.st_services--aside-creator .creator-rating p span {
	color: #848e9e
}

.st_services--aside-creator .creator-rating .icon {
	display: inline-block;
	margin-right: 5px;
	color: #ffbc00;
	font-size: .875rem
}

.st_services--aside-reviews {
	margin-bottom: 30px
}

.st_services--aside-reviews h2 {
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	color: #848e9e;
	font-size: .75rem;
	font-weight: 600;
	margin-bottom: 15px
}

.st_services--aside-reviews h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #162944;
	margin-bottom: 20px
}

.st_services--aside-reviews .review-item {
	margin-bottom: 25px
}

.st_services--aside-reviews .review-item .the-review {
	padding: 20px;
	border-bottom-right-radius: 30px;
	background-color: #EBEFF4
}

.st_services--aside-reviews .review-item .the-review p {
	font-size: 1rem;
	color: #162944;
	line-height: 1.38;
	word-wrap: break-word
}

.st_services--aside-reviews .review-item .review-item-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.st_services--aside-reviews .review-item .reviewer {
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.st_services--aside-reviews .review-item .reviewer img {
	max-width: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 20px 30px 0 rgba(33, 55, 87, 0.1);
	margin-right: 10px
}

.st_services--aside-reviews .review-item .reviewer p {
	font-size: 1rem;
	color: #162944;
	font-weight: 500
}

.st_services--aside-reviews .review-item .rating .icon {
	color: #ffbc00;
	font-size: .75rem
}

.checkout-review {
	border-radius: 6px;
	background-color: #f5f7fa
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout {
	display: flex;
	margin-left: 30px;
	margin-right: 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 4px
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout .checkbox label:before {
	margin-top: 5px
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout .total span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.4px;
	color: #162944
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout label {
	color: #848e9e;
	transition: all 500ms ease
}

.checkout-review .st_services--additional-services .additional-services-item.\--checkout .checked {
	color: #162944;
	transition: all 500ms ease
}

.checkout-review .st_services--additional-services .additional-services-item .price {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #848e9e;
	transition: all 500ms ease
}

.checkout-review .st_services--additional-services .additional-services-item .price.checked {
	color: #162944
}

.checkout-review .st_services--additional-services .additional-services-item label {
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: -0.5px;
	color: #162944
}

.checkout-review .st_services--additional-services .additional-services-item label:after {
	top: 4px
}

.checkout-review .st_services--additional-services .total {
	font-size: 20px;
	padding: 20px 30px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.4px;
	color: #162944;
	margin-bottom: 30px
}

.checkout-details {
	padding: 20px 30px;
	padding-bottom: 20px;
	display: flex
}

.checkout-details img {
	width: 120px;
	height: 77px;
	box-shadow: -1px 2px 6px -1px rgba(0, 0, 0, 0.5);
	margin-right: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px
}

.checkout-details .texts {
	margin-right: 16px;
	flex: 1
}

.checkout-details .texts h6 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: -0.3px;
	color: #162944
}

.checkout-details .texts span {
	font-size: 14px;
	line-height: 0.86;
	color: #4e5a6d
}

.checkout-details .numbers {
	text-align: right
}

.checkout-details .numbers .heading5 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #162944
}

.checkout-details .numbers .days {
	font-size: 14px;
	line-height: 0.86;
	color: #4e5a6d
}

.checkout-details .numbers .rating {
	font-size: 11px;
	margin-top: 6px
}

.checkout-details .numbers .rating i {
	color: #f7aa00
}

.st_services--similar-services {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.st_services--similar-services h2 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.7px;
	margin-bottom: 40px
}

.\--login .st_wrapper--inner {
	padding-top: 0;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (min-width: 992px) {
	.\--login .st_wrapper--inner {
		min-height: 100vh;
		flex-direction: row
	}
}

@media (min-width: 992px) {
	.\--login .st_wrapper--inner>* {
		min-height: 100vh
	}
}

.login-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(22, 41, 68, 0.2);
	border-radius: 50%;
	min-height: 40px !important;
	text-decoration: none;
	color: #fff;
	font-size: .75rem;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9
}

@media (min-width: 992px) {
	.login-close {
		top: 30px;
		right: 30px;
		width: 48px;
		height: 48px;
		min-height: 48px !important;
		font-size: .875rem
	}
}

.login-close:hover,
.login-close:focus,
.login-close:active {
	text-decoration: none;
	color: #fff;
	background-color: rgba(22, 41, 68, 0.4)
}

.st_login--form {
	padding: 30px 20px
}

.st_login--form.\--checkout {
	padding: 0
}

.st_login--form.\--checkout .st_login--form-inner {
	max-width: none;
	padding-bottom: 10px
}

@media (min-width: 992px) {
	.st_login--form {
		padding: 60px 40px;
		flex: 1 0 0;
		display: flex
	}
}

@media (min-width: 1200px) {
	.st_login--form {
		padding: 80px 60px;
		flex-direction: row-reverse
	}
}

@media (min-width: 1400px) {
	.st_login--form {
		padding: 80px
	}
}

.st_login--form-inner {
	position: relative;
	padding-bottom: 80px
}

@media (max-width: 991px) {
	.st_login--form-inner {
		max-width: 500px
	}
}

@media (min-width: 992px) {
	.st_login--form-inner {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.st_login--form-inner {
		margin-left: auto;
		margin-right: auto
	}
}

.st_login--form-inner .form-group .form-control {
	padding-right: 30px
}

.st_login--form-inner .form-group .icon {
	color: #848e9e;
	font-size: 1.25rem;
	position: absolute;
	top: 18px;
	right: 0
}

.st_login--form-inner .form-group .forgot-password {
	display: block;
	text-align: right;
	color: #001b3d;
	font-size: .9rem;
	font-weight: bold;
	margin-top: 10px
}

.st_login--form-inner .btn .icon {
	margin-right: 15px
}

.st_login--form-inner .create-account-link {
	margin-top: 40px
}

.st_login--form-inner .create-account-link p {
	font-size: 1rem;
	font-weight: 500;
	color: #162944;
	letter-spacing: normal
}

.st_login--form-inner .create-account-link p a {
	color: #2ecafa
}

.st_login--form-inner .copyright {
	font-size: .875rem;
	line-height: 1.43;
	letter-spacing: -0.4px;
	max-width: 380px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0
}

.st_login--form-header {
	margin-bottom: 60px
}

.st_login--form-header>a {
	display: block
}

.st_login--form-header .logo {
	display: block;
	margin-bottom: 40px
}

.st_login--form-header h1 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 0
}

.st_login--form .login__submit {
	display: flex;
	justify-content: center;
	align-items: center
}

.st_login--marketplace {
	padding: 60px 20px;
	color: #fff;
	background-color: #102976;
}

@media (min-width: 992px) {
	.st_login--marketplace {
		padding: 60px 40px;
		flex: 2 0 0
	}
}

@media (min-width: 1200px) {
	.st_login--marketplace {
		padding: 80px 60px
	}
}

@media (min-width: 1400px) {
	.st_login--marketplace {
		padding: 80px
	}
}

@media (min-width: 992px) {
	.st_login--marketplace-inner {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_login--marketplace-inner h2 {
	max-width: 460px;
	opacity: 0.6;
	font-size: 1.625rem;
	font-weight: normal;
	line-height: 1.23;
	letter-spacing: -0.8px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 40px
}

.st_login--marketplace .st_login--image-wrap {
	width: 470px;
	height: 550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px
}

@media (max-width: 575px) {
	.st_login--marketplace .st_login--image-wrap {
		-webkit-transform: scale(0.8) translateX(-65%);
		transform: scale(0.8) translateX(-65%);
		-webkit-transform-origin: center;
		transform-origin: center;
		position: relative;
		left: 50%
	}
}

.st_login--marketplace .st_login--image-wrap:before {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(../login/img/bg-dot-pattern2_88da267c4d8b16c22674b6afcedb829d.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	top: -75px;
	right: -75px
}

@media (max-width: 991px) {
	.st_login--marketplace .st_login--image-wrap:before {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_login--marketplace .st_login--image-wrap:before {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.st_login--marketplace .st_login--image-wrap:after {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	background: url(../login/img/bg-dot-pattern2_88da267c4d8b16c22674b6afcedb829d.png) no-repeat center;
	background-size: 175px;
	position: absolute;
	bottom: 0;
	left: 225px
}

@media (max-width: 991px) {
	.st_login--marketplace .st_login--image-wrap:after {
		width: 130px;
		height: 130px;
		background-size: 130px
	}
}

@media (max-width: 767px) {
	.st_login--marketplace .st_login--image-wrap:after {
		width: 100px;
		height: 100px;
		background-size: 100px
	}
}

.st_login--marketplace .st_login--image-wrap .image-item {
	position: absolute
}

.st_login--marketplace .st_login--image-wrap .image-item>img {
	border-radius: 4px
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 4
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(1) img {
	box-shadow: 0 104px 72px 0 rgba(0, 0, 0, 0.18)
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(2) {
	top: 0;
	left: 100px;
	z-index: 3
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(2) img {
	box-shadow: 0 80px 80px 0 rgba(22, 41, 68, 0.1)
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(2) .mailchimp {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(22, 41, 68, 0.22);
	position: absolute;
	bottom: -24px;
	left: -24px
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(3) {
	bottom: 0;
	right: 0;
	z-index: 2
}

.st_login--marketplace .st_login--image-wrap .image-item:nth-child(3) img {
	box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.08)
}

.\--signup .st_wrapper--inner {
	padding-top: 0;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (min-width: 992px) {
	.\--signup .st_wrapper--inner {
		min-height: 100vh;
		flex-direction: row-reverse
	}
}

@media (min-width: 992px) {
	.\--signup .st_wrapper--inner>* {
		min-height: 100vh
	}
}

.st_signup--testimonials {
	padding: 100px 20px;
	color: #fff;
	background-image: linear-gradient(208deg, #0ab3e4, #102976)
}

@media (min-width: 992px) {
	.st_signup--testimonials {
		padding: 60px 40px;
		flex: 1 0 0
	}
}

@media (min-width: 1200px) {
	.st_signup--testimonials {
		padding: 80px 60px;
		display: flex;
		flex-direction: row-reverse
	}
}

@media (min-width: 1400px) {
	.st_signup--testimonials {
		padding: 80px
	}
}

.st_signup--testimonials-inner {
	position: relative;
	padding-bottom: 60px
}

@media (min-width: 992px) {
	.st_signup--testimonials-inner {
		width: 100%;
		max-width: 400px
	}
}

@media (max-width: 1199px) {
	.st_signup--testimonials-inner {
		margin-left: auto;
		margin-right: auto
	}
}

.st_signup--testimonials-inner>p {
	line-height: 1.56;
	letter-spacing: normal;
	width: 360px
}

.st_signup--testimonials-inner .shopify {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 35px
}

.st_signup--testimonials-inner .shopify li:not(:last-child) {
	margin-right: 20px
}

.st_signup--testimonials .dots-pattern2 {
	position: absolute;
	top: -50px;
	left: 40px
}

@media (min-width: 992px) {
	.st_signup--testimonials .dots-pattern2 {
		top: 245px;
		left: auto;
		right: -15px
	}
}

@media (min-width: 992px) {
	.st_signup--testimonials .st_testimonials {
		width: 400px
	}
}

@media (min-width: 576px) {
	.st_signup--testimonials .st_testimonials--item:nth-child(even) .card {
		margin-top: 0
	}
}

.st_signup--testimonials .st_testimonials--nav {
	margin-top: 40px;
	margin-bottom: 60px
}

.st_signup--testimonials .st_testimonials--nav>a {
	background-color: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.2)
}

.st_signup--testimonials .st_testimonials--nav>a:hover {
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff
}

.st_signup--testimonials .st_testimonials--nav>a:first-child {
	margin-right: 10px
}

.st_signup--form {
	padding: 30px 20px
}

.st_signup--form.\--checkout {
	padding: 0
}

.st_signup--form.\--checkout .st_signup--form-inner {
	padding-bottom: 40px
}

@media (min-width: 992px) {
	.st_signup--form {
		padding: 60px 40px;
		flex: 1.5 0 0
	}
}

@media (min-width: 1200px) {
	.st_signup--form {
		padding: 80px 60px
	}
}

@media (min-width: 1400px) {
	.st_signup--form {
		padding: 80px
	}
}

.st_signup--form-inner {
	position: relative;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.st_signup--form-inner {
		max-width: 580px
	}
}

@media (min-width: 992px) {
	.st_signup--form-inner {
		max-width: 580px
	}
}

.st_signup--form-inner .form-group .form-control {
	padding-right: 30px
}

.st_signup--form-inner .form-group .icon {
	color: #848e9e;
	font-size: 1.25rem;
	position: absolute;
	top: 18px;
	right: 0
}

.st_signup--form-inner .form-group .forgot-password {
	display: block;
	text-align: right;
	color: #224bc5;
	font-size: .875rem;
	font-weight: 500;
	margin-top: 10px
}

.st_signup--form-inner .foot-note {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 360px;
	color: #162944
}

.st_signup--form-inner .foot-note>a {
	color: #224bc5
}

.st_signup--form-inner .copyright {
	margin-top: 8px;
	font-size: .875rem;
	line-height: 1.43;
	letter-spacing: -0.4px;
	max-width: 380px;
	height: 40px;
	position: absolute;
	left: 0
}

.st_signup--form-header {
	margin-bottom: 60px
}

.st_signup--form-header>a {
	display: block
}

.st_signup--form-header .logo {
	display: block;
	margin-bottom: 40px
}

.st_signup--form-header h1 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 10px
}

.st_signup--form-header p {
	font-size: 1rem;
	font-weight: 500;
	color: #162944
}

.st_signup--form-header p>a {
	color: #224bc5
}

.st_signup--form .submit_button {
	display: flex;
	justify-content: center;
	align-items: center
}

.st_wrapper.\--vetting-guidelines {
	background-color: #fff
}

.st_vetting-guidelines--hero {
	color: #fff;
	background-image: linear-gradient(to bottom, #0ab3e4, #102976);
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: hidden
}

.st_vetting-guidelines--hero .container-fluid {
	position: relative
}

.st_vetting-guidelines--hero-text {
	padding-top: 7.813rem;
	padding-bottom: 7.813rem
}

@media (max-width: 1200px) {
	.st_vetting-guidelines--hero-text {
		padding-top: calc(3.125rem + 6.25vw);
		padding-bottom: calc(3.125rem + 6.25vw)
	}
}

@media (max-width: 767px) {
	.st_vetting-guidelines--hero-text {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_vetting-guidelines--hero-text .heading00 {
	color: #fff;
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_vetting-guidelines--hero-text .heading00 {
		margin-bottom: calc(0 + 4.16667vw)
	}
}

@media (max-width: 767px) {
	.st_vetting-guidelines--hero-text .heading00 {
		margin-bottom: 20px
	}
}

.st_vetting-guidelines--hero-text p {
	max-width: 500px;
	margin-bottom: 20px;
	line-height: 1.4
}

@media (max-width: 767px) {
	.st_vetting-guidelines--hero-text p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_vetting-guidelines--hero-text p+p {
	margin-top: 0
}

.st_vetting-guidelines--hero-text p strong {
	display: block
}

.st_vetting-guidelines--hero .dots-pattern2 {
	position: absolute;
	bottom: 0;
	right: 30%;
	-webkit-transform: translateY(40%);
	transform: translateY(40%)
}

.st_vetting-guidelines--wrap {
	padding-top: 7.813rem;
	padding-bottom: 7.813rem
}

@media (max-width: 1200px) {
	.st_vetting-guidelines--wrap {
		padding-top: calc(3.125rem + 6.25vw);
		padding-bottom: calc(3.125rem + 6.25vw)
	}
}

@media (max-width: 767px) {
	.st_vetting-guidelines--wrap {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.st_vetting-guidelines--wrap .container-fluid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 1000px
}

@media (min-width: 992px) {
	.st_vetting-guidelines--wrap .container-fluid {
		justify-content: flex-end
	}
}

.st_vetting-guidelines--inner {
	width: 100%;
	max-width: 750px
}

.st_vetting-guidelines--inner p {
	color: #162944;
	line-height: 1.78;
	letter-spacing: normal
}

.st_vetting-guidelines--intro {
	margin-bottom: 60px
}

@media (min-width: 576px) {
	.st_vetting-guidelines--intro {
		padding-left: 90px
	}
}

.st_vetting-guidelines--item {
	margin-bottom: 50px;
	position: relative
}

@media (min-width: 576px) {
	.st_vetting-guidelines--item {
		padding-left: 90px
	}
}

.st_vetting-guidelines--item .number {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #d8f6ff;
	font-size: 1.25rem;
	font-weight: bold;
	color: #162944;
	margin-bottom: 20px
}

@media (min-width: 576px) {
	.st_vetting-guidelines--item .number {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 1.5rem;
		position: absolute;
		top: 0;
		left: 0
	}
}

.st_vetting-guidelines--item .heading3 {
	font-weight: 500
}

.st_wrapper.\--become-expert {
	background-color: #fff
}

.st_become-expert--wrap {
	padding-top: 5rem;
	padding-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_become-expert--wrap {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_become-expert--heading {
	margin-bottom: 40px
}

.st_become-expert--heading .heading3 {
	font-weight: 600;
	margin-bottom: 0
}

.form-chat {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end
}

.form-chat .form-chat-image {
	min-width: 40px;
	max-width: 40px;
	height: auto;
	max-height: 40px;
	margin-right: 10px
}

.form-chat .form-chat-text {
	padding: 20px 30px;
	max-width: 410px;
	background-color: #e2f8ff;
	border-bottom-right-radius: 30px
}

.form-chat .form-chat-text p {
	font-size: 1rem;
	color: #162944;
	letter-spacing: normal;
	line-height: 1.5
}

.form-chat .form-chat-text p+p {
	margin-top: 10px
}

.st_become-expert--form h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: -0.8px;
	margin-bottom: 25px
}

.st_become-expert--form .submit_button {
	display: flex;
	justify-content: center;
	align-items: center
}

.st_wrapper.\--ambassador-custom-request {
	background-color: #fff
}

.ambassadors-page .form-text-heading {
	margin-top: 60px;
	margin-bottom: 40px
}

.st_ambassador-custom-request--hero {
	background-color: #162944;
	color: #fff;
	margin-top: -100px;
	padding-top: 200px;
	position: relative
}

.st_ambassador-custom-request--hero .container-fluid {
	max-width: 760px
}

.st_ambassador-custom-request--hero-image {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.05)
}

.st_ambassador-custom-request--hero-text {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2
}

.st_ambassador-custom-request--hero blockquote {
	margin-bottom: 0 !important
}

.st_ambassador-custom-request--hero blockquote img {
	margin-bottom: 20px
}

.st_ambassador-custom-request--hero blockquote q {
	width: 100%;
	max-width: 100%;
	font-size: 1.125rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.67;
	letter-spacing: -0.5px
}

.st_ambassador-custom-request--hero blockquote cite {
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: -0.5px
}

.st_ambassador-custom-request--wrap {
	padding-top: 5rem;
	padding-bottom: 6.25rem
}

@media (max-width: 1200px) {
	.st_ambassador-custom-request--wrap {
		padding-top: calc(1.875rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 4.16667vw)
	}
}

.st_ambassador-custom-request--heading {
	margin-bottom: 40px
}

.st_ambassador-custom-request--heading .heading3 {
	font-weight: 600;
	margin-bottom: 0
}

.st_ambassador-custom-request--form h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: -0.8px;
	margin-bottom: 25px
}

.st_expert-profile--wrap {
	padding-top: 3.125rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_expert-profile--wrap {
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_expert-profile--wrap .container-fluid>h2 {
	font-size: 2rem;
	margin-bottom: 25px;
	line-height: 1
}

@media (max-width: 991px) {
	.st_expert-profile--wrap .container-fluid>h2 {
		text-align: center
	}
}

.st_expert-profile--aside {
	margin-bottom: 40px
}

@media (max-width: 991px) {
	.st_expert-profile--aside {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 992px) {
	.st_expert-profile--aside {
		width: 100%;
		max-width: 390px;
		margin-bottom: 0
	}
}

.st_expert-profile--aside .btn {
	width: 100%;
	padding: 16px 25px
}

@media (min-width: 992px) {
	.st_expert-profile--aside .btn {
		padding: 20.5px 25px
	}
}

.st_expert-profile--picture {
	width: 360px;
	height: 360px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 8px
}

@media (max-width: 991px) {
	.st_expert-profile--picture {
		width: 100%;
		height: auto
	}
}

.st_expert-profile--picture>img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px
}

.st_expert-profile--picture.loading {
	display: flex;
	align-items: center;
	justify-content: center
}

.st_expert-profile--infos-item {
	margin-bottom: 35px
}

.st_expert-profile--infos-item h4 {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #848e9e;
	text-transform: uppercase;
	margin-bottom: 10px
}

.st_expert-profile--infos-item p {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #162944
}

.st_expert-profile--infos-item p+p {
	margin-top: 0
}

.st_expert-profile--infos .expert_rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.st_expert-profile--infos .expert_rating h5 {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -0.6px;
	margin-bottom: 0;
	margin-left: 7px
}

.st_expert-profile--infos .expert_rating .rating .icon {
	color: #ffbc00;
	font-size: 1.25rem
}

.st_expert-profile--infos .expert_rating p {
	width: 100%;
	margin-top: 10px
}

.st_expert-profile--infos .expert_skills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.st_expert-profile--infos .expert_skills--item {
	padding: 15px;
	background: #fff;
	line-height: 1;
	color: 1rem;
	color: #162944;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	border-radius: 4px;
	font-weight: 500
}

.st_expert-profile--bio {
	margin-bottom: 40px
}

.st_expert-profile--bio h3 {
	font-size: 1.5rem;
	font-weight: 600
}

.st_expert-profile--bio p {
	line-height: 1.78;
	letter-spacing: -0.5px;
	color: #162944
}

.st_expert-profile--tabs .nav-tabs {
	border-color: rgba(5, 22, 70, 0.1);
	flex-direction: column;
	cursor: pointer
}

@media (min-width: 992px) {
	.st_expert-profile--tabs .nav-tabs {
		flex-direction: row
	}
}

.st_expert-profile--tabs .nav-tabs .nav-item:not(:last-child) {
	margin-bottom: 5px
}

@media (min-width: 992px) {
	.st_expert-profile--tabs .nav-tabs .nav-item:not(:last-child) {
		margin-bottom: 0;
		margin-right: 30px
	}
}

@media (min-width: 1200px) {
	.st_expert-profile--tabs .nav-tabs .nav-item:not(:last-child) {
		margin-right: 40px
	}
}

.st_expert-profile--tabs .nav-tabs .nav-item .nav-link {
	padding: 0;
	border: none;
	text-transform: uppercase;
	color: #848e9e;
	font-weight: bold;
	font-size: .9375rem
}

@media (min-width: 992px) {
	.st_expert-profile--tabs .nav-tabs .nav-item .nav-link {
		padding-bottom: 20px;
		border-bottom: 2px solid transparent
	}
}

.st_expert-profile--tabs .nav-tabs .nav-item .nav-link:hover {
	color: #0ab3e4
}

.st_expert-profile--tabs .nav-tabs .nav-item .nav-link.active {
	color: #0ab3e4
}

@media (min-width: 992px) {
	.st_expert-profile--tabs .nav-tabs .nav-item .nav-link.active {
		border-color: #0ab3e4
	}
}

.st_expert-profile--tabs .tab-content {
	padding-top: 30px
}

.st_expert-profile--tabs .tab-content .case-studies-accordion {
	margin-top: -30px
}

.st_expert-profile--tabs .tab-content .case-studies-accordion .store-url {
	color: #0AB3E4;
	cursor: pointer
}

.st_expert-profile--tabs .tab-content .case-studies-accordion .store-url:hover {
	text-decoration: underline
}

.st_expert-profile--logos {
	padding-bottom: 12px;
	justify-content: space-between;
	align-items: center;
	display: flex
}

.st_expert-profile--logos img {
	max-width: 160px
}

@media screen and (max-width: 355px) {
	.st_expert-profile--logos {
		flex-direction: column
	}
}

.customer-reviews--item {
	margin-bottom: 30px
}

.customer-reviews--item .review-reply {
	padding-left: 40px;
	margin-top: 15px
}

.customer-reviews--item .review-head {
	display: flex;
	justify-content: space-between
}

.customer-reviews--item .review-head h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0
}

.customer-reviews--item .review-head p {
	font-size: 1rem;
	font-weight: 500;
	color: #848e9e
}

.customer-reviews--item .review-reply {
	margin-left: 40px
}

.customer-reviews--item .review-bubble {
	background-color: #ebeff4;
	padding: 15px 20px;
	border-bottom-right-radius: 30px;
	margin-top: 10px;
	margin-bottom: 10px
}

.customer-reviews--item .review-bubble p {
	color: #162944;
	line-height: 1.38;
	font-size: 1rem;
	font-weight: normal
}

.customer-reviews--item .rating .icon {
	color: #ffbc00;
	font-size: 1rem
}

.case-study-item:not(:last-child) {
	border-bottom: 1px solid rgba(5, 22, 70, 0.1)
}

.case-study-item:first-child {
	margin-top: -30px
}

.case-study-item>span {
	text-decoration: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-top: 25px;
	padding-bottom: 25px;
	justify-content: space-between
}

.case-study-item>span a {
	color: #0ab3e4
}

.case-study-item>span.collapsed .icon-caret {
	color: #848e9e;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.case-study-item .case-study-heading {
	cursor: pointer
}

.case-study-item .case-study-heading h3 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.7px;
	margin-bottom: 0
}

.case-study-item .case-study-heading h3 span {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #162944;
	display: block;
	font-weight: 400;
	margin-top: 5px
}

.case-study-item .case-study-heading p {
	font-size: 1rem;
	color: #162944
}

.case-study-item .icon-caret {
	font-size: .75rem;
	color: #0ab3e4;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: all 0.2s ease-in-out 0s
}

.case-study-item .case-study-body {
	padding-top: 10px;
	padding-bottom: 10px
}

.case-study-item .case-study-images {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px
}

.case-study-item .case-study-images>img {
	border-radius: 8px;
	border: 4px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 240px
}

.case-study-item .case-study-text {
	margin-bottom: 30px
}

.case-study-item .case-study-text h4 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px
}

.case-study-item .case-study-text p {
	color: #162944;
	line-height: 1.78
}

.expert-services--heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.expert-services--heading>* {
	margin-bottom: 20px
}

.expert-services--heading-left {
	margin-right: 20px
}

.expert-services--heading-left h3 {
	font-size: 1.5rem;
	font-weight: 600
}

.expert-services--heading-right label {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 5px;
	color: #4e5a6d
}

.expert-services--heading-right .select-control {
	display: inline-block;
	position: relative
}

.expert-services--heading-right .select-control select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0 15px 0 0;
	color: #162944;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer
}

.expert-services--heading-right .select-control select:focus {
	outline: none
}

.expert-services--heading-right .select-control .icon {
	font-size: 8px;
	color: #848e9e;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.st_blog--hero {
	background-image: linear-gradient(254deg, #0ab3e4, #102976);
	color: #fff;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: hidden
}

.st_blog--hero-text {
	padding-top: 6.25rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_blog--hero-text {
		padding-top: calc(3.125rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_blog--hero-text .heading0 {
	color: #fff;
	line-height: 1
}

.st_blog--hero-form {
	margin-top: 40px;
	max-width: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative
}

@media (min-width: 576px) {
	.st_blog--hero-form {
		flex-direction: row
	}
	.st_blog--hero-form>* {
		flex: 1 0 0
	}
}

.st_blog--hero-form .icon {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem;
	font-weight: 500;
	color: #848e9e
}

@media (max-width: 575px) {
	.st_blog--hero-form .icon {
		top: 15px;
		left: 20px;
		-webkit-transform: none;
		transform: none
	}
}

.st_blog--hero-form .subscribe-input {
	display: block;
	width: 100%;
	height: 60px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 15px 30px;
	padding-left: 50px;
	border-radius: 4px;
	color: #162944;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.2s ease-in-out 0s
}

.st_blog--hero-form .subscribe-input::-webkit-input-placeholder {
	color: #848e9e
}

.st_blog--hero-form .subscribe-input:-moz-placeholder {
	color: #848e9e
}

.st_blog--hero-form .subscribe-input::-moz-placeholder {
	color: #848e9e
}

.st_blog--hero-form .subscribe-input:-ms-input-placeholder {
	color: #848e9e
}

.st_blog--hero-form .subscribe-input:focus,
.st_blog--hero-form .subscribe-input:active {
	outline: none;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 576px) {
	.st_blog--hero-form .subscribe-input {
		font-size: 1.125rem;
		height: 70px;
		margin-bottom: 0;
		max-width: 100%;
		border-radius: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		padding-left: 70px
	}
}

.st_blog--hero-form .btn {
	min-width: 180px;
	max-width: 200px
}

@media (min-width: 576px) {
	.st_blog--hero-form .btn {
		height: 70px;
		border-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
}

.st_blog--hero-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_blog--hero-nav ul {
		display: flex;
		align-items: center;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0
	}
}

@media (min-width: 992px) {
	.st_blog--hero-nav ul {
		display: flex;
		align-items: center;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0
	}
}

.st_blog--hero-nav ul li a {
	display: block;
	color: #78b6df;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .875rem;
	padding-bottom: 5px
}

.st_blog--hero-nav ul li a:hover,
.st_blog--hero-nav ul li a:focus,
.st_blog--hero-nav ul li a:active {
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_blog--hero-nav ul li a {
		font-size: .8125rem;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		border-bottom: 2px solid transparent
	}
}

@media (min-width: 992px) {
	.st_blog--hero-nav ul li a {
		font-size: .9375rem;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 25px;
		border-bottom: 2px solid transparent
	}
}

.st_blog--hero-nav ul li.active a {
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.st_blog--hero-nav ul li.active a {
		border-color: #fff
	}
}

@media (min-width: 992px) {
	.st_blog--hero-nav ul li.active a {
		border-color: #fff
	}
}

.st_blog--casestudy {
	padding-top: 40px
}

.st_blog--casestudy .st_blog--casestudy-wrap {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px
}

.st_blog--casestudy .st_blog--casestudy-wrap>a {
	color: #4e5a6d
}

.st_blog--casestudy .st_blog--casestudy-wrap>a:hover,
.st_blog--casestudy .st_blog--casestudy-wrap>a:focus,
.st_blog--casestudy .st_blog--casestudy-wrap>a:active {
	text-decoration: none !important
}

.st_blog--casestudy .casestudy-card {
	display: flex;
	flex-direction: row;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 30px
}

@media (max-width: 575px) {
	.st_blog--casestudy .casestudy-card {
		flex-direction: column-reverse
	}
}

@media (min-width: 1200px) {
	.st_blog--casestudy .casestudy-card {
		margin-bottom: 40px
	}
}

.st_blog--casestudy .casestudy-card:hover {
	box-shadow: 0 20px 20px 5px rgba(33, 55, 87, 0.05)
}

.st_blog--casestudy .casestudy-card .card-info-top {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.st_blog--casestudy .casestudy-card .card-info-top li {
	font-size: .875rem;
	position: relative;
	color: #848e9e
}

.st_blog--casestudy .casestudy-card .card-info-top li:first-child {
	color: #224bc5;
	font-weight: 600
}

.st_blog--casestudy .casestudy-card .card-info-top li:not(:last-child) {
	margin-right: 30px
}

.st_blog--casestudy .casestudy-card .card-info-top li:not(:last-child):before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(5, 22, 70, 0.1);
	position: absolute;
	top: 50%;
	right: -17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.st_blog--casestudy .casestudy-card .card-text {
	min-width: 200px;
	max-width: 600px
}

.st_blog--casestudy .casestudy-card .card-text .heading3 {
	font-weight: 500
}

.st_blog--casestudy .casestudy-card .card-text p {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.3px
}

.st_blog--casestudy .casestudy-card .card-text .avatar {
	margin-top: 20px
}

.st_blog--casestudy .card-image {
	overflow: hidden
}

@media (max-width: 575px) {
	.st_blog--casestudy .card-image {
		background: red
	}
	.st_blog--casestudy .card-image>img {
		width: 100%;
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
}

.st_blog--cards .row {
	align-items: stretch !important
}

.st_blog--cards .row>div {
	padding-bottom: 30px;
	overflow: hidden
}

@media (min-width: 1200px) {
	.st_blog--cards .row>div {
		padding-bottom: 40px
	}
}

.st_blog--cards .row>div>a {
	display: block;
	height: 100%
}

.st_blog--cards .row>div .card {
	height: 100%
}

.blog-card {
	transition: all 0.2s ease-in-out 0s;
	min-height: 400px
}

@media (max-width: 767px) {
	.blog-card {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px
	}
}

.blog-card:hover {
	box-shadow: 0 20px 20px 5px rgba(33, 55, 87, 0.05)
}

.blog-card .card-img-top {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	background-color: #051646
}

.blog-card .card-body {
	padding-bottom: 10px;
	position: relative
}

.blog-card .avatar {
	position: absolute;
	top: -35px;
	right: 15px
}

.blog-card .avatar .avatar-img {
	box-shadow: 0 20px 30px 0 rgba(12, 12, 12, 0.22)
}

.blog-card .card-info-top {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.blog-card .card-info-top li {
	font-size: .875rem;
	position: relative;
	color: #848e9e
}

.blog-card .card-info-top li:first-child {
	color: #224bc5;
	font-weight: 600
}

.blog-card .card-info-top li:not(:last-child) {
	margin-right: 30px
}

.blog-card .card-info-top li:not(:last-child):before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(5, 22, 70, 0.1);
	position: absolute;
	top: 50%;
	right: -17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-card h3 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.5px;
	min-height: 108px;
	margin-bottom: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-card h3 {
		font-size: 1.375rem
	}
}

.blog-card p {
	font-weight: 500;
	font-size: .875rem;
	color: #848e9e;
	margin-bottom: 30px
}

.blog-card.\--link-marketplace {
	text-align: center;
	background-image: linear-gradient(218deg, #0ab3e4, #102976)
}

.blog-card.\--link-marketplace .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px
}

.blog-card.\--link-marketplace img {
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-card.\--link-marketplace h3 {
	color: #fff;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	min-height: 0
}

.blog-card.\--link-marketplace .icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: rgba(255, 255, 255, 0.23);
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.blog-card.\--link-expert {
	text-align: center;
	background-color: #0ab3e4
}

.blog-card.\--link-expert .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px
}

.blog-card.\--link-expert img {
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-card.\--link-expert h3 {
	color: #fff;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	min-height: 0
}

.blog-card.\--link-expert .icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	-webkit-backdrop-filter: blur(1.8px);
	backdrop-filter: blur(1.8px);
	background-color: rgba(255, 255, 255, 0.23);
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.st_pagination {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin: 20px auto
}

.st_pagination li {
	margin-left: 5px;
	margin-right: 5px
}

.st_pagination li a {
	display: block;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	color: #162944;
	border-radius: 4px;
	background-color: #fff;
	padding: 12.5px 15px;
	min-width: 40px
}

.st_pagination li a:hover,
.st_pagination li a:focus,
.st_pagination li a:active {
	text-decoration: none
}

.st_pagination li a:hover {
	color: #0ab3e4
}

.st_pagination li a.active {
	background-color: #0ab3e4;
	color: #fff
}

.st_blog--subscribe {
	padding-top: 7.813rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_blog--subscribe {
		padding-top: calc(4.688rem + 4.16667vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_blog--subscribe-heading {
	text-align: center;
	margin-bottom: 60px
}

.st_blog--subscribe-heading .heading3 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto
}

.st_blog--subscribe-form {
	max-width: 760px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 576px) {
	.st_blog--subscribe-form {
		flex-direction: row
	}
	.st_blog--subscribe-form>* {
		flex: 1 0 0
	}
}

.st_blog--subscribe-form .icon {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem;
	font-weight: 500;
	color: #848e9e
}

@media (max-width: 575px) {
	.st_blog--subscribe-form .icon {
		top: 15px;
		left: 20px;
		-webkit-transform: none;
		transform: none
	}
}

.st_blog--subscribe-form .subscribe-input {
	display: block;
	width: 100%;
	height: 60px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 15px 30px;
	padding-left: 50px;
	border-radius: 4px;
	color: #162944;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.2s ease-in-out 0s
}

.st_blog--subscribe-form .subscribe-input::-webkit-input-placeholder {
	color: #848e9e
}

.st_blog--subscribe-form .subscribe-input:-moz-placeholder {
	color: #848e9e
}

.st_blog--subscribe-form .subscribe-input::-moz-placeholder {
	color: #848e9e
}

.st_blog--subscribe-form .subscribe-input:-ms-input-placeholder {
	color: #848e9e
}

.st_blog--subscribe-form .subscribe-input:focus,
.st_blog--subscribe-form .subscribe-input:active {
	outline: none;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 576px) {
	.st_blog--subscribe-form .subscribe-input {
		font-size: 1.125rem;
		height: 70px;
		margin-bottom: 0;
		max-width: 100%;
		border-radius: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		padding-left: 70px
	}
}

.st_blog--subscribe-form .btn {
	min-width: 180px;
	max-width: 200px
}

@media (min-width: 576px) {
	.st_blog--subscribe-form .btn {
		height: 70px;
		border-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
}

.st_blog--similar {
	background-color: #f5f7fa;
	padding-top: 9.375rem;
	padding-bottom: 9.375rem
}

@media (max-width: 1200px) {
	.st_blog--similar {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: calc(3.125rem + 8.33333vw)
	}
}

.st_blog--similar h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: -0.7px;
	margin-bottom: 35px
}

.st_blog--similar .row>div {
	overflow: hidden;
	padding-bottom: 40px
}

.st_wrapper.\--blog-post {
	background-color: #fff
}

.st_blog-post--hero {
	background-color: #162944;
	color: #fff;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	overflow: hidden
}

.st_blog-post--hero-text {
	padding-top: 9.375rem;
	padding-bottom: 12.5rem;
	text-align: center;
	position: relative;
	z-index: 2
}

@media (max-width: 1200px) {
	.st_blog-post--hero-text {
		padding-top: calc(3.125rem + 8.33333vw);
		padding-bottom: calc(6.25rem + 8.33333vw)
	}
}

.st_blog-post--hero-text .category {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 2px;
	border-bottom: 2px solid #fff
}

.st_blog-post--hero-text h1 {
	color: #fff;
	max-width: 660px;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -2px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1200px) {
	.st_blog-post--hero-text h1 {
		font-size: calc(1.4rem + 2.8vw)
	}
}

.st_blog-post--hero-img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8
}

.st_blog-post--infos {
	padding-top: 3.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(78, 90, 109, 0.1)
}

.st_blog-post--infos .container-fluid {
	max-width: 800px
}

@media (min-width: 760px) {
	.st_blog-post--infos .container-fluid {
		display: flex;
		align-items: flex-start
	}
	.st_blog-post--infos .container-fluid>div {
		flex: 1 0 0;
		padding-left: 20px;
		padding-right: 20px
	}
}

.st_blog-post--infos .container-fluid>div {
	margin-bottom: 40px
}

.st_blog-post--infos h3 {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #848e9e;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 20px
}

.st_blog-post--infos .avatar .avatar-img {
	width: 72px;
	min-width: 72px;
	height: 72px;
	box-shadow: 0 20px 30px 0 rgba(22, 41, 68, 0.2)
}

.st_blog-post--infos .avatar .avatar-text h4 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -0.5px
}

.st_blog-post--infos .avatar .avatar-text p {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: -0.4px
}

@media (min-width: 760px) {
	.st_blog-post--infos .publish-date {
		height: 72px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
}

.st_blog-post--infos .publish-date h4 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 0
}

.st_blog-post--infos .publish-date p {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: -0.4px
}

.st_blog-post--infos .social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex
}

@media (min-width: 760px) {
	.st_blog-post--infos .social-links {
		height: 72px;
		align-items: center
	}
}

.st_blog-post--infos .social-links li:not(:last-child) {
	margin-right: 10px
}

.st_blog-post--infos .social-links li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background-color: #162944;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1
}

.st_blog-post--infos .social-links li a:hover,
.st_blog-post--infos .social-links li a:focus,
.st_blog-post--infos .social-links li a:active {
	text-decoration: none;
	box-shadow: 0 20px 30px 0 rgba(22, 41, 68, 0.1)
}

.st_blog-post--infos .social-links li a .icon {
	position: relative;
	top: 2px
}

.st_blog-post--infos .social-links li a.facebook {
	background-color: #3b5998
}

.st_blog-post--infos .social-links li a.twitter {
	background-color: #1da1f2
}

.st_blog-post--infos .social-links li a.linkedin {
	background-color: #0077b5
}

.st_blog-post--content {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.st_blog-post--content .container-fluid {
	max-width: 760px;
	position: relative
}

.st_blog-post--content p {
	line-height: 1.6;
	letter-spacing: normal;
	color: #162944
}

@media (min-width: 768px) {
	.st_blog-post--content p {
		font-size: 1.25rem
	}
}

.st_blog-post--content p+p {
	margin-top: 20px
}

@media (min-width: 768px) {
	.st_blog-post--content p+p {
		margin-top: 30px
	}
}

.st_blog-post--content p+h1,
.st_blog-post--content p+h2,
.st_blog-post--content p+h3,
.st_blog-post--content p+h4,
.st_blog-post--content p+h5,
.st_blog-post--content p+h6 {
	margin-top: 50px;
	margin-bottom: 30px
}

.st_blog-post--content .blog-image {
	padding-top: 40px;
	padding-bottom: 40px
}

.st_blog-post--content .blog-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 36px 51px 0 rgba(0, 0, 0, 0.06);
	border: 4px solid #fff;
	margin-bottom: 15px
}

.st_blog-post--content .blog-image .caption {
	font-size: 1rem;
	color: #848e9e
}

.st_blog-post--content .blog-image--big {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 767px) {
	.st_blog-post--content .blog-image--big {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.st_blog-post--content .blog-image--big img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.st_blog-post--content blockquote {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-left: 40px;
	border-left: 1px solid rgba(22, 41, 68, 0.1);
	text-align: left
}

@media (max-width: 767px) {
	.st_blog-post--content blockquote {
		padding-left: 20px
	}
}

.st_blog-post--content blockquote q {
	max-width: 100%;
	text-align: left;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.27;
	letter-spacing: -1px
}

@media (max-width: 1200px) {
	.st_blog-post--content blockquote q {
		font-size: calc(1.25rem + 2vw)
	}
}

.st_blog-post--content blockquote cite {
	font-size: 1rem;
	color: #848e9e
}

.st_blog-post--content .social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.st_blog-post--content .social-links {
		flex-direction: column;
		position: absolute;
		top: 0;
		left: -100px
	}
	.st_blog-post--content .social-links li {
		margin-bottom: 10px
	}
}

.st_blog-post--content .social-links li:not(:last-child) {
	margin-right: 10px
}

.st_blog-post--content .social-links li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background-color: #162944;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1
}

.st_blog-post--content .social-links li a:hover,
.st_blog-post--content .social-links li a:focus,
.st_blog-post--content .social-links li a:active {
	text-decoration: none;
	box-shadow: 0 20px 30px 0 rgba(22, 41, 68, 0.1)
}

.st_blog-post--content .social-links li a .icon {
	position: relative;
	top: 2px
}

.st_blog-post--content .social-links li a.facebook {
	background-color: #3b5998
}

.st_blog-post--content .social-links li a.twitter {
	background-color: #1da1f2
}

.st_blog-post--content .social-links li a.linkedin {
	background-color: #0077b5
}

.st_styleguide--hero {
	background-image: linear-gradient(254deg, #0ab3e4, #102976);
	color: #fff;
	margin-top: -100px;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	text-align: center
}

.st_styleguide--hero .logo {
	margin-bottom: 40px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.st_styleguide--hero .heading1 {
	color: #fff
}

.st_styleguide--wrap {
	padding-top: 9.375rem;
	padding-bottom: 9.375rem
}

.st_styleguide--wrap .container-fluid {
	max-width: 960px
}

.st_styleguide--item {
	margin-bottom: 160px
}

.st_styleguide--item .st_styleguide--item-heading {
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #848e9e;
	margin-bottom: 40px;
	text-transform: uppercase
}

.st_styleguide--item pre {
	margin-bottom: 5px !important;
	color: #848e9e;
	font-size: .75rem !important
}

.st_styleguide--item .colors {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.st_styleguide--item .colors .color-item {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px
}

.st_styleguide--item .colors .color-item:not(:last-child) {
	margin-right: 30px
}

.st_styleguide--item .typo-item {
	margin-bottom: 100px
}

.st_styleguide--item .typo-item h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.st_styleguide--item .typo-item pre {
	margin-bottom: 5px !important;
	color: #848e9e;
	font-size: .75rem !important
}

.st_styleguide--item .typo-item p {
	font-size: .875rem;
	color: #4e5a6d
}

.st_styleguide--item .typo-item p+p {
	margin-top: 0
}

.st_styleguide--item .button-item {
	margin-bottom: 40px;
	display: flex;
	align-items: center
}

.st_styleguide--item .button-item .btn {
	margin-right: 30px
}

.st_styleguide--item .button-item pre {
	margin-bottom: 0 !important
}

.st_styleguide--item .form-group {
	max-width: 400px;
	margin-bottom: 80px
}

.st_styleguide--item .form-group .code {
	margin-top: 20px
}

.not-found h1 {
	font-size: 120px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.73;
	letter-spacing: -5.5px;
	color: #162944
}

.not-found h3 {
	font-size: 32px;
	line-height: 1.38;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #162944;
	margin-bottom: 30px
}

.not-found .illustration {
	text-align: right
}

.not-found .illustration img {
	width: 85%;
	-o-object-fit: cover;
	object-fit: cover
}

.not-found .helpful-links ul {
	list-style: none;
	padding: 0
}

.not-found .helpful-links h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	letter-spacing: -0.2px;
	color: #162944;
	margin: 0
}

.not-found .helpful-links a {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.2px;
	color: #224bc5;
	font-weight: 500
}

@media screen and (max-width: 499px) {
	body {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

@media screen and (max-width: 499px) {
	body.modal-open div.modal.show {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

body input:-webkit-autofill,
body textarea:-webkit-autofill,
body select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #F4F7FA !important;
	-webkit-text-fill-color: #162944 !important
}

body.is-ios-device.modal-open {
	position: fixed;
	width: 100%
}

body .pagination .page-item a {
	border: none;
	background-color: #FFF;
	margin-right: 10px;
	padding: 0.45rem 0.9rem;
	border-radius: 4px;
	color: #162944;
	font-weight: bold
}

body .redux-toastr .toastr {
	opacity: 1 !important;
	color: #212b36 !important;
	display: flex !important
}

body .redux-toastr .toastr>div {
	display: flex !important
}

body .redux-toastr .toastr .rrt-left-container {
	width: 50px !important
}

body .redux-toastr .toastr .rrt-left-container .rrt-holder {
	width: 40px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important
}

body .redux-toastr .toastr .rrt-middle-container {
	margin-left: 50px !important;
	display: flex !important;
	align-items: center !important
}

body .redux-toastr .toastr .rrt-middle-container .rrt-title {
	line-height: 1.33 !important;
	font-weight: 500 !important
}

body .redux-toastr .toastr .rrt-holder .toastr-icon {
	display: none !important
}

body .redux-toastr .toastr.rrt-success {
	background-color: #e3f1df !important;
	border: solid 2px #50b83c !important;
	border-radius: 6px !important
}

body .redux-toastr .toastr.rrt-success .rrt-holder {
	background-image: url(/assets/notif-1_370aff1a5c199be8e3e04fd36db5035b.svg) !important;
	background-repeat: no-repeat;
	background-position: center
}

body .redux-toastr .toastr.rrt-error {
	border-radius: 6px;
	border: solid 2px #de3618;
	background-color: #fbeae5
}

body .redux-toastr .toastr.rrt-error .rrt-holder {
	background-image: url(/assets/notif-4_ee3c475ab2c2e74c01eb12cd72e5411e.svg) !important;
	background-repeat: no-repeat;
	background-position: center
}

body .redux-toastr .toastr.rrt-warning {
	border-radius: 6px;
	border: solid 2px #eec200;
	background-color: #fcf1cd
}

body .redux-toastr .toastr.rrt-warning .rrt-holder {
	background-image: url(/assets/notif-2_a588cea620e53b9afb1a47972981adf3.svg) !important;
	background-repeat: no-repeat;
	background-position: center
}

body .redux-toastr .toastr.rrt-info {
	border-radius: 6px;
	border: solid 2px #47c1bf;
	background-color: #e0f5f5
}

body .redux-toastr .toastr.rrt-info .rrt-holder {
	background-image: url(/assets/notif-3_e3e3f7910c7b43a4c284d6a0321c2201.svg) !important;
	background-repeat: no-repeat;
	background-position: center
}

.st-service-list>div div .service-card .card-body {
	padding: 20px 30px !important
}

@media screen and (max-width: 412px) {
	.st-service-list>div div {
		padding: 0 !important
	}
	.st-service-list>div div .service-card {
		width: 360px;
		max-width: 100%;
		min-width: auto
	}
	.st-service-list>div div .service-card .card-body {
		padding: 12px !important
	}
}

.st-service-list .card-info-top li:first-child {
	flex: 1
}


/*# sourceMappingURL=bundle.244cb861dfc0857ab19c.css.map*/