
/* === bootstrap.css === */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.landing-root :root {
	--blue: #174b82;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #174b82;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--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";
	--font-family-monospace:
		SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.landing-root *,
.landing-root *::before,
.landing-root *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.landing-root 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;
}

.landing-root article,
.landing-root aside,
.landing-root figcaption,
.landing-root figure,
.landing-root footer,
.landing-root header,
.landing-root hgroup,
.landing-root main,
.landing-root nav,
.landing-root section {
	display: block;
}

.landing-root 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";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

.landing-root [tabindex="-1"]:focus {
	outline: 0 !important;
}

.landing-root hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

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

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

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

.landing-root ol ol,
.landing-root ul ul,
.landing-root ol ul,
.landing-root ul ol {
	margin-bottom: 0;
}

.landing-root dt {
	font-weight: 700;
}

.landing-root dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

.landing-root blockquote {
	margin: 0 0 1rem;
}

.landing-root dfn {
	font-style: italic;
}

.landing-root b,
.landing-root strong {
	font-weight: bolder;
}

.landing-root small {
	font-size: 80%;
}

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

.landing-root sub {
	bottom: -0.25em;
}

.landing-root sup {
	top: -0.5em;
}

.landing-root a {
	color: #174b82;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.landing-root a:hover {
	color: #0056b3;
	text-decoration: underline;
}

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

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

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

.landing-root figure {
	margin: 0 0 1rem;
}

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

.landing-root svg:not(:root) {
	overflow: hidden;
}

.landing-root table {
	border-collapse: collapse;
}

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

.landing-root th {
	text-align: inherit;
}

.landing-root label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.landing-root button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

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

.landing-root button,
.landing-root input {
	overflow: visible;
}

.landing-root button,
.landing-root select {
	text-transform: none;
}

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

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

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

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

.landing-root textarea {
	overflow: auto;
	resize: vertical;
}

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

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

.landing-root progress {
	vertical-align: baseline;
}

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

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

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

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

.landing-root output {
	display: inline-block;
}

.landing-root summary {
	display: list-item;
	cursor: pointer;
}

.landing-root template {
	display: none;
}

.landing-root [hidden] {
	display: none !important;
}

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

.landing-root h1,
.landing-root .h1 {
	font-size: 2.5rem;
}

.landing-root h2,
.landing-root .h2 {
	font-size: 2rem;
}

.landing-root h3,
.landing-root .h3 {
	font-size: 1.75rem;
}

.landing-root h4,
.landing-root .h4 {
	font-size: 1.5rem;
}

.landing-root h5,
.landing-root .h5 {
	font-size: 1.25rem;
}

.landing-root h6,
.landing-root .h6 {
	font-size: 1rem;
}

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

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

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

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

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

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

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

.landing-root mark,
.landing-root .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

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

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

.landing-root .list-inline-item {
	display: inline-block;
}
.landing-root .list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

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

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

.landing-root .blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.landing-root .blockquote-footer::before {
	content: "\2014 \00A0";
}

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

.landing-root .img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.landing-root .figure {
	display: inline-block;
}

.landing-root .figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

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

.landing-root code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
.landing-root a > code {
	color: inherit;
}

.landing-root kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}
.landing-root kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

.landing-root pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
.landing-root pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

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

.landing-root .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.landing-root .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.landing-root .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.landing-root .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.landing-root .container {
		max-width: 1140px;
	}
}

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

.landing-root .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

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

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

.landing-root .col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.landing-root .col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.landing-root .col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.landing-root .col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.landing-root .col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.landing-root .col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.landing-root .col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.landing-root .col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.landing-root .col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.landing-root .col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.landing-root .col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.landing-root .col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.landing-root .col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.landing-root .col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.landing-root .order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.landing-root .order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13;
}

.landing-root .order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.landing-root .order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.landing-root .order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.landing-root .order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.landing-root .order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.landing-root .order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.landing-root .order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.landing-root .order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.landing-root .order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}

.landing-root .order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}

.landing-root .order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}

.landing-root .order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}

.landing-root .order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12;
}

.landing-root .offset-1 {
	margin-left: 8.33333%;
}

.landing-root .offset-2 {
	margin-left: 16.66667%;
}

.landing-root .offset-3 {
	margin-left: 25%;
}

.landing-root .offset-4 {
	margin-left: 33.33333%;
}

.landing-root .offset-5 {
	margin-left: 41.66667%;
}

.landing-root .offset-6 {
	margin-left: 50%;
}

.landing-root .offset-7 {
	margin-left: 58.33333%;
}

.landing-root .offset-8 {
	margin-left: 66.66667%;
}

.landing-root .offset-9 {
	margin-left: 75%;
}

.landing-root .offset-10 {
	margin-left: 83.33333%;
}

.landing-root .offset-11 {
	margin-left: 91.66667%;
}

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

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

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

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

.landing-root .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.landing-root .table th,
.landing-root .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.landing-root .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.landing-root .table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.landing-root .table .table {
	background-color: #fff;
}

.landing-root .table-sm th,
.landing-root .table-sm td {
	padding: 0.3rem;
}

.landing-root .table-bordered {
	border: 1px solid #dee2e6;
}
.landing-root .table-bordered th,
.landing-root .table-bordered td {
	border: 1px solid #dee2e6;
}
.landing-root .table-bordered thead th,
.landing-root .table-bordered thead td {
	border-bottom-width: 2px;
}

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

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

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

.landing-root .table-primary,
.landing-root .table-primary > th,
.landing-root .table-primary > td {
	background-color: #b8daff;
}

.landing-root .table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.landing-root .table-hover .table-primary:hover > td,
.landing-root .table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.landing-root .table-secondary,
.landing-root .table-secondary > th,
.landing-root .table-secondary > td {
	background-color: #d6d8db;
}

.landing-root .table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.landing-root .table-hover .table-secondary:hover > td,
.landing-root .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.landing-root .table-success,
.landing-root .table-success > th,
.landing-root .table-success > td {
	background-color: #c3e6cb;
}

.landing-root .table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.landing-root .table-hover .table-success:hover > td,
.landing-root .table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.landing-root .table-info,
.landing-root .table-info > th,
.landing-root .table-info > td {
	background-color: #bee5eb;
}

.landing-root .table-hover .table-info:hover {
	background-color: #abdde5;
}
.landing-root .table-hover .table-info:hover > td,
.landing-root .table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.landing-root .table-warning,
.landing-root .table-warning > th,
.landing-root .table-warning > td {
	background-color: #ffeeba;
}

.landing-root .table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.landing-root .table-hover .table-warning:hover > td,
.landing-root .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.landing-root .table-danger,
.landing-root .table-danger > th,
.landing-root .table-danger > td {
	background-color: #f5c6cb;
}

.landing-root .table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.landing-root .table-hover .table-danger:hover > td,
.landing-root .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.landing-root .table-light,
.landing-root .table-light > th,
.landing-root .table-light > td {
	background-color: #fdfdfe;
}

.landing-root .table-hover .table-light:hover {
	background-color: #ececf6;
}
.landing-root .table-hover .table-light:hover > td,
.landing-root .table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.landing-root .table-dark,
.landing-root .table-dark > th,
.landing-root .table-dark > td {
	background-color: #c6c8ca;
}

.landing-root .table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.landing-root .table-hover .table-dark:hover > td,
.landing-root .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

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

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

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

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

.landing-root .table-dark {
	color: #fff;
	background-color: #212529;
}
.landing-root .table-dark th,
.landing-root .table-dark td,
.landing-root .table-dark thead th {
	border-color: #32383e;
}
.landing-root .table-dark.table-bordered {
	border: 0;
}
.landing-root .table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.landing-root .table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

.landing-root .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.landing-root .table-responsive > .table-bordered {
	border: 0;
}

.landing-root .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-transition:
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	-o-transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.landing-root .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.landing-root .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.landing-root .form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.landing-root .form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.landing-root .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.landing-root .form-control:disabled,
.landing-root .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.landing-root select.form-control:not([size]):not([multiple]) {
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px);
}

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

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

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

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

.landing-root .col-form-label-sm {
	padding-top: -webkit-calc(0.25rem + 1px);
	padding-top: calc(0.25rem + 1px);
	padding-bottom: -webkit-calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.landing-root .form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.landing-root .form-control-plaintext.form-control-sm,
.landing-root .input-group-sm > .form-control-plaintext.form-control,
.landing-root .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.landing-root .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.landing-root .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.landing-root .input-group-sm > .input-group-append > .form-control-plaintext.btn,
.landing-root .form-control-plaintext.form-control-lg,
.landing-root .input-group-lg > .form-control-plaintext.form-control,
.landing-root .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.landing-root .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.landing-root .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.landing-root .input-group-lg > .input-group-append > .form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.landing-root .form-control-sm,
.landing-root .input-group-sm > .form-control,
.landing-root .input-group-sm > .input-group-prepend > .input-group-text,
.landing-root .input-group-sm > .input-group-append > .input-group-text,
.landing-root .input-group-sm > .input-group-prepend > .btn,
.landing-root .input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.landing-root select.form-control-sm:not([size]):not([multiple]),
.landing-root .input-group-sm > select.form-control:not([size]):not([multiple]),
.landing-root .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.landing-root .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.landing-root .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.landing-root .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -webkit-calc(1.8125rem + 2px);
	height: calc(1.8125rem + 2px);
}

.landing-root .form-control-lg,
.landing-root .input-group-lg > .form-control,
.landing-root .input-group-lg > .input-group-prepend > .input-group-text,
.landing-root .input-group-lg > .input-group-append > .input-group-text,
.landing-root .input-group-lg > .input-group-prepend > .btn,
.landing-root .input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.landing-root select.form-control-lg:not([size]):not([multiple]),
.landing-root .input-group-lg > select.form-control:not([size]):not([multiple]),
.landing-root .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.landing-root .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.landing-root .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.landing-root .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -webkit-calc(2.875rem + 2px);
	height: calc(2.875rem + 2px);
}

.landing-root .form-group {
	margin-bottom: 1rem;
}

.landing-root .form-text {
	display: block;
	margin-top: 0.25rem;
}

.landing-root .form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.landing-root .form-row > .col,
.landing-root .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

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

.landing-root .form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}
.landing-root .form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.landing-root .form-check-label {
	margin-bottom: 0;
}

.landing-root .form-check-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.landing-root .form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.landing-root .valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.landing-root .valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.landing-root .was-validated .form-control:valid,
.landing-root .form-control.is-valid,
.landing-root .was-validated .custom-select:valid,
.landing-root .custom-select.is-valid {
	border-color: #28a745;
}
.landing-root .was-validated .form-control:valid:focus,
.landing-root .form-control.is-valid:focus,
.landing-root .was-validated .custom-select:valid:focus,
.landing-root .custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.landing-root .was-validated .form-control:valid ~ .valid-feedback,
.landing-root .was-validated .form-control:valid ~ .valid-tooltip,
.landing-root .form-control.is-valid ~ .valid-feedback,
.landing-root .form-control.is-valid ~ .valid-tooltip,
.landing-root .was-validated .custom-select:valid ~ .valid-feedback,
.landing-root .was-validated .custom-select:valid ~ .valid-tooltip,
.landing-root .custom-select.is-valid ~ .valid-feedback,
.landing-root .custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

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

.landing-root .was-validated .form-check-input:valid ~ .form-check-label,
.landing-root .form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

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

.landing-root .was-validated .custom-control-input:valid ~ .custom-control-label,
.landing-root .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}
.landing-root .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.landing-root .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

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

.landing-root .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.landing-root .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background-color: #34ce57;
}

.landing-root .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.landing-root .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.landing-root .was-validated .custom-file-input:valid ~ .custom-file-label,
.landing-root .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}
.landing-root .was-validated .custom-file-input:valid ~ .custom-file-label::before,
.landing-root .custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

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

.landing-root .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.landing-root .custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.landing-root .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.landing-root .invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.landing-root .was-validated .form-control:invalid,
.landing-root .form-control.is-invalid,
.landing-root .was-validated .custom-select:invalid,
.landing-root .custom-select.is-invalid {
	border-color: #dc3545;
}
.landing-root .was-validated .form-control:invalid:focus,
.landing-root .form-control.is-invalid:focus,
.landing-root .was-validated .custom-select:invalid:focus,
.landing-root .custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.landing-root .was-validated .form-control:invalid ~ .invalid-feedback,
.landing-root .was-validated .form-control:invalid ~ .invalid-tooltip,
.landing-root .form-control.is-invalid ~ .invalid-feedback,
.landing-root .form-control.is-invalid ~ .invalid-tooltip,
.landing-root .was-validated .custom-select:invalid ~ .invalid-feedback,
.landing-root .was-validated .custom-select:invalid ~ .invalid-tooltip,
.landing-root .custom-select.is-invalid ~ .invalid-feedback,
.landing-root .custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

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

.landing-root .was-validated .form-check-input:invalid ~ .form-check-label,
.landing-root .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

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

.landing-root .was-validated .custom-control-input:invalid ~ .custom-control-label,
.landing-root .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}
.landing-root .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.landing-root .custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: #efa2a9;
}

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

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

.landing-root .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.landing-root .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.landing-root .was-validated .custom-file-input:invalid ~ .custom-file-label,
.landing-root .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}
.landing-root .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.landing-root .custom-file-input.is-invalid ~ .custom-file-label::before {
	border-color: inherit;
}

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

.landing-root .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.landing-root .custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.landing-root .form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing-root .form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.landing-root .form-inline label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.landing-root .form-inline .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.landing-root .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.landing-root .form-inline .form-control-plaintext {
		display: inline-block;
	}
	.landing-root .form-inline .input-group,
.landing-root .form-inline .custom-select {
		width: auto;
	}
	.landing-root .form-inline .form-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.landing-root .form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.landing-root .form-inline .custom-control {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.landing-root .form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.landing-root .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: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	-o-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;
	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;
	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,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.landing-root .btn:hover,
.landing-root .btn:focus {
	text-decoration: none;
}
.landing-root .btn:focus,
.landing-root .btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .btn.disabled,
.landing-root .btn:disabled {
	opacity: 0.65;
}
.landing-root .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.landing-root .btn:not(:disabled):not(.disabled):active,
.landing-root .btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

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

.landing-root .btn-primary {
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}
.landing-root .btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.landing-root .btn-primary:focus,
.landing-root .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.landing-root .btn-primary.disabled,
.landing-root .btn-primary:disabled {
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}
.landing-root .btn-primary:not(:disabled):not(.disabled):active,
.landing-root .btn-primary:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.landing-root .btn-primary:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-primary:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.landing-root .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.landing-root .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.landing-root .btn-secondary:focus,
.landing-root .btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.landing-root .btn-secondary.disabled,
.landing-root .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.landing-root .btn-secondary:not(:disabled):not(.disabled):active,
.landing-root .btn-secondary:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.landing-root .btn-secondary:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-secondary:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.landing-root .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.landing-root .btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.landing-root .btn-success:focus,
.landing-root .btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.landing-root .btn-success.disabled,
.landing-root .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.landing-root .btn-success:not(:disabled):not(.disabled):active,
.landing-root .btn-success:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.landing-root .btn-success:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-success:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.landing-root .btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.landing-root .btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.landing-root .btn-info:focus,
.landing-root .btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.landing-root .btn-info.disabled,
.landing-root .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.landing-root .btn-info:not(:disabled):not(.disabled):active,
.landing-root .btn-info:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.landing-root .btn-info:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-info:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.landing-root .btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.landing-root .btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.landing-root .btn-warning:focus,
.landing-root .btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.landing-root .btn-warning.disabled,
.landing-root .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.landing-root .btn-warning:not(:disabled):not(.disabled):active,
.landing-root .btn-warning:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.landing-root .btn-warning:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-warning:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.landing-root .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.landing-root .btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.landing-root .btn-danger:focus,
.landing-root .btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.landing-root .btn-danger.disabled,
.landing-root .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.landing-root .btn-danger:not(:disabled):not(.disabled):active,
.landing-root .btn-danger:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.landing-root .btn-danger:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-danger:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.landing-root .btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.landing-root .btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.landing-root .btn-light:focus,
.landing-root .btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.landing-root .btn-light.disabled,
.landing-root .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.landing-root .btn-light:not(:disabled):not(.disabled):active,
.landing-root .btn-light:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.landing-root .btn-light:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-light:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.landing-root .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.landing-root .btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.landing-root .btn-dark:focus,
.landing-root .btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.landing-root .btn-dark.disabled,
.landing-root .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.landing-root .btn-dark:not(:disabled):not(.disabled):active,
.landing-root .btn-dark:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.landing-root .btn-dark:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-dark:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.landing-root .btn-outline-primary {
	color: #174b82;
	background-color: transparent;
	background-image: none;
	border-color: #174b82;
}
.landing-root .btn-outline-primary:hover {
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}
.landing-root .btn-outline-primary:focus,
.landing-root .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.landing-root .btn-outline-primary.disabled,
.landing-root .btn-outline-primary:disabled {
	color: #174b82;
	background-color: transparent;
}
.landing-root .btn-outline-primary:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-primary:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}
.landing-root .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.landing-root .btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}
.landing-root .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.landing-root .btn-outline-secondary:focus,
.landing-root .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.landing-root .btn-outline-secondary.disabled,
.landing-root .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.landing-root .btn-outline-secondary:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-secondary:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.landing-root .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.landing-root .btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}
.landing-root .btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.landing-root .btn-outline-success:focus,
.landing-root .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.landing-root .btn-outline-success.disabled,
.landing-root .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.landing-root .btn-outline-success:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-success:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.landing-root .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.landing-root .btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}
.landing-root .btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.landing-root .btn-outline-info:focus,
.landing-root .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.landing-root .btn-outline-info.disabled,
.landing-root .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.landing-root .btn-outline-info:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-info:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.landing-root .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.landing-root .btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}
.landing-root .btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.landing-root .btn-outline-warning:focus,
.landing-root .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.landing-root .btn-outline-warning.disabled,
.landing-root .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.landing-root .btn-outline-warning:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-warning:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.landing-root .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.landing-root .btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}
.landing-root .btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.landing-root .btn-outline-danger:focus,
.landing-root .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.landing-root .btn-outline-danger.disabled,
.landing-root .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.landing-root .btn-outline-danger:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-danger:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.landing-root .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.landing-root .btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}
.landing-root .btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.landing-root .btn-outline-light:focus,
.landing-root .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.landing-root .btn-outline-light.disabled,
.landing-root .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.landing-root .btn-outline-light:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-light:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.landing-root .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.landing-root .btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}
.landing-root .btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.landing-root .btn-outline-dark:focus,
.landing-root .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.landing-root .btn-outline-dark.disabled,
.landing-root .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.landing-root .btn-outline-dark:not(:disabled):not(.disabled):active,
.landing-root .btn-outline-dark:not(:disabled):not(.disabled).active,
.landing-root .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.landing-root .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.landing-root .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.landing-root .show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.landing-root .btn-link {
	font-weight: 400;
	color: #174b82;
	background-color: transparent;
}
.landing-root .btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}
.landing-root .btn-link:focus,
.landing-root .btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.landing-root .btn-link:disabled,
.landing-root .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.landing-root .btn-lg,
.landing-root .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.landing-root .btn-sm,
.landing-root .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.landing-root .btn-block {
	display: block;
	width: 100%;
}
.landing-root .btn-block + .btn-block {
	margin-top: 0.5rem;
}

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

.landing-root .fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.landing-root .fade:not(.show) {
	opacity: 0;
}

.landing-root .collapse:not(.show) {
	display: none;
}

.landing-root .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.landing-root .dropup,
.landing-root .dropright,
.landing-root .dropdown,
.landing-root .dropleft {
	position: relative;
}

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

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

.landing-root .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.landing-root .dropleft .dropdown-toggle::after {
	display: none;
}

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

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

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

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

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

.landing-root .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.landing-root .dropdown-item:hover,
.landing-root .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.landing-root .dropdown-item.active,
.landing-root .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #174b82;
}
.landing-root .dropdown-item.disabled,
.landing-root .dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.landing-root .dropdown-menu.show {
	display: block;
}

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

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

.landing-root .btn-group,
.landing-root .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.landing-root .btn-group > .btn,
.landing-root .btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.landing-root .btn-group > .btn:hover,
.landing-root .btn-group-vertical > .btn:hover {
	z-index: 1;
}
.landing-root .btn-group > .btn:focus,
.landing-root .btn-group > .btn:active,
.landing-root .btn-group > .btn.active,
.landing-root .btn-group-vertical > .btn:focus,
.landing-root .btn-group-vertical > .btn:active,
.landing-root .btn-group-vertical > .btn.active {
	z-index: 1;
}
.landing-root .btn-group .btn + .btn,
.landing-root .btn-group .btn + .btn-group,
.landing-root .btn-group .btn-group + .btn,
.landing-root .btn-group .btn-group + .btn-group,
.landing-root .btn-group-vertical .btn + .btn,
.landing-root .btn-group-vertical .btn + .btn-group,
.landing-root .btn-group-vertical .btn-group + .btn,
.landing-root .btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}

.landing-root .btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.landing-root .btn-toolbar .input-group {
	width: auto;
}

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

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

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

.landing-root .dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.landing-root .dropdown-toggle-split::after,
.landing-root .dropup .dropdown-toggle-split::after,
.landing-root .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}
.landing-root .dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

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

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

.landing-root .btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.landing-root .btn-group-vertical .btn,
.landing-root .btn-group-vertical .btn-group {
	width: 100%;
}
.landing-root .btn-group-vertical > .btn + .btn,
.landing-root .btn-group-vertical > .btn + .btn-group,
.landing-root .btn-group-vertical > .btn-group + .btn,
.landing-root .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.landing-root .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.landing-root .btn-group-vertical > .btn-group:not(:last-child) > .btn {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.landing-root .btn-group-vertical > .btn:not(:first-child),
.landing-root .btn-group-vertical > .btn-group:not(:first-child) > .btn {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

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

.landing-root .input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.landing-root .input-group > .form-control,
.landing-root .input-group > .custom-select,
.landing-root .input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.landing-root .input-group > .form-control:focus,
.landing-root .input-group > .custom-select:focus,
.landing-root .input-group > .custom-file:focus {
	z-index: 3;
}
.landing-root .input-group > .form-control + .form-control,
.landing-root .input-group > .form-control + .custom-select,
.landing-root .input-group > .form-control + .custom-file,
.landing-root .input-group > .custom-select + .form-control,
.landing-root .input-group > .custom-select + .custom-select,
.landing-root .input-group > .custom-select + .custom-file,
.landing-root .input-group > .custom-file + .form-control,
.landing-root .input-group > .custom-file + .custom-select,
.landing-root .input-group > .custom-file + .custom-file {
	margin-left: -1px;
}
.landing-root .input-group > .form-control:not(:last-child),
.landing-root .input-group > .custom-select:not(:last-child) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.landing-root .input-group > .form-control:not(:first-child),
.landing-root .input-group > .custom-select:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.landing-root .input-group > .custom-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing-root .input-group > .custom-file:not(:last-child) .custom-file-label,
.landing-root .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.landing-root .input-group > .custom-file:not(:first-child) .custom-file-label {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.landing-root .input-group-prepend,
.landing-root .input-group-append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.landing-root .input-group-prepend .btn,
.landing-root .input-group-append .btn {
	position: relative;
	z-index: 2;
}
.landing-root .input-group-prepend .btn + .btn,
.landing-root .input-group-prepend .btn + .input-group-text,
.landing-root .input-group-prepend .input-group-text + .input-group-text,
.landing-root .input-group-prepend .input-group-text + .btn,
.landing-root .input-group-append .btn + .btn,
.landing-root .input-group-append .btn + .input-group-text,
.landing-root .input-group-append .input-group-text + .input-group-text,
.landing-root .input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.landing-root .input-group-prepend {
	margin-right: -1px;
}

.landing-root .input-group-append {
	margin-left: -1px;
}

.landing-root .input-group-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.landing-root .input-group-text input[type="radio"],
.landing-root .input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.landing-root .input-group > .input-group-prepend > .btn,
.landing-root .input-group > .input-group-prepend > .input-group-text,
.landing-root .input-group > .input-group-append:not(:last-child) > .btn,
.landing-root .input-group > .input-group-append:not(:last-child) > .input-group-text,
.landing-root .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.landing-root .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.landing-root .input-group > .input-group-append > .btn,
.landing-root .input-group > .input-group-append > .input-group-text,
.landing-root .input-group > .input-group-prepend:not(:first-child) > .btn,
.landing-root .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.landing-root .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.landing-root .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

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

.landing-root .custom-control-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.landing-root .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.landing-root .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #174b82;
}
.landing-root .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}
.landing-root .custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}
.landing-root .custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.landing-root .custom-control-label {
	position: relative;
	margin-bottom: 0;
}
.landing-root .custom-control-label::before {
	position: absolute;
	top: 0.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;
}
.landing-root .custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.landing-root .custom-checkbox .custom-control-label::before {
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #174b82;
}

.landing-root .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");
}

.landing-root .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #174b82;
}

.landing-root .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");
}

.landing-root .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.landing-root .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.landing-root .custom-radio .custom-control-label::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.landing-root .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #174b82;
}

.landing-root .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");
}

.landing-root .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.landing-root .custom-select {
	display: inline-block;
	width: 100%;
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center;
	-webkit-background-size: 8px 10px;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.landing-root .custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow:
		inset 0 1px 2px rgba(0, 0, 0, 0.075),
		0 0 5px rgba(128, 189, 255, 0.5);
	box-shadow:
		inset 0 1px 2px rgba(0, 0, 0, 0.075),
		0 0 5px rgba(128, 189, 255, 0.5);
}
.landing-root .custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.landing-root .custom-select[multiple],
.landing-root .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.landing-root .custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.landing-root .custom-select::-ms-expand {
	opacity: 0;
}

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

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

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

.landing-root .custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}
.landing-root .custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .custom-file-input:focus ~ .custom-file-label::after {
	border-color: #80bdff;
}
.landing-root .custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.landing-root .custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.landing-root .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	-webkit-border-radius: 0 0.25rem 0.25rem 0;
	border-radius: 0 0.25rem 0.25rem 0;
}

.landing-root .custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.landing-root .custom-range:focus {
	outline: none;
}
.landing-root .custom-range::-moz-focus-outer {
	border: 0;
}
.landing-root .custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #174b82;
	border: 0;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-appearance: none;
	appearance: none;
}
.landing-root .custom-range::-webkit-slider-thumb:focus {
	outline: none;
	-webkit-box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}
.landing-root .custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
}
.landing-root .custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #174b82;
	border: 0;
	border-radius: 1rem;
	-moz-appearance: none;
	appearance: none;
}
.landing-root .custom-range::-moz-range-thumb:focus {
	outline: none;
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}
.landing-root .custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.landing-root .custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #174b82;
	border: 0;
	border-radius: 1rem;
	appearance: none;
}
.landing-root .custom-range::-ms-thumb:focus {
	outline: none;
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}
.landing-root .custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}
.landing-root .custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}
.landing-root .custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.landing-root .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.landing-root .nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.landing-root .nav-link:hover,
.landing-root .nav-link:focus {
	text-decoration: none;
}
.landing-root .nav-link.disabled {
	color: #6c757d;
}

.landing-root .nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.landing-root .nav-tabs .nav-item {
	margin-bottom: -1px;
}
.landing-root .nav-tabs .nav-link {
	border: 1px solid transparent;
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.landing-root .nav-tabs .nav-link:hover,
.landing-root .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.landing-root .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.landing-root .nav-tabs .nav-link.active,
.landing-root .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.landing-root .nav-tabs .dropdown-menu {
	margin-top: -1px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.landing-root .nav-pills .nav-link {
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .nav-pills .nav-link.active,
.landing-root .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #174b82;
}

.landing-root .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.landing-root .nav-justified .nav-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.landing-root .tab-content > .tab-pane {
	display: none;
}

.landing-root .tab-content > .active {
	display: block;
}

.landing-root .navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.landing-root .navbar > .container,
.landing-root .navbar > .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.landing-root .navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.landing-root .navbar-brand:hover,
.landing-root .navbar-brand:focus {
	text-decoration: none;
}

.landing-root .navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.landing-root .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.landing-root .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.landing-root .navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.landing-root .navbar-collapse {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-root .navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.landing-root .navbar-toggler:hover,
.landing-root .navbar-toggler:focus {
	text-decoration: none;
}
.landing-root .navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

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

@media (min-width: 576px) {
	.landing-root .navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.landing-root .navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.landing-root .navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.landing-root .navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.landing-root .navbar-expand-sm > .container,
.landing-root .navbar-expand-sm > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.landing-root .navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.landing-root .navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

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

@media (min-width: 768px) {
	.landing-root .navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.landing-root .navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.landing-root .navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.landing-root .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.landing-root .navbar-expand-md > .container,
.landing-root .navbar-expand-md > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.landing-root .navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.landing-root .navbar-expand-md .navbar-toggler {
		display: none;
	}
}

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

@media (min-width: 992px) {
	.landing-root .navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.landing-root .navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.landing-root .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.landing-root .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.landing-root .navbar-expand-lg > .container,
.landing-root .navbar-expand-lg > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.landing-root .navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.landing-root .navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

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

@media (min-width: 1200px) {
	.landing-root .navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.landing-root .navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.landing-root .navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.landing-root .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.landing-root .navbar-expand-xl > .container,
.landing-root .navbar-expand-xl > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.landing-root .navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.landing-root .navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.landing-root .navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.landing-root .navbar-expand > .container,
.landing-root .navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.landing-root .navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.landing-root .navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.landing-root .navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.landing-root .navbar-expand > .container,
.landing-root .navbar-expand > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.landing-root .navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.landing-root .navbar-expand .navbar-toggler {
	display: none;
}

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

.landing-root .navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.landing-root .navbar-light .navbar-nav .nav-link:hover,
.landing-root .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.landing-root .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

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

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

.landing-root .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");
}

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

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

.landing-root .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.landing-root .navbar-dark .navbar-nav .nav-link:hover,
.landing-root .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.landing-root .navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

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

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

.landing-root .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");
}

.landing-root .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.landing-root .navbar-dark .navbar-text a {
	color: #fff;
}
.landing-root .navbar-dark .navbar-text a:hover,
.landing-root .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.landing-root .card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.landing-root .card > hr {
	margin-right: 0;
	margin-left: 0;
}
.landing-root .card > .list-group:first-child .list-group-item:first-child {
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.landing-root .card > .list-group:last-child .list-group-item:last-child {
	-webkit-border-bottom-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.landing-root .card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.landing-root .card-title {
	margin-bottom: 0.75rem;
}

.landing-root .card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

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

.landing-root .card-link:hover {
	text-decoration: none;
}

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

.landing-root .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-root .card-header:first-child {
	-webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.landing-root .card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.landing-root .card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-root .card-footer:last-child {
	-webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.landing-root .card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.landing-root .card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

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

.landing-root .card-img {
	width: 100%;
	-webkit-border-radius: -webkit-calc(0.25rem - 1px);
	border-radius: calc(0.25rem - 1px);
}

.landing-root .card-img-top {
	width: 100%;
	-webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
	-webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.landing-root .card-img-bottom {
	width: 100%;
	-webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
	border-bottom-right-radius: calc(0.25rem - 1px);
	-webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.landing-root .card-deck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.landing-root .card-deck .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.landing-root .card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.landing-root .card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.landing-root .card-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.landing-root .card-group > .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.landing-root .card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.landing-root .card-group > .card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.landing-root .card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.landing-root .card-group > .card:first-child {
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.landing-root .card-group > .card:first-child .card-img-top,
.landing-root .card-group > .card:first-child .card-header {
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	.landing-root .card-group > .card:first-child .card-img-bottom,
.landing-root .card-group > .card:first-child .card-footer {
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.landing-root .card-group > .card:last-child {
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.landing-root .card-group > .card:last-child .card-img-top,
.landing-root .card-group > .card:last-child .card-header {
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
	}
	.landing-root .card-group > .card:last-child .card-img-bottom,
.landing-root .card-group > .card:last-child .card-footer {
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.landing-root .card-group > .card:only-child {
		-webkit-border-radius: 0.25rem;
		border-radius: 0.25rem;
	}
	.landing-root .card-group > .card:only-child .card-img-top,
.landing-root .card-group > .card:only-child .card-header {
		-webkit-border-top-left-radius: 0.25rem;
		border-top-left-radius: 0.25rem;
		-webkit-border-top-right-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.landing-root .card-group > .card:only-child .card-img-bottom,
.landing-root .card-group > .card:only-child .card-footer {
		-webkit-border-bottom-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.landing-root .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.landing-root .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.landing-root .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.landing-root .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.landing-root .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}

.landing-root .card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.landing-root .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;
	}
	.landing-root .card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

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

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

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

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

.landing-root .breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

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

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

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

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

.landing-root .pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #174b82;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.landing-root .page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.landing-root .page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.landing-root .page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.landing-root .page-item:first-child .page-link {
	margin-left: 0;
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.landing-root .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.landing-root .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}

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

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

.landing-root .pagination-lg .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	-webkit-border-bottom-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.landing-root .pagination-lg .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	-webkit-border-bottom-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.landing-root .pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.landing-root .pagination-sm .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.landing-root .pagination-sm .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	-webkit-border-bottom-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.landing-root .badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.landing-root .badge:empty {
	display: none;
}

.landing-root .btn .badge {
	position: relative;
	top: -1px;
}

.landing-root .badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	-webkit-border-radius: 10rem;
	border-radius: 10rem;
}

.landing-root .badge-primary {
	color: #fff;
	background-color: #174b82;
}
.landing-root .badge-primary[href]:hover,
.landing-root .badge-primary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc;
}

.landing-root .badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
.landing-root .badge-secondary[href]:hover,
.landing-root .badge-secondary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #545b62;
}

.landing-root .badge-success {
	color: #fff;
	background-color: #28a745;
}
.landing-root .badge-success[href]:hover,
.landing-root .badge-success[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}

.landing-root .badge-info {
	color: #fff;
	background-color: #17a2b8;
}
.landing-root .badge-info[href]:hover,
.landing-root .badge-info[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}

.landing-root .badge-warning {
	color: #212529;
	background-color: #ffc107;
}
.landing-root .badge-warning[href]:hover,
.landing-root .badge-warning[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00;
}

.landing-root .badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.landing-root .badge-danger[href]:hover,
.landing-root .badge-danger[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130;
}

.landing-root .badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
.landing-root .badge-light[href]:hover,
.landing-root .badge-light[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5;
}

.landing-root .badge-dark {
	color: #fff;
	background-color: #343a40;
}
.landing-root .badge-dark[href]:hover,
.landing-root .badge-dark[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}

.landing-root .jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}
@media (min-width: 576px) {
	.landing-root .jumbotron {
		padding: 4rem 2rem;
	}
}

.landing-root .jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.landing-root .alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .alert-heading {
	color: inherit;
}

.landing-root .alert-link {
	font-weight: 700;
}

.landing-root .alert-dismissible {
	padding-right: 4rem;
}
.landing-root .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.landing-root .alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.landing-root .alert-primary hr {
	border-top-color: #9fcdff;
}
.landing-root .alert-primary .alert-link {
	color: #002752;
}

.landing-root .alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.landing-root .alert-secondary hr {
	border-top-color: #c8cbcf;
}
.landing-root .alert-secondary .alert-link {
	color: #202326;
}

.landing-root .alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.landing-root .alert-success hr {
	border-top-color: #b1dfbb;
}
.landing-root .alert-success .alert-link {
	color: #0b2e13;
}

.landing-root .alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.landing-root .alert-info hr {
	border-top-color: #abdde5;
}
.landing-root .alert-info .alert-link {
	color: #062c33;
}

.landing-root .alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.landing-root .alert-warning hr {
	border-top-color: #ffe8a1;
}
.landing-root .alert-warning .alert-link {
	color: #533f03;
}

.landing-root .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.landing-root .alert-danger hr {
	border-top-color: #f1b0b7;
}
.landing-root .alert-danger .alert-link {
	color: #491217;
}

.landing-root .alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.landing-root .alert-light hr {
	border-top-color: #ececf6;
}
.landing-root .alert-light .alert-link {
	color: #686868;
}

.landing-root .alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}
.landing-root .alert-dark hr {
	border-top-color: #b9bbbe;
}
.landing-root .alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.landing-root .progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .progress-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #174b82;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .progress-bar {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.landing-root .progress-bar-striped {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	-webkit-background-size: 1rem 1rem;
	background-size: 1rem 1rem;
}

.landing-root .progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.landing-root .media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.landing-root .media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.landing-root .list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.landing-root .list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.landing-root .list-group-item-action:hover,
.landing-root .list-group-item-action:focus {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}
.landing-root .list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.landing-root .list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-root .list-group-item:first-child {
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.landing-root .list-group-item:last-child {
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.landing-root .list-group-item:hover,
.landing-root .list-group-item:focus {
	z-index: 1;
	text-decoration: none;
}
.landing-root .list-group-item.disabled,
.landing-root .list-group-item:disabled {
	color: #6c757d;
	background-color: #fff;
}
.landing-root .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #174b82;
	border-color: #174b82;
}

.landing-root .list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.landing-root .list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.landing-root .list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.landing-root .list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}
.landing-root .list-group-item-primary.list-group-item-action:hover,
.landing-root .list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff;
}
.landing-root .list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.landing-root .list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}
.landing-root .list-group-item-secondary.list-group-item-action:hover,
.landing-root .list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}
.landing-root .list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.landing-root .list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}
.landing-root .list-group-item-success.list-group-item-action:hover,
.landing-root .list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb;
}
.landing-root .list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.landing-root .list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}
.landing-root .list-group-item-info.list-group-item-action:hover,
.landing-root .list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5;
}
.landing-root .list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.landing-root .list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}
.landing-root .list-group-item-warning.list-group-item-action:hover,
.landing-root .list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1;
}
.landing-root .list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.landing-root .list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}
.landing-root .list-group-item-danger.list-group-item-action:hover,
.landing-root .list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7;
}
.landing-root .list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.landing-root .list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}
.landing-root .list-group-item-light.list-group-item-action:hover,
.landing-root .list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6;
}
.landing-root .list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.landing-root .list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}
.landing-root .list-group-item-dark.list-group-item-action:hover,
.landing-root .list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe;
}
.landing-root .list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.landing-root .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.landing-root .close:hover,
.landing-root .close:focus {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.landing-root .close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

.landing-root .modal-open {
	overflow: hidden;
}

.landing-root .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.landing-root .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.landing-root .modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.landing-root .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: 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%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.landing-root .modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.landing-root .modal-dialog-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - (0.5rem * 2));
	min-height: calc(100% - (0.5rem * 2));
}

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

.landing-root .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.landing-root .modal-backdrop.fade {
	opacity: 0;
}
.landing-root .modal-backdrop.show {
	opacity: 0.5;
}

.landing-root .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	-webkit-border-top-left-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	-webkit-border-top-right-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.landing-root .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

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

.landing-root .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.landing-root .modal-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}
.landing-root .modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.landing-root .modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}

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

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

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

.landing-root .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.landing-root .tooltip.show {
	opacity: 0.9;
}
.landing-root .tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.landing-root .tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.landing-root .bs-tooltip-top,
.landing-root .bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}
.landing-root .bs-tooltip-top .arrow,
.landing-root .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}
.landing-root .bs-tooltip-top .arrow::before,
.landing-root .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.landing-root .bs-tooltip-right,
.landing-root .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}
.landing-root .bs-tooltip-right .arrow,
.landing-root .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.landing-root .bs-tooltip-right .arrow::before,
.landing-root .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.landing-root .bs-tooltip-bottom,
.landing-root .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}
.landing-root .bs-tooltip-bottom .arrow,
.landing-root .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}
.landing-root .bs-tooltip-bottom .arrow::before,
.landing-root .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.landing-root .bs-tooltip-left,
.landing-root .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}
.landing-root .bs-tooltip-left .arrow,
.landing-root .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.landing-root .bs-tooltip-left .arrow::before,
.landing-root .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.landing-root .tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.landing-root .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}
.landing-root .popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.landing-root .popover .arrow::before,
.landing-root .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.landing-root .bs-popover-top,
.landing-root .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}
.landing-root .bs-popover-top .arrow,
.landing-root .bs-popover-auto[x-placement^="top"] .arrow {
	bottom: -webkit-calc((0.5rem + 1px) * -1);
	bottom: calc((0.5rem + 1px) * -1);
}
.landing-root .bs-popover-top .arrow::before,
.landing-root .bs-popover-auto[x-placement^="top"] .arrow::before,
.landing-root .bs-popover-top .arrow::after,
.landing-root .bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}
.landing-root .bs-popover-top .arrow::before,
.landing-root .bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.landing-root .bs-popover-top .arrow::after,
.landing-root .bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.landing-root .bs-popover-right,
.landing-root .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}
.landing-root .bs-popover-right .arrow,
.landing-root .bs-popover-auto[x-placement^="right"] .arrow {
	left: -webkit-calc((0.5rem + 1px) * -1);
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.landing-root .bs-popover-right .arrow::before,
.landing-root .bs-popover-auto[x-placement^="right"] .arrow::before,
.landing-root .bs-popover-right .arrow::after,
.landing-root .bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}
.landing-root .bs-popover-right .arrow::before,
.landing-root .bs-popover-auto[x-placement^="right"] .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.landing-root .bs-popover-right .arrow::after,
.landing-root .bs-popover-auto[x-placement^="right"] .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.landing-root .bs-popover-bottom,
.landing-root .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}
.landing-root .bs-popover-bottom .arrow,
.landing-root .bs-popover-auto[x-placement^="bottom"] .arrow {
	top: -webkit-calc((0.5rem + 1px) * -1);
	top: calc((0.5rem + 1px) * -1);
}
.landing-root .bs-popover-bottom .arrow::before,
.landing-root .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.landing-root .bs-popover-bottom .arrow::after,
.landing-root .bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem 0.5rem;
}
.landing-root .bs-popover-bottom .arrow::before,
.landing-root .bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.landing-root .bs-popover-bottom .arrow::after,
.landing-root .bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}
.landing-root .bs-popover-bottom .popover-header::before,
.landing-root .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.landing-root .bs-popover-left,
.landing-root .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}
.landing-root .bs-popover-left .arrow,
.landing-root .bs-popover-auto[x-placement^="left"] .arrow {
	right: -webkit-calc((0.5rem + 1px) * -1);
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.landing-root .bs-popover-left .arrow::before,
.landing-root .bs-popover-auto[x-placement^="left"] .arrow::before,
.landing-root .bs-popover-left .arrow::after,
.landing-root .bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}
.landing-root .bs-popover-left .arrow::before,
.landing-root .bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.landing-root .bs-popover-left .arrow::after,
.landing-root .bs-popover-auto[x-placement^="left"] .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.landing-root .popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
	border-top-left-radius: calc(0.3rem - 1px);
	-webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.landing-root .popover-header:empty {
	display: none;
}

.landing-root .popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.landing-root .carousel {
	position: relative;
}

.landing-root .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.landing-root .carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	transition:
		transform 0.6s ease,
		-webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
	.landing-root .carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.landing-root .carousel-item.active,
.landing-root .carousel-item-next,
.landing-root .carousel-item-prev {
	display: block;
}

.landing-root .carousel-item-next,
.landing-root .carousel-item-prev {
	position: absolute;
	top: 0;
}

.landing-root .carousel-item-next.carousel-item-left,
.landing-root .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.landing-root .carousel-item-next.carousel-item-left,
.landing-root .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.landing-root .carousel-item-next,
.landing-root .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.landing-root .carousel-item-next,
.landing-root .active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.landing-root .carousel-item-prev,
.landing-root .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.landing-root .carousel-item-prev,
.landing-root .active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.landing-root .carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.landing-root .carousel-fade .carousel-item.active,
.landing-root .carousel-fade .carousel-item-next.carousel-item-left,
.landing-root .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.landing-root .carousel-fade .active.carousel-item-left,
.landing-root .carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.landing-root .carousel-fade .carousel-item-next,
.landing-root .carousel-fade .carousel-item-prev,
.landing-root .carousel-fade .carousel-item.active,
.landing-root .carousel-fade .active.carousel-item-left,
.landing-root .carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.landing-root .carousel-fade .carousel-item-next,
.landing-root .carousel-fade .carousel-item-prev,
.landing-root .carousel-fade .carousel-item.active,
.landing-root .carousel-fade .active.carousel-item-left,
.landing-root .carousel-fade .active.carousel-item-prev {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.landing-root .carousel-control-prev,
.landing-root .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}
.landing-root .carousel-control-prev:hover,
.landing-root .carousel-control-prev:focus,
.landing-root .carousel-control-next:hover,
.landing-root .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.landing-root .carousel-control-prev {
	left: 0;
}

.landing-root .carousel-control-next {
	right: 0;
}

.landing-root .carousel-control-prev-icon,
.landing-root .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.landing-root .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.landing-root .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.landing-root .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.landing-root .carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}
.landing-root .carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.landing-root .carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.landing-root .carousel-indicators .active {
	background-color: #fff;
}

.landing-root .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.landing-root .align-baseline {
	vertical-align: baseline !important;
}

.landing-root .align-top {
	vertical-align: top !important;
}

.landing-root .align-middle {
	vertical-align: middle !important;
}

.landing-root .align-bottom {
	vertical-align: bottom !important;
}

.landing-root .align-text-bottom {
	vertical-align: text-bottom !important;
}

.landing-root .align-text-top {
	vertical-align: text-top !important;
}

.landing-root .bg-primary {
	background-color: #174b82 !important;
}

.landing-root a.bg-primary:hover,
.landing-root a.bg-primary:focus,
.landing-root button.bg-primary:hover,
.landing-root button.bg-primary:focus {
	background-color: #0062cc !important;
}

.landing-root .bg-secondary {
	background-color: #6c757d !important;
}

.landing-root a.bg-secondary:hover,
.landing-root a.bg-secondary:focus,
.landing-root button.bg-secondary:hover,
.landing-root button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.landing-root .bg-success {
	background-color: #28a745 !important;
}

.landing-root a.bg-success:hover,
.landing-root a.bg-success:focus,
.landing-root button.bg-success:hover,
.landing-root button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.landing-root .bg-info {
	background-color: #17a2b8 !important;
}

.landing-root a.bg-info:hover,
.landing-root a.bg-info:focus,
.landing-root button.bg-info:hover,
.landing-root button.bg-info:focus {
	background-color: #117a8b !important;
}

.landing-root .bg-warning {
	background-color: #ffc107 !important;
}

.landing-root a.bg-warning:hover,
.landing-root a.bg-warning:focus,
.landing-root button.bg-warning:hover,
.landing-root button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.landing-root .bg-danger {
	background-color: #dc3545 !important;
}

.landing-root a.bg-danger:hover,
.landing-root a.bg-danger:focus,
.landing-root button.bg-danger:hover,
.landing-root button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.landing-root .bg-light {
	background-color: #f8f9fa !important;
}

.landing-root a.bg-light:hover,
.landing-root a.bg-light:focus,
.landing-root button.bg-light:hover,
.landing-root button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.landing-root .bg-dark {
	background-color: #343a40 !important;
}

.landing-root a.bg-dark:hover,
.landing-root a.bg-dark:focus,
.landing-root button.bg-dark:hover,
.landing-root button.bg-dark:focus {
	background-color: #1d2124 !important;
}

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

.landing-root .bg-transparent {
	background-color: transparent !important;
}

.landing-root .border {
	border: 1px solid #dee2e6 !important;
}

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

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

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

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

.landing-root .border-0 {
	border: 0 !important;
}

.landing-root .border-top-0 {
	border-top: 0 !important;
}

.landing-root .border-right-0 {
	border-right: 0 !important;
}

.landing-root .border-bottom-0 {
	border-bottom: 0 !important;
}

.landing-root .border-left-0 {
	border-left: 0 !important;
}

.landing-root .border-primary {
	border-color: #174b82 !important;
}

.landing-root .border-secondary {
	border-color: #6c757d !important;
}

.landing-root .border-success {
	border-color: #28a745 !important;
}

.landing-root .border-info {
	border-color: #17a2b8 !important;
}

.landing-root .border-warning {
	border-color: #ffc107 !important;
}

.landing-root .border-danger {
	border-color: #dc3545 !important;
}

.landing-root .border-light {
	border-color: #f8f9fa !important;
}

.landing-root .border-dark {
	border-color: #343a40 !important;
}

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

.landing-root .rounded {
	-webkit-border-radius: 0.25rem !important;
	border-radius: 0.25rem !important;
}

.landing-root .rounded-top {
	-webkit-border-top-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
	-webkit-border-top-right-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.landing-root .rounded-right {
	-webkit-border-top-right-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
	-webkit-border-bottom-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.landing-root .rounded-bottom {
	-webkit-border-bottom-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	-webkit-border-bottom-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.landing-root .rounded-left {
	-webkit-border-top-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
	-webkit-border-bottom-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.landing-root .rounded-circle {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.landing-root .rounded-0 {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

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

.landing-root .d-none {
	display: none !important;
}

.landing-root .d-inline {
	display: inline !important;
}

.landing-root .d-inline-block {
	display: inline-block !important;
}

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

.landing-root .d-table {
	display: table !important;
}

.landing-root .d-table-row {
	display: table-row !important;
}

.landing-root .d-table-cell {
	display: table-cell !important;
}

.landing-root .d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.landing-root .d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.landing-root .d-sm-none {
		display: none !important;
	}
	.landing-root .d-sm-inline {
		display: inline !important;
	}
	.landing-root .d-sm-inline-block {
		display: inline-block !important;
	}
	.landing-root .d-sm-block {
		display: block !important;
	}
	.landing-root .d-sm-table {
		display: table !important;
	}
	.landing-root .d-sm-table-row {
		display: table-row !important;
	}
	.landing-root .d-sm-table-cell {
		display: table-cell !important;
	}
	.landing-root .d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.landing-root .d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.landing-root .d-md-none {
		display: none !important;
	}
	.landing-root .d-md-inline {
		display: inline !important;
	}
	.landing-root .d-md-inline-block {
		display: inline-block !important;
	}
	.landing-root .d-md-block {
		display: block !important;
	}
	.landing-root .d-md-table {
		display: table !important;
	}
	.landing-root .d-md-table-row {
		display: table-row !important;
	}
	.landing-root .d-md-table-cell {
		display: table-cell !important;
	}
	.landing-root .d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.landing-root .d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.landing-root .d-lg-none {
		display: none !important;
	}
	.landing-root .d-lg-inline {
		display: inline !important;
	}
	.landing-root .d-lg-inline-block {
		display: inline-block !important;
	}
	.landing-root .d-lg-block {
		display: block !important;
	}
	.landing-root .d-lg-table {
		display: table !important;
	}
	.landing-root .d-lg-table-row {
		display: table-row !important;
	}
	.landing-root .d-lg-table-cell {
		display: table-cell !important;
	}
	.landing-root .d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.landing-root .d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.landing-root .d-xl-none {
		display: none !important;
	}
	.landing-root .d-xl-inline {
		display: inline !important;
	}
	.landing-root .d-xl-inline-block {
		display: inline-block !important;
	}
	.landing-root .d-xl-block {
		display: block !important;
	}
	.landing-root .d-xl-table {
		display: table !important;
	}
	.landing-root .d-xl-table-row {
		display: table-row !important;
	}
	.landing-root .d-xl-table-cell {
		display: table-cell !important;
	}
	.landing-root .d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.landing-root .d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.landing-root .d-print-none {
		display: none !important;
	}
	.landing-root .d-print-inline {
		display: inline !important;
	}
	.landing-root .d-print-inline-block {
		display: inline-block !important;
	}
	.landing-root .d-print-block {
		display: block !important;
	}
	.landing-root .d-print-table {
		display: table !important;
	}
	.landing-root .d-print-table-row {
		display: table-row !important;
	}
	.landing-root .d-print-table-cell {
		display: table-cell !important;
	}
	.landing-root .d-print-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.landing-root .d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.landing-root .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.landing-root .embed-responsive::before {
	display: block;
	content: "";
}
.landing-root .embed-responsive .embed-responsive-item,
.landing-root .embed-responsive iframe,
.landing-root .embed-responsive embed,
.landing-root .embed-responsive object,
.landing-root .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

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

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

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

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

.landing-root .flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.landing-root .flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.landing-root .flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.landing-root .flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.landing-root .flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.landing-root .flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.landing-root .flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.landing-root .flex-fill {
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.landing-root .flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.landing-root .flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.landing-root .flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.landing-root .flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.landing-root .justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.landing-root .justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.landing-root .justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.landing-root .justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.landing-root .justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.landing-root .align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.landing-root .align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.landing-root .align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.landing-root .align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.landing-root .align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.landing-root .align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.landing-root .align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.landing-root .align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.landing-root .align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.landing-root .align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.landing-root .align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.landing-root .align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.landing-root .align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.landing-root .align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.landing-root .align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.landing-root .align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.landing-root .align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.landing-root .flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.landing-root .flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.landing-root .flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.landing-root .flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.landing-root .flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.landing-root .flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.landing-root .flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.landing-root .flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.landing-root .flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.landing-root .flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.landing-root .flex-sm-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.landing-root .flex-sm-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.landing-root .justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.landing-root .justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.landing-root .justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.landing-root .justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.landing-root .justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.landing-root .align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.landing-root .align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.landing-root .align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.landing-root .align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.landing-root .align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.landing-root .align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.landing-root .align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.landing-root .align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.landing-root .align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.landing-root .align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.landing-root .align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.landing-root .align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.landing-root .align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.landing-root .align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.landing-root .align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.landing-root .align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.landing-root .align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.landing-root .flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.landing-root .flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.landing-root .flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.landing-root .flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.landing-root .flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.landing-root .flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.landing-root .flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.landing-root .flex-md-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.landing-root .flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.landing-root .flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.landing-root .flex-md-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.landing-root .flex-md-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.landing-root .justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.landing-root .justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.landing-root .justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.landing-root .justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.landing-root .justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.landing-root .align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.landing-root .align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.landing-root .align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.landing-root .align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.landing-root .align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.landing-root .align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.landing-root .align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.landing-root .align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.landing-root .align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.landing-root .align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.landing-root .align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.landing-root .align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.landing-root .align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.landing-root .align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.landing-root .align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.landing-root .align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.landing-root .align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.landing-root .flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.landing-root .flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.landing-root .flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.landing-root .flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.landing-root .flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.landing-root .flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.landing-root .flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.landing-root .flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.landing-root .flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.landing-root .flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.landing-root .flex-lg-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.landing-root .flex-lg-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.landing-root .justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.landing-root .justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.landing-root .justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.landing-root .justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.landing-root .justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.landing-root .align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.landing-root .align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.landing-root .align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.landing-root .align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.landing-root .align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.landing-root .align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.landing-root .align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.landing-root .align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.landing-root .align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.landing-root .align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.landing-root .align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.landing-root .align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.landing-root .align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.landing-root .align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.landing-root .align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.landing-root .align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.landing-root .align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.landing-root .flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.landing-root .flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.landing-root .flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.landing-root .flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.landing-root .flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.landing-root .flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.landing-root .flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.landing-root .flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.landing-root .flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.landing-root .flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.landing-root .flex-xl-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.landing-root .flex-xl-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.landing-root .justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.landing-root .justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.landing-root .justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.landing-root .justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.landing-root .justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.landing-root .align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.landing-root .align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.landing-root .align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.landing-root .align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.landing-root .align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.landing-root .align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.landing-root .align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.landing-root .align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.landing-root .align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.landing-root .align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.landing-root .align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.landing-root .align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.landing-root .align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.landing-root .align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.landing-root .align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.landing-root .align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.landing-root .align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.landing-root .float-left {
	float: left !important;
}

.landing-root .float-right {
	float: right !important;
}

.landing-root .float-none {
	float: none !important;
}

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

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

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

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

.landing-root .position-static {
	position: static !important;
}

.landing-root .position-relative {
	position: relative !important;
}

.landing-root .position-absolute {
	position: absolute !important;
}

.landing-root .position-fixed {
	position: fixed !important;
}

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

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

.landing-root .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.landing-root .sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.landing-root .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.landing-root .sr-only-focusable:active,
.landing-root .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.landing-root .shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.landing-root .shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.landing-root .shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.landing-root .shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.landing-root .w-25 {
	width: 25% !important;
}

.landing-root .w-50 {
	width: 50% !important;
}

.landing-root .w-75 {
	width: 75% !important;
}

.landing-root .w-100 {
	width: 100% !important;
}

.landing-root .w-auto {
	width: auto !important;
}

.landing-root .h-25 {
	height: 25% !important;
}

.landing-root .h-50 {
	height: 50% !important;
}

.landing-root .h-75 {
	height: 75% !important;
}

.landing-root .h-100 {
	height: 100% !important;
}

.landing-root .h-auto {
	height: auto !important;
}

.landing-root .mw-100 {
	max-width: 100% !important;
}

.landing-root .mh-100 {
	max-height: 100% !important;
}

.landing-root .m-0 {
	margin: 0 !important;
}

.landing-root .mt-0,
.landing-root .my-0 {
	margin-top: 0 !important;
}

.landing-root .mr-0,
.landing-root .mx-0 {
	margin-right: 0 !important;
}

.landing-root .mb-0,
.landing-root .my-0 {
	margin-bottom: 0 !important;
}

.landing-root .ml-0,
.landing-root .mx-0 {
	margin-left: 0 !important;
}

.landing-root .m-1 {
	margin: 0.25rem !important;
}

.landing-root .mt-1,
.landing-root .my-1 {
	margin-top: 0.25rem !important;
}

.landing-root .mr-1,
.landing-root .mx-1 {
	margin-right: 0.25rem !important;
}

.landing-root .mb-1,
.landing-root .my-1 {
	margin-bottom: 0.25rem !important;
}

.landing-root .ml-1,
.landing-root .mx-1 {
	margin-left: 0.25rem !important;
}

.landing-root .m-2 {
	margin: 0.5rem !important;
}

.landing-root .mt-2,
.landing-root .my-2 {
	margin-top: 0.5rem !important;
}

.landing-root .mr-2,
.landing-root .mx-2 {
	margin-right: 0.5rem !important;
}

.landing-root .mb-2,
.landing-root .my-2 {
	margin-bottom: 0.5rem !important;
}

.landing-root .ml-2,
.landing-root .mx-2 {
	margin-left: 0.5rem !important;
}

.landing-root .m-3 {
	margin: 1rem !important;
}

.landing-root .mt-3,
.landing-root .my-3 {
	margin-top: 1rem !important;
}

.landing-root .mr-3,
.landing-root .mx-3 {
	margin-right: 1rem !important;
}

.landing-root .mb-3,
.landing-root .my-3 {
	margin-bottom: 1rem !important;
}

.landing-root .ml-3,
.landing-root .mx-3 {
	margin-left: 1rem !important;
}

.landing-root .m-4 {
	margin: 1.5rem !important;
}

.landing-root .mt-4,
.landing-root .my-4 {
	margin-top: 1.5rem !important;
}

.landing-root .mr-4,
.landing-root .mx-4 {
	margin-right: 1.5rem !important;
}

.landing-root .mb-4,
.landing-root .my-4 {
	margin-bottom: 1.5rem !important;
}

.landing-root .ml-4,
.landing-root .mx-4 {
	margin-left: 1.5rem !important;
}

.landing-root .m-5 {
	margin: 3rem !important;
}

.landing-root .mt-5,
.landing-root .my-5 {
	margin-top: 3rem !important;
}

.landing-root .mr-5,
.landing-root .mx-5 {
	margin-right: 3rem !important;
}

.landing-root .mb-5,
.landing-root .my-5 {
	margin-bottom: 3rem !important;
}

.landing-root .ml-5,
.landing-root .mx-5 {
	margin-left: 3rem !important;
}

.landing-root .p-0 {
	padding: 0 !important;
}

.landing-root .pt-0,
.landing-root .py-0 {
	padding-top: 0 !important;
}

.landing-root .pr-0,
.landing-root .px-0 {
	padding-right: 0 !important;
}

.landing-root .pb-0,
.landing-root .py-0 {
	padding-bottom: 0 !important;
}

.landing-root .pl-0,
.landing-root .px-0 {
	padding-left: 0 !important;
}

.landing-root .p-1 {
	padding: 0.25rem !important;
}

.landing-root .pt-1,
.landing-root .py-1 {
	padding-top: 0.25rem !important;
}

.landing-root .pr-1,
.landing-root .px-1 {
	padding-right: 0.25rem !important;
}

.landing-root .pb-1,
.landing-root .py-1 {
	padding-bottom: 0.25rem !important;
}

.landing-root .pl-1,
.landing-root .px-1 {
	padding-left: 0.25rem !important;
}

.landing-root .p-2 {
	padding: 0.5rem !important;
}

.landing-root .pt-2,
.landing-root .py-2 {
	padding-top: 0.5rem !important;
}

.landing-root .pr-2,
.landing-root .px-2 {
	padding-right: 0.5rem !important;
}

.landing-root .pb-2,
.landing-root .py-2 {
	padding-bottom: 0.5rem !important;
}

.landing-root .pl-2,
.landing-root .px-2 {
	padding-left: 0.5rem !important;
}

.landing-root .p-3 {
	padding: 1rem !important;
}

.landing-root .pt-3,
.landing-root .py-3 {
	padding-top: 1rem !important;
}

.landing-root .pr-3,
.landing-root .px-3 {
	padding-right: 1rem !important;
}

.landing-root .pb-3,
.landing-root .py-3 {
	padding-bottom: 1rem !important;
}

.landing-root .pl-3,
.landing-root .px-3 {
	padding-left: 1rem !important;
}

.landing-root .p-4 {
	padding: 1.5rem !important;
}

.landing-root .pt-4,
.landing-root .py-4 {
	padding-top: 1.5rem !important;
}

.landing-root .pr-4,
.landing-root .px-4 {
	padding-right: 1.5rem !important;
}

.landing-root .pb-4,
.landing-root .py-4 {
	padding-bottom: 1.5rem !important;
}

.landing-root .pl-4,
.landing-root .px-4 {
	padding-left: 1.5rem !important;
}

.landing-root .p-5 {
	padding: 3rem !important;
}

.landing-root .pt-5,
.landing-root .py-5 {
	padding-top: 3rem !important;
}

.landing-root .pr-5,
.landing-root .px-5 {
	padding-right: 3rem !important;
}

.landing-root .pb-5,
.landing-root .py-5 {
	padding-bottom: 3rem !important;
}

.landing-root .pl-5,
.landing-root .px-5 {
	padding-left: 3rem !important;
}

.landing-root .m-auto {
	margin: auto !important;
}

.landing-root .mt-auto,
.landing-root .my-auto {
	margin-top: auto !important;
}

.landing-root .mr-auto,
.landing-root .mx-auto {
	margin-right: auto !important;
}

.landing-root .mb-auto,
.landing-root .my-auto {
	margin-bottom: auto !important;
}

.landing-root .ml-auto,
.landing-root .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.landing-root .m-sm-0 {
		margin: 0 !important;
	}
	.landing-root .mt-sm-0,
.landing-root .my-sm-0 {
		margin-top: 0 !important;
	}
	.landing-root .mr-sm-0,
.landing-root .mx-sm-0 {
		margin-right: 0 !important;
	}
	.landing-root .mb-sm-0,
.landing-root .my-sm-0 {
		margin-bottom: 0 !important;
	}
	.landing-root .ml-sm-0,
.landing-root .mx-sm-0 {
		margin-left: 0 !important;
	}
	.landing-root .m-sm-1 {
		margin: 0.25rem !important;
	}
	.landing-root .mt-sm-1,
.landing-root .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.landing-root .mr-sm-1,
.landing-root .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.landing-root .mb-sm-1,
.landing-root .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.landing-root .ml-sm-1,
.landing-root .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.landing-root .m-sm-2 {
		margin: 0.5rem !important;
	}
	.landing-root .mt-sm-2,
.landing-root .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.landing-root .mr-sm-2,
.landing-root .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.landing-root .mb-sm-2,
.landing-root .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.landing-root .ml-sm-2,
.landing-root .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.landing-root .m-sm-3 {
		margin: 1rem !important;
	}
	.landing-root .mt-sm-3,
.landing-root .my-sm-3 {
		margin-top: 1rem !important;
	}
	.landing-root .mr-sm-3,
.landing-root .mx-sm-3 {
		margin-right: 1rem !important;
	}
	.landing-root .mb-sm-3,
.landing-root .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.landing-root .ml-sm-3,
.landing-root .mx-sm-3 {
		margin-left: 1rem !important;
	}
	.landing-root .m-sm-4 {
		margin: 1.5rem !important;
	}
	.landing-root .mt-sm-4,
.landing-root .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.landing-root .mr-sm-4,
.landing-root .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.landing-root .mb-sm-4,
.landing-root .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.landing-root .ml-sm-4,
.landing-root .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.landing-root .m-sm-5 {
		margin: 3rem !important;
	}
	.landing-root .mt-sm-5,
.landing-root .my-sm-5 {
		margin-top: 3rem !important;
	}
	.landing-root .mr-sm-5,
.landing-root .mx-sm-5 {
		margin-right: 3rem !important;
	}
	.landing-root .mb-sm-5,
.landing-root .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.landing-root .ml-sm-5,
.landing-root .mx-sm-5 {
		margin-left: 3rem !important;
	}
	.landing-root .p-sm-0 {
		padding: 0 !important;
	}
	.landing-root .pt-sm-0,
.landing-root .py-sm-0 {
		padding-top: 0 !important;
	}
	.landing-root .pr-sm-0,
.landing-root .px-sm-0 {
		padding-right: 0 !important;
	}
	.landing-root .pb-sm-0,
.landing-root .py-sm-0 {
		padding-bottom: 0 !important;
	}
	.landing-root .pl-sm-0,
.landing-root .px-sm-0 {
		padding-left: 0 !important;
	}
	.landing-root .p-sm-1 {
		padding: 0.25rem !important;
	}
	.landing-root .pt-sm-1,
.landing-root .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.landing-root .pr-sm-1,
.landing-root .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.landing-root .pb-sm-1,
.landing-root .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.landing-root .pl-sm-1,
.landing-root .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.landing-root .p-sm-2 {
		padding: 0.5rem !important;
	}
	.landing-root .pt-sm-2,
.landing-root .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.landing-root .pr-sm-2,
.landing-root .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.landing-root .pb-sm-2,
.landing-root .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.landing-root .pl-sm-2,
.landing-root .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.landing-root .p-sm-3 {
		padding: 1rem !important;
	}
	.landing-root .pt-sm-3,
.landing-root .py-sm-3 {
		padding-top: 1rem !important;
	}
	.landing-root .pr-sm-3,
.landing-root .px-sm-3 {
		padding-right: 1rem !important;
	}
	.landing-root .pb-sm-3,
.landing-root .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.landing-root .pl-sm-3,
.landing-root .px-sm-3 {
		padding-left: 1rem !important;
	}
	.landing-root .p-sm-4 {
		padding: 1.5rem !important;
	}
	.landing-root .pt-sm-4,
.landing-root .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.landing-root .pr-sm-4,
.landing-root .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.landing-root .pb-sm-4,
.landing-root .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.landing-root .pl-sm-4,
.landing-root .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.landing-root .p-sm-5 {
		padding: 3rem !important;
	}
	.landing-root .pt-sm-5,
.landing-root .py-sm-5 {
		padding-top: 3rem !important;
	}
	.landing-root .pr-sm-5,
.landing-root .px-sm-5 {
		padding-right: 3rem !important;
	}
	.landing-root .pb-sm-5,
.landing-root .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.landing-root .pl-sm-5,
.landing-root .px-sm-5 {
		padding-left: 3rem !important;
	}
	.landing-root .m-sm-auto {
		margin: auto !important;
	}
	.landing-root .mt-sm-auto,
.landing-root .my-sm-auto {
		margin-top: auto !important;
	}
	.landing-root .mr-sm-auto,
.landing-root .mx-sm-auto {
		margin-right: auto !important;
	}
	.landing-root .mb-sm-auto,
.landing-root .my-sm-auto {
		margin-bottom: auto !important;
	}
	.landing-root .ml-sm-auto,
.landing-root .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.landing-root .m-md-0 {
		margin: 0 !important;
	}
	.landing-root .mt-md-0,
.landing-root .my-md-0 {
		margin-top: 0 !important;
	}
	.landing-root .mr-md-0,
.landing-root .mx-md-0 {
		margin-right: 0 !important;
	}
	.landing-root .mb-md-0,
.landing-root .my-md-0 {
		margin-bottom: 0 !important;
	}
	.landing-root .ml-md-0,
.landing-root .mx-md-0 {
		margin-left: 0 !important;
	}
	.landing-root .m-md-1 {
		margin: 0.25rem !important;
	}
	.landing-root .mt-md-1,
.landing-root .my-md-1 {
		margin-top: 0.25rem !important;
	}
	.landing-root .mr-md-1,
.landing-root .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.landing-root .mb-md-1,
.landing-root .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.landing-root .ml-md-1,
.landing-root .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.landing-root .m-md-2 {
		margin: 0.5rem !important;
	}
	.landing-root .mt-md-2,
.landing-root .my-md-2 {
		margin-top: 0.5rem !important;
	}
	.landing-root .mr-md-2,
.landing-root .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.landing-root .mb-md-2,
.landing-root .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.landing-root .ml-md-2,
.landing-root .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.landing-root .m-md-3 {
		margin: 1rem !important;
	}
	.landing-root .mt-md-3,
.landing-root .my-md-3 {
		margin-top: 1rem !important;
	}
	.landing-root .mr-md-3,
.landing-root .mx-md-3 {
		margin-right: 1rem !important;
	}
	.landing-root .mb-md-3,
.landing-root .my-md-3 {
		margin-bottom: 1rem !important;
	}
	.landing-root .ml-md-3,
.landing-root .mx-md-3 {
		margin-left: 1rem !important;
	}
	.landing-root .m-md-4 {
		margin: 1.5rem !important;
	}
	.landing-root .mt-md-4,
.landing-root .my-md-4 {
		margin-top: 1.5rem !important;
	}
	.landing-root .mr-md-4,
.landing-root .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.landing-root .mb-md-4,
.landing-root .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.landing-root .ml-md-4,
.landing-root .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.landing-root .m-md-5 {
		margin: 3rem !important;
	}
	.landing-root .mt-md-5,
.landing-root .my-md-5 {
		margin-top: 3rem !important;
	}
	.landing-root .mr-md-5,
.landing-root .mx-md-5 {
		margin-right: 3rem !important;
	}
	.landing-root .mb-md-5,
.landing-root .my-md-5 {
		margin-bottom: 3rem !important;
	}
	.landing-root .ml-md-5,
.landing-root .mx-md-5 {
		margin-left: 3rem !important;
	}
	.landing-root .p-md-0 {
		padding: 0 !important;
	}
	.landing-root .pt-md-0,
.landing-root .py-md-0 {
		padding-top: 0 !important;
	}
	.landing-root .pr-md-0,
.landing-root .px-md-0 {
		padding-right: 0 !important;
	}
	.landing-root .pb-md-0,
.landing-root .py-md-0 {
		padding-bottom: 0 !important;
	}
	.landing-root .pl-md-0,
.landing-root .px-md-0 {
		padding-left: 0 !important;
	}
	.landing-root .p-md-1 {
		padding: 0.25rem !important;
	}
	.landing-root .pt-md-1,
.landing-root .py-md-1 {
		padding-top: 0.25rem !important;
	}
	.landing-root .pr-md-1,
.landing-root .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.landing-root .pb-md-1,
.landing-root .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.landing-root .pl-md-1,
.landing-root .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.landing-root .p-md-2 {
		padding: 0.5rem !important;
	}
	.landing-root .pt-md-2,
.landing-root .py-md-2 {
		padding-top: 0.5rem !important;
	}
	.landing-root .pr-md-2,
.landing-root .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.landing-root .pb-md-2,
.landing-root .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.landing-root .pl-md-2,
.landing-root .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.landing-root .p-md-3 {
		padding: 1rem !important;
	}
	.landing-root .pt-md-3,
.landing-root .py-md-3 {
		padding-top: 1rem !important;
	}
	.landing-root .pr-md-3,
.landing-root .px-md-3 {
		padding-right: 1rem !important;
	}
	.landing-root .pb-md-3,
.landing-root .py-md-3 {
		padding-bottom: 1rem !important;
	}
	.landing-root .pl-md-3,
.landing-root .px-md-3 {
		padding-left: 1rem !important;
	}
	.landing-root .p-md-4 {
		padding: 1.5rem !important;
	}
	.landing-root .pt-md-4,
.landing-root .py-md-4 {
		padding-top: 1.5rem !important;
	}
	.landing-root .pr-md-4,
.landing-root .px-md-4 {
		padding-right: 1.5rem !important;
	}
	.landing-root .pb-md-4,
.landing-root .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.landing-root .pl-md-4,
.landing-root .px-md-4 {
		padding-left: 1.5rem !important;
	}
	.landing-root .p-md-5 {
		padding: 3rem !important;
	}
	.landing-root .pt-md-5,
.landing-root .py-md-5 {
		padding-top: 3rem !important;
	}
	.landing-root .pr-md-5,
.landing-root .px-md-5 {
		padding-right: 3rem !important;
	}
	.landing-root .pb-md-5,
.landing-root .py-md-5 {
		padding-bottom: 3rem !important;
	}
	.landing-root .pl-md-5,
.landing-root .px-md-5 {
		padding-left: 3rem !important;
	}
	.landing-root .m-md-auto {
		margin: auto !important;
	}
	.landing-root .mt-md-auto,
.landing-root .my-md-auto {
		margin-top: auto !important;
	}
	.landing-root .mr-md-auto,
.landing-root .mx-md-auto {
		margin-right: auto !important;
	}
	.landing-root .mb-md-auto,
.landing-root .my-md-auto {
		margin-bottom: auto !important;
	}
	.landing-root .ml-md-auto,
.landing-root .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.landing-root .m-lg-0 {
		margin: 0 !important;
	}
	.landing-root .mt-lg-0,
.landing-root .my-lg-0 {
		margin-top: 0 !important;
	}
	.landing-root .mr-lg-0,
.landing-root .mx-lg-0 {
		margin-right: 0 !important;
	}
	.landing-root .mb-lg-0,
.landing-root .my-lg-0 {
		margin-bottom: 0 !important;
	}
	.landing-root .ml-lg-0,
.landing-root .mx-lg-0 {
		margin-left: 0 !important;
	}
	.landing-root .m-lg-1 {
		margin: 0.25rem !important;
	}
	.landing-root .mt-lg-1,
.landing-root .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.landing-root .mr-lg-1,
.landing-root .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.landing-root .mb-lg-1,
.landing-root .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.landing-root .ml-lg-1,
.landing-root .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.landing-root .m-lg-2 {
		margin: 0.5rem !important;
	}
	.landing-root .mt-lg-2,
.landing-root .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.landing-root .mr-lg-2,
.landing-root .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.landing-root .mb-lg-2,
.landing-root .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.landing-root .ml-lg-2,
.landing-root .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.landing-root .m-lg-3 {
		margin: 1rem !important;
	}
	.landing-root .mt-lg-3,
.landing-root .my-lg-3 {
		margin-top: 1rem !important;
	}
	.landing-root .mr-lg-3,
.landing-root .mx-lg-3 {
		margin-right: 1rem !important;
	}
	.landing-root .mb-lg-3,
.landing-root .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.landing-root .ml-lg-3,
.landing-root .mx-lg-3 {
		margin-left: 1rem !important;
	}
	.landing-root .m-lg-4 {
		margin: 1.5rem !important;
	}
	.landing-root .mt-lg-4,
.landing-root .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.landing-root .mr-lg-4,
.landing-root .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.landing-root .mb-lg-4,
.landing-root .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.landing-root .ml-lg-4,
.landing-root .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.landing-root .m-lg-5 {
		margin: 3rem !important;
	}
	.landing-root .mt-lg-5,
.landing-root .my-lg-5 {
		margin-top: 3rem !important;
	}
	.landing-root .mr-lg-5,
.landing-root .mx-lg-5 {
		margin-right: 3rem !important;
	}
	.landing-root .mb-lg-5,
.landing-root .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.landing-root .ml-lg-5,
.landing-root .mx-lg-5 {
		margin-left: 3rem !important;
	}
	.landing-root .p-lg-0 {
		padding: 0 !important;
	}
	.landing-root .pt-lg-0,
.landing-root .py-lg-0 {
		padding-top: 0 !important;
	}
	.landing-root .pr-lg-0,
.landing-root .px-lg-0 {
		padding-right: 0 !important;
	}
	.landing-root .pb-lg-0,
.landing-root .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.landing-root .pl-lg-0,
.landing-root .px-lg-0 {
		padding-left: 0 !important;
	}
	.landing-root .p-lg-1 {
		padding: 0.25rem !important;
	}
	.landing-root .pt-lg-1,
.landing-root .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.landing-root .pr-lg-1,
.landing-root .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.landing-root .pb-lg-1,
.landing-root .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.landing-root .pl-lg-1,
.landing-root .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.landing-root .p-lg-2 {
		padding: 0.5rem !important;
	}
	.landing-root .pt-lg-2,
.landing-root .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.landing-root .pr-lg-2,
.landing-root .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.landing-root .pb-lg-2,
.landing-root .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.landing-root .pl-lg-2,
.landing-root .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.landing-root .p-lg-3 {
		padding: 1rem !important;
	}
	.landing-root .pt-lg-3,
.landing-root .py-lg-3 {
		padding-top: 1rem !important;
	}
	.landing-root .pr-lg-3,
.landing-root .px-lg-3 {
		padding-right: 1rem !important;
	}
	.landing-root .pb-lg-3,
.landing-root .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.landing-root .pl-lg-3,
.landing-root .px-lg-3 {
		padding-left: 1rem !important;
	}
	.landing-root .p-lg-4 {
		padding: 1.5rem !important;
	}
	.landing-root .pt-lg-4,
.landing-root .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.landing-root .pr-lg-4,
.landing-root .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.landing-root .pb-lg-4,
.landing-root .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.landing-root .pl-lg-4,
.landing-root .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.landing-root .p-lg-5 {
		padding: 3rem !important;
	}
	.landing-root .pt-lg-5,
.landing-root .py-lg-5 {
		padding-top: 3rem !important;
	}
	.landing-root .pr-lg-5,
.landing-root .px-lg-5 {
		padding-right: 3rem !important;
	}
	.landing-root .pb-lg-5,
.landing-root .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.landing-root .pl-lg-5,
.landing-root .px-lg-5 {
		padding-left: 3rem !important;
	}
	.landing-root .m-lg-auto {
		margin: auto !important;
	}
	.landing-root .mt-lg-auto,
.landing-root .my-lg-auto {
		margin-top: auto !important;
	}
	.landing-root .mr-lg-auto,
.landing-root .mx-lg-auto {
		margin-right: auto !important;
	}
	.landing-root .mb-lg-auto,
.landing-root .my-lg-auto {
		margin-bottom: auto !important;
	}
	.landing-root .ml-lg-auto,
.landing-root .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.landing-root .m-xl-0 {
		margin: 0 !important;
	}
	.landing-root .mt-xl-0,
.landing-root .my-xl-0 {
		margin-top: 0 !important;
	}
	.landing-root .mr-xl-0,
.landing-root .mx-xl-0 {
		margin-right: 0 !important;
	}
	.landing-root .mb-xl-0,
.landing-root .my-xl-0 {
		margin-bottom: 0 !important;
	}
	.landing-root .ml-xl-0,
.landing-root .mx-xl-0 {
		margin-left: 0 !important;
	}
	.landing-root .m-xl-1 {
		margin: 0.25rem !important;
	}
	.landing-root .mt-xl-1,
.landing-root .my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.landing-root .mr-xl-1,
.landing-root .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.landing-root .mb-xl-1,
.landing-root .my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.landing-root .ml-xl-1,
.landing-root .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.landing-root .m-xl-2 {
		margin: 0.5rem !important;
	}
	.landing-root .mt-xl-2,
.landing-root .my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.landing-root .mr-xl-2,
.landing-root .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.landing-root .mb-xl-2,
.landing-root .my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.landing-root .ml-xl-2,
.landing-root .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.landing-root .m-xl-3 {
		margin: 1rem !important;
	}
	.landing-root .mt-xl-3,
.landing-root .my-xl-3 {
		margin-top: 1rem !important;
	}
	.landing-root .mr-xl-3,
.landing-root .mx-xl-3 {
		margin-right: 1rem !important;
	}
	.landing-root .mb-xl-3,
.landing-root .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.landing-root .ml-xl-3,
.landing-root .mx-xl-3 {
		margin-left: 1rem !important;
	}
	.landing-root .m-xl-4 {
		margin: 1.5rem !important;
	}
	.landing-root .mt-xl-4,
.landing-root .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.landing-root .mr-xl-4,
.landing-root .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.landing-root .mb-xl-4,
.landing-root .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.landing-root .ml-xl-4,
.landing-root .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.landing-root .m-xl-5 {
		margin: 3rem !important;
	}
	.landing-root .mt-xl-5,
.landing-root .my-xl-5 {
		margin-top: 3rem !important;
	}
	.landing-root .mr-xl-5,
.landing-root .mx-xl-5 {
		margin-right: 3rem !important;
	}
	.landing-root .mb-xl-5,
.landing-root .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.landing-root .ml-xl-5,
.landing-root .mx-xl-5 {
		margin-left: 3rem !important;
	}
	.landing-root .p-xl-0 {
		padding: 0 !important;
	}
	.landing-root .pt-xl-0,
.landing-root .py-xl-0 {
		padding-top: 0 !important;
	}
	.landing-root .pr-xl-0,
.landing-root .px-xl-0 {
		padding-right: 0 !important;
	}
	.landing-root .pb-xl-0,
.landing-root .py-xl-0 {
		padding-bottom: 0 !important;
	}
	.landing-root .pl-xl-0,
.landing-root .px-xl-0 {
		padding-left: 0 !important;
	}
	.landing-root .p-xl-1 {
		padding: 0.25rem !important;
	}
	.landing-root .pt-xl-1,
.landing-root .py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.landing-root .pr-xl-1,
.landing-root .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.landing-root .pb-xl-1,
.landing-root .py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.landing-root .pl-xl-1,
.landing-root .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.landing-root .p-xl-2 {
		padding: 0.5rem !important;
	}
	.landing-root .pt-xl-2,
.landing-root .py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.landing-root .pr-xl-2,
.landing-root .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.landing-root .pb-xl-2,
.landing-root .py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.landing-root .pl-xl-2,
.landing-root .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.landing-root .p-xl-3 {
		padding: 1rem !important;
	}
	.landing-root .pt-xl-3,
.landing-root .py-xl-3 {
		padding-top: 1rem !important;
	}
	.landing-root .pr-xl-3,
.landing-root .px-xl-3 {
		padding-right: 1rem !important;
	}
	.landing-root .pb-xl-3,
.landing-root .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.landing-root .pl-xl-3,
.landing-root .px-xl-3 {
		padding-left: 1rem !important;
	}
	.landing-root .p-xl-4 {
		padding: 1.5rem !important;
	}
	.landing-root .pt-xl-4,
.landing-root .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.landing-root .pr-xl-4,
.landing-root .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.landing-root .pb-xl-4,
.landing-root .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.landing-root .pl-xl-4,
.landing-root .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.landing-root .p-xl-5 {
		padding: 3rem !important;
	}
	.landing-root .pt-xl-5,
.landing-root .py-xl-5 {
		padding-top: 3rem !important;
	}
	.landing-root .pr-xl-5,
.landing-root .px-xl-5 {
		padding-right: 3rem !important;
	}
	.landing-root .pb-xl-5,
.landing-root .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.landing-root .pl-xl-5,
.landing-root .px-xl-5 {
		padding-left: 3rem !important;
	}
	.landing-root .m-xl-auto {
		margin: auto !important;
	}
	.landing-root .mt-xl-auto,
.landing-root .my-xl-auto {
		margin-top: auto !important;
	}
	.landing-root .mr-xl-auto,
.landing-root .mx-xl-auto {
		margin-right: auto !important;
	}
	.landing-root .mb-xl-auto,
.landing-root .my-xl-auto {
		margin-bottom: auto !important;
	}
	.landing-root .ml-xl-auto,
.landing-root .mx-xl-auto {
		margin-left: auto !important;
	}
}

.landing-root .text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.landing-root .text-justify {
	text-align: justify !important;
}

.landing-root .text-nowrap {
	white-space: nowrap !important;
}

.landing-root .text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.landing-root .text-left {
	text-align: left !important;
}

.landing-root .text-right {
	text-align: right !important;
}

.landing-root .text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.landing-root .text-sm-left {
		text-align: left !important;
	}
	.landing-root .text-sm-right {
		text-align: right !important;
	}
	.landing-root .text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.landing-root .text-md-left {
		text-align: left !important;
	}
	.landing-root .text-md-right {
		text-align: right !important;
	}
	.landing-root .text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.landing-root .text-lg-left {
		text-align: left !important;
	}
	.landing-root .text-lg-right {
		text-align: right !important;
	}
	.landing-root .text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.landing-root .text-xl-left {
		text-align: left !important;
	}
	.landing-root .text-xl-right {
		text-align: right !important;
	}
	.landing-root .text-xl-center {
		text-align: center !important;
	}
}

.landing-root .text-lowercase {
	text-transform: lowercase !important;
}

.landing-root .text-uppercase {
	text-transform: uppercase !important;
}

.landing-root .text-capitalize {
	text-transform: capitalize !important;
}

.landing-root .font-weight-light {
	font-weight: 300 !important;
}

.landing-root .font-weight-normal {
	font-weight: 400 !important;
}

.landing-root .font-weight-bold {
	font-weight: 700 !important;
}

.landing-root .font-italic {
	font-style: italic !important;
}

.landing-root .text-white {
	color: #fff !important;
}

.landing-root .text-primary {
	color: #174b82 !important;
}

.landing-root a.text-primary:hover,
.landing-root a.text-primary:focus {
	color: #0062cc !important;
}

.landing-root .text-secondary {
	color: #6c757d !important;
}

.landing-root a.text-secondary:hover,
.landing-root a.text-secondary:focus {
	color: #545b62 !important;
}

.landing-root .text-success {
	color: #28a745 !important;
}

.landing-root a.text-success:hover,
.landing-root a.text-success:focus {
	color: #1e7e34 !important;
}

.landing-root .text-info {
	color: #17a2b8 !important;
}

.landing-root a.text-info:hover,
.landing-root a.text-info:focus {
	color: #117a8b !important;
}

.landing-root .text-warning {
	color: #ffc107 !important;
}

.landing-root a.text-warning:hover,
.landing-root a.text-warning:focus {
	color: #d39e00 !important;
}

.landing-root .text-danger {
	color: #dc3545 !important;
}

.landing-root a.text-danger:hover,
.landing-root a.text-danger:focus {
	color: #bd2130 !important;
}

.landing-root .text-light {
	color: #f8f9fa !important;
}

.landing-root a.text-light:hover,
.landing-root a.text-light:focus {
	color: #dae0e5 !important;
}

.landing-root .text-dark {
	color: #343a40 !important;
}

.landing-root a.text-dark:hover,
.landing-root a.text-dark:focus {
	color: #1d2124 !important;
}

.landing-root .text-body {
	color: #212529 !important;
}

.landing-root .text-muted {
	color: #6c757d !important;
}

.landing-root .text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.landing-root .text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.landing-root .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.landing-root .visible {
	visibility: visible !important;
}

.landing-root .invisible {
	visibility: hidden !important;
}

@media print {
	.landing-root *,
.landing-root *::before,
.landing-root *::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.landing-root a:not(.btn) {
		text-decoration: underline;
	}
	.landing-root abbr[title]::after {
		content: " (" attr(title) ")";
	}
	.landing-root pre {
		white-space: pre-wrap !important;
	}
	.landing-root pre,
.landing-root blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	.landing-root thead {
		display: table-header-group;
	}
	.landing-root tr,
.landing-root img {
		page-break-inside: avoid;
	}
	.landing-root p,
.landing-root h2,
.landing-root h3 {
		orphans: 3;
		widows: 3;
	}
	.landing-root h2,
.landing-root h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	.landing-root body {
		min-width: 992px !important;
	}
	.landing-root .container {
		min-width: 992px !important;
	}
	.landing-root .navbar {
		display: none;
	}
	.landing-root .badge {
		border: 1px solid #000;
	}
	.landing-root .table {
		border-collapse: collapse !important;
	}
	.landing-root .table td,
.landing-root .table th {
		background-color: #fff !important;
	}
	.landing-root .table-bordered th,
.landing-root .table-bordered td {
		border: 1px solid #dee2e6 !important;
	}
	.landing-root .table-dark {
		color: inherit;
	}
	.landing-root .table-dark th,
.landing-root .table-dark td,
.landing-root .table-dark thead th,
.landing-root .table-dark tbody + tbody {
		border-color: #dee2e6;
	}
	.landing-root .table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

/* === style.css === */
/*
*******************************************
*******************************************

Template Name: OutCallerAI

Template URL: https://themescare.com/demos/robofume
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PRELOADER CSS
04 - RESPONSIVE MENU CSS
05 - BREADCRUMB CSS
06 - BTN TOP CSS
07 - PAGINATION CSS
08 - HEADER CSS
09 - HERO SECTION CSS
10 - COMPANIES SECTION CSS
11 - ABOUT SECTION CSS
12 - SERVICE SECTION CSS
13 - VIDEO SECTION CSS
14 - FUNFACT SECTION CSS
15 - TRIAL SECTION CSS
16 - PRICING SECTION CSS
17 - TESTIMONIAL SECTION CSS
18 - BLOG SECTION CSS
19 - SUBSCRIBE SECTION CSS
20 - FOOTER SECTION CSS
21 - ABOUT PAGE CSS
22 - TIMELINE CSS
23 - TEAM PAGE CSS
24 - PARTNER PAGE CSS
25 - PRIVACY PAGE CSS
26 - 404 PAGE CSS
27 - LOGIN PAGE CSS
28 - SERVICE DETAILS PAGE CSS
29 - PRODUCT PAGE CSS
30 - PRODUCT DETAILS PAGE CSS
31 - CART PAGE CSS
32 - CHECKOUT PAGE CSS
33 - BLOG PAGE CSS
34 - BLOG DETAILS PAGE CSS
35 - CONTACT PAGE CSS



*/

/*================================================
01 - IMPORTED CSS
==================================================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap");

/*================================================
02 - DEFAULT CSS
==================================================*/

/* Common Icon + Text Styling */
.landing-root .icon-with-text {
	display: flex;
	align-items: center;
	gap: 12px;
}

.landing-root .icon-with-text i,
.landing-root .icon-with-text .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
}

.landing-root body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.7;
	color: #3a505f;
}

.landing-root html,
.landing-root body {
	height: 100%;
}

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

.landing-root p {
	font-size: 15px;
	color: #3a505f;
	line-height: 26px;
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.landing-root .no-pad-left {
	padding-left: 0;
}

.landing-root .no-pad-right {
	padding-right: 0;
}

.landing-root .no-pad-all {
	padding: 0;
}

.landing-root .fix {
	overflow: hidden;
}

.landing-root h1,
.landing-root h2,
.landing-root h3,
.landing-root h4,
.landing-root h5,
.landing-root h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
}

.landing-root a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c;
}

.landing-root a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit;
}

.landing-root a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit;
}

.landing-root input:focus,
.landing-root textarea:focus,
.landing-root button:focus,
.landing-root select:focus {
	outline: medium none;
}

.landing-root :-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root ::-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root :-ms-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root ::-webkit-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root :-ms-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root ::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root :-ms-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root ::-webkit-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

.landing-root tbody,
.landing-root tfoot,
.landing-root thead,
.landing-root tr,
.landing-root th,
.landing-root td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.landing-root ul,
.landing-root ol {
	margin: 0;
	padding: 0;
}

.landing-root li {
	list-style-type: none;
}

.landing-root .theme-btn {
	position: relative;
	background: #174b82 none repeat scroll 0 0;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 12px 65px 12px 30px;
	text-transform: capitalize;
	border-radius: 30px;
	overflow: hidden;
}

.landing-root .theme-btn span {
	position: absolute;
	height: 33px;
	width: 33px;
	right: 9px;
	top: 9px;
	background-color: white;
	color: #174b82;
	text-align: center;
	line-height: 35px;
	padding: 0;
	border-radius: 50%;
}

.landing-root .theme-btn-white {
	position: relative;
	background: #fff none repeat scroll 0 0;
	color: #174b82;
	font-weight: 500;
	display: inline-block;
	padding: 12px 65px 12px 30px;
	text-transform: capitalize;
	border-radius: 30px;
	overflow: hidden;
}

.landing-root .theme-btn-white span {
	position: absolute;
	height: 33px;
	width: 33px;
	right: 9px;
	top: 9px;
	background-color: #174b82;
	color: #fff;
	text-align: center;
	line-height: 35px;
	padding: 0;
	border-radius: 50%;
}

.landing-root .theme-btn:hover {
	background: #0056b3 none repeat scroll 0 0;
	color: #fff;
}

.landing-root .theme-btn-white:hover {
	background: #0056b3 none repeat scroll 0 0;
	color: #fff;
}

.landing-root .btn-watch-demo {
	transition: all 0.3s ease;
}

.landing-root .btn-watch-demo:hover {
	background-color: #174b82 !important;
	color: #fff !important;
	border-color: #174b82 !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(23, 75, 130, 0.3);
}

.landing-root .section-title {
	margin-bottom: 50px;
}

.landing-root .section-para {
	margin-bottom: 50px;
}

.landing-root .section-title h2 {
	font-size: 44px;
	font-weight: 700;
	color: #1c2045;
	text-transform: capitalize;
}

/* Section title underline styles removed */

.landing-root .section-para p {
	color: #111;
	font-weight: 500;
	font-size: 16px;
}

.landing-root .section_100 {
	padding: 100px 0;
}

.landing-root .section_t_100 {
	padding-top: 100px;
}

.landing-root .section_b_100 {
	padding-bottom: 100px;
}

.landing-root .section_70 {
	padding: 70px 0;
}

.landing-root .section_t_70 {
	padding-top: 70px;
}

.landing-root .section_b_70 {
	padding-bottom: 70px;
}

.landing-root .section_50 {
	padding: 50px 0;
}

.landing-root .section_t_50 {
	padding-top: 50px;
}

.landing-root .section_b_50 {
	padding-bottom: 50px;
}

.landing-root .section_15 {
	padding: 15px 0;
}

.landing-root .pad-right {
	padding-right: 0;
}

.landing-root .section_t_100 {
	padding-top: 100px;
}

.landing-root .section_b_70 {
	padding-bottom: 70px;
}

.landing-root .section_70 {
	padding: 70px 0;
}

.landing-root .section_b_80 {
	padding-bottom: 80px;
}

/*================================================
03 - PRELOADER CSS
==================================================*/

.landing-root #preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #174b82;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-root .preload-content {
	z-index: 100;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	max-width: 90%;
}

.landing-root .preloader-text {
	color: #ffffff;
	font-size: clamp(13px, 3.5vw, 18px);
	font-weight: 400;
	margin-top: clamp(20px, 4vw, 30px);
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 1.5;
	max-width: 400px;
	padding: 0 10px;
}

.landing-root #dream-load {
	width: clamp(50px, 12vw, 70px);
	height: clamp(50px, 12vw, 70px);
	border-radius: 50%;
	border: 3px;
	border-style: solid;
	border-color: transparent;
	border-top-color: rgba(255, 255, 255, 0.5);
	-webkit-animation: dreamrotate 2400ms linear infinite;
	animation: dreamrotate 2400ms linear infinite;
	z-index: 999;
	position: relative;
	flex-shrink: 0;
}

.landing-root #dream-load:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	border-radius: 50%;
	border: 3px;
	border-style: solid;
	border-color: transparent;
	border-top-color: rgba(255, 255, 255, 0.5);
	-webkit-animation: dreamrotate 2700ms linear infinite;
	animation: dreamrotate 2700ms linear infinite;
}

.landing-root #dream-load:after {
	content: "";
	position: absolute;
	top: 28%;
	left: 28%;
	right: 28%;
	bottom: 28%;
	border-radius: 50%;
	border: 3px;
	border-style: solid;
	border-color: transparent;
	border-top-color: rgba(255, 255, 255, 0.5);
	-webkit-animation: dreamrotate 1800ms linear infinite;
	animation: dreamrotate 1800ms linear infinite;
}

@-webkit-keyframes dreamrotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dreamrotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*================================================
04 - RESPONSIVE MENU CSS
==================================================*/

/* Mobile Menu Styling */
.landing-root .slicknav_menu {
	display: none;
}

.landing-root .slicknav_nav {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	margin-top: 10px;
	padding: 20px 0;
}

.landing-root .slicknav_nav a {
	color: #1c2045 !important;
	font-weight: 500;
	padding: 10px 25px;
	transition: all 0.3s ease;
	position: relative;
}

.landing-root .slicknav_nav a:hover {
	color: #003d6a !important;
	background: rgba(0, 61, 106, 0.05);
	padding-left: 30px;
}

.landing-root .slicknav_nav .slicknav_row {
	padding: 10px 25px;
	color: #1c2045;
	font-weight: 500;
	transition: all 0.3s ease;
}

.landing-root .slicknav_nav .slicknav_row:hover {
	color: #003d6a;
	background: rgba(0, 61, 106, 0.05);
	padding-left: 30px;
}

.landing-root .slicknav_nav ul {
	margin: 0;
	padding: 0;
}

.landing-root .slicknav_nav ul li {
	margin: 0;
	padding: 0;
}

.landing-root .slicknav_nav ul li a {
	padding-left: 40px;
	font-size: 14px;
}

.landing-root .slicknav_nav .slicknav_arrow {
	color: #1c2045;
	font-size: 12px;
	margin-right: 10px;
}

.landing-root .slicknav_nav a:hover .slicknav_arrow {
	color: #003d6a;
}

.landing-root .slicknav_btn {
	background: transparent !important;
	border: 2px solid #fff !important;
	border-radius: 8px !important;
	padding: 8px 12px !important;
	transition: all 0.3s ease !important;
}

.landing-root .slicknav_btn:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	transform: scale(1.05);
}

.landing-root .slicknav_icon {
	margin: 0 !important;
}

.landing-root .slicknav_icon-bar {
	background: #fff !important;
	height: 2px !important;
	margin: 3px 0 !important;
	border-radius: 1px !important;
	transition: all 0.3s ease !important;
}

.landing-root .header-area.fixed-header .slicknav_btn {
	border-color: #111 !important;
}

.landing-root .header-area.fixed-header .slicknav_icon-bar {
	background: #111 !important;
}

/* Mobile menu animation */
.landing-root .slicknav_nav {
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.landing-root .slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0;
}

.landing-root .slicknav_icon-bar {
	height: 2px !important;
	margin: 5px 0;
	width: 28px !important;
}

.landing-root .slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.landing-root .fixed-header .slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}

/*================================================
05 - BREADCRUMB CSS
==================================================*/

.landing-root .breadcrumb-area {
	padding: 190px 0 140px;
	background: #f1eeff;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	bottom: -5px;
	margin-top: -110px;
}

.landing-root .breadcrumb-shape {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 10px;
	background: -webkit-linear-gradient(45deg, #003d6a 30%, #003d6a 100%);
	background: linear-gradient(45deg, #003d6a 30%, #003d6a 100%);
}

.landing-root .breadcrumb-shape:before {
	left: 0px;
	border-left: 14vw solid #f1eeff;
	border-right: 0px solid #f1eeff;
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 26px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 1;
	width: 0;
}

.landing-root .breadcrumb-shape:after {
	right: 0px;
	border-right: 85vw solid #f1eeff;
	border-left: 0px solid white;
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 120px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 1;
	width: 100%;
}

.landing-root .breadcrumb-area:before {
	left: 0px;
	border-left: 15vw solid #fff;
	border-right: 0px solid white;
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 32px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 1;
	width: 0;
}

.landing-root .breadcrumb-area:after {
	right: 0px;
	border-right: 87vw solid #fff;
	border-left: 0px solid white;
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 114px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 1;
	width: 100%;
}

.landing-root .breadcrumb-inn h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.landing-root .breadcrumb-inn h2 span:after {
	background-color: #3a1bc6;
}

.landing-root .breadcrumb-inn .section-title {
	margin: 0;
}

/*================================================
06 - BTN TOP CSS
==================================================*/

.landing-root .btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.landing-root .btntoTop {
	background-color: #003d6a;
	border-radius: 50%;
	bottom: 40px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.landing-root .btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .btntoTop.active:hover {
	background: #8668eb none repeat scroll 0 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.landing-root .btntoTop.active.btntoTop:hover:before {
	color: #fff;
}

/*================================================
07 - PAGINATION CSS
==================================================*/

.landing-root .pagination-box-row {
	text-align: center;
}

.landing-root .pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px;
}

.landing-root .pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.landing-root .pagination li {
	display: inline-block;
	margin-right: 5px;
}

.landing-root .pagination li:last-child {
	margin-right: 0;
}

.landing-root .pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff;
}

.landing-root .pagination li.active a {
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #003d6a;
}

.landing-root .pagination li.active a:hover {
	border: 1px solid #003d6a;
}

.landing-root .pagination li a:hover {
	border: 1px solid #ddd;
}

/*================================================
08 - HEADER CSS
==================================================*/

.landing-root .header-area {
	position: relative;
	z-index: 99;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.landing-root .main-menu ul li {
	position: relative;
	display: inline-block;
	margin: 0 13px;
	padding: 35px 0;
	transition: all 0.3s ease;
}

.landing-root .main-menu ul li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease;
	position: relative;
}

.landing-root .main-menu ul li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	transition: width 0.3s ease;
}

.landing-root .main-menu ul li a:hover:after {
	width: 100%;
}

.landing-root .main-menu ul li.dropdown:before {
	position: absolute;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	right: -14px;
	top: 51%;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
	color: #fff;
	transition: all 0.3s ease;
}

.landing-root .main-menu ul li:hover.dropdown:before {
	transform: translateY(-51%) rotate(180deg);
}

.landing-root .main-menu ul li a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.landing-root .main-menu ul li ul {
	position: absolute;
	top: 130%;
	left: 0;
	width: 220px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: medium none;
	transform: translateY(-10px);
}

.landing-root .main-menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 90%;
	transform: translateY(0);
}

.landing-root .main-menu ul li ul li {
	display: block;
	padding: 0;
	margin: 2px 0;
	transition: all 0.3s ease;
}

.landing-root .main-menu ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 25px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	color: #1c2045;
	transition: all 0.3s ease;
	position: relative;
}

.landing-root .main-menu ul li ul li a:after {
	display: none;
}

.landing-root .main-menu ul li ul li a:hover {
	color: #003d6a;
	background: rgba(0, 61, 106, 0.05);
	padding-left: 30px;
}

.landing-root .right-bar-icon li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding: 35px 0;
	transition: all 0.3s ease;
}

.landing-root .right-bar-icon li:last-child {
	margin-right: 0;
}

.landing-root .right-bar-icon li a {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	position: relative;
	transition: all 0.3s ease;
}

.landing-root .right-bar-icon li a:hover {
	color: #fff;
	transform: scale(1.1);
}

.landing-root .search-toggle {
	font-size: 16px !important;
}

.landing-root .cart-icon span {
	position: absolute;
	right: -8px;
	top: -3px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
	background-color: #2044cb;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.landing-root .fixed-header {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	-webkit-animation: 300ms ease-in-out fadeInDown;
	animation: 300ms ease-in-out fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.landing-root .header-area.fixed-header .main-menu > .menu-box > ul > li {
	padding: 25px 0;
}

.landing-root .header-area.fixed-header .right-bar-icon li {
	padding: 25px 0;
}

.landing-root .header-area.fixed-header .main-menu > .menu-box > ul > li > a {
	color: #111;
}

.landing-root .header-area.fixed-header .main-menu > .menu-box > ul > li.dropdown:before {
	color: #111;
}

.landing-root .header-area.fixed-header .right-bar-icon li a {
	color: #111;
}

.landing-root .header-area.fixed-header .main-menu ul > .menu-box li a:hover,
.landing-root .header-area.fixed-header .right-bar-icon li a:hover {
	color: #003d6a;
}

.landing-root .logo-area.scroll-show-logo {
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

/* Logo image sizing */
.landing-root .logo-area img {
	max-height: 60px;
	width: auto;
	object-fit: contain;
	transition: all 0.3s ease;
}

.landing-root .header-area.fixed-header .logo-area img {
	max-height: 50px;
}

.landing-root .footer-logo img {
	max-height: 60px;
	width: auto;
	object-fit: contain;
}

.landing-root .header-area.fixed-header .logo-area.scroll-hide-logo {
	display: none;
}

.landing-root .header-area.fixed-header .logo-area.scroll-show-logo {
	display: block;
}

.landing-root .search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.landing-root .search-overlay .search-overlay-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.landing-root .search-overlay .search-overlay-layer:nth-child(1) {
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.landing-root .search-overlay .search-overlay-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}

.landing-root .search-overlay .search-overlay-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.9s ease-in-out 0.6s;
	transition: all 0.9s ease-in-out 0.6s;
}

.landing-root .search-overlay .search-overlay-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all 0.9s ease-in-out 1.5s;
	transition: all 0.9s ease-in-out 1.5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.landing-root .search-overlay .search-overlay-close .search-overlay-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.landing-root .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.landing-root .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.landing-root .search-overlay .search-overlay-close:hover .search-overlay-close-line {
	background: #003d6a;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-root .search-overlay .search-overlay-form {
	-webkit-transition: all 0.9s ease-in-out 1.4s;
	transition: all 0.9s ease-in-out 1.4s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 500px;
}

.landing-root .search-overlay .search-overlay-form form {
	position: relative;
}

.landing-root .search-overlay .search-overlay-form form .input-search {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 30px;
	color: #111;
	padding: 3px 0 0 25px;
}

.landing-root .search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search::-moz-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search::placeholder {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	letter-spacing: 0.5px;
	color: #111;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus::-moz-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form .input-search:focus::placeholder {
	color: transparent;
}

.landing-root .search-overlay .search-overlay-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	color: #fff;
	height: 50px;
	border-radius: 50%;
	background-color: #003d6a;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: none;
	font-size: 20px;
	line-height: 45px;
}

.landing-root .search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.landing-root .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.landing-root .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.landing-root .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

/*================================================
09 - HERO SECTION CSS
==================================================*/

.landing-root .hero-section {
	position: relative;
	overflow: hidden;
	background: #003d6a none repeat scroll 0 0;
	height: 890px;
	padding-top: 220px;
	margin-top: -110px;
	z-index: 1;
}

.landing-root .hero-section .hero-shape1 {
	position: absolute;
	top: 65%;
	left: 2%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear;
	z-index: 1;
}

.landing-root .hero-section .hero-shape2 {
	position: absolute;
	top: 30%;
	left: 38%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
	z-index: 1;
}

.landing-root .hero-section .hero-shape3 {
	position: absolute;
	top: 54%;
	left: 35%;
	-webkit-animation: animationFramesOne 10s linear infinite;
	animation: animationFramesOne 10s linear infinite;
	z-index: 1;
}

.landing-root .hero-section .hero-shape4 {
	position: absolute;
	top: 20%;
	left: 7%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
	z-index: 1;
}

.landing-root .hero-section .hero-shape5 {
	position: absolute;
	right: 8%;
	z-index: 1;
	top: 16%;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.landing-root .hero-section .hero-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1028px;
	z-index: 0;
	pointer-events: none;
}

.landing-root .hero-section .hero-bg img {
	max-width: unset;
}

.landing-root .hero-section > .container {
	position: relative;
	z-index: 2;
}

.landing-root .hero-left {
	position: relative;
	z-index: 1;
	/* Keeps headline copy in the lighter area of the diagonal hero graphic */
	padding-top: clamp(48px, 6vh, 80px);
	padding-right: clamp(24px, 7vw, 96px);
	max-width: 100%;
}

.landing-root .hero-left h2,
.landing-root .hero-left h1 {
	font-weight: 700;
	color: #1c2045;
	font-size: clamp(24px, 1.9vw + 12px, 38px);
	line-height: 1.24;
	margin-bottom: 0;
	max-width: min(100%, 460px);
}

.landing-root .hero-left h2 span,
.landing-root .hero-left h1 span {
	display: block;
	position: relative;
	z-index: 1;
}

/* Underline styles removed */

.landing-root .hero-right {
	position: relative;
	z-index: 1;
}

.landing-root .hero-right > img {
	width: 90%;
	border-radius: 30px;
}

.landing-root .hero-dot-shape {
	width: 230px;
	position: absolute;
	left: -70px;
	bottom: -55px;
	z-index: -1;
}

.landing-root .hero-dot-shape img {
	width: 100%;
}

@-webkit-keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@media (max-width: 1600px) {
	.landing-root .hero-section .hero-bg {
		left: -15%;
	}
	.landing-root .hero-section .hero-bg img {
		height: 890px;
	}
	.landing-root .hero-section .hero-bg {
		height: 890px;
	}
}

@media (max-width: 1200px) {
	.landing-root .hero-section {
		height: 840px;
	}
	.landing-root .hero-section .hero-bg {
		height: 840px;
		left: -18%;
	}
	.landing-root .hero-section .hero-bg img {
		height: 840px;
	}
}

@media (max-width: 991px) {
	.landing-root .hero-section {
		height: 840px;
	}
	.landing-root .hero-section .hero-bg {
		height: 840px;
		left: -26%;
	}
	.landing-root .hero-section .hero-bg img {
		height: 840px;
	}
}

@media (max-width: 768px) {
	.landing-root .hero-section {
		height: 840px;
	}
	.landing-root .hero-section .hero-bg {
		right: -120%;
	}
}

@media (max-width: 640px) {
	.landing-root .hero-section .hero-bg {
		left: -45%;
	}
	.landing-root .hero-section .hero-bg {
		left: -52%;
	}
}

@media (max-width: 576px) {
	.landing-root .hero-section .hero-bg {
		left: -50%;
	}
}

@media (max-width: 480px) {
	.landing-root .hero-section {
		height: 840px;
	}
	.landing-root .hero-section .hero-bg {
		left: -100%;
	}
}

/*================================================
10 - COMPANIES SECTION CSS
==================================================*/

.landing-root .companies-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Dividers for the "Trusted / Explore / Stats" block */
.landing-root .companies-section.explore-how {
	position: relative;
	z-index: 3;
	/* Pull up slightly to hide the hero-shape seam line */
	margin-top: -46px;
	padding-top: 50px;
}

.landing-root .explore-how .companies-left {
	padding-right: 24px;
	margin-right: 24px;
	border-right: 1px solid #d4dbe6;
}

@media (max-width: 991px) {
	.landing-root .explore-how .companies-left {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #d4dbe6;
	}
}

.landing-root .single-com-slider {
	width: 140px;
	text-align: center;
	padding: 0 15px;
}

/* Ensure all client logos appear at a consistent size */
.landing-root .single-com-slider img {
	height: 110px;
	width: auto;
	display: inline-block;
	object-fit: contain;
}

.landing-root .single-com-slider img.logo-hospital {
	height: 200px;
	width: auto;
	max-width: none;
}

.landing-root .single-com-slider a {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.landing-root .single-com-slider a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.landing-root .companies-left h4 {
	color: #1c2045;
	font-weight: 700;
	font-size: 26px;
}

/*================================================
10.5 - FEATURES SECTION CSS
==================================================*/

.landing-root .features-section {
	position: relative;
	overflow: hidden;
}

.landing-root .feature-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transform: translateY(0);
	transition:
		transform 0.4s ease,
		box-shadow 0.4s ease;
}

.landing-root .feature-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.landing-root .feature-screenshot img {
	transition: transform 0.4s ease;
}

.landing-root .feature-card:hover .feature-screenshot img {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.landing-root .feature-card {
		margin-bottom: 30px;
	}
}

/*================================================
10.6 - FAQ SECTION CSS
==================================================*/

.landing-root .faq-section {
	position: relative;
}

.landing-root .faq-question:hover {
	color: #174b82 !important;
}

.landing-root .faq-item.active .faq-question {
	color: #174b82;
}

.landing-root .faq-answer p {
	margin: 0;
}

@media (max-width: 768px) {
	.landing-root .faq-title {
		font-size: 36px !important;
	}

	.landing-root .faq-question {
		font-size: 16px !important;
		padding: 15px 0 !important;
	}

	.landing-root .faq-question span {
		padding-right: 10px;
	}
}

/*================================================
11 - ABOUT SECTION CSS
==================================================*/

.landing-root .about-section {
	background: #eef3fa none repeat scroll 0 0;
	position: relative;
	scroll-margin-top: 90px;
}

.landing-root .about-top-shape {
	position: absolute;
	top: 0;
	left: 0;
}

.landing-root .about-bottom-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-root .about-left h3 {
	font-size: 44px;
	font-weight: 700;
	color: #1c2045;
	margin-bottom: 20px;
}

.landing-root .about-right img {
	border-radius: 10px;
}

.landing-root .about-top .about-left {
	padding-right: 5%;
}

.landing-root .about-bottom .about-left {
	padding-left: 5%;
}

/*================================================
12 - SERVICE SECTION CSS
==================================================*/

.landing-root .service-page .section-title {
	text-align: center;
}

.landing-root .service-box {
	margin-top: 30px;
	padding: 40px;
	background: #fff none repeat scroll 0 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: 400px;
	display: flex;
	flex-direction: column;
}

.landing-root .service-box p {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-box:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../img/service-paternt.png) no-repeat;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 120px;
	height: 150px;
}

.landing-root .service-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003d6a;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-icon:after {
	position: absolute;
	content: "";
	/* top: -5px; */
	left: -5px;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #003d6a;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-icon [class^="flaticon-"]:before,
.landing-root .service-icon [class*=" flaticon-"]:before,
.landing-root [class^="flaticon-"]:after,
.landing-root .service-icon [class*=" flaticon-"]:after {
	font-size: 50px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-icon-bottom {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #f6f5f9;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-icon-bottom [class^="flaticon-"]:before,
.landing-root .service-icon-bottom [class*=" flaticon-"]:before,
.landing-root [class^="flaticon-"]:after,
.landing-root .service-icon-bottom [class*=" flaticon-"]:after {
	font-size: 90px;
	line-height: 1em;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-title {
	margin: 25px 0 20px 0;
}

.landing-root .service-title h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .service-desc {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.landing-root .service-desc .btn-simple {
	display: inline-block;
	font-weight: 500;
	color: #1c2045;
	letter-spacing: 1px;
	margin-top: auto;
}

.landing-root .service-desc .btn-simple:hover {
	color: #003d6a;
}

.landing-root .service-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 0;
	height: 100%;
	background-color: #003d6a;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.landing-root .service-box.active:after {
	width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.landing-root .service-box.active.service-icon {
	color: #fff;
}

.landing-root .service-box.active .service-icon:after {
	border: 1px solid #fff;
}

.landing-root .service-box.active .service-icon-bottom {
	color: #7c61f5;
}

.landing-root .service-box.active .service-title h3,
.landing-root .service-box.active p,
.landing-root .service-box.active .service-desc .btn-simple {
	color: #fff;
}

.landing-root .service-box.active:before {
	z-index: 1;
}

.landing-root .service-box.active .service-icon-bottom {
	z-index: 1;
}

.landing-root .service-box.active .service-icon {
	color: #fff;
}

.landing-root .service-box.active .service-desc {
	position: relative;
	z-index: 111;
}

/* Service Section Styles */
.landing-root .service-section .row {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}

.landing-root .service-section .col-lg-4 {
	margin-top: 30px;
}

/* Service Box Styles */
.landing-root .service-icon {
	margin-bottom: 25px;
	height: 60px;
	display: flex;
	align-items: center;
}

.landing-root .service-icon img {
	max-width: 60px;
	max-height: 60px;
}

.landing-root .service-title {
	margin-bottom: 20px;
	min-height: 70px;
	display: flex;
	align-items: center;
}

.landing-root .service-title h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
}

.landing-root .service-desc {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.landing-root .service-desc p {
	margin-bottom: 20px;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.landing-root .service-desc .btn-simple {
	align-self: flex-start;
	margin-top: auto;
}

/* Hero Section Styles */
.landing-root .hero-left p {
	margin-bottom: 40px;
}

.landing-root .hero-left .hero-subline {
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
	color: #3d4a5c;
	margin-top: 2rem;
	margin-bottom: 0;
	max-width: 38em;
}

/*================================================
13 - VIDEO SECTION CSS
==================================================*/

.landing-root .video-section {
	position: relative;
	z-index: 1;
	padding-top: 60px !important;
	padding-bottom: 80px;
	overflow: visible;
	background-color: #fff;
}

.landing-root .video-pattern {
	position: absolute;
	top: 15%;
	left: 16%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(2000%) hue-rotate(195deg)
		brightness(0.4);
	-webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(2000%)
		hue-rotate(195deg) brightness(0.4);
}

.landing-root .video-pattern img {
	display: block;
	width: 100%;
	height: auto;
}

.landing-root .video-section .video-bg-shape {
	background-color: transparent;
	background-image: -webkit-linear-gradient(150deg, #fff 0%, #fff 100%);
	background-image: linear-gradient(-60deg, #fff 0%, #fff 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

.landing-root .video-bg-shape:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 250px solid transparent;
	border-left: 3000px solid #003d6a;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;
}

.landing-root .video-section .section-title {
	text-align: center;
	width: 60%;
	margin: 0 auto 20px;
	padding-top: 0;
}

.landing-root .video-section .section-title p {
	color: #003d6a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

.landing-root .video-section .section-title h2 {
	color: #003d6a;
	margin-top: 15px;
}

.landing-root .video-section .section-title h2 span:after {
	background-color: #3a1bc6;
}

.landing-root .video-holder {
	margin-top: 10px;
}

.landing-root .video-inn {
	width: 75%;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 1;
}

.landing-root .video-inn video {
	position: relative;
	display: block;
}

/* Fix fullscreen positioning - video should break out of container */
.landing-root video:-webkit-full-screen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 999999 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	object-fit: contain !important;
}

.landing-root video:-moz-full-screen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 999999 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	object-fit: contain !important;
}

.landing-root video:fullscreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 999999 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	object-fit: contain !important;
}

.landing-root .video-inn img {
	border-radius: 5px;
}

.landing-root .video-inn .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 32px;
	background: #fff;
	border-radius: 50%;
	color: #003d6a;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	z-index: 9;
}

.landing-root .video-inn .play-video i {
	margin-left: 5px;
}

.landing-root .video-inn .play-video .flaticon-play:before {
	font-size: 34px;
}

.landing-root .video-inn:hover .play-video {
	background: #fff;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/*================================================
14 - FUNFACT SECTION CSS
==================================================*/

.landing-root .choose-section {
	position: relative;
	background-color: #fff;
}

.landing-root .choose-shape-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.landing-root .choose-section .container {
	position: relative;
	z-index: 1;
}

.landing-root .choose-left .section-title {
	margin-bottom: 30px;
}

.landing-root .choose-left {
	padding-right: 10%;
}

.landing-root .choose-left ul {
	margin-top: 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.landing-root .choose-left ul li {
	color: #2c2c2d;
	font-weight: 600;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
}

.landing-root .choose-left ul li i {
	color: #4a90e2;
	transition: all 0.3s ease;
	min-width: 20px;
	display: flex;
	align-items: center;
}

.landing-root .choose-left ul li:hover {
	transform: translateX(5px);
}

.landing-root .choose-left ul li:hover i {
	transform: scale(1.2);
}

/* Audio Sample Box */
.landing-root .audio-sample-box {
	margin-top: 30px;
}

/* New Audio Player Card Design */
.landing-root .audio-player-card {
	display: inline-flex;
	flex-direction: column;
	background: linear-gradient(135deg, #1c2045 0%, #2d3a6e 100%);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 8px 30px rgba(28, 32, 69, 0.3);
	min-width: 240px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.landing-root .audio-player-card:hover {
	box-shadow: 0 12px 40px rgba(28, 32, 69, 0.4);
	transform: translateY(-3px);
}

.landing-root .audio-player-card.playing {
	box-shadow: 0 12px 40px rgba(23, 75, 130, 0.5);
}

.landing-root .audio-player-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.landing-root .audio-flag-img {
	width: 24px;
	height: auto;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.landing-root .audio-click-label {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.landing-root .audio-player-body {
	display: flex;
	align-items: center;
	gap: 12px;
}

.landing-root .audio-play-btn {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.landing-root .audio-play-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: scale(1.05);
}

.landing-root .audio-play-btn.playing {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

.landing-root .audio-play-btn i {
	font-size: 12px;
	margin-left: 2px;
}

.landing-root .audio-play-btn.playing i {
	margin-left: 0;
}

.landing-root .audio-play-btn.playing i:before {
	content: "\f04c";
}

/* Audio Progress Bar */
.landing-root .audio-progress-container {
	flex: 1;
	padding: 0 8px;
}

.landing-root .audio-progress-bar {
	width: 100%;
	height: 6px;
	background: #3a4568;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.landing-root .audio-progress-fill {
	width: 0%;
	height: 100%;
	background: #a7a9a8;
	border-radius: 3px;
	transition: width 0.1s linear;
	position: relative;
}

/* Audio Time Display */
.landing-root .audio-time {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Courier New", monospace;
	min-width: 42px;
	text-align: right;
}

/* Legacy support for old cards if needed */
.landing-root .audio-sample-card {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	border-radius: 50px;
	padding: 12px 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	gap: 12px;
	transition: all 0.3s ease;
}

.landing-root .audio-sample-card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.landing-root .audio-flag {
	font-size: 24px;
	line-height: 1;
}

.landing-root .audio-label {
	font-size: 16px;
	font-weight: 500;
	color: #1c2045;
}

.landing-root .choose-box {
	text-align: center;
	padding: 40px;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}

.landing-root .choose-box:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../img/service-paternt.png) no-repeat;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 120px;
	height: 150px;
	border-top-left-radius: 10px;
}

.landing-root .choose-right .col-lg-6:nth-child(2n + 1) {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.landing-root .choose-icon {
	font-size: 34px;
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	background: rgba(161, 141, 253, 0.17);
	line-height: 70px;
	border-radius: 10px;
	color: #003d6a;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .choose-icon-bottom {
	position: absolute;
	right: 10px;
	bottom: -7px;
	color: #f6f5f9;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 58px;
	height: auto;
}

.landing-root .choose-box h2 {
	margin: 15px 0 5px;
	font-weight: 700;
	color: #111;
	font-size: 36px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .choose-box p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .choose-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 0;
	height: 100%;
	background-color: #003d6a;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
	border-radius: 10px;
}

.landing-root .choose-box:hover:after {
	width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.landing-root .choose-box:hover:before {
	z-index: 1;
}

.landing-root .choose-box:hover .choose-icon-bottom {
	z-index: 1;
	color: #7c61f5;
}

.landing-root .choose-box p {
	position: relative;
	z-index: 9;
}

.landing-root .choose-box:hover .choose-icon {
	background: #fff none repeat scroll 0 0;
	color: #003d6a;
}

.landing-root .choose-box:hover h2,
.landing-root .choose-box:hover p {
	color: #fff;
}

/*================================================
15 - TRIAL SECTION CSS
==================================================*/

.landing-root .trial-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.landing-root .trial-section:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 100vw solid #003d6a;
	border-left: 0px solid #003d6a;
	bottom: 0px;
	border-top: 90px solid #fff;
	border-bottom: 0px solid transparent;
}

.landing-root .trial-box {
	text-align: center;
	padding-top: 50px;
}

.landing-root .trial-box .section-title {
	margin-bottom: 0;
}

.landing-root .trial-box h2 {
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: capitalize;
}

.landing-root .trial-box h2 span:after {
	background-color: #3a1bc6;
}

.landing-root .trial-box p {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	margin: 25px 0;
}

/*================================================
16 - PRICING SECTION CSS
==================================================*/

.landing-root .pricing-section .section-title {
	text-align: center;
}

.landing-root .pricing-section .section-title h2 {
	z-index: 1;
	position: relative;
}

.landing-root .check_toggle {
	text-align: center;
}

.landing-root .single-price-box {
	padding-top: 38px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	margin-top: 30px;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.landing-root .pricing-section .checkbox {
	display: none;
}

.landing-root .pricing-section .switch {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	background-color: gray;
	border-radius: 500px;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 165px;
	margin: 0;
	text-align: center;
}

.landing-root .pricing-section .check_toggle [type="checkbox"]:not(:checked) + label:after,
.landing-root .pricing-section .check_toggle [type="checkbox"]:checked + label:after {
	display: none;
}

.landing-root .pricing-section .check_toggle [type="checkbox"]:not(:checked) + label:before,
.landing-root .pricing-section .check_toggle [type="checkbox"]:checked + label:before {
	display: none;
}

.landing-root .pricing-section .check_toggle [type="checkbox"]:not(:checked) + label,
.landing-root .pricing-section .check_toggle [type="checkbox"]:checked + label {
	padding: 0;
}

.landing-root .pricing-section .checkbox:checked ~ .switch {
	background: #003d6a none repeat scroll 0 0;
}

.landing-root .pricing-section .checkbox:not(:checked) ~ .switch {
	background: #003d6a none repeat scroll 0 0;
}

.landing-root .pricing-section .check_toggle {
	margin-top: 30px;
}

.landing-root .pricing-section .switch__left,
.landing-root .pricing-section .switch__right {
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 48px;
	line-height: 45px;
	width: 100%;
	letter-spacing: 1px;
}

.landing-root .pricing-section .switch__left {
	left: 6px;
}

.landing-root .pricing-section .switch__right {
	left: -6px;
}

.landing-root .pricing-section .checkbox:checked ~ .switch .switch__left {
	visibility: hidden;
}

.landing-root .pricing-section .checkbox:not(:checked) ~ .switch .switch__right {
	visibility: hidden;
}

.landing-root .pricing-section .switch__circle {
	height: 45px;
	padding: 5px;
	position: absolute;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	width: 45px;
}

.landing-root .pricing-section .checkbox:checked ~ .switch .switch__circle {
	right: 0;
	left: calc(100% - 45px);
}

.landing-root .pricing-section .checkbox:not(:checked) ~ .switch .switch__circle {
	right: calc(100% - 45px);
	left: 0;
}

.landing-root .pricing-section .switch__circle-inner {
	background-color: white;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
}

.landing-root .priceHide {
	display: none;
}

.landing-root .pricing-type {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .pricing-head .price {
	font-size: 60px;
	line-height: normal;
	color: #003d6a;
	font-weight: 500;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .pricing-head .price .dollar-sign {
	font-size: 36px;
	color: #003d6a;
	font-weight: 400;
	position: absolute;
	left: -20px;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .pricing-head .price .per-time {
	font-size: 18px;
	color: #1c2045;
	font-weight: 500;
	margin-left: -15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .pricing-body ul {
	margin-top: 15px;
}

.landing-root .pricing-body ul li {
	line-height: 2.4;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .pricing-body ul li.off-price {
	color: #cbcbcb;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .hidden-charge {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #777b92;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.landing-root .single-price-box.active,
.landing-root .single-price-box:hover {
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
}

.landing-root .single-price-box.active .pricing-type,
.landing-root .single-price-box:hover .pricing-type {
	color: #fff;
}

.landing-root .single-price-box.active .pricing-head .price,
.landing-root .single-price-box.active .pricing-head .price .dollar-sign,
.landing-root .single-price-box.active .pricing-head .price .per-time {
	color: #fff;
}

.landing-root .single-price-box:hover .pricing-head .price,
.landing-root .single-price-box:hover .pricing-head .price .dollar-sign,
.landing-root .single-price-box:hover .pricing-head .price .per-time {
	color: #fff;
}

.landing-root .single-price-box.active .pricing-body ul li.off-price,
.landing-root .single-price-box:hover .pricing-body ul li.off-price {
	color: #a694f8;
}

.landing-root .single-price-box.active .hidden-charge,
.landing-root .single-price-box:hover .hidden-charge {
	color: #fff;
}

.landing-root .single-price-box.active .theme-btn,
.landing-root .single-price-box:hover .theme-btn {
	background: #fff none repeat scroll 0 0;
	color: #003d6a;
}

.landing-root .single-price-box.active .theme-btn span,
.landing-root .single-price-box:hover .theme-btn span {
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
}

.landing-root .single-price-box.active .theme-btn:hover,
.landing-root .single-price-box:hover .theme-btn:hover {
	background: #4b2be3 none repeat scroll 0 0;
	color: #fff;
}

/*================================================
17 - TESTIMONIAL SECTION CSS
==================================================*/

.landing-root .testimonial-section {
	position: relative;
	background: url(../img/testimonial-bg.png) no-repeat scroll center center;
}

.landing-root .testimonial-section .section-title h2 span {
	z-index: 1;
}

.landing-root .testimonial-section .section-title {
	text-align: center;
}

.landing-root .testimonial-slider {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.landing-root .client-image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.landing-root .client-image img {
	border-radius: 50%;
}

.landing-root .testimonial-body {
	margin-top: 30px;
}

.landing-root .testimonial-body p {
	font-size: 16px;
	line-height: 1.7;
	color: #111;
}

.landing-root .testimonial-meta {
	margin-top: 20px;
}

.landing-root .testimonial-meta h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}

.landing-root .testimonial-meta ul {
	margin-top: 10px;
}

.landing-root .testimonial-meta ul li {
	display: inline-block;
	font-size: 18px;
	color: #f9ae19;
	margin: 0 1px;
}

.landing-root .testimonial-pos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: auto;
	text-align: center;
}

.landing-root .testimonial-pos h3 {
	margin-bottom: 0;
	font-size: 100px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 21px;
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	line-height: 1;
	display: inline-block;
	color: #040e21;
}

.landing-root .testimonial-slider .owl-nav {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.landing-root .testimonial-slider .owl-prev {
	position: absolute;
	left: -7%;
	top: 45%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #003d6a !important;
	color: #003d6a !important;
}

.landing-root .testimonial-slider .owl-next {
	position: absolute;
	right: -7%;
	top: 45%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #003d6a !important;
	color: #003d6a !important;
}

.landing-root .testimonial-slider:hover .owl-nav {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*================================================
18 - BLOG SECTION CSS
==================================================*/

.landing-root .blog-section {
	background: #003d6a none repeat scroll 0 0;
}

.landing-root .blog-section .section-title h2 {
	z-index: 1;
	position: relative;
	color: #ffffff;
}

.landing-root .blog-section .section-para p {
	color: #ffffff;
}

.landing-root .blog-item {
	background: #ffffff;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-top: 30px;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 61, 106, 0.1);
}

.landing-root .blog-item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.landing-root .blog-image {
	padding: 10px 10px 0px 10px;
}

.landing-root .blog-image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	height: 213px;
	object-fit: cover;
	object-position: center;
}

.landing-root .blog-desc {
	padding: 30px;
}

.landing-root .meta-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}

.landing-root .author-round {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.landing-root .meta-image .tags {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
}

.landing-root .meta-image .tags h4 {
	color: #1c2045;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.landing-root .meta-image .tags h4 span {
	font-weight: 600;
}

.landing-root .meta-image .tags h5 {
	color: #003d6a;
	font-size: 16px;
	font-weight: 600;
}

.landing-root .blog-text a h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.75px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .blog-text a h3:hover {
	color: #003d6a;
}

/*================================================
19 - SUBSCRIBE SECTION CSS
==================================================*/

.landing-root .subscribe-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.landing-root .subscribe-section:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 100vw solid #003d6a;
	border-left: 0px solid #003d6a;
	bottom: 0px;
	border-top: 90px solid #eef3fa;
	border-bottom: 0px solid transparent;
}

.landing-root .subscribe-section.innser_subscribe:after {
	border-right: 100vw solid #003d6a;
	border-left: 0px solid #003d6a;
	border-top: 90px solid #fff;
}

.landing-root .subscribe-box {
	text-align: center;
	padding-top: 40px;
}

.landing-root .subscribe-box h2 {
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: capitalize;
}

.landing-root .subscribe-box p {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	margin: 25px 0;
}

.landing-root .subscribe-section .section-title {
	margin-bottom: 0;
}

.landing-root .subscribe-box h2 span:after {
	background-color: #3a1bc6;
}

.landing-root .subscribe-box form {
	width: 50%;
	margin: 30px auto 0;
	position: relative;
	height: 55px;
	background: #fff;
	border-radius: 30px;
}

.landing-root .subscribe-box form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: medium none;
	padding: 10px 20px;
}

.landing-root .subscribe-box form button {
	position: absolute;
	height: 45px;
	width: auto;
	right: 7px;
	top: 5px;
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
	text-align: center;
	line-height: 35px;
	padding: 0;
	border-radius: 30px;
	border: medium none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .subscribe-box form button:hover {
	background: #4b2be3 none repeat scroll 0 0;
	color: #fff;
}

/*================================================
20 - FOOTER SECTION CSS
==================================================*/

/* Contact Info Styling */
.landing-root .contact-info li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.landing-root .contact-info li i,
.landing-root .contact-info li span {
	min-width: 16px;
	display: flex;
	align-items: center;
	color: #003d6a;
}

.landing-root .contact-info li a,
.landing-root .contact-info li p {
	font-size: 15px;
	color: #3a505f;
	transition: all 0.3s ease;
}

.landing-root .footer-wrapper {
	background-color: #fff;
}

.landing-root .footer-top {
	padding-top: 40px;
	padding-bottom: 25px;
}

.landing-root .footer-logo {
	margin-bottom: 15px;
}

.landing-root .single-footer {
	margin-bottom: 20px;
}

.landing-root .single-footer h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.landing-root .footer-social {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.landing-root .footer-social li {
	display: inline-block;
}

.landing-root .footer-social li a {
	font-size: 18px !important;
}

.landing-root .footer-social li a.tw {
	color: #00aced;
}

.landing-root .footer-social li a.fb {
	color: #007bb6;
}

.landing-root .footer-social li a.gp {
	color: #f04b3f;
}

.landing-root .footer-social li a.pin {
	color: #cb2027;
}

.landing-root .footer-social li a.ln {
	color: #007bb6;
}

.landing-root .footer-social li a.ig {
	color: #007bb6;
}

.landing-root .single-footer p {
	font-size: 14px;
}

.landing-root .single-footer > ul li {
	line-height: 2.5;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.landing-root .single-footer > ul li a {
	font-size: 15px;
	color: #3a505f;
	transition: all 0.3s ease;
}

.landing-root .single-footer > ul li a:hover {
	padding-left: 5px;
	color: #003d6a;
}

.landing-root .single-footer > ul li > span {
	font-weight: 600;
	color: #1c2045;
	margin-right: 15px;
	min-width: 16px;
	display: flex;
	align-items: center;
}

/* Footer Links Styling */
.landing-root .footer-links {
	margin-top: 15px;
}

.landing-root .footer-links p {
	margin-bottom: 10px;
}

.landing-root .footer-links p a {
	font-size: 18px;
	color: #3a505f;
	transition: all 0.3s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

.landing-root .footer-links p a:hover {
	color: #003d6a;
	transform: translateX(5px);
}

.landing-root .footer-links p a i {
	font-size: 16px;
	color: #003d6a;
}

.landing-root .copyright {
	padding: 15px 0;
	border-top: 2px solid rgba(0, 61, 106, 0.1);
	margin-top: 30px;
	position: relative;
}

.landing-root .copyright:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 2px;
	background: #003d6a;
}

.landing-root .copyright p {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

.landing-root .copyright p span {
	font-weight: 600;
	color: #1c2045;
}

/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.landing-root .about-page-section .section-title {
	text-align: center;
}

.landing-root .about-page-left h2 {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ababab;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.landing-root .about-page-left span.mark-text {
	font-size: 230px;
	line-height: 0.7;
	font-weight: 900;
	margin: 0 5px -5px -5px;
	color: #1c2045;
}

.landing-root .about-page-text .btn-simple {
	display: inline-block;
	font-weight: 500;
	color: #003d6a;
	letter-spacing: 1px;
}

.landing-root .single-about-post {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 30px;
	border-radius: 20px;
}

.landing-root .about-post-image {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.landing-root .about-post-image:after {
	background: -webkit-linear-gradient(top, transparent 0%, black 100%);
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	border-radius: 20px;
	-webkit-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
}

.landing-root .about-post-image img {
	border-radius: 20px;
}

.landing-root .about-post-text {
	position: absolute;
	bottom: 35px;
	z-index: 1;
	text-align: center;
	width: 100%;
}

.landing-root .about-post-text h3 {
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 34px;
	color: #fff;
	padding: 0 10px;
}

.landing-root .single-about-post:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

/*================================================
22 - TIMELINE CSS
==================================================*/

.landing-root .timeline-area {
	background: #eef3fa none repeat scroll 0 0;
	position: relative;
}

.landing-root .tl-caption > p {
	background: #003d6a none repeat scroll 0 0;
	border: 18px solid #4b2be3;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	padding: 28px 15px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

.landing-root .ui-timline-left .ui-timeline:before {
	left: 0;
}

.landing-root .ui-timline-left .ui-timeline .tl-item .tl-caption {
	margin-left: -55px;
}

.landing-root .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
	left: auto;
	right: 15px;
	color: #777;
}

.landing-root .ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.landing-root .ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	z-index: 0;
}

.landing-root .ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px;
}

.landing-root .ui-timeline .tl-item:before {
	display: none;
	content: "";
}

.landing-root .ui-timeline .tl-item .tl-caption {
	width: 140px;
	height: 140px;
	margin-left: -107px;
}

.landing-root .ui-timeline .tl-item.alt {
	text-align: right;
}

.landing-root .ui-timeline .tl-item.alt:before {
	display: none;
}

.landing-root .ui-timeline .tl-item.alt:after {
	content: "";
	display: block;
	width: 50%;
}

.landing-root .ui-timeline .tl-item.alt .tl-body .tl-entry {
	margin: 0 36px 35px 0;
}

.landing-root .ui-timeline .tl-item.alt .tl-body .tl-time {
	right: -220px;
	left: auto;
	text-align: left;
}

.landing-root .ui-timeline .tl-item.alt .tl-body .tl-icon {
	right: -48px;
	left: auto;
}

.landing-root .ui-timeline .tl-item.alt .tl-body .tl-content:after {
	right: -16px;
	left: auto;
	border: 8px solid transparent;
	border-left: 8px solid rgba(255, 255, 255, 0.9);
	border-top: 8px solid rgba(255, 255, 255, 0.9);
}

.landing-root .ui-timeline .tl-item .tl-body {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-entry {
	position: relative;
	margin: 0 0 35px 36px;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
	background-color: #daa106;
	border-color: #daa106;
	padding: 10px 12px;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-time {
	z-index: 1;
	position: absolute;
	left: auto;
	right: 15px;
	top: 0;
	width: 150px;
	color: #777;
	line-height: 35px;
	text-align: right;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-time {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	left: -220px;
	right: auto;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-icon {
	background: #4b2be3 none repeat scroll 0 0;
	border: 7px solid #003d6a;
	border-radius: 50%;
	height: 25px;
	left: -48px;
	position: absolute;
	top: 0;
	width: 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .ui-timeline .tl-item .tl-body .tl-content {
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.landing-root .ui-timline-container {
	width: 80%;
	margin: 0 auto;
}

.landing-root .ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.landing-root .ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0px;
	content: "";
	position: absolute;
	left: 50%;
	top: 30px;
	width: 1px;
	z-index: 0;
}

.landing-root .ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px;
}

.landing-root .ui-timeline .tl-item:before {
	display: none;
	content: "";
}

.landing-root .ui-timeline .tl-item .tl-body .tl-icon {
	left: -48px;
}

.landing-root .ui-timeline .tl-item:before {
	display: block;
	width: 50%;
}

.landing-root .tl-content .tl-tile {
	color: #1c2045;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 5px;
}

.landing-root .tl-content .tl-date {
	display: inline-block;
	font-weight: 600;
	color: #003d6a;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 10px;
}

.landing-root .ui-timeline .tl-item:hover .tl-icon {
	background: #8d75fc none repeat scroll 0 0;
	border: 7px solid #4b2be3;
}

/*================================================
23 - TEAM PAGE CSS
==================================================*/

.landing-root .team-section .section-title {
	text-align: center;
}

.landing-root .team-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
	background: #ffffff;
	padding: 0;
}

.landing-root .team-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

.landing-root .team-item .image {
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.landing-root .team-item .image .social {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.landing-root .team-item .image .social li {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	display: inline-block;
}

.landing-root .team-item .image .social li:last-child {
	margin-bottom: 0;
}

.landing-root .team-item .image .social li a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #003d6a;
	border-radius: 30px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.landing-root .team-item .image .social li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}

.landing-root .team-item .image .social li a:hover {
	color: #ffffff;
	background-color: #4b2be3;
}

.landing-root .team-item .image .social li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.landing-root .team-item .image .social li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.landing-root .team-item .image .social li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.landing-root .team-item .image .social li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.landing-root .team-item .image .content {
	position: absolute;
	background: #003d6a;
	box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
	width: 90%;
	bottom: -130px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	text-align: center;
	padding: 35px 30px 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin: 0 auto;
	display: block;
	-webkit-transform: translate(5%, 0);
	transform: translate(5%, 0);
}

.landing-root .team-item .image img {
	border-radius: 20px;
}

.landing-root .team-item .image .content h3 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}

.landing-root .team-item .image .content span {
	display: block;
	color: #ffffff;
	font-size: 16px;
	margin-top: 8px;
}

.landing-root .team-item:hover .image .social li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.landing-root .team-item:hover .image .content {
	bottom: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 30px 30px 0 0;
}

.landing-root .team-item:hover .image .social {
	bottom: 105px;
}

/*================================================
24 - PARTNER PAGE CSS
==================================================*/

.landing-root .partners-section .section-title {
	text-align: center;
	margin-bottom: 20px;
}

.landing-root .sponsor-box-item {
	text-align: center;
	margin-top: 30px;
}

.landing-root .sponsor-box li {
	display: inline-block;
	margin: 0px 15px;
	width: 21%;
}

.landing-root .sponsor-box li a {
	display: block;
	padding: 20px;
	background: #f2f5fe none repeat scroll 0 0;
	border-radius: 5px;
}

.landing-root .sponsor-box li img {
	width: 140px;
}

/*================================================
25 - PRIVACY PAGE CSS
==================================================*/

.landing-root .privacy-inn {
	width: 95%;
	margin: 0 auto;
}

.landing-root .privacy-block {
	margin-top: 50px;
}

.landing-root .privacy-block h3 {
	font-size: 28px;
	font-weight: 600;
	color: #1c2045;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.landing-root .privacy-block p {
	margin: 15px 0 0;
}

.landing-root .privacy-block ul {
	margin-top: 30px;
	padding-left: 30px;
}

.landing-root .privacy-block ul li {
	margin: 12px 0;
	position: relative;
}

.landing-root .privacy-block ul li:after {
	position: absolute;
	content: "";
	top: 45%;
	left: -25px;
	height: 3px;
	width: 15px;
	background: #003d6a none repeat scroll 0 0;
}

.landing-root .privacy-block ul li span {
	color: #1c2045;
	font-weight: 600;
	margin-right: 10px;
}

/*================================================
26 - 404 PAGE CSS
==================================================*/

.landing-root .error-page-header-area {
	padding-top: 10px;
}

.landing-root .error-page-logo-right {
	text-align: right;
}

.landing-root .error-page-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80vh;
	text-align: center;
}

.landing-root .error_bg {
	background: url(../img/404-bg.png) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center center;
	display: inline-block;
	font-weight: 800;
	font-size: 140px;
	position: relative;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.landing-root .error-page-box h4 {
	color: #1c2045;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.landing-root .error-page-box p {
	width: 38%;
	margin: 0 auto;
}

/*================================================
27 - LOGIN PAGE CSS
==================================================*/

.landing-root .login {
	position: relative;
}

.landing-root .login:before {
	content: "";
	margin-left: -48%;
	background-image: url(../img/login-shape.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.landing-root .login-section .col-lg-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

.landing-root .login-text {
	padding-top: 20px;
}

.landing-root .login-slide-item {
	width: 60%;
}

.landing-root .login-text h2 {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	margin-top: 30px;
}

.landing-root .login-right {
	padding-left: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.landing-root .login-form {
	margin-top: 50px;
	width: 65%;
}

.landing-root .login-form h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #1c2045;
	text-transform: capitalize;
}

.landing-root .login-form p {
	margin-top: 10px;
}

.landing-root .login-form p input {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	font-size: 14px;
}

.landing-root .login-form p button {
	width: 100%;
	display: block;
	cursor: pointer;
	border: medium none;
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
	font-weight: 500;
	padding: 13px 20px;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .login-form p button:hover {
	background: #4b2be3 none repeat scroll 0 0;
}

.landing-root .login-action {
	margin-top: 50px;
}

.landing-root .login-action p:last-child a {
	color: #111;
	font-weight: 500;
}

.landing-root .login-policy > p {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-top: 0;
}

.landing-root .login-action p {
	margin: 0;
	font-size: 14px;
}

.landing-root .login-policy > p:last-child {
	border-right: 0px;
}

.landing-root .login-left {
	overflow: hidden;
}

.landing-root .login-text .owl-dots {
	margin-top: 30px;
	padding-left: 20%;
}

.landing-root .login-text .owl-dots span {
	width: 10px;
	height: 10px;
	background: #003d6a none repeat scroll 0 0;
	display: inline-block;
	margin: 0 4px;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .login-text .owl-dots .active span {
	width: 25px;
	background: #fff none repeat scroll 0 0;
}

.landing-root .custom-checkbox {
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 15px !important;
	margin-bottom: 25px;
}

.landing-root .custom-checkbox input[type="checkbox"] {
	position: absolute;
	left: -3000px;
}

.landing-root .custom-checkbox input[type="checkbox"]:checked + label {
	color: #111;
}

.landing-root .custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox {
	background-color: #003d6a;
	border: medium none;
}

.landing-root .custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.landing-root .custom-checkbox label {
	font-size: 14px;
	color: #3a505f;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
}

.landing-root .custom-checkbox label a {
	color: #003d6a;
	font-weight: 500;
}

.landing-root .custom-checkbox .checkbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
	border: 1px solid #ddd;
}

.landing-root .custom-checkbox .checkbox:before {
	position: absolute;
	content: "";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 13px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	transform: translate(-50%, -50%) scale(1.1, 1.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*================================================
28 - SERVICE DETAILS PAGE CSS
==================================================*/

.landing-root .single-service-left-widget {
	margin-bottom: 50px;
}

.landing-root .single-service-left-widget li {
	border-bottom: 0px solid #fff;
	margin-bottom: 7px;
}

.landing-root .single-service-left-widget li:last-child {
	margin-bottom: 0;
}

.landing-root .single-service-left-widget li a {
	background: #eef3fa none repeat scroll 0 0;
	border-left: 5px solid #f7f7f7;
	color: #1c2045;
	display: block;
	font-weight: 500;
	padding: 10px 20px;
	text-transform: capitalize;
	border-radius: 30px;
}

.landing-root .single-service-left-widget li a:hover,
.landing-root .single-service-left-widget ul li.active > a {
	background: #003d6a none repeat scroll 0 0;
	border-left: 5px solid #1c2045;
	color: #fff;
}

.landing-root .single-service-left-widget li a i {
	float: right;
	font-size: 20px;
	margin-top: 2px;
}

.landing-root .broucher-item {
	margin: 10px 0;
	position: relative;
}

.landing-root .broucher-item i {
	color: #ffff;
	font-size: 18px;
	height: 30px;
	left: 14px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 30px;
	border-radius: 50%;
}

.landing-root .widget-title {
	margin-bottom: 25px;
}

.landing-root .widget-title h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .broucher-item .theme-btn {
	display: block;
	padding: 12px 65px 12px 55px;
}

.landing-root .page-banner {
	padding: 30px;
	background: url(../img/carrer_bg.jpg) no-repeat scroll 0 0 / cover;
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 10px;
}

.landing-root .page-banner > h3 {
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.landing-root .page-banner p {
	color: #fff;
	line-height: 24px;
}

.landing-root .page-banner h4 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	margin: 20px 0;
}

.landing-root .page-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(112, 82, 251, 0.9) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 10px;
}

.landing-root .service-details-text {
	margin-top: 30px;
}

.landing-root .service-details-text h3 {
	color: #1c2045;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0.75px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 15px;
}

.landing-root .service-details-text h4 {
	color: #1c2045;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.75px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 15px;
}

.landing-root .service-details-text p {
	margin: 10px 0 0;
}

.landing-root .service-works-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing-root .service-works-item .service-works-icon {
	text-align: center;
	margin-right: 20px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	width: 50px;
}

.landing-root .service-works-item .service-works-info {
	width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.landing-root .service-works-info h5 {
	color: #1c2045;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

/*================================================
29 - PRODUCT PAGE CSS
==================================================*/

.landing-root .product-item {
	margin-bottom: 30px;
}

.landing-root .product-image img {
	width: 100%;
}

.landing-root .product-text {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-root .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.landing-root .product-text h3 {
	font-size: 22px;
	color: #1c2045;
	letter-spacing: 0px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-weight: 600;
}

.landing-root .product-text h3 a {
	color: #1c2045;
}

.landing-root .product-text h3 a:hover {
	color: #003d6a;
}

.landing-root .product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #eee;
	line-height: 44px;
	font-size: 16px;
	color: #003d6a;
	border-radius: 5px;
}

.landing-root .product-action a:hover {
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #003d6a;
}

/*================================================
30 - PRODUCT DETAILS PAGE CSS
==================================================*/

.landing-root .product-details-image {
	text-align: center;
	background: #eef3fa none repeat scroll 0 0;
	border-radius: 5px;
	padding: 30px;
}

.landing-root .product-details-text h3 {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 600;
	color: #1c2045;
	text-transform: capitalize;
}

.landing-root .tour-rating {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.landing-root .product-details-text .tour-rating ul {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
}

.landing-root .product-details-text .tour-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #1c2045;
	font-weight: 500;
	text-transform: capitalize;
}

.landing-root .tour-rating ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}

.landing-root .tour-rating ul li i {
	color: #ffa11a;
}

.landing-root .single-pro-page-para {
	margin: 20px 0;
}

.landing-root .single-shop-price > p {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: 0;
	color: #1c2045;
}

.landing-root .single-shop-price p span {
	color: #003d6a;
	margin-left: 10px;
}

.landing-root .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 20px;
}

.landing-root .quantity p {
	margin-right: 10px;
	color: #1c2045;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
}

.landing-root .num-block {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.landing-root .skin-2 .num-in {
	background: #eef3fa none repeat scroll 0 0;
	border-radius: 25px;
	height: 40px;
	width: 110px;
	float: left;
}

.landing-root .skin-2 .num-in span {
	width: 40%;
	display: block;
	height: 40px;
	float: left;
	position: relative;
}

.landing-root .skin-2 .num-in span:before,
.landing-root .skin-2 .num-in span:after {
	content: "";
	position: absolute;
	background-color: #111;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
}

.landing-root .skin-2 .num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.landing-root .skin-2 .num-in input {
	float: left;
	width: 20%;
	height: 40px;
	border: none;
	text-align: center;
	background: #eef3fa none repeat scroll 0 0;
	color: #111;
}

.landing-root .single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.landing-root .single-shop-page-btn ul {
	margin-left: 30px;
}

.landing-root .single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px;
}

.landing-root .single-shop-page-btn ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 15px;
	color: #003d6a;
	border: 1px solid #003d6a;
}

.landing-root .related-product-section .section-title {
	text-align: center;
}

/*================================================
31 - CART PAGE CSS
==================================================*/

.landing-root .table-content table {
	background: #ffffff;
	border-color: #eaedff;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.landing-root .table-content table th {
	border: medium none;
	color: #1c2045;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	border-top: 0px !important;
}

.landing-root .table-content table td.product-name {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.landing-root .table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 16px;
}

.landing-root .table-content table th,
.landing-root .table-content table td {
	border-bottom: 1px solid #eaedff;
	border-right: 1px solid #eaedff;
}

.landing-root .product-quantity input {
	border: none;
	color: #6f7172;
	font-size: 14px;
	font-weight: normal;
	border: 0;
}

.landing-root .table td,
.landing-root .table th {
	border-top: 1px solid #eaedff;
}

.landing-root .product-quantity > input {
	width: 80px;
	border-radius: 3px;
}

.landing-root .table-content table td.product-subtotal {
	font-size: 16px;
}

.landing-root .table-content table td .cart-plus-minus {
	float: none;
	margin: 0 auto;
}

.landing-root .coupon-all {
	margin-top: 50px;
}

.landing-root .coupon {
	float: left;
	position: relative;
	border: 2px solid #eaedff;
	height: 55px;
	width: 450px;
	border-radius: 30px;
}

.landing-root #coupon_code {
	border: 0px solid #eaedff;
	padding: 0 15px;
	margin-right: 10px;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.landing-root .coupon button {
	position: absolute;
	right: 0;
	top: 0;
	border: medium none;
	cursor: pointer;
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .coupon2 {
	float: right;
}

.landing-root .cart-page-total {
	padding-top: 50px;
}

.landing-root .cart-page-total > h2 {
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.landing-root .cart-page-total > ul {
	border: 1px solid #eaedff;
}

.landing-root .cart-page-total > ul > li {
	list-style: none;
	font-size: 15px;
	color: #1c2045;
	padding: 10px 30px;
	border-bottom: 1px solid #eaedff;
	font-weight: 600;
}

.landing-root .cart-page-total ul > li > span {
	float: right;
	color: #585858;
	font-weight: 400;
}

.landing-root .cart-page-total li:last-child {
	border-bottom: 0;
}

.landing-root td.product-thumbnail img {
	width: 125px;
	border-radius: 10px;
}

.landing-root .cart-area h3 {
	color: #1c2045;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	text-transform: capitalize;
}

.landing-root .product-name a,
.landing-root .product-price,
.landing-root .amount,
.landing-root .product-remove a {
	color: #1c2045;
}

.landing-root .product-name a:hover {
	color: #003d6a;
}

.landing-root .product-quantity .num-block {
	float: none;
}

.landing-root .product-quantity .skin-2 .num-in {
	float: none;
	margin: 0 auto;
}

.landing-root .subscribe-box form button {
	position: absolute;
	height: 45px;
	width: auto;
	right: 7px;
	top: 5px;
	background: #003d6a none repeat scroll 0 0;
	color: #fff;
	text-align: center;
	line-height: 35px;
	padding: 0;
	border-radius: 30px;
	border: medium none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root button.theme-btn {
	border: medium none;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .cart-action {
	text-align: right;
	margin-top: 30px;
}

/*================================================
32 - CHECKOUT PAGE CSS
==================================================*/

.landing-root .checkout-left-box h3,
.landing-root .order-summury-box h3 {
	color: #1c2045;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	text-transform: capitalize;
}

.landing-root .checkout-left-box form {
	padding: 15px 30px 30px 30px;
	background: #eef3fa none repeat scroll 0 0;
	border-radius: 30px;
}

.landing-root .checkout-left-box form .checkout-form {
	margin-top: 15px;
}

.landing-root .checkout-left-box form label {
	color: #000;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.landing-root .checkout-left-box form input {
	width: 100%;
	padding: 5px 15px;
	height: 47px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .checkout-left-box form textarea {
	width: 100%;
	padding: 5px 15px;
	height: 120px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .checkout-left-box form input:focus,
.landing-root .checkout-left-box form textarea:focus {
	border: 1px solid #8668eb;
}

.landing-root .booking-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.landing-root .booking-payment .payment input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.landing-root .booking-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #111;
	font-weight: 500;
	font-size: 15px;
	font-weight: 500;
}

.landing-root .booking-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #aaaaaa;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border 0.25s linear;
	-webkit-transition: border 0.25s linear;
}

.landing-root .booking-payment .payment .check:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.landing-root input[type="radio"]:checked ~ .check {
	border: 3px solid #003d6a;
}

.landing-root input[type="radio"]:checked ~ .check:before {
	background: #003d6a;
}

.landing-root input[type="radio"]:checked ~ label {
	color: #003d6a;
}

.landing-root .payment img {
	float: right;
	margin-top: 15px;
}

.landing-root .payment p {
	font-size: 15px;
}

.landing-root .booking-right .action-btn {
	text-align: right;
	margin-top: 30px;
}

.landing-root .summury-inn {
	padding: 20px;
	background: #eef3fa none repeat scroll 0 0;
	border-radius: 30px;
}

.landing-root .order-summury-box table {
	width: 100%;
}

.landing-root .order-summury-box table tr {
	border-bottom: 1px solid #ddd;
}

.landing-root .order-summury-box table td {
	padding: 10px 0;
	color: #111;
	font-weight: 600;
	font-size: 14px;
}

/*================================================
33 - BLOG PAGE CSS
==================================================*/

.landing-root .blog-item-box {
	margin-bottom: 30px;
}

.landing-root .blog_info .blog-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

.landing-root .blog_info .blog-img img {
	width: 100%;
	height: 100%;
}

.landing-root .blog_info .blog-detail {
	width: 100%;
	margin: 0;
	padding: 50px;
	border: 2px solid #f5f8fa;
}

.landing-root .blog-page-left .other_info {
	padding-top: 5px;
	margin-bottom: 20px;
}

.landing-root .other_info {
	width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.landing-root .blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-root .other_info figure {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%;
	display: inline-block;
}

.landing-root .other_info figure img {
	border-radius: 50%;
}

.landing-root .blog-meta h4 {
	font-size: 16px;
	font-weight: 500;
	color: #111;
}

.landing-root .other_info label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #111;
}

.landing-root .other_info label a {
	color: #111;
}

.landing-root .blog-page-left .other_info label {
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	margin-left: 20px;
}

.landing-root .other_info label i {
	margin-right: 5px;
	color: #003d6a;
}

.landing-root .blog-detail p {
	margin: 0 0 15px;
}

.landing-root .blog-page-left .theme-btn {
	margin-top: 20px;
	position: relative;
	top: 5px;
}

.landing-root .blog-detail h3 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 28px;
	color: #1c2045;
}

.landing-root .blog-detail h3 a {
	color: #1c2045;
}

.landing-root .blog-page-left .pagination-box-row {
	text-align: left;
}

.landing-root aside .widget {
	margin-bottom: 30px;
	padding: 35px 25px 35px 25px;
	border: 2px solid #f5f8fa;
	overflow: hidden;
}

.landing-root aside .widget:last-child {
	margin-bottom: 0;
}

.landing-root .widget-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1;
	color: #1c2045;
	font-weight: 600;
}

.landing-root .slidebar__form {
	position: relative;
}

.landing-root .slidebar__form input {
	background: #f5f8fa;
	border: none;
	width: 100%;
	padding: 18px 30px;
}

.landing-root .slidebar__form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #003d6a none repeat scroll 0 0;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
}

.landing-root .widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}

.landing-root .widget-social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #003d6a;
	color: #003d6a;
	margin: 0 3px;
}

.landing-root .widget-social a:hover {
	background: #003d6a;
	color: #ffffff;
	border-color: #003d6a;
}

.landing-root .cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.landing-root .cat__list li:last-child {
	border: medium none;
}

.landing-root .cat__list li a {
	color: #1c2045;
}

.landing-root .cat__list li a:hover,
.landing-root .cat__list li a span:hover {
	color: #003d6a;
}

.landing-root .cat__list li a span {
	float: right;
	display: block;
}

.landing-root .widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}

.landing-root .widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
	width: 70px;
}

.landing-root .widget__post-content {
	overflow: hidden;
	display: block;
}

.landing-root .widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: 600;
}

.landing-root .widget__post-content h6 a {
	color: #1c2045;
}

.landing-root .widget__post-content h6 a:hover {
	color: #003d6a;
}

.landing-root .widget__post-content span {
	font-size: 14px;
}

.landing-root .widget__post-content span i {
	margin-right: 8px;
}

.landing-root .widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}

.landing-root .widget__tag ul li a {
	display: block;
	font-size: 14px;
	color: #111;
	background: #eef3fa;
	border-radius: 30px;
	padding: 9px 20px;
}

.landing-root .widget__tag ul li a:hover {
	background: #003d6a;
	color: #fff;
}

/*================================================
34 - BLOG DETAILS PAGE CSS
==================================================*/

.landing-root .blog-details-page .blog_info .blog-detail {
	border: medium none;
	padding: 50px 0 0;
}

.landing-root .blog-details-page blockquote {
	margin-top: 34px;
	margin-bottom: 34px;
	border-left: 5px solid #a693fd;
	background-color: #003d6a;
	position: relative;
	padding: 30px 35px 38px 35px;
}

.landing-root .blog-details-page blockquote:before {
	position: absolute;
	content: "";
	left: -5px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}

.landing-root .blog-details-page blockquote .blockquote_desc {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.landing-root .blog-details-page blockquote .qoute_meta {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	border-top: 1px solid #fff;
}

.landing-root .blog-details-page blockquote i {
	color: #a693fd;
	font-size: 45px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.landing-root .blog-cat {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 0;
	line-height: 1.4;
}

.landing-root .blog-cat a {
	display: inline-block;
	font-size: 14px;
	color: #111;
	background: #eef3fa;
	border-radius: 30px;
	padding: 8px 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-decoration: none;
	transition: all 0.3s ease;
	vertical-align: top;
}

.landing-root .blog-cat a:hover {
	background: #003d6a;
	color: #fff;
	text-decoration: none;
}

.landing-root .blog-tags {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 0;
	line-height: 1.4;
}

.landing-root .blog-tags h5 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #1c2045;
	display: block;
}

.landing-root .blog-tags a {
	display: inline-block;
	font-size: 14px;
	color: #111;
	background: #eef3fa;
	border-radius: 30px;
	padding: 8px 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-decoration: none;
	transition: all 0.3s ease;
	vertical-align: top;
}

.landing-root .blog-tags a:hover {
	background: #003d6a;
	color: #fff;
	text-decoration: none;
}

.landing-root .comment-list {
	margin-top: 50px;
}

.landing-root .comment-group-title h3,
.landing-root .leave-comment h3 {
	font-size: 26px;
	margin-bottom: 30px;
	color: #1c2045;
	font-weight: 600;
	position: relative;
	display: block;
	text-transform: capitalize;
}

.landing-root .single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.landing-root .main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.landing-root .author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.landing-root .author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
}

.landing-root .comment-text {
	padding: 20px;
	background: #eef3fa;
	border-radius: 30px;
	position: relative;
}

.landing-root .comment-info:after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #eef3fa;
	left: -12px;
}

.landing-root .comment-info h4 {
	display: inline-block;
	color: #1c2045;
	text-transform: capitalize;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 600;
}

.landing-root .comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.landing-root .comment-info ul li {
	display: inline-block;
	color: #ffa11a;
}

.landing-root .comment-info p {
	display: inline-block;
	font-size: 13px;
}

.landing-root .comment-text-inner {
	padding: 10px;
}

.landing-root .single-comment-box.comment_reply {
	padding-left: 83px;
}

.landing-root .comment-field {
	margin-top: 15px;
}

.landing-root .leave-comment form {
	padding: 15px 30px 30px 30px;
	background: #eef3fa none repeat scroll 0 0;
	border-radius: 30px;
}

.landing-root .leave-comment form label {
	color: #000;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.landing-root .leave-comment form input {
	width: 100%;
	padding: 5px 15px;
	height: 47px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .leave-comment form textarea {
	width: 100%;
	padding: 5px 15px;
	height: 140px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .leave-comment {
	margin-top: 50px;
}

.landing-root .leave-comment h3 {
	margin-bottom: 15px;
}

.landing-root .comment-field {
	text-align: center;
}

.landing-root .comment-field .theme-btn {
	margin-top: 0;
}

/*================================================
35 - CONTACT PAGE CSS
==================================================*/

.landing-root .map-area .section-title {
	text-align: center;
}

.landing-root .map-area iframe {
	width: 100%;
	height: 430px;
}

.landing-root .contact-form .section-title {
	text-align: center;
}

.landing-root .contact-form-wrapper {
	background: #eef3fa none repeat scroll 0 0;
	padding: 33px 30px 24px;
	position: relative;
	border-radius: 30px;
}

.landing-root .contact-form-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 115%;
	height: 100%;
	background: #eef3fa none repeat scroll 0 0;
	z-index: -1;
	border-radius: 30px;
}

.landing-root .contact-form-wrapper .form-group label {
	color: #000;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.landing-root .contact-form-wrapper .form-group input {
	width: 100%;
	padding: 5px 15px;
	height: 47px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .contact-form-wrapper .form-group textarea {
	width: 100%;
	padding: 5px 15px;
	height: 140px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.landing-root .address-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 30px;
	background: url(../img/Contact-Us-bg.jpg) no-repeat scroll 0 0 / cover;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	padding: 22px 30px 25px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.landing-root .address-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 61, 106, 0.9) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 30px;
}

.landing-root .address-area .title {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.landing-root .address-area .address-list {
	padding: 22px 0px 0px;
}

.landing-root .address-area .address-list li {
	margin-bottom: 20px;
}

.landing-root .address-area .address-list li p {
	color: #ffffff;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
}

.landing-root .address-area .address-list li p i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
}

/* Make links in contact information white */
.landing-root .address-area .address-list li p a {
	color: #ffffff !important;
	text-decoration: none;
}

.landing-root .address-area .address-list li p a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.landing-root .form-group.button-area {
	text-align: center;
}

/* Footer Copyright Style */
.landing-root .footer-bottom .copyright {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-root .footer-bottom .copyright p {
	margin: 0;
	padding: 0;
}

/* Lazy Loading Styles */
.landing-root img.lazy {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.landing-root img.lazy.loaded {
	opacity: 1;
}

/* Smooth image loading transitions */
.landing-root img {
	transition: opacity 0.3s ease-in-out;
}

/* Optimize image loading */
.landing-root img[loading="lazy"] {
	transition: opacity 0.3s ease-in-out;
}

/* Preload critical images */
.landing-root .critical-image {
	opacity: 1;
	transition: none;
}

/* Loading placeholder */
.landing-root .image-placeholder {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/* Performance Optimizations */
.landing-root * {
	box-sizing: border-box;
}

/* Optimize image rendering */
.landing-root img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

/* Reduce layout shifts */
.landing-root .hero-section,
.landing-root .about-section,
.landing-root .service-section {
	contain: layout;
}

/* Optimize animations */
@media (prefers-reduced-motion: reduce) {
	.landing-root *,
.landing-root *::before,
.landing-root *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Critical CSS for above-the-fold content */
.landing-root .hero-section {
	will-change: transform;
}

.landing-root .header-area {
	will-change: transform;
}

/* Optimize font loading */
@font-face {
	font-display: swap;
}

/* Lazy Loading Styles */
.landing-root img.lazy {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.landing-root img.lazy.loaded {
	opacity: 1;
}

/* Smooth image loading transitions */
.landing-root img {
	transition: opacity 0.3s ease-in-out;
}

/* Optimize image loading */
.landing-root img[loading="lazy"] {
	transition: opacity 0.3s ease-in-out;
}

/* Preload critical images */
.landing-root .critical-image {
	opacity: 1;
	transition: none;
}

/* Loading placeholder */
.landing-root .image-placeholder {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

@media (min-width: 768px) {
	.landing-root .explore-how {
		position: relative;
		margin-top: -35px;
		z-index: 9;
	}
}

/* === responsive.css === */
/* Service banner sub-heading white text - all screens */
.landing-root .single-services-banner .sub-heading {
	color: #ffffff !important;
}

@media only screen and (min-width: 1366px) {
	.landing-root .container {
		max-width: 1200px;
	}
}

/* Mobile Menu Styles */
@media screen and (max-width: 991px) {
	/* Mobile Logo Styles */
	.landing-root .logo-area.scroll-hide-logo {
		display: none !important;
	}
	.landing-root .logo-area.scroll-show-logo {
		display: block !important;
	}
	.landing-root .main-menu {
		display: none;
	}
	.landing-root .slicknav_menu {
		display: block;
		background: transparent;
		position: relative;
		padding: 0;
	}
	.landing-root .slicknav_btn {
		margin: 15px 15px 15px 0;
		background: transparent;
		position: relative;
		float: right;
		padding: 0;
	}
	/* Hamburger Icon */
	.landing-root .slicknav_menu .slicknav_icon {
		width: 22px;
		height: 17px;
		position: relative;
		display: block;
		margin: 0;
	}
	/* Hide Menu Text */
	.landing-root .slicknav_menu .slicknav_menutxt {
		display: none;
	}
	.landing-root .slicknav_menu .slicknav_icon-bar {
		background-color: #007bff;
		width: 22px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
		border-radius: 1px;
	}
	.landing-root .slicknav_menu .slicknav_icon-bar:last-child {
		margin-bottom: 0;
	}

	/* Dropdown Menu */
	/* Force full width dropdown */
	.landing-root .slicknav_nav {
		background: #fff;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		width: 100%;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
		border-radius: 0 !important;
		z-index: 9999;
	}

	.landing-root .slicknav_nav,
.landing-root .slicknav_nav * {
		max-width: none !important;
	}

	.landing-root .slicknav_nav a {
		display: block;
		padding: 12px 15px;
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid black;
	}

	.landing-root .slicknav_nav a:hover {
		background: #f5f5f5;
	}

	.landing-root .slicknav_nav .slicknav_row,
.landing-root .slicknav_nav a {
		padding: 12px 20px;
		margin: 0;
		color: #333;
		border-bottom: 1px solid #f1f1f1;
	}
	.landing-root .slicknav_nav .slicknav_row:hover,
.landing-root .slicknav_nav a:hover {
		background: #f8f9fa;
		color: #007bff;
		border-radius: 0;
	}
	/* Submenu styling */
	.landing-root .slicknav_nav .slicknav_arrow {
		float: right;
		color: #007bff;
	}
	.landing-root .slicknav_nav ul {
		margin: 0;
		background: #f8f9fa;
	}
	.landing-root .slicknav_nav ul a {
		padding-left: 30px;
	}
	.landing-root .slicknav_nav .slicknav_item a {
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
	.landing-root .slicknav_nav .slicknav_parent-link a {
		padding: 0;
		margin: 0;
	}
	.landing-root .slicknav_nav .slicknav_row:hover {
		background: #f8f9fa;
	}
}

@media only screen and (min-width: 1500px) {
	.landing-root .container {
		max-width: 1410px;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.landing-root .main-menu ul li {
		margin: 0 10px;
	}
	.landing-root .main-menu ul li a {
		text-transform: capitalize;
	}
	.landing-root .hero-section .hero-bg {
		left: -50%;
	}
	.landing-root .hero-left {
		padding-top: 32px;
	}
	.landing-root .hero-left h1,
.landing-root .hero-left h2 {
		font-size: 32px;
		max-width: min(100%, 400px);
	}
	.landing-root .hero-section {
		height: 580px;
	}
	.landing-root .choose-box {
		padding: 30px;
	}
	.landing-root .choose-box p {
		font-size: 14px;
	}
	.landing-root .choose-shape-bg {
		top: -30px;
	}
	.landing-root .about-page-left span.mark-text {
		font-size: 160px;
	}
	.landing-root .about-post-text h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.landing-root .error-page-box p {
		width: 70%;
	}
	.landing-root .login-text h2 {
		font-size: 28px;
	}
	.landing-root .login-form {
		width: 80%;
	}
	.landing-root aside .widget {
		padding: 30px 15px 30px 15px;
	}
}

@media only screen and (max-width: 991px) {
	/* Font size reduction for tablet and mobile */
	.landing-root body {
		font-size: 15px;
	}
	.landing-root h1 {
		font-size: 32px;
	}
	.landing-root h2 {
		font-size: 28px;
	}
	.landing-root h3 {
		font-size: 24px;
	}
	.landing-root h4 {
		font-size: 20px;
	}
	.landing-root h5 {
		font-size: 18px;
	}
	.landing-root h6 {
		font-size: 16px;
	}
	.landing-root p {
		font-size: 15px;
	}
	.landing-root .main-menu {
		display: none;
	}
	.landing-root .mobile-menu {
		display: block;
		width: 50%;
		position: relative;
	}
	.landing-root .right-bar-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-right: 50px;
		align-items: center;
	}
	.landing-root .right-bar-icon li {
		padding: 25px 0;
		z-index: 999;
		margin-right: 10px;
	}
	.landing-root .slicknav_btn {
		margin-top: 13px;
		background: transparent;
		border: 2px solid #fff;
		border-radius: 5px;
		padding: 8px 12px;
	}
	.landing-root .slicknav_btn:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.landing-root .slicknav_menu .slicknav_icon-bar {
		background: #fff;
		height: 2px;
		margin: 3px 0;
		border-radius: 1px;
	}
	.landing-root .header-area.fixed-header .slicknav_btn {
		border-color: #111;
	}
	.landing-root .header-area.fixed-header .slicknav_menu .slicknav_icon-bar {
		background: #111;
	}
	.landing-root .hero-left {
		padding-top: 24px;
	}
	.landing-root .hero-left h1,
.landing-root .hero-left h2 {
		font-size: 32px;
	}
	.landing-root .hero-right > img {
		width: 100%;
	}
	.landing-root .hero-section {
		padding-top: 150px;
		height: auto;
	}
	.landing-root .hero-section .hero-bg {
		top: 0;
	}
	.landing-root .companies-section {
		padding-top: 70px;
	}
	.landing-root .about-left h3 {
		font-size: 32px;
	}
	.landing-root .about-right {
		margin-top: 50px;
	}
	.landing-root .about-top .about-right {
		margin-top: 0;
	}
	.landing-root .about-bottom .about-right {
		margin-top: 50px;
	}
	.landing-root .about-bottom .about-left {
		margin-top: 0;
	}
	.landing-root .about-top {
		margin-bottom: 0;
	}
	/* Underline styles removed */
	.landing-root .service-section .section-title {
		margin-bottom: 50px;
	}
	.landing-root .service-box {
		margin-bottom: 30px;
	}
	.landing-root .companies-left {
		margin-bottom: 50px;
	}
	.landing-root .section-title h2 {
		font-size: 32px;
	}
	.landing-root .subscribe-box form {
		width: 100%;
	}
	.landing-root .breadcrumb-area {
		padding: 100px 0;
	}
	.landing-root .about-page-left span.mark-text {
		font-size: 120px;
	}
	.landing-root .about-page-text {
		margin-top: 30px;
	}
	.landing-root .ui-timline-container {
		margin-top: 50px;
	}
	.landing-root .sponsor-box li {
		margin-bottom: 30px;
	}
	.landing-root .error-page-box p {
		width: 100%;
	}
	.landing-root .login-section .col-lg-6:first-child {
		margin-bottom: 50px;
	}
	.landing-root .login {
		padding: 50px 30px;
	}
	.landing-root .login:before {
		display: none;
	}
	.landing-root .login-right {
		padding: 50px 30px;
		background: #f8f9fa;
		border-radius: 15px;
	}
	.landing-root .login-form h3 {
		font-size: 28px;
	}
	.landing-root .login-policy > p {
		font-size: 14px;
	}
	.landing-root .login-form {
		width: 100%;
	}
	.landing-root .login-section {
		padding: 100px 0;
	}
	.landing-root .login-section .col-lg-6 {
		margin-bottom: 30px;
	}
	.landing-root .custom-checkbox {
		margin-bottom: 20px;
	}
	.landing-root .product-details-text {
		margin-top: 30px;
	}
	.landing-root .product-details-text h3 {
		font-size: 24px;
	}
	.landing-root .order-summury-box {
		margin-top: 30px;
	}
	.landing-root aside {
		margin-top: 50px;
	}
	.landing-root .contact-form-wrapper:before {
		display: none;
	}
	.landing-root .address-area {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	/* Hide services sidebar on mobile */
	.landing-root .services-sidebar {
		display: none;
	}
	/* Scenario box mobile styles for service pages */
	.landing-root .scenario-box {
		padding: 15px;
		margin-bottom: 15px;
	}
	.landing-root .scenario-box h4 {
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.landing-root .scenario-box p {
		font-size: 12px !important;
		line-height: 1.5;
		color: #5a6a7a;
	}
	/* General font size reduction for mobile */
	.landing-root body {
		font-size: 14px;
	}
	/* Hero subline font size reduction for mobile */
	.landing-root .hero-subline {
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	/* Center Our Journey text in D shape */
	.landing-root .ui-timeline .tl-item .tl-caption {
		text-align: center !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		position: relative !important;
	}
	.landing-root .tl-caption > p {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		text-align: center !important;
		color: #ffffff !important;
		font-weight: 600 !important;
		margin: 0 !important;
		z-index: 3 !important;
	}
	/* Fix timeline alignments for mobile */
	.landing-root .ui-timeline .tl-item .tl-body {
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
		margin-bottom: 30px !important;
	}

	.landing-root h1 {
		font-size: 28px;
	}
	.landing-root h2 {
		font-size: 24px;
	}
	.landing-root h3 {
		font-size: 20px;
	}
	.landing-root h4 {
		font-size: 18px;
	}
	.landing-root h5 {
		font-size: 16px;
	}
	.landing-root h6 {
		font-size: 14px;
	}
	.landing-root p {
		font-size: 14px;
	}
	.landing-root .main-menu {
		display: none;
	}
	.landing-root .mobile-menu {
		width: 60%;
		position: relative;
	}
	.landing-root .right-bar-icon {
		padding-right: 30px;
	}
	.landing-root .logo-area {
		width: 40%;
	}
	.landing-root .logo-area img {
		max-height: 50px;
	}
	.landing-root .header-area {
		padding: 10px 0;
		background: #ffffff !important;
	}
	.landing-root .slicknav_btn {
		margin-top: 8px;
		padding: 6px 10px;
	}
	/* Service icons responsive adjustments */
	.landing-root .service-icon {
		width: 65px;
		height: 65px;
		margin: 0 auto 20px;
	}
	.landing-root .service-icon img {
		width: 45px;
		height: 45px;
		display: block;
		margin: 0 auto;
	}
	.landing-root .service-icon:after {
		width: 75px;
		height: 75px;
		top: -5px;
		left: -5px;
	}
	.landing-root .service-title h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.landing-root .service-box {
		margin-bottom: 30px;
		padding: 25px 20px;
	}
	.landing-root .hero-section {
		padding-top: 120px;
		height: auto;
	}
	.landing-root .hero-left {
		padding-top: 16px;
	}
	.landing-root .hero-left h1,
.landing-root .hero-left h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.landing-root .hero-left h1 .intelligent-ai,
.landing-root .hero-left h2 .intelligent-ai {
		display: block;
	}
	/* Underline styles removed */
	.landing-root .hero-section .hero-shape5 {
		display: none;
	}
	.landing-root .hero-right > img {
		width: 100%;
		margin-top: 30px;
	}
	.landing-root .companies-left h4 {
		font-size: 24px;
	}
	.landing-root .about-left h3 {
		font-size: 28px;
	}
	.landing-root .about-top .about-right img {
		width: 100%;
	}
	.landing-root .about-top.section_100 {
		padding: 70px 0;
	}
	.landing-root .about-top .about-left {
		margin-bottom: 30px;
	}
	.landing-root .about-bottom .about-left {
		margin-bottom: 30px;
	}
	.landing-root .service-section .section-title {
		margin-bottom: 40px;
	}
	.landing-root .section-para p {
		font-size: 14px;
		line-height: 24px;
	}
	.landing-root .section-title h2 {
		font-size: 28px;
	}
	.landing-root .video-section .section-title p {
		font-size: 14px;
		color: #003d6a;
		text-shadow: none;
	}
	.landing-root .video-section .section-title {
		margin-bottom: 15px;
		padding-top: 0;
	}
	.landing-root .video-section .section-title h2 {
		font-size: 28px;
		color: #003d6a;
		text-shadow: none;
	}
	.landing-root .video-section .video-bg-shape {
		/* Keep background visible on mobile */
		display: block;
		background: linear-gradient(-60deg, #fff 0%, #fff 100%);
		height: auto;
		min-height: 400px;
		width: 100%;
		left: 0;
		right: 0;
	}

	/* Remove any unwanted gaps in video section */
	.landing-root .video-section {
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px !important;
		padding-bottom: 60px;
		overflow: hidden;
		width: 100%;
		background-color: #fff;
	}

	.landing-root .video-section .container {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.landing-root .video-section .row {
		margin-left: 0;
		margin-right: 0;
	}

	.landing-root .video-section .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.landing-root .video-inn {
		margin-top: 30px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	/* Section title underline styles removed */
	.landing-root .choose-shape-bg {
		display: none;
	}
	.landing-root .choose-left ul {
		margin-top: 30px;
	}
	.landing-root .choose-right .col-lg-6:nth-child(2n + 1) {
		margin-top: 0;
	}
	.landing-root .choose-box h2 {
		font-size: 20px;
	}
	.landing-root .choose-right .col-lg-6:last-child .choose-box {
		margin-bottom: 0;
	}
	.landing-root .testimonial-pos h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.landing-root .testimonial-body p {
		font-size: 14px;
	}
	.landing-root .subscribe-box form {
		width: 100%;
	}
	.landing-root .subscribe-box p {
		font-size: 14px;
	}
	.landing-root .companies-section {
		padding: 50px 0;
	}
	.landing-root .breadcrumb-area {
		padding: 80px 0;
	}
	.landing-root .about-page-left span.mark-text {
		font-size: 80px;
	}
	.landing-root .about-page-text {
		margin-top: 20px;
	}
	.landing-root .ui-timeline .tl-item .tl-body {
		padding: 20px 15px;
	}
	.landing-root .ui-timeline .tl-item .tl-caption {
		padding: 15px;
	}
	.landing-root .tl-caption > p {
		font-size: 14px;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-content {
		padding: 15px;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-content:before {
		display: none;
	}
	.landing-root .ui-timeline .tl-item.alt {
		margin-left: 0;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-entry {
		margin-left: 0;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-icon {
		left: 0;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-content:after {
		display: none;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-time {
		font-size: 12px;
	}
	.landing-root .ui-timeline:before {
		display: none;
	}

	/* Add connecting lines between timeline points in mobile */
	.landing-root .ui-timeline .tl-item .tl-body .tl-entry {
		position: relative;
	}

	.landing-root .ui-timeline .tl-item .tl-body .tl-entry:after {
		content: "";
		position: absolute;
		left: -12px;
		top: 25px;
		width: 2px;
		height: calc(100% - 25px);
		background: #d5d5d5;
		z-index: 0;
	}

	/* Center the timeline points on the line */
	.landing-root .ui-timeline .tl-item .tl-body .tl-icon {
		left: -12px !important;
		top: 0 !important;
		transform: translateX(-50%) !important;
	}

	.landing-root .ui-timeline .tl-item:last-child .tl-body .tl-entry:after {
		display: none;
	}

	.landing-root .ui-timline-container {
		margin-top: 30px;
	}
	.landing-root .ui-timeline .tl-item:last-child .tl-entry {
		margin-bottom: 0;
	}
	.landing-root .sponsor-box li {
		width: 48%;
		margin-bottom: 20px;
	}
	.landing-root .sponsor-box-item {
		margin-bottom: 30px;
	}
	.landing-root .error-page-logo {
		margin-bottom: 30px;
	}
	.landing-root .error-page-logo-right {
		margin-top: 30px;
	}
	.landing-root .error_bg {
		display: none;
	}
	.landing-root .error-page-box h4 {
		font-size: 24px;
	}
	.landing-root .error-page-box p {
		font-size: 14px;
	}
	.landing-root .login-section .col-lg-6:first-child {
		display: none;
	}
	.landing-root .login {
		padding: 40px 20px;
	}
	.landing-root .login:before {
		display: none;
	}
	.landing-root .login-right {
		padding: 40px 20px;
		background: #f8f9fa;
		border-radius: 15px;
	}
	.landing-root .login-form h3 {
		font-size: 24px;
	}
	.landing-root .login-policy > p {
		font-size: 12px;
	}
	.landing-root .login-form {
		width: 100%;
	}
	.landing-root .login-section {
		padding: 80px 0;
	}
	.landing-root .login-section .col-lg-6 {
		margin-bottom: 20px;
	}
	.landing-root .custom-checkbox {
		margin-bottom: 15px;
	}
	.landing-root .product-details-text {
		margin-top: 20px;
	}
	.landing-root .product-details-text h3 {
		font-size: 20px;
	}
	.landing-root .single-shop-page-btn {
		margin-top: 20px;
	}
	.landing-root .single-shop-page-btn ul {
		text-align: center;
	}
	.landing-root .coupon {
		margin-bottom: 20px;
	}
	.landing-root .coupon2 {
		margin-bottom: 20px;
	}
	.landing-root .order-summury-box {
		margin-top: 20px;
	}
	.landing-root .blog_info .blog-detail {
		margin-top: 20px;
	}
	.landing-root .blog-page-left .other_info {
		margin-bottom: 30px;
	}
	.landing-root .blog-page-left .other_info label {
		font-size: 12px;
	}
	.landing-root .blog-detail h3 {
		font-size: 20px;
	}
	.landing-root .blog-page-area .pagination {
		margin-top: 30px;
	}
	.landing-root aside {
		margin-top: 30px;
	}
	.landing-root .single-comment-box.comment_reply {
		margin-left: 0;
	}
	.landing-root .map-area iframe {
		height: 300px;
	}
	.landing-root .contact-form-wrapper:before {
		display: none;
	}
	.landing-root .address-area {
		margin-top: 30px;
	}

	/* Mobile header background for logo visibility */
	.landing-root .header-area {
		background: #ffffff !important;
	}

	/* Additional mobile improvements */
	.landing-root .slicknav_menu {
		background: transparent;
	}

	.landing-root .slicknav_nav {
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		margin-top: 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.landing-root .slicknav_nav a {
		color: #333 !important;
		font-weight: 500;
		padding: 12px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.landing-root .slicknav_nav a:hover {
		background: rgba(0, 61, 106, 0.1);
		color: #003d6a !important;
	}

	/* Improve mobile menu button */
	.landing-root .slicknav_btn {
		background: transparent;
		border: 2px solid #003d6a;
		border-radius: 5px;
		padding: 8px 12px;
	}

	.landing-root .slicknav_btn:hover {
		background: rgba(0, 61, 106, 0.1);
	}

	.landing-root .slicknav_menu .slicknav_icon-bar {
		background: #003d6a;
		height: 2px;
		margin: 3px 0;
		border-radius: 1px;
	}
}

@media only screen and (max-width: 480px) {
	/* Further font size reduction for small mobile */
	.landing-root body {
		font-size: 13px;
	}
	/* Hero subline font size reduction for small mobile */
	.landing-root .hero-subline {
		font-size: 14px !important;
		line-height: 1.3 !important;
	}
	/* Center Our Journey text in D shape for small mobile */
	.landing-root .ui-timeline .tl-item .tl-caption {
		text-align: center !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		position: relative !important;
	}

	.landing-root h1 {
		font-size: 24px;
	}
	.landing-root h2 {
		font-size: 20px;
	}
	.landing-root h3 {
		font-size: 18px;
	}
	.landing-root h4 {
		font-size: 16px;
	}
	.landing-root h5 {
		font-size: 14px;
	}
	.landing-root h6 {
		font-size: 13px;
	}
	.landing-root p {
		font-size: 13px;
	}
	.landing-root .main-menu {
		display: none;
	}
	.landing-root .mobile-menu {
		display: block;
		width: 100%;
	}
	.landing-root .companies-section {
		padding-top: 0;
	}
	.landing-root .right-bar-icon {
		display: none;
	}
	.landing-root .logo-area {
		position: relative;
		z-index: 99999;
		width: 50%;
	}
	.landing-root .logo-area img {
		max-height: 50px;
	}
	.landing-root .header-area {
		padding: 15px 0;
		background: #ffffff !important;
	}
	.landing-root .slicknav_btn {
		margin-top: -5px;
		padding-top: 0;
	}
	.landing-root .hero-section .hero-bg {
		left: -110%;
	}
	.landing-root .hero-section {
		padding-top: 160px;
		height: auto;
		min-height: 690px;
	}
	.landing-root .hero-left {
		padding-top: 12px;
	}
	.landing-root .hero-left h1,
.landing-root .hero-left h2 {
		font-size: 28px;
		font-weight: 600;
		line-height: 36px;
	}
	.landing-root .hero-left h1 .intelligent-ai,
.landing-root .hero-left h2 .intelligent-ai {
		display: block;
	}
	/* Underline styles removed */
	.landing-root .hero-section .hero-shape5 {
		z-index: -1;
	}
	.landing-root .hero-right > img {
		width: 100%;
		margin-top: 30px;
	}
	.landing-root .companies-left h4 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.landing-root .single-com-slider {
		width: auto;
		padding: 0 5px;
	}
	.landing-root .single-com-slider img {
		max-width: 100px;
		height: auto;
	}
	.landing-root .single-com-slider img.logo-hospital {
		max-width: none;
		height: 150px;
		width: auto;
	}
	.landing-root .about-left h3 {
		font-size: 28px;
	}
	.landing-root .about-top .about-right img {
		margin-top: 30px;
	}
	.landing-root .about-top.section_100 {
		padding-bottom: 30px;
	}
	.landing-root .about-top .about-left {
		padding-right: 0;
	}
	.landing-root .about-bottom .about-left {
		padding-left: 0;
		margin-top: 30px;
	}
	.landing-root .service-section .section-title {
		margin-bottom: 25px;
	}
	.landing-root .service-box {
		height: auto;
		min-height: 300px;
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	.landing-root .service-icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 20px;
	}
	.landing-root .service-icon img {
		width: 40px;
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.landing-root .service-icon:after {
		width: 70px;
		height: 70px;
		top: -5px;
		left: -5px;
	}
	.landing-root .service-title h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.landing-root .section-para p {
		color: #3a505f;
		font-weight: 400;
		font-size: 15px;
	}
	.landing-root .section-title h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.landing-root .video-section .section-title p {
		font-size: 16px;
	}
	.landing-root .video-section .section-title {
		width: 100%;
	}
	.landing-root .video-section .section-title h2 {
		font-size: 26px;
	}
	.landing-root .video-section .video-bg-shape {
		height: 100%;
	}
	.landing-root .video-inn {
		width: 100%;
	}
	/* Section title underline styles removed */
	.landing-root .choose-shape-bg {
		top: 35px;
	}
	.landing-root .choose-left ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.landing-root .choose-right .col-lg-6:nth-child(2n + 1) {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.landing-root .choose-box h2 {
		font-size: 30px;
	}
	.landing-root .choose-right .col-lg-6:last-child .choose-box {
		margin-bottom: 0;
	}
	.landing-root .testimonial-pos h3 {
		font-size: 50px;
		letter-spacing: 10px;
	}
	.landing-root .testimonial-body p {
		font-size: 15px;
	}
	.landing-root .subscribe-box form {
		width: 100%;
	}
	.landing-root .subscribe-box p {
		font-size: 16px;
	}
	.landing-root .breadcrumb-area {
		padding: 150px 0 100px;
	}
	.landing-root .about-page-left span.mark-text {
		font-size: 130px;
		line-height: 130px;
	}
	.landing-root .about-page-text {
		margin-top: 30px;
	}
	.landing-root .ui-timeline .tl-item .tl-body {
		display: block;
		width: 100%;
	}
	.landing-root .ui-timeline .tl-item .tl-caption {
		margin-left: -35px;
	}
	.landing-root .tl-caption > p {
		border-radius: 0 50% 50% 0;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-content {
		padding: 20px;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-content:before {
		display: none;
	}
	.landing-root .ui-timeline .tl-item.alt {
		text-align: left;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-entry {
		margin: 0 0 35px 36px;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-icon {
		left: -48px;
	}
	.landing-root .ui-timeline .tl-item.alt .tl-body .tl-content:after {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.9) transparent transparent;
		-o-border-image: none;
		border-image: none;
		border-style: solid;
		border-width: 8px;
		content: "";
		left: -16px;
		right: auto;
		line-height: 0;
		position: absolute;
		top: 0;
		display: none;
	}
	.landing-root .ui-timeline .tl-item .tl-body .tl-time {
		display: none;
	}
	.landing-root .ui-timeline:before {
		left: 0;
	}

	/* Add connecting lines between timeline points in small mobile */
	.landing-root .ui-timeline .tl-item .tl-body .tl-entry:after {
		content: "";
		position: absolute;
		left: -12px;
		top: 25px;
		width: 2px;
		height: calc(100% - 25px);
		background: #d5d5d5;
		z-index: 0;
	}

	/* Center the timeline points on the line for small mobile */
	.landing-root .ui-timeline .tl-item .tl-body .tl-icon {
		left: -12px !important;
		top: 0 !important;
		transform: translateX(-50%) !important;
	}

	.landing-root .ui-timeline .tl-item:last-child .tl-body .tl-entry:after {
		display: none;
	}

	.landing-root .ui-timline-container {
		width: 100%;
	}
	.landing-root .ui-timeline .tl-item:last-child .tl-entry {
		margin-bottom: 0;
	}
	.landing-root .sponsor-box li {
		display: inline-block;
		margin: 30px 0 0;
		width: 100%;
	}
	.landing-root .sponsor-box-item {
		margin-top: 0;
	}
	.landing-root .error-page-logo {
		text-align: center;
		margin-bottom: 30px;
	}
	.landing-root .error-page-logo-right {
		text-align: center;
		display: none;
	}
	.landing-root .error_bg {
		font-size: 70px;
	}
	.landing-root .error-page-box h4 {
		font-size: 24px;
	}
	.landing-root .error-page-box p {
		width: 100%;
	}
	.landing-root .login-section .col-lg-6:first-child {
		display: none;
	}
	.landing-root .login {
		background: #003d6a none repeat scroll 0 0;
	}
	.landing-root .login:before {
		display: none;
	}
	.landing-root .login-right {
		background: #fff;
		padding: 20px;
		border-radius: 30px;
		text-align: center;
		width: 100%;
	}
	.landing-root .login-form h3 {
		font-size: 20px;
	}
	.landing-root .login-policy > p {
		padding-right: 6px;
		padding-right: 6px;
	}
	.landing-root .login-form {
		width: 100%;
		margin-top: 25px;
	}
	.landing-root .login-section {
		padding: 70px 0;
	}
	.landing-root .login-section .col-lg-6 {
		display: block;
		height: auto;
	}
	.landing-root .custom-checkbox {
		text-align: left;
	}
	.landing-root .product-details-text {
		margin-top: 30px;
	}
	.landing-root .product-details-text h3 {
		font-size: 30px;
	}
	.landing-root .single-shop-page-btn {
		display: block;
	}
	.landing-root .single-shop-page-btn ul {
		margin-left: 0;
		margin-top: 20px;
	}
	.landing-root .coupon {
		width: 100%;
	}
	.landing-root .coupon2 {
		float: none;
		margin-top: 20px;
		display: inline-block;
	}
	.landing-root .order-summury-box {
		margin-top: 30px;
	}
	.landing-root .blog_info .blog-detail {
		padding: 20px;
	}
	.landing-root .blog-page-left .other_info {
		display: block;
	}
	.landing-root .blog-page-left .other_info label {
		text-align: left;
		display: block;
		margin-top: 10px;
	}
	.landing-root .blog-detail h3 {
		font-size: 24px;
	}
	.landing-root .blog-page-area .pagination {
		margin-top: 20px;
	}
	.landing-root aside {
		margin-top: 50px;
	}
	.landing-root .single-comment-box.comment_reply {
		padding-left: 20px;
	}
	.landing-root .map-area iframe {
		height: 300px;
	}
	.landing-root .contact-form-wrapper:before {
		display: none;
	}
	.landing-root .address-area {
		margin-top: 30px;
	}
}

/* === animate.min.css === */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.landing-root .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.landing-root .animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.landing-root .bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.landing-root .flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.landing-root .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.landing-root .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.landing-root .swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.landing-root .tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.landing-root .wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.landing-root .bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
}

.landing-root .bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.landing-root .bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.landing-root .bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.landing-root .bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.landing-root .bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.landing-root .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.landing-root .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.landing-root .fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.landing-root .fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.landing-root .fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.landing-root .fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.landing-root .fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.landing-root .fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.landing-root .fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.landing-root .fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.landing-root .animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.landing-root .flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.landing-root .flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.landing-root .flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.landing-root .flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.landing-root .lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.landing-root .lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.landing-root .rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.landing-root .rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.landing-root .rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.landing-root .rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.landing-root .rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.landing-root .rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.landing-root .rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.landing-root .rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.landing-root .rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.landing-root .rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.landing-root .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.landing-root .slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.landing-root .slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.landing-root .slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.landing-root .slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.landing-root .hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.landing-root .rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.landing-root .rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
